mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-26 23:00:29 -04:00
* update to localized XLFs * added update to langpack source files * updated xlfs * update to source files
39 lines
1.4 KiB
JSON
39 lines
1.4 KiB
JSON
{
|
|
"": [
|
|
"--------------------------------------------------------------------------------------------",
|
|
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
|
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
|
"--------------------------------------------------------------------------------------------",
|
|
"Do not edit this file. It is machine generated."
|
|
],
|
|
"version": "1.0.0",
|
|
"contents": {
|
|
"dist/binarySizeStatusBarEntry": {
|
|
"sizeB": "{0} B",
|
|
"sizeGB": "{0} GB",
|
|
"sizeKB": "{0} KB",
|
|
"sizeMB": "{0} MB",
|
|
"sizeStatusBar.name": "Tamanho Binário da Imagem",
|
|
"sizeTB": "{0} TB"
|
|
},
|
|
"dist/preview": {
|
|
"preview.imageLoadError": "Ocorreu um erro ao carregar a imagem.",
|
|
"preview.imageLoadErrorLink": "Abrir arquivo usando o editor de texto/binário padrão do VS Code?"
|
|
},
|
|
"dist/sizeStatusBarEntry": {
|
|
"sizeStatusBar.name": "Tamanho da Imagem"
|
|
},
|
|
"dist/zoomStatusBarEntry": {
|
|
"zoomStatusBar.name": "Zoom da Imagem",
|
|
"zoomStatusBar.placeholder": "Selecionar nível de zoom",
|
|
"zoomStatusBar.wholeImageLabel": "Imagem Inteira"
|
|
},
|
|
"package": {
|
|
"command.zoomIn": "Ampliar",
|
|
"command.zoomOut": "Reduzir",
|
|
"customEditors.displayName": "Visualização da Imagem",
|
|
"description": "Fornece a visualização de imagem interna do VS Code",
|
|
"displayName": "Visualização da Imagem"
|
|
}
|
|
}
|
|
} |