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.

ca.js 4.0KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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 en el 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 en l'aplicació Tauler.\n La posició de l'usuari es pot determinar automàticament o definir manualment. A continuació, es mostra una previsió de 6 hores.\n Aquest estat també es pot integrar en altres llocs, com ara l'aplicació Calendari.",
  11. "Detect location" : "Detecta la ubicació",
  12. "Set custom address" : "Defineix una adreça personalitzada",
  13. "Favorites" : "Preferits",
  14. "{temperature} {unit} clear sky later today" : "{temperature} {unit} cel clar avui més tard",
  15. "{temperature} {unit} clear sky" : "{temperature} {unit} cel clar",
  16. "{temperature} {unit} cloudy later today" : "{temperature} {unit} ennuvolat avui més tard",
  17. "{temperature} {unit} cloudy" : "{temperature} {unit} ennuvolat",
  18. "{temperature} {unit} fair weather later today" : "{temperature} {unit} bon temps avui més tard",
  19. "{temperature} {unit} fair weather" : "{temperature} {unit} bon temps",
  20. "{temperature} {unit} partly cloudy later today" : "{temperature} {unit} mig ennuvolat avui més tard",
  21. "{temperature} {unit} partly cloudy" : "{temperature} {unit} mig ennuvolat",
  22. "{temperature} {unit} foggy later today" : "{temperature} {unit} boira avui més tard",
  23. "{temperature} {unit} foggy" : "{temperature} {unit} boira",
  24. "{temperature} {unit} light rainfall later today" : "{temperature} {unit} pluja lleugera avui més tard",
  25. "{temperature} {unit} light rainfall" : "{temperature} {unit} pluja lleugera",
  26. "{temperature} {unit} rainfall later today" : "{temperature} {unit} pluja avui més tard",
  27. "{temperature} {unit} rainfall" : "{temperature} {unit} pluja",
  28. "{temperature} {unit} heavy rainfall later today" : "{temperature} {unit} pluja intensa avui més tard",
  29. "{temperature} {unit} heavy rainfall" : "{temperature} {unit} pluja intensa",
  30. "{temperature} {unit} rainfall showers later today" : "{temperature} {unit} ruixats avui més tard",
  31. "{temperature} {unit} rainfall showers" : "{temperature} {unit} ruixats",
  32. "{temperature} {unit} light rainfall showers later today" : "{temperature} {unit} pluja lleugera avui més tard",
  33. "{temperature} {unit} light rainfall showers" : "{temperature} {unit} pluja lleugera",
  34. "{temperature} {unit} heavy rainfall showers later today" : "{temperature} {unit} pluja intensa avui més tard",
  35. "{temperature} {unit} heavy rainfall showers" : "{temperature} {unit} pluja intensa",
  36. "More weather for {adr}" : "Més temps per a {adr}",
  37. "Loading weather" : "S'està carregant el temps",
  38. "Remove from favorites" : "Suprimeix dels preferits",
  39. "Add as favorite" : "Afegeix-ho com a preferit",
  40. "You are not logged in." : "No heu iniciat la sessió.",
  41. "There was an error getting the weather status information." : "S'ha produït un error en obtenir la informació de l'estat del temps.",
  42. "No weather information found" : "No s'ha trobat informació del temps",
  43. "Location not found" : "No s'ha trobat la ubicació",
  44. "There was an error setting the location address." : "S'ha produït un error en definir l'adreça de la ubicació.",
  45. "There was an error setting the location." : "S'ha produït un error en definir la ubicació.",
  46. "There was an error saving the mode." : "S'ha produït un error en desar el mode.",
  47. "There was an error using personal address." : "S'ha produït un error en utilitzar l'adreça personal.",
  48. "Set location for weather" : "Definiu la ubicació per al temps"
  49. },
  50. "nplurals=2; plural=(n != 1);");