mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
SQL Operations Studio Public Preview 1 (0.23) release source code
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. 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": "例如 myFolder1, , myFolder2, myFolder3",
|
||||
"rootPath": "例如 /Users/Development/myProject",
|
||||
"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": "針對語言覆寫編輯器設定"
|
||||
}
|
||||
Reference in New Issue
Block a user