it.js 1.5 KB

123456789101112131415161718192021222324252627282930
  1. OC.L10N.register(
  2. "dashboard",
  3. {
  4. "Dashboard" : "Cruscotto",
  5. "Dashboard app" : "Cruscotto",
  6. "Customize" : "Personalizza",
  7. "Edit widgets" : "Modifica widget",
  8. "Get more widgets from the App Store" : "Ottieni altri widget dal negozio delle applicazioni",
  9. "Weather service" : "Servizio meteo",
  10. "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Per la tua riservatezza, i dati meteorologici sono richiesti dal tuo server Nextcloud per tuo conto, per cui il servizio meteo non riceve informazioni personali.",
  11. "Weather data from Met.no" : "Dati meteo da Met.no",
  12. "geocoding with Nominatim" : "geocodifica conh Nominatim",
  13. "elevation data from OpenTopoData" : "dati di elevazione da OpenTopoData",
  14. "Weather" : "Meteo",
  15. "Status" : "Stato",
  16. "Good morning" : "Buongiorno",
  17. "Good morning, {name}" : "Buongiorno, {name}",
  18. "Good afternoon" : "Buon pomeriggio",
  19. "Good afternoon, {name}" : "Buon pomeriggio, {name}",
  20. "Good evening" : "Buona sera",
  21. "Good evening, {name}" : "Buona sera, {name}",
  22. "Hello" : "Ciao",
  23. "Hello, {name}" : "Ciao {name}",
  24. "Change background image" : "Cambia l'immagine di sfondo",
  25. "Pick from Files" : "Scegli da File",
  26. "Default images" : "Immagini predefinite",
  27. "Plain background" : "Sfondo semplice",
  28. "Insert from {productName}" : "Inserisci da {productName}"
  29. },
  30. "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");