pt_BR.js 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. OC.L10N.register(
  2. "user_status",
  3. {
  4. "Recent statuses" : "Status recentes",
  5. "No recent status changes" : "Sem alterações de status recentes",
  6. "In a meeting" : "Em reunião",
  7. "Commuting" : "Em trânsito",
  8. "Out sick" : "Doente",
  9. "Vacationing" : "Férias",
  10. "Out of office" : "Fora do escritório",
  11. "Working remotely" : "Em trabalho remoto",
  12. "In a call" : "Numa chamada",
  13. "User status" : "Status do usuário",
  14. "Clear status after" : "Limpar status após",
  15. "Emoji for your status message" : "Emoji para sua mensagem de status",
  16. "What is your status?" : "Qual é o seu status?",
  17. "Predefined statuses" : "Status predefinidos",
  18. "Previously set" : "Definido anteriormente",
  19. "Reset status" : "Reinicie o status",
  20. "Set status" : "Definir status",
  21. "Online status" : "Status online",
  22. "Status message" : "Mensagem de status",
  23. "Your status was set automatically" : "Seu status foi definido automaticamente",
  24. "Clear status message" : "Limpar mensagem de status",
  25. "Set status message" : "Definir mensagem de status",
  26. "Reset status to \"{icon} {message}\"" : "Redefinir status para \"{icon} {message}\"",
  27. "Reset status to \"{message}\"" : "Redefinir status para \"{message}\"",
  28. "Reset status to \"{icon}\"" : "Redefinir status para \"{icon}\"",
  29. "There was an error saving the status" : "Ocorreu um erro ao salvar o status",
  30. "There was an error clearing the status" : "Ocorreu um erro ao limpar o status",
  31. "There was an error reverting the status" : "Ocorreu um erro ao reverter o status",
  32. "Don't clear" : "Não limpar",
  33. "Today" : "Hoje",
  34. "This week" : "Esta semana",
  35. "Online" : "Online",
  36. "Away" : "Fora",
  37. "Do not disturb" : "Não perturbe",
  38. "Invisible" : "Invisível",
  39. "Offline" : "Offline",
  40. "There was an error saving the new status" : "Ocorreu um erro ao salvar o novo status",
  41. "30 minutes" : "30 minutos",
  42. "1 hour" : "1 hora",
  43. "4 hours" : "4 horas",
  44. "Mute all notifications" : "Silenciar todas as notificações",
  45. "Appear offline" : "Aparecer offline",
  46. "View profile" : "Visualizar perfil",
  47. "{status}, {timestamp}" : "{status}, {timestamp}"
  48. },
  49. "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");