提交 6afeb451 编写于 作者: J Johannes Rieken

Merge branch 'master' into joh/snippets

......@@ -8,7 +8,6 @@
import { execSync } from 'child_process';
import { DocumentClient } from 'documentdb';
import * as azure from 'azure-storage';
import * as path from 'path';
interface Asset {
platform: string;
......
文件模式从 100644 更改为 100755
文件模式从 100644 更改为 100755
......@@ -74,7 +74,7 @@ namespace ast {
const spans: number[] = [];
ts.forEachChild(sourceFile, function visit(node: ts.Node) {
const declIdent = (<ts.Declaration>node).name;
const declIdent = (<ts.NamedDeclaration>node).name;
if (declIdent && declIdent.kind === ts.SyntaxKind.Identifier) {
identifiers.push((<ts.Identifier>declIdent).text);
spans.push(node.pos, node.end);
......
......@@ -3,9 +3,9 @@
"version": "0.0.1",
"dependencies": {
"typescript": {
"version": "2.3.2",
"from": "typescript@typescript@2.3.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-2.3.2.tgz"
"version": "2.3.3-insiders.20170512,",
"from": "typescript@typescript@2.3.3-insiders.20170512",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-2.3.3-insiders.20170512.tgz"
}
}
}
......@@ -27,6 +27,7 @@
"PHP",
"php"
],
"firstLine": "^#!/.*\\bphp\\b",
"mimetypes": [
"application/x-php"
],
......@@ -119,4 +120,4 @@
"devDependencies": {
"@types/node": "^7.0.4"
}
}
\ No newline at end of file
}
......@@ -221,12 +221,12 @@
},
{
"c": "<?php",
"t": "text.html.php meta.embedded.block.php punctuation.section.embedded.begin.metatag.php",
"t": "text.html.php meta.embedded.block.php punctuation.section.embedded.begin.php",
"r": {
"dark_plus": "punctuation.section.embedded.begin.metatag.php: #569CD6",
"light_plus": "punctuation.section.embedded.begin.metatag.php: #800000",
"dark_vs": "punctuation.section.embedded.begin.metatag.php: #569CD6",
"light_vs": "punctuation.section.embedded.begin.metatag.php: #800000",
"dark_plus": "punctuation.section.embedded.begin.php: #569CD6",
"light_plus": "punctuation.section.embedded.begin.php: #800000",
"dark_vs": "punctuation.section.embedded.begin.php: #569CD6",
"light_vs": "punctuation.section.embedded.begin.php: #800000",
"hc_black": "default: #FFFFFF"
}
},
......@@ -3235,23 +3235,23 @@
},
{
"c": "?",
"t": "text.html.php meta.embedded.block.php punctuation.section.embedded.end.metatag.php source.php",
"t": "text.html.php meta.embedded.block.php punctuation.section.embedded.end.php source.php",
"r": {
"dark_plus": "punctuation.section.embedded.end.metatag.php: #569CD6",
"light_plus": "punctuation.section.embedded.end.metatag.php: #800000",
"dark_vs": "punctuation.section.embedded.end.metatag.php: #569CD6",
"light_vs": "punctuation.section.embedded.end.metatag.php: #800000",
"dark_plus": "punctuation.section.embedded.end.php: #569CD6",
"light_plus": "punctuation.section.embedded.end.php: #800000",
"dark_vs": "punctuation.section.embedded.end.php: #569CD6",
"light_vs": "punctuation.section.embedded.end.php: #800000",
"hc_black": "default: #FFFFFF"
}
},
{
"c": ">",
"t": "text.html.php meta.embedded.block.php punctuation.section.embedded.end.metatag.php",
"t": "text.html.php meta.embedded.block.php punctuation.section.embedded.end.php",
"r": {
"dark_plus": "punctuation.section.embedded.end.metatag.php: #569CD6",
"light_plus": "punctuation.section.embedded.end.metatag.php: #800000",
"dark_vs": "punctuation.section.embedded.end.metatag.php: #569CD6",
"light_vs": "punctuation.section.embedded.end.metatag.php: #800000",
"dark_plus": "punctuation.section.embedded.end.php: #569CD6",
"light_plus": "punctuation.section.embedded.end.php: #800000",
"dark_vs": "punctuation.section.embedded.end.php: #569CD6",
"light_vs": "punctuation.section.embedded.end.php: #800000",
"hc_black": "default: #FFFFFF"
}
},
......
......@@ -302,8 +302,8 @@
},
{
"scope": [
"punctuation.section.embedded.begin.metatag.php",
"punctuation.section.embedded.end.metatag.php"
"punctuation.section.embedded.begin.php",
"punctuation.section.embedded.end.php"
],
"settings": {
"foreground": "#569cd6"
......
......@@ -318,8 +318,8 @@
},
{
"scope": [
"punctuation.section.embedded.begin.metatag.php",
"punctuation.section.embedded.end.metatag.php"
"punctuation.section.embedded.begin.php",
"punctuation.section.embedded.end.php"
],
"settings": {
"foreground": "#800000"
......
......@@ -107,9 +107,14 @@
"default": true,
"description": "%typescript.check.npmIsInstalled%"
},
"typescript.referencesCodeLens.enabled": {
"javascript.referencesCodeLens.enabled": {
"type": "boolean",
"default": false,
"description": "%javascript.referencesCodeLens.enabled%"
},
"typescript.referencesCodeLens.enabled": {
"type": "boolean",
"default": true,
"description": "%typescript.referencesCodeLens.enabled%"
},
"typescript.implementationsCodeLens.enabled": {
......
......@@ -28,7 +28,8 @@
"javascript.validate.enable": "Enable/disable JavaScript validation.",
"typescript.goToProjectConfig.title": "Go to Project Configuration",
"javascript.goToProjectConfig.title": "Go to Project Configuration",
"typescript.referencesCodeLens.enabled": "Enable/disable references CodeLens. Requires TypeScript >= 2.0.6.",
"javascript.referencesCodeLens.enabled": "Enable/disable references CodeLens in JavaScript files.",
"typescript.referencesCodeLens.enabled": "Enable/disable references CodeLens in TypeScript files. Requires TypeScript >= 2.0.6.",
"typescript.implementationsCodeLens.enabled": "Enable/disable implementations CodeLens. Requires TypeScript >= 2.2.0.",
"typescript.openTsServerLog.title": "Open TS Server log",
"typescript.selectTypeScriptVersion.title": "Select TypeScript Version",
......
......@@ -5,7 +5,7 @@
'use strict';
import { CodeLensProvider, CodeLens, CancellationToken, TextDocument, Range, Uri, Position, Event, EventEmitter, workspace, ProviderResult, } from 'vscode';
import { CodeLensProvider, CodeLens, CancellationToken, TextDocument, Range, Uri, Position, Event, EventEmitter, ProviderResult, } from 'vscode';
import * as Proto from '../protocol';
import { ITypescriptServiceClient } from '../typescriptService';
......@@ -21,23 +21,20 @@ export class ReferencesCodeLens extends CodeLens {
}
export abstract class TypeScriptBaseCodeLensProvider implements CodeLensProvider {
private enabled: boolean = false;
private enabled: boolean = true;
private onDidChangeCodeLensesEmitter = new EventEmitter<void>();
public constructor(
protected client: ITypescriptServiceClient,
private toggleSettingName: string
protected client: ITypescriptServiceClient
) { }
public get onDidChangeCodeLenses(): Event<void> {
return this.onDidChangeCodeLensesEmitter.event;
}
public updateConfiguration(): void {
const typeScriptConfig = workspace.getConfiguration('typescript');
const wasEnabled = this.enabled;
this.enabled = typeScriptConfig.get(this.toggleSettingName, false);
if (wasEnabled !== this.enabled) {
protected setEnabled(enabled: false): void {
if (this.enabled !== enabled) {
this.enabled = enabled;
this.onDidChangeCodeLensesEmitter.fire();
}
}
......
......@@ -5,7 +5,7 @@
'use strict';
import { CodeLens, CancellationToken, TextDocument, Range, Location, ProviderResult } from 'vscode';
import { CodeLens, CancellationToken, TextDocument, Range, Location, ProviderResult, workspace } from 'vscode';
import * as Proto from '../protocol';
import * as PConst from '../protocol.const';
......@@ -17,9 +17,15 @@ const localize = nls.loadMessageBundle();
export default class TypeScriptImplementationsCodeLensProvider extends TypeScriptBaseCodeLensProvider {
public constructor(
client: ITypescriptServiceClient
client: ITypescriptServiceClient,
private readonly language: string
) {
super(client, 'implementationsCodeLens.enabled');
super(client);
}
public updateConfiguration(): void {
const config = workspace.getConfiguration(this.language);
this.setEnabled(config.get('implementationsCodeLens.enabled', false));
}
provideCodeLenses(document: TextDocument, token: CancellationToken): ProviderResult<CodeLens[]> {
......
......@@ -5,7 +5,7 @@
'use strict';
import { CodeLens, CancellationToken, TextDocument, Range, Location, ProviderResult } from 'vscode';
import { CodeLens, CancellationToken, TextDocument, Range, Location, ProviderResult, workspace } from 'vscode';
import * as Proto from '../protocol';
import * as PConst from '../protocol.const';
......@@ -17,9 +17,15 @@ const localize = nls.loadMessageBundle();
export default class TypeScriptReferencesCodeLensProvider extends TypeScriptBaseCodeLensProvider {
public constructor(
client: ITypescriptServiceClient
client: ITypescriptServiceClient,
private readonly language: string
) {
super(client, 'referencesCodeLens.enabled');
super(client);
}
public updateConfiguration(): void {
const config = workspace.getConfiguration(this.language);
this.setEnabled(config.get('referencesCodeLens.enabled', false));
}
provideCodeLenses(document: TextDocument, token: CancellationToken): ProviderResult<CodeLens[]> {
......
......@@ -9,7 +9,7 @@
* ------------------------------------------------------------------------------------------ */
'use strict';
import { env, languages, commands, workspace, window, ExtensionContext, Memento, IndentAction, Diagnostic, DiagnosticCollection, Range, Disposable, Uri, MessageItem, TextEditor, DiagnosticSeverity, TextDocument } from 'vscode';
import { env, languages, commands, workspace, window, ExtensionContext, Memento, IndentAction, Diagnostic, DiagnosticCollection, Range, Disposable, Uri, MessageItem, TextEditor, DiagnosticSeverity, TextDocument, SnippetString } from 'vscode';
// This must be the first statement otherwise modules might got loaded with
// the wrong locale.
......@@ -137,13 +137,10 @@ class LanguageProvider {
private readonly currentDiagnostics: DiagnosticCollection;
private readonly bufferSyncSupport: BufferSyncSupport;
private completionItemProvider: CompletionItemProvider;
private formattingProvider: FormattingProvider;
private formattingProviderRegistration: Disposable | null;
private typingsStatus: TypingsStatus;
private referenceCodeLensProvider: ReferenceCodeLensProvider;
private implementationCodeLensProvider: ImplementationCodeLensProvider;
private JsDocCompletionProvider: JsDocCompletionProvider;
private toUpdateOnConfigurationChanged: ({ updateConfiguration: () => void })[] = [];
private _validate: boolean = true;
......@@ -205,9 +202,10 @@ class LanguageProvider {
const selector = this.description.modeIds;
const config = workspace.getConfiguration(this.id);
this.completionItemProvider = new CompletionItemProvider(client, this.typingsStatus);
this.completionItemProvider.updateConfiguration();
this.disposables.push(languages.registerCompletionItemProvider(selector, this.completionItemProvider, '.'));
const completionItemProvider = new CompletionItemProvider(client, this.typingsStatus);
completionItemProvider.updateConfiguration();
this.toUpdateOnConfigurationChanged.push(completionItemProvider);
this.disposables.push(languages.registerCompletionItemProvider(selector, completionItemProvider, '.'));
this.disposables.push(languages.registerCompletionItemProvider(selector, new DirectiveCommentCompletionProvider(client), '@'));
......@@ -218,9 +216,9 @@ class LanguageProvider {
this.formattingProviderRegistration = languages.registerDocumentRangeFormattingEditProvider(selector, this.formattingProvider);
}
this.JsDocCompletionProvider = new JsDocCompletionProvider(client);
this.JsDocCompletionProvider.updateConfiguration();
this.disposables.push(languages.registerCompletionItemProvider(selector, this.JsDocCompletionProvider, '*'));
const jsDocCompletionProvider = new JsDocCompletionProvider(client);
jsDocCompletionProvider.updateConfiguration();
this.disposables.push(languages.registerCompletionItemProvider(selector, jsDocCompletionProvider, '*'));
this.disposables.push(languages.registerHoverProvider(selector, new HoverProvider(client)));
this.disposables.push(languages.registerDefinitionProvider(selector, new DefinitionProvider(client)));
......@@ -230,14 +228,6 @@ class LanguageProvider {
this.disposables.push(languages.registerSignatureHelpProvider(selector, new SignatureHelpProvider(client), '(', ','));
this.disposables.push(languages.registerRenameProvider(selector, new RenameProvider(client)));
this.referenceCodeLensProvider = new ReferenceCodeLensProvider(client);
this.referenceCodeLensProvider.updateConfiguration();
this.disposables.push(languages.registerCodeLensProvider(selector, this.referenceCodeLensProvider));
this.implementationCodeLensProvider = new ImplementationCodeLensProvider(client);
this.implementationCodeLensProvider.updateConfiguration();
this.disposables.push(languages.registerCodeLensProvider(selector, this.implementationCodeLensProvider));
this.disposables.push(languages.registerCodeActionsProvider(selector, new CodeActionProvider(client, this.description.id)));
this.registerVersionDependentProviders();
......@@ -245,6 +235,17 @@ class LanguageProvider {
this.description.modeIds.forEach(modeId => {
this.disposables.push(languages.registerWorkspaceSymbolProvider(new WorkspaceSymbolProvider(client, modeId)));
const referenceCodeLensProvider = new ReferenceCodeLensProvider(client, modeId);
referenceCodeLensProvider.updateConfiguration();
this.toUpdateOnConfigurationChanged.push(referenceCodeLensProvider);
this.disposables.push(languages.registerCodeLensProvider(selector, referenceCodeLensProvider));
const implementationCodeLensProvider = new ImplementationCodeLensProvider(client, modeId);
implementationCodeLensProvider.updateConfiguration();
this.toUpdateOnConfigurationChanged.push(implementationCodeLensProvider);
this.disposables.push(languages.registerCodeLensProvider(selector, implementationCodeLensProvider));
this.disposables.push(languages.setLanguageConfiguration(modeId, {
indentationRules: {
// ^(.*\*/)?\s*\}.*$
......@@ -302,15 +303,7 @@ class LanguageProvider {
private configurationChanged(): void {
const config = workspace.getConfiguration(this.id);
this.updateValidate(config.get(validateSetting, true));
if (this.completionItemProvider) {
this.completionItemProvider.updateConfiguration();
}
if (this.referenceCodeLensProvider) {
this.referenceCodeLensProvider.updateConfiguration();
}
if (this.implementationCodeLensProvider) {
this.implementationCodeLensProvider.updateConfiguration();
}
if (this.formattingProvider) {
this.formattingProvider.updateConfiguration(config);
if (!this.formattingProvider.isEnabled() && this.formattingProviderRegistration) {
......@@ -321,8 +314,9 @@ class LanguageProvider {
this.formattingProviderRegistration = languages.registerDocumentRangeFormattingEditProvider(this.description.modeIds, this.formattingProvider);
}
}
if (this.JsDocCompletionProvider) {
this.JsDocCompletionProvider.updateConfiguration();
for (const toUpdate of this.toUpdateOnConfigurationChanged) {
toUpdate.updateConfiguration();
}
}
......@@ -537,10 +531,15 @@ class TypeScriptServiceClientHost implements ITypescriptServiceClientHost {
switch (selected && selected.id) {
case ProjectConfigAction.CreateConfig:
const configFile = Uri.file(path.join(rootPath, isTypeScriptProject ? 'tsconfig.json' : 'jsconfig.json'));
const col = window.activeTextEditor ? window.activeTextEditor.viewColumn : undefined;
return workspace.openTextDocument(configFile)
.then(undefined, _ => workspace.openTextDocument(configFile.with({ scheme: 'untitled' })))
.then(doc =>
window.showTextDocument(doc, window.activeTextEditor ? window.activeTextEditor.viewColumn : undefined));
.then(doc => {
return window.showTextDocument(doc, col);
}, _ => {
return workspace.openTextDocument(configFile.with({ scheme: 'untitled' }))
.then(doc => window.showTextDocument(doc, col))
.then(editor => editor.insertSnippet(new SnippetString('{\n\t$0\n}')));
});
case ProjectConfigAction.LearnMore:
if (isTypeScriptProject) {
......
......@@ -18,6 +18,8 @@
"discard": "放弃更改",
"confirm discard all": "确定要放弃所有更改吗?此操作不可撤销!",
"discardAll": "放弃所有更改",
"yes": "是",
"always": "始终",
"no changes": "没有要提交的更改。",
"commit message": "提交消息",
"provide commit message": "请提供提交消息",
......
/*---------------------------------------------------------------------------------------------
* 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.
{
"ts-check": "在 JavaScript 文件中启用语义检查。必须在文件顶部。",
"ts-nocheck": "在 JavaScript 文件中禁用语义检查。必须在文件顶部。",
"ts-ignore": "取消文件下一行的 @ts-check 错误提示。"
}
\ No newline at end of file
......@@ -35,7 +35,7 @@
"javascript.goToProjectConfig.title": "转到项目配置",
"typescript.referencesCodeLens.enabled": "启用/禁用引用 CodeLens。要求 TypeScript >= 2.0.6。",
"typescript.implementationsCodeLens.enabled": "启用/禁用实现 CodeLens。要求 TypeScript >= 2.2.0。",
"typescript.openTsServerLog.title": "打开 TS 服务器日志文件",
"typescript.openTsServerLog.title": "打开 TS 服务器日志",
"typescript.selectTypeScriptVersion.title": "选择 TypeScript 版本",
"jsDocCompletion.enabled": "启用/禁用自动 JSDoc 注释",
"javascript.implicitProjectConfig.checkJs": "启用/禁用 JavaScript 文件的语义检查。现有的 jsconfig.json 或\n tsconfig.json 文件会覆盖此设置。要求 TypeScript >=2.3.1。",
......
/*---------------------------------------------------------------------------------------------
* 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.
{}
\ No newline at end of file
......@@ -69,7 +69,6 @@
"miSmartSelectShrink": "缩小选定范围(&&S)",
"miViewExplorer": "资源管理器(&&E)",
"miViewSearch": "搜索(&&S)",
"miViewGit": "GIT(&&G)",
"miViewDebug": "调试(&&D)",
"miViewExtensions": "扩展(&&X)",
"miToggleOutput": "输出(&&O)",
......
/*---------------------------------------------------------------------------------------------
* 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.
{
"editorViewAccessibleLabel": "编辑器内容"
}
\ No newline at end of file
......@@ -10,5 +10,7 @@
"caret": "编辑器光标颜色。",
"editorWhitespaces": "编辑器中空白字符颜色。",
"editorIndentGuides": "编辑器缩进参考线颜色。",
"editorLineNumbers": "编辑器行号颜色。"
"editorLineNumbers": "编辑器行号颜色。",
"editorCodeLensForeground": "编辑器 CodeLens 的前景色",
"editorBracketMatchBackground": "匹配括号的背景色"
}
\ No newline at end of file
......@@ -4,8 +4,5 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"showHover": "显示悬停",
"hoverHighlight": "在显示软键盘的字下方突出显示。",
"hoverBackground": "编辑器悬停的背景颜色。",
"hoverBorder": "编辑器软键盘边框颜色。"
"showHover": "显示悬停"
}
\ No newline at end of file
......@@ -16,8 +16,6 @@
"peekViewTitleInfoForeground": "速览视图标题信息颜色。",
"peekViewBorder": "速览视图边框和箭头颜色。",
"peekViewResultsBackground": "速览视图结果列表背景颜色。",
"peekViewResultsMatchForeground": "在速览视图结果列表中匹配条目前景色。",
"peekViewResultsFileForeground": "速览视图结果列表中的文件条目前景色。",
"peekViewResultsSelectionBackground": "速览视图结果列表中所选条目的背景颜色。",
"peekViewResultsSelectionForeground": "速览视图结果列表中所选条目的前景色。",
"peekViewEditorBackground": "速览视图编辑器背景颜色。",
......
......@@ -9,10 +9,8 @@
"editorSuggestWidgetForeground": "建议小组件的前景颜色。",
"editorSuggestWidgetSelectedBackground": "建议小组件中被选择条目的背景颜色。",
"editorSuggestWidgetHighlightForeground": "建议小组件中匹配内容的高亮颜色。",
"readMore": "阅读更多...{0}",
"suggestionWithDetailsAriaLabel": "{0}(建议)具有详细信息",
"suggestionAriaLabel": "{0},建议",
"goback": "返回",
"suggestWidget.loading": "正在加载...",
"suggestWidget.noSuggestions": "无建议。",
"suggestionAriaAccepted": "{0},已接受",
......
......@@ -19,6 +19,7 @@
"menus.editorTabContext": "编辑器选项卡上下文菜单",
"menus.debugCallstackContext": "调试调用堆栈上下文菜单",
"menus.scmTitle": "源代码管理标题菜单",
"menus.resourceGroupContext": "源代码管理资源组上下文菜单",
"menus.resourceStateContext": "源代码管理资源状态上下文菜单",
"nonempty": "应为非空值。",
"opticon": "可以省略属性“图标”或者它必须是一个字符串或类似“{dark, light}”的文本",
......
......@@ -28,8 +28,6 @@
"listActiveSelectionBackground": "已选项在列表或树活动时的背景颜色。活动的列表或树具有键盘焦点,非活动的没有。",
"listInactiveSelectionBackground": "已选项在列表或树非活动时的背景颜色。活动的列表或树具有键盘焦点,非活动的没有。",
"listActiveSelectionForeground": "已选项在列表或树活动时的前景颜色。活动的列表或树具有键盘焦点,非活动的没有。",
"listFocusAndSelectionBackground": "被选中且聚焦的项目在列表或树活动时的背景颜色。活动的列表或树具有键盘焦点,非活动的没有。此颜色比单独的选择和焦点颜色的优先级高。",
"listFocusAndSelectionForeground": "被选中且聚焦的项目在列表或树活动时的前景颜色。活动的列表或树具有键盘焦点,非活动的没有。此颜色比单独的选择和焦点颜色的优先级高。",
"listHoverBackground": "使用鼠标移动项目时,列表或树的背景颜色。",
"listDropBackground": "使用鼠标移动项目时,列表或树进行拖放的背景颜色。",
"highlight": "在列表或树中搜索时,其中匹配内容的高亮颜色。",
......@@ -50,7 +48,9 @@
"editorFindMatch": "当前搜索匹配项的颜色。",
"findMatchHighlight": "其他搜索匹配项的颜色。",
"findRangeHighlight": "限制搜索的范围的颜色。",
"hoverHighlight": "在显示软键盘的字下方突出显示。",
"hoverBackground": "编辑器软键盘背景色。",
"hoverBorder": "编辑器软键盘边框颜色。",
"activeLinkForeground": "活动链接颜色。",
"linkForeground": "链接颜色。",
"editorWidgetBackground": "编辑器组件(如查找/替换)背景颜色。"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{
"treeExplorer.notRegistered": "没有注册 ID 为“{0}”的 TreeExplorerNodeProvider。",
"treeExplorer.failedToProvideRootNode": "TreeExplorerNodeProvider“{0}”无法提供根节点。"
}
\ No newline at end of file
......@@ -7,7 +7,7 @@
"configureLocale": "配置语言",
"displayLanguage": "定义 VSCode 的显示语言。",
"doc": "请参阅 {0},了解支持的语言列表。",
"restart": "要更改值需要重启 VSCode。",
"restart": "更改此值需要重启 VSCode。",
"fail.createSettings": "无法创建“{0}”({1})。",
"JsonSchema.locale": "要使用的 UI 语言。"
}
\ No newline at end of file
......@@ -4,19 +4,14 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"tabsContainerBackground": "选项卡容器的边框颜色。选项卡是编辑器区域中编辑器的容器。可在一个编辑器组中打开多个选项卡。可以存在多个编辑器组。",
"tabActiveBackground": "活动选项卡的背景色。在编辑器区域,选项卡是编辑器的容器。可在一个编辑器组中打开多个选项卡。可以有多个编辑器组。",
"tabInactiveBackground": "非活动选项卡的背景色。在编辑器区域,选项卡是编辑器的容器。可在一个编辑器组中打开多个选项卡。可以有多个编辑器组。",
"tabBorder": "用于将选项卡彼此分隔开的边框。选项卡是编辑器区域中编辑器的容器。可在一个编辑器组中打开多个选项卡。可以存在多个编辑器组。",
"tabActiveEditorGroupActiveForeground": "活动组中活动选项卡的前景色。在编辑器区域,选项卡是编辑器的容器。可在一个编辑器组中打开多个选项卡。可以有多个编辑器组。",
"tabActiveEditorGroupInactiveForeground": "非活动组中活动选项卡的前景色。在编辑器区域,选项卡是编辑器的容器。可在一个编辑器组中打开多个选项卡。可以有多个编辑器组。",
"tabInactiveEditorGroupActiveForeground": "活动组中非活动选项卡的前景色。在编辑器区域,选项卡是编辑器的容器。可在一个编辑器组中打开多个选项卡。可以有多个编辑器组。",
"tabInactiveEditorGroupInactiveForeground": "非活动组中非活动选项卡的前景色。在编辑器区域,选项卡是编辑器的容器。可在一个编辑器组中打开多个选项卡。可以有多个编辑器组。",
"editorGroupBackground": "编辑器组的背景颜色。编辑器组是编辑器的容器。此颜色在拖动编辑器组时显示。",
"editorGroupHeaderBackground": "禁用选项卡时编辑器组标题的背景颜色。编辑器组是编辑器的容器。",
"editorGroupBorder": "将多个编辑器组彼此分隔开的颜色。编辑器组是编辑器的容器。",
"editorDragAndDropBackground": "随意拖动编辑器时的背景色。",
"editorMasterDetailsBorder": "并排编辑器中将主视图与细节视图分隔开的边框颜色。",
"panelBackground": "面板的背景色。面板显示在编辑器区域下方,可包含输出和集成终端等视图。",
"panelBorder": "分隔到编辑器的顶部面板边框色。面板显示在编辑器区域下方,可包含输出和集成终端等视图。",
"panelActiveTitleForeground": "活动面板的标题颜色。面板显示在编辑器区域下方,并包含输出和集成终端等视图。",
......@@ -31,7 +26,6 @@
"statusBarProminentItemHoverBackground": "状态栏突出显示项在悬停时的背景颜色。突出显示项比状态栏中的其他条目更显眼,表明其重要性更高。状态栏显示在窗口底部。",
"activityBarBackground": "活动栏背景色。活动栏显示在最左侧或最右侧,并允许在侧边栏的视图间切换。",
"activityBarForeground": "活动栏前景色(例如用于图标)。活动栏显示在最左侧或最右侧,并允许在侧边栏的视图间切换。",
"activityBarDragAndDropBackground": "活动栏项的拖放反馈颜色。活动栏显示在最左侧或最右侧,并允许在侧边栏的视图间切换。",
"activityBarBadgeBackground": "活动通知徽章背景色。活动栏显示在最左侧或最右侧,并允许在侧边栏的视图间切换。",
"activityBarBadgeForeground": "活动通知徽章前景色。活动栏显示在最左侧或最右侧,并允许在侧边栏的视图间切换。",
"sideBarBackground": "侧边栏背景色。侧边栏是资源管理器和搜索等视图的容器。",
......
......@@ -41,12 +41,12 @@
"window.newWindowDimensions.inherit": "以与上一个活动窗口相同的尺寸打开新窗口。",
"window.newWindowDimensions.maximized": "打开最大化的新窗口。",
"window.newWindowDimensions.fullscreen": "在全屏模式下打开新窗口。",
"newWindowDimensions": "控制打开新窗口的尺寸。默认情况下,新窗口将以小尺寸在屏幕的中央打开。当设置为 \"inherit\" 时,窗口将获取与上一活动窗口相同的尺寸。当设置为 \"maximized\" 时,窗口将以最大化形式打开,如果配置为 \"fullscreen\",窗口将以全屏形式打开。",
"window.menuBarVisibility.default": "菜单仅在全屏模式下隐藏。",
"window.menuBarVisibility.visible": "菜单始终可见,即使处于全屏模式下。",
"window.menuBarVisibility.toggle": "菜单隐藏,但可以通过 Alt 键显示。",
"window.menuBarVisibility.hidden": "菜单始终隐藏。",
"menuBarVisibility": "控制菜单栏的可见性。“切换”设置表示隐藏菜单栏,按一次 Alt 键则将显示此菜单栏。默认情况下,除非窗口为全屏,否则菜单栏可见。",
"enableMenuBarMnemonics": "如果启用,则可使用 Alt 快捷键打开主菜单。禁用助记键允许将这些 Alt 快捷键绑定到编辑器命令。",
"autoDetectHighContrast": "如果已启用,将自动更改为高对比度主题;如果 Windows 正在使用高对比度主题,则当离开 Windows 高对比度主题时会更改为深色主题。",
"titleBarStyle": "调整窗口标题栏的外观。更改需要在完全重启后才能应用。",
"window.nativeTabs": "\n启用macOS Sierra窗口选项卡。请注意,更改需要完全重新启动程序才能生效。如果配置此选项,本机选项卡将禁用自定义标题栏样式。",
......
......@@ -6,6 +6,7 @@
{
"openLaunchJson": "打开 {0}",
"launchJsonNeedsConfigurtion": "配置或修复 \"launch.json\"",
"noFolderDebugConfig": "请先打开一个文件夹以进行高级调试配置。",
"startDebug": "开始调试",
"startWithoutDebugging": "开始执行(不调试)",
"selectAndStartDebugging": "选择并开始调试",
......
/*---------------------------------------------------------------------------------------------
* 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.
{
"fileLinkMac": "点击以跟进(Cmd + 点击打开到侧边)",
"fileLink": "点击以跟进(Ctrl + 点击打开到侧边))"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{
"internalConsoleOptions": "内部调试控制台的控制行为。"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{
"noFolderDebugConfig": "请先打开一个文件夹以进行高级调试配置。"
}
\ No newline at end of file
......@@ -5,8 +5,6 @@
// Do not edit this file. It is machine generated.
{
"stateCapture": "对象状态捕获自第一个评估",
"fileLinkMac": "点击以跟进(Cmd + 点击打开到侧边)",
"fileLink": "点击以跟进(Ctrl + 点击打开到侧边))",
"replVariableAriaLabel": "变量 {0} 具有值 {1}、读取 Eval 打印循环,调试",
"replExpressionAriaLabel": "表达式 {0} 具有值 {1},读取 Eval 打印循环,调试",
"replValueOutputAriaLabel": "{0},读取 Eval 打印循环,调试",
......
......@@ -7,13 +7,12 @@
"debugAdapterBinNotFound": "调试适配器可执行的“{0}”不存在。",
"debugAdapterCannotDetermineExecutable": "无法确定调试适配器“{0}”的可执行文件。",
"debugType": "配置类型。",
"debugTypeNotRecognised": "无法识别此调试类型。请安装相应的调试扩展。",
"debugTypeNotRecognised": "无法识别此调试类型。确保已经安装并启用相应的调试扩展。",
"node2NotSupported": "不再支持 \"node2\",改用 \"node\",并将 \"protocol\" 属性设为 \"inspector\"。",
"debugName": "配置名称;在启动配置下拉菜单中显示。",
"debugRequest": "请求配置类型。可以是“启动”或“附加”。",
"debugServer": "仅用于调试扩展开发: 如果已指定端口,VS 代码会尝试连接到在服务器模式中运行的调试适配器",
"debugPrelaunchTask": "调试会话开始前要运行的任务。",
"internalConsoleOptions": "内部调试控制台的控制行为。",
"debugWindowsConfiguration": "特定于 Windows 的启动配置属性。",
"debugOSXConfiguration": "特定于 OS X 的启动配置属性。",
"debugLinuxConfiguration": "特定于 Linux 的启动配置属性。",
......
......@@ -8,5 +8,8 @@
"showRecommendations": "显示建议",
"neverShowAgain": "不再显示",
"close": "关闭",
"workspaceRecommended": "此工作区具有扩展建议。"
"workspaceRecommended": "此工作区具有扩展建议。",
"ignoreAll": "是,忽略全部",
"no": "否",
"cancel": "取消"
}
\ No newline at end of file
......@@ -10,5 +10,6 @@
"extensions": "扩展",
"view": "查看",
"extensionsConfigurationTitle": "扩展",
"extensionsAutoUpdate": "自动更新扩展"
"extensionsAutoUpdate": "自动更新扩展",
"extensionsIgnoreRecommendations": "忽略推荐的扩展"
}
\ No newline at end of file
......@@ -27,8 +27,8 @@
"autoSaveDelay": "控制延迟(以秒为单位),在该延迟后将自动保存更新后的文件。仅在 \"files.autoSave'\" 设置为“{0}”时适用。",
"watcherExclude": "配置文件路径的 glob 模式以从文件监视排除。更改此设置要求重启。如果在启动时遇到 Code 消耗大量 CPU 时间,则可以排除大型文件夹以减少初始加载。",
"hotExit.off": "禁用热退出。",
"hotExit.onExit": "应用程序关闭时 - 即当 Windows/Linux 上的最后一个窗口关闭或触发 workbench.action.quit 命令时(命令托盘、键绑定、菜单)- 将触发热退出。下次启动时将还原所有已备份的窗口。",
"hotExit.onExitAndWindowClose": "应用程序关闭时 - 即当 Windows/Linux 上的最后一个窗口关闭或触发 workbench.action.quit 命令时(命令托盘、键绑定、菜单)- 将触发热退出。下次启动时将还原所有未打开文件夹的所有窗口。若要将文件夹窗口还原成关闭前的模式,请将 \"window.reopenFolders\" 设置为“所有”。",
"hotExit.onExit": "应用程序关闭时将触发热退出。在 Windows/Linux 上关闭最后一个窗口或触发 workbench.action.quit 命令(命令托盘、键绑定、菜单)会引起应用程序关闭。下次启动时将还原所有已备份的窗口。",
"hotExit.onExitAndWindowClose": "应用程序关闭时将触发热退出。在 Windows/Linux 上关闭最后一个窗口、触发 workbench.action.quit 命令(命令托盘、键绑定、菜单)会引起应用程序关闭。对于任何有文件夹打开的窗口,则不论该窗口是否是最后一个窗口。下次启动时将还原所有未打开文件夹的窗口。若要还原打开有文件夹的窗口,请将“window.reopenFolders”设置为“all”。",
"hotExit": "控制是否在会话间记住未保存的文件,以允许在退出编辑器时跳过保存提示。",
"defaultLanguage": "分配给新文件的默认语言模式。",
"editorConfigurationTitle": "编辑器",
......
......@@ -6,7 +6,5 @@
{
"searchMatches": "已找到 {0} 个匹配项",
"searchMatch": "已找到 {0} 个匹配项",
"fileMatchAriaLabel": "文件夹 {2} 的文件 {1} 中有 {0} 个匹配项,搜索结果",
"replacePreviewResultAria": "替换预览结果, {0}",
"searchResultAria": "{0},搜索结果"
"fileMatchAriaLabel": "文件夹 {2} 的文件 {1} 中有 {0} 个匹配项,搜索结果"
}
\ No newline at end of file
......@@ -18,7 +18,7 @@
"problems": "问题",
"manyMarkers": "99+",
"tasks": "任务",
"TaskSystem.noHotSwap": "更改任务执行引擎需要重启 VS 代码。已忽略更改。",
"TaskSystem.noHotSwap": "更改任务执行引擎需要重启 VS Code。已忽略更改。",
"TaskService.noBuildTask": "未定义任何生成任务。使用 \"isBuildCommand\" 在 tasks.json 文件中标记任务。",
"TaskService.noTestTask": "未定义任何测试任务。使用 \"isTestCommand\" 在 tasks.json 文件中标记任务。",
"TaskServer.noTask": "未找到要执行的请求任务 {0}。",
......
......@@ -4,5 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"terminal.background": "终端的背景颜色,允许终端的颜色与面板不同。",
"terminal.foreground": "终端的前景颜色。",
"terminal.ansiColor": "终端中的 ANSI 颜色“{0}”。"
}
\ No newline at end of file
......@@ -6,7 +6,6 @@
{
"selectTheme.label": "颜色主题",
"installColorThemes": "安装其他颜色主题...",
"problemChangingTheme": "设置主题时出现问题: {0}",
"themes.selectTheme": "选择颜色主题",
"selectIconTheme.label": "文件图标主题",
"installIconThemes": "安装其他文件图标主题...",
......
......@@ -5,10 +5,5 @@
// Do not edit this file. It is machine generated.
{
"errorUnknownKey": "无法写入配置文件(未知密钥)",
"errorInvalidTarget": "无法写入到配置文件(无效的目标)",
"errorNoWorkspaceOpened": "无法写入设置,因为没有打开任何文件夹。请先打开一个文件夹,然后重试。",
"errorInvalidConfiguration": "无法写入设置。请打开 **用户设置** 更正文件中的错误/警告,然后重试。",
"errorInvalidConfigurationWorkspace": "无法写入设置。请打开 **工作区设置** 更正文件中的错误/警告,然后重试。",
"errorConfigurationFileDirty": "无法写入设置,因为该文件已更新。请保存 **用户设置** 文件,然后重试。",
"errorConfigurationFileDirtyWorkspace": "无法写入设置,因为该文件已更新。请保存 **工作区设置** 文件,然后重试。"
"errorInvalidTarget": "无法写入到配置文件(无效的目标)"
}
\ No newline at end of file
......@@ -14,9 +14,6 @@
"vscode.extension.contributes.keybindings.win": "Windows 特定的键或键序列。",
"vscode.extension.contributes.keybindings.when": "键处于活动状态时的条件。",
"vscode.extension.contributes.keybindings": "用于键绑定。",
"openDocumentation": "了解详细信息",
"keybindingMigration.ok": "确定",
"keybindingMigration.prompt": "已为你的键盘布局更改某些键盘快捷键。",
"invalid.keybindings": "无效的“contributes.{0}”: {1}",
"unboundCommands": "以下是其他可用命令:",
"keybindings.json.title": "键绑定配置",
......
......@@ -18,6 +18,8 @@
"discard": "捨棄變更",
"confirm discard all": "確定要捨棄所有變更嗎? 此動作無法復原!",
"discardAll": "捨棄所有變更",
"yes": "是",
"always": "永遠",
"no changes": "沒有任何變更要認可。",
"commit message": "認可訊息",
"provide commit message": "請提供認可訊息",
......
/*---------------------------------------------------------------------------------------------
* 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.
{}
\ No newline at end of file
......@@ -35,7 +35,6 @@
"javascript.goToProjectConfig.title": "移至專案組態",
"typescript.referencesCodeLens.enabled": "啟用/停用參考 CodeLens。需要 TypeScript >= 2.0.6。",
"typescript.implementationsCodeLens.enabled": "啟用/停用實作 CodeLens。需要 TypeScript >= 2.2.0。",
"typescript.openTsServerLog.title": "開啟 TS 伺服器記錄檔",
"typescript.selectTypeScriptVersion.title": "選取 TypeScript 版本",
"jsDocCompletion.enabled": "啟用/停用自動 JSDoc 註解",
"javascript.implicitProjectConfig.checkJs": "啟用/停用 JavaScript 檔案的語意檢查。現有的 jsconfig.json 或 tsconfig.json 檔案會覆寫此設定。需要 TypeScript >=2.3.1。",
......
/*---------------------------------------------------------------------------------------------
* 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.
{}
\ No newline at end of file
......@@ -69,7 +69,6 @@
"miSmartSelectShrink": "壓縮選取範圍(&&S)",
"miViewExplorer": "檔案總管(&&E)",
"miViewSearch": "搜尋(&&S)",
"miViewGit": "Git(&&G)",
"miViewDebug": "偵錯 (&&D)",
"miViewExtensions": "擴充功能(&&X)",
"miToggleOutput": "輸出(&&O)",
......
......@@ -62,6 +62,7 @@
"renderLineHighlight": "控制編輯器應如何轉譯目前反白的行,可能的值有 'none'、'gutter'、'line' 和 'all'。",
"codeLens": "控制編輯器是否顯示程式碼濾鏡",
"folding": "控制編輯器是否已啟用程式碼摺疊功能",
"hideFoldIcons": "自動隱藏摺疊圖示",
"matchBrackets": "當選取某側的括號時,強調顯示另一側的配對括號。",
"glyphMargin": "控制編輯器是否應轉譯垂直字符邊界。字符邊界最常用來進行偵錯。",
"useTabStops": "插入和刪除接在定位停駐點後的空白字元",
......
/*---------------------------------------------------------------------------------------------
* 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.
{
"editorViewAccessibleLabel": "編輯器內容"
}
\ No newline at end of file
......@@ -4,8 +4,5 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"showHover": "動態顯示",
"hoverHighlight": "在顯示了動態顯示的單字下方醒目提示。",
"hoverBackground": "編輯器動態顯示的背景色彩。",
"hoverBorder": "編輯器動態顯示的框線色彩。"
"showHover": "動態顯示"
}
\ No newline at end of file
......@@ -16,8 +16,6 @@
"peekViewTitleInfoForeground": "預覽檢視標題資訊的色彩。",
"peekViewBorder": "預覽檢視之框線與箭頭的色彩。",
"peekViewResultsBackground": "預覽檢視中結果清單的背景色彩。",
"peekViewResultsMatchForeground": "在預覽檢視之結果清單中比對輸入時的前景。",
"peekViewResultsFileForeground": "在預覽檢視之結果清單中輸入檔案時的前景。",
"peekViewResultsSelectionBackground": "在預覽檢視之結果清單中選取項目時的背景色彩。",
"peekViewResultsSelectionForeground": "在預覽檢視之結果清單中選取項目時的前景色彩。",
"peekViewEditorBackground": "預覽檢視編輯器的背景色彩。",
......
......@@ -9,10 +9,8 @@
"editorSuggestWidgetForeground": "建議小工具的前景色彩。",
"editorSuggestWidgetSelectedBackground": "建議小工具中所選項目的背景色彩。",
"editorSuggestWidgetHighlightForeground": "建議小工具中相符醒目提示的色彩。",
"readMore": "進一步了解...{0}",
"suggestionWithDetailsAriaLabel": "{0},建議,有詳細資料",
"suggestionAriaLabel": "{0},建議",
"goback": "返回",
"suggestWidget.loading": "正在載入...",
"suggestWidget.noSuggestions": "無建議。",
"suggestionAriaAccepted": "{0},接受",
......
......@@ -5,7 +5,6 @@
// Do not edit this file. It is machine generated.
{
"requirearray": "功能表項目必須為陣列",
"requirestring": "屬性 '{0}' 為強制項目且必須屬於 `string` 類型",
"optstring": "屬性 `{0}` 可以省略或必須屬於 `string` 類型",
"vscode.extension.contributes.menuItem.command": "所要執行命令的識別碼。命令必須在 'commands' 區段中宣告",
"vscode.extension.contributes.menuItem.alt": "所要執行替代命令的識別碼。命令必須在 'commands' 區段中宣告",
......
......@@ -7,6 +7,7 @@
"invalid.color": "色彩格式無效。請使用 #RGB、#RGBA、#RRGGBB 或 #RRGGBBAA",
"schema.colors": "工作台中使用的色彩。",
"foreground": "整體的前景色彩。僅當未被任何元件覆疊時,才會使用此色彩。",
"errorForeground": "整體錯誤訊息的前景色彩。僅當未被任何元件覆蓋時,才會使用此色彩。",
"focusBorder": "焦點項目的整體邊界色彩。只在沒有任何元件覆寫此色彩時,才會加以使用。",
"contrastBorder": "項目周圍的額外邊界,可將項目從其他項目中區隔出來以提高對比。",
"activeContrastBorder": "使用中項目周圍的額外邊界,可將項目從其他項目中區隔出來以提高對比。",
......@@ -28,8 +29,6 @@
"listActiveSelectionBackground": "當清單/樹狀為使用中狀態時,所選項目的清單/樹狀背景色彩。使用中的清單/樹狀有鍵盤焦點,非使用中者則沒有。",
"listInactiveSelectionBackground": "當清單/樹狀為非使用中狀態時,所選項目的清單/樹狀背景色彩。使用中的清單/樹狀有鍵盤焦點,非使用中者則沒有。",
"listActiveSelectionForeground": "當清單/樹狀為使用中狀態時,所選項目的清單/樹狀前景色彩。使用中的清單/樹狀有鍵盤焦點,非使用中者則沒有。",
"listFocusAndSelectionBackground": "當清單/樹狀為使用中狀態時,焦點和所選項目的清單/樹狀背景色彩。使用中的清單/樹狀有鍵盤焦點,非使用中者則沒有。此色彩優先於個別選取項目及焦點色彩。",
"listFocusAndSelectionForeground": "當清單/樹狀為使用中狀態時,焦點和所選項目的清單/樹狀前景色彩。使用中的清單/樹狀有鍵盤焦點,非使用中者則沒有。此色彩優先於個別選取項目及焦點色彩。",
"listHoverBackground": "使用滑鼠暫留在項目時的清單/樹狀背景。",
"listDropBackground": "使用滑鼠四處移動項目時的清單/樹狀拖放背景。",
"highlight": "在清單/樹狀內搜尋時,相符醒目提示的清單/樹狀前景色彩。",
......@@ -50,7 +49,9 @@
"editorFindMatch": "符合目前搜尋的色彩。",
"findMatchHighlight": "符合其他搜尋的色彩。",
"findRangeHighlight": "限制搜尋之範圍的色彩。",
"hoverHighlight": "在顯示了動態顯示的單字下方醒目提示。",
"hoverBackground": "編輯器動態顯示的背景色彩。",
"hoverBorder": "編輯器動態顯示的框線色彩。",
"activeLinkForeground": "使用中之連結的色彩。",
"linkForeground": "連結的色彩。",
"editorWidgetBackground": "編輯器小工具的背景色彩,例如尋找/取代。"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{
"treeExplorer.notRegistered": "未註冊識別碼為 '{0}' 的 TreeExplorerNodeProvider。",
"treeExplorer.failedToProvideRootNode": "TreeExplorerNodeProvider '{0}' 無法提供根節點。"
}
\ No newline at end of file
......@@ -7,7 +7,6 @@
"configureLocale": "設定語言",
"displayLanguage": "定義 VSCode 的顯示語言。",
"doc": "如需支援的語言清單,請參閱 {0}。",
"restart": "變更值必須重新啟動 VSCode。",
"fail.createSettings": "無法建立 '{0}' ({1})。",
"JsonSchema.locale": "要使用的 UI 語言。"
}
\ No newline at end of file
......@@ -4,19 +4,14 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"tabsContainerBackground": "索引標籤容器的背景色彩。索引標籤是編輯器在編輯器區域中的容器。同一個編輯器群組中的多個索引標籤可以同時開啟。可能會有多個編輯器群組。",
"tabActiveBackground": "使用中之索引標籤的背景色彩。索引標籤是編輯器在編輯器區域中的容器。同一個編輯器群組中的多個索引標籤可以同時開啟。可能會有多個編輯器群組。",
"tabInactiveBackground": "非使用中之索引標籤的背景色彩。索引標籤是編輯器在編輯器區域中的容器。同一個編輯器群組中的多個索引標籤可以同時開啟。可能會有多個編輯器群組。",
"tabBorder": "用以分隔索引標籤彼此的框線。索引標籤是編輯器在編輯器區域中的容器。同一個編輯器群組中的多個索引標籤可以同時開啟。可能會有多個編輯器群組。",
"tabActiveEditorGroupActiveForeground": "使用中的群組內,使用中之索引標籤的前景色彩。索引標籤是編輯器在編輯器區域中的容器。同一個編輯器群組中的多個索引標籤可以同時開啟。可能會有多個編輯器群組。",
"tabActiveEditorGroupInactiveForeground": "非使用中的群組內,使用中之索引標籤的前景色彩。索引標籤是編輯器在編輯器區域中的容器。同一個編輯器群組中的多個索引標籤可以同時開啟。可能會有多個編輯器群組。",
"tabInactiveEditorGroupActiveForeground": "使用中的群組內,非使用中之索引標籤的前景色彩。索引標籤是編輯器在編輯器區域中的容器。同一個編輯器群組中的多個索引標籤可以同時開啟。可能會有多個編輯器群組。",
"tabInactiveEditorGroupInactiveForeground": "非使用中的群組內,非使用中之索引標籤的前景色彩。索引標籤是編輯器在編輯器區域中的容器。同一個編輯器群組中的多個索引標籤可以同時開啟。可能會有多個編輯器群組。",
"editorGroupBackground": "編輯器群組的背景色彩。編輯器群組是編輯器的容器。當拖曳編輯器群組時會顯示背景色彩。",
"editorGroupHeaderBackground": "當索引標籤禁用的時候編輯器群組標題的背景顏色。編輯器群組是編輯器的容器。",
"editorGroupBorder": "用以分隔多個編輯器群組彼此的色彩。編輯器群組是編輯器的容器。",
"editorDragAndDropBackground": "拖曳編輯器時的背景色彩。",
"editorMasterDetailsBorder": "並排編輯器中將主視窗和詳細視窗分隔開的框線色彩。\n範例包括diff編輯器和設定編輯器。",
"panelBackground": "面板的前景色彩。面板會顯示在編輯器區域的下方,其中包含諸如輸出與整合式終端機等檢視。",
"panelBorder": "面板頂端用以分隔編輯器的邊框色彩。面板會顯示在編輯器區域的下方,其中包含諸如輸出與整合式終端機等檢視。",
"panelActiveTitleForeground": "使用中之面板標題的標題色彩。面板會顯示在編輯器區域的下方,其中包含諸如輸出與整合式終端機等檢視。",
......@@ -31,7 +26,6 @@
"statusBarProminentItemHoverBackground": "狀態列突出項目暫留時的背景顏色。突出項目比狀態列的其他項目更顯眼,用於表示重要性更高。狀態列會顯示在視窗的底部。",
"activityBarBackground": "活動列背景的色彩。活動列會顯示在最左側或最右側,並可切換不同的提要欄位檢視。",
"activityBarForeground": "活動列的前背景色彩(例如用於圖示)。此活動列會顯示在最左側或最右側,讓您可以切換提要欄位的不同檢視。",
"activityBarDragAndDropBackground": "拖放活動列項目之意見回應時的色彩。此活動列會顯示在最左側或最右側,讓您可以切換提要欄位的不同檢視。",
"activityBarBadgeBackground": "活動通知徽章的背景色彩。此活動列會顯示在最左側或最右側,讓您可以切換提要欄位的不同檢視。",
"activityBarBadgeForeground": "活動通知徽章的前背景色彩。此活動列會顯示在最左側或最右側,讓您可以切換提要欄位的不同檢視。",
"sideBarBackground": "提要欄位的背景色彩。提要欄位是檢視 (例如 Explorer 與搜尋) 的容器。",
......
......@@ -41,7 +41,6 @@
"window.newWindowDimensions.inherit": "以相同於上一個使用中之視窗的維度開啟新視窗。",
"window.newWindowDimensions.maximized": "開啟並最大化新視窗。",
"window.newWindowDimensions.fullscreen": "在全螢幕模式下開啟新視窗。",
"newWindowDimensions": "控制開啟新視窗的維度。根據預設,新視窗會以小型維度在畫面中央開啟。設為 'inherit' 時,視窗的維度會和上一個使用中視窗相同。設為 'maximized' 時,視窗會開到最大,若設為 'fullscreen' 則全螢幕開啟。",
"window.menuBarVisibility.default": "只在全螢幕模式時隱藏功能表。",
"window.menuBarVisibility.visible": "一律顯示功能表,即使在全螢幕模式時亦然。",
"window.menuBarVisibility.toggle": "隱藏功能表,但可經由 Alt 鍵加以顯示。",
......
/*---------------------------------------------------------------------------------------------
* 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.
{
"fileLinkMac": "按一下以追蹤 (Cmd + 按一下滑鼠左鍵開至側邊)",
"fileLink": "按一下以追蹤 (Ctrl + 按一下滑鼠左鍵開至側邊)"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{
"internalConsoleOptions": "內部偵錯主控台的控制項行為。"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{}
\ No newline at end of file
......@@ -5,8 +5,6 @@
// Do not edit this file. It is machine generated.
{
"stateCapture": "第一次評估會擷取物件狀態",
"fileLinkMac": "按一下以追蹤 (Cmd + 按一下滑鼠左鍵開至側邊)",
"fileLink": "按一下以追蹤 (Ctrl + 按一下滑鼠左鍵開至側邊)",
"replVariableAriaLabel": "變數 {0} 具有值 {1},「讀取、求值、輸出」迴圈,偵錯",
"replExpressionAriaLabel": "運算式 {0} 具有值 {1},「讀取、求值、輸出」迴圈,偵錯",
"replValueOutputAriaLabel": "{0},「讀取、求值、輸出」迴圈,偵錯",
......
......@@ -7,13 +7,11 @@
"debugAdapterBinNotFound": "偵錯配接器可執行檔 '{0}' 不存在。",
"debugAdapterCannotDetermineExecutable": "無法判斷偵錯配接器 '{0}' 的可執行檔。",
"debugType": "組態的類型。",
"debugTypeNotRecognised": "無法辨識此偵錯類型。請安裝對應的偵錯延伸模組。",
"node2NotSupported": "\"node2\" 已不再支援,請改用 \"node\",並將 \"protocol\" 屬性設為 \"inspector\"。",
"debugName": "組態的名稱; 出現在啟動組態下拉式功能表中。",
"debugRequest": "要求組態的類型。可以是 [啟動] 或 [附加]。",
"debugServer": "僅限偵錯延伸模組開發: 如果指定了連接埠,VS Code 會嘗試連線至以伺服器模式執行的偵錯配接器",
"debugPrelaunchTask": "偵錯工作階段啟動前要執行的工作。",
"internalConsoleOptions": "內部偵錯主控台的控制項行為。",
"debugWindowsConfiguration": "Windows 特定的啟動設定屬性。",
"debugOSXConfiguration": "OS X 特定的啟動設定屬性。",
"debugLinuxConfiguration": "Linux 特定的啟動設定屬性。",
......
......@@ -8,5 +8,7 @@
"showRecommendations": "顯示建議",
"neverShowAgain": "不要再顯示",
"close": "關閉",
"workspaceRecommended": "此工作區具有擴充功能建議。"
"workspaceRecommended": "此工作區具有擴充功能建議。",
"no": "否",
"cancel": "取消"
}
\ No newline at end of file
......@@ -27,8 +27,6 @@
"autoSaveDelay": "控制要自動儲存已變更之檔案前必須經過的延遲時間 (毫秒)。僅當 'files.autoSave' 設為 \"{0}\" 時才適用。",
"watcherExclude": "將檔案路徑的 Glob 模式設定為從檔案監控排除。需要重新啟動才能變更此設定。當您發現 Code 在啟動時使用大量 CPU 時間時,可以排除較大的資料夾以降低初始負載。",
"hotExit.off": "停用 Hot Exit。",
"hotExit.onExit": "Hot Exit 將會在關閉應用程式時觸發,也就是在 Windows/Linux 上關閉上一個視窗,或是觸發 workbench.action.quit 命令 (命令選擇區、按鍵繫結關係、功能表) 時觸發。具有備份的所有視窗都會在下次啟動時還原。",
"hotExit.onExitAndWindowClose": "Hot Exit 將會在關閉應用程式時觸發,也就是在 Windows/Linux 上關閉上一個視窗,或是觸發 workbench.action.quit 命令 (命令選擇區、按鍵繫結關係、功能表) 時觸發,也會針對已開啟資料夾的任何視窗觸發,而不論其是否為上一個視窗。具有備份的所有視窗都會在下次啟動時還原。若要將資料夾視窗還原成關機前的狀態,請將 \"window.reopenFolders\" 設定為 \"all\"。",
"hotExit": "控制是否讓不同工作階段記住未儲存的檔案,並允許在結束編輯器時跳過儲存提示。",
"defaultLanguage": "指派給新檔案的預設語言模式。",
"editorConfigurationTitle": "編輯器",
......
......@@ -6,7 +6,5 @@
{
"searchMatches": "找到 {0} 個相符",
"searchMatch": "找到 {0} 個相符",
"fileMatchAriaLabel": "資料夾 {2} 的檔案 {1} 中有 {0} 個相符,搜尋結果",
"replacePreviewResultAria": "取代預覽結果,{0}",
"searchResultAria": "{0},搜尋結果"
"fileMatchAriaLabel": "資料夾 {2} 的檔案 {1} 中有 {0} 個相符,搜尋結果"
}
\ No newline at end of file
......@@ -18,7 +18,6 @@
"problems": "問題",
"manyMarkers": "99+",
"tasks": "工作",
"TaskSystem.noHotSwap": "變更工作執行引擎需要重新啟動 VS Code。已略過變更。",
"TaskService.noBuildTask": "未定義任何建置工作。請使用 'isBuildCommand' 標記 tasks.json 檔案中的工作。",
"TaskService.noTestTask": "未定義任何建置工作。請使用 'isTestCommand' 標記 tasks.json 檔案中的工作。",
"TaskServer.noTask": "找不到所要求要執行的工作 {0}。",
......
......@@ -6,7 +6,6 @@
{
"selectTheme.label": "色彩佈景主題",
"installColorThemes": "安裝其他的色彩佈景主題...",
"problemChangingTheme": "設定佈景主題時發生問題: {0}",
"themes.selectTheme": "選取色彩佈景主題",
"selectIconTheme.label": "檔案圖示佈景主題",
"installIconThemes": "安裝其他的檔案圖示主題...",
......
......@@ -5,10 +5,5 @@
// Do not edit this file. It is machine generated.
{
"errorUnknownKey": "無法寫入組態檔 (不明的按鍵)",
"errorInvalidTarget": "無法寫入組態檔 (目標無效)",
"errorNoWorkspaceOpened": "因為未開啟任何資料夾,所以無法寫入設定。請開啟資料夾後再試一次。",
"errorInvalidConfiguration": "無法寫入設定。請開啟 **使用者設定** 以修正檔案中的錯誤/警告後再試一次。",
"errorInvalidConfigurationWorkspace": "無法寫入設定。請開啟 **工作區設定** 以修正檔案中的錯誤/警告後再試一次。",
"errorConfigurationFileDirty": "因為檔案已變更,所以無法寫入設定。請儲存 **使用者設定** 檔案後再試一次。",
"errorConfigurationFileDirtyWorkspace": "因為檔案已變更,所以無法寫入設定。請儲存 **工作區設定** 檔案後再試一次。"
"errorInvalidTarget": "無法寫入組態檔 (目標無效)"
}
\ No newline at end of file
......@@ -14,9 +14,6 @@
"vscode.extension.contributes.keybindings.win": "Windows 特定按鍵或按鍵順序。",
"vscode.extension.contributes.keybindings.when": "按鍵為使用中時的條件。",
"vscode.extension.contributes.keybindings": "提供按鍵繫結關係。",
"openDocumentation": "深入了解",
"keybindingMigration.ok": "確定",
"keybindingMigration.prompt": "您的鍵盤配置已有一些鍵盤快速鍵變更了。",
"invalid.keybindings": "`contributes.{0}` 無效: {1}",
"unboundCommands": "其他可用命令如下: ",
"keybindings.json.title": "按鍵繫結關係組態",
......
......@@ -18,6 +18,8 @@
"discard": "Änderungen verwerfen",
"confirm discard all": "Möchten Sie wirklich ALLE Änderungen verwerfen? Dieser Vorgang kann nicht rückgängig gemacht werden!",
"discardAll": "ALLE Änderungen verwerfen",
"yes": "Ja",
"always": "Immer",
"no changes": "Keine Änderungen zum Speichern vorhanden.",
"commit message": "Commit-Nachricht",
"provide commit message": "Geben Sie eine Commit-Nachrichte ein.",
......
......@@ -11,7 +11,7 @@
"command.openFile": "Datei öffnen",
"command.stage": "Änderungen bereitstellen",
"command.stageAll": "Alle Änderungen bereitstellen",
"command.stageSelectedRanges": "Gewählte Bereiche staffeln",
"command.stageSelectedRanges": "Gewählte Bereiche bereitstellen",
"command.revertSelectedRanges": "Ausgewählte Bereiche zurücksetzen",
"command.unstage": "Bereitstellung der Änderungen aufheben",
"command.unstageAll": "Bereitstellung aller Änderungen aufheben",
......@@ -20,7 +20,7 @@
"command.cleanAll": "Alle Änderungen verwerfen",
"command.commit": "Commit",
"command.commitStaged": "Commit bereitgestellt",
"command.commitStagedSigned": "Gestaffelt committen (abgemeldet)",
"command.commitStagedSigned": "Bereitgestelltes committen (unterzeichnet)",
"command.commitAll": "Commit für alle ausführen",
"command.commitAllSigned": "Alle committen (abgemeldet)",
"command.undoCommit": "Letzten Commit rückgängig machen",
......
/*---------------------------------------------------------------------------------------------
* 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.
{}
\ No newline at end of file
......@@ -35,7 +35,6 @@
"javascript.goToProjectConfig.title": "Zur Projektkonfiguration wechseln",
"typescript.referencesCodeLens.enabled": "Aktiviert oder deaktiviert CodeLens-Verweise. Erfordert TypeScript 2.0.6 oder höher.",
"typescript.implementationsCodeLens.enabled": "Aktiviert oder deaktiviert CodeLens-Implementierungen. Erfordert TypeScript 2.2.0 oder höher.",
"typescript.openTsServerLog.title": "TS Server-Protokolldatei öffnen",
"typescript.selectTypeScriptVersion.title": "TypeScript-Version wählen",
"jsDocCompletion.enabled": "Automatische JSDoc-Kommentare aktivieren/deaktivieren",
"javascript.implicitProjectConfig.checkJs": "Aktiviert/deaktiviert die Semantikprüfung bei JavaScript-Dateien. Diese Einstellung wird von vorhandenen \"jsconfig.json\"- oder \"tsconfig.json\"-Dateien außer Kraft gesetzt. Erfordert TypeScript 2.3.1 oder höher.",
......
/*---------------------------------------------------------------------------------------------
* 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.
{}
\ No newline at end of file
......@@ -69,7 +69,6 @@
"miSmartSelectShrink": "Au&&swahl verkleinern",
"miViewExplorer": "&&Explorer",
"miViewSearch": "&&Suchen",
"miViewGit": "&&Git",
"miViewDebug": "&&Debuggen",
"miViewExtensions": "E&&xtensions",
"miToggleOutput": "&&Ausgabe",
......
......@@ -62,6 +62,7 @@
"renderLineHighlight": "Steuert, wie der Editor die aktuelle Zeilenhervorhebung rendern soll. Mögliche Werte sind \"none\", \"gutter\", \"line\" und \"all\".",
"codeLens": "Steuert, ob der Editor CodeLenses anzeigt.",
"folding": "Steuert, ob für den Editor Codefaltung aktiviert ist.",
"hideFoldIcons": "Steuert, ob die Falt-Symbole an der Leiste automatisch ausgeblendet werden.",
"matchBrackets": "Übereinstimmende Klammern hervorheben, wenn eine davon ausgewählt wird.",
"glyphMargin": "Steuert, ob der Editor den vertikalen Glyphenrand rendert. Der Glyphenrand wird hauptsächlich zum Debuggen verwendet.",
"useTabStops": "Das Einfügen und Löschen von Leerzeichen folgt auf Tabstopps.",
......
/*---------------------------------------------------------------------------------------------
* 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.
{
"editorViewAccessibleLabel": "Editor-Inhalt"
}
\ No newline at end of file
......@@ -4,8 +4,5 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"showHover": "Hovern anzeigen",
"hoverHighlight": "Hervorhebung eines Worts, unter dem ein Mauszeiger angezeigt wird.",
"hoverBackground": "Background color of the editor hover.",
"hoverBorder": "Rahmenfarbe des Editor-Mauszeigers."
"showHover": "Hovern anzeigen"
}
\ No newline at end of file
......@@ -16,8 +16,6 @@
"peekViewTitleInfoForeground": "Farbe der Titelinformationen in der Peek-Ansicht.",
"peekViewBorder": "Farbe der Peek-Ansichtsränder und des Pfeils.",
"peekViewResultsBackground": "Hintergrundfarbe der Ergebnisliste in der Peek-Ansicht.",
"peekViewResultsMatchForeground": "Vordergrund für Übereinstimmungseinträge in der Ergebnisliste der Peek-Ansicht.",
"peekViewResultsFileForeground": "Vordergrund für Dateieinträge in der Ergebnisliste der Peek-Ansicht.",
"peekViewResultsSelectionBackground": "Hintergrundfarbe des ausgewählten Eintrags in der Ergebnisliste der Peek-Ansicht.",
"peekViewResultsSelectionForeground": "Vordergrundfarbe des ausgewählten Eintrags in der Ergebnisliste der Peek-Ansicht.",
"peekViewEditorBackground": "Hintergrundfarbe des Peek-Editors.",
......
......@@ -9,10 +9,8 @@
"editorSuggestWidgetForeground": "Vordergrundfarbe des Vorschlagswidgets.",
"editorSuggestWidgetSelectedBackground": "Hintergrundfarbe des ausgewählten Eintrags im Vorschlagswidget.",
"editorSuggestWidgetHighlightForeground": "Farbe der Trefferhervorhebung im Vorschlagswidget.",
"readMore": "Mehr anzeigen...{0}",
"suggestionWithDetailsAriaLabel": "{0}, Vorschlag, hat Details",
"suggestionAriaLabel": "{0}, Vorschlag",
"goback": "Zurück",
"suggestWidget.loading": "Wird geladen...",
"suggestWidget.noSuggestions": "Keine Vorschläge.",
"suggestionAriaAccepted": "{0}, angenommen",
......
......@@ -28,8 +28,6 @@
"listActiveSelectionBackground": "Hintergrundfarbe der Liste/Struktur für das ausgewählte Element, wenn die Liste/Struktur aktiv ist. Eine aktive Liste/Struktur hat Tastaturfokus, eine inaktive hingegen nicht.",
"listInactiveSelectionBackground": "Hintergrundfarbe der Liste/Struktur für das ausgewählte Element, wenn die Liste/Struktur inaktiv ist. Eine aktive Liste/Struktur hat Tastaturfokus, eine inaktive hingegen nicht.",
"listActiveSelectionForeground": "Vordergrundfarbe der Liste/Struktur für das ausgewählte Element, wenn die Liste/Struktur aktiv ist. Eine aktive Liste/Struktur hat Tastaturfokus, eine inaktive hingegen nicht.",
"listFocusAndSelectionBackground": "Hintergrundfarbe der Liste/Struktur für das fokussierte und ausgewählte Element, wenn die Liste/Struktur aktiv ist. Eine aktive Liste/Struktur hat Tastaturfokus, eine inaktive hingegen nicht. Diese Farbe hat Vorrang vor der individuellen Auswahl und den Fokusfarben.",
"listFocusAndSelectionForeground": "Vordergrundfarbe der Liste/Struktur für das fokussierte und ausgewählte Element, wenn die Liste/Struktur aktiv ist. Eine aktive Liste/Struktur hat Tastaturfokus, eine inaktive hingegen nicht. Diese Farbe hat Vorrang vor der individuellen Auswahl und den Fokusfarben.",
"listHoverBackground": "Hintergrund der Liste/Struktur, wenn mit der Maus auf Elemente gezeigt wird.",
"listDropBackground": "Drag & Drop-Hintergrund der Liste/Struktur, wenn Elemente mithilfe der Maus verschoben werden.",
"highlight": "Vordergrundfarbe der Liste/Struktur zur Trefferhervorhebung beim Suchen innerhalb der Liste/Struktur.",
......@@ -50,7 +48,9 @@
"editorFindMatch": "Farbe des aktuellen Suchergebnisses.",
"findMatchHighlight": "Farbe der anderen Suchtreffer.",
"findRangeHighlight": "Farbe des Bereichs zur Einschränkung der Suche.",
"hoverHighlight": "Hervorhebung eines Worts, unter dem ein Mauszeiger angezeigt wird.",
"hoverBackground": "Background color of the editor hover.",
"hoverBorder": "Rahmenfarbe des Editor-Mauszeigers.",
"activeLinkForeground": "Farbe der aktiven Links.",
"linkForeground": "Farbe der Links.",
"editorWidgetBackground": "Hintergrundfarbe von Editor-Widgets wie zum Beispiel Suchen/Ersetzen."
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{
"treeExplorer.notRegistered": "Es ist kein TreeExplorerNodeProvider mit ID \"{0}\" registriert.",
"treeExplorer.failedToProvideRootNode": "TreeExplorerNodeProvider \"{0}\" hat keinen Stammknoten bereitgestellt."
}
\ No newline at end of file
......@@ -7,7 +7,6 @@
"configureLocale": "Sprache konfigurieren",
"displayLanguage": "Definiert die Anzeigesprache von VSCode.",
"doc": "Unter {0} finden Sie eine Liste der unterstützten Sprachen.",
"restart": "Das Ändern des Werts erfordert einen Neustart von VSCode.",
"fail.createSettings": "{0} ({1}) kann nicht erstellt werden.",
"JsonSchema.locale": "Die zu verwendende Sprache der Benutzeroberfläche."
}
\ No newline at end of file
......@@ -4,19 +4,14 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"tabsContainerBackground": "Hintergrundfarbe der aktiven Registerkarte. Registerkarten sind die Container für Editors im Editorbereich. In einer Editorgruppe können mehrere Registerkarten geöffnet werden. Mehrere Editorgruppen können vorhanden sein.",
"tabActiveBackground": "Hintergrundfarbe der aktiven Registerkarte. Registerkarten sind die Container für Editors im Editorbereich. In einer Editorgruppe können mehrere Registerkarten geöffnet werden. Mehrere Editorgruppen können vorhanden sein.",
"tabInactiveBackground": "Hintergrundfarbe der inaktiven Registerkarte. Registerkarten sind die Container für Editors im Editorbereich. In einer Editorgruppe können mehrere Registerkarten geöffnet werden. Mehrere Editorgruppen können vorhanden sein.",
"tabBorder": "Rahmen zum Trennen von Registerkarten. Registerkarten sind die Container für Editoren im Editor-Bereich. In einer Editor-Gruppe können mehrere Registerkarten geöffnet werden. Mehrere Editor-Gruppen sind möglich.",
"tabActiveEditorGroupActiveForeground": "Vordergrundfarbe der aktiven Registerkarte in einer aktiven Gruppe. Registerkarten sind die Container für Editors im Editorbereich. In einer Editorgruppe können mehrere Registerkarten geöffnet werden. Mehrere Editorgruppen können vorhanden sein.",
"tabActiveEditorGroupInactiveForeground": "Vordergrundfarbe der aktiven Registerkarte in einer inaktiven Gruppe. Registerkarten sind die Container für Editors im Editorbereich. In einer Editorgruppe können mehrere Registerkarten geöffnet werden. Mehrere Editorgruppen können vorhanden sein.",
"tabInactiveEditorGroupActiveForeground": "Vordergrundfarbe der inaktiven Registerkarte in einer aktiven Gruppe. Registerkarten sind die Container für Editors im Editorbereich. In einer Editorgruppe können mehrere Registerkarten geöffnet werden. Mehrere Editorgruppen können vorhanden sein.",
"tabInactiveEditorGroupInactiveForeground": "Vordergrundfarbe der inaktiven Registerkarte in einer inaktiven Gruppe. Registerkarten sind die Container für Editors im Editorbereich. In einer Editorgruppe können mehrere Registerkarten geöffnet werden. Mehrere Editorgruppen können vorhanden sein.",
"editorGroupBackground": "Hintergrundfarbe einer Editor-Gruppe. Editor-Gruppen sind die Container der Editoren. Die Hintergrundfarbe wird beim Ziehen von Editoren angezeigt.",
"editorGroupHeaderBackground": "Hintergrundfarbe der Titelüberschrift des Editors, wenn die Registerkarten deaktiviert sind. Editor-Gruppen sind die Container der Editoren.",
"editorGroupBorder": "Farbe zum Trennen mehrerer Editor-Gruppen. Editor-Gruppen sind die Container der Editoren.",
"editorDragAndDropBackground": "Hintergrundfarbe beim Ziehen von Editoren.",
"editorMasterDetailsBorder": "Rahmenfarbe zum Trennen der Details der Masterseite für Editoren mit der Ansicht \"Nebeneinander\". Beispiele sind etwa Diff-Editoren und der Einstellungseditor.",
"panelBackground": "Hintergrundfarbe des Panels. Panels werden unter dem Editorbereich angezeigt und enthalten Ansichten wie die Ausgabe und das integrierte Terminal.",
"panelBorder": "Farbe des oberen Panelrahmens, der das Panel vom Editor abtrennt. Panels werden unter dem Editorbereich angezeigt und enthalten Ansichten wie die Ausgabe und das integrierten Terminal.",
"panelActiveTitleForeground": "Titelfarbe für den aktiven Bereich. Bereiche werden unter dem Editorbereich angezeigt und enthalten Ansichten wie Ausgabe und integriertes Terminal.",
......@@ -31,7 +26,6 @@
"statusBarProminentItemHoverBackground": "Hintergrundfarbe für markante Elemente der Statusleiste, wenn auf diese gezeigt wird. Markante Elemente sind im Vergleich zu anderen Statusleisteneinträgen hervorgehoben, um auf ihre Bedeutung hinzuweisen. Die Statusleiste wird unten im Fenster angezeigt.",
"activityBarBackground": "Hintergrundfarbe der Aktivitätsleiste. Die Aktivitätsleiste wird ganz links oder rechts angezeigt und ermöglicht das Wechseln zwischen verschiedenen Ansichten der Seitenleiste.",
"activityBarForeground": "Vordergrundfarbe der Aktivitätsleiste (z. B. für Symbole). Die Aktivitätsleiste wird ganz links oder rechts angezeigt und ermöglicht das Wechseln zwischen verschiedenen Ansichten der Seitenleiste.",
"activityBarDragAndDropBackground": "Drag Drop-Feedbackfarbe für Elemente der Aktivitätsleiste. Die Aktivitätsleiste wird ganz links oder ganz rechts angezeigt und ermöglicht den Wechsel zwischen Ansichten der Seitenleiste.",
"activityBarBadgeBackground": "Hintergrundfarbe für Aktivitätsinfobadge. Die Aktivitätsleiste wird ganz links oder ganz rechts angezeigt und ermöglicht den Wechsel zwischen Ansichten der Seitenleiste.",
"activityBarBadgeForeground": "Vordergrundfarbe für Aktivitätsinfobadge. Die Aktivitätsleiste wird ganz links oder ganz rechts angezeigt und ermöglicht den Wechsel zwischen Ansichten der Seitenleiste.",
"sideBarBackground": "Hintergrundfarbe der Seitenleiste. Die Seitenleiste ist der Container für Ansichten wie den Explorer und die Suche.",
......
......@@ -41,7 +41,6 @@
"window.newWindowDimensions.inherit": "Öffnet neue Fenster mit den gleichen Abmessungen wie das letzte aktive Fenster.",
"window.newWindowDimensions.maximized": "Öffnet neue Fenster maximiert.",
"window.newWindowDimensions.fullscreen": "Öffnet neue Fenster im Vollbildmodus.",
"newWindowDimensions": "Steuert die Abmessungen beim Öffnen eines neuen Fensters. Standardmäßig wird in der Mitte des Bildschirms ein neues Fenster mit kleinen Abmessungen geöffnet. Bei der Einstellung \"inherit\" erhält das Fenster die gleichen Abmessungen wie das letzte aktive Fenster. Bei der Einstellung \"maximized\" wird das Fenster maximiert geöffnet, und bei \"fullscreen\" wird es im Vollbildmodus geöffnet.",
"window.menuBarVisibility.default": "Das Menü ist nur im Vollbildmodus ausgeblendet.",
"window.menuBarVisibility.visible": "Das Menu wird immer angezeigt, auch im Vollbildmodus.",
"window.menuBarVisibility.toggle": "Das Menu ist ausgeblendet, kann aber mit der Alt-Taste angezeigt werden.",
......
/*---------------------------------------------------------------------------------------------
* 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.
{
"fileLinkMac": "Zum Öffnen klicken (CMD+KLICKEN für seitliche Anzeige)",
"fileLink": "Zum Öffnen klicken (STRG+KLICKEN für seitliche Anzeige)"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{
"internalConsoleOptions": "Steuert das Verhalten der internen Debugging-Konsole."
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{}
\ No newline at end of file
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册