Skip to content

Commit

Permalink
Fix(l10n): Update translations from Transifex
Browse files Browse the repository at this point in the history
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
  • Loading branch information
nextcloud-bot committed Nov 30, 2024
1 parent 1f37baa commit debbf4b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion l10n/cs.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ OC.L10N.register(
"Locked by {user}" : "Uzamčeno {user}",
"Locked by {app}" : "Uzamčeno {app}",
"Unlock file" : "Odemknout soubor",
"Lock file" : "Zamknout soubor"
"Lock file" : "Zamknout soubor",
"This file has been locked automatically by a client. Removing the lock may lead to a conflict saving the file." : "Tento soubor byl automaticky uzamčen klientem. Odebrání zámku může vést ke konfliktu při ukládání souboru.",
"Keep lock" : "Ponechat zámek",
"Force unlock" : "Vynutit odemknutí"
},
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");
5 changes: 4 additions & 1 deletion l10n/cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
"Locked by {user}" : "Uzamčeno {user}",
"Locked by {app}" : "Uzamčeno {app}",
"Unlock file" : "Odemknout soubor",
"Lock file" : "Zamknout soubor"
"Lock file" : "Zamknout soubor",
"This file has been locked automatically by a client. Removing the lock may lead to a conflict saving the file." : "Tento soubor byl automaticky uzamčen klientem. Odebrání zámku může vést ke konfliktu při ukládání souboru.",
"Keep lock" : "Ponechat zámek",
"Force unlock" : "Vynutit odemknutí"
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"
}

0 comments on commit debbf4b

Please sign in to comment.