ro.js 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. OC.L10N.register(
  2. "weather_status",
  3. {
  4. "Unknown address" : "Adresă necunoscută",
  5. "No result." : "Niciun rezultat.",
  6. "Malformed JSON data." : "Informațiile în format JSON au expirat.",
  7. "Error" : "Eroare",
  8. "Weather status" : "Starea vremii",
  9. "Weather status in your dashboard" : "Starea vremii pe ecranul principal",
  10. "Detect location" : "Detectează locația",
  11. "Set custom address" : "Setează adresă personalizată",
  12. "Favorites" : "Favorite",
  13. "{temperature} {unit} clear sky later today" : "{temperature} {unit} cer senin astăzi mai târziu",
  14. "{temperature} {unit} clear sky" : "{temperature} {unit} cer senin",
  15. "{temperature} {unit} cloudy later today" : "{temperature} {unit} înourat mai târziu",
  16. "{temperature} {unit} cloudy" : "{temperature} {unit} înourat",
  17. "{temperature} {unit} fair weather later today" : "{temperature} {unit} vreme frumoasă astăzi mai târziu",
  18. "{temperature} {unit} fair weather" : "{temperature} {unit} vreme frumoasă",
  19. "{temperature} {unit} partly cloudy later today" : "{temperature} {unit} parțial înourat astăzi mai târziu",
  20. "{temperature} {unit} partly cloudy" : "{temperature} {unit} parțial înourat",
  21. "{temperature} {unit} foggy later today" : "{temperature} {unit} încețoșat astăzi mai târziu",
  22. "{temperature} {unit} foggy" : "{temperature} {unit} încețoșat",
  23. "More weather for {adr}" : "Mai multe informații despre vreme pentru {adr}",
  24. "Loading weather" : "Se încarcă datele despre vreme",
  25. "Remove from favorites" : "Șterge din favorite",
  26. "Add as favorite" : "Adaugă ca favorit",
  27. "You are not logged in." : "Nu ești înregistrat",
  28. "There was an error getting the weather status information." : "A apărut o eroare când sa încercat preluarea de informații despre vreme.",
  29. "No weather information found" : "Nu s-au găsit informații despre vreme",
  30. "Location not found" : "Locația nu a fost găsită",
  31. "There was an error setting the location address." : "A apărut o eroare în timpul setării locației adresei.",
  32. "There was an error setting the location." : "A apărut o eroare în timpul setării locației.",
  33. "There was an error saving the mode." : "A apărut o eroare în timpul salvării modului.",
  34. "There was an error using personal address." : "A apărut o eroare în timpul folosirii adresei perosnale.",
  35. "Set location for weather" : "Setează locația pentru vreme"
  36. },
  37. "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));");