it.js 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. OC.L10N.register(
  2. "weather_status",
  3. {
  4. "Unknown address" : "Indirizzo sconosciuto",
  5. "No result." : "Nessun risultato.",
  6. "Malformed JSON data." : "Dati JSON non validi.",
  7. "Error" : "Errore",
  8. "Weather status" : "Stato meteo",
  9. "Weather status in your dashboard" : "Stato meteo nel tuo cruscotto",
  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." : "Meteo integrato nell'applicazione del cruscotto.\n La posizione dell'utente può essere determinata automaticamente o definita a mano. Vengono poi mostrate previsioni per 6 ore.\n Questo stato può anche essere integrato in altri posti come nell'applicazione Calendario.",
  11. "Detect location" : "Elimina località",
  12. "Set custom address" : "Imposta indirizzo personalizzato",
  13. "Favorites" : "Preferiti",
  14. "{temperature} {unit} clear sky later today" : "{temperature} {unit} cielo sereno più tardi in giornata",
  15. "{temperature} {unit} clear sky" : "{temperature} {unit} cielo sereno",
  16. "{temperature} {unit} cloudy later today" : "{temperature} {unit} nuvoloso più tardi in giornata",
  17. "{temperature} {unit} cloudy" : "{temperature} {unit} nuvoloso",
  18. "{temperature} {unit} fair weather later today" : "{temperature} {unit} bel tempo più tardi in giornata",
  19. "{temperature} {unit} fair weather" : "{temperature} {unit} bel tempo",
  20. "{temperature} {unit} partly cloudy later today" : "{temperature} {unit} parzialmente nuvoloso più tardi in giornata",
  21. "{temperature} {unit} partly cloudy" : "{temperature} {unit} parzialmente nuvoloso",
  22. "{temperature} {unit} foggy later today" : "{temperature} {unit} nebbioso più tardi in giornata",
  23. "{temperature} {unit} foggy" : "{temperature} {unit} nebbioso",
  24. "More weather for {adr}" : "Altro meteo per {adr}",
  25. "Loading weather" : "Caricamento meteo",
  26. "Remove from favorites" : "Rimuovi dai preferiti",
  27. "Add as favorite" : "Aggiungi come preferito",
  28. "You are not logged in." : "Accesso non effettuato.",
  29. "There was an error getting the weather status information." : "Si è verificato un errore durante il recupero delle informazioni meteo.",
  30. "No weather information found" : "Nessuna informazione meteo trovata",
  31. "Location not found" : "Località non trovata",
  32. "There was an error setting the location address." : "Si è verificato un errore impostando l'indirizzo della località.",
  33. "There was an error setting the location." : "Si è verificato un errore durante l'impostazione della località.",
  34. "There was an error saving the mode." : "Si è verificato un errore durante il salvataggio della modalità.",
  35. "There was an error using personal address." : "Si è verificato un errore usando l'indirizzo personale.",
  36. "Set location for weather" : "Imposta la località per il meteo"
  37. },
  38. "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");