app.pt.i18n.json 915 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "app": {
  3. "loading": "Carregando...",
  4. "offline": "Você não está conectado a internet",
  5. "logginIn": "Autenticando..."
  6. },
  7. "error": {
  8. "insufficientRights": "Você não tem privilégios admnistrativos o suficiente"
  9. },
  10. "buttons": {
  11. "ok": "OK",
  12. "cancel": "Cancelar",
  13. "save": "Salvar",
  14. "edit": "editar",
  15. "send": "Enviar",
  16. "next": "Próximo",
  17. "previous": "Anterior",
  18. "back": "Back",
  19. "skip": "Pular",
  20. "sending": "Enviando...",
  21. "create": "Criar",
  22. "tryToReconnect": "Tentando reconectar",
  23. "stayAnonymous": "Stay anonymous",
  24. "authorize": "Authorize"
  25. },
  26. "commonWords": {
  27. "you": "Você",
  28. "send": "Enviar",
  29. "or": "ou",
  30. "of": "de",
  31. "with": "com",
  32. "and": "e",
  33. "on": "em",
  34. "per": "por"
  35. }
  36. }