Integrate resources from Community Localization platform (#1313)

This commit is contained in:
Karl Burtram
2018-05-02 11:17:29 -07:00
committed by GitHub
parent bca4102542
commit 7ee13b4afb
1083 changed files with 12412 additions and 7 deletions

View File

@@ -0,0 +1,11 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"sql.maxRecentConnectionsDescription": "O número máximo de conexões usados recentemente para armazenar na lista de conexão.",
"sql.defaultEngineDescription": "Mecanismo de SQL padrão para uso. Isso leva o provedor de idioma padrão em arquivos .sql e o padrão para usar ao criar uma nova conexão. Opção válida atualmente é MSSQL"
}

View File

@@ -0,0 +1,14 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"ClearRecentlyUsedLabel": "Lista de conexões recentemente limpas",
"ClearedRecentConnections": "Lista de ligações recentes desmarcada",
"connectionAction.yes": "Sim",
"connectionAction.no": "Não",
"delete": "Excluir"
}

View File

@@ -0,0 +1,10 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"invalidServerName": "Um grupo de servidores com o mesmo nome já existe."
}

View File

@@ -0,0 +1,13 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"connectionNotAcceptedError": "Conexão não aceita",
"connectionService.yes": "Sim",
"connectionService.no": "Não",
"cancelConnectionConfirmation": "Tem certeza que deseja cancelar esta conexão?"
}

View File

@@ -0,0 +1,12 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"onDidConnectMessage": "Conectado a",
"onDidDisconnectMessage": "Desconectado",
"unsavedGroupLabel": "Conexões não salvas"
}

View File

@@ -0,0 +1,11 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"connectionAdvancedProperties": "Propriedades avançadas",
"advancedProperties.discard": "Descarte"
}

View File

@@ -0,0 +1,13 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"connectionError": "Erro de Conexão",
"kerberosErrorStart": "Conexão falhou devido a um erro de Kerberos.",
"kerberosHelpLink": "ajuda para configurar o Kerberos está disponível em ",
"kerberosKinit": "Se você já se conectou anteriormente, pode ser necessário executar novamente o kinit."
}

View File

@@ -0,0 +1,21 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"connection": "Conexão",
"recentConnectionTitle": "Conexões recentes",
"savedConnectionTitle": "Conexões salvas",
"connectType": "Tipo de Conexão",
"connectionDialog.connect": "Conectar-se",
"connectionDialog.cancel": "Cancelar",
"clearRecentConnectionMessage": "Você tem certeza que deseja excluir todas as conexões da lista?",
"connectionDialog.yes": "Sim",
"connectionDialog.no": "Não",
"recentHistory": "Histórico recente",
"noRecentConnections": "Nenhuma conexão recente",
"noSavedConnections": "Nenhuma conexão salva"
}

View File

@@ -0,0 +1,18 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"defaultDatabaseOption": "<Padrão>",
"loadingDatabaseOption": "Carregando...",
"defaultServerGroup": "<Padrão>",
"addNewServerGroup": "Adicionar novo grupo...",
"noneServerGroup": "Nenhum",
"connectionWidget.missingRequireField": " é necessário.",
"rememberPassword": "Lembrar senha",
"serverGroup": "Grupo de servidores",
"advanced": "Avançada..."
}