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" : "Estabelecer o estado",
  21. "Online status" : "Estado en liña",
  22. "Status message" : "Mensaxe de estado",
  23. "Your status was set automatically" : "O seu estado foi estabelecido automaticamente",
  24. "Clear status message" : "Limpar a mensaxe de estado",
  25. "Set status message" : "Estabelecer a mensaxe de estado",
  26. "Reset status to \"{icon} {message}\"" : "Restabelecer o estado a «{icon} {message}»",
  27. "Reset status to \"{message}\"" : "Restabelecer o estado a «{message}»",
  28. "Reset status to \"{icon}\"" : "Restabelecer o estado a «{icon}»",
  29. "There was an error saving the status" : "Produciuse un erro ao gardar o estado",
  30. "There was an error clearing the status" : "Produciuse un erro ao limpar o estado",
  31. "There was an error reverting the status" : "Produciuse un erro ao reverter o estado",
  32. "Don't clear" : "Non limpar",
  33. "Today" : "Hoxe",
  34. "This week" : "Esta semana",
  35. "Online" : "En liña",
  36. "Away" : "Ausente",
  37. "Do not disturb" : "Non molestar",
  38. "Invisible" : "Invisíbel",
  39. "Offline" : "Sen conexión",
  40. "There was an error saving the new status" : "Produciuse un erro ao gardar o novo estado",
  41. "30 minutes" : "30 minutos",
  42. "1 hour" : "1 hora",
  43. "4 hours" : "4 horas",
  44. "Mute all notifications" : "Silenciar todas as notificacións",
  45. "Appear offline" : "Aparece coma sen conexión",
  46. "View profile" : "Ver o perfil",
  47. "{status}, {timestamp}" : "{status} ás {timestamp}"
  48. },
  49. "nplurals=2; plural=(n != 1);");