From 49070087e239ff067361f1a996a8993bf5efc303 Mon Sep 17 00:00:00 2001 From: Celio Rodrigues Date: Fri, 5 Oct 2018 19:32:38 -0300 Subject: [PATCH] Updating portuguese translation --- src/lang/pt-br.ts | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/src/lang/pt-br.ts b/src/lang/pt-br.ts index 8c9cf71..d1d1820 100644 --- a/src/lang/pt-br.ts +++ b/src/lang/pt-br.ts @@ -281,11 +281,30 @@ export const translation: Translation = { sftp: { description: 'Implementa para um servidor SFTP', }, + slack: { + description: 'Implementa para um ou mais canais do Slack', + }, sql: { description: 'Executa scripts SQL', invalidFile: 'Arquivo inválido!', unknownEngine: 'Engine desconhecida {0:trim,surround}!', }, + switch: { + button: { + text: 'Trocar {0:trim,surround}', + tooltip: "Opção atual: {0:trim}\n\nClique aqui para trocar a opção atual...", + }, + defaultName: 'Trocar #{0:trim}', + defaultOptionName: 'Trocar opção #{0:trim}', + description: 'Alterna entre os destinos existentes', + item: "{0:trim,surround}: ", + noDefined: 'Nenhuma troca disponível!', + noOptionsDefined: 'Nenhuma opção foi definida para a troca {0:trim,surround}!', + noOptionSelected: 'NENHUMA OPÇÃO SELECIONADA', + selectOption: 'Selecione uma opção para a troca {0:trim,surround}...', + selectSwitch: 'Selecione uma troca...', + states: 'Trocar estados:', + }, test: { description: 'A mock deployer that only displays what files would be deployed', }, @@ -363,6 +382,7 @@ export const translation: Translation = { couldNotResolve: "Não foi possível obter o caminho relativo para {0:trim,surround}!", isEmpty: 'Caminho relativo para o arquivo {0:trim,surround} está vazio!', }, + selected: 'selecionado', sync: { file: { doesNotExistOnRemote: '[Remoto não existe]', @@ -395,5 +415,10 @@ export const translation: Translation = { warnings: { withCategory: '[AVISO] {0:trim}: {1}', }, + workspace: { + autoSelect: { + failed: 'Não foi possível auto-selecionar o espaço de trabalho: {0:trim,surround}', + } + }, yes: 'Sim', }; \ No newline at end of file