1
0
Fork 0

initial cs_CZ support

master
EmVee381 2022-01-20 04:22:23 +01:00
parent 7102061614
commit 5e40f67fd7
2 changed files with 54 additions and 0 deletions

53
lang/cs_CZ.json Normal file
View File

@ -0,0 +1,53 @@
{
"//":"Czech language translations",
"GLOBAL": {
"//":"Translations that apply for all apps",
"Alarm" : "Budík",
"Hour" : "Hodina",
"Hours" : "Hodiny",
"Minute" : "Minuta",
"Minutes" : "Minuty",
"Second" : "Sekunda",
"Seconds" : "Sekundy",
"Month" : "Měsíc",
"Enabled" : "Povoleno",
"Background" : "Pozadí",
"Connected" : "Připojeno",
"Settings" : "Nastavení",
"Save" : "Uložit",
"Back" : "Zpět",
"Repeat" : "Opakovat",
"Delete" : "Smazat",
"Sleep" : "Uspat",
"Alarms" : "Budíky",
"ALARM!" : "BUDÍK!",
" (repeat)" : " (opakovat)",
"< Back" : "< Zpět",
"> Delete" : "> Smazat",
"> Save" : " > Uložit",
"ALARM " : "BUDÍK ",
"Add Device" : "Přidat zařízení",
"App Settings" : "Nast. Aplikací",
"Apps" : "Aplikace"
},
"alarm": {
"//":"App-specific overrides",
"Alarm/Timer" : "Budik/Časovač",
"rpt" : "Opk.",
"New Alarm" : "Nový budík",
"New Timer" : "Nový časovač",
"Auto snooze" : "Auto odložit"
},
"setting" : {
"Quiet Mode" : "Tichý režim"
},
"messages": {
"Are you sure?" : "Opravdu?"
}
}

View File

@ -1,5 +1,6 @@
[
{"code":"en_GB","name":"British English","url":"en_GB.json"},
{"code":"cs_CZ","name":"Czech","url":"cs_CZ.json"},
{"code":"de_DE","name":"German","url":"de_DE.json"},
{"code":"es_ES","name":"Spanish","url":"es_ES.json"},
{"code":"fi_FI","name":"Finnish","url":"fi_FI.json"},