mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-29 01:25:37 -05:00
Integrate resources from Community Localization platform (#1313)
This commit is contained in:
21
i18n/ptb/src/sql/workbench/common/actions.i18n.json
Normal file
21
i18n/ptb/src/sql/workbench/common/actions.i18n.json
Normal 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."
|
||||
],
|
||||
"newQueryAction.newQuery": "Nova consulta",
|
||||
"scriptSelect": "Selecione Top 1000",
|
||||
"scriptAlter": "Script como Alter",
|
||||
"editData": "Editar dados",
|
||||
"scriptCreate": "Script de criação",
|
||||
"scriptDelete": "Script como excluir",
|
||||
"backupAction.backup": "Backup",
|
||||
"restoreAction.restore": "Restaurar",
|
||||
"manage": "Gerenciar",
|
||||
"showDetails": "Mostrar detalhes",
|
||||
"newDatabase": "Novo banco de dados",
|
||||
"configureDashboard": "Configurar"
|
||||
}
|
||||
18
i18n/ptb/src/sql/workbench/common/taskUtilities.i18n.json
Normal file
18
i18n/ptb/src/sql/workbench/common/taskUtilities.i18n.json
Normal 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."
|
||||
],
|
||||
"selectOperationName": "Selecione",
|
||||
"createOperationName": "Criar",
|
||||
"insertOperationName": "Inserir",
|
||||
"updateOperationName": "Atualização",
|
||||
"deleteOperationName": "Excluir",
|
||||
"scriptSelectNotFound": "Nenhum script foi retornado ao chamar o script de selecionar objeto ",
|
||||
"scriptNotFoundForObject": "Nenhum script foi retornado durante o script como {0} no objeto {1}",
|
||||
"scriptingFailed": "Script falhou",
|
||||
"scriptNotFound": "Nenhum script foi retornado quando scripts como {0}"
|
||||
}
|
||||
Reference in New Issue
Block a user