mirror of
https://github.com/nextcloud/server.git
synced 2025-02-07 09:59:46 +00:00
49 lines
3.6 KiB
JavaScript
49 lines
3.6 KiB
JavaScript
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",
|
|
"Favorites" : "Priljubljeno",
|
|
"{temperature} {unit} clear sky later today" : "{temperature} {unit} kasneje se bo zjasnilo",
|
|
"{temperature} {unit} clear sky" : "{temperature} {unit} brez oblakov",
|
|
"{temperature} {unit} cloudy later today" : "{temperature} {unit} kasneje se bo pooblačilo",
|
|
"{temperature} {unit} cloudy" : "{temperature} {unit} oblačno",
|
|
"{temperature} {unit} fair weather later today" : "{temperature} {unit} kasneje bo bolj prijetno",
|
|
"{temperature} {unit} fair weather" : "{temperature} {unit} prijetno vreme",
|
|
"{temperature} {unit} partly cloudy later today" : "{temperature} {unit} kasneje bo delno oblačno",
|
|
"{temperature} {unit} partly cloudy" : "{temperature} {unit} delno oblačno",
|
|
"{temperature} {unit} foggy later today" : "{temperature} {unit} kasneje bo megleno",
|
|
"{temperature} {unit} foggy" : "{temperature} {unit} megleno",
|
|
"{temperature} {unit} light rainfall later today" : "{temperature} {unit} kasneje bo rahlo deževalo",
|
|
"{temperature} {unit} light rainfall" : "{temperature} {unit} rahlo dežuje",
|
|
"{temperature} {unit} rainfall later today" : "{temperature} {unit} kasneje bo deževalo",
|
|
"{temperature} {unit} rainfall" : "{temperature} {unit} dežuje",
|
|
"{temperature} {unit} heavy rainfall later today" : "{temperature} {unit} kasneje bo močno deževalo",
|
|
"{temperature} {unit} heavy rainfall" : "{temperature} {unit} močno dežuje",
|
|
"{temperature} {unit} rainfall showers later today" : "{temperature} {unit} kasneje so možne plohe",
|
|
"{temperature} {unit} rainfall showers" : "{temperature} {unit} občasne plohe",
|
|
"{temperature} {unit} light rainfall showers later today" : "{temperature} {unit} kasneje so možne plohe",
|
|
"{temperature} {unit} light rainfall showers" : "{temperature} {unit} občasne plohe",
|
|
"{temperature} {unit} heavy rainfall showers later today" : "{temperature} {unit} kasneje so možne močnejše plohe",
|
|
"{temperature} {unit} heavy rainfall showers" : "{temperature} {unit} močnejše plohe",
|
|
"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",
|
|
"Remove from favorites" : "Odstrani iz priljubljenih",
|
|
"Add as favorite" : "Dodaj kot priljubljeno",
|
|
"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.",
|
|
"No weather information found" : "Ni dosegljivih podatkov o vremenu",
|
|
"Location not found" : "Trenutnega mesta ni mogoče določiti",
|
|
"There was an error setting the location address." : "Prišlo je do napake med določanjem naslova trenutnega mesta.",
|
|
"There was an error setting the location." : "Prišlo je do napake med določanjem trenutnega mesta.",
|
|
"There was an error saving the mode." : "Prišlo je do napake med shranjevanjem načina.",
|
|
"There was an error using personal address." : "Prišlo je do napake med uporabo osebnega naslova."
|
|
},
|
|
"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);");
|