diff --git a/l10n/sk.js b/l10n/sk.js new file mode 100644 index 0000000..b72364f --- /dev/null +++ b/l10n/sk.js @@ -0,0 +1,24 @@ +OC.L10N.register( + "weather", + { + "Weather" : "Počasie", + "OpenWeatherMap API Key" : "API Kľúč OpenWeatherMap", + "Save" : "Uložiť", + "Add a city" : "Pridať mesto", + "Add city" : "Pridať mesto", + "City name" : "Názov mesta", + "Add" : "Pridať", + "Cancel" : "Zrušiť", + "Settings" : "Nastavenia", + "Metric" : "Metrika", + "Click here to get an API key" : "Kliknite sem pre získanie API kľúča", + "Pressure" : "Tlak", + "Humidity" : "Vlhkosť", + "Cloudiness" : "Oblačnosť", + "Wind" : "Vietor", + "Sunrise" : "Východ slnka", + "Sunset" : "Západ slnka", + "Hour" : "Hodina", + "Temperature" : "Teplota" +}, +"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"); diff --git a/l10n/sk.json b/l10n/sk.json new file mode 100644 index 0000000..861575f --- /dev/null +++ b/l10n/sk.json @@ -0,0 +1,22 @@ +{ "translations": { + "Weather" : "Počasie", + "OpenWeatherMap API Key" : "API Kľúč OpenWeatherMap", + "Save" : "Uložiť", + "Add a city" : "Pridať mesto", + "Add city" : "Pridať mesto", + "City name" : "Názov mesta", + "Add" : "Pridať", + "Cancel" : "Zrušiť", + "Settings" : "Nastavenia", + "Metric" : "Metrika", + "Click here to get an API key" : "Kliknite sem pre získanie API kľúča", + "Pressure" : "Tlak", + "Humidity" : "Vlhkosť", + "Cloudiness" : "Oblačnosť", + "Wind" : "Vietor", + "Sunrise" : "Východ slnka", + "Sunset" : "Západ slnka", + "Hour" : "Hodina", + "Temperature" : "Teplota" +},"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;" +} \ No newline at end of file