Skip to content

Commit

Permalink
[tx-robot] updated from transifex
Browse files Browse the repository at this point in the history
  • Loading branch information
nextcloud-bot committed Oct 11, 2019
1 parent ab4e712 commit 19c3e22
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
16 changes: 16 additions & 0 deletions l10n/sk.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@ OC.L10N.register(
"weather",
{
"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.",
"OpenWeatherMap API Key" : "Kľúč API OpenWeatherMap",
"Save" : "Uložiť",
Expand All @@ -19,6 +34,7 @@ OC.L10N.register(
"Wind" : "Vietor",
"Sunrise" : "Východ slnka",
"Sunset" : "Západ slnka",
"Date" : "Dátum",
"Temperature" : "Teplota"
},
"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);");
16 changes: 16 additions & 0 deletions l10n/sk.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
{ "translations": {
"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.",
"OpenWeatherMap API Key" : "Kľúč API OpenWeatherMap",
"Save" : "Uložiť",
Expand All @@ -17,6 +32,7 @@
"Wind" : "Vietor",
"Sunrise" : "Východ slnka",
"Sunset" : "Západ slnka",
"Date" : "Dátum",
"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);"
}

0 comments on commit 19c3e22

Please sign in to comment.