mirror of
https://github.com/nextcloud/server.git
synced 2025-02-22 16:09:14 +00:00
41 lines
2.5 KiB
JavaScript
41 lines
2.5 KiB
JavaScript
OC.L10N.register(
|
|
"weather_status",
|
|
{
|
|
"Unknown address" : "Nekonata adreso",
|
|
"No result." : "Nenia rezulto.",
|
|
"Malformed JSON data." : "Misformita JSON datumoj.",
|
|
"Error" : "Eraro",
|
|
"Weather status" : "Stato de vetero",
|
|
"Weather status in your dashboard" : "Stato de vetero en via panelo",
|
|
"Detect location" : "Rekoni lokon",
|
|
"Set custom address" : "Agordi propran adreson",
|
|
"Favorites" : "Plej ŝatataj",
|
|
"{temperature} {unit} clear sky later today" : "{temperature} {unit} sennuba ĉielo poste hodiaŭ",
|
|
"{temperature} {unit} clear sky" : "{temperature} {unit} sennuba ĉielo",
|
|
"{temperature} {unit} cloudy later today" : "{temperature} {unit} nube poste hodiaŭ",
|
|
"{temperature} {unit} cloudy" : "{temperature} {unit} nube",
|
|
"{temperature} {unit} fair weather later today" : "{temperature} {unit} bela vetero poste hodiaŭ",
|
|
"{temperature} {unit} fair weather" : "{temperature} {unit} bela vetero",
|
|
"{temperature} {unit} partly cloudy later today" : "{temperature} {unit} parte nube poste hodiaŭ",
|
|
"{temperature} {unit} partly cloudy" : "{temperature} {unit} parte nube",
|
|
"{temperature} {unit} foggy later today" : "{temperature} {unit} nebule poste hodiaŭ",
|
|
"{temperature} {unit} foggy" : "{temperature} {unit} nebule",
|
|
"{temperature} {unit} light rainfall later today" : "{temperature} {unit} pluveto poste hodiaŭ",
|
|
"{temperature} {unit} light rainfall" : "{temperature} {unit} pluveto",
|
|
"{temperature} {unit} rainfall later today" : "{temperature} {unit} pluvo poste hodiaŭ",
|
|
"{temperature} {unit} rainfall" : "{temperature} {unit} pluvo",
|
|
"{temperature} {unit} heavy rainfall later today" : "{temperature} {unit} pluvego poste hodiaŭ",
|
|
"{temperature} {unit} heavy rainfall" : "{temperature} {unit} pluvego",
|
|
"More weather for {adr}" : "Pli da vetero por {adr}",
|
|
"Loading weather" : "Ŝarĝado de vetero",
|
|
"Set location for weather" : "Agordi lokon por vetero",
|
|
"Remove from favorites" : "Forigi el pliŝataĵoj",
|
|
"Add as favorite" : "Aldoni kiel plej ŝatata",
|
|
"You are not logged in." : "Vi ne estas ensalutita.",
|
|
"No weather information found" : "Nenia vetera informo trovita",
|
|
"Location not found" : "Loko ne trovita",
|
|
"There was an error setting the location address." : "Estis eraro agordante adreson de la loko.",
|
|
"There was an error setting the location." : "Estis eraro agordante la lokon.",
|
|
"There was an error saving the mode." : "Estis eraro konservante la reĝimon."
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|