it.js 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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. "Emoji for your status message" : "Emoji per il tuo messaggio di stato",
  15. "What is your status?" : "Qual è il tuo stato?",
  16. "Predefined statuses" : "Stati predefiniti",
  17. "Previously set" : "Impostato in precedenza",
  18. "Reset status" : "Ripristina stato",
  19. "Set status" : "Imposta stato",
  20. "Online status" : "Stato in linea",
  21. "Status message" : "Messaggio di stato",
  22. "Your status was set automatically" : "Stato impostato automaticamente",
  23. "Clear status message" : "Cancella il messaggio di stato",
  24. "Set status message" : "Imposta messaggio di stato",
  25. "Reset status to \"{icon} {message}\"" : "Ripristina stato a \"{icon} {message}\"",
  26. "Reset status to \"{message}\"" : "Ripristina stato a \"{message}\"",
  27. "Reset status to \"{icon}\"" : "Ripristina stato a \"{icon}\"",
  28. "There was an error saving the status" : "Si è verificato un errore durante il salvataggio dello stato",
  29. "There was an error clearing the status" : "Si è verificato un errore durante la rimozione dello stato",
  30. "There was an error reverting the status" : "Si è verificato un errore ripristinando lo stato",
  31. "No recent status changes" : "Nessun cambio di stato recente",
  32. "Away" : "Assente",
  33. "Do not disturb" : "Non disturbare",
  34. "{status}, {timestamp}" : "{status}, {timestamp}",
  35. "Don't clear" : "Non togliere",
  36. "Today" : "Oggi",
  37. "This week" : "Questa settimana",
  38. "Online" : "In linea",
  39. "Invisible" : "Invisibile",
  40. "Offline" : "Non in linea",
  41. "There was an error saving the new status" : "Si è verificato un errore durante il salvataggio del nuovo stato",
  42. "30 minutes" : "30 minuti",
  43. "1 hour" : "1 ora",
  44. "4 hours" : "4 ore",
  45. "Mute all notifications" : "Silenzia tutte le notifiche",
  46. "Appear offline" : "Mostrati non in linea"
  47. },
  48. "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");