123456789101112131415161718192021222324252627282930313233343536 |
- {
- "app": {
- "loading": "Carregando...",
- "offline": "Você não está conectado a internet",
- "logginIn": "Autenticando..."
- },
- "error": {
- "insufficientRights": "Você não tem privilégios admnistrativos o suficiente"
- },
- "buttons": {
- "ok": "OK",
- "cancel": "Cancelar",
- "save": "Salvar",
- "edit": "editar",
- "send": "Enviar",
- "next": "Próximo",
- "previous": "Anterior",
- "back": "Back",
- "skip": "Pular",
- "sending": "Enviando...",
- "create": "Criar",
- "tryToReconnect": "Tentando reconectar",
- "stayAnonymous": "Stay anonymous",
- "authorize": "Authorize"
- },
- "commonWords": {
- "you": "Você",
- "send": "Enviar",
- "or": "ou",
- "of": "de",
- "with": "com",
- "and": "e",
- "on": "em",
- "per": "por"
- }
- }
|