Skip to content

Commit

Permalink
Add Czech localization - .js variant
Browse files Browse the repository at this point in the history
  • Loading branch information
p-bo authored Aug 13, 2022
1 parent 3bd75fc commit 3ce9c41
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions l10n/cs.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
OC.L10N.register(
"quickaccesssorting", {
"Sorting-Strategy" : "Způsob řazení",
"Custom Order (Default)" : "Uživatelsky určené (výchozí)",
"Date Modified" : "Podle data změny",
"Date Added" : "Podle data přidání",
"Alphabetical" : "Abecedně",
"Favorites Quickaccess Sorting" : "Řazení oblíbených položek v rychlém přístupu",
"Different Sorting for favorites-quickaccess!" : "Různé řazení pro oblíbené položky v rychlém přístupu",
"This app enables to sort the favorites by 'Alphabetically', 'Date Added', Last Date Modified' and 'Custom Order'!" : "Tato aplikace umožňuje řadit oblíbené položky abecedně, podle data přidání, data poslední úpravy a uživatelsky."
},
"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 3ce9c41

Please sign in to comment.