gl.js 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. OC.L10N.register(
  2. "user_status",
  3. {
  4. "Recent statuses" : "Estados recentes",
  5. "In a meeting" : "Nunha xuntanza",
  6. "Commuting" : "De casa ao traballo ou ao revés",
  7. "Out sick" : "Enfermo",
  8. "Vacationing" : "De vacacións",
  9. "Working remotely" : "Traballando en remoto",
  10. "In a call" : "Nunha chamada",
  11. "User status" : "Estado do usuario",
  12. "View profile" : "Ver o perfil",
  13. "Clear status after" : "Limpar o estado após",
  14. "Emoji for your status message" : "«Emoji» para a súa mensaxe de estado",
  15. "What is your status?" : "Cal é o seu estado?",
  16. "Predefined statuses" : "Estados predefinidos",
  17. "Previously set" : "Estabelecido previamente",
  18. "Reset status" : "Restabelecer o estado",
  19. "Set status" : "Estabelecer o estado",
  20. "Online status" : "Estado en liña",
  21. "Status message" : "Mensaxe de estado",
  22. "Your status was set automatically" : "O seu estado foi estabelecido automaticamente",
  23. "Clear status message" : "Limpar a mensaxe de estado",
  24. "Set status message" : "Estabelecer a mensaxe de estado",
  25. "Reset status to \"{icon} {message}\"" : "Restabelecer o estado a «{icon} {mensaxe}¢",
  26. "Reset status to \"{message}\"" : "Restabelecer o estado a «{message}»",
  27. "Reset status to \"{icon}\"" : "Restabelecer o estado a «{icon}»",
  28. "There was an error saving the status" : "Produciuse un erro ao gardar o estado",
  29. "There was an error clearing the status" : "Produciuse un erro ao limpar o estado",
  30. "There was an error reverting the status" : "Produciuse un erro ao reverter o estado",
  31. "No recent status changes" : "Non hai cambios de estado recentes",
  32. "Away" : "Ausente",
  33. "Do not disturb" : "Non molestar",
  34. "{status}, {timestamp}" : "{status} ás {timestamp}",
  35. "Don't clear" : "Non limpar",
  36. "Today" : "Hoxe",
  37. "This week" : "Esta semana",
  38. "Online" : "En liña",
  39. "Invisible" : "Invisíbel",
  40. "Offline" : "Sen conexión",
  41. "There was an error saving the new status" : "Produciuse un erro ao gardar o novo estado",
  42. "30 minutes" : "30 minutos",
  43. "1 hour" : "1 hora",
  44. "4 hours" : "4 horas",
  45. "Mute all notifications" : "Silenciar todas as notificacións",
  46. "Appear offline" : "Aparece coma sen conexión"
  47. },
  48. "nplurals=2; plural=(n != 1);");