it.js 1.6 KB

12345678910111213141516171819202122232425262728293031323334
  1. OC.L10N.register(
  2. "dashboard",
  3. {
  4. "Dashboard" : "Cruscotto",
  5. "Dashboard app" : "Cruscotto",
  6. "Show something" : "Mostra qualcosa",
  7. "Customize" : "Personalizza",
  8. "Edit widgets" : "Modifica widget",
  9. "Get more widgets from the app store" : "Ottieni altri widget dal negozio di applicazioni",
  10. "Change background image" : "Cambia l'immagine di sfondo",
  11. "Weather service" : "Servizio meteo",
  12. "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.",
  13. "Weather data from Met.no" : "Dati meteo da Met.no",
  14. "geocoding with Nominatim" : "geocodifica conh Nominatim",
  15. "elevation data from OpenTopoData" : "dati di elevazione da OpenTopoData",
  16. "Weather" : "Meteo",
  17. "Status" : "Stato",
  18. "Good morning" : "Buongiorno",
  19. "Good morning, {name}" : "Buongiorno, {name}",
  20. "Good afternoon" : "Buon pomeriggio",
  21. "Good afternoon, {name}" : "Buon pomeriggio, {name}",
  22. "Good evening" : "Buona sera",
  23. "Good evening, {name}" : "Buona sera, {name}",
  24. "Hello" : "Ciao",
  25. "Hello, {name}" : "Ciao {name}",
  26. "Pick from Files" : "Scegli da File",
  27. "Default images" : "Immagini predefinite",
  28. "Plain background" : "Sfondo semplice",
  29. "Insert from {productName}" : "Inserisci da {productName}",
  30. "Good night, {name}" : "Buona notte, {name}",
  31. "Good night" : "Buona notte",
  32. "Pick from files" : "Scegli da file"
  33. },
  34. "nplurals=2; plural=(n != 1);");