ca.js 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. OC.L10N.register(
  2. "user_status",
  3. {
  4. "Recent statuses" : "Estats recents",
  5. "In a meeting" : "En una reunió",
  6. "Commuting" : "Trajecte",
  7. "Out sick" : "Fora malalt",
  8. "Vacationing" : "Vacances",
  9. "Working remotely" : "Treballant a distància",
  10. "User status" : "Estat de l'usuari",
  11. "Clear status message after" : "Esborra el missatge d'estat després",
  12. "Set status" : "Estableix l'estat",
  13. "Online status" : "Estat en línia",
  14. "Status message" : "Missatge d'estat",
  15. "Clear status message" : "Esborrar el missatge d'estat",
  16. "Set status message" : "Estableix un missatge d'estat",
  17. "There was an error saving the status" : "S'ha produït un error en desar l'estat",
  18. "There was an error clearing the status" : "S'ha produït un error en esborrar l'estat",
  19. "No recent status changes" : "No hi ha canvis d'estat recents",
  20. "Away" : "Absent",
  21. "Do not disturb" : "No molesteu",
  22. "{status}, {timestamp}" : "{status}, {timestamp}",
  23. "Don't clear" : "No esborrar",
  24. "Today" : "Avui",
  25. "This week" : "Aquesta setmana",
  26. "Online" : "En línia",
  27. "Invisible" : "Invisible",
  28. "Offline" : "Fora de línia",
  29. "There was an error saving the new status" : "S'ha produït un error en desar l'estat nou",
  30. "30 minutes" : "30 minuts",
  31. "1 hour" : "1 hora",
  32. "4 hours" : "4 hores",
  33. "Mute all notifications" : "Silenciar totes les notificacions",
  34. "Appear offline" : "Apareix com \"desconnectat\"",
  35. "Clear status after" : "Esborra l'estat després",
  36. "What's your status?" : "Quin és el teu estat?"
  37. },
  38. "nplurals=2; plural=(n != 1);");