ca.js 2.1 KB

12345678910111213141516171819202122232425262728
  1. OC.L10N.register(
  2. "weather_status",
  3. {
  4. "Unknown address" : "Adreça desconeguda",
  5. "No result." : "No hi ha resultats.",
  6. "Malformed JSON data." : "Les dades en format JSON estan mal formades.",
  7. "Error" : "Error",
  8. "Weather status" : "Estat del temps",
  9. "Weather status in your dashboard" : "Estat del temps al tauler",
  10. "Weather status integrated in the Dashboard app.\n User's position can be automatically determined or manually defined. A 6 hours forecast is then displayed.\n This status can also be integrated in other places like the Calendar app." : "Estat del temps integrat a l'aplicació Tauler.\n La posició de l'usuari es pot determinar o definir manualment automàticament. A continuació, es mostra una previsió de 6 hores.\n Aquest estat també es pot integrar en altres llocs, com ara l'aplicació de Calendari.",
  11. "Detect location" : "Detecta la ubicació",
  12. "Set custom address" : "Defineix una adreça personalitzada",
  13. "Favorites" : "Preferits",
  14. "More weather for {adr}" : "Més temps per a {adr}",
  15. "Loading weather" : "S'està carregant el temps",
  16. "Remove from favorites" : "Suprimeix dels preferits",
  17. "Add as favorite" : "Afegeix-ho com a preferit",
  18. "You are not logged in." : "No heu iniciat la sessió.",
  19. "There was an error getting the weather status information." : "S'ha produït un error en obtenir la informació de l'estat del temps.",
  20. "No weather information found" : "No s'ha trobat informació del temps",
  21. "Location not found" : "No s'ha trobat la ubicació",
  22. "There was an error setting the location address." : "S'ha produït un error en definir l'adreça de la ubicació.",
  23. "There was an error setting the location." : "S'ha produït un error en definir la ubicació.",
  24. "There was an error saving the mode." : "S'ha produït un error en desar el mode.",
  25. "There was an error using personal address." : "S'ha produït un error en utilitzar l'adreça personal.",
  26. "Set location for weather" : "Definir la ubicació per al temps"
  27. },
  28. "nplurals=2; plural=(n != 1);");