mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-26 23:00:29 -04:00
Integrate resources from Community Localization platform (#1313)
This commit is contained in:
@@ -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."
|
||||
],
|
||||
"deleteRow": "Excluir linha",
|
||||
"revertRow": "Reverter a linha"
|
||||
}
|
||||
16
i18n/ptb/src/sql/parts/grid/views/gridActions.i18n.json
Normal file
16
i18n/ptb/src/sql/parts/grid/views/gridActions.i18n.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"saveAsCsv": "Salve como CSV",
|
||||
"saveAsJson": "Salvar como JSON",
|
||||
"saveAsExcel": "Salvar como Excel",
|
||||
"copySelection": "Copiar",
|
||||
"copyWithHeaders": "Copie com cabeçalhos",
|
||||
"selectAll": "Selecionar tudo",
|
||||
"copyMessages": "Cópia"
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"chartTypeLabel": "Tipo de gráfico",
|
||||
"dataDirectionLabel": "Direção de dados",
|
||||
"verticalLabel": "Vertical",
|
||||
"horizontalLabel": "Horizontal",
|
||||
"dataTypeLabel": "Tipo de dados",
|
||||
"numberLabel": "Número",
|
||||
"pointLabel": "Ponto",
|
||||
"columnsAsLabelsLabel": "Usar nomes de colunas como rótulos?",
|
||||
"legendLabel": "Posição da legenda",
|
||||
"chartNotFound": "Não foi possível encontrar o gráfico para salvar",
|
||||
"chartSaved": "Gráfico Salvo no caminho: {0}",
|
||||
"saveAsFileTitle": "Escolha o arquivo de resultados",
|
||||
"createInsightNoEditor": "Não é possível criar informações como o editor ativo não é um Editor SQL",
|
||||
"createInsightNoDataService": "Não é possível criar uma visão, apoiando o modelo de dados não encontrado",
|
||||
"myWidgetName": "Meu Widget"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"chartContextRequired": "Contexto de exibição de gráfico é necessário para executar esta ação",
|
||||
"copyChartLabel": "Copiar como imagem",
|
||||
"saveImageLabel": "Salvar como imagem"
|
||||
}
|
||||
Reference in New Issue
Block a user