You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

eo.js 2.5KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. OC.L10N.register(
  2. "weather_status",
  3. {
  4. "Unknown address" : "Nekonata adreso",
  5. "No result." : "Nenia rezulto.",
  6. "Malformed JSON data." : "Misformita JSON datumoj.",
  7. "Error" : "Eraro",
  8. "Weather status" : "Stato de vetero",
  9. "Weather status in your dashboard" : "Stato de vetero en via panelo",
  10. "Detect location" : "Rekoni lokon",
  11. "Set custom address" : "Agordi propran adreson",
  12. "Favorites" : "Plej ŝatataj",
  13. "{temperature} {unit} clear sky later today" : "{temperature} {unit} sennuba ĉielo poste hodiaŭ",
  14. "{temperature} {unit} clear sky" : "{temperature} {unit} sennuba ĉielo",
  15. "{temperature} {unit} cloudy later today" : "{temperature} {unit} nube poste hodiaŭ",
  16. "{temperature} {unit} cloudy" : "{temperature} {unit} nube",
  17. "{temperature} {unit} fair weather later today" : "{temperature} {unit} bela vetero poste hodiaŭ",
  18. "{temperature} {unit} fair weather" : "{temperature} {unit} bela vetero",
  19. "{temperature} {unit} partly cloudy later today" : "{temperature} {unit} parte nube poste hodiaŭ",
  20. "{temperature} {unit} partly cloudy" : "{temperature} {unit} parte nube",
  21. "{temperature} {unit} foggy later today" : "{temperature} {unit} nebule poste hodiaŭ",
  22. "{temperature} {unit} foggy" : "{temperature} {unit} nebule",
  23. "{temperature} {unit} light rainfall later today" : "{temperature} {unit} pluveto poste hodiaŭ",
  24. "{temperature} {unit} light rainfall" : "{temperature} {unit} pluveto",
  25. "{temperature} {unit} rainfall later today" : "{temperature} {unit} pluvo poste hodiaŭ",
  26. "{temperature} {unit} rainfall" : "{temperature} {unit} pluvo",
  27. "{temperature} {unit} heavy rainfall later today" : "{temperature} {unit} pluvego poste hodiaŭ",
  28. "{temperature} {unit} heavy rainfall" : "{temperature} {unit} pluvego",
  29. "More weather for {adr}" : "Pli da vetero por {adr}",
  30. "Loading weather" : "Ŝarĝado de vetero",
  31. "Remove from favorites" : "Forigi el pliŝataĵoj",
  32. "Add as favorite" : "Aldoni kiel plej ŝatata",
  33. "You are not logged in." : "Vi ne estas ensalutita.",
  34. "No weather information found" : "Nenia vetera informo trovita",
  35. "Location not found" : "Loko ne trovita",
  36. "There was an error setting the location address." : "Estis eraro agordante adreson de la loko.",
  37. "There was an error setting the location." : "Estis eraro agordante la lokon.",
  38. "There was an error saving the mode." : "Estis eraro konservante la reĝimon.",
  39. "Set location for weather" : "Agordi lokon por vetero"
  40. },
  41. "nplurals=2; plural=(n != 1);");