it.js 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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 The geographic location 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 geografica 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. "{temperature} {unit} light rainfall later today" : "{temperature} {unit} deboli precipitazioni più tardi oggi",
  25. "{temperature} {unit} light rainfall" : "{temperature} {unit} precipitazioni deboli",
  26. "{temperature} {unit} rainfall later today" : "{temperature} {unit} pioggia più tardi oggi",
  27. "{temperature} {unit} rainfall" : "{temperature} {unità} precipitazioni",
  28. "{temperature} {unit} heavy rainfall later today" : "{temperature} {unit} forti precipitazioni più tardi oggi",
  29. "{temperature} {unit} heavy rainfall" : "{temperature} {unit} forti precipitazioni",
  30. "{temperature} {unit} rainfall showers later today" : "{temperature} {unit} rovesci di pioggia più tardi oggi",
  31. "{temperature} {unit} rainfall showers" : "{temperature} {unit} rovesci di pioggia",
  32. "{temperature} {unit} light rainfall showers later today" : "{temperature} {unit} deboli rovesci di pioggia più tardi oggi",
  33. "{temperature} {unit} light rainfall showers" : "{temperature} {unit} deboli rovesci di pioggia",
  34. "{temperature} {unit} heavy rainfall showers later today" : "{temperature} {unit} forti rovesci di pioggia più tardi oggi",
  35. "{temperature} {unit} heavy rainfall showers" : "{temperature} {unit} forti rovesci di pioggia",
  36. "More weather for {adr}" : "Altro meteo per {adr}",
  37. "Loading weather" : "Caricamento meteo",
  38. "Set location for weather" : "Imposta la località per il meteo",
  39. "Remove from favorites" : "Rimuovi dai preferiti",
  40. "Add as favorite" : "Aggiungi come preferito",
  41. "You are not logged in." : "Accesso non effettuato.",
  42. "There was an error getting the weather status information." : "Si è verificato un errore durante il recupero delle informazioni meteo.",
  43. "No weather information found" : "Nessuna informazione meteo trovata",
  44. "Location not found" : "Località non trovata",
  45. "There was an error setting the location address." : "Si è verificato un errore impostando l'indirizzo della località.",
  46. "There was an error setting the location." : "Si è verificato un errore durante l'impostazione della località.",
  47. "There was an error saving the mode." : "Si è verificato un errore durante il salvataggio della modalità.",
  48. "There was an error using personal address." : "Si è verificato un errore usando l'indirizzo personale.",
  49. "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."
  50. },
  51. "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");