gl.js 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839
  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. "User status" : "Estado do usuario",
  11. "View profile" : "Ver o perfil",
  12. "Clear status after" : "Limpar o estado após",
  13. "What is your status?" : "Cal é o seu estado?",
  14. "Set status" : "Estabelecer o estado",
  15. "Online status" : "Estado en liña",
  16. "Status message" : "Mensaxe de estado",
  17. "Clear status message" : "Limpar a mensaxe de estado",
  18. "Set status message" : "Establecer a mensaxe de estado",
  19. "There was an error saving the status" : "Produciuse un erro ao gardar o estado",
  20. "There was an error clearing the status" : "Produciuse un erro ao limpar o estado",
  21. "No recent status changes" : "Non hai cambios de estado recentes",
  22. "Away" : "Ausente",
  23. "Do not disturb" : "Non molestar",
  24. "{status}, {timestamp}" : "{status} ás {timestamp}",
  25. "Don't clear" : "Non limpar",
  26. "Today" : "Hoxe",
  27. "This week" : "Esta semana",
  28. "Online" : "En liña",
  29. "Invisible" : "Invisíbel",
  30. "Offline" : "Sen conexión",
  31. "There was an error saving the new status" : "Produciuse un erro ao gardar o novo estado",
  32. "30 minutes" : "30 minutos",
  33. "1 hour" : "1 hora",
  34. "4 hours" : "4 horas",
  35. "Mute all notifications" : "Silenciar todas as notificacións",
  36. "Appear offline" : "Aparece coma sen conexión",
  37. "Clear status message after" : "Limpar a mensaxe de estado após"
  38. },
  39. "nplurals=2; plural=(n != 1);");