1
0

gl.js 2.3 KB

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