[tx-robot] updated from transifex
parent
ab4e712702
commit
19c3e2245f
16
l10n/sk.js
16
l10n/sk.js
|
@ -2,6 +2,21 @@ OC.L10N.register(
|
||||||
"weather",
|
"weather",
|
||||||
{
|
{
|
||||||
"Weather" : "Počasie",
|
"Weather" : "Počasie",
|
||||||
|
"North" : "Sever",
|
||||||
|
"North-East" : "Severovýchod",
|
||||||
|
"East" : "Východ",
|
||||||
|
"South-East" : "Juhovýchod",
|
||||||
|
"South" : "Juh",
|
||||||
|
"South-West" : "Juhozápad",
|
||||||
|
"West" : "Západ",
|
||||||
|
"North-West" : "Severozápad",
|
||||||
|
"Monday" : "Pondelok",
|
||||||
|
"Tuesday" : "Utorok",
|
||||||
|
"Wednesday" : "Streda",
|
||||||
|
"Thursday" : "Štvrtok",
|
||||||
|
"Friday" : "Piatok",
|
||||||
|
"Saturday" : "Sobota",
|
||||||
|
"Sunday" : "Nedeľa",
|
||||||
"Watch the weather directly on your Nextcloud." : "Sledujte počasie priamo na Vašom Nextcloud.",
|
"Watch the weather directly on your Nextcloud." : "Sledujte počasie priamo na Vašom Nextcloud.",
|
||||||
"OpenWeatherMap API Key" : "Kľúč API OpenWeatherMap",
|
"OpenWeatherMap API Key" : "Kľúč API OpenWeatherMap",
|
||||||
"Save" : "Uložiť",
|
"Save" : "Uložiť",
|
||||||
|
@ -19,6 +34,7 @@ OC.L10N.register(
|
||||||
"Wind" : "Vietor",
|
"Wind" : "Vietor",
|
||||||
"Sunrise" : "Východ slnka",
|
"Sunrise" : "Východ slnka",
|
||||||
"Sunset" : "Západ slnka",
|
"Sunset" : "Západ slnka",
|
||||||
|
"Date" : "Dátum",
|
||||||
"Temperature" : "Teplota"
|
"Temperature" : "Teplota"
|
||||||
},
|
},
|
||||||
"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);");
|
"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);");
|
||||||
|
|
16
l10n/sk.json
16
l10n/sk.json
|
@ -1,5 +1,20 @@
|
||||||
{ "translations": {
|
{ "translations": {
|
||||||
"Weather" : "Počasie",
|
"Weather" : "Počasie",
|
||||||
|
"North" : "Sever",
|
||||||
|
"North-East" : "Severovýchod",
|
||||||
|
"East" : "Východ",
|
||||||
|
"South-East" : "Juhovýchod",
|
||||||
|
"South" : "Juh",
|
||||||
|
"South-West" : "Juhozápad",
|
||||||
|
"West" : "Západ",
|
||||||
|
"North-West" : "Severozápad",
|
||||||
|
"Monday" : "Pondelok",
|
||||||
|
"Tuesday" : "Utorok",
|
||||||
|
"Wednesday" : "Streda",
|
||||||
|
"Thursday" : "Štvrtok",
|
||||||
|
"Friday" : "Piatok",
|
||||||
|
"Saturday" : "Sobota",
|
||||||
|
"Sunday" : "Nedeľa",
|
||||||
"Watch the weather directly on your Nextcloud." : "Sledujte počasie priamo na Vašom Nextcloud.",
|
"Watch the weather directly on your Nextcloud." : "Sledujte počasie priamo na Vašom Nextcloud.",
|
||||||
"OpenWeatherMap API Key" : "Kľúč API OpenWeatherMap",
|
"OpenWeatherMap API Key" : "Kľúč API OpenWeatherMap",
|
||||||
"Save" : "Uložiť",
|
"Save" : "Uložiť",
|
||||||
|
@ -17,6 +32,7 @@
|
||||||
"Wind" : "Vietor",
|
"Wind" : "Vietor",
|
||||||
"Sunrise" : "Východ slnka",
|
"Sunrise" : "Východ slnka",
|
||||||
"Sunset" : "Západ slnka",
|
"Sunset" : "Západ slnka",
|
||||||
|
"Date" : "Dátum",
|
||||||
"Temperature" : "Teplota"
|
"Temperature" : "Teplota"
|
||||||
},"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"
|
},"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"
|
||||||
}
|
}
|
Loading…
Reference in New Issue