it.js 2.3 KB

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