forked from microsoft/vscode
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
509 changed files
with
4,157 additions
and
968 deletions.
There are no files selected for viewing
35 changes: 35 additions & 0 deletions
35
i18n/chs/extensions/configuration-editing/out/settingsDocumentHelper.i18n.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
/*--------------------------------------------------------------------------------------------- | ||
* 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. | ||
{ | ||
"activeEditorName": "例如 myFile.txt", | ||
"activeFilePath": "例如 /Users/Development/myProject/myFile.txt", | ||
"appName": "例如 VS Code", | ||
"assocDescriptionFile": "将所有匹配其文件名内的 glob 模式的文件映射到具有给定标识符的语言。", | ||
"assocDescriptionPath": "将所有匹配其路径内绝对路径 glob 模式的文件映射到具有给定标识符的语言。", | ||
"assocLabelFile": "带扩展名的文件", | ||
"assocLabelPath": "带路径的文件", | ||
"derivedDescription": "与具有名称相同但扩展名不同的同级文件的文件匹配。", | ||
"derivedLabel": "具有同级文件的文件(按名称)", | ||
"dirty": "一个更新的指示器,指示活动编辑器是否更新", | ||
"falseDescription": "禁用该模式。", | ||
"fileDescription": "与具有特定文件扩展名的所有文件匹配。", | ||
"fileLabel": "按扩展名的文件", | ||
"filesDescription": "与具有任意文件扩展名的所有文件匹配。", | ||
"filesLabel": "具有多个扩展名的文件", | ||
"folderDescription": "与任意位置具有特定名称的文件夹匹配。", | ||
"folderLabel": "按名称的文件夹(任意位置)", | ||
"languageSpecificEditorSettings": "特定语言编辑器设置", | ||
"languageSpecificEditorSettingsDescription": "替代语言编辑器设置", | ||
"rootName": "例如 myProject", | ||
"rootPath": "例如 /Users/Development/myProject", | ||
"separator": "一个条件分隔符(\"-\"),仅在左右是具有值的变量时才显示", | ||
"siblingsDescription": "与具有名称相同但扩展名不同的同级文件的文件匹配。", | ||
"topFolderDescription": "与具有特定名称的顶级文件夹匹配。", | ||
"topFolderLabel": "按名称的文件夹(顶级)", | ||
"topFoldersDescription": "与多个顶级文件夹匹配。", | ||
"topFoldersLabel": "使用多个名称的文件夹(顶级)", | ||
"trueDescription": "启用该模式。" | ||
} |
9 changes: 9 additions & 0 deletions
9
i18n/chs/extensions/extension-editing/out/packageDocumentHelper.i18n.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/*--------------------------------------------------------------------------------------------- | ||
* 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. | ||
{ | ||
"languageSpecificEditorSettings": "特定语言编辑器设置", | ||
"languageSpecificEditorSettingsDescription": "替代语言编辑器设置" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
i18n/chs/extensions/typescript/out/typescriptMain.i18n.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
/*--------------------------------------------------------------------------------------------- | ||
* 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. | ||
{ | ||
"typescript.configureJsconfigQuickPick": "配置 jsconfig.json", | ||
"typescript.configureTsconfigQuickPick": "配置 tsconfig.json", | ||
"typescript.noJavaScriptProjectConfig": "文件不属于 JavaScript 项目", | ||
"typescript.noTypeScriptProjectConfig": "文件不属于 TypeScript 项目", | ||
"typescript.projectConfigCouldNotGetInfo": "无法确定 TypeScript 或 JavaScript 项目", | ||
"typescript.projectConfigLearnMore": "了解详细信息", | ||
"typescript.projectConfigNoWorkspace": "请在 VS Code 中打开一个文件夹,以使用 TypeScript 或 JavaScript 项目", | ||
"typescript.projectConfigUnsupportedFile": "无法确定 TypeScript 或 JavaScript 项目。不受支持的文件类型" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
i18n/chs/src/vs/workbench/browser/parts/titlebar/titlebarPart.i18n.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/*--------------------------------------------------------------------------------------------- | ||
* 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. | ||
{ | ||
"devExtensionWindowTitlePrefix": "[扩展开发主机]", | ||
"patchedWindowTitle": "[不受支持]" | ||
} |
6 changes: 6 additions & 0 deletions
6
i18n/chs/src/vs/workbench/electron-browser/commands.i18n.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
/*--------------------------------------------------------------------------------------------- | ||
* 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. | ||
{} |
Oops, something went wrong.