mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-18 03:21:36 -04:00
* update DE lang pack extension strings from previous refresh * bump lang pack versions for DE * update for spanish langpack * update for french langpack * update for italian pack * update for japanese pack * update for korean pack * update for Brazilian Portuguese pack * update for Russian pack * Update for Simplified Chinese pack * update for Traditional Chinese pack * added updated language packs for german and spanish * changed vscode version * added french and italian packs * changes made to main * japanese language pack added * added korean pack * Added Portuguese pack * added russian pack, also small change to pt pack * simplified chinese pack * added traditional chinese pack * deleted old language packs * restore sql.i18n.json files * Main.i18n.json reverted * Revert sql json files * main.i18n.json file for German updated * updates to language packs 1 * main json for italian updated. * update to japanese main * finished translations for vs and sql in main. * added ADS exclusive extensions to package.json * fixed markdown and seti translation ids * German language pack fixed * Removed make from ads-language-pack-de and fixed es language pack * french language pack fixed * fixed italian language pack and restored typescript-basics * removed unnecessary readme strings and nsions. * fixed japanese pack * Korean language pack fixed * Portuguese language pack fixed * fixed russian language pack * Simplified Chinese pack fixed * traditional chinese fixed * restored sqlservernotebook
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": {
|
|
"package": {
|
|
"displayName": "이미지 미리 보기",
|
|
"description": "VS Code의 기본 제공 이미지 미리 보기를 제공함",
|
|
"customEditors.displayName": "이미지 미리 보기",
|
|
"command.zoomIn": "확대",
|
|
"command.zoomOut": "축소"
|
|
},
|
|
"dist/binarySizeStatusBarEntry": {
|
|
"sizeB": "{0}B",
|
|
"sizeKB": "{0}KB",
|
|
"sizeMB": "{0}MB",
|
|
"sizeGB": "{0}GB",
|
|
"sizeTB": "{0}TB",
|
|
"sizeStatusBar.name": "이미지 이진 크기"
|
|
},
|
|
"dist/preview": {
|
|
"preview.imageLoadError": "이미지를 로드하는 동안 오류가 발생했습니다.",
|
|
"preview.imageLoadErrorLink": "VS Code의 표준 텍스트/바이너리 편집기를 사용하여 파일을 여시겠습니까?"
|
|
},
|
|
"dist/sizeStatusBarEntry": {
|
|
"sizeStatusBar.name": "이미지 크기"
|
|
},
|
|
"dist/zoomStatusBarEntry": {
|
|
"zoomStatusBar.name": "이미지 확대/축소",
|
|
"zoomStatusBar.placeholder": "확대/축소 수준 선택",
|
|
"zoomStatusBar.wholeImageLabel": "전체 이미지"
|
|
}
|
|
}
|
|
} |