Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2020-10-07 05:18:12 +0300
committerNextcloud bot <bot@nextcloud.com>2020-10-07 05:18:12 +0300
commit678ef8466d5d1788bab1cf66786e47515a1bcbd9 (patch)
tree7665637ed222d514e161d0a5dcd777bdc10b8351 /apps/weather_status/l10n
parent2adfb27007444d042fa128b523e8e796d0494fd3 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'apps/weather_status/l10n')
-rw-r--r--apps/weather_status/l10n/sl.js28
-rw-r--r--apps/weather_status/l10n/sl.json26
2 files changed, 54 insertions, 0 deletions
diff --git a/apps/weather_status/l10n/sl.js b/apps/weather_status/l10n/sl.js
new file mode 100644
index 00000000000..701f85037db
--- /dev/null
+++ b/apps/weather_status/l10n/sl.js
@@ -0,0 +1,28 @@
+OC.L10N.register(
+ "weather_status",
+ {
+ "Unknown address" : "Neznan naslov",
+ "No result." : "Ni zadetkov",
+ "Malformed JSON data." : "Nepravilno oblikovani podatki JSON.",
+ "Error" : "Napaka",
+ "Weather status" : "Stanje vremena",
+ "Weather status in your dashboard" : "Stanje vremena na nadzorni plošči",
+ "Detect location" : "Zaznaj trenutno mesto",
+ "Set custom address" : "Nastavi naslov po meri",
+ "{temperature} {unit} Clear sky at {time}" : "{temperature} {unit} : jasno nebo ob {time}",
+ "{temperature} {unit} Cloudy at {time}" : "{temperature} {unit} : oblačno ob {time}",
+ "{temperature} {unit} Partly cloudy at {time}" : "{temperature} {unit} : delno oblačno ob {time}",
+ "{temperature} {unit} Foggy at {time}" : "{temperature} {unit} : megleno ob {time}",
+ "{temperature} {unit} Light rain at {time}" : "{temperature} {unit} : rahel dež ob {time}",
+ "{temperature} {unit} Rain at {time}" : "{temperature} {unit} : dežuje ob {time}",
+ "{temperature} {unit} Heavy rain at {time}" : "{temperature} {unit} : močno dežuje ob {time}",
+ "{temperature} {unit} Rain showers at {time}" : "{temperature} {unit} : plohe ob {time}",
+ "{temperature} {unit} Light rain showers at {time}" : "{temperature} {unit} : zmerne plohe ob {time}",
+ "{temperature} {unit} Heavy rain showers at {time}" : "{temperature} {unit} : močne plohe ob {time}",
+ "More weather for {adr}" : "Več o vremenu za mesto {adr}",
+ "Loading weather" : "Poteka nalaganje podatkov o vremenu",
+ "Set location for weather" : "Nastavitev mesta za prikaz vremena",
+ "You are not logged in." : "Niste prijavljeni v oblak.",
+ "There was an error getting the weather status information." : "Prišlo je do napake med pridobivanjem podrobnosti o vremenu."
+},
+"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);");
diff --git a/apps/weather_status/l10n/sl.json b/apps/weather_status/l10n/sl.json
new file mode 100644
index 00000000000..c6c6900d660
--- /dev/null
+++ b/apps/weather_status/l10n/sl.json
@@ -0,0 +1,26 @@
+{ "translations": {
+ "Unknown address" : "Neznan naslov",
+ "No result." : "Ni zadetkov",
+ "Malformed JSON data." : "Nepravilno oblikovani podatki JSON.",
+ "Error" : "Napaka",
+ "Weather status" : "Stanje vremena",
+ "Weather status in your dashboard" : "Stanje vremena na nadzorni plošči",
+ "Detect location" : "Zaznaj trenutno mesto",
+ "Set custom address" : "Nastavi naslov po meri",
+ "{temperature} {unit} Clear sky at {time}" : "{temperature} {unit} : jasno nebo ob {time}",
+ "{temperature} {unit} Cloudy at {time}" : "{temperature} {unit} : oblačno ob {time}",
+ "{temperature} {unit} Partly cloudy at {time}" : "{temperature} {unit} : delno oblačno ob {time}",
+ "{temperature} {unit} Foggy at {time}" : "{temperature} {unit} : megleno ob {time}",
+ "{temperature} {unit} Light rain at {time}" : "{temperature} {unit} : rahel dež ob {time}",
+ "{temperature} {unit} Rain at {time}" : "{temperature} {unit} : dežuje ob {time}",
+ "{temperature} {unit} Heavy rain at {time}" : "{temperature} {unit} : močno dežuje ob {time}",
+ "{temperature} {unit} Rain showers at {time}" : "{temperature} {unit} : plohe ob {time}",
+ "{temperature} {unit} Light rain showers at {time}" : "{temperature} {unit} : zmerne plohe ob {time}",
+ "{temperature} {unit} Heavy rain showers at {time}" : "{temperature} {unit} : močne plohe ob {time}",
+ "More weather for {adr}" : "Več o vremenu za mesto {adr}",
+ "Loading weather" : "Poteka nalaganje podatkov o vremenu",
+ "Set location for weather" : "Nastavitev mesta za prikaz vremena",
+ "You are not logged in." : "Niste prijavljeni v oblak.",
+ "There was an error getting the weather status information." : "Prišlo je do napake med pridobivanjem podrobnosti o vremenu."
+},"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"
+} \ No newline at end of file