diff --git a/l10n/sk.js b/l10n/sk.js index bef3f8c..6bbd88f 100644 --- a/l10n/sk.js +++ b/l10n/sk.js @@ -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ť", @@ -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);"); diff --git a/l10n/sk.json b/l10n/sk.json index 191ac19..d759bd2 100644 --- a/l10n/sk.json +++ b/l10n/sk.json @@ -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ť", @@ -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);" } \ No newline at end of file