it.js 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. OC.L10N.register(
  2. "user_status",
  3. {
  4. "Recent statuses" : "Stati recenti",
  5. "In a meeting" : "In una riunione",
  6. "Commuting" : "Pendolare",
  7. "Out sick" : "In malattia",
  8. "Vacationing" : "In vacanza",
  9. "Working remotely" : "Lavoro da remoto",
  10. "In a call" : "In una chiamata",
  11. "User status" : "Stato utente",
  12. "View profile" : "Vedi profilo",
  13. "Clear status after" : "Togli lo stato dopo",
  14. "What is your status?" : "Qual è il tuo stato?",
  15. "Set status" : "Imposta stato",
  16. "Online status" : "Stato in linea",
  17. "Status message" : "Messaggio di stato",
  18. "Clear status message" : "Cancella il messaggio di stato",
  19. "Set status message" : "Imposta messaggio di stato",
  20. "There was an error saving the status" : "Si è verificato un errore durante il salvataggio dello stato",
  21. "There was an error clearing the status" : "Si è verificato un errore durante la rimozione dello stato",
  22. "No recent status changes" : "Nessun cambio di stato recente",
  23. "Away" : "Assente",
  24. "Do not disturb" : "Non disturbare",
  25. "{status}, {timestamp}" : "{status}, {timestamp}",
  26. "Don't clear" : "Non togliere",
  27. "Today" : "Oggi",
  28. "This week" : "Questa settimana",
  29. "Online" : "In linea",
  30. "Invisible" : "Invisibile",
  31. "Offline" : "Non in linea",
  32. "There was an error saving the new status" : "Si è verificato un errore durante il salvataggio del nuovo stato",
  33. "30 minutes" : "30 minuti",
  34. "1 hour" : "1 ora",
  35. "4 hours" : "4 ore",
  36. "Mute all notifications" : "Silenzia tutte le notifiche",
  37. "Appear offline" : "Mostrati non in linea",
  38. "Clear status message after" : "Cancella il messaggio di stato dopo"
  39. },
  40. "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");