ca.js 2.2 KB

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