-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from p-bo/patch-3
Add Czech localization - .json variant
- Loading branch information
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ "translations": { | ||
"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." | ||
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;" | ||
} |