1
0

pt_BR.js 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. OC.L10N.register(
  2. "user_status",
  3. {
  4. "Recent statuses" : "Status recentes",
  5. "In a meeting" : "Em reunião",
  6. "Commuting" : "Comutando",
  7. "Out sick" : "Doente",
  8. "Vacationing" : "Férias",
  9. "Working remotely" : "Em trabalho remoto",
  10. "User status" : "Status do usuário",
  11. "Clear status message after" : "Limpar status do usuário após",
  12. "What's your status?" : "Qual é o seu status?",
  13. "Set status" : "Definir status",
  14. "Online status" : "Status online",
  15. "Status message" : "Mensagem de status",
  16. "Clear status message" : "Limpar mensagem de status",
  17. "Set status message" : "Definir mensagem de status",
  18. "There was an error saving the status" : "Ocorreu um erro ao salvar o status",
  19. "There was an error clearing the status" : "Ocorreu um erro ao limpar o status",
  20. "No recent status changes" : "Sem alterações de status recentes",
  21. "Away" : "Fora",
  22. "Do not disturb" : "Não perturbe",
  23. "{status}, {timestamp}" : "{status}, {timestamp}",
  24. "Don't clear" : "Não limpar",
  25. "Today" : "Hoje",
  26. "This week" : "Esta semana",
  27. "Online" : "Online",
  28. "Invisible" : "Invisível",
  29. "Offline" : "Offline",
  30. "There was an error saving the new status" : "Ocorreu um erro ao salvar o novo status",
  31. "30 minutes" : "30 minutos",
  32. "1 hour" : "1 hora",
  33. "4 hours" : "4 horas",
  34. "Mute all notifications" : "Silenciar todas as notificações",
  35. "Appear offline" : "Aparecer offline",
  36. "Clear status after" : "Limpar status após"
  37. },
  38. "nplurals=2; plural=(n > 1);");