ca.js 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. OC.L10N.register(
  2. "user_status",
  3. {
  4. "Recent statuses" : "Estats recents",
  5. "No recent status changes" : "No hi ha cap canvi d'estat recent",
  6. "In a meeting" : "En una reunió",
  7. "Commuting" : "En desplaçament",
  8. "Out sick" : "No disponible per malaltia",
  9. "Vacationing" : "De vacances",
  10. "Out of office" : "Fora de l'oficina",
  11. "Working remotely" : "Treballant en remot",
  12. "In a call" : "En una trucada",
  13. "User status" : "Estat de l'usuari",
  14. "Clear status after" : "Esborra l'estat després de",
  15. "Emoji for your status message" : "Emoji per al missatge d'estat",
  16. "What is your status?" : "Quin és el vostre estat?",
  17. "Predefined statuses" : "Estats predefinits",
  18. "Previously set" : "Definits anteriorment",
  19. "Reset status" : "Reinicialitza l'estat",
  20. "Set status" : "Indica l'estat",
  21. "Online status" : "Estat en línia",
  22. "Status message" : "Missatge d'estat",
  23. "Your status was set automatically" : "S'ha indicat l'estat automàticament",
  24. "Clear status message" : "Esborra el missatge d'estat",
  25. "Set status message" : "Indica el missatge d'estat",
  26. "Reset status to \"{icon} {message}\"" : "Reinicialitza l'estat a «{icon} {message}»",
  27. "Reset status to \"{message}\"" : "Reinicialitza l'estat a «{message}»",
  28. "Reset status to \"{icon}\"" : "Reinicialitza l'estat a «{icon}»",
  29. "There was an error saving the status" : "S'ha produït un error en desar l'estat",
  30. "There was an error clearing the status" : "S'ha produït un error en esborrar l'estat",
  31. "There was an error reverting the status" : "S'ha produït un error en recuperar l'estat anterior",
  32. "Don't clear" : "No l'esborris",
  33. "Today" : "Avui",
  34. "This week" : "Aquesta setmana",
  35. "Online" : "En línia",
  36. "Away" : "Absent",
  37. "Do not disturb" : "No molesteu",
  38. "Invisible" : "Invisible",
  39. "Offline" : "Fora de línia",
  40. "There was an error saving the new status" : "S'ha produït un error en desar l'estat nou",
  41. "30 minutes" : "30 minuts",
  42. "1 hour" : "1 hora",
  43. "4 hours" : "4 hores",
  44. "Mute all notifications" : "Silencieu totes les notificacions",
  45. "Appear offline" : "Apareixeu fora de línia",
  46. "View profile" : "Visualitza el perfil",
  47. "{status}, {timestamp}" : "{status}, {timestamp}"
  48. },
  49. "nplurals=2; plural=(n != 1);");