mirror of
				https://github.com/Fabio286/antares.git
				synced 2025-06-05 21:59:22 +02:00 
			
		
		
		
	Merge pull request #210 from SmileYzn/patch-1
Added some missing translations for pt-BR
This commit is contained in:
		| @@ -106,7 +106,39 @@ module.exports = { | |||||||
|       array: 'Array', |       array: 'Array', | ||||||
|       changelog: 'Logs de alteração', |       changelog: 'Logs de alteração', | ||||||
|       format: 'Formato', |       format: 'Formato', | ||||||
|       sshTunnel: 'SSH túnel' |       sshTunnel: 'SSH túnel', | ||||||
|  | 	   structure: 'Estrutura',	 | ||||||
|  |       small: 'Pequeno',	 | ||||||
|  |       medium: 'Médio',	 | ||||||
|  |       large: 'Grande',	 | ||||||
|  |       row: 'Linha | Linhas',	 | ||||||
|  |       cell: 'Celula | Células',	 | ||||||
|  |       triggerFunction: 'Gatinho de função | Gatilhos de Funções',	 | ||||||
|  |       all: 'Todos',	 | ||||||
|  |       duplicate: 'Duplicado',	 | ||||||
|  |       routine: 'Rotina',	 | ||||||
|  |       new: 'Novo',	 | ||||||
|  |       history: 'Histórico',	 | ||||||
|  |       select: 'Seleciomar',	 | ||||||
|  |       passphrase: 'Palavara-Passe',	 | ||||||
|  |       filter: 'Filtrar',	 | ||||||
|  |       change: 'Alterar',	 | ||||||
|  |       views: 'Visualizações',	 | ||||||
|  |       triggers: 'Gatilhos',	 | ||||||
|  |       routines: 'Rotinas',	 | ||||||
|  |       functions: 'Funções',	 | ||||||
|  |       schedulers: 'Agendadores',	 | ||||||
|  |       includes: 'Includes',	 | ||||||
|  |       drop: 'Drop',	 | ||||||
|  |       completed: 'Completo',	 | ||||||
|  |       aborted: 'Abortado',	 | ||||||
|  |       disabled: 'Inativo',	 | ||||||
|  |       enable: 'Ativo',	 | ||||||
|  |       disable: 'Disable',	 | ||||||
|  |       commit: 'Enviar',	 | ||||||
|  |       rollback: 'Reverter',	 | ||||||
|  |       connectionString: 'String da conexão',	 | ||||||
|  |       contributors: 'Contribuintes' | ||||||
|    }, |    }, | ||||||
|    message: { |    message: { | ||||||
|       appWelcome: 'Bem vindo ao Antares SQL Client!', |       appWelcome: 'Bem vindo ao Antares SQL Client!', | ||||||
| @@ -212,7 +244,48 @@ module.exports = { | |||||||
|       deleteSchema: 'Apagar schema', |       deleteSchema: 'Apagar schema', | ||||||
|       markdownSupported: 'Markdown suportado', |       markdownSupported: 'Markdown suportado', | ||||||
|       plantATree: 'Plante uma árvore', |       plantATree: 'Plante uma árvore', | ||||||
|       enableSsh: 'Habilitar SSH' |       enableSsh: 'Habilitar SSH', | ||||||
|  |       pageNumber: 'Número de página', | ||||||
|  |       duplicateTable: 'Duplicar tabela', | ||||||
|  |       noOpenTabs: 'Nenhuma aba aberta, navege na barra lateral ou:', | ||||||
|  |       noSchema: 'Nenhum banco de dados', | ||||||
|  |       restorePreviourSession: 'Restaurar sessão anterior', | ||||||
|  |       runQuery: 'Executar Query', | ||||||
|  |       thereAreNoTableFields: 'Nenhum campo na tabela', | ||||||
|  |       newTable: 'Nova tabela', | ||||||
|  |       newView: 'Nova vista', | ||||||
|  |       newTrigger: 'Novo gatilho', | ||||||
|  |       newRoutine: 'Nova rotina', | ||||||
|  |       newFunction: 'Nova função', | ||||||
|  |       newScheduler: 'Novo agendento', | ||||||
|  |       newTriggerFunction: 'Novo gatinho de função', | ||||||
|  |       thereIsNoQueriesYet: 'Nenhuma consulta ainda', | ||||||
|  |       searchForQueries: 'Pesquisar por consultas', | ||||||
|  |       killProcess: 'Matar processo', | ||||||
|  |       closeTab: 'Fechar aba', | ||||||
|  |       exportSchema: 'Exportar banco de dados', | ||||||
|  |       importSchema: 'Importar banco de dados', | ||||||
|  |       directoryPath: 'Caminho da pasta', | ||||||
|  |       newInserStmtEvery: 'Nova query INSERT', | ||||||
|  |       processingTableExport: 'Processando {table}', | ||||||
|  |       fechingTableExport: 'Carregando dados da tabela {table}', | ||||||
|  |       writingTableExport: 'Escrevendo dados na tabela {table}', | ||||||
|  |       checkAllTables: 'Marcar todas as tabelas', | ||||||
|  |       uncheckAllTables: 'Desmarcar todas as tabelas', | ||||||
|  |       goToDownloadPage: 'Ir a página de download', | ||||||
|  |       readOnlyMode: 'Modo somente leitura', | ||||||
|  |       killQuery: 'Matar consulta', | ||||||
|  |       insertRow: 'Inserir linha | Inserir linhas', | ||||||
|  |       commitMode: 'Modo de confirmação', | ||||||
|  |       autoCommit: 'Auto confirmar', | ||||||
|  |       manualCommit: 'Confirmar manualmente', | ||||||
|  |       actionSuccessful: '{action} teve sucesso', | ||||||
|  |       importQueryErrors: 'Aviso: ocorreu {n} erro | Aviso: ocorreram {n} erros', | ||||||
|  |       executedQueries: '{n} consulta executada | {n} consultas executadas', | ||||||
|  |       ourputFormat: 'Formato da saída', | ||||||
|  |       singleFile: 'Arquivo {ext} único', | ||||||
|  |       zipCompressedFile: 'Arquivo compactado {ext} ZIP', | ||||||
|  |       disableBlur: 'Desabilitar Blur' | ||||||
|    }, |    }, | ||||||
|    faker: { |    faker: { | ||||||
|       address: 'Endereço', |       address: 'Endereço', | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user