diff --git a/l10n/sq.js b/l10n/sq.js new file mode 100644 index 0000000..658ac5c --- /dev/null +++ b/l10n/sq.js @@ -0,0 +1,25 @@ +OC.L10N.register( + "weather", + { + "Weather" : "Moti", + "Watch the weather directly on your Nextcloud." : "Shikoni motin direkt në Nextcloud-in tuaj.", + "OpenWeatherMap API Key" : "OpenWeatherMap API Key", + "Save" : "Ruaj", + "Add a city" : "Shto një qytet", + "Add city" : "Shto qytet", + "City name" : "Emri i qytetit", + "Add" : "Shto", + "Cancel" : "Anullo", + "Settings" : "Konfigurimet", + "Metric" : "Matjet", + "Click here to get an API key" : "Klikoni këtu për të marë një API key", + "Pressure" : "Trysnia", + "Humidity" : "Lagështia", + "Cloudiness" : "Retë", + "Wind" : "Era", + "Sunrise" : "Lindja e diellit", + "Sunset" : "Perëndimi i diellit", + "Hour" : "Orë", + "Temperature" : "Temperatura" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/sq.json b/l10n/sq.json new file mode 100644 index 0000000..63b8d89 --- /dev/null +++ b/l10n/sq.json @@ -0,0 +1,23 @@ +{ "translations": { + "Weather" : "Moti", + "Watch the weather directly on your Nextcloud." : "Shikoni motin direkt në Nextcloud-in tuaj.", + "OpenWeatherMap API Key" : "OpenWeatherMap API Key", + "Save" : "Ruaj", + "Add a city" : "Shto një qytet", + "Add city" : "Shto qytet", + "City name" : "Emri i qytetit", + "Add" : "Shto", + "Cancel" : "Anullo", + "Settings" : "Konfigurimet", + "Metric" : "Matjet", + "Click here to get an API key" : "Klikoni këtu për të marë një API key", + "Pressure" : "Trysnia", + "Humidity" : "Lagështia", + "Cloudiness" : "Retë", + "Wind" : "Era", + "Sunrise" : "Lindja e diellit", + "Sunset" : "Perëndimi i diellit", + "Hour" : "Orë", + "Temperature" : "Temperatura" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file