mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-28 17:23:19 -05:00
* Initial VS Code 1.21 file copy with patches * A few more merges * Post npm install * Fix batch of build breaks * Fix more build breaks * Fix more build errors * Fix more build breaks * Runtime fixes 1 * Get connection dialog working with some todos * Fix a few packaging issues * Copy several node_modules to package build to fix loader issues * Fix breaks from master * A few more fixes * Make tests pass * First pass of license header updates * Second pass of license header updates * Fix restore dialog issues * Remove add additional themes menu items * fix select box issues where the list doesn't show up * formatting * Fix editor dispose issue * Copy over node modules to correct location on all platforms
40 lines
2.5 KiB
JSON
40 lines
2.5 KiB
JSON
{
|
||
"": [
|
||
"--------------------------------------------------------------------------------------------",
|
||
"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."
|
||
],
|
||
"activeEditorShort": "檔案名稱(例如:myFile.txt)",
|
||
"activeEditorMedium": "檔案相對於工作區資料夾的相對路徑(例如:myFolder/myFile.txt)",
|
||
"activeEditorLong": "檔案完整路徑 (例如 /Users/Development/myProject/myFolder/myFile.txt)",
|
||
"rootName": "工作區名稱 (例如 myFolder or myWorkspace)",
|
||
"rootPath": "工作區檔案路徑 (例如 /Users/Development/myWorkspace)",
|
||
"folderName": "包含在工作區內的檔案名稱 (例如 myFolder)",
|
||
"folderPath": "包含在工作區內的檔案路徑 (例如 /Users/Development/myFolder)",
|
||
"appName": "例如 VS Code",
|
||
"dirty": "若使用中的編輯器已變更,即為已變更的指示區",
|
||
"separator": "條件式分隔符號 (' - '),只會在前後為具有值的變數時顯示",
|
||
"assocLabelFile": "檔案副檔名",
|
||
"assocDescriptionFile": "將檔案名稱符合 Glob 模式的所有檔案,對應到具有指定識別碼的語言。",
|
||
"assocLabelPath": "檔案路徑",
|
||
"assocDescriptionPath": "將檔案路徑符合絕對路徑 Glob 模式的所有檔案,對應到具有指定識別碼的語言。",
|
||
"fileLabel": "依副檔名排列的檔案",
|
||
"fileDescription": "比對所有具特定副檔名的檔案。",
|
||
"filesLabel": "具多個副檔名的檔案",
|
||
"filesDescription": "比對所有具任何副檔名的檔案。",
|
||
"derivedLabel": "依名稱排列且同層級的檔案",
|
||
"derivedDescription": "比對名稱相同但副檔名不同的同層級檔案。",
|
||
"topFolderLabel": "依名稱排列的資料夾 (最上層)",
|
||
"topFolderDescription": "比對具特定名稱的最上層資料夾。",
|
||
"topFoldersLabel": "具多個名稱的資料夾 (最上層)",
|
||
"topFoldersDescription": "比對多個最上層資料夾。",
|
||
"folderLabel": "依名稱排列的資料夾 (任何位置)",
|
||
"folderDescription": "在所有位置比對具特定名稱的資料夾。",
|
||
"falseDescription": "停用模式。",
|
||
"trueDescription": "啟用模式。",
|
||
"siblingsDescription": "比對名稱相同但副檔名不同的同層級檔案。",
|
||
"languageSpecificEditorSettings": "語言專用編輯器設定",
|
||
"languageSpecificEditorSettingsDescription": "針對語言覆寫編輯器設定"
|
||
} |