ast.js 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. OC.L10N.register(
  2. "user_status",
  3. {
  4. "Recent statuses" : "Estaos de recién",
  5. "No recent status changes" : "Nun hai nengún cambéu d'estáu recién",
  6. "In a meeting" : "Nuna reunión",
  7. "Commuting" : "En desplazamientu",
  8. "Out sick" : "Non disponible por enfermedá",
  9. "Vacationing" : "De vacaciones",
  10. "Out of office" : "Fuera de la oficina",
  11. "Working remotely" : "Trabayando en remoto",
  12. "In a call" : "Nuna llamada",
  13. "User status" : "Estáu del usuariu",
  14. "Clear status after" : "Borrar l'estúa dempués de",
  15. "Emoji for your status message" : "Fustaxes pa los mensaxes d'estáu",
  16. "What is your status?" : "¿Cuál ye'l to estáu?",
  17. "Predefined statuses" : "Estaos predefiníos",
  18. "Previously set" : "Afitóse con anterioridá",
  19. "Reset status" : "Reafitar l'estáu",
  20. "Set status" : "Afitar l'estáu",
  21. "Online status" : "Estáu en llinia",
  22. "Status message" : "Mensaxe del estáu",
  23. "Your status was set automatically" : "L'estáu afitóse automáticamente",
  24. "Clear status message" : "Borrar el mensaxe del estáu",
  25. "Set status message" : "Afitar el mensaxe del estáu",
  26. "Reset status to \"{icon} {message}\"" : "Reafitar l'estáu a «{icon} {message}»",
  27. "Reset status to \"{message}\"" : "Reafitar l'estáu a «{message}»",
  28. "Reset status to \"{icon}\"" : "Reafitar l'estáu a «{icon}»",
  29. "There was an error saving the status" : "Hebo un error al guardar l'estáu",
  30. "There was an error clearing the status" : "Hebo un error al borrar l'estáu",
  31. "There was an error reverting the status" : "Hebo un error al recuperar l'estáu anterior",
  32. "Don't clear" : "Nun borrar",
  33. "Today" : "Güei",
  34. "This week" : "Esta selmana",
  35. "Online" : "En llinia",
  36. "Away" : "Ausente",
  37. "Do not disturb" : "Nun molestar",
  38. "Invisible" : "Invisible",
  39. "Offline" : "Desconectáu",
  40. "There was an error saving the new status" : "Hebo un error al guardar l'estáu nuevu",
  41. "30 minutes" : "30 minutos",
  42. "1 hour" : "1 hora",
  43. "4 hours" : "4 hores",
  44. "Mute all notifications" : "Desactivar tolos avisos",
  45. "Appear offline" : "Apaecer desconectáu",
  46. "View profile" : "Ver el perfil",
  47. "{status}, {timestamp}" : "{status}, {timestamp}"
  48. },
  49. "nplurals=2; plural=(n != 1);");