diff --git a/build/gulpfile.hygiene.js b/build/gulpfile.hygiene.js index 13eca7726c2..ff6dbd3d8ae 100644 --- a/build/gulpfile.hygiene.js +++ b/build/gulpfile.hygiene.js @@ -207,7 +207,7 @@ if (require.main === module) { cp.exec('git config core.autocrlf', function (err, out) { var skipEOL = out.trim() === 'true'; - cp.exec('git diff --cached --name-only', function (err, out) { + cp.exec('git diff --cached --name-only', { maxBuffer: 2000 * 1024 }, function (err, out) { if (err) { console.error(); console.error(err); diff --git a/i18n/chs/extensions/typescript/package.i18n.json b/i18n/chs/extensions/typescript/package.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/extensions/typescript/package.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/base/browser/ui/actionbar/actionbar.i18n.json b/i18n/chs/src/vs/base/browser/ui/actionbar/actionbar.i18n.json new file mode 100644 index 00000000000..183d43b1ad7 --- /dev/null +++ b/i18n/chs/src/vs/base/browser/ui/actionbar/actionbar.i18n.json @@ -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. +{ + "actionBarAccessibleLabel": "操作栏", + "titleLabel": "{0} ({1})" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/base/browser/ui/aria/aria.i18n.json b/i18n/chs/src/vs/base/browser/ui/aria/aria.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/base/browser/ui/aria/aria.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/base/browser/ui/findinput/findInput.i18n.json b/i18n/chs/src/vs/base/browser/ui/findinput/findInput.i18n.json new file mode 100644 index 00000000000..8bedca33733 --- /dev/null +++ b/i18n/chs/src/vs/base/browser/ui/findinput/findInput.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "caseDescription": "区分大小写", + "defaultLabel": "输入", + "regexDescription": "使用正则表达式", + "wordsDescription": "全字匹配" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/base/browser/ui/inputbox/inputBox.i18n.json b/i18n/chs/src/vs/base/browser/ui/inputbox/inputBox.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/base/browser/ui/inputbox/inputBox.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/base/browser/ui/messagelist/messageList.i18n.json b/i18n/chs/src/vs/base/browser/ui/messagelist/messageList.i18n.json new file mode 100644 index 00000000000..6b9a0cf6d28 --- /dev/null +++ b/i18n/chs/src/vs/base/browser/ui/messagelist/messageList.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "close": "关闭", + "error": "错误", + "info": "信息", + "warning": "警告" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/base/browser/ui/resourceviewer/resourceViewer.i18n.json b/i18n/chs/src/vs/base/browser/ui/resourceviewer/resourceViewer.i18n.json new file mode 100644 index 00000000000..5f56e28112d --- /dev/null +++ b/i18n/chs/src/vs/base/browser/ui/resourceviewer/resourceViewer.i18n.json @@ -0,0 +1,12 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "clickToOpen": "单击以在新窗口中打开全尺寸图像", + "downloadBinary": "文件无法在编辑器中显示,因为它是二进制文件或使用不支持的文本编码。请单击以下链接,在浏览器中打开该文件或下载该文件:", + "missingAudioSupport": "抱歉,不支持音频文件播放。", + "missingVideoSupport": "抱歉,不支持视频文件播放。", + "nativeBinaryError": "文件无法在编辑器中显示,因为它是二进制文件、非常大或使用不支持的文本编码。" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/base/browser/ui/toolbar/toolbar.i18n.json b/i18n/chs/src/vs/base/browser/ui/toolbar/toolbar.i18n.json new file mode 100644 index 00000000000..b98312c5557 --- /dev/null +++ b/i18n/chs/src/vs/base/browser/ui/toolbar/toolbar.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "more": "更多" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/base/common/errors.i18n.json b/i18n/chs/src/vs/base/common/errors.i18n.json new file mode 100644 index 00000000000..36f4a9297cc --- /dev/null +++ b/i18n/chs/src/vs/base/common/errors.i18n.json @@ -0,0 +1,23 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "error.connection.unknown": "出现未知连接错误。您的 Internet 连接已断开,或者您连接的服务器已脱机。", + "error.connection.unknown.verbose": "未知连接错误 ({0})", + "error.defaultMessage": "出现未知错误。有关详细信息,请参阅日志。", + "error.http": "{0} (HTTP {1})", + "error.http.verbose": "{0} (HTTP {1}: {2})", + "error.permission": "权限被拒绝", + "error.permission.verbose": "权限被拒绝 (HTTP {0})", + "illegalArgumentError": "非法参数: {0}", + "illegalArgumentError2": "非法参数", + "illegalStateError": "非法状态: {0}", + "illegalStateError2": "非法状态", + "loaderError": "无法加载需要的文件。您的 Internet 连接已断开,或者您连接的服务器已脱机。请刷新浏览器并重试。", + "loaderErrorNative": "未能加载所需文件。请重启应用程序重试。详细信息: {0}", + "message": "{0}。错误代码: {1}", + "notImplementedError": "未实施", + "stackTrace.format": "{0}: {1}" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/base/common/json.i18n.json b/i18n/chs/src/vs/base/common/json.i18n.json new file mode 100644 index 00000000000..01e6bbf44d6 --- /dev/null +++ b/i18n/chs/src/vs/base/common/json.i18n.json @@ -0,0 +1,17 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "CloseBraceExpected": "需要右大括号", + "CloseBracketExpected": "需要右方括号", + "ColonExpected": "需要冒号", + "CommaExpected": "需要逗号", + "EOFExpected": "需要内容结尾", + "InvalidNumberFormat": "数字格式无效", + "PropertyExpected": "需要属性名", + "UnknownSymbol": "符号无效", + "ValeExpected": "需要值", + "ValueExpected": "需要值" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/base/common/keyCodes.i18n.json b/i18n/chs/src/vs/base/common/keyCodes.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/base/common/keyCodes.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/base/common/processes.i18n.json b/i18n/chs/src/vs/base/common/processes.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/base/common/processes.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/base/common/severity.i18n.json b/i18n/chs/src/vs/base/common/severity.i18n.json new file mode 100644 index 00000000000..db3981b4756 --- /dev/null +++ b/i18n/chs/src/vs/base/common/severity.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "sev.error": "错误", + "sev.info": "信息", + "sev.warning": "警告" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/base/common/strings.i18n.json b/i18n/chs/src/vs/base/common/strings.i18n.json new file mode 100644 index 00000000000..13406134d57 --- /dev/null +++ b/i18n/chs/src/vs/base/common/strings.i18n.json @@ -0,0 +1,22 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "diff.days": "{0} 天", + "diff.days.month": "一个月前", + "diff.days.verbose": "{0} 天前", + "diff.days.week": "一周前", + "diff.days.yesterday": "昨天", + "diff.hour.verbose": "1 小时前", + "diff.hours": "{0} 小时", + "diff.hours.verbose": "{0} 小时前", + "diff.minute.verbose": "1 分钟前", + "diff.minutes": "{0} 分钟", + "diff.minutes.verbose": "{0} 分钟前", + "diff.seconds": "{0} 秒", + "diff.seconds.verbose": "刚才", + "format.date": "{0}-{1}-{2} {3}:{4}:{5}", + "format.time": "{0}:{1}:{2}" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/base/node/processRunner.i18n.json b/i18n/chs/src/vs/base/node/processRunner.i18n.json new file mode 100644 index 00000000000..4b0e298bebc --- /dev/null +++ b/i18n/chs/src/vs/base/node/processRunner.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "TaskRunner.UNC": "无法对 UNC 驱动器执行 shell 命令。" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/base/node/processes.i18n.json b/i18n/chs/src/vs/base/node/processes.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/base/node/processes.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/base/node/zip.i18n.json b/i18n/chs/src/vs/base/node/zip.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/base/node/zip.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/base/parts/quickopen/browser/quickOpenModel.i18n.json b/i18n/chs/src/vs/base/parts/quickopen/browser/quickOpenModel.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/base/parts/quickopen/browser/quickOpenModel.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/base/parts/quickopen/browser/quickOpenWidget.i18n.json b/i18n/chs/src/vs/base/parts/quickopen/browser/quickOpenWidget.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/base/parts/quickopen/browser/quickOpenWidget.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/base/performance/timer.i18n.json b/i18n/chs/src/vs/base/performance/timer.i18n.json new file mode 100644 index 00000000000..9558a57dba9 --- /dev/null +++ b/i18n/chs/src/vs/base/performance/timer.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "startAfterStopError": "无法从一个已停止的计时器启动一个新的计时器。" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/base/ui/widgets/comboBox.i18n.json b/i18n/chs/src/vs/base/ui/widgets/comboBox.i18n.json new file mode 100644 index 00000000000..3f9fbad6dc3 --- /dev/null +++ b/i18n/chs/src/vs/base/ui/widgets/comboBox.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "empty": "&mdash;", + "error": "无法加载选项", + "loading": "正在加载 &hellip;" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/base/ui/widgets/credentials.i18n.json b/i18n/chs/src/vs/base/ui/widgets/credentials.i18n.json new file mode 100644 index 00000000000..e60185fb99e --- /dev/null +++ b/i18n/chs/src/vs/base/ui/widgets/credentials.i18n.json @@ -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. +{ + "cancel": "取消", + "credentialsRequired": "此 Git URL 要求你进行身份验证:", + "label.password": "密码", + "label.remember": "记住密码", + "label.username": "用户名", + "ok": "确定", + "rememberDisclaimerFullAccessibleText": "记住凭据。保存密码会将此信息存储在你的 Azure 网站中。这意味着,任何具有对你网站的 FTP 访问权限的用户都将能够检索你的密码。", + "rememberDisclaimerTooltip": "保存密码会将此信息存储在你的 Azure 网站中。这意味着,任何具有对你网站的 FTP 访问权限的用户都将能够检索你的密码。" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/browser/view/viewImpl.i18n.json b/i18n/chs/src/vs/editor/browser/view/viewImpl.i18n.json new file mode 100644 index 00000000000..9d5691d3e42 --- /dev/null +++ b/i18n/chs/src/vs/editor/browser/view/viewImpl.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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 diff --git a/i18n/chs/src/vs/editor/common/commonCodeEditor.i18n.json b/i18n/chs/src/vs/editor/common/commonCodeEditor.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/editor/common/commonCodeEditor.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/common/config/commonEditorConfig.i18n.json b/i18n/chs/src/vs/editor/common/config/commonEditorConfig.i18n.json new file mode 100644 index 00000000000..1b0fdb5b4b9 --- /dev/null +++ b/i18n/chs/src/vs/editor/common/config/commonEditorConfig.i18n.json @@ -0,0 +1,30 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "autoClosingBrackets": "控制编辑器是否应在打开括号后自动将其关闭", + "editorConfigurationTitle": "编辑器配置", + "fontFamily": "控制字体系列。", + "fontSize": "控制字体大小。", + "formatOnType": "控制编辑器是否应在键入后自动设置行的格式", + "glyphMargin": "控制字形边距的可见性", + "hideCursorInOverviewRuler": "控制光标是否应隐藏在概述标尺中。", + "insertSpaces": "控制编辑器是否将为选项卡插入空格。接受的值:“自动”、true、false。如果设置为“自动”,则会在打开文件时猜测值。", + "lineHeight": "控制行高。", + "lineNumbers": "控制行号的可见性", + "mouseWheelScrollSensitivity": "要对鼠标滚轮滚动事件的 \"deltaX\" 和 \"deltaY\" 使用的乘数 ", + "overviewRulerLanes": "控制可在概述标尺同一位置显示的效果数量", + "quickSuggestions": "控制键入时是否应显示快速建议", + "quickSuggestionsDelay": "控制延迟多少毫秒后将显示快速建议", + "referenceInfos": "控制编辑器是否显示支持它的模式的参考信息", + "renderWhitespace": "控制编辑器是否应呈现空白字符", + "roundedSelection": "控制选项是否有圆角", + "scrollBeyondLastLine": "控制编辑器是否将滚动超出最后一行", + "selectionHighlight": "控制编辑器是否应突出显示选项的近似匹配", + "suggestOnTriggerCharacters": "控制键入触发器字符时是否应自动显示建议", + "tabSize": "控制选项卡的呈现大小(以字符为单位)。接受的值:“自动”、2、4、6 等。如果设置为“自动”,则会在打开文件时猜测值。", + "wrappingColumn": "控制在多少个字符后编辑器会自动换到下一行。将其设置为 0 则将打开视区宽度换行 ", + "wrappingIndent": "控制换行的行的缩进。可以是“无”、“相同”或“缩进”。" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/common/config/defaultConfig.i18n.json b/i18n/chs/src/vs/editor/common/config/defaultConfig.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/editor/common/config/defaultConfig.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/common/controller/cursor.i18n.json b/i18n/chs/src/vs/editor/common/controller/cursor.i18n.json new file mode 100644 index 00000000000..8f4a734409e --- /dev/null +++ b/i18n/chs/src/vs/editor/common/controller/cursor.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "corrupt.commands": "执行命令时出现意外异常。" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/common/model/textModelWithTokens.i18n.json b/i18n/chs/src/vs/editor/common/model/textModelWithTokens.i18n.json new file mode 100644 index 00000000000..78434c3bc46 --- /dev/null +++ b/i18n/chs/src/vs/editor/common/model/textModelWithTokens.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "mode.tokenizationSupportFailed": "标记输入时模式失败。" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/common/services/bulkEdit.i18n.json b/i18n/chs/src/vs/editor/common/services/bulkEdit.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/editor/common/services/bulkEdit.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/common/services/modeServiceImpl.i18n.json b/i18n/chs/src/vs/editor/common/services/modeServiceImpl.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/editor/common/services/modeServiceImpl.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/contrib/accessibility/browser/accessibility.i18n.json b/i18n/chs/src/vs/editor/contrib/accessibility/browser/accessibility.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/editor/contrib/accessibility/browser/accessibility.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/contrib/clipboard/browser/clipboard.i18n.json b/i18n/chs/src/vs/editor/contrib/clipboard/browser/clipboard.i18n.json new file mode 100644 index 00000000000..b28bff20614 --- /dev/null +++ b/i18n/chs/src/vs/editor/contrib/clipboard/browser/clipboard.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "actions.clipboard.copyLabel": "复制", + "actions.clipboard.cutLabel": "剪切", + "actions.clipboard.pasteLabel": "粘贴" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/contrib/codelens/browser/codelens.i18n.json b/i18n/chs/src/vs/editor/contrib/codelens/browser/codelens.i18n.json new file mode 100644 index 00000000000..04db5ca80c1 --- /dev/null +++ b/i18n/chs/src/vs/editor/contrib/codelens/browser/codelens.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "n_references": "{0}&nbsp;个引用", + "one_reference": "1&nbsp;个引用", + "unknown_reference": "-&nbsp;引用" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/contrib/color/colorPicker.i18n.json b/i18n/chs/src/vs/editor/contrib/color/colorPicker.i18n.json new file mode 100644 index 00000000000..01754018379 --- /dev/null +++ b/i18n/chs/src/vs/editor/contrib/color/colorPicker.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "color.action.label": "颜色选取器操作" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/contrib/comment/common/comment.i18n.json b/i18n/chs/src/vs/editor/contrib/comment/common/comment.i18n.json new file mode 100644 index 00000000000..ce9731e8e29 --- /dev/null +++ b/i18n/chs/src/vs/editor/contrib/comment/common/comment.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "comment.block": "切换块注释", + "comment.line": "切换行注释", + "comment.line.add": "添加行注释", + "comment.line.remove": "删除行注释" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/contrib/contextmenu/browser/contextmenu.i18n.json b/i18n/chs/src/vs/editor/contrib/contextmenu/browser/contextmenu.i18n.json new file mode 100644 index 00000000000..73baa574779 --- /dev/null +++ b/i18n/chs/src/vs/editor/contrib/contextmenu/browser/contextmenu.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "action.showContextMenu.label": "显示编辑器上下文菜单" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/contrib/defineKeybinding/browser/defineKeybinding.i18n.json b/i18n/chs/src/vs/editor/contrib/defineKeybinding/browser/defineKeybinding.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/editor/contrib/defineKeybinding/browser/defineKeybinding.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/contrib/find/browser/find.i18n.json b/i18n/chs/src/vs/editor/contrib/find/browser/find.i18n.json new file mode 100644 index 00000000000..13de256bac1 --- /dev/null +++ b/i18n/chs/src/vs/editor/contrib/find/browser/find.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "addSelectionToNextFindMatch": "将选择添加到下一个查找匹配项", + "findNextMatchAction": "查找下一个", + "findPreviousMatchAction": "查找上一个", + "moveSelectionToNextFindMatch": "将上次选择移动到下一个查找匹配项", + "selectAllOccurencesOfFindMatch": "选择所有找到的查找匹配项", + "startFindAction": "查找", + "startReplace": "替换" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/contrib/find/browser/findWidget.i18n.json b/i18n/chs/src/vs/editor/contrib/find/browser/findWidget.i18n.json new file mode 100644 index 00000000000..5d35141f8c3 --- /dev/null +++ b/i18n/chs/src/vs/editor/contrib/find/browser/findWidget.i18n.json @@ -0,0 +1,18 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "label.closeButton": "关闭 (退出)", + "label.find": "查找", + "label.nextMatchButton": "下一个匹配(F3)", + "label.previousMatchButton": "上一个匹配(Shift+F3)", + "label.replace": "替换", + "label.replaceAllButton": "全部替换", + "label.replaceButton": "替换", + "label.toggleReplaceButton": "切换替换模式", + "label.toggleSelectionFind": "在选定内容中查找", + "placeholder.find": "查找", + "placeholder.replace": "替换" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/contrib/find/common/findController.i18n.json b/i18n/chs/src/vs/editor/contrib/find/common/findController.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/editor/contrib/find/common/findController.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/contrib/find2/find.i18n.json b/i18n/chs/src/vs/editor/contrib/find2/find.i18n.json new file mode 100644 index 00000000000..9ed091103f3 --- /dev/null +++ b/i18n/chs/src/vs/editor/contrib/find2/find.i18n.json @@ -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. +{ + "disableSelectionFindAction": "启用在选定内容中查找", + "enableSelectionFindAction": "启用在选定内容中查找", + "findNextMatchAction": "查找下一个", + "findPreviousMatchAction": "查找上一个", + "replace.replaceAll": "替换所有实例", + "replace.replaceThis": "替换该实例", + "startFindAction": "查找", + "startReplace": "替换" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/contrib/find2/findInput/findInput.i18n.json b/i18n/chs/src/vs/editor/contrib/find2/findInput/findInput.i18n.json new file mode 100644 index 00000000000..8bedca33733 --- /dev/null +++ b/i18n/chs/src/vs/editor/contrib/find2/findInput/findInput.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "caseDescription": "区分大小写", + "defaultLabel": "输入", + "regexDescription": "使用正则表达式", + "wordsDescription": "全字匹配" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/contrib/find2/findWidget/findWidget.i18n.json b/i18n/chs/src/vs/editor/contrib/find2/findWidget/findWidget.i18n.json new file mode 100644 index 00000000000..a726fb1492c --- /dev/null +++ b/i18n/chs/src/vs/editor/contrib/find2/findWidget/findWidget.i18n.json @@ -0,0 +1,18 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "label.closeButton": "关闭(退出)", + "label.find": "查找", + "label.nextMatchButton": "下一个匹配(F3)", + "label.previousMatchButton": "上一个匹配(Shift+F3)", + "label.replace": "替换", + "label.replaceAllButton": "全部替换", + "label.replaceButton": "替换", + "label.toggleReplaceButton": "切换替换模式", + "label.toggleSelectionFind": "在选定内容中查找", + "placeholder.find": "查找", + "placeholder.replace": "替换" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/contrib/folding/browser/folding.i18n.json b/i18n/chs/src/vs/editor/contrib/folding/browser/folding.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/editor/contrib/folding/browser/folding.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/contrib/format/common/format.i18n.json b/i18n/chs/src/vs/editor/contrib/format/common/format.i18n.json new file mode 100644 index 00000000000..3ec5cd9442e --- /dev/null +++ b/i18n/chs/src/vs/editor/contrib/format/common/format.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "formatAction.label": "格式代码" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/contrib/format/common/formatActions.i18n.json b/i18n/chs/src/vs/editor/contrib/format/common/formatActions.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/editor/contrib/format/common/formatActions.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json b/i18n/chs/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json new file mode 100644 index 00000000000..1123ca59ba9 --- /dev/null +++ b/i18n/chs/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "actions.goToDecl.label": "转到定义", + "actions.gotoTypeDecl.label": "转到类型定义", + "actions.previewDecl.label": "查看定义", + "peekView.alternateTitle": "声明" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/contrib/gotoError/browser/gotoError.i18n.json b/i18n/chs/src/vs/editor/contrib/gotoError/browser/gotoError.i18n.json new file mode 100644 index 00000000000..480732ef883 --- /dev/null +++ b/i18n/chs/src/vs/editor/contrib/gotoError/browser/gotoError.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "markerAction.next.label": "转到下一个错误或警告", + "markerAction.previous.label": "转到上一个错误或警告", + "quickfix.multiple.label": "建议的修正:", + "quickfix.single.label": "建议的修正:" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/contrib/hover/browser/hover.i18n.json b/i18n/chs/src/vs/editor/contrib/hover/browser/hover.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/editor/contrib/hover/browser/hover.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/contrib/hover/browser/modesContentHover.i18n.json b/i18n/chs/src/vs/editor/contrib/hover/browser/modesContentHover.i18n.json new file mode 100644 index 00000000000..f37c4060b5b --- /dev/null +++ b/i18n/chs/src/vs/editor/contrib/hover/browser/modesContentHover.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "modesContentHover.loading": "正在加载..." +} \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/contrib/inEditorActions/inEditorActions.i18n.json b/i18n/chs/src/vs/editor/contrib/inEditorActions/inEditorActions.i18n.json new file mode 100644 index 00000000000..715937e2d11 --- /dev/null +++ b/i18n/chs/src/vs/editor/contrib/inEditorActions/inEditorActions.i18n.json @@ -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. +{ + "editorActionArrowAccessibleLabel": "打开编辑器操作", + "ineditor.menu.keybinding": "{0} ({1})" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/contrib/inPlaceReplace/common/inPlaceReplace.i18n.json b/i18n/chs/src/vs/editor/contrib/inPlaceReplace/common/inPlaceReplace.i18n.json new file mode 100644 index 00000000000..85488250dd7 --- /dev/null +++ b/i18n/chs/src/vs/editor/contrib/inPlaceReplace/common/inPlaceReplace.i18n.json @@ -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. +{ + "InPlaceReplaceAction.next.label": "替换为下一个值", + "InPlaceReplaceAction.previous.label": "替换为上一个值" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/contrib/indentation/common/indentation.i18n.json b/i18n/chs/src/vs/editor/contrib/indentation/common/indentation.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/editor/contrib/indentation/common/indentation.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/contrib/linesOperations/common/linesOperations.i18n.json b/i18n/chs/src/vs/editor/contrib/linesOperations/common/linesOperations.i18n.json new file mode 100644 index 00000000000..4959334d465 --- /dev/null +++ b/i18n/chs/src/vs/editor/contrib/linesOperations/common/linesOperations.i18n.json @@ -0,0 +1,17 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "lines.copyDown": "向下复制行", + "lines.copyUp": "向上复制行", + "lines.delete": "删除行", + "lines.indent": "行缩进", + "lines.insertAfter": "在下面插入行", + "lines.insertBefore": "在上面插入行", + "lines.moveDown": "向下移动行", + "lines.moveUp": "向上移动行", + "lines.outdent": "行减少缩进", + "lines.trimTrailingWhitespace": "裁剪尾随空格" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/contrib/links/browser/links.i18n.json b/i18n/chs/src/vs/editor/contrib/links/browser/links.i18n.json new file mode 100644 index 00000000000..ab1da401e39 --- /dev/null +++ b/i18n/chs/src/vs/editor/contrib/links/browser/links.i18n.json @@ -0,0 +1,12 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "label": "打开链接", + "links.navigate": "Ctrl + 单击以跟踪链接", + "links.navigate.editor": "Ctrl + 单击以打开(Ctrl + Alt + 单击以打开到侧边)", + "links.navigate.editor.mac": "Cmd + 单击以打开(Cmd + 选项 + 单击以打开到侧边)", + "links.navigate.mac": "Cmd + 单击以跟踪链接" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json b/i18n/chs/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json new file mode 100644 index 00000000000..5a3e7dad77d --- /dev/null +++ b/i18n/chs/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json @@ -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. +{ + "mutlicursor.insertAbove": "在上面插入光标", + "mutlicursor.insertBelow": "在下面插入光标" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/contrib/parameterHints/browser/parameterHints.i18n.json b/i18n/chs/src/vs/editor/contrib/parameterHints/browser/parameterHints.i18n.json new file mode 100644 index 00000000000..af6d0f3a465 --- /dev/null +++ b/i18n/chs/src/vs/editor/contrib/parameterHints/browser/parameterHints.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "parameterHints.trigger.label": "触发参数提示" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/contrib/quickFix/browser/quickFix.i18n.json b/i18n/chs/src/vs/editor/contrib/quickFix/browser/quickFix.i18n.json new file mode 100644 index 00000000000..8aacced2d57 --- /dev/null +++ b/i18n/chs/src/vs/editor/contrib/quickFix/browser/quickFix.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "quickfix.trigger.label": "快速修复" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/contrib/quickFix/browser/quickFixSelectionWidget.i18n.json b/i18n/chs/src/vs/editor/contrib/quickFix/browser/quickFixSelectionWidget.i18n.json new file mode 100644 index 00000000000..d8b5b6aae18 --- /dev/null +++ b/i18n/chs/src/vs/editor/contrib/quickFix/browser/quickFixSelectionWidget.i18n.json @@ -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. +{ + "QuickFixSelectionWidget.loading": "正在加载...", + "QuickFixSelectionWidget.noSuggestions": "无修复建议。" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/contrib/quickOpen/browser/gotoLine.contribution.i18n.json b/i18n/chs/src/vs/editor/contrib/quickOpen/browser/gotoLine.contribution.i18n.json new file mode 100644 index 00000000000..edb7754898d --- /dev/null +++ b/i18n/chs/src/vs/editor/contrib/quickOpen/browser/gotoLine.contribution.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "label": "转到行..." +} \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/contrib/quickOpen/browser/gotoLine.i18n.json b/i18n/chs/src/vs/editor/contrib/quickOpen/browser/gotoLine.i18n.json new file mode 100644 index 00000000000..f59f50a904e --- /dev/null +++ b/i18n/chs/src/vs/editor/contrib/quickOpen/browser/gotoLine.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "GotoLineAction.label": "转到行...", + "gotoLineActionInput": "输入行号,后跟可选的冒号以及要导航到的列号", + "gotoLineLabelEmptyWithLineAndColumnLimit": "输入要导航到的介于 1 到 {0} 之间的列", + "gotoLineLabelEmptyWithLineLimit": "输入要导航到的介于 1 到 {0} 之间的行号", + "gotoLineLabelValidLine": "转到行 {0}", + "gotoLineLabelValidLineAndColumn": "转到行 {0} 和列 {1}" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/contrib/quickOpen/browser/quickCommand.contribution.i18n.json b/i18n/chs/src/vs/editor/contrib/quickOpen/browser/quickCommand.contribution.i18n.json new file mode 100644 index 00000000000..499e42404d0 --- /dev/null +++ b/i18n/chs/src/vs/editor/contrib/quickOpen/browser/quickCommand.contribution.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "label": "命令面板" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/contrib/quickOpen/browser/quickCommand.i18n.json b/i18n/chs/src/vs/editor/contrib/quickOpen/browser/quickCommand.i18n.json new file mode 100644 index 00000000000..3828245e56b --- /dev/null +++ b/i18n/chs/src/vs/editor/contrib/quickOpen/browser/quickCommand.i18n.json @@ -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. +{ + "QuickCommandAction.label": "命令面板", + "quickCommandActionInput": "输入你想要执行的操作的名称" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/contrib/quickOpen/browser/quickOutline.contribution.i18n.json b/i18n/chs/src/vs/editor/contrib/quickOpen/browser/quickOutline.contribution.i18n.json new file mode 100644 index 00000000000..a2da59fe212 --- /dev/null +++ b/i18n/chs/src/vs/editor/contrib/quickOpen/browser/quickOutline.contribution.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "label": "转到符号..." +} \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/contrib/quickOpen/browser/quickOutline.i18n.json b/i18n/chs/src/vs/editor/contrib/quickOpen/browser/quickOutline.i18n.json new file mode 100644 index 00000000000..7fc73b54c07 --- /dev/null +++ b/i18n/chs/src/vs/editor/contrib/quickOpen/browser/quickOutline.i18n.json @@ -0,0 +1,20 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "QuickOutlineAction.label": "转到符号...", + "_constructor": "构造函数({0})", + "call": "调用({0})", + "class": "类({0})", + "function": "函数({0})", + "interface": "接口({0})", + "method": "方法({0})", + "modules": "模块({0})", + "property": "属性({0})", + "quickOutlineActionInput": "输入你想要导航到的标识符的名称", + "symbols": "符号({0})", + "variable": "变量({0})", + "variable2": "变量({0})" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/contrib/referenceSearch/browser/referenceSearch.i18n.json b/i18n/chs/src/vs/editor/contrib/referenceSearch/browser/referenceSearch.i18n.json new file mode 100644 index 00000000000..88bec9e8da7 --- /dev/null +++ b/i18n/chs/src/vs/editor/contrib/referenceSearch/browser/referenceSearch.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "labelLoading": "正在加载...", + "noResults": "无结果", + "references.action.label": "查找所有引用", + "references.action.name": "显示引用" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/contrib/referenceSearch/browser/referenceSearchWidget.i18n.json b/i18n/chs/src/vs/editor/contrib/referenceSearch/browser/referenceSearchWidget.i18n.json new file mode 100644 index 00000000000..fb14d314cca --- /dev/null +++ b/i18n/chs/src/vs/editor/contrib/referenceSearch/browser/referenceSearchWidget.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "missingPreviewMessage": "无可用预览", + "peekView.alternateTitle": "引用", + "referenceCount": "{0} 个引用", + "referencesCount": "{0} 个引用" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/contrib/rename/browser/bulkEdit.i18n.json b/i18n/chs/src/vs/editor/contrib/rename/browser/bulkEdit.i18n.json new file mode 100644 index 00000000000..4a8432a9baf --- /dev/null +++ b/i18n/chs/src/vs/editor/contrib/rename/browser/bulkEdit.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "conflict": "这些文件也已同时更改: {0}" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/contrib/rename/browser/rename.i18n.json b/i18n/chs/src/vs/editor/contrib/rename/browser/rename.i18n.json new file mode 100644 index 00000000000..1608c680adb --- /dev/null +++ b/i18n/chs/src/vs/editor/contrib/rename/browser/rename.i18n.json @@ -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. +{ + "changeAll.label": "更改所有事件", + "rename.error.multiplefile": "对不起,但是还不能对用于多个文件的符号执行重命名。" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/contrib/rename/browser/rename2.i18n.json b/i18n/chs/src/vs/editor/contrib/rename/browser/rename2.i18n.json new file mode 100644 index 00000000000..c1568701ce6 --- /dev/null +++ b/i18n/chs/src/vs/editor/contrib/rename/browser/rename2.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "conflict": "这些文件也已同时更改: {0}", + "missing.support": "无法运行重命名", + "no result": "无结果。", + "rename.label": "重命名符号" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/contrib/rename/browser/renameModel.i18n.json b/i18n/chs/src/vs/editor/contrib/rename/browser/renameModel.i18n.json new file mode 100644 index 00000000000..ec5f3a01190 --- /dev/null +++ b/i18n/chs/src/vs/editor/contrib/rename/browser/renameModel.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "cannotLoadFile": "无法加载文件 {0}" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/contrib/rename/common/rename.i18n.json b/i18n/chs/src/vs/editor/contrib/rename/common/rename.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/editor/contrib/rename/common/rename.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/contrib/smartSelect/common/jumpToBracket.i18n.json b/i18n/chs/src/vs/editor/contrib/smartSelect/common/jumpToBracket.i18n.json new file mode 100644 index 00000000000..e6089cc95a1 --- /dev/null +++ b/i18n/chs/src/vs/editor/contrib/smartSelect/common/jumpToBracket.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "smartSelect.jumpBracket": "转到括号" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/contrib/smartSelect/common/smartSelect.i18n.json b/i18n/chs/src/vs/editor/contrib/smartSelect/common/smartSelect.i18n.json new file mode 100644 index 00000000000..6109b7602b0 --- /dev/null +++ b/i18n/chs/src/vs/editor/contrib/smartSelect/common/smartSelect.i18n.json @@ -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. +{ + "smartSelect.grow": "扩大选择", + "smartSelect.shrink": "缩小选择" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/contrib/suggest/browser/suggest.i18n.json b/i18n/chs/src/vs/editor/contrib/suggest/browser/suggest.i18n.json new file mode 100644 index 00000000000..2f25ac54821 --- /dev/null +++ b/i18n/chs/src/vs/editor/contrib/suggest/browser/suggest.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "suggest.trigger.label": "触发建议" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/contrib/suggest/browser/suggestWidget.i18n.json b/i18n/chs/src/vs/editor/contrib/suggest/browser/suggestWidget.i18n.json new file mode 100644 index 00000000000..df7bdc306ec --- /dev/null +++ b/i18n/chs/src/vs/editor/contrib/suggest/browser/suggestWidget.i18n.json @@ -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. +{ + "suggestWidget.loading": "正在加载...", + "suggestWidget.noSuggestions": "无建议。" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/contrib/toggleTabFocusMode/common/toggleTabFocusMode.i18n.json b/i18n/chs/src/vs/editor/contrib/toggleTabFocusMode/common/toggleTabFocusMode.i18n.json new file mode 100644 index 00000000000..2db56859a73 --- /dev/null +++ b/i18n/chs/src/vs/editor/contrib/toggleTabFocusMode/common/toggleTabFocusMode.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "toggle.tabfocusmode": "切换使用 Tab 键,设置焦点" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/contrib/toggleWordWrap/common/toggleWordWrap.i18n.json b/i18n/chs/src/vs/editor/contrib/toggleWordWrap/common/toggleWordWrap.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/editor/contrib/toggleWordWrap/common/toggleWordWrap.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/contrib/zoneWidget/browser/peekViewWidget.i18n.json b/i18n/chs/src/vs/editor/contrib/zoneWidget/browser/peekViewWidget.i18n.json new file mode 100644 index 00000000000..3ebf52a28ce --- /dev/null +++ b/i18n/chs/src/vs/editor/contrib/zoneWidget/browser/peekViewWidget.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "label.close": "关闭" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/node/languageConfiguration.i18n.json b/i18n/chs/src/vs/editor/node/languageConfiguration.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/editor/node/languageConfiguration.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/node/textMate/TMSnippets.i18n.json b/i18n/chs/src/vs/editor/node/textMate/TMSnippets.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/editor/node/textMate/TMSnippets.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/node/textMate/TMSyntax.i18n.json b/i18n/chs/src/vs/editor/node/textMate/TMSyntax.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/editor/node/textMate/TMSyntax.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/languages/csharp/browser/ui/statusIcon.i18n.json b/i18n/chs/src/vs/languages/csharp/browser/ui/statusIcon.i18n.json new file mode 100644 index 00000000000..dad8405b384 --- /dev/null +++ b/i18n/chs/src/vs/languages/csharp/browser/ui/statusIcon.i18n.json @@ -0,0 +1,21 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "changeProject": "更改项目...", + "projectsLabel.noProject": "无项目", + "projectsLabel.project": "1 个项目", + "projectsLabel.projects": "{0} 个项目", + "projectsLabel.selectSolutionPathOrFolder": "选取项目", + "selectProject": "选择项目", + "selectProjectOrSolutionOrFolder": "选择项目", + "selectSolution": "选取项目", + "status.error": "Omnisharp 遇到错误。请检查控制台以了解更多信息。", + "status.packageRestore": "正在还原包...", + "status.started": "Omnisharp 正在运行", + "status.starting": "Omnisharp 正在启动...", + "status.unknown": "Omnisharp 状态未知", + "titleStarted": "所选项目:“{0}”" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/languages/csharp/common/commandSupport.i18n.json b/i18n/chs/src/vs/languages/csharp/common/commandSupport.i18n.json new file mode 100644 index 00000000000..12726af21dd --- /dev/null +++ b/i18n/chs/src/vs/languages/csharp/common/commandSupport.i18n.json @@ -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. +{ + "category.label.dnx": "dnx", + "category.label.dnx.restore": "dnx", + "category.label.k": "k", + "category.label.k.restore": "k", + "command.gone": "该命令不再可用。", + "exec.label": "{0} - ({1}, {2})", + "restore.label.dnu": "dnu 还原 - ({0})", + "restore.label.k": "kpm 还原 - ({0})" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/languages/csharp/common/projectStatus.i18n.json b/i18n/chs/src/vs/languages/csharp/common/projectStatus.i18n.json new file mode 100644 index 00000000000..22c6ab45fc2 --- /dev/null +++ b/i18n/chs/src/vs/languages/csharp/common/projectStatus.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "cancel": "取消", + "close": "关闭", + "message": "某些项目在加载时遇到问题。请查看输出以获取详细信息。", + "restore": "还原", + "restore.error": "未能执行还原,尝试为 {0} 手动运行“dnu 还原”。", + "showOutput": "显示输出", + "unresolvedDependencies": "“{0}”中有未解析的依赖关系。请执行还原命令以继续。" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/languages/csharp/common/restartOmnisharpAction.i18n.json b/i18n/chs/src/vs/languages/csharp/common/restartOmnisharpAction.i18n.json new file mode 100644 index 00000000000..2c1a03534f0 --- /dev/null +++ b/i18n/chs/src/vs/languages/csharp/common/restartOmnisharpAction.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "label": "重新启动 Omnisharp 服务器" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/languages/csharp/features/diagnosticsSupport.i18n.json b/i18n/chs/src/vs/languages/csharp/features/diagnosticsSupport.i18n.json new file mode 100644 index 00000000000..01d3b2b962d --- /dev/null +++ b/i18n/chs/src/vs/languages/csharp/features/diagnosticsSupport.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "csharp.diagnostics": "{0} [{1}]" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/languages/csharp/features/suggestSupport.i18n.json b/i18n/chs/src/vs/languages/csharp/features/suggestSupport.i18n.json new file mode 100644 index 00000000000..5f52c997335 --- /dev/null +++ b/i18n/chs/src/vs/languages/csharp/features/suggestSupport.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "overload_label": "{0} (+ {1} 重载)" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/languages/csharp/k/execution.i18n.json b/i18n/chs/src/vs/languages/csharp/k/execution.i18n.json new file mode 100644 index 00000000000..fd1011d4add --- /dev/null +++ b/i18n/chs/src/vs/languages/csharp/k/execution.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "exec.label": "k: {0}/{1} ({2})" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/languages/css/common/css.contribution.i18n.json b/i18n/chs/src/vs/languages/css/common/css.contribution.i18n.json new file mode 100644 index 00000000000..8c97da35995 --- /dev/null +++ b/i18n/chs/src/vs/languages/css/common/css.contribution.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "cssConfigurationDescription": "这用于配置 CSS 语言。", + "cssConfigurationTitle": "CSS 配置", + "lint": "控制 lint 验证中使用的问题严重性。", + "validationSettings": "控制 CSS 验证的工作方式。" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/languages/css/common/cssWorker.i18n.json b/i18n/chs/src/vs/languages/css/common/cssWorker.i18n.json new file mode 100644 index 00000000000..f0be6a87468 --- /dev/null +++ b/i18n/chs/src/vs/languages/css/common/cssWorker.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "css.quickfix.rename": "重命名为“{0}”", + "literal.fontface": "@font-face", + "literal.keyframes": "@keyframes {0}" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/languages/css/common/parser/cssErrors.i18n.json b/i18n/chs/src/vs/languages/css/common/parser/cssErrors.i18n.json new file mode 100644 index 00000000000..621cffa2813 --- /dev/null +++ b/i18n/chs/src/vs/languages/css/common/parser/cssErrors.i18n.json @@ -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. +{ + "expected.colon": "应输入冒号", + "expected.comma": "应输入逗号", + "expected.condt": "应输入条件", + "expected.dot": "应输入圆点", + "expected.expression": "应输入表达式", + "expected.ident": "应输入标识符", + "expected.lcurly": "应输入 {", + "expected.lparen": "应输入 (", + "expected.lsquare": "应输入 [", + "expected.number": "应输入数字", + "expected.operator": "应输入运算符", + "expected.pagedirordecl": "应输入页面指令或声明", + "expected.percentage": "应输入百分比", + "expected.propvalue": "应输入属性值", + "expected.rcurly": "应输入 }", + "expected.rparent": "应输入 )", + "expected.rsquare": "应输入 ]", + "expected.ruleorselector": "应输入 at-rule 或选择器", + "expected.selector": "应输入选择器", + "expected.semicolon": "应输入分号", + "expected.stringliteral": "应输入字面字符串", + "expected.term": "应输入术语", + "expected.uri": "应输入 URI", + "expected.uriorstring": "应输入 uri 或字符串", + "expected.varname": "应输入变量名", + "expected.varvalue": "应输入变量值", + "unknown.atrule": "未知 at-rule", + "unknown.keyword": "未知关键字" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/languages/css/common/services/intelliSense.i18n.json b/i18n/chs/src/vs/languages/css/common/services/intelliSense.i18n.json new file mode 100644 index 00000000000..4820d759dab --- /dev/null +++ b/i18n/chs/src/vs/languages/css/common/services/intelliSense.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "css.builtin.hsl": "使用色调、饱和度和亮度值创建颜色。", + "css.builtin.hsla": "使用色调、饱和度、亮度和 Alpha 值创建颜色。", + "css.builtin.rgb": "使用红色、绿色和蓝色值创建颜色。", + "css.builtin.rgba": "使用红色、绿色、蓝色和 Alpha 值创建颜色。" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/languages/css/common/services/lint.i18n.json b/i18n/chs/src/vs/languages/css/common/services/lint.i18n.json new file mode 100644 index 00000000000..33bef197372 --- /dev/null +++ b/i18n/chs/src/vs/languages/css/common/services/lint.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "keyframes.standardrule.missing": "定义关键帧时始终定义标准规则 \"@keyframes\"。", + "keyframes.vendorspecific.missing": "始终包括所有供应商特定规则: 缺少: {0}", + "namelist.concatenated": "{0},“{1}”", + "namelist.single": "“{0}”", + "property.standard.missing": "还应定义兼容性的标准属性“{0}”", + "property.vendorspecific.missing": "始终包括所有供应商特定属性: 缺少: {0}" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/languages/css/common/services/lintRules.i18n.json b/i18n/chs/src/vs/languages/css/common/services/lintRules.i18n.json new file mode 100644 index 00000000000..c08e8523656 --- /dev/null +++ b/i18n/chs/src/vs/languages/css/common/services/lintRules.i18n.json @@ -0,0 +1,25 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "rule.avoidFloat": "避免使用“float”。浮动会带来脆弱的 CSS,如果布局的某一方面更改,将很容易破坏 CSS。", + "rule.avoidIdSelector": "选择器不应包含 ID,因为这些规则与 HTML 的耦合过于紧密。", + "rule.avoidImportant": "避免使用 !important。它表明整个 CSS 的特异性已经失去控制且需要重构。", + "rule.colorFunction": "参数数量无效", + "rule.duplicateDeclarations": "不要使用重复的样式定义", + "rule.emptyRuleSets": "不要使用空规则集", + "rule.fontFaceProperties": "@font-face 规则必须定义 \"src\" 和 \"font-family\" 属性", + "rule.hexColor": "十六进制颜色必须由三个或六个十六进制数字组成", + "rule.ieHack": "仅当支持 IE7 及更低版本时,才需要 IE hack", + "rule.importDirective": "Import 语句不会并行加载", + "rule.propertyIgnoredDueToDisplay": "因显示而忽略属性。例如,使用 \"display: inline\"时,宽度、高度、上边距、下边距和 float 属性将不起作用", + "rule.standardvendorprefix.all": "使用供应商特定前缀时,还应包括标准属性", + "rule.universalSelector": "已知通配选择符 (*) 慢", + "rule.unknownProperty": "未知的属性。", + "rule.unknownVendorSpecificProperty": "未知的供应商特定属性。", + "rule.vendorprefixes.all": "使用供应商特定前缀时,确保同时包括所有其他供应商特定属性", + "rule.withHeightAndBorderPadding": "使用边距或边框时,不要使用宽度或高度", + "rule.zeroWidthUnit": "零不需要单位" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/languages/css/cssSnippets.i18n.json b/i18n/chs/src/vs/languages/css/cssSnippets.i18n.json new file mode 100644 index 00000000000..28db11c5f8f --- /dev/null +++ b/i18n/chs/src/vs/languages/css/cssSnippets.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "transition.snippet": "跨浏览器的过渡属性" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/languages/html/common/htmlTags.i18n.json b/i18n/chs/src/vs/languages/html/common/htmlTags.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/languages/html/common/htmlTags.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/languages/html/htmlSnippets.i18n.json b/i18n/chs/src/vs/languages/html/htmlSnippets.i18n.json new file mode 100644 index 00000000000..738ed6ab419 --- /dev/null +++ b/i18n/chs/src/vs/languages/html/htmlSnippets.i18n.json @@ -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. +{ + "html.snippet": "简单 HTML5 起始点", + "img.snippet": "一个图像", + "javascriptlink.snippet": "插入到外部 Javascript 文件的链接", + "link.snippet": "链接", + "ol.snippet": "一个小型有序列表", + "stylesheetlink.snippet": "插入到样式表的链接", + "table.snippet": "一个基本表起始点", + "ul.snippet": "一个小型无序列表" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/languages/javascript/common/javascript.contribution.i18n.json b/i18n/chs/src/vs/languages/javascript/common/javascript.contribution.i18n.json new file mode 100644 index 00000000000..650338e6492 --- /dev/null +++ b/i18n/chs/src/vs/languages/javascript/common/javascript.contribution.i18n.json @@ -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. +{ + "allwaysAllWords": "始终包含当前文档的所有内容。", + "compilationSettings": "控制 JavaScript 验证如何运行。", + "jsConfigurationTitle": "JavaScript 配置", + "lint": "控制验证的各个方面。", + "lint.comparisonOperatorsNotStrict": "使用“!==”和“===”,而不使用“!=”和“==”。", + "lint.curlyBracketsMustNotBeOmitted": "不要省略花括号。", + "lint.emptyBlocksWithoutComment": "空白块应有注释。", + "lint.forcedTypeConversion": "请勿通过分配重新声明某个变量。", + "lint.functionsInsideLoops": "循环中的函数。", + "lint.missingSemicolon": "缺少分号。", + "lint.mixedTypesArithmetics": "仅对算术运算使用数字。", + "lint.newOnLowercaseFunctions": "用作构造函数的具有小写名称的函数。", + "lint.newOnReturningFunctions": "用作构造函数的具有 return 语句的函数。", + "lint.parametersDontMatchSignature": "参数与函数签名不匹配", + "lint.primitivesInInstanceOf": "请勿使用具有基元类型的 instanceof。", + "lint.redeclaredVariables": "请勿重新声明变量并更改其类型。", + "lint.semicolonsInsteadOfBlocks": "分号而不是块。", + "lint.tripleSlashReferenceAlike": "查找输入错误的三斜线引用。", + "lint.undeclaredVariables": "请勿使用未声明的变量。", + "lint.unknownModule": "请勿要求未知模块。", + "lint.unknownProperty": "请勿使用未知属性。", + "lint.unknownTypeOfResults": "“typeof”操作符的意外输出。", + "lint.unusedFunctions": "未使用的本地函数。", + "lint.unusedVariables": "未使用的本地变量。", + "semanticValidation": "为 JavaScript 文件运行 linter 检查 - 替代 validate.lint.* 设置。", + "suggestSettings": "控制 JavaScript IntelliSense 如何运行。", + "syntaxValidation": "检查 JavaScript 文件中是否存在语法错误。", + "useCodeSnippetsOnMethodSuggest": "完成函数的参数签名。" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/languages/json/common/contributions/bowerJSONContribution.i18n.json b/i18n/chs/src/vs/languages/json/common/contributions/bowerJSONContribution.i18n.json new file mode 100644 index 00000000000..d4b8df8a604 --- /dev/null +++ b/i18n/chs/src/vs/languages/json/common/contributions/bowerJSONContribution.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "json.bower.default": "默认 bower.json", + "json.bower.error.repoaccess": "对 Bower 存储库发出的请求失败: {0}", + "json.bower.package.hover": "{0}" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/languages/json/common/contributions/globPatternContribution.i18n.json b/i18n/chs/src/vs/languages/json/common/contributions/globPatternContribution.i18n.json new file mode 100644 index 00000000000..98f55f34cb7 --- /dev/null +++ b/i18n/chs/src/vs/languages/json/common/contributions/globPatternContribution.i18n.json @@ -0,0 +1,24 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "derivedDescription": "与具有名称相同但扩展名不同的同级文件的文件匹配。", + "derivedLabel": "具有同级文件的文件(按名称)", + "falseDescription": "禁用该模式。", + "falseLabel": "False", + "fileDescription": "与具有特定文件扩展名的所有文件匹配。", + "fileLabel": "按扩展名的文件", + "filesDescription": "与具有任意文件扩展名的所有文件匹配。", + "filesLabel": "带有多个扩展名的文件", + "folderDescription": "与任意位置具有特定名称的文件夹匹配。", + "folderLabel": "按名称的文件夹(任意位置)", + "siblingsDescription": "与具有名称相同但扩展名不同的同级文件的文件匹配。", + "topFolderDescription": "与具有特定名称的顶级文件夹匹配。", + "topFolderLabel": "按名称的文件夹(顶级)", + "topFoldersDescription": "与多个顶级文件夹匹配。", + "topFoldersLabel": "使用多个名称的文件夹(顶级)", + "trueDescription": "启用该模式。", + "trueLabel": "True" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/languages/json/common/contributions/packageJSONContribution.i18n.json b/i18n/chs/src/vs/languages/json/common/contributions/packageJSONContribution.i18n.json new file mode 100644 index 00000000000..08bdc7fe055 --- /dev/null +++ b/i18n/chs/src/vs/languages/json/common/contributions/packageJSONContribution.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "json.npm.error.repoaccess": "对 NPM 存储库发出的请求失败: {0}", + "json.npm.latestversion": "包的当前最新版本", + "json.npm.majorversion": "与最新的主要版本(1.x.x)匹配", + "json.npm.minorversion": "与最新的次要版本(1.2.x)匹配", + "json.npm.package.hover": "{0}", + "json.npm.version.hover": "最新版本: {0}", + "json.package.default": "默认 package.json" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/languages/json/common/contributions/projectJSONContribution.i18n.json b/i18n/chs/src/vs/languages/json/common/contributions/projectJSONContribution.i18n.json new file mode 100644 index 00000000000..fda31d07a44 --- /dev/null +++ b/i18n/chs/src/vs/languages/json/common/contributions/projectJSONContribution.i18n.json @@ -0,0 +1,12 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "json.nugget.error.repoaccess": "对 NuGet 存储库发出的请求失败: {0}", + "json.nugget.package.hover": "{0}", + "json.nugget.version.hover": "最新版本: {0}", + "json.nugget.versiondescription.suggest": "包的当前最新版本", + "json.project.default": "默认 project.json" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/languages/json/common/json.contribution.i18n.json b/i18n/chs/src/vs/languages/json/common/json.contribution.i18n.json new file mode 100644 index 00000000000..943860d065c --- /dev/null +++ b/i18n/chs/src/vs/languages/json/common/json.contribution.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "jsonConfiguration.fileMatch": "包含解析 JSON 文件到架构时要匹配“*”的文件模式。", + "jsonConfiguration.fileMatches": "解析 JSON 文件到架构时要匹配的文件模式数组。", + "jsonConfiguration.schema": "给定 URL 的架构定义。仅需要提供架构用于避免访问架构 URL。", + "jsonConfiguration.schemaPath": "当前目录中的架构的 URL 或相对路径", + "jsonConfiguration.schemas": "将架构关联到当前项目中的 JSON 文件", + "jsonConfigurationDescription": "用于配置 JSON 设置和架构。", + "jsonConfigurationTitle": "JSON 配置" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/languages/json/common/json.i18n.json b/i18n/chs/src/vs/languages/json/common/json.i18n.json new file mode 100644 index 00000000000..79d4a2ffd12 --- /dev/null +++ b/i18n/chs/src/vs/languages/json/common/json.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "array": "数组", + "boolean": "布尔值", + "number": "数字", + "object": "对象", + "string": "字符串", + "undefined": "未定义" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/languages/json/common/jsonIntellisense.i18n.json b/i18n/chs/src/vs/languages/json/common/jsonIntellisense.i18n.json new file mode 100644 index 00000000000..846960940db --- /dev/null +++ b/i18n/chs/src/vs/languages/json/common/jsonIntellisense.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "json.suggest.default": "默认值" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/languages/json/common/jsonSchemaService.i18n.json b/i18n/chs/src/vs/languages/json/common/jsonSchemaService.i18n.json new file mode 100644 index 00000000000..ad49ab7accd --- /dev/null +++ b/i18n/chs/src/vs/languages/json/common/jsonSchemaService.i18n.json @@ -0,0 +1,169 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "app.plugin.json.activationEvents": "插件的激活事件", + "app.plugin.json.contributes": "此插件的贡献", + "app.plugin.json.contributes.language": "插件的语言贡献", + "app.plugin.json.contributes.language.aliases": "此语言的名称别名", + "app.plugin.json.contributes.language.extensions": "关联到此语言的文件扩展名", + "app.plugin.json.contributes.language.filenames": "关联到此语言的文件名", + "app.plugin.json.contributes.language.id": "此语言的 ID", + "app.plugin.json.dependencies": "插件依赖关系", + "app.plugin.json.mainModule": "主 JavaScript 文件的相对路径", + "app.plugin.json.pluginId": "唯一的插件 id", + "app.plugin.json.scripts": "插件提供的脚本", + "app.plugin.json.scripts.compile": "用于编译此插件的命令行", + "bower.json.authors": "创作包内容的人员列表。", + "bower.json.dependencies": "使用包名称的简单哈希指定依赖项到 semver 兼容标识符或 URL。", + "bower.json.description": "通过简短说明帮助用户识别和搜索你的包。", + "bower.json.devDependencies": "仅包开发需要的依赖项,例如测试框架或生成文档。", + "bower.json.exportsOverride": "grunt-bower-task 用于指定自定义安装位置。", + "bower.json.homepage": "可了解有关包的详细信息的 URL。如果未指定,返回 GitHub 项目并且它是一个 GitHub 端点。", + "bower.json.ignore": "安装包时,Bower 要忽略的文件列表。", + "bower.json.invalidPatternName": "以 _ 开头的任何属性有效。", + "bower.json.keywords": "用于根据关键字搜索。有助于更轻松地查找你的包,而不必知道其名称。", + "bower.json.license": "SPDX 许可证标识符或许可证的路径/URL", + "bower.json.main": "使用你的包所需的主作用文件。", + "bower.json.moduleType": "此包显示的模块类型", + "bower.json.packagename": "你的包的名称。", + "bower.json.private": "如果你将它设置为 true,它将拒绝发布它。这是防止意外发布专用存储库的方法。", + "bower.json.repository": "可在其中找到源代码的存储库。", + "bower.json.resolutions": "如果包之间发生冲突,自动解析的依赖项版本。", + "bower.json.title": "Bower 配置文件的 JSON 架构", + "bower.json.version": "语义版本号。", + "global.json.projects": "与此文件相关的项目文件夹的列表。", + "global.json.sources": "与此文件相关的源文件夹的列表。", + "global.json.title": "ASP.NET 全局配置文件的 JSON 架构", + "jsconfig.json.compilerOptions": "指导 JavaScript 语言服务如何验证 .js 文件", + "jsconfig.json.compilerOptions.charset": "输入文件的字符集", + "jsconfig.json.compilerOptions.decorators": "对 ES7 修饰器启用实验支持。", + "jsconfig.json.compilerOptions.diagnostics": "显示诊断信息。", + "jsconfig.json.compilerOptions.locale": "将用于显示错误消息的区域设置,如 zh-cn。", + "jsconfig.json.compilerOptions.mapRoot": "指定调试器应放置映射文件的位置而不是生成的位置", + "jsconfig.json.compilerOptions.module": "解析所依据的模块代码生成: \"commonjs\"、\"amd\"、\"system\" 或 \"umd\"。", + "jsconfig.json.compilerOptions.noLib": "请勿包括默认库文件(lib.d.ts)。", + "jsconfig.json.compilerOptions.target": "指定 ECMAScript 目标版本: \"ES3\" (默认)、\"ES5\" 或 \"ES6\" (实验)。", + "jsconfig.json.exclude": "列出不应包括的文件和文件夹。\"files\" 属性存在时,不实现此属性。", + "jsconfig.json.files": "如果 jsconfig.json 中不存在 \"files\" 属性,则语言服务默认包括所有文件(包括目录和子目录)。指定了 \"files\" 属性时,仅包括这些文件。", + "jsconfig.json.title": "JavaScript 配置文件的 JSON 架构", + "json.schema.unabletoload": "无法从 '{0}': {1} 加载架构。", + "package.json.bugs": "应该将问题上报到的项目问题跟踪程序的 URL 和/或电子邮件地址。对于遇到与你的包有关的问题的人员,这些内容十分有用。", + "package.json.bugs.email": "应向其报告问题的电子邮件地址。", + "package.json.bugs.url": "项目的问题跟踪程序的 url。", + "package.json.bundleDependencies": "将在发布包时捆绑的包名的数组。", + "package.json.bundledDependencies": "将在发布包时捆绑的包名的数组。", + "package.json.config": "\"config\" 哈希可以用于设置在包脚本中使用并且在各个升级间保持的配置参数。", + "package.json.contributors": "为此包做出贡献的人员的列表。", + "package.json.dependency": "使用包名的简单哈希指定依赖关系到版本范围。版本范围是具有一个或多个空格分隔描述符的字符串。还可以使用 tarball 或 git URL 标识依赖关系。", + "package.json.descr": "这可帮助人们发现你的包,因为它会在“npm 搜索”中列出。", + "package.json.description": "此包的 NPM 配置。", + "package.json.directories.bin": "如果指定 \"bin\" 目录,则该文件夹中的所有文件都会用作 \"bin\" 哈希。", + "package.json.directories.doc": "将标记文件置于此处。最后可能会在某天很好地显示这些文件。", + "package.json.directories.example": "将示例脚本置于此处。它可能会在某天通过某种明智的方式公开。", + "package.json.directories.lib": "告诉人们库的批量处于何处。无需以任何方式对 lib 文件夹执行任何特殊操作,但是它是有用的数据信息。", + "package.json.directories.man": "充满手册页的文件夹。可有效用于通过浏览文件夹生成 \"man\" 数组。", + "package.json.files": "\"files\" 字段是要包含在项目中的文件的数组。如果在数组中对某个文件夹命名,则它将也包含该文件夹中的文件。", + "package.json.homepage": "项目主页的 url。", + "package.json.keywords": "这可帮助人们发现你的包,因为它会在“npm 搜索”中列出。", + "package.json.license": "应为你的包指定许可证,以便人们知道如何允许他们使用该包,以及你对该包施加的任何限制。", + "package.json.licenses": "应为你的包指定许可证,以便人们知道如何允许他们使用该包,以及你对该包施加的任何限制。", + "package.json.main": "主字段是你的程序的主入口点的模块 ID。", + "package.json.maintainers": "维护此包的人员的列表。", + "package.json.man": "指定单个文件或文件名数组以备 man 程序进行查找。", + "package.json.name": "包的名称。", + "package.json.person": "受邀创建或维护此包的人员", + "package.json.preferGlobal": "如果你的包主要是应在全局安装的命令行应用程序,请将此值设置为 true 以在进行本地安装时提供警告。", + "package.json.private": "如果设置为 true,则 npm 会拒绝发布它。", + "package.json.repository": "指定你的代码所处的位置。对于要做出贡献的人员,这十分有用。", + "package.json.scripts": "\"scripts\" 成员是在包生命周期中各个时间运行的脚本命令的对象哈希。键是生命周期事件,值是当时运行的命令。", + "package.json.underscore": "以 _ 开头的任何属性有效。", + "package.json.version": "版本必须可由 node-semver (作为依赖项与 npm 捆绑)分析。", + "project.json.authors": "应用程序的设计者", + "project.json.bundleExclude": "要从发布输出(kpm 捆绑)中排除的文件的列表。", + "project.json.code": "指定需要编译的所有代码文件的 glob 模式。(数据类型: 具有 glob 模式的字符串或数组)。例如: [ 'Folder1*.cs', 'Folder2*.cs' ]", + "project.json.commands": "可用于该应用程序的命令", + "project.json.compilationOptions": "传递到 Roslyn 的编译选项", + "project.json.configurations": "配置是编译设置的命名组。运行时中内置了 2 个默认值,即 \"Debug\" 和 \"Release\"。", + "project.json.dependencies": "应用程序的依赖项。每次登录指定名称和 Nuget 包的版本。", + "project.json.dependency.name": "该依赖项版本。", + "project.json.dependency.type": "依赖项类型。只在生成时存在 'build' 依赖项", + "project.json.description": "应用程序的说明", + "project.json.exclude": "指示要从编译排除的所有代码文件的 glob 模式。(数据类型: 具有 glob 模式的字符串或数组)。", + "project.json.frameworks": "将生成的目标框架和特定于配置的依赖项。", + "project.json.preprocess": "指示要预处理的所有代码文件的 glob 模式。(数据类型: 具有 glob 模式的字符串)。", + "project.json.resources": "指示要作为资源编译的所有文件的 glob 模式。", + "project.json.script": "命令行脚本或脚本。\r\rAvailable variables:\r%project:Directory% - The project directory\r%project:Name% - The project name\r%project:Version% - 项目版本", + "project.json.scripts": "不同阶段要执行的脚本。", + "project.json.shared": "指定要与相关项目共享的代码文件的 glob 模式。例如: [ 'Folder1*.cs', 'Folder2*.cs' ]", + "project.json.title": "ASP.NET project.json 文件的 JSON 架构", + "project.json.version": "应用程序的版本。例如: 1.2.0.0", + "project.json.webroot": "通过指定 project.json 文件中的 Webroot 属性,指定 Web 服务器根(aka 公共文件夹)。在 Visual Studio 中,此文件夹将用于获取 IIS 的根权限。应将静态文件放置在此处。", + "schema.json": "使用架构描述 JSON 文件。参见 json-schema.org 了解详细信息。", + "schema.json.$schema": "验证此文档的架构", + "schema.json.additionalItems": "用于阵列,仅适用于项目被设置为一个数组。如果是一个架构,则在项目数组指定项目后,由此架构进行验证。如果为 false,则其他项目将导致验证失败。", + "schema.json.additionalProperties": "是一个架构或者是一个布尔值。如果是一个架构,则用于验证所有与 'properties' or 'patternProperties' 不匹配的属性。如果为 false,则任何与上述两者不匹配的属性将导致此架构失败。", + "schema.json.allOf": "架构的数组,所有必须匹配。", + "schema.json.anyOf": "架构的数组,必须至少有一个匹配。", + "schema.json.default": "默认值。由建议使用。", + "schema.json.definitions": "不用于验证。将您希望使用 $ref 内嵌引用的子架构放在此处。", + "schema.json.dependencies": "属性名称到属性名称数组或架构的映射。属性名称数组指的是命名的关键属性。这取决于为保证有效将显示在对象中的数组中的属性。如果该值是一个架构,则该架构仅应用于对象,如果关键属性存在于对象上。", + "schema.json.description": "元素的详细描述。用于悬停菜单和建议。", + "schema.json.enum": "一组有效的文字值", + "schema.json.exclusiveMaximum": "使最大的属性成为专有属性。", + "schema.json.exclusiveMininum": "使最小的属性成为专有属性。", + "schema.json.id": "架构的唯一标识符。", + "schema.json.items": "用于数组。可以是一个用于验证每个元素的架构,或按顺序验证每个项目的架构数组 (第一个架构将验证第一个元素,第二个架构将验证第二个元素,依此类推)。", + "schema.json.maxItems": "一个数组内的项目的最大数量。包含。", + "schema.json.maxLength": "字符串最大长度。", + "schema.json.maxProperties": "一个对象可以拥有的属性的最大数量。包含。", + "schema.json.maximum": "最大数值,默认包含。", + "schema.json.minItems": "一个数组内的项目的最小数量。包含。", + "schema.json.minLength": "一个字符串的最小长度。", + "schema.json.minProperties": "一个对象可以拥有的属性的最小数量。包含。", + "schema.json.minimum": "最小数值,默认包含。", + "schema.json.multipleOf": "一个可以除尽当前值的数 (即,没有余数)", + "schema.json.not": "必须不能匹配的架构。", + "schema.json.oneOf": "架构的数组,正好有一个必须匹配。", + "schema.json.pattern": "匹配字符串的正则表达式。不是隐含固定的。", + "schema.json.patternProperties": "属性名称的正则表达式与架构的映射,用于匹配属性。", + "schema.json.properties": "属性名称与每个属性架构的映射。", + "schema.json.required": "字符串的数组,这些字符串列出了此对象需要的所有属性的名字。", + "schema.json.title": "元素的描述性标题", + "schema.json.type": "一个基本架构类型 (数字、整数、空、数组、对象、布尔值、字符串) 的字符串或一个指定这些类型子集的字符串的数组。", + "schema.json.uniqueItems": "数组中所有项目是否必须唯一。默认为 false。", + "snippetSchema.json": "用户代码片段配置", + "snippetSchema.json.body": "代码片段内容。使用 \"${id}\"、\"${id:label}\"、\"${1:label}\" 作为变量,并使用 \"$0\" 和 \"$1\" 表示光标位置", + "snippetSchema.json.description": "代码片段描述。", + "snippetSchema.json.prefix": "在 Intellisense 中选择代码片段时将使用的前缀", + "tsconfig.json.compilerOptions": "向 TypeScript 编译器指示如何编译 .ts 文件", + "tsconfig.json.compilerOptions.charset": "输入文件的字符集", + "tsconfig.json.compilerOptions.declaration": "生成相应的 d.ts 文件。", + "tsconfig.json.compilerOptions.diagnostics": "显示诊断信息。", + "tsconfig.json.compilerOptions.emitBOM": "在输出文件开头发出 UTF-8 字节顺序标记(BOM)。", + "tsconfig.json.compilerOptions.inlineSourceMap": "发出单个文件以及源映射而不是单独的文件。", + "tsconfig.json.compilerOptions.inlineSources": "随单个文件中的源映射一起发出源;需要设置 --inlineSourceMap。", + "tsconfig.json.compilerOptions.listFiles": "编译的文件部分的打印名称。", + "tsconfig.json.compilerOptions.locale": "将用于显示错误消息的区域设置,如 zh-cn。", + "tsconfig.json.compilerOptions.mapRoot": "指定调试器应放置映射文件的位置而不是生成的位置", + "tsconfig.json.compilerOptions.module": "指定模块代码生成: \"CommonJS\"、\"Amd\"、\"System\" 或 \"UMD\"。", + "tsconfig.json.compilerOptions.newLine": "指定发出文件时要使用的行序列结尾: \"CRLF\" (dos)或 \"LF\" (unix)。", + "tsconfig.json.compilerOptions.noEmit": "不发出输出。", + "tsconfig.json.compilerOptions.noEmitHelpers": "请勿生成自定义 helper 函数,如编译输出中的 __extends。", + "tsconfig.json.compilerOptions.noEmitOnError": "如果报告了任何类型检查错误,请勿发出输出。", + "tsconfig.json.compilerOptions.noImplicitAny": "有关带隐式 \"any\" 类型的表达式和声明的警告。", + "tsconfig.json.compilerOptions.noLib": "请勿包括默认库文件(lib.d.ts)。", + "tsconfig.json.compilerOptions.out": "连接输出并将其发出到单个文件。", + "tsconfig.json.compilerOptions.outDir": "将输出结构重定向到目录。", + "tsconfig.json.compilerOptions.preserveConstEnums": "请勿清除生成代码中的常量枚举声明。", + "tsconfig.json.compilerOptions.removeComments": "请勿将注释发到输出中。", + "tsconfig.json.compilerOptions.rootDir": "指定输入文件的根目录。与 --outDir 一起用于控制输出目录结构。", + "tsconfig.json.compilerOptions.sourceMap": "生成相应的 \".map\" 文件。", + "tsconfig.json.compilerOptions.sourceRoot": "指定调试器应放置 TypeScript 文件的位置而不是源位置。", + "tsconfig.json.compilerOptions.suppressImplicitAnyIndexErrors": "抑制缺少索引签名的索引对象的 noImplicitAny 错误。", + "tsconfig.json.compilerOptions.target": "指定 ECMAScript 目标版本: \"ES3\" (默认)、\"ES5\" 或 \"ES6\" (实验)。", + "tsconfig.json.files": "如果 tsconfig.json 中不存在 \"files\" 属性,则编译器默认为包括包含目录和子目录中的所有文件。指定 \"files\" 属性时,仅包括这些文件。", + "tsconfig.json.title": "TypeScript 编译器的配置文件的 JSON 架构" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/languages/json/common/parser/jsonParser.i18n.json b/i18n/chs/src/vs/languages/json/common/parser/jsonParser.i18n.json new file mode 100644 index 00000000000..64176e2f085 --- /dev/null +++ b/i18n/chs/src/vs/languages/json/common/parser/jsonParser.i18n.json @@ -0,0 +1,44 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "ColonExpected": "需要冒号", + "DisallowedExtraPropWarning": "不允许使用属性 {0}。", + "DoubleQuotesExpected": "属性关键字必须用双引号括起来", + "DuplicateKeyWarning": "重复对象键", + "End of file expected": "预期的文件结尾", + "ExpectedCloseBrace": "需要逗号或右大括号", + "ExpectedCloseBracket": "需要逗号或右中括号", + "Invalid symbol": "预期的 JSON 对象、数组或文本", + "InvalidEscapeCharacter": "字符串中的转义字符无效", + "InvalidNumberFormat": "数字格式无效", + "InvalidUnicode": "字符串中的 Unicode 序列无效", + "MaxPropWarning": "对象拥有比 {0} 限制更多的属性", + "MinPropWarning": "对象拥有比 {0} 需要的数量更少的属性", + "MissingRequiredPropWarning": "缺少属性“{0}”", + "PropertyExpected": "预期的属性", + "RequiredDependentPropWarning": "对象缺少属性 {1} 要求的属性 {0}", + "UnexpectedEndOfComment": "意外的注释结尾", + "UnexpectedEndOfNumber": "意外的数字结尾", + "UnexpectedEndOfString": "意外的字符串结尾", + "ValueExpected": "需要值", + "additionalItemsWarning": "根据架构,数组项目过多。预期为 {0} 或更少", + "enumWarning": "值不是一个可接受的值。有效值为: {0}", + "exclusiveMaximumWarning": "值超过了 {0} 的专有最大值", + "exclusiveMinimumWarning": "值低于 {0} 的专有最小值", + "maxItemsWarning": "数组拥有的项目过多。预期为 {0} 或更少", + "maxLengthWarning": "字符串比最大长度短", + "maximumWarning": "值超过了 {0} 的最大值", + "minItemsWarning": "数组拥有的项目过少。预期为 {0} 或更多", + "minLengthWarning": "字符串比最小长度短", + "minimumWarning": "值低于 {0} 的最小值", + "multipleOfWarning": "值不能被 {0} 整除", + "notSchemaWarning": "匹配不允许的架构。", + "oneOfWarning": "当只有一个必须验证时,匹配多个架构。", + "patternWarning": "字符串不匹配“{0}”的模式", + "typeArrayMismatchWarning": "错误类型。预期为 {0} 的一种", + "typeMismatchWarning": "错误类型。预期为“{0}”", + "uniqueItemsWarning": "数组有重复的项目" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/languages/json/contributions/packageJSONContribution.i18n.json b/i18n/chs/src/vs/languages/json/contributions/packageJSONContribution.i18n.json new file mode 100644 index 00000000000..24fc276b32e --- /dev/null +++ b/i18n/chs/src/vs/languages/json/contributions/packageJSONContribution.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "json.npm.package.hover": "{0}", + "json.npm.version.hover": "最新版本: {0}", + "json.package.default": "默认 package.json" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/languages/less/common/less.contribution.i18n.json b/i18n/chs/src/vs/languages/less/common/less.contribution.i18n.json new file mode 100644 index 00000000000..45169a8f603 --- /dev/null +++ b/i18n/chs/src/vs/languages/less/common/less.contribution.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "lessConfigurationDescription": "这用于配置 LESS 语言。", + "lessConfigurationTitle": "LESS 配置", + "lessLint": "控制 LESS lint 验证中使用的问题严重性。", + "lessValidationSettings": "控制 LESS 验证的工作方式。" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/languages/less/common/services/intelliSense.i18n.json b/i18n/chs/src/vs/languages/less/common/services/intelliSense.i18n.json new file mode 100644 index 00000000000..93e8d03c60e --- /dev/null +++ b/i18n/chs/src/vs/languages/less/common/services/intelliSense.i18n.json @@ -0,0 +1,60 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "less.builtin.abs": "数字的绝对值", + "less.builtin.acos": "反余弦 - 余弦函数的反函数", + "less.builtin.alpha": "返回“@color”的 \"Alpha\" 通道", + "less.builtin.argb": "创建 #AARRGGBB", + "less.builtin.asin": "反正弦 - 正弦函数的反函数", + "less.builtin.atan": "反正切 - 正切函数的反函数", + "less.builtin.blue": "返回“@color”的“蓝色”通道", + "less.builtin.ceil": "向上取整到整数", + "less.builtin.color": "将字符串分析为颜色", + "less.builtin.contrast": "如果“@color1 > 43% luma”,则返回“@darkcolor”,否则返回“@lightcolor”,请参阅注释", + "less.builtin.convert": "将数字从一种类型转换为另一种类型", + "less.builtin.cos": "余弦函数", + "less.builtin.darken": "返回亮度暗 10% 点的“@color”", + "less.builtin.data-uri": "内联一个资源并回退到 \"url()\"", + "less.builtin.desaturate": "返回饱和度降低 10% 点的“@color”", + "less.builtin.e": "转义字符串内容", + "less.builtin.escape": "对字符串进行 URL 编码", + "less.builtin.extract": "返回列表中指定位置上的值", + "less.builtin.fade": "返回透明度为 50% 的“@color”", + "less.builtin.fadein": "返回透明度降低 10% 点的“@color”", + "less.builtin.fadeout": "返回透明度增加 10% 点的“@color”", + "less.builtin.floor": "向下取整到整数", + "less.builtin.green": "返回“@color”的“绿色”通道", + "less.builtin.greyscale": "返回灰色的 100% 不饱和色", + "less.builtin.hsl": "创建颜色", + "less.builtin.hsla": "创建颜色", + "less.builtin.hsv": "创建颜色", + "less.builtin.hsva": "创建颜色", + "less.builtin.hsvhue": "返回 HSV 空间中“@color”的“色调”通道", + "less.builtin.hsvsaturation": "返回 HSV 空间中“@color”的“饱和度”通道", + "less.builtin.hsvvalue": "返回 HSV 空间中“@color”的“值”通道", + "less.builtin.hue": "返回 HSL 空间中“@color”的“色调”通道", + "less.builtin.length": "返回值列表中元素的数量", + "less.builtin.lighten": "返回亮度增加 10% 点的“@color”", + "less.builtin.lightness": "返回 HSL 空间中“@color”的“亮度”通道", + "less.builtin.luma": "返回“@color”的 \"luma\" 值(感知亮度)", + "less.builtin.max": "返回一个或多个值中的最小值", + "less.builtin.min": "返回一个或多个值中的最小值", + "less.builtin.mix": "返回“@color1”和“@color2”的混合色", + "less.builtin.mod": "第一个参数对第二个参数进行取模运算", + "less.builtin.percentage": "转换为 %,例如 0.5 > 50%", + "less.builtin.pi": "返回 pi", + "less.builtin.pow": "第一个参数的第二参数次方", + "less.builtin.red": "返回“@color”的“红色”通道", + "less.builtin.replace": "字符串替换", + "less.builtin.round": "将数字取整到多个位置", + "less.builtin.saturate": "返回饱和度增加 10% 点的“@color”", + "less.builtin.saturation": "返回 HSL 空间中“@color”的“饱和度”通道", + "less.builtin.sin": "正弦函数", + "less.builtin.spin": "返回色调增加 10 度的“@color”", + "less.builtin.sqrt": "计算数字的平方根", + "less.builtin.tan": "正切函数", + "less.builtin.unit": "删除或更改维度单位" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/languages/less/lessWorker.i18n.json b/i18n/chs/src/vs/languages/less/lessWorker.i18n.json new file mode 100644 index 00000000000..77a351673e1 --- /dev/null +++ b/i18n/chs/src/vs/languages/less/lessWorker.i18n.json @@ -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. +{ + "literal.fontface": "@font-face", + "literal.keyframes": "@keyframes {0}" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/languages/less/parser/errors.i18n.json b/i18n/chs/src/vs/languages/less/parser/errors.i18n.json new file mode 100644 index 00000000000..ebd7a4e8c19 --- /dev/null +++ b/i18n/chs/src/vs/languages/less/parser/errors.i18n.json @@ -0,0 +1,24 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "expected.colon": "应输入冒号", + "expected.condt": "应输入条件", + "expected.dot": "应输入圆点", + "expected.ident": "应输入标识符", + "expected.lcurly": "应输入 {", + "expected.lparen": "应输入 (", + "expected.lsquare": "应输入 [", + "expected.number": "应输入数字", + "expected.operator": "应输入运算符", + "expected.propvalue": "应输入属性值", + "expected.rcurly": "应输入 }", + "expected.rparent": "应输入 )", + "expected.rsquare": "应输入 ]", + "expected.semicolon": "应输入分号", + "expected.term": "应输入术语", + "expected.varname": "应输入变量名称", + "expected.varvalue": "应输入变量值" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/languages/less/services/lint.i18n.json b/i18n/chs/src/vs/languages/less/services/lint.i18n.json new file mode 100644 index 00000000000..e1a6d8c3711 --- /dev/null +++ b/i18n/chs/src/vs/languages/less/services/lint.i18n.json @@ -0,0 +1,20 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "parse.error.general": "分析错误: {0}", + "rule.colorFunction": "无效的参数数量", + "rule.duplicateDeclarations": "不要使用重复的风格定义", + "rule.emptyRuleSets": "不要使用空规则集", + "rule.fontFaceProperties": "@font-face 规则必须定义“src”和“font-family”属性", + "rule.hexColor": "十六进制颜色必须包含三或六个十六进制数字", + "rule.importDirective": "导入没有并行加载的语句", + "rule.universalSelector": "已知通用选择器 (*) 慢", + "rule.unkownProperty": "未知属性。", + "rule.vendorprefixes.all": "使用特定于供应商的前缀时,确保使用全部", + "rule.vendorprefixes.standard": "使用特定于一个供应商的前缀时,确保也包含标准名称", + "rule.withHeightAndBorderPadding": "使用填充或边界时,不要使用宽度或高度", + "rule.zeroWidthUnit": "零不需要单位" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/languages/lib/javascriptSnippets.i18n.json b/i18n/chs/src/vs/languages/lib/javascriptSnippets.i18n.json new file mode 100644 index 00000000000..92499ec8d96 --- /dev/null +++ b/i18n/chs/src/vs/languages/lib/javascriptSnippets.i18n.json @@ -0,0 +1,22 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "define.snippet": "定义模块", + "dowhile.snippet": "Do-While 语句", + "for.snippet": "For 循环", + "foreach.snippet": "For-Each 循环", + "forin.snippet": "For-In 循环", + "function.snippet": "Function 语句", + "if.snippet": "If 语句", + "ifelse.snippet": "If-Else 语句", + "log.snippet": "控制台日志", + "new.snippet": "New 语句", + "settimeout.snippet": "设置超时函数", + "switch.snippet": "Switch 语句", + "tripleslashreference.snippet": "到另一个文件的相关引用", + "trycatch.snippet": "Try-Catch 语句", + "while.snippet": "While 语句" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/languages/markdown/common/markdown.contribution.i18n.json b/i18n/chs/src/vs/languages/markdown/common/markdown.contribution.i18n.json new file mode 100644 index 00000000000..22c02faa787 --- /dev/null +++ b/i18n/chs/src/vs/languages/markdown/common/markdown.contribution.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "markdownConfigurationDescription": "这用于配置标记预览相关的设置。", + "markdownConfigurationTitle": "标记预览配置", + "styles": "标记预览中供使用的 CSS 样式表的 URL 或本地路径列表。" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/languages/markdown/markdownSnippets.i18n.json b/i18n/chs/src/vs/languages/markdown/markdownSnippets.i18n.json new file mode 100644 index 00000000000..ee7cadf8a9d --- /dev/null +++ b/i18n/chs/src/vs/languages/markdown/markdownSnippets.i18n.json @@ -0,0 +1,18 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "bold.snippet": "插入粗体文本", + "code.snippet": "插入代码", + "fencedcodeblock.snippet": "插入防护的代码块", + "heading.snippet": "插入标题", + "image.snippet": "插入图像", + "italic.snippet": "插入斜体文本", + "link.snippet": "插入链接", + "orderedList.snippet": "插入有序列表", + "quote.snippet": "插入引用文本", + "rule.snippet": "插入水平标尺", + "unorderedList.snippet": "插入无序列表" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/languages/sass/common/parser/sassErrors.i18n.json b/i18n/chs/src/vs/languages/sass/common/parser/sassErrors.i18n.json new file mode 100644 index 00000000000..24f80eae654 --- /dev/null +++ b/i18n/chs/src/vs/languages/sass/common/parser/sassErrors.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "expected.from": "应输入 \"from\"", + "expected.in": "应输入 \"in\"", + "expected.through": "应输入 \"through\" 或 \"to\" " +} \ No newline at end of file diff --git a/i18n/chs/src/vs/languages/sass/common/sass.contribution.i18n.json b/i18n/chs/src/vs/languages/sass/common/sass.contribution.i18n.json new file mode 100644 index 00000000000..b87de24caeb --- /dev/null +++ b/i18n/chs/src/vs/languages/sass/common/sass.contribution.i18n.json @@ -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. +{ + "sassConfigurationTitle": "Sass 配置", + "sassLint": "控制 Sass lint 验证中使用的问题严重性。" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/languages/sass/common/services/intelliSense.i18n.json b/i18n/chs/src/vs/languages/sass/common/services/intelliSense.i18n.json new file mode 100644 index 00000000000..7af8b0592ee --- /dev/null +++ b/i18n/chs/src/vs/languages/sass/common/services/intelliSense.i18n.json @@ -0,0 +1,81 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "sass.builtin.abs": "返回数字的绝对值。", + "sass.builtin.adjust-color": "增加或减少颜色的一个或多个组成部分。", + "sass.builtin.adjust-hue": "更改颜色的色调。", + "sass.builtin.alpha": "获取颜色的不透明组件。", + "sass.builtin.append": "追加一个值到列表的末尾。", + "sass.builtin.blue": "获得颜色的蓝色组件。", + "sass.builtin.call": "动态调用 Sass 函数。", + "sass.builtin.ceil": "将数字向上取整到下一个整数。", + "sass.builtin.change-color": "更改颜色的一个或多个属性。", + "sass.builtin.comparable": "返回两个数字是否可以相加、相减或进行比较。", + "sass.builtin.complement": "返回颜色的补色。", + "sass.builtin.darken": "使颜色变暗。", + "sass.builtin.desaturate": "使颜色变得更不饱和。", + "sass.builtin.fade-in": "使颜色变得更不透明。", + "sass.builtin.feature-exists": "返回当前 Sass 运行时中是否存在某个功能。", + "sass.builtin.floor": "将数字向下取整到上一个整数。", + "sass.builtin.function-exists": "返回是否存在具有给定名称的函数。", + "sass.builtin.global-variable-exists": "返回全局范围内是否存在具有给定名称的变量。", + "sass.builtin.grayscale": "将颜色转换为灰度。", + "sass.builtin.green": "获取颜色的绿色组件。", + "sass.builtin.hue": "获取颜色的色调组件。", + "sass.builtin.ie-hex-str": "将颜色转换为 IE 筛选器理解的格式。", + "sass.builtin.index": "返回列表中值的位置。", + "sass.builtin.inspect": "返回值的字符串表示形式,即该值在 Sass 中的表现形式。", + "sass.builtin.invert": "返回颜色的反色。", + "sass.builtin.is-superselector": "返回 $super 是否匹配 $sub 匹配的所有元素,甚或更多元素。", + "sass.builtin.join": "将两个列表联接为一个列表。", + "sass.builtin.keywords": "返回传递到使用变量参数的函数的关键字。", + "sass.builtin.length": "返回列表的长度。", + "sass.builtin.lighten": "使颜色变亮。", + "sass.builtin.lightness": "获取颜色的亮度组件。", + "sass.builtin.list-separator": "返回列表的分隔符。", + "sass.builtin.map-get": "返回映射中与给定键关联的值。", + "sass.builtin.map-has-key": "返回映射是否有一个与给定键关联的值。", + "sass.builtin.map-keys": "返回映射中所有键的列表。", + "sass.builtin.map-merge": "将两个映射合并为一个新映射。", + "sass.builtin.map-remove": "返回删除了键的新映射。", + "sass.builtin.map-values": "返回映射中所有值的列表。", + "sass.builtin.max": "查找几个数字中的最大值。", + "sass.builtin.min": "发现几个数字中的最小值。", + "sass.builtin.mix": "混合两种颜色。", + "sass.builtin.mixin-exists": "返回是否存在具有给定名称的 mixin。", + "sass.builtin.nth": "返回列表中的特定项。", + "sass.builtin.opacify": "使颜色变得更不透明。", + "sass.builtin.percentage": "将没有单位的数字转换为百分比。", + "sass.builtin.quote": "向字符串添加引号。", + "sass.builtin.random": "返回随机数字。", + "sass.builtin.red": "获取颜色的红色组件。", + "sass.builtin.rgba": "更改颜色的 Alpha 组件。", + "sass.builtin.round": "将数字取整到最近的整数。", + "sass.builtin.saturate": "使颜色变得更饱和。", + "sass.builtin.saturation": "获取颜色的饱和度组件。", + "sass.builtin.scale-color": "流动缩放颜色的一个或多个属性。", + "sass.builtin.selector-append": "将一个选择器追加到另一个选择器,两者之间不留空格。", + "sass.builtin.selector-extend": "使用 $selector 中的 $extender 扩展 $extendee。", + "sass.builtin.selector-nest": "将一个选择器嵌套在另一个选择器下面,如它们在样式表中的嵌套方式。", + "sass.builtin.selector-parse": "将选择器分析为由 & 返回的格式。", + "sass.builtin.selector-replace": "使用 $selector 中的 $replacement 替换 $original。", + "sass.builtin.selector-unify": "统一两个选择器,以生成一个匹配这两个选择器所匹配的元素的选择器。", + "sass.builtin.set-nth": "替换列表中的第 n 个项。", + "sass.builtin.simple-selectors": "返回组成复合选择器的单个选择器。", + "sass.builtin.str-index": "返回 $string 中 $substring 首次出现的索引。", + "sass.builtin.str-insert": "在 $index 将 $insert 插入到 $string 中。", + "sass.builtin.str-length": "返回字符串中字符的数量。", + "sass.builtin.str-slice": "从 $string 中提取子字符串。", + "sass.builtin.to-lower-case": "将字符串转换为小写。", + "sass.builtin.to-upper-case": "将字符串转换为大写。", + "sass.builtin.transparentize": "使颜色变得更透明。", + "sass.builtin.type-of": "返回值的类型。", + "sass.builtin.unit": "返回与数字关联的单位。", + "sass.builtin.unitless": "返回数字是否有单位。", + "sass.builtin.unquote": "从字符串中删除引号。", + "sass.builtin.variable-exists": "返回当前范围内是否存在具有给定名称的变量。", + "sass.builtin.zip": "将多个列表合并为一个多维列表。" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/languages/typescript.workbench/common/projectResolver.i18n.json b/i18n/chs/src/vs/languages/typescript.workbench/common/projectResolver.i18n.json new file mode 100644 index 00000000000..f62b651625f --- /dev/null +++ b/i18n/chs/src/vs/languages/typescript.workbench/common/projectResolver.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "resolve.files.N": "正在加载其他文件..." +} \ No newline at end of file diff --git a/i18n/chs/src/vs/languages/typescript/common/features/quickFix.i18n.json b/i18n/chs/src/vs/languages/typescript/common/features/quickFix.i18n.json new file mode 100644 index 00000000000..76599fd95bf --- /dev/null +++ b/i18n/chs/src/vs/languages/typescript/common/features/quickFix.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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.quickfix.addAsGlobal": "将“{0}”标记为全局", + "typescript.quickfix.rename": "重命名为“{0}”", + "typescript.quickfix.typeDefinitions": "下载类型定义 {0}" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/languages/typescript/common/features/quickFixMainActions.i18n.json b/i18n/chs/src/vs/languages/typescript/common/features/quickFixMainActions.i18n.json new file mode 100644 index 00000000000..f6f9af6d18b --- /dev/null +++ b/i18n/chs/src/vs/languages/typescript/common/features/quickFixMainActions.i18n.json @@ -0,0 +1,12 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "typingsReference.already.exists": "{0} 已存在。请确保文件包括在项目的 jsconfig.json 中。", + "typingsReference.error.download": "无法在 {0}: {1} 提取 d.ts 文件", + "typingsReference.error.write": "创建 {0}: {1} 时出现问题", + "typingsReference.success.nojsconfig": "已成功下载 {0}", + "typingsReference.success.withjsconfig": "已成功下载 {0}。请确保 d.ts 文件包括在项目的 \"jsconfig.json\" 中。" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/languages/typescript/common/lint/lint.i18n.json b/i18n/chs/src/vs/languages/typescript/common/lint/lint.i18n.json new file mode 100644 index 00000000000..c1e8db03904 --- /dev/null +++ b/i18n/chs/src/vs/languages/typescript/common/lint/lint.i18n.json @@ -0,0 +1,24 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "javascript.comparisonOperatorNotStrict": "使用“!==”和“===”,而不使用“!=”和“==”。", + "javascript.functionInsideLoop": "循环中的函数。", + "javascript.missingSemicolon": "缺少分号。", + "javascript.newOnLowercaseFunctions": "用作构造函数的具有小写名称的函数。", + "javascript.reservedKeyword": "请勿使用保留的关键字。", + "javascript.semicolonInsteadOfBlock": "分号而不是块。", + "javascript.typeofCannotBeCompared": "“typeof”操作符的意外输出。", + "javascript.typescriptSpecific": "请勿在 JavaScript 中使用特定于 TypeScript 的语言构造。", + "layout.curlyBracketsMustNotBeOmitted": "不要省略花括号。", + "layout.emptyblock": "空白块应有注释。", + "typescript.looksLikeTripleSlash": "是否意味着“/// <reference path=\"some/path.ts\" />”?", + "typescript.missingReturnType": "缺少返回类型。", + "typescript.unusedFunction": "未使用的本地函数。", + "typescript.unusedImport": "未使用的导入。", + "typescript.unusedLocalVariable": "未使用的本地变量。", + "typescript.unusedPrivateMember": "未使用的私有成员。", + "typescript.variableUsedBeforeDeclared": "变量在声明之前使用。" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/languages/typescript/common/participants/nlsParticipant.i18n.json b/i18n/chs/src/vs/languages/typescript/common/participants/nlsParticipant.i18n.json new file mode 100644 index 00000000000..3e58e5a853d --- /dev/null +++ b/i18n/chs/src/vs/languages/typescript/common/participants/nlsParticipant.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "missing.localize": "字符串需要本地化" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/languages/typescript/common/typescript.contribution.i18n.json b/i18n/chs/src/vs/languages/typescript/common/typescript.contribution.i18n.json new file mode 100644 index 00000000000..51f73adb5b5 --- /dev/null +++ b/i18n/chs/src/vs/languages/typescript/common/typescript.contribution.i18n.json @@ -0,0 +1,34 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "allwaysAllWords": "始终包含当前文档的所有内容。", + "baseUrl": "允许配置用于解析模块引用(http://requirejs.org/docs/api.html#config-baseUrl)的基本 URL。此选项仅适用于使用异步模块定义(\"module\": \"amd\")的项目。", + "compilationSettings": "控制 TypeScript 验证如何运行。", + "lint": "控制验证的各个方面。", + "lint.comparisonOperatorsNotStrict": "使用“!==”和“===”,而不使用“!=”和“==”。", + "lint.curlyBracketsMustNotBeOmitted": "不要省略花括号。", + "lint.emptyBlocksWithoutComment": "空白块应有注释。", + "lint.functionsInsideLoops": "循环中的函数。", + "lint.functionsWithoutReturnType": "请勿省略函数的返回类型批注。", + "lint.missingSemicolon": "缺少分号。", + "lint.newOnLowercaseFunctions": "用作构造函数的具有小写名称的函数。", + "lint.reservedKeywords": "请勿使用保留的关键字。", + "lint.semicolonsInsteadOfBlocks": "分号而不是块。", + "lint.tripleSlashReferenceAlike": "查找输入错误的三斜线引用。", + "lint.typeScriptSpecifics": "请勿在 JavaScript 中使用特定于 TypeScript 的语言构造。", + "lint.unknownTypeOfResults": "“typeof”操作符的意外输出。", + "lint.unusedFunctions": "未使用的本地函数。", + "lint.unusedMembers": "未使用的私有成员。", + "lint.unusedVariables": "未使用的本地变量。", + "module": "指定正使用的模块系统。", + "noImplicitAny": "强制执行任何类型的声明。", + "noLib": "请勿使用针对 DOM 和浏览器环境的键入。", + "scope": "当具有多个验证设置时,定义这些设置将应用的子文件夹。", + "suggestSettings": "控制 TypeScript IntelliSense 如何运行。", + "target": "指定使用哪个版本的 ECMA 脚本。", + "tsConfigurationTitle": "TypeScript 配置", + "useCodeSnippetsOnMethodSuggest": "完成函数的参数签名。" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/languages/typescript/common/typescriptMode.i18n.json b/i18n/chs/src/vs/languages/typescript/common/typescriptMode.i18n.json new file mode 100644 index 00000000000..42078d1678a --- /dev/null +++ b/i18n/chs/src/vs/languages/typescript/common/typescriptMode.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "err.tooMuchData": "很抱歉,但 VS 代码的 JavaScript 源文件太多。请考虑使用 jsconfig.json 中的 exclude 属性。" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/languages/typescript/features/typescriptSnippets.i18n.json b/i18n/chs/src/vs/languages/typescript/features/typescriptSnippets.i18n.json new file mode 100644 index 00000000000..17c44cc3f93 --- /dev/null +++ b/i18n/chs/src/vs/languages/typescript/features/typescriptSnippets.i18n.json @@ -0,0 +1,24 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "class.snippet": "类定义", + "constructor.snippet": "构造函数", + "doloop.snippet": "Do-while 循环", + "foreach.snippet": "使用以下项的 For-Each 循环 =>", + "fullproperty.snippet": "定义完整属性", + "getproperty.snippet": "属性 getter", + "importstatement.snippet": "导入外部模块。", + "jsdoc.snippet": "jsdoc 片段", + "log.snippet": "登录控制台", + "privatemethod.snippet": "私有方法定义", + "publicmethod.snippet": "公共方法定义", + "returnfalse.snippet": "返回 false", + "returnstatement.snippet": "返回语句", + "returntrue.snippet": "返回 true", + "setproperty.snippet": "属性 setter", + "throwexception.snippet": "引发异常", + "tripleslashreference.snippet": "三斜线引用" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/languages/typescript/project/dependencyResolver.i18n.json b/i18n/chs/src/vs/languages/typescript/project/dependencyResolver.i18n.json new file mode 100644 index 00000000000..d541b5225b4 --- /dev/null +++ b/i18n/chs/src/vs/languages/typescript/project/dependencyResolver.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "ref.loadFailure": "找不到文件“{0}”" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/languages/typescript/service/typescriptSnippets.i18n.json b/i18n/chs/src/vs/languages/typescript/service/typescriptSnippets.i18n.json new file mode 100644 index 00000000000..f29a0135adb --- /dev/null +++ b/i18n/chs/src/vs/languages/typescript/service/typescriptSnippets.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "class.snippet": "类定义", + "constructor.snippet": "构造函数", + "foreach.snippet": "For-Each Loop 正在使用 =>", + "importstatement.snippet": "导入外部模块。", + "jsdoc.snippet": "jsdoc 片段", + "privatemethod.snippet": "Private Method 定义", + "publicmethod.snippet": "Public Method 定义" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/languages/vb/vbSnippets.i18n.json b/i18n/chs/src/vs/languages/vb/vbSnippets.i18n.json new file mode 100644 index 00000000000..82cbf664fc1 --- /dev/null +++ b/i18n/chs/src/vs/languages/vb/vbSnippets.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "vbFor.snippet": "For Next 循环", + "vbForEach.snippet": "For Each...Next 语句", + "vbForI.snippet": "For i...Next i 语句", + "vbForJ.snippet": "For j...Next j 语句", + "vbPublicFunction.snippet": "公用函数...", + "vbPublicSub.snippet": "公用子对象...", + "vbWhile.snippet": "While ... End While 语句" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/monaco/contrib/actions/changeTheme.i18n.json b/i18n/chs/src/vs/monaco/contrib/actions/changeTheme.i18n.json new file mode 100644 index 00000000000..860ad39a74b --- /dev/null +++ b/i18n/chs/src/vs/monaco/contrib/actions/changeTheme.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "highContrastTheme": "高对比度主题", + "vsDarkTheme": "Visual Studio 深色主题", + "vsLightTheme": "Visual Studio 主题" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/monaco/contrib/actions/pinWorkbench.i18n.json b/i18n/chs/src/vs/monaco/contrib/actions/pinWorkbench.i18n.json new file mode 100644 index 00000000000..ac289919e9f --- /dev/null +++ b/i18n/chs/src/vs/monaco/contrib/actions/pinWorkbench.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "pinShortcut": "将快捷方式固定到开始菜单" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/monaco/contrib/actions/showQuickStart.i18n.json b/i18n/chs/src/vs/monaco/contrib/actions/showQuickStart.i18n.json new file mode 100644 index 00000000000..44d283f6bc3 --- /dev/null +++ b/i18n/chs/src/vs/monaco/contrib/actions/showQuickStart.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "showQuickStart": "显示快速启动" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/monaco/contrib/connect/connectDropdown.i18n.json b/i18n/chs/src/vs/monaco/contrib/connect/connectDropdown.i18n.json new file mode 100644 index 00000000000..8a0251c73e6 --- /dev/null +++ b/i18n/chs/src/vs/monaco/contrib/connect/connectDropdown.i18n.json @@ -0,0 +1,16 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "accountHome": "打开 Visual Studio Online “{0}”主页", + "clone": "从 Visual Studio Online 克隆存储库", + "connectToVSO": "连接到 Visual Studio Online", + "connections": "连接", + "disconnectFromVSO": "从 Visual Studio Online 断开连接", + "disconnectedFromVSO": "你已成功从“{0}” Visual Studio Online 帐户断开此工作区的连接。", + "openAzureDashboard": "打开 Microsoft Azure 仪表板", + "openKuduConsole": "打开 Kudu 控制台", + "openWebSite": "浏览网站" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/monaco/contrib/profile/profileWidget.i18n.json b/i18n/chs/src/vs/monaco/contrib/profile/profileWidget.i18n.json new file mode 100644 index 00000000000..e7af58c15e6 --- /dev/null +++ b/i18n/chs/src/vs/monaco/contrib/profile/profileWidget.i18n.json @@ -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. +{ + "myProfile": "我的个人资料", + "signOut": "注销" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/monaco/contrib/sandbox/sandboxActions.i18n.json b/i18n/chs/src/vs/monaco/contrib/sandbox/sandboxActions.i18n.json new file mode 100644 index 00000000000..c630bf35361 --- /dev/null +++ b/i18n/chs/src/vs/monaco/contrib/sandbox/sandboxActions.i18n.json @@ -0,0 +1,20 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "customUpdateAction": "更新为...", + "customVersionPrompt": "自定义版本:", + "dashboardAction": "Azure 网站仪表板", + "debugAction": "调试", + "host": "主机: {0}", + "hostPrompt": "主机", + "loading": "正在加载...", + "logAction": "日志", + "pingResponseAction": "Ping 响应: {0}", + "restartAction": "重新启动", + "stableUpdateAction": "更新为稳定版本", + "versionAction": "版本: {0}", + "versionPrompt": "版本" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/monaco/core/requestService.i18n.json b/i18n/chs/src/vs/monaco/core/requestService.i18n.json new file mode 100644 index 00000000000..468aa71f5fa --- /dev/null +++ b/i18n/chs/src/vs/monaco/core/requestService.i18n.json @@ -0,0 +1,19 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "azurePortalInfo": "在 [[Azure 门户]] 上访问此站点的仪表板以查找您的站点是否已停止。", + "checkConnection": "请检查您的 Internet 连接。", + "doNotRefresh": "请勿在此时刷新浏览器。", + "noMore": "由于刚才已与服务器断开连接,因此工作台已停止尝试自动重新连接。", + "notConnectedTitle": "与服务器的连接已丢失。", + "notRecommended": "此时不建议刷新。", + "quotaProblem": "如果站点是由于达到了配额限制来停止的,请检查您的站点模式。根据站点的模式,避免超过配额的情况可能很简单,只需要等待几分钟即可。对于其他配额限制,您可能要考虑将站点升级到不同的模式,如共享或标准模式。", + "reconnectNow": "立即尝试重新连接", + "reconnecting": "正在重新连接...", + "reconnectingIn": "在 {0} 秒内尝试重新连接。", + "siteStoppedProblem": "如果您的站点已出于其他原因停止,请尝试重新启动该站点。", + "visualStudioUnavailableTitle": "Visual Studio Online 编辑目前不可用。" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/monaco/ui/dashboard/actions.i18n.json b/i18n/chs/src/vs/monaco/ui/dashboard/actions.i18n.json new file mode 100644 index 00000000000..bd42af40ef7 --- /dev/null +++ b/i18n/chs/src/vs/monaco/ui/dashboard/actions.i18n.json @@ -0,0 +1,47 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "cloningGitFromGitHub": "正在从 GitHub 中克隆 Git 存储库...", + "creatingWorkspace": "正在创建工作区...", + "dashboard.cloneGithub": "从 Github 中克隆", + "dashboard.cloneGithub.button": "克隆 {0}", + "dashboard.cloneGithub.connect": "连接到 GitHub", + "dashboard.cloneGithub.description": "Monaco 可以使用 OAuth 与服务提供程序交流。例如,您可以轻松地将 Visual Studio Online 连接到 GitHub 帐户以克隆您的存储库之一。", + "dashboard.cloneGithub.error": "出现错误,请查看控制台以获取更多详细信息。", + "dashboard.cloneGithub.loading": "正在加载...", + "dashboard.cloneGithub.title": "从 Github 项目中克隆工作区", + "dashboard.cloneURL": "从 Git URL 中克隆", + "dashboard.cloneURL.badOrEmptyPublishSettings": "您上载了一个无效的 publishsettings 文件或者其中没有订阅。请将其重新上载。", + "dashboard.cloneURL.createFromWebsite": "创建工作区", + "dashboard.cloneURL.createWorkspaceAndWebSite": "创建工作区和网站", + "dashboard.cloneURL.description": "如果您提前了解了 git 存储库 URL (目前仅支持 HTTP 或 HTTPS),您可以在此处随意放置它,包含 Visual Studio Online 克隆并从中创建工作区。", + "dashboard.cloneURL.errorCreatingWebSite": "创建网站时出错。", + "dashboard.cloneURL.errorLoadingWebsites": "加载网站时出错,请稍后重试。", + "dashboard.cloneURL.noSubscriptions": "— 没有找到订阅", + "dashboard.cloneURL.placeholder": "存储库 URL", + "dashboard.cloneURL.reuploadPublishSettings": "↑ 重新上载帐户", + "dashboard.cloneURL.title": "从 Git 存储库中克隆工作区", + "dashboard.cloneURL.uploadPublishSettings": "↑ 上载帐户", + "dashboard.cloneURL.webSiteName": "网站名称", + "dashboard.cloneURL.websiteDescription": "您还可以将此工作区与我们将为您创建的 Azure 网站进行关联。您可以从 <a href=\"{0}\" class=\"link\" target=\"_blank\"><strong>Azure</strong></a> 中下载帐户设置文件。", + "dashboard.importFromWebsite": "从网站中导入", + "dashboard.upload": "上载", + "dashboard.upload.button": "↑ 上载", + "dashboard.upload.description": "您还可以上载工作区的压缩存档(目前仅支持 ZIP)。", + "dashboard.upload.title": "上载工作区", + "dashboard.website.badOrEmptyPublishSettings": "您上载了一个无效的 publishsettings 文件或者其中没有订阅。请将其重新上载。", + "dashboard.website.createFromWebsite": "创建工作区", + "dashboard.website.description": "您可以从 <a href=\"{0}\" class=\"link\" target=\"_blank\"><strong>Azure</strong></a> 中下载帐户设置文件。", + "dashboard.website.errorLoadingWebsites": "加载网站时出错,请稍后重试。", + "dashboard.website.noSubscriptions": "— 没有找到订阅", + "dashboard.website.noWebSites": "— 没有找到网站", + "dashboard.website.pickSubscription": "— 选择一个订阅", + "dashboard.website.pickWebSite": "— 选择一个网站", + "dashboard.website.reuploadPublishSettings": "↑ 重新上载帐户", + "dashboard.website.title": "通过导入 Azure 网站创建工作区", + "dashboard.website.uploadPublishSettings": "↑ 上载帐户", + "openingWorkspace": "正在打开新工作区..." +} \ No newline at end of file diff --git a/i18n/chs/src/vs/monaco/ui/dashboard/dashboard.i18n.json b/i18n/chs/src/vs/monaco/ui/dashboard/dashboard.i18n.json new file mode 100644 index 00000000000..d0cabf09ba0 --- /dev/null +++ b/i18n/chs/src/vs/monaco/ui/dashboard/dashboard.i18n.json @@ -0,0 +1,18 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "dashboard.confirmDelete": "是否确实要删除工作区“{0}”?", + "dashboard.createWorkspace": "创建新的工作区", + "dashboard.createWorkspace.description": "在 Visual Studio Online 中轻松创建新的工作区。只需要尝试左边的选项之一。", + "dashboard.createWorkspace.title": "创建工作区", + "dashboard.lastChangeTime": "上次修改时间: {0} 以前", + "dashboard.one": "1", + "dashboard.toggleFooter": "切换页脚", + "dashboard.two": "2", + "dashboard.workspacesSummary": "工作区(总共 {0} 个)", + "workspaces": "工作区", + "workspacesName": "工作区" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/monaco/ui/shell/connectionIndicator.i18n.json b/i18n/chs/src/vs/monaco/ui/shell/connectionIndicator.i18n.json new file mode 100644 index 00000000000..fe6634cb9c4 --- /dev/null +++ b/i18n/chs/src/vs/monaco/ui/shell/connectionIndicator.i18n.json @@ -0,0 +1,24 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "azurePortalInfoFreeShared": "访问此 [[site's dashboard]] 以找出你的站点是否已达到配额限制。", + "azurePortalInfoStandard": "访问此 [[site's dashboard]] 以找出你的站点是否已停止。", + "azureWebSiteModeFree": "该站点在使用较低配额的“免费”模式中运行。", + "azureWebSiteModeShared": "该站点在使用配额的“共享”模式中运行。", + "checkConnection": "请检查你的 Internet 连接。", + "freeTrial": "免费试用", + "ftpAccess": "始终可以使用 FTP 提取站点的内容。", + "noMore": "由于刚才丢失了与服务器的连接,工作台已停止尝试进行重新连接。", + "notConnectedTitle": "我们无法连接到服务器", + "reconnectNow": "立即重新连接", + "reconnecting": "正在重新连接...", + "reconnectingIn": "在 {0} 秒内尝试重新连接。", + "refreshBrowser": "与服务器的连接已断开。请刷新浏览器。", + "refreshNow": "立即刷新", + "tryAzureExpiredInfo": "你可以尝试 [[creating]] 其他站点或 [[signup]] 30 天免费试用帐户。", + "visualStudioUnavailableTitle": "Visual Studio Online 编辑当前不可用", + "wawsExpiryTitle": "你的站点已过期" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/monaco/ui/shell/shell.i18n.json b/i18n/chs/src/vs/monaco/ui/shell/shell.i18n.json new file mode 100644 index 00000000000..69ac59ac3f9 --- /dev/null +++ b/i18n/chs/src/vs/monaco/ui/shell/shell.i18n.json @@ -0,0 +1,16 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "browseWorkspaces": "浏览工作区", + "diff.minutes": "{0}m:{1}s", + "diff.seconds": "00m:{0}s", + "legal": "法律", + "privacy": "隐私", + "support": "支持", + "tryAzureSiteExpireTimer": "你的免费站点将于以下时间到期: {0}", + "tryAzureSiteExpires": "你的免费站点已过期。", + "workspaces": "工作区" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/monaco/ui/widgets/connectDropdown.i18n.json b/i18n/chs/src/vs/monaco/ui/widgets/connectDropdown.i18n.json new file mode 100644 index 00000000000..76aaf6ea106 --- /dev/null +++ b/i18n/chs/src/vs/monaco/ui/widgets/connectDropdown.i18n.json @@ -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. +{ + "accountHome": "打开 Visual Studio Online“{0}”主页", + "clone": "从 Visual Studio Online 中克隆存储库", + "connectToVSO": "连接到 Visual Studio Online", + "connections": "连接", + "disconnectFromVSO": "从 Visual Studio Online 中断开", + "disconnectedFromVSO": "您已成功地从“{0}”Visual Studio Online 帐户中断开与此工作区的连接。", + "openAzureDashboard": "打开 Windows Azure 仪表板", + "openWebSite": "浏览网站" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/platform/actions/common/actionsService.i18n.json b/i18n/chs/src/vs/platform/actions/common/actionsService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/platform/actions/common/actionsService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/platform/configuration/common/configurationRegistry.i18n.json b/i18n/chs/src/vs/platform/configuration/common/configurationRegistry.i18n.json new file mode 100644 index 00000000000..dcd993aaee8 --- /dev/null +++ b/i18n/chs/src/vs/platform/configuration/common/configurationRegistry.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "masterDefaultConfigDesc": "默认设置", + "masterUserConfigDesc": "用户特定设置", + "masterWorkspaceConfigDesc": "工作区设置" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/platform/configurationRegistry.i18n.json b/i18n/chs/src/vs/platform/configurationRegistry.i18n.json new file mode 100644 index 00000000000..e59dbadb881 --- /dev/null +++ b/i18n/chs/src/vs/platform/configurationRegistry.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "masterConfigDesc": "这是 Workbench 的配置文件", + "masterConfigTitle": "配置文件", + "masterLanguageDesc": "特定语言的配置设置", + "masterTypeDesc": "“用户”或“组”。用户配置文件优先" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/platform/extensions/common/abstractExtensionService.i18n.json b/i18n/chs/src/vs/platform/extensions/common/abstractExtensionService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/platform/extensions/common/abstractExtensionService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/platform/extensions/common/extensionsRegistry.i18n.json b/i18n/chs/src/vs/platform/extensions/common/extensionsRegistry.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/platform/extensions/common/extensionsRegistry.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/platform/extensions/node/extensionValidator.i18n.json b/i18n/chs/src/vs/platform/extensions/node/extensionValidator.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/platform/extensions/node/extensionValidator.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/platform/files/nativeFileService.i18n.json b/i18n/chs/src/vs/platform/files/nativeFileService.i18n.json new file mode 100644 index 00000000000..cd92e88790a --- /dev/null +++ b/i18n/chs/src/vs/platform/files/nativeFileService.i18n.json @@ -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. +{ + "encoding": "读取和写入文件时使用的默认字符集编码。", + "filesConfigurationTitle": "文件配置" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/platform/files/statModel.i18n.json b/i18n/chs/src/vs/platform/files/statModel.i18n.json new file mode 100644 index 00000000000..5c415970a83 --- /dev/null +++ b/i18n/chs/src/vs/platform/files/statModel.i18n.json @@ -0,0 +1,12 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "emptyFileNameError": "必须提供文件或文件夹名。", + "fileNameExistsError": "此位置已存在文件或文件夹 **{0}** 。请选择其他名称。", + "filePathTooLongError": "名称 **{0}** 导致路径太长。请选择更短的名称。", + "invalidFileNameError": "名称 **{0}** 包含作为文件或文件夹名无效的字符。请选择其他名称。", + "invalidVSCFileName": "文件或文件夹名 **{0}** 已保留且无法使用。请选择其他名称。" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/platform/handlerService.i18n.json b/i18n/chs/src/vs/platform/handlerService.i18n.json new file mode 100644 index 00000000000..1a93088f46d --- /dev/null +++ b/i18n/chs/src/vs/platform/handlerService.i18n.json @@ -0,0 +1,12 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "altKey": "Alt", + "cmdKey": "命令", + "ctrlKey": "Ctrl", + "shiftKey": "Shift", + "windowsKey": "Windows" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/platform/jsonschemas/common/jsonContributionRegistry.i18n.json b/i18n/chs/src/vs/platform/jsonschemas/common/jsonContributionRegistry.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/platform/jsonschemas/common/jsonContributionRegistry.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/platform/jsonschemas/common/jsonValidationExtensionPoint.i18n.json b/i18n/chs/src/vs/platform/jsonschemas/common/jsonValidationExtensionPoint.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/platform/jsonschemas/common/jsonValidationExtensionPoint.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/platform/keybinding/browser/keybindingServiceImpl.i18n.json b/i18n/chs/src/vs/platform/keybinding/browser/keybindingServiceImpl.i18n.json new file mode 100644 index 00000000000..8c1d64db137 --- /dev/null +++ b/i18n/chs/src/vs/platform/keybinding/browser/keybindingServiceImpl.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "first.chord": "已按下({0})。正在等待同时按下第二个键...", + "missing.chord": "组合键({0}, {1})不是命令。", + "unboundCommands": "以下是其他可用命令:" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/platform/keybinding/common/keybindingsUtils.i18n.json b/i18n/chs/src/vs/platform/keybinding/common/keybindingsUtils.i18n.json new file mode 100644 index 00000000000..1a93088f46d --- /dev/null +++ b/i18n/chs/src/vs/platform/keybinding/common/keybindingsUtils.i18n.json @@ -0,0 +1,12 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "altKey": "Alt", + "cmdKey": "命令", + "ctrlKey": "Ctrl", + "shiftKey": "Shift", + "windowsKey": "Windows" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/platform/lifecycle/common/mainThreadLifecycleService.i18n.json b/i18n/chs/src/vs/platform/lifecycle/common/mainThreadLifecycleService.i18n.json new file mode 100644 index 00000000000..2a07e9d494d --- /dev/null +++ b/i18n/chs/src/vs/platform/lifecycle/common/mainThreadLifecycleService.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "genericVeto": "你确定要离开?" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/platform/markers/common/problemMatcher.i18n.json b/i18n/chs/src/vs/platform/markers/common/problemMatcher.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/platform/markers/common/problemMatcher.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/platform/message/common/message.i18n.json b/i18n/chs/src/vs/platform/message/common/message.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/platform/message/common/message.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/platform/plugins/common/abstractPluginService.i18n.json b/i18n/chs/src/vs/platform/plugins/common/abstractPluginService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/platform/plugins/common/abstractPluginService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/platform/plugins/common/pluginsRegistry.i18n.json b/i18n/chs/src/vs/platform/plugins/common/pluginsRegistry.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/platform/plugins/common/pluginsRegistry.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/platform/plugins/node/pluginVersionValidator.i18n.json b/i18n/chs/src/vs/platform/plugins/node/pluginVersionValidator.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/platform/plugins/node/pluginVersionValidator.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/platform/request/nativeWorkerRequestService.i18n.json b/i18n/chs/src/vs/platform/request/nativeWorkerRequestService.i18n.json new file mode 100644 index 00000000000..cdd9618db68 --- /dev/null +++ b/i18n/chs/src/vs/platform/request/nativeWorkerRequestService.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "localFileNotFound": "未找到文件" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/platform/telemetry/electron-browser/electronTelemetryService.i18n.json b/i18n/chs/src/vs/platform/telemetry/electron-browser/electronTelemetryService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/platform/telemetry/electron-browser/electronTelemetryService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/platform/theme/common/themes.i18n.json b/i18n/chs/src/vs/platform/theme/common/themes.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/platform/theme/common/themes.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/api/node/extHostMessageService.i18n.json b/i18n/chs/src/vs/workbench/api/node/extHostMessageService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/workbench/api/node/extHostMessageService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/browser/actions/openSettings.i18n.json b/i18n/chs/src/vs/workbench/browser/actions/openSettings.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/workbench/browser/actions/openSettings.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/browser/actions/toggleSidebarPosition.i18n.json b/i18n/chs/src/vs/workbench/browser/actions/toggleSidebarPosition.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/workbench/browser/actions/toggleSidebarPosition.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/browser/actions/toggleSidebarVisibility.i18n.json b/i18n/chs/src/vs/workbench/browser/actions/toggleSidebarVisibility.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/workbench/browser/actions/toggleSidebarVisibility.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/browser/actions/triggerEditorActions.i18n.json b/i18n/chs/src/vs/workbench/browser/actions/triggerEditorActions.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/workbench/browser/actions/triggerEditorActions.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/browser/actions/triggerNavigation.i18n.json b/i18n/chs/src/vs/workbench/browser/actions/triggerNavigation.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/workbench/browser/actions/triggerNavigation.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/browser/actions/triggerQuickOpen.i18n.json b/i18n/chs/src/vs/workbench/browser/actions/triggerQuickOpen.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/workbench/browser/actions/triggerQuickOpen.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/browser/parts/activitybar/activityAction.i18n.json b/i18n/chs/src/vs/workbench/browser/parts/activitybar/activityAction.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/workbench/browser/parts/activitybar/activityAction.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/browser/parts/activitybar/activitybarPart.i18n.json b/i18n/chs/src/vs/workbench/browser/parts/activitybar/activitybarPart.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/workbench/browser/parts/activitybar/activitybarPart.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/browser/parts/compositePart.i18n.json b/i18n/chs/src/vs/workbench/browser/parts/compositePart.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/workbench/browser/parts/compositePart.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/browser/parts/editor/binaryDiffEditor.i18n.json b/i18n/chs/src/vs/workbench/browser/parts/editor/binaryDiffEditor.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/workbench/browser/parts/editor/binaryDiffEditor.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/browser/parts/editor/binaryEditor.i18n.json b/i18n/chs/src/vs/workbench/browser/parts/editor/binaryEditor.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/workbench/browser/parts/editor/binaryEditor.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/browser/parts/editor/editor.contribution.i18n.json b/i18n/chs/src/vs/workbench/browser/parts/editor/editor.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/workbench/browser/parts/editor/editor.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/browser/parts/editor/editorPart.i18n.json b/i18n/chs/src/vs/workbench/browser/parts/editor/editorPart.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/workbench/browser/parts/editor/editorPart.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/browser/parts/editor/editorStatus.i18n.json b/i18n/chs/src/vs/workbench/browser/parts/editor/editorStatus.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/workbench/browser/parts/editor/editorStatus.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/browser/parts/editor/iframeEditor.i18n.json b/i18n/chs/src/vs/workbench/browser/parts/editor/iframeEditor.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/workbench/browser/parts/editor/iframeEditor.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/browser/parts/editor/sideBySideEditorControl.i18n.json b/i18n/chs/src/vs/workbench/browser/parts/editor/sideBySideEditorControl.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/workbench/browser/parts/editor/sideBySideEditorControl.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/browser/parts/editor/stringEditor.i18n.json b/i18n/chs/src/vs/workbench/browser/parts/editor/stringEditor.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/workbench/browser/parts/editor/stringEditor.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/browser/parts/editor/textDiffEditor.i18n.json b/i18n/chs/src/vs/workbench/browser/parts/editor/textDiffEditor.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/workbench/browser/parts/editor/textDiffEditor.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/browser/parts/panel/panelPart.i18n.json b/i18n/chs/src/vs/workbench/browser/parts/panel/panelPart.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/workbench/browser/parts/panel/panelPart.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/browser/parts/quickopen/editorHistoryModel.i18n.json b/i18n/chs/src/vs/workbench/browser/parts/quickopen/editorHistoryModel.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/workbench/browser/parts/quickopen/editorHistoryModel.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/browser/parts/quickopen/quickOpenController.i18n.json b/i18n/chs/src/vs/workbench/browser/parts/quickopen/quickOpenController.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/workbench/browser/parts/quickopen/quickOpenController.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/browser/parts/sidebar/sidebarPart.i18n.json b/i18n/chs/src/vs/workbench/browser/parts/sidebar/sidebarPart.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/workbench/browser/parts/sidebar/sidebarPart.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/browser/parts/statusbar/statusbarPart.i18n.json b/i18n/chs/src/vs/workbench/browser/parts/statusbar/statusbarPart.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/workbench/browser/parts/statusbar/statusbarPart.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/browser/quickopen.i18n.json b/i18n/chs/src/vs/workbench/browser/quickopen.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/workbench/browser/quickopen.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/browser/ui/actionRegistry.i18n.json b/i18n/chs/src/vs/workbench/browser/ui/actionRegistry.i18n.json new file mode 100644 index 00000000000..89e27a4dbc8 --- /dev/null +++ b/i18n/chs/src/vs/workbench/browser/ui/actionRegistry.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "bindingSeparator": ", " +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/browser/ui/actions/openSettings.i18n.json b/i18n/chs/src/vs/workbench/browser/ui/actions/openSettings.i18n.json new file mode 100644 index 00000000000..cdca002a130 --- /dev/null +++ b/i18n/chs/src/vs/workbench/browser/ui/actions/openSettings.i18n.json @@ -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. +{ + "fail.createSettings": "无法在 \".settings\" 文件夹中创建 \"user.json\" 文件。", + "openSettings": "打开设置" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/browser/ui/actions/toggleSidebarPosition.i18n.json b/i18n/chs/src/vs/workbench/browser/ui/actions/toggleSidebarPosition.i18n.json new file mode 100644 index 00000000000..9d901b0ea85 --- /dev/null +++ b/i18n/chs/src/vs/workbench/browser/ui/actions/toggleSidebarPosition.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "moveLeft": "向左移动边栏", + "moveRight": "向右移动边栏", + "togglePosition": "切换边栏位置" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/browser/ui/actions/toggleSidebarVisibility.i18n.json b/i18n/chs/src/vs/workbench/browser/ui/actions/toggleSidebarVisibility.i18n.json new file mode 100644 index 00000000000..595c560093e --- /dev/null +++ b/i18n/chs/src/vs/workbench/browser/ui/actions/toggleSidebarVisibility.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "enterMode": "隐藏边栏", + "leaveMode": "显示边栏", + "toggleSidebar": "切换边栏可见性" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/browser/ui/actions/triggerEditorActions.i18n.json b/i18n/chs/src/vs/workbench/browser/ui/actions/triggerEditorActions.i18n.json new file mode 100644 index 00000000000..acd4004ba94 --- /dev/null +++ b/i18n/chs/src/vs/workbench/browser/ui/actions/triggerEditorActions.i18n.json @@ -0,0 +1,16 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "closeActiveEditor": "关闭活动的编辑器", + "cycleEditor": "在打开的编辑器之间循环", + "focusFirstEditor": "聚焦到左侧的编辑器中", + "focusLeftEditor": "聚焦到左侧的下一个编辑器中", + "focusRigthEditor": "聚焦到右侧的下一个编辑器中", + "focusSecondEditor": "聚焦到侧编辑器中", + "focusThirdEditor": "聚焦到右侧编辑器中", + "openToSide": "打开到侧边", + "splitEditor": "拆分编辑器" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/browser/ui/actions/triggerNavigation.i18n.json b/i18n/chs/src/vs/workbench/browser/ui/actions/triggerNavigation.i18n.json new file mode 100644 index 00000000000..091311755b2 --- /dev/null +++ b/i18n/chs/src/vs/workbench/browser/ui/actions/triggerNavigation.i18n.json @@ -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. +{ + "navigateNext": "在导航历史记录中向前导航", + "navigatePrevious": "在导航历史记录中向后导航" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/browser/ui/actions/triggerQuickOpen.i18n.json b/i18n/chs/src/vs/workbench/browser/ui/actions/triggerQuickOpen.i18n.json new file mode 100644 index 00000000000..7a36da3436e --- /dev/null +++ b/i18n/chs/src/vs/workbench/browser/ui/actions/triggerQuickOpen.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "gotoFile": "转到文件...", + "navigateEditorHistoryByInput": "在编辑器历史记录中向后导航", + "quickOpen": "快速打开" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/browser/ui/parts/activitybar/activityAction.i18n.json b/i18n/chs/src/vs/workbench/browser/ui/parts/activitybar/activityAction.i18n.json new file mode 100644 index 00000000000..6383238f72c --- /dev/null +++ b/i18n/chs/src/vs/workbench/browser/ui/parts/activitybar/activityAction.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "titleKeybinding": "{0} ({1})" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/browser/ui/parts/editor/binaryDiffEditor.i18n.json b/i18n/chs/src/vs/workbench/browser/ui/parts/editor/binaryDiffEditor.i18n.json new file mode 100644 index 00000000000..47ee4d97977 --- /dev/null +++ b/i18n/chs/src/vs/workbench/browser/ui/parts/editor/binaryDiffEditor.i18n.json @@ -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. +{ + "binaryDiffEditor": "二进制差异查看器", + "cannotDiffTextToBinary": "当前不支持比较二进制文件和非二进制文件" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/browser/ui/parts/editor/binaryEditor.i18n.json b/i18n/chs/src/vs/workbench/browser/ui/parts/editor/binaryEditor.i18n.json new file mode 100644 index 00000000000..179d53d5a1d --- /dev/null +++ b/i18n/chs/src/vs/workbench/browser/ui/parts/editor/binaryEditor.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "preview": "预览" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/browser/ui/parts/editor/editor.contribution.i18n.json b/i18n/chs/src/vs/workbench/browser/ui/parts/editor/editor.contribution.i18n.json new file mode 100644 index 00000000000..64f4353edd6 --- /dev/null +++ b/i18n/chs/src/vs/workbench/browser/ui/parts/editor/editor.contribution.i18n.json @@ -0,0 +1,12 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "binaryDiffEditor": "二进制差异编辑器", + "binaryEditor": "二进制资源编辑器", + "iframeEditor": "IFrame 编辑器", + "stringEditor": "字符串文本编辑器", + "textDiffEditor": "文本差异编辑器" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/browser/ui/parts/editor/editorPart.i18n.json b/i18n/chs/src/vs/workbench/browser/ui/parts/editor/editorPart.i18n.json new file mode 100644 index 00000000000..87ed1fad3c1 --- /dev/null +++ b/i18n/chs/src/vs/workbench/browser/ui/parts/editor/editorPart.i18n.json @@ -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. +{ + "editorAccessibleLabel": "编辑器", + "editorOpenError": "打开“{0}”({1})时出错。" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/browser/ui/parts/editor/iframeEditor.i18n.json b/i18n/chs/src/vs/workbench/browser/ui/parts/editor/iframeEditor.i18n.json new file mode 100644 index 00000000000..9992b59c224 --- /dev/null +++ b/i18n/chs/src/vs/workbench/browser/ui/parts/editor/iframeEditor.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "iframeEditor": "IFrame 查看器" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/browser/ui/parts/editor/sideBySideEditorControl.i18n.json b/i18n/chs/src/vs/workbench/browser/ui/parts/editor/sideBySideEditorControl.i18n.json new file mode 100644 index 00000000000..a55490f675d --- /dev/null +++ b/i18n/chs/src/vs/workbench/browser/ui/parts/editor/sideBySideEditorControl.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "close": "关闭", + "loadingLabel": "正在加载...", + "splitEditor": "拆分编辑器" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/browser/ui/parts/editor/stringEditor.i18n.json b/i18n/chs/src/vs/workbench/browser/ui/parts/editor/stringEditor.i18n.json new file mode 100644 index 00000000000..edbde0f0011 --- /dev/null +++ b/i18n/chs/src/vs/workbench/browser/ui/parts/editor/stringEditor.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "textEditor": "只读文本查看器" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/browser/ui/parts/editor/textDiffEditor.i18n.json b/i18n/chs/src/vs/workbench/browser/ui/parts/editor/textDiffEditor.i18n.json new file mode 100644 index 00000000000..404b0a69aa7 --- /dev/null +++ b/i18n/chs/src/vs/workbench/browser/ui/parts/editor/textDiffEditor.i18n.json @@ -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. +{ + "cannotDiffBinary": "要比较的资源至少有一个好像是二进制的,当前不支持", + "doNotIgnoreTrimWhitespaceLabel": "请勿忽略修整空白", + "ignoreTrimWhitespaceLabel": "忽略修整空白", + "inlineDiffLabel": "切换到内联视图", + "navigate.next.label": "下一处修订", + "navigate.prev.label": "上一处修订", + "sideBySideDiffLabel": "切换到并行视图", + "textDiffEditor": "文本差异编辑器" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/browser/ui/parts/quickopen/quickOpenController.i18n.json b/i18n/chs/src/vs/workbench/browser/ui/parts/quickopen/quickOpenController.i18n.json new file mode 100644 index 00000000000..3d57c4abc52 --- /dev/null +++ b/i18n/chs/src/vs/workbench/browser/ui/parts/quickopen/quickOpenController.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "additionalResultsGroupLabel": "{0} ({1})", + "canNotRunPlaceholder": "在当前上下文中无法使用此快速打开处理程序", + "historyMatches": "最近已打开({0})", + "noResultsFound1": "未找到结果", + "noResultsFound2": "未找到结果", + "quickOpenInput": "键入“?”可获取有关您可以从此处采取的操作的帮助", + "workspaceMatches": "其他匹配项({0})" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/browser/ui/parts/sidebar/sidebarPart.i18n.json b/i18n/chs/src/vs/workbench/browser/ui/parts/sidebar/sidebarPart.i18n.json new file mode 100644 index 00000000000..ce091234aec --- /dev/null +++ b/i18n/chs/src/vs/workbench/browser/ui/parts/sidebar/sidebarPart.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "viewletTitleTooltip": "{0} ({1})" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/browser/viewlet.i18n.json b/i18n/chs/src/vs/workbench/browser/viewlet.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/workbench/browser/viewlet.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/common/quickopen.i18n.json b/i18n/chs/src/vs/workbench/common/quickopen.i18n.json new file mode 100644 index 00000000000..05449e749ab --- /dev/null +++ b/i18n/chs/src/vs/workbench/common/quickopen.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "showEditorCommands": "显示编辑器命令" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/contrib/actions/triggerEditorAction.i18n.json b/i18n/chs/src/vs/workbench/contrib/actions/triggerEditorAction.i18n.json new file mode 100644 index 00000000000..7d2272cbc77 --- /dev/null +++ b/i18n/chs/src/vs/workbench/contrib/actions/triggerEditorAction.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "selectAll.label": "在编辑器中选择全部" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/contrib/build/build.contribution.i18n.json b/i18n/chs/src/vs/workbench/contrib/build/build.contribution.i18n.json new file mode 100644 index 00000000000..eb9a8690b7f --- /dev/null +++ b/i18n/chs/src/vs/workbench/contrib/build/build.contribution.i18n.json @@ -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. +{ + "name": "生成", + "showBuildViewlet": "显示“生成”Viewlet" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/contrib/build/build.i18n.json b/i18n/chs/src/vs/workbench/contrib/build/build.i18n.json new file mode 100644 index 00000000000..e0a292b8376 --- /dev/null +++ b/i18n/chs/src/vs/workbench/contrib/build/build.i18n.json @@ -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. +{ + "buildLog": "生成日志", + "nobuildlog.message": "没有生成日志。" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/contrib/build/buildStatusUpdater.i18n.json b/i18n/chs/src/vs/workbench/contrib/build/buildStatusUpdater.i18n.json new file mode 100644 index 00000000000..8ff343b4460 --- /dev/null +++ b/i18n/chs/src/vs/workbench/contrib/build/buildStatusUpdater.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "buildErrorsBadge": "{0} 生成错误", + "buildProgressBadge": "生成", + "buildRequestFailedBadge": "生成请求失败。请检查生成日志", + "buildStatusFailedBadge": "生成状态失败。请检查生成日志" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/contrib/build/buildViewlet.i18n.json b/i18n/chs/src/vs/workbench/contrib/build/buildViewlet.i18n.json new file mode 100644 index 00000000000..7e8c9473fe1 --- /dev/null +++ b/i18n/chs/src/vs/workbench/contrib/build/buildViewlet.i18n.json @@ -0,0 +1,16 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "build.label": "生成", + "errorCount": "{0} 个错误", + "errorsCount": "{0} 个错误", + "noerror.message": "没有生成错误", + "noresult.message": "还没有生成结果。", + "openlog.label": "打开生成日志", + "seelog.message.full": "请查看日志中的错误。", + "seelog.message.short": "请查看日志中的错误 -", + "showlog.message": "显示生成日志" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/contrib/build/buildWorkspaceService.i18n.json b/i18n/chs/src/vs/workbench/contrib/build/buildWorkspaceService.i18n.json new file mode 100644 index 00000000000..e21378344d4 --- /dev/null +++ b/i18n/chs/src/vs/workbench/contrib/build/buildWorkspaceService.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "build.nobuildconfig.error": "生成没有运行。没有配置生成。若要配置生成,请将 \"monaco.build.json\" 或 \"nakefile.js\" 添加到工作区。" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/contrib/files/binaryContentEditor.i18n.json b/i18n/chs/src/vs/workbench/contrib/files/binaryContentEditor.i18n.json new file mode 100644 index 00000000000..29b11e9c575 --- /dev/null +++ b/i18n/chs/src/vs/workbench/contrib/files/binaryContentEditor.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "binaryContentEditor": "二进制内容查看器" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/contrib/files/contentEditorInput.i18n.json b/i18n/chs/src/vs/workbench/contrib/files/contentEditorInput.i18n.json new file mode 100644 index 00000000000..90ceb49d487 --- /dev/null +++ b/i18n/chs/src/vs/workbench/contrib/files/contentEditorInput.i18n.json @@ -0,0 +1,16 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "pendingSaveMeeta": "当前正在将更改保存到服务器...", + "saveConflictDisplay": "冲突", + "saveConflictMeta": "无法保存更改,因为它们与服务器上的另一版本冲突", + "saveErorDisplay": "保存错误", + "saveErrorMeta": "抱歉,我们无法保存你的更改", + "savedDiffDate": "上次保存时间为 {0}", + "savedDiffTime": "上次保存时间为 {0} 之前", + "savedDisplay": "已保存", + "savingDisplay": "正在保存..." +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/contrib/files/contentEditorModel.i18n.json b/i18n/chs/src/vs/workbench/contrib/files/contentEditorModel.i18n.json new file mode 100644 index 00000000000..099dd2c114b --- /dev/null +++ b/i18n/chs/src/vs/workbench/contrib/files/contentEditorModel.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "genericSaveError": "无法保存“{0}”: {1}", + "staleSaveError": "无法保存“{0}”: 服务器上的版本较新。请打开文件并再次将其保存。", + "unexpectedEventError": "类型为 {0} 的文件更改侦听器中出现意外错误" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/contrib/files/explorerViewer.i18n.json b/i18n/chs/src/vs/workbench/contrib/files/explorerViewer.i18n.json new file mode 100644 index 00000000000..9d382fed685 --- /dev/null +++ b/i18n/chs/src/vs/workbench/contrib/files/explorerViewer.i18n.json @@ -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. +{ + "confirmOverwriteMessage": "目标文件夹中已存在“{0}”。是否要将其替换?", + "warningFileDirty": "正在保存文件“{0}”,请稍后重试。" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/contrib/files/fileServices.i18n.json b/i18n/chs/src/vs/workbench/contrib/files/fileServices.i18n.json new file mode 100644 index 00000000000..f825c0ecabd --- /dev/null +++ b/i18n/chs/src/vs/workbench/contrib/files/fileServices.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "cancel": "取消", + "createFile": "创建文件", + "unsavedChangesEpilogue": "\n\n请返回并等待更改保存完毕。否则,将丢弃您的更改。", + "unsavedChangesPreamble": "在下列位置有未保存的更改:\n" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/contrib/files/files.contribution.i18n.json b/i18n/chs/src/vs/workbench/contrib/files/files.contribution.i18n.json new file mode 100644 index 00000000000..4da664babd2 --- /dev/null +++ b/i18n/chs/src/vs/workbench/contrib/files/files.contribution.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "binaryContentEditor": "二进制内容编辑器", + "explore": "浏览", + "showExplorerViewlet": "显示“资源管理器” Viewlet", + "textContentEditor": "文本内容编辑器" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/contrib/files/htmlFrameEditorInput.i18n.json b/i18n/chs/src/vs/workbench/contrib/files/htmlFrameEditorInput.i18n.json new file mode 100644 index 00000000000..179d53d5a1d --- /dev/null +++ b/i18n/chs/src/vs/workbench/contrib/files/htmlFrameEditorInput.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "preview": "预览" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/contrib/files/statModel.i18n.json b/i18n/chs/src/vs/workbench/contrib/files/statModel.i18n.json new file mode 100644 index 00000000000..b87cf4d4fbe --- /dev/null +++ b/i18n/chs/src/vs/workbench/contrib/files/statModel.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "emptyFileNameError": "必须提供文件或文件夹名称。", + "fileNameExistsError": "此位置已存在文件或文件夹“{0}”。请选择不同的名称。", + "filePathTooLongError": "名称“{0}”导致路径太长。请选择更短的名称。", + "invalidFileNameError": "名称“{0}”包含作为文件或文件夹名称无效的字符。请选择一个不同的名称。" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/contrib/files/textContentEditor.i18n.json b/i18n/chs/src/vs/workbench/contrib/files/textContentEditor.i18n.json new file mode 100644 index 00000000000..56b1ddf35ce --- /dev/null +++ b/i18n/chs/src/vs/workbench/contrib/files/textContentEditor.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "cancel": "取消", + "createFile": "创建文件", + "textContentEditor": "文本内容编辑器" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/contrib/git/git.contribution.i18n.json b/i18n/chs/src/vs/workbench/contrib/git/git.contribution.i18n.json new file mode 100644 index 00000000000..3e9d105117f --- /dev/null +++ b/i18n/chs/src/vs/workbench/contrib/git/git.contribution.i18n.json @@ -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. +{ + "git": "Git", + "toggleGitViewlet": "显示“Git”Viewlet" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/contrib/git/gitOperations.i18n.json b/i18n/chs/src/vs/workbench/contrib/git/gitOperations.i18n.json new file mode 100644 index 00000000000..31fc3abb55f --- /dev/null +++ b/i18n/chs/src/vs/workbench/contrib/git/gitOperations.i18n.json @@ -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. +{ + "failParse": "无法分析来自 git 服务的响应: {0}", + "gitError": "Git 服务错误" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/contrib/git/gitWidgets.i18n.json b/i18n/chs/src/vs/workbench/contrib/git/gitWidgets.i18n.json new file mode 100644 index 00000000000..258bf8534aa --- /dev/null +++ b/i18n/chs/src/vs/workbench/contrib/git/gitWidgets.i18n.json @@ -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. +{ + "Branches": "分支", + "currentlyDetached": "在“{0}”中目前处于已分离的 HEAD 模式。" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/contrib/git/gitWorkbenchContributions.i18n.json b/i18n/chs/src/vs/workbench/contrib/git/gitWorkbenchContributions.i18n.json new file mode 100644 index 00000000000..1d2e6f9cbae --- /dev/null +++ b/i18n/chs/src/vs/workbench/contrib/git/gitWorkbenchContributions.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "credentialsRequest": "需要凭据", + "gitPendingChangesBadge": "{0} 挂起的更改", + "gitProgressBadge": "正在运行的 git 状态", + "pendingOperation": "有一个待定 git 操作要求提供凭据。请输入你的评估或取消操作。" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/contrib/git/views/empty/emptyView.i18n.json b/i18n/chs/src/vs/workbench/contrib/git/views/empty/emptyView.i18n.json new file mode 100644 index 00000000000..45d3823932e --- /dev/null +++ b/i18n/chs/src/vs/workbench/contrib/git/views/empty/emptyView.i18n.json @@ -0,0 +1,18 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "cantclone": "无法将 git 存储库克隆到非空工作区中。", + "close": "关闭", + "gitRepoURL": "存储库 URL", + "gitclone": "从 git URL 中克隆", + "gitinit": "初始化 git 存储库", + "noGit": "此工作区尚未接受 git 源代码管理。", + "noRepositories": "在 VS Online 帐户中没有找到 git 存储库", + "reconnect": "重新连接", + "repoFromProject": "{0} (来自于 {1})", + "tfsConnect": "连接到 Visual Studio Online", + "vsoClone": "从 VS Online 存储库中克隆" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/contrib/output/output.contribution.i18n.json b/i18n/chs/src/vs/workbench/contrib/output/output.contribution.i18n.json new file mode 100644 index 00000000000..f2a1c45988b --- /dev/null +++ b/i18n/chs/src/vs/workbench/contrib/output/output.contribution.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "runConfigurationDescription": "这用于配置运行行为。", + "runConfigurationTitle": "运行配置", + "suffixDescription": "按下“运行”时附加到 URL 的后缀。" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/contrib/output/output.i18n.json b/i18n/chs/src/vs/workbench/contrib/output/output.i18n.json new file mode 100644 index 00000000000..5af98715fdf --- /dev/null +++ b/i18n/chs/src/vs/workbench/contrib/output/output.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "output": "输出", + "outputFinaleBad": "[信息] 如果您没有看到输出,请确保对应用程序进行了发送输出的正确配置\n", + "outputFinaleGood1": "[信息] 已为您的应用程序启用日志记录", + "outputFinaleGood2": "[信息] 日志记录级别为“{0}”。若要进行更改,请从 {1} 中配置您的应用程序\n", + "outputFinaleGood3": "[info]日志记录级别为“{0}”。\n", + "outputInfo": "[信息] 来自在 {0} 处运行的应用程序的输出将显示在此处", + "outputRunner": "自 {0}" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/contrib/output/outputActions.contribution.i18n.json b/i18n/chs/src/vs/workbench/contrib/output/outputActions.contribution.i18n.json new file mode 100644 index 00000000000..980139a246e --- /dev/null +++ b/i18n/chs/src/vs/workbench/contrib/output/outputActions.contribution.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "clearOutput.label": "清除输出", + "output.show": "显示输出...", + "run": "运行" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/contrib/terminal/inPlaceCredentialsHelper.i18n.json b/i18n/chs/src/vs/workbench/contrib/terminal/inPlaceCredentialsHelper.i18n.json new file mode 100644 index 00000000000..f67c8e9d773 --- /dev/null +++ b/i18n/chs/src/vs/workbench/contrib/terminal/inPlaceCredentialsHelper.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "label.password": "密码:", + "label.rememberMe": "记住我:", + "label.username": "用户名:", + "placeholder.helpMessage": "请提供用于 <strong>{0}</strong> 的凭据<br/>\" + \"按下 <span class=\"shortcut\">{1}</span> 以\" + \"<span class=\"action save\">确认</span>或 \" + \"<span class=\"shortcut\">{2}</span> 以\" + \"<span class=\"action cancel\">取消。</span>", + "rememberDisclaimerFullAccessibleText": "记住凭据。保存密码会将此信息存储在您的 Azure 网站中。这意味着,任何具有对您的网站的 FTP 访问权限的用户都能够检索您的密码。", + "rememberDisclaimerTooltip": "保存密码会将此信息存储在您的 Azure 网站中。这意味着,任何具有对您的网站的 FTP 访问权限的用户都能够检索您的密码。" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/contrib/terminal/inPlaceTerminalEditor.i18n.json b/i18n/chs/src/vs/workbench/contrib/terminal/inPlaceTerminalEditor.i18n.json new file mode 100644 index 00000000000..46b0a1a394c --- /dev/null +++ b/i18n/chs/src/vs/workbench/contrib/terminal/inPlaceTerminalEditor.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "placeholder.helpMessage": "您正在使用就地编辑器,按下 \" + \"<span class=\"shortcut\">{0}</span> 以\" + \"<span class=\"action save\">保存它</span>或 \" + \"<span class=\"shortcut\">{1}</span> 以\" + \"<span class=\"action cancel\">取消。</span>" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/contrib/terminal/terminalActions.contribution.i18n.json b/i18n/chs/src/vs/workbench/contrib/terminal/terminalActions.contribution.i18n.json new file mode 100644 index 00000000000..eb55ae945d6 --- /dev/null +++ b/i18n/chs/src/vs/workbench/contrib/terminal/terminalActions.contribution.i18n.json @@ -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. +{ + "clearConsole.label": "清除控制台", + "globalConsoleAction": "打开控制台" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/contrib/terminal/terminalActions.i18n.json b/i18n/chs/src/vs/workbench/contrib/terminal/terminalActions.i18n.json new file mode 100644 index 00000000000..b8eb1a79217 --- /dev/null +++ b/i18n/chs/src/vs/workbench/contrib/terminal/terminalActions.i18n.json @@ -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. +{ + "consoleErrorBadge": "控制台错误", + "consoleProgressBadge": "正在执行命令", + "extractAll": "全部提取", + "globalConsoleAction": "打开控制台", + "openNewConsole": "打开新控制台", + "runFromConsole": "从控制台运行", + "switchToConsole": "{0} {1}", + "switchToConsole.label": "切换到控制台" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/contrib/terminal/terminalEditor.i18n.json b/i18n/chs/src/vs/workbench/contrib/terminal/terminalEditor.i18n.json new file mode 100644 index 00000000000..e8fec9d19c0 --- /dev/null +++ b/i18n/chs/src/vs/workbench/contrib/terminal/terminalEditor.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "clearConsole": "清除控制台", + "console": "控制台", + "terminalCancelInfo": "正在停止当前运行的命令...", + "terminalHelp": "欢迎使用 Visual Studio Online Monaco 控制台!\n输入“{0} ”可显示可用命令的列表或按“{1}”获取帮助。输入“{2}”关闭控制台。" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/contrib/terminal/terminalInput.i18n.json b/i18n/chs/src/vs/workbench/contrib/terminal/terminalInput.i18n.json new file mode 100644 index 00000000000..eb007e2862f --- /dev/null +++ b/i18n/chs/src/vs/workbench/contrib/terminal/terminalInput.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "terminalInputDescription": "{0} - {1}", + "terminalInputDescriptionRunning": "{0} - {1} (正在运行...)", + "terminalInputName": "控制台", + "welcome": "欢迎" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/contrib/terminal/terminalModel.i18n.json b/i18n/chs/src/vs/workbench/contrib/terminal/terminalModel.i18n.json new file mode 100644 index 00000000000..7b6318f3a65 --- /dev/null +++ b/i18n/chs/src/vs/workbench/contrib/terminal/terminalModel.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "socketDisconnectText": "\n错误: 该命令不再显示输出,因为已断开与服务器的连接。您可能已断开 Internet 连接或者服务器已重新启动。" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/contrib/terminal/terminalWorkbenchContribution.i18n.json b/i18n/chs/src/vs/workbench/contrib/terminal/terminalWorkbenchContribution.i18n.json new file mode 100644 index 00000000000..761460ccc45 --- /dev/null +++ b/i18n/chs/src/vs/workbench/contrib/terminal/terminalWorkbenchContribution.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "dashboard": "仪表板", + "explore": "浏览", + "runningProcessesInfo": "至少有一个命令仍在运行。请返回控制台,并停止所有正在运行的命令。否则命令将继续在后台运行。", + "setupError": "工作区创建期间发生了一些问题。请从仪表板中删除该工作区,然后重试。", + "setupInfoFinish": "已创建您的工作区。", + "setupInfoStart": "将创建您的工作区。在该操作完成前请稍候。" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/contrib/terminal/terminalWorker.i18n.json b/i18n/chs/src/vs/workbench/contrib/terminal/terminalWorker.i18n.json new file mode 100644 index 00000000000..57dc9198ee2 --- /dev/null +++ b/i18n/chs/src/vs/workbench/contrib/terminal/terminalWorker.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "clearCommand": "清除终端输出", + "clsCommand": "清除终端输出", + "exitCommand": "关闭终端" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/contrib/testing/coverage/coverageActions.i18n.json b/i18n/chs/src/vs/workbench/contrib/testing/coverage/coverageActions.i18n.json new file mode 100644 index 00000000000..81a891a95bf --- /dev/null +++ b/i18n/chs/src/vs/workbench/contrib/testing/coverage/coverageActions.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "refresh": "刷新" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/contrib/testing/test.contribution.i18n.json b/i18n/chs/src/vs/workbench/contrib/testing/test.contribution.i18n.json new file mode 100644 index 00000000000..741fab4c4c3 --- /dev/null +++ b/i18n/chs/src/vs/workbench/contrib/testing/test.contribution.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "coveargeName": "测试覆盖率", + "enabled": "测试是否应自动运行。", + "name": "测试", + "testConfigurationDescription": "这用于配置测试 Viewlet。", + "testConfigurationTitle": "测试配置", + "testPage": "运行您的测试的页面的相对 URL。" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/contrib/testing/testActions.i18n.json b/i18n/chs/src/vs/workbench/contrib/testing/testActions.i18n.json new file mode 100644 index 00000000000..77b8e25305d --- /dev/null +++ b/i18n/chs/src/vs/workbench/contrib/testing/testActions.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "runLocalTests.label": "本地运行", + "runTestsNow.label": "运行测试", + "showCoverage.label": "显示覆盖率" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/contrib/testing/testModel.i18n.json b/i18n/chs/src/vs/workbench/contrib/testing/testModel.i18n.json new file mode 100644 index 00000000000..1a34fba55be --- /dev/null +++ b/i18n/chs/src/vs/workbench/contrib/testing/testModel.i18n.json @@ -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. +{ + "allTestsPass": "{0} 个测试通过({1} 个断言)。", + "failedAssertion.actualExpected": "实际:“{0}”,应为:“{1}”", + "failedAssertion.generalFailure": "断言失败", + "someTestsPass": "{0} 测试通过(共有 {1} 个测试)。", + "testResultsUnknow": "未知", + "testRunFailure": "正在运行的测试失败。原因: {0}", + "testTimeout": "正在运行的测试超时。", + "unknownError": "运行测试时出现未知错误。" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/contrib/testing/testViewlet.i18n.json b/i18n/chs/src/vs/workbench/contrib/testing/testViewlet.i18n.json new file mode 100644 index 00000000000..fe4f94d295f --- /dev/null +++ b/i18n/chs/src/vs/workbench/contrib/testing/testViewlet.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "backendError": "运行程序出错", + "backendExecuteError": "执行运行程序 URL 时出错: {0}; {1}", + "configDisabled": "按配置禁用的测试", + "noConfig": "没有显示测试配置", + "noTestsRun": "尚未运行测试。", + "testFilter": "测试筛选器" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/contrib/testing/testWorkbenchContributions.i18n.json b/i18n/chs/src/vs/workbench/contrib/testing/testWorkbenchContributions.i18n.json new file mode 100644 index 00000000000..d047b4614d0 --- /dev/null +++ b/i18n/chs/src/vs/workbench/contrib/testing/testWorkbenchContributions.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "testsErrorsBadge": "测试工具出错", + "testsFailedBadge": "{0} 失败的测试", + "testsNotConfiguredBade": "未配置测试工具", + "testsPassedBadge": "所有测试已通过", + "testsProgressBadge": "正在运行测试", + "testsStaleBadge": "测试结果已过时", + "testsStaleFailedBadge": "{0} 失败的测试" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/contrib/vsconnect/vsconnectActions.i18n.json b/i18n/chs/src/vs/workbench/contrib/vsconnect/vsconnectActions.i18n.json new file mode 100644 index 00000000000..8f1f0582ed6 --- /dev/null +++ b/i18n/chs/src/vs/workbench/contrib/vsconnect/vsconnectActions.i18n.json @@ -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. +{ + "openInVisualStudio": "在 Visual Studio 中打开", + "openInVsNotImplemented": "当前不支持“在 Visual Studio 中打开”。" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/contrib/zumo/zumoActions.i18n.json b/i18n/chs/src/vs/workbench/contrib/zumo/zumoActions.i18n.json new file mode 100644 index 00000000000..de06e0b0aca --- /dev/null +++ b/i18n/chs/src/vs/workbench/contrib/zumo/zumoActions.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "browseTable": "浏览表", + "createScripts": "创建表脚本", + "newApi": "新建 API", + "newJob": "新建作业", + "newTable": "新建表", + "runJob": "运行作业", + "showOutput": "显示输出" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/electron-browser/actions.i18n.json b/i18n/chs/src/vs/workbench/electron-browser/actions.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/workbench/electron-browser/actions.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/electron-browser/crashReporter.i18n.json b/i18n/chs/src/vs/workbench/electron-browser/crashReporter.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/workbench/electron-browser/crashReporter.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/electron-browser/darwin/cli.contribution.i18n.json b/i18n/chs/src/vs/workbench/electron-browser/darwin/cli.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/workbench/electron-browser/darwin/cli.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/electron-browser/integration.i18n.json b/i18n/chs/src/vs/workbench/electron-browser/integration.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/workbench/electron-browser/integration.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/electron-browser/main.contribution.i18n.json b/i18n/chs/src/vs/workbench/electron-browser/main.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/workbench/electron-browser/main.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/electron-browser/shell.i18n.json b/i18n/chs/src/vs/workbench/electron-browser/shell.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/workbench/electron-browser/shell.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/electron-browser/update.i18n.json b/i18n/chs/src/vs/workbench/electron-browser/update.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/workbench/electron-browser/update.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/electron-main/main.i18n.json b/i18n/chs/src/vs/workbench/electron-main/main.i18n.json new file mode 100644 index 00000000000..8f7dddc34c1 --- /dev/null +++ b/i18n/chs/src/vs/workbench/electron-main/main.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "newWindow": "新建窗口" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/electron-main/menus.i18n.json b/i18n/chs/src/vs/workbench/electron-main/menus.i18n.json new file mode 100644 index 00000000000..076bda48147 --- /dev/null +++ b/i18n/chs/src/vs/workbench/electron-main/menus.i18n.json @@ -0,0 +1,89 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "aboutDetail": "\n版本 {0}\n提交 {1}\n日期 {2}\nShell {3}\n呈现器 {4}\n节点 {5}", + "mAbout": "关于 {0}", + "mBringToFront": "全部置于顶层", + "mClose": "关闭", + "mEdit": "编辑(&&E)", + "mFile": "文件(&&F)", + "mGoto": "转到(&&G)", + "mHelp": "帮助(&&H)", + "mHide": "隐藏 {0}", + "mHideOthers": "隐藏其他", + "mMinimize": "最小化", + "mShowAll": "全部显示", + "mView": "查看(&&V)", + "mWindow": "窗口", + "miAbout": "关于(&&A)", + "miAutoSave": "自动保存", + "miBack": "返回(&&B)", + "miCheckForUpdates": "检查更新...", + "miCheckingForUpdates": "正在检查更新...", + "miClearItems": "清除项(&&C)", + "miCloseEditor": "关闭编辑器(&&E)", + "miCloseFolder": "关闭文件夹(&&F)", + "miCloseWindow": "关闭窗口(&&W)", + "miCommandPalette": "命令面板(&&C)...", + "miCopy": "复制(&&O)", + "miCut": "剪切(&&C)", + "miDarkTheme": "深色主题(&&D)", + "miDocumentation": "文档(&&D)", + "miExit": "退出(&&X)", + "miFind": "查找(&&F)", + "miFindInFiles": "在文件中查找(&&I)", + "miForward": "前进(&&F)", + "miGotoDefinition": "转到定义(&&D)...", + "miGotoFile": "转到文件(&&F)...", + "miGotoLine": "转到行(&&L)...", + "miGotoSymbol": "转到符号(&&S)...", + "miHighTheme": "高对比度主题(&&H)", + "miInstallingUpdate": "正在安装更新...", + "miLastCheckedAt": "上次检查时间 {0}", + "miLicense": "查看许可证(&&V)", + "miLightTheme": "浅色主题(&&L)", + "miMarker": "错误和警告(&&E)...", + "miMoveSidebar": "移动侧边栏(&&M)", + "miNavigateHistory": "导航历史记录(&&N)", + "miNewFile": "新建文件(&&N)", + "miNewWindow": "新建窗口(&&N)", + "miOpen": "打开(&&O)...", + "miOpenFile": "打开文件(&&O)...", + "miOpenFolder": "打开文件夹(&&F)...", + "miOpenKeymap": "键盘快捷方式(&&K)", + "miOpenRecent": "打开最近所用文件(&R)", + "miOpenSettings": "用户设置(&&U)", + "miOpenSnippets": "用户代码片段(&&U)", + "miOpenWorkspaceSettings": "工作区设置(&&W)", + "miPaste": "粘贴(&&P)", + "miPreferences": "首选项(&&P)", + "miPrivacyStatement": "隐私声明(&&P)", + "miQuit": "退出 {0}", + "miRedo": "恢复(&&R)", + "miReleaseNotes": "发行说明(&&R)", + "miReplace": "替换(&&R)", + "miReportIssues": "报告问题(&&R)", + "miRestartToUpdate": "重启以更新...", + "miRevert": "还原文件", + "miSave": "保存(&&S)", + "miSaveAll": "全部保存(&&A)", + "miSaveAs": "另存为...", + "miSelectAll": "全选(&&S)", + "miShowWelcome": "显示欢迎(&&S)", + "miSplitEditor": "拆分编辑器(&&E)", + "miTheme": "主题(&&T)", + "miToggleDevTools": "切换开发人员工具(&&T)", + "miToggleFullScreen": "切换全屏幕(&&F)", + "miToggleOutput": "切换输出(&&O)", + "miToggleSidebar": "切换侧边栏(&&T)", + "miTwitter": "在 Twitter 上加入我们(&&J)", + "miUndo": "撤消(&&U)", + "miUpdatesNotAvailable": "更新不可用", + "miUserVoice": "请求功能(&&R)", + "miZoomIn": "放大(&&Z)", + "miZoomOut": "缩小(&&U)", + "okButton": "确定" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/electron-main/windows.i18n.json b/i18n/chs/src/vs/workbench/electron-main/windows.i18n.json new file mode 100644 index 00000000000..bc8d4efd344 --- /dev/null +++ b/i18n/chs/src/vs/workbench/electron-main/windows.i18n.json @@ -0,0 +1,16 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "appCrashed": "{0} 出现故障", + "appCrashedDetail": "我们对此引起的不便表示抱歉! 请重启 {0}。", + "appStalled": "{0} 不再响应", + "appStalledDetail": "是要退出 {0},或是保持等待?", + "exit": "退出", + "ok": "确定", + "pathNotExistDetail": "磁盘上似乎不再存在路径“{0}”。", + "pathNotExistTitle": "路径不存在", + "wait": "保持等待" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/facade.i18n.json b/i18n/chs/src/vs/workbench/facade.i18n.json new file mode 100644 index 00000000000..0186bf60d2d --- /dev/null +++ b/i18n/chs/src/vs/workbench/facade.i18n.json @@ -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. +{ + "prefixWorkspaceTitle": "{0} - {1} - {2}", + "workspaceTitle": "{0} - {1}" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/node/extensionHostMain.i18n.json b/i18n/chs/src/vs/workbench/node/extensionHostMain.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/workbench/node/extensionHostMain.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/node/pluginHostMain.i18n.json b/i18n/chs/src/vs/workbench/node/pluginHostMain.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/workbench/node/pluginHostMain.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/emmet/node/emmet.contribution.i18n.json b/i18n/chs/src/vs/workbench/parts/emmet/node/emmet.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/emmet/node/emmet.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/errorList/browser/errorList.contribution.i18n.json b/i18n/chs/src/vs/workbench/parts/errorList/browser/errorList.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/errorList/browser/errorList.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/execution/electron-browser/executionService.i18n.json b/i18n/chs/src/vs/workbench/parts/execution/electron-browser/executionService.i18n.json new file mode 100644 index 00000000000..9d8e960c2fd --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/execution/electron-browser/executionService.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "linux.wait": "按任意键继续..." +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json b/i18n/chs/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json new file mode 100644 index 00000000000..a33b5b19ad9 --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "console": "控制台" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/extensions/electron-browser/extensions.contribution.i18n.json b/i18n/chs/src/vs/workbench/parts/extensions/electron-browser/extensions.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/extensions/electron-browser/extensions.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/extensions/electron-browser/extensionsActions.i18n.json b/i18n/chs/src/vs/workbench/parts/extensions/electron-browser/extensionsActions.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/extensions/electron-browser/extensionsActions.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/extensions/electron-browser/extensionsAssistant.i18n.json b/i18n/chs/src/vs/workbench/parts/extensions/electron-browser/extensionsAssistant.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/extensions/electron-browser/extensionsAssistant.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/extensions/electron-browser/extensionsQuickOpen.i18n.json b/i18n/chs/src/vs/workbench/parts/extensions/electron-browser/extensionsQuickOpen.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/extensions/electron-browser/extensionsQuickOpen.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/extensions/electron-browser/extensionsWidgets.i18n.json b/i18n/chs/src/vs/workbench/parts/extensions/electron-browser/extensionsWidgets.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/extensions/electron-browser/extensionsWidgets.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/extensions/electron-browser/extensionsWorkbenchExtension.i18n.json b/i18n/chs/src/vs/workbench/parts/extensions/electron-browser/extensionsWorkbenchExtension.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/extensions/electron-browser/extensionsWorkbenchExtension.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/extensions/node/extensionsService.i18n.json b/i18n/chs/src/vs/workbench/parts/extensions/node/extensionsService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/extensions/node/extensionsService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/feedback/browser/feedback.i18n.json b/i18n/chs/src/vs/workbench/parts/feedback/browser/feedback.i18n.json new file mode 100644 index 00000000000..7cc85521244 --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/feedback/browser/feedback.i18n.json @@ -0,0 +1,20 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "PrivacyText": "您的隐私对于我们来说很重要", + "aliasFullAccessibleText": "添加电子邮件地址。通过包含您的电子邮件地址,我们可以在有任何问题时联系您收集反馈。", + "aliasHeader": "添加电子邮件地址", + "aliasTooltip": "通过包含你的电子邮件地址,我们可在有问题时就你的反馈与你联系。", + "commentsHeader": "注释", + "feedbackSending": "正在发送...", + "feedbackSendingError": "重试", + "feedbackSent": "谢谢 :)", + "frownCaption": "忧伤", + "send": "发送", + "send us your feedback": "发送您的反馈", + "sentiment": "您的体验如何?", + "smileCaption": "愉快" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/files/browser/editors/binaryFileEditor.i18n.json b/i18n/chs/src/vs/workbench/parts/files/browser/editors/binaryFileEditor.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/files/browser/editors/binaryFileEditor.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/files/browser/editors/fileEditorInput.i18n.json b/i18n/chs/src/vs/workbench/parts/files/browser/editors/fileEditorInput.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/files/browser/editors/fileEditorInput.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/files/browser/editors/textFileEditor.i18n.json b/i18n/chs/src/vs/workbench/parts/files/browser/editors/textFileEditor.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/files/browser/editors/textFileEditor.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/files/browser/fileActions.contribution.i18n.json b/i18n/chs/src/vs/workbench/parts/files/browser/fileActions.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/files/browser/fileActions.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/files/browser/fileActions.i18n.json b/i18n/chs/src/vs/workbench/parts/files/browser/fileActions.i18n.json new file mode 100644 index 00000000000..b36193f7d35 --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/files/browser/fileActions.i18n.json @@ -0,0 +1,45 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "cancel": "取消", + "collapse": "折叠", + "compareFiles": "比较文件", + "compareInputDescription": "{0} - 与 {1} 比较", + "compareSource": "选择以进行比较", + "compareWith": "与“{0}”比较", + "confirmDeleteMessageFile": "是否确定要永久删除“{0}”?", + "confirmDeleteMessageFolder": "是否确定要永久删除“{0}”及其内容?", + "confirmMoveTrashMessageFile": "是否确实要删除“{0}”?", + "confirmMoveTrashMessageFolder": "是否确实要删除“{0}”及其内容?", + "confirmOverwrite": "目标文件夹中已存在具有相同名称的文件。是否要替换它?", + "copyFile": "复制", + "createNewFile": "新建文件", + "createNewFolder": "新建文件夹", + "delete": "删除", + "disableJavaScript": "禁用 JavaScript", + "downloadWorkspace": "下载工作区", + "duplicateFile": "重复", + "emptyFileNameError": "必须提供文件或文件夹名。", + "enableJavaScript": "启用 JavaScript", + "fileNameExistsError": "此位置已存在文件或文件夹 **{0}**。请选择其他名称。", + "filePathTooLongError": "名称 **{0}** 导致路径太长。请选择更短的名称。", + "invalidFileNameError": "名称 **{0}** 包含作为文件或文件夹名无效的字符。请选择其他名称。", + "invalidVSCFileName": "文件或文件夹名 **{0}** 已保留且无法使用。请选择其他名称。", + "newFile": "新建文件", + "newFolder": "新建文件夹", + "openDerivedResource": "打开派生的资源", + "openPreview": "打开预览", + "openToSide": "打开到侧边", + "pasteFile": "粘贴", + "refresh": "刷新", + "reload": "重新加载", + "rename": "重命名", + "retry": "重试", + "saveAll": "保存所有已更新文件", + "uploadFiles": "上载文件", + "viewSource": "查看源", + "warningFileDirty": "正在保存文件“{0}”,请稍后重试。" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/files/browser/fileTracker.i18n.json b/i18n/chs/src/vs/workbench/parts/files/browser/fileTracker.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/files/browser/fileTracker.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/files/browser/files.contribution.i18n.json b/i18n/chs/src/vs/workbench/parts/files/browser/files.contribution.i18n.json new file mode 100644 index 00000000000..587b2a664ab --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/files/browser/files.contribution.i18n.json @@ -0,0 +1,21 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "binaryFileEditor": "二进制文件编辑器", + "dynamicHeight": "控制工作文件部分的高度是否应动态适应元素数量。", + "encoding": "读取和编写文件时将使用的默认字符集编码。", + "exclude": "配置 glob 模式以排除文件和文件夹。", + "explore": "浏览", + "explorerConfigurationTitle": "文件资源管理器配置", + "files.exclude.boolean": "匹配文件路径所依据的 glob 模式。设置为 true 或 false 可启用或禁用该模式。", + "files.exclude.when": "对匹配文件的同级文件的其他检查。使用 $(basename)作为匹配文件名的变量。", + "filesConfigurationTitle": "文件配置", + "maxVisible": "在滚动条出现之前将显示的最大工作文件数目。", + "showExplorerViewlet": "显示资源管理器", + "textFileEditor": "文本文件编辑器", + "trimTrailingWhitespace": "启用后,将在保存文件时剪裁尾随空格。", + "view": "查看" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/files/browser/saveErrorHandler.i18n.json b/i18n/chs/src/vs/workbench/parts/files/browser/saveErrorHandler.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/files/browser/saveErrorHandler.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/files/browser/views/emptyView.i18n.json b/i18n/chs/src/vs/workbench/parts/files/browser/views/emptyView.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/files/browser/views/emptyView.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/files/browser/views/explorerView.i18n.json b/i18n/chs/src/vs/workbench/parts/files/browser/views/explorerView.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/files/browser/views/explorerView.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/files/browser/views/explorerViewer.i18n.json b/i18n/chs/src/vs/workbench/parts/files/browser/views/explorerViewer.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/files/browser/views/explorerViewer.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/files/browser/views/workingFilesView.i18n.json b/i18n/chs/src/vs/workbench/parts/files/browser/views/workingFilesView.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/files/browser/views/workingFilesView.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/files/browser/views/workingFilesViewer.i18n.json b/i18n/chs/src/vs/workbench/parts/files/browser/views/workingFilesViewer.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/files/browser/views/workingFilesViewer.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/files/browser/workingFilesPicker.i18n.json b/i18n/chs/src/vs/workbench/parts/files/browser/workingFilesPicker.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/files/browser/workingFilesPicker.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/files/common/editors/textFileEditorModel.i18n.json b/i18n/chs/src/vs/workbench/parts/files/common/editors/textFileEditorModel.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/files/common/editors/textFileEditorModel.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/files/electron-browser/electronFileActions.i18n.json b/i18n/chs/src/vs/workbench/parts/files/electron-browser/electronFileActions.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/files/electron-browser/electronFileActions.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/files/electron-browser/files.electron.contribution.i18n.json b/i18n/chs/src/vs/workbench/parts/files/electron-browser/files.electron.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/files/electron-browser/files.electron.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/files/electron-browser/textFileServices.i18n.json b/i18n/chs/src/vs/workbench/parts/files/electron-browser/textFileServices.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/files/electron-browser/textFileServices.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/git/browser/gitActionItems.i18n.json b/i18n/chs/src/vs/workbench/parts/git/browser/gitActionItems.i18n.json new file mode 100644 index 00000000000..7e7100e2edd --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/git/browser/gitActionItems.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "createNewBranch": "创建新分支", + "dupeBranchName": "分支名称已存在。", + "invalidBranchName": "无效的分支名称。" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/git/browser/gitActions.contribution.i18n.json b/i18n/chs/src/vs/workbench/parts/git/browser/gitActions.contribution.i18n.json new file mode 100644 index 00000000000..8bddfec600f --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/git/browser/gitActions.contribution.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "openInEditor": "切换到编辑器视图", + "stageSelectedLines": "暂存选定行", + "switchToChangesView": "切换到更改视图" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/git/browser/gitActions.i18n.json b/i18n/chs/src/vs/workbench/parts/git/browser/gitActions.i18n.json new file mode 100644 index 00000000000..1b4cbc3db06 --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/git/browser/gitActions.i18n.json @@ -0,0 +1,42 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "amendCommit": "修改上一个提交", + "branch": "分支", + "clone": "克隆", + "commitAll": "全部提交", + "commitAll2": "全部提交", + "commitStaged": "提交已暂存的", + "commitStaged2": "提交已暂存的", + "confirmUndo": "是否确实要撤销“{0}”中的更改?", + "confirmUndoAllMultiple": "{0} 文件中存在未暂存的更改。", + "confirmUndoAllOne": "{0} 文件中存在未暂存的更改。", + "confirmUndoMessage": "是否确定要撤销所有更改?", + "currentBranch": "当前分支“{0}”是最新的。", + "currentBranchPlural": "当前分支“{0}”是在“{3}”之后提交的 {1},是在“{3}”之前提交的 {2}。", + "currentBranchPluralSingle": "当前分支“{0}”是在“{3}”之后提交的 {1},是在“{3}”之前提交的 {2}。", + "currentBranchSingle": "当前分支“{0}”是在“{3}”之后提交的 {1},是在“{3}”之前提交的 {2}。", + "currentBranchSinglePlural": "当前分支“{0}”是在“{3}”之后提交的 {1},是在“{3}”之前提交的 {2}。", + "currentlyDetached": "无法在分离模式中同步。", + "dirtyChanges": "同步前,请提交、撤销或存储你的更改。", + "dirtyTreeCheckout": "无法签出。请首先提交你的工作或进行分段。", + "dirtyTreePull": "无法请求。请首先提交你的工作或进行分段。", + "init": "初始化", + "noUpstream": "当前分支“{0}”没有配置上游分支。", + "openChange": "打开更改", + "openFile": "打开文件", + "pull": "拉", + "push": "推送", + "refresh": "刷新", + "stageAllChanges": "全部暂存", + "stageChanges": "暂存", + "sync": "同步", + "synchronizing": "正在同步...", + "undoAllChanges": "全部撤销", + "undoChanges": "撤销", + "unstage": "取消暂存", + "unstageAllChanges": "取消全部暂存" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/git/browser/gitQuickOpen.i18n.json b/i18n/chs/src/vs/workbench/parts/git/browser/gitQuickOpen.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/git/browser/gitQuickOpen.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/git/browser/gitServices.i18n.json b/i18n/chs/src/vs/workbench/parts/git/browser/gitServices.i18n.json new file mode 100644 index 00000000000..fa1f4de6305 --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/git/browser/gitServices.i18n.json @@ -0,0 +1,21 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "badConfigFile": "Git {0}", + "cancel": "取消", + "cantOpen": "无法打开此 git 资源。", + "cantOpenResource": "无法打开此 git 资源。", + "changesFromIndex": "{0} - 对索引的更改", + "changesFromTree": "{0} - 对 {1} 的更改", + "checkConsole": "运行 git 操作时出现问题。请使用控制台检查存储库的状态。", + "checkNativeConsole": "运行 git 操作存在问题。请使用控制台检查你的存储库的状态。", + "configureUsernameEmail": "请配置用户名和电子邮件。", + "gitIndexChanges": "{0} - 对索引的更改", + "gitMergeChanges": "{0} - 合并更改", + "openConsole": "打开控制台", + "unmergedChanges": "提交更改前,你应首先解决未合并的更改。", + "workingTreeChanges": "{0} - 对工作树的更改" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/git/browser/gitWidgets.i18n.json b/i18n/chs/src/vs/workbench/parts/git/browser/gitWidgets.i18n.json new file mode 100644 index 00000000000..f1aafc5403c --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/git/browser/gitWidgets.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "gitNotEnabled": "此工作区中未启用 GIT。" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/git/browser/gitWorkbenchContributions.i18n.json b/i18n/chs/src/vs/workbench/parts/git/browser/gitWorkbenchContributions.i18n.json new file mode 100644 index 00000000000..0325eb17918 --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/git/browser/gitWorkbenchContributions.i18n.json @@ -0,0 +1,17 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "executeGitCommands": "执行 GIT 命令", + "git": "GIT", + "gitAutoFetch": "是否启用了自动提取。", + "gitCommands": "GIT 命令", + "gitConfigurationTitle": "GIT 配置", + "gitPath": "可执行 GIT 的路径", + "gitPendingChangesBadge": "{0} 个挂起的更改", + "gitProgressBadge": "正在运行 GIT 状态", + "toggleGitViewlet": "显示 GIT", + "view": "查看" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/git/browser/views/changes/changesView.i18n.json b/i18n/chs/src/vs/workbench/parts/git/browser/views/changes/changesView.i18n.json new file mode 100644 index 00000000000..3c19abbc35d --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/git/browser/views/changes/changesView.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "commitMessage": "提交消息", + "needMessage": "请提供提交消息。您可以始终按下“{0}”以提交更改。如果存在任何暂存的更改,将仅提交这些更改;否则,提交所有更改。", + "nothingToCommit": "在有一些更改要提交时,键入提交信息,并按下“{0}”以提交更改。如果存在任何暂存的更改,将仅提交这些更改;否则,提交所有更改。" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/git/browser/views/changes/changesViewer.i18n.json b/i18n/chs/src/vs/workbench/parts/git/browser/views/changes/changesViewer.i18n.json new file mode 100644 index 00000000000..d1d01bda7e2 --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/git/browser/views/changes/changesViewer.i18n.json @@ -0,0 +1,33 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "added-char": "A", + "allChanges": "更改", + "copied-char": "C", + "deleted-char": "D", + "ignored-char": "!", + "mergeChanges": "合并更改", + "modified-char": "M", + "renamed-char": "R", + "stagedChanges": "暂存的更改", + "title-conflict-added-by-them": "冲突: 已由他们添加", + "title-conflict-added-by-us": "冲突: 已由我们添加", + "title-conflict-both-added": "冲突: 二者均已添加", + "title-conflict-both-deleted": "冲突: 二者均已删除", + "title-conflict-both-modified": "冲突: 二者均已修改", + "title-conflict-deleted-by-them": "冲突: 已由他们删除", + "title-conflict-deleted-by-us": "冲突: 已由我们删除", + "title-deleted": "已删除", + "title-ignored": "已忽略", + "title-index-added": "已添加到索引", + "title-index-copied": "已在索引中复制", + "title-index-deleted": "已在索引中删除", + "title-index-modified": "已在索引中修改", + "title-index-renamed": "已在索引中重新命名", + "title-modified": "已修改", + "title-untracked": "未跟踪的", + "untracked-char": "A" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/git/browser/views/disabled/disabledView.i18n.json b/i18n/chs/src/vs/workbench/parts/git/browser/views/disabled/disabledView.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/git/browser/views/disabled/disabledView.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/git/browser/views/empty/emptyView.i18n.json b/i18n/chs/src/vs/workbench/parts/git/browser/views/empty/emptyView.i18n.json new file mode 100644 index 00000000000..0b4e6366518 --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/git/browser/views/empty/emptyView.i18n.json @@ -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. +{ + "gitinit": "初始化 GIT 存储库", + "noGit": "此工作区尚未在 GIT 源控件之下。" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/git/browser/views/gitless/gitlessView.i18n.json b/i18n/chs/src/vs/workbench/parts/git/browser/views/gitless/gitlessView.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/git/browser/views/gitless/gitlessView.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/git/browser/views/notroot/notrootView.i18n.json b/i18n/chs/src/vs/workbench/parts/git/browser/views/notroot/notrootView.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/git/browser/views/notroot/notrootView.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/git/browser/views/noworkspace/noworkspaceView.i18n.json b/i18n/chs/src/vs/workbench/parts/git/browser/views/noworkspace/noworkspaceView.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/git/browser/views/noworkspace/noworkspaceView.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/git/electron-main/askpassService.i18n.json b/i18n/chs/src/vs/workbench/parts/git/electron-main/askpassService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/git/electron-main/askpassService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/git/node/git.lib.i18n.json b/i18n/chs/src/vs/workbench/parts/git/node/git.lib.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/git/node/git.lib.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/html/browser/html.contribution.i18n.json b/i18n/chs/src/vs/workbench/parts/html/browser/html.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/html/browser/html.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/html/browser/htmlPreviewPart.i18n.json b/i18n/chs/src/vs/workbench/parts/html/browser/htmlPreviewPart.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/html/browser/htmlPreviewPart.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/markdown/browser/markdownActions.contribution.i18n.json b/i18n/chs/src/vs/workbench/parts/markdown/browser/markdownActions.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/markdown/browser/markdownActions.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/markdown/browser/markdownActions.i18n.json b/i18n/chs/src/vs/workbench/parts/markdown/browser/markdownActions.i18n.json new file mode 100644 index 00000000000..535b3935d62 --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/markdown/browser/markdownActions.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "openPreview": "打开预览" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/markdown/browser/markdownEditorInput.i18n.json b/i18n/chs/src/vs/workbench/parts/markdown/browser/markdownEditorInput.i18n.json new file mode 100644 index 00000000000..9389a60b58b --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/markdown/browser/markdownEditorInput.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "preview": "预览“{0}”" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/markdown/common/markdownEditorInput.i18n.json b/i18n/chs/src/vs/workbench/parts/markdown/common/markdownEditorInput.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/markdown/common/markdownEditorInput.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/markdown/common/markdownEditorModel.i18n.json b/i18n/chs/src/vs/workbench/parts/markdown/common/markdownEditorModel.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/markdown/common/markdownEditorModel.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/output/browser/output.contribution.i18n.json b/i18n/chs/src/vs/workbench/parts/output/browser/output.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/output/browser/output.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/output/browser/outputActions.contribution.i18n.json b/i18n/chs/src/vs/workbench/parts/output/browser/outputActions.contribution.i18n.json new file mode 100644 index 00000000000..386b0a1fe66 --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/output/browser/outputActions.contribution.i18n.json @@ -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. +{ + "clearOutput.label": "清除输出", + "viewCategory": "查看" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/output/browser/outputActions.i18n.json b/i18n/chs/src/vs/workbench/parts/output/browser/outputActions.i18n.json new file mode 100644 index 00000000000..491495cd523 --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/output/browser/outputActions.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "clearOutput": "清除输出", + "outputErrorsBadge": "输出中存在错误", + "run": "运行", + "showOutput": "显示输出" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/output/browser/outputPanel.i18n.json b/i18n/chs/src/vs/workbench/parts/output/browser/outputPanel.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/output/browser/outputPanel.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/output/common/outputEditorInput.i18n.json b/i18n/chs/src/vs/workbench/parts/output/common/outputEditorInput.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/output/common/outputEditorInput.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/quickopen/browser/commandsHandler.i18n.json b/i18n/chs/src/vs/workbench/parts/quickopen/browser/commandsHandler.i18n.json new file mode 100644 index 00000000000..e2aaea92f62 --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/quickopen/browser/commandsHandler.i18n.json @@ -0,0 +1,17 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "QuickCommandsAction.label": "显示编辑器命令", + "QuickCommandsEditorAction.label": "显示编辑器命令", + "actionNotEnabled": "在此上下文中没有启用命令“{0}”。", + "canNotRun": "无法从此处运行命令“{0}”。", + "commandsHandlerDescriptionDefault": "显示并运行命令(F1)", + "commandsHandlerDescriptionIE": "显示并运行命令(Alt+F1)", + "commandsHandlerDescriptionMac": "显示并运行命令(Ctrl+P)", + "commandsHandlerDescriptionNative": "显示并运行命令(Ctrl+P)", + "editorCommandsHandler": "显示并运行编辑器命令", + "showTriggerActions": "显示所有命令" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/quickopen/browser/gotoLineHandler.i18n.json b/i18n/chs/src/vs/workbench/parts/quickopen/browser/gotoLineHandler.i18n.json new file mode 100644 index 00000000000..7ff110b2421 --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/quickopen/browser/gotoLineHandler.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "gotoLine": "转到行...", + "gotoLineDescriptionMac": "转到行(Cmd+G)", + "gotoLineDescriptionWin": "转到行(Ctrl+G)", + "gotoLineLabel": "转至行 {0}", + "gotoLineLabelEmpty": "键入要导航到的行号", + "gotoLineLabelEmptyWithLimit": "键入要导航到的介于 1 和 {0} 之间的行号" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/quickopen/browser/gotoSymbolHandler.i18n.json b/i18n/chs/src/vs/workbench/parts/quickopen/browser/gotoSymbolHandler.i18n.json new file mode 100644 index 00000000000..d44a0c83630 --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/quickopen/browser/gotoSymbolHandler.i18n.json @@ -0,0 +1,24 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "GotoSymbolEditorAction.label": "转到符号...", + "_constructor": "构造函数({0})", + "call": "调用({0})", + "class": "类({0})", + "function": "函数({0})", + "gotoSymbol": "转到符号...", + "gotoSymbolDescriptionNormalMac": "转到符号(Cmd+Shift+O、Cmd+Shift+,)", + "gotoSymbolDescriptionNormalWin": "转到符号(Ctrl+Shift+O、Ctrl+Shift+,)", + "gotoSymbolDescriptionScoped": "按类别转到符号", + "grouplabel": "{0} ({1})", + "interface": "接口({0})", + "method": "方法({0})", + "modules": "模块({0})", + "property": "属性({0})", + "symbols": "符号({0})", + "variable": "变量({0})", + "variable2": "变量({0})" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/quickopen/browser/helpHandler.i18n.json b/i18n/chs/src/vs/workbench/parts/quickopen/browser/helpHandler.i18n.json new file mode 100644 index 00000000000..88652cda50c --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/quickopen/browser/helpHandler.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "editorCommands": "编辑器命令", + "globalCommands": "全局命令", + "helpDescription": "显示帮助" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/quickopen/browser/markersHandler.i18n.json b/i18n/chs/src/vs/workbench/parts/quickopen/browser/markersHandler.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/quickopen/browser/markersHandler.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/quickopen/browser/quickopen.contribution.i18n.json b/i18n/chs/src/vs/workbench/parts/quickopen/browser/quickopen.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/quickopen/browser/quickopen.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/search/browser/openAnythingHandler.i18n.json b/i18n/chs/src/vs/workbench/parts/search/browser/openAnythingHandler.i18n.json new file mode 100644 index 00000000000..da3864233aa --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/search/browser/openAnythingHandler.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "fileAndTypeResults": "文件和符号结果" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/search/browser/openFileHandler.i18n.json b/i18n/chs/src/vs/workbench/parts/search/browser/openFileHandler.i18n.json new file mode 100644 index 00000000000..68477a72a42 --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/search/browser/openFileHandler.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "searchResults": "搜索结果" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/search/browser/openSymbolHandler.i18n.json b/i18n/chs/src/vs/workbench/parts/search/browser/openSymbolHandler.i18n.json new file mode 100644 index 00000000000..7bb8732e6cc --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/search/browser/openSymbolHandler.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "symbols": "符号结果" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/search/browser/search.contribution.i18n.json b/i18n/chs/src/vs/workbench/parts/search/browser/search.contribution.i18n.json new file mode 100644 index 00000000000..b639accd7ff --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/search/browser/search.contribution.i18n.json @@ -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. +{ + "excludeFolders": "在工作区中进行全文搜索时要排除的文件夹。", + "findInFolder": "在文件夹中查找", + "name": "搜索", + "openAnythingHandlerDescriptionMac": "按名称打开文件和符号(Cmd+O, Cmd+,)", + "openAnythingHandlerDescriptionWin": "按名称打开文件和符号(Ctrl+O, Ctrl+,)", + "searchConfigurationDescription": "这用于配置搜索相关的设置。", + "searchConfigurationTitle": "搜索配置", + "showSearchViewlet": "显示“搜索”Viewlet" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/search/browser/searchViewlet.i18n.json b/i18n/chs/src/vs/workbench/parts/search/browser/searchViewlet.i18n.json new file mode 100644 index 00000000000..cc1170cc6c0 --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/search/browser/searchViewlet.i18n.json @@ -0,0 +1,31 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "CollapseAllAction.label": "折叠", + "RefreshAction.label": "刷新", + "RemoveAction.label": "删除", + "SelectOrRemoveAction.removeLabel": "删除", + "SelectOrRemoveAction.selectLabel": "选择", + "findInFolder": "在文件夹中查找", + "inputFileTypes": "例如 *.js", + "inputFolderExclusions": "例如 folder1、folder2", + "inputFolderIncludes": "例如 folder1、folder2", + "label.Search": "搜索术语", + "noResults": "未找到结果", + "noResultsConfiguredExcludes": "未找到结果。当前设置排除了一些文件夹。", + "noResultsExcludes": "除文件夹“{0}”外,未找到任何结果 - ", + "noResultsIncludes": "“{0}”中未找到结果 - ", + "noResultsIncludesPatterns": "“{0}”中未找到文件名为“{1}”的结果 - ", + "noResultsPatterns": "未找到文件名为“{0}”的结果 - ", + "regexp.validationFailure": "表达式与所有内容相匹配", + "rerunSearch.message": "在所有文件中再次搜索", + "searchMatch": "已找到 {0} 个匹配项", + "searchMatches": "已找到 {0} 个匹配项", + "searchMaxResultsWarning": "结果集仅包含所有匹配项的子集。请使你的搜索更加具体,减少结果。", + "searchScope.files": "要在其中搜索的文件", + "searchScope.folders": "要排除的文件夹", + "searchScope.include.folders": "要包含的文件夹" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/snippets/electron-browser/snippets.contribution.i18n.json b/i18n/chs/src/vs/workbench/parts/snippets/electron-browser/snippets.contribution.i18n.json new file mode 100644 index 00000000000..70be93a43b5 --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/snippets/electron-browser/snippets.contribution.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "openSnippet.errorOnCreate": "无法创建 {0}", + "openSnippet.label": "代码片段", + "openSnippet.pickLanguage": "选择代码片段的语言", + "preferences": "首选项" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/tasks/browser/processRunnerDetector.i18n.json b/i18n/chs/src/vs/workbench/parts/tasks/browser/processRunnerDetector.i18n.json new file mode 100644 index 00000000000..bd2becaa7a7 --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/tasks/browser/processRunnerDetector.i18n.json @@ -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. +{ + "TaskSystemDetector.noGulpTasks": "运行 gulp --tasks-simple 未列出任何任务。你是否运行了 npm 安装?", + "TaskSystemDetector.noJakeTasks": "运行 jake --tasks 未列出任何任务。你是否运行了 npm 安装?" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/tasks/browser/taskQuickOpen.i18n.json b/i18n/chs/src/vs/workbench/parts/tasks/browser/taskQuickOpen.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/tasks/browser/taskQuickOpen.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/tasks/electron-browser/task.contribution.i18n.json b/i18n/chs/src/vs/workbench/parts/tasks/electron-browser/task.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/tasks/electron-browser/task.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/tasks/node/processRunnerConfiguration.i18n.json b/i18n/chs/src/vs/workbench/parts/tasks/node/processRunnerConfiguration.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/tasks/node/processRunnerConfiguration.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/tasks/node/processRunnerDetector.i18n.json b/i18n/chs/src/vs/workbench/parts/tasks/node/processRunnerDetector.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/tasks/node/processRunnerDetector.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/tasks/node/processRunnerSystem.i18n.json b/i18n/chs/src/vs/workbench/parts/tasks/node/processRunnerSystem.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/tasks/node/processRunnerSystem.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/themes/electron-browser/themes.contribution.i18n.json b/i18n/chs/src/vs/workbench/parts/themes/electron-browser/themes.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/themes/electron-browser/themes.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/services/files/electron-browser/fileService.i18n.json b/i18n/chs/src/vs/workbench/services/files/electron-browser/fileService.i18n.json new file mode 100644 index 00000000000..e2e5bce6a16 --- /dev/null +++ b/i18n/chs/src/vs/workbench/services/files/electron-browser/fileService.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "trashFailed": "未能将“{0}”移动到垃圾桶" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/services/files/node/fileService.i18n.json b/i18n/chs/src/vs/workbench/services/files/node/fileService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/workbench/services/files/node/fileService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/services/history/browser/history.i18n.json b/i18n/chs/src/vs/workbench/services/history/browser/history.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/workbench/services/history/browser/history.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json b/i18n/chs/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/services/lifecycle/common/lifecycleService.i18n.json b/i18n/chs/src/vs/workbench/services/lifecycle/common/lifecycleService.i18n.json new file mode 100644 index 00000000000..3662ca9a915 --- /dev/null +++ b/i18n/chs/src/vs/workbench/services/lifecycle/common/lifecycleService.i18n.json @@ -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. +{ + "primaryButton": "取消", + "secondaryButton": "退出" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/services/message/browser/messageService.i18n.json b/i18n/chs/src/vs/workbench/services/message/browser/messageService.i18n.json new file mode 100644 index 00000000000..0b5cb3c2ef7 --- /dev/null +++ b/i18n/chs/src/vs/workbench/services/message/browser/messageService.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "closeMessages": "关闭通知消息" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/services/message/electron-browser/messageService.i18n.json b/i18n/chs/src/vs/workbench/services/message/electron-browser/messageService.i18n.json new file mode 100644 index 00000000000..8a6385f79ed --- /dev/null +++ b/i18n/chs/src/vs/workbench/services/message/electron-browser/messageService.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "yesButton": "是" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/services/request/node/requestService.i18n.json b/i18n/chs/src/vs/workbench/services/request/node/requestService.i18n.json new file mode 100644 index 00000000000..b2b9c9e5b40 --- /dev/null +++ b/i18n/chs/src/vs/workbench/services/request/node/requestService.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "httpConfigurationTitle": "HTTP 配置", + "localFileNotFound": "找不到文件", + "proxy": "要使用的代理设置。如果尚未设置,则将从 http_proxy 和 https_proxy 环境变量获取" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/services/themes/node/themeService.i18n.json b/i18n/chs/src/vs/workbench/services/themes/node/themeService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/chs/src/vs/workbench/services/themes/node/themeService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/services/thread/electron-browser/threadService.i18n.json b/i18n/chs/src/vs/workbench/services/thread/electron-browser/threadService.i18n.json new file mode 100644 index 00000000000..3cf762d58d0 --- /dev/null +++ b/i18n/chs/src/vs/workbench/services/thread/electron-browser/threadService.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "pluginHostProcess.crash": "FATAL: 插件主进程崩溃。我们当前无法从该错误中恢复。请重新加载。" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/ui/parts/editor/quickstart.i18n.json b/i18n/chs/src/vs/workbench/ui/parts/editor/quickstart.i18n.json new file mode 100644 index 00000000000..f2817451e22 --- /dev/null +++ b/i18n/chs/src/vs/workbench/ui/parts/editor/quickstart.i18n.json @@ -0,0 +1,19 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "previewTitle": "该服务处于预览模式。请提交您的反馈,并感谢您帮助我们构建优秀的服务。", + "quickStartCaption1Body": "使用 Git 将代码克隆到您的站点中、管理更改并推送到生产中", + "quickStartCaption1Title": "源代码管理", + "quickStartCaption2Body": "使用 {0} 快速查找文件。你还可使用 Ctrl+Q 查看最近的历史记录。", + "quickStartCaption2Title": "快速打开", + "quickStartCaption3Body": "在上下文中并行查看其他文件", + "quickStartCaption3Title": "并行", + "quickStartCaption4Body": "在后台中自动保存文件", + "quickStartCaption4Title": "自动保存", + "quickStartSection1Title": "有关此环境的 4 个关键提示", + "quickStartTitle": "快速启动", + "quickStartVideoLink": "查看有关 Channel9 的更多提示" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/ui/parts/editor/resourceDiffEditor.i18n.json b/i18n/chs/src/vs/workbench/ui/parts/editor/resourceDiffEditor.i18n.json new file mode 100644 index 00000000000..42f999a536c --- /dev/null +++ b/i18n/chs/src/vs/workbench/ui/parts/editor/resourceDiffEditor.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "binaryDiffEditor": "二进制差异查看器" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/ui/parts/editor/resourceEditor.i18n.json b/i18n/chs/src/vs/workbench/ui/parts/editor/resourceEditor.i18n.json new file mode 100644 index 00000000000..12280860ace --- /dev/null +++ b/i18n/chs/src/vs/workbench/ui/parts/editor/resourceEditor.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "binaryEditor": "二进制查看器" +} \ No newline at end of file diff --git a/i18n/cht/extensions/typescript/package.i18n.json b/i18n/cht/extensions/typescript/package.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/extensions/typescript/package.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/base/browser/ui/actionbar/actionbar.i18n.json b/i18n/cht/src/vs/base/browser/ui/actionbar/actionbar.i18n.json new file mode 100644 index 00000000000..bb50510c932 --- /dev/null +++ b/i18n/cht/src/vs/base/browser/ui/actionbar/actionbar.i18n.json @@ -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. +{ + "actionBarAccessibleLabel": "動作列", + "titleLabel": "{0} ({1})" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/base/browser/ui/aria/aria.i18n.json b/i18n/cht/src/vs/base/browser/ui/aria/aria.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/base/browser/ui/aria/aria.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/base/browser/ui/findinput/findInput.i18n.json b/i18n/cht/src/vs/base/browser/ui/findinput/findInput.i18n.json new file mode 100644 index 00000000000..87fea66f6ee --- /dev/null +++ b/i18n/cht/src/vs/base/browser/ui/findinput/findInput.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "caseDescription": "大小寫須相符", + "defaultLabel": "輸入", + "regexDescription": "使用規則運算式", + "wordsDescription": "全字拼寫須相符" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/base/browser/ui/inputbox/inputBox.i18n.json b/i18n/cht/src/vs/base/browser/ui/inputbox/inputBox.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/base/browser/ui/inputbox/inputBox.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/base/browser/ui/messagelist/messageList.i18n.json b/i18n/cht/src/vs/base/browser/ui/messagelist/messageList.i18n.json new file mode 100644 index 00000000000..cd830bdbedb --- /dev/null +++ b/i18n/cht/src/vs/base/browser/ui/messagelist/messageList.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "close": "關閉", + "error": "錯誤", + "info": "資訊", + "warning": "警告" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/base/browser/ui/resourceviewer/resourceViewer.i18n.json b/i18n/cht/src/vs/base/browser/ui/resourceviewer/resourceViewer.i18n.json new file mode 100644 index 00000000000..60cf79c6ff8 --- /dev/null +++ b/i18n/cht/src/vs/base/browser/ui/resourceviewer/resourceViewer.i18n.json @@ -0,0 +1,12 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "clickToOpen": "按一下以在新視窗中開啟完整大小圖像", + "downloadBinary": "該檔案無法顯示於編輯器中,因為它為二進位檔或使用不支援的文字編碼。按一下下面的連結,可在瀏覽器中開啟該檔案或加以下載: ", + "missingAudioSupport": "抱歉,不支援播放音訊檔案。", + "missingVideoSupport": "抱歉,不支援播放視訊檔案。", + "nativeBinaryError": "檔案為二進位檔、非常大或使用不支援的文字編碼,所以無法顯示於編輯器中。" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/base/browser/ui/toolbar/toolbar.i18n.json b/i18n/cht/src/vs/base/browser/ui/toolbar/toolbar.i18n.json new file mode 100644 index 00000000000..09e83c4c980 --- /dev/null +++ b/i18n/cht/src/vs/base/browser/ui/toolbar/toolbar.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "more": "其他" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/base/common/errors.i18n.json b/i18n/cht/src/vs/base/common/errors.i18n.json new file mode 100644 index 00000000000..73388b2e854 --- /dev/null +++ b/i18n/cht/src/vs/base/common/errors.i18n.json @@ -0,0 +1,23 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "error.connection.unknown": "發生未知的連接錯誤。可能是您已經沒有連線到網際網路,或是您連接的伺服器已離線。", + "error.connection.unknown.verbose": "未知的連接錯誤 ({0})", + "error.defaultMessage": "發生未知的錯誤。如需詳細資訊,請參閱記錄檔。", + "error.http": "{0} (HTTP {1})", + "error.http.verbose": "{0} (HTTP {1}: {2})", + "error.permission": "權限被拒絕", + "error.permission.verbose": "權限被拒絕 (HTTP {0})", + "illegalArgumentError": "不合法的狀態: {0}", + "illegalArgumentError2": "不合法的引數", + "illegalStateError": "不合法的狀態: {0}", + "illegalStateError2": "不合法的狀態", + "loaderError": "無法載入需要的檔案。可能是您已經沒有連線到網際網路,或是您連接的伺服器已離線。請重新整理瀏覽器,再試一次。", + "loaderErrorNative": "無法載入必要的檔案。請重新啟動該應用程式,然後再試一次。詳細資料: {0}", + "message": "{0}。錯誤碼: {1}", + "notImplementedError": "未實作", + "stackTrace.format": "{0}: {1}" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/base/common/json.i18n.json b/i18n/cht/src/vs/base/common/json.i18n.json new file mode 100644 index 00000000000..01562e84bc5 --- /dev/null +++ b/i18n/cht/src/vs/base/common/json.i18n.json @@ -0,0 +1,17 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "CloseBraceExpected": "必須是右大括弧", + "CloseBracketExpected": "必須是右中括號", + "ColonExpected": "必須是冒號", + "CommaExpected": "必須是逗號", + "EOFExpected": "必須是內容結尾", + "InvalidNumberFormat": "編號格式無效", + "PropertyExpected": "必須是屬性名稱", + "UnknownSymbol": "符號無效", + "ValeExpected": "必須是值", + "ValueExpected": "必須是值" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/base/common/keyCodes.i18n.json b/i18n/cht/src/vs/base/common/keyCodes.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/base/common/keyCodes.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/base/common/processes.i18n.json b/i18n/cht/src/vs/base/common/processes.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/base/common/processes.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/base/common/severity.i18n.json b/i18n/cht/src/vs/base/common/severity.i18n.json new file mode 100644 index 00000000000..a1314783490 --- /dev/null +++ b/i18n/cht/src/vs/base/common/severity.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "sev.error": "錯誤", + "sev.info": "資訊", + "sev.warning": "警告" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/base/common/strings.i18n.json b/i18n/cht/src/vs/base/common/strings.i18n.json new file mode 100644 index 00000000000..4c4650e3fd0 --- /dev/null +++ b/i18n/cht/src/vs/base/common/strings.i18n.json @@ -0,0 +1,22 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "diff.days": "{0} 天", + "diff.days.month": "一個月前", + "diff.days.verbose": "{0} 天前", + "diff.days.week": "一週前", + "diff.days.yesterday": "昨天", + "diff.hour.verbose": "1 小時之前", + "diff.hours": "{0} 小時", + "diff.hours.verbose": "{0} 小時前", + "diff.minute.verbose": "1 分鐘前", + "diff.minutes": "{0} 分", + "diff.minutes.verbose": "{0} 分鐘前", + "diff.seconds": "{0} 秒", + "diff.seconds.verbose": "現在", + "format.date": "{0}-{1}-{2} {3}:{4}:{5}", + "format.time": "{0}:{1}:{2}" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/base/node/processRunner.i18n.json b/i18n/cht/src/vs/base/node/processRunner.i18n.json new file mode 100644 index 00000000000..526983b7803 --- /dev/null +++ b/i18n/cht/src/vs/base/node/processRunner.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "TaskRunner.UNC": "無法在 UNC 磁碟機上執行殼層命令。" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/base/node/processes.i18n.json b/i18n/cht/src/vs/base/node/processes.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/base/node/processes.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/base/node/zip.i18n.json b/i18n/cht/src/vs/base/node/zip.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/base/node/zip.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/base/parts/quickopen/browser/quickOpenModel.i18n.json b/i18n/cht/src/vs/base/parts/quickopen/browser/quickOpenModel.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/base/parts/quickopen/browser/quickOpenModel.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/base/parts/quickopen/browser/quickOpenWidget.i18n.json b/i18n/cht/src/vs/base/parts/quickopen/browser/quickOpenWidget.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/base/parts/quickopen/browser/quickOpenWidget.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/base/performance/timer.i18n.json b/i18n/cht/src/vs/base/performance/timer.i18n.json new file mode 100644 index 00000000000..9a783a19a07 --- /dev/null +++ b/i18n/cht/src/vs/base/performance/timer.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "startAfterStopError": "無法從已停止的計時器啟動新計時器。" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/base/ui/widgets/comboBox.i18n.json b/i18n/cht/src/vs/base/ui/widgets/comboBox.i18n.json new file mode 100644 index 00000000000..73aeacb2494 --- /dev/null +++ b/i18n/cht/src/vs/base/ui/widgets/comboBox.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "empty": "&mdash;", + "error": "無法載入選項", + "loading": "正在載入&hellip;" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/base/ui/widgets/credentials.i18n.json b/i18n/cht/src/vs/base/ui/widgets/credentials.i18n.json new file mode 100644 index 00000000000..87de73d46ae --- /dev/null +++ b/i18n/cht/src/vs/base/ui/widgets/credentials.i18n.json @@ -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. +{ + "cancel": "取消", + "credentialsRequired": "這個 Git URL 要求您驗證:", + "label.password": "密碼", + "label.remember": "記住密碼", + "label.username": "使用者名稱", + "ok": "確定", + "rememberDisclaimerFullAccessibleText": "記住認證。儲存您的密碼會將這項資訊儲存在 Azure 網站內。這表示,任何擁有您網站 FTP 存取權的人員都可以擷取您的密碼。", + "rememberDisclaimerTooltip": "儲存您的密碼會將這項資訊儲存在 Azure 網站內。這表示,任何擁有您網站 FTP 存取權的人員都可以擷取您的密碼。" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/browser/view/viewImpl.i18n.json b/i18n/cht/src/vs/editor/browser/view/viewImpl.i18n.json new file mode 100644 index 00000000000..f48289922ad --- /dev/null +++ b/i18n/cht/src/vs/editor/browser/view/viewImpl.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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 diff --git a/i18n/cht/src/vs/editor/common/commonCodeEditor.i18n.json b/i18n/cht/src/vs/editor/common/commonCodeEditor.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/editor/common/commonCodeEditor.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/common/config/commonEditorConfig.i18n.json b/i18n/cht/src/vs/editor/common/config/commonEditorConfig.i18n.json new file mode 100644 index 00000000000..f9600c960ef --- /dev/null +++ b/i18n/cht/src/vs/editor/common/config/commonEditorConfig.i18n.json @@ -0,0 +1,30 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "autoClosingBrackets": "控制編輯器是否應在左括號後自動插入右括號", + "editorConfigurationTitle": "編輯器組態", + "fontFamily": "控制字型家族。", + "fontSize": "控制字型大小。", + "formatOnType": "控制編輯器是否應在輸入一行後自動格式化", + "glyphMargin": "控制是否顯示字符邊界", + "hideCursorInOverviewRuler": "控制游標是否應隱藏在概觀尺規中。", + "insertSpaces": "控制編輯器是否會插入空格來取代 Tab。接受的值: \"auto\"、true、false。若設為 \"auto\",會在開啟檔案時猜測該值。", + "lineHeight": "控制行高。", + "lineNumbers": "控制是否顯示行號", + "mouseWheelScrollSensitivity": "滑鼠滾輪捲動事件的 'deltaX' 與 'deltaY' 所使用的乘數", + "overviewRulerLanes": "控制可在概觀尺規中相同位置顯示的裝飾項目數", + "quickSuggestions": "控制輸入時是否應顯示快速建議", + "quickSuggestionsDelay": "控制延遲顯示快速建議的毫秒數", + "referenceInfos": "控制編輯器是否會顯示支援編輯器的模式之參考資訊", + "renderWhitespace": "控制編輯器是否應顯示空白字元", + "roundedSelection": "控制選取範圍是否有圓角", + "scrollBeyondLastLine": "控制編輯器是否會捲動到最後一行之後", + "selectionHighlight": "控制編輯器是否應反白顯示與選取範圍相似的符合項", + "suggestOnTriggerCharacters": "控制輸入觸發字元時,是否應自動顯示建議", + "tabSize": "控制字元中 Tab 鍵的呈現大小。可接受的值: \"auto\"、2、4、6 等等。若設定為 \"auto\",會在開啟檔案時猜測該值。", + "wrappingColumn": "控制編輯器會在幾個字元後換行至下一行。將此項目設為 0 會開啟檢視區寬度換行", + "wrappingIndent": "控制換行的縮排。可以是 [無]、[相同] 或 [縮排]。" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/common/config/defaultConfig.i18n.json b/i18n/cht/src/vs/editor/common/config/defaultConfig.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/editor/common/config/defaultConfig.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/common/controller/cursor.i18n.json b/i18n/cht/src/vs/editor/common/controller/cursor.i18n.json new file mode 100644 index 00000000000..0894e4872e1 --- /dev/null +++ b/i18n/cht/src/vs/editor/common/controller/cursor.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "corrupt.commands": "執行命令時發生未預期的例外狀況。" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/common/model/textModelWithTokens.i18n.json b/i18n/cht/src/vs/editor/common/model/textModelWithTokens.i18n.json new file mode 100644 index 00000000000..0e0c1c7212e --- /dev/null +++ b/i18n/cht/src/vs/editor/common/model/textModelWithTokens.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "mode.tokenizationSupportFailed": "將輸入語彙基元化時,模式失敗。" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/common/services/bulkEdit.i18n.json b/i18n/cht/src/vs/editor/common/services/bulkEdit.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/editor/common/services/bulkEdit.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/common/services/modeServiceImpl.i18n.json b/i18n/cht/src/vs/editor/common/services/modeServiceImpl.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/editor/common/services/modeServiceImpl.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/contrib/accessibility/browser/accessibility.i18n.json b/i18n/cht/src/vs/editor/contrib/accessibility/browser/accessibility.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/editor/contrib/accessibility/browser/accessibility.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/contrib/clipboard/browser/clipboard.i18n.json b/i18n/cht/src/vs/editor/contrib/clipboard/browser/clipboard.i18n.json new file mode 100644 index 00000000000..8b8ce2003ad --- /dev/null +++ b/i18n/cht/src/vs/editor/contrib/clipboard/browser/clipboard.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "actions.clipboard.copyLabel": "複製", + "actions.clipboard.cutLabel": "剪下", + "actions.clipboard.pasteLabel": "貼上" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/contrib/codelens/browser/codelens.i18n.json b/i18n/cht/src/vs/editor/contrib/codelens/browser/codelens.i18n.json new file mode 100644 index 00000000000..52328e909df --- /dev/null +++ b/i18n/cht/src/vs/editor/contrib/codelens/browser/codelens.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "n_references": "{0} 個參考", + "one_reference": "1 個參考", + "unknown_reference": "- 個參考" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/contrib/color/colorPicker.i18n.json b/i18n/cht/src/vs/editor/contrib/color/colorPicker.i18n.json new file mode 100644 index 00000000000..a56c7ea1138 --- /dev/null +++ b/i18n/cht/src/vs/editor/contrib/color/colorPicker.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "color.action.label": "色彩選擇器動作" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/contrib/comment/common/comment.i18n.json b/i18n/cht/src/vs/editor/contrib/comment/common/comment.i18n.json new file mode 100644 index 00000000000..e0e66c67548 --- /dev/null +++ b/i18n/cht/src/vs/editor/contrib/comment/common/comment.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "comment.block": "切換區塊註解", + "comment.line": "切換行註解", + "comment.line.add": "加入行註解", + "comment.line.remove": "移除行註解" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/contrib/contextmenu/browser/contextmenu.i18n.json b/i18n/cht/src/vs/editor/contrib/contextmenu/browser/contextmenu.i18n.json new file mode 100644 index 00000000000..90809e4802b --- /dev/null +++ b/i18n/cht/src/vs/editor/contrib/contextmenu/browser/contextmenu.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "action.showContextMenu.label": "顯示編輯器內容功能表" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/contrib/defineKeybinding/browser/defineKeybinding.i18n.json b/i18n/cht/src/vs/editor/contrib/defineKeybinding/browser/defineKeybinding.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/editor/contrib/defineKeybinding/browser/defineKeybinding.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/contrib/find/browser/find.i18n.json b/i18n/cht/src/vs/editor/contrib/find/browser/find.i18n.json new file mode 100644 index 00000000000..fd2e9770176 --- /dev/null +++ b/i18n/cht/src/vs/editor/contrib/find/browser/find.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "addSelectionToNextFindMatch": "將選取項目加入下一個找到的相符項", + "findNextMatchAction": "尋找下一個", + "findPreviousMatchAction": "尋找上一個", + "moveSelectionToNextFindMatch": "將最後一個選擇項目移至下一個找到的相符項", + "selectAllOccurencesOfFindMatch": "選取所有找到的相符項出現處", + "startFindAction": "尋找", + "startReplace": "取代" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/contrib/find/browser/findWidget.i18n.json b/i18n/cht/src/vs/editor/contrib/find/browser/findWidget.i18n.json new file mode 100644 index 00000000000..694ecb44512 --- /dev/null +++ b/i18n/cht/src/vs/editor/contrib/find/browser/findWidget.i18n.json @@ -0,0 +1,18 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "label.closeButton": "關閉 (Esc)", + "label.find": "尋找", + "label.nextMatchButton": "下一個符合項 (F3)", + "label.previousMatchButton": "上一個符合項 (Shift+F3)", + "label.replace": "取代", + "label.replaceAllButton": "全部取代", + "label.replaceButton": "取代", + "label.toggleReplaceButton": "切換取代模式", + "label.toggleSelectionFind": "在選取範圍中尋找", + "placeholder.find": "尋找", + "placeholder.replace": "取代" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/contrib/find/common/findController.i18n.json b/i18n/cht/src/vs/editor/contrib/find/common/findController.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/editor/contrib/find/common/findController.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/contrib/find2/find.i18n.json b/i18n/cht/src/vs/editor/contrib/find2/find.i18n.json new file mode 100644 index 00000000000..9b437e1926a --- /dev/null +++ b/i18n/cht/src/vs/editor/contrib/find2/find.i18n.json @@ -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. +{ + "disableSelectionFindAction": "停用在選取範圍中尋找", + "enableSelectionFindAction": "啟用在選取範圍中尋找", + "findNextMatchAction": "找下一個", + "findPreviousMatchAction": "找上一個", + "replace.replaceAll": "取代所有執行個體", + "replace.replaceThis": "取代這個例項", + "startFindAction": "尋找", + "startReplace": "取代" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/contrib/find2/findInput/findInput.i18n.json b/i18n/cht/src/vs/editor/contrib/find2/findInput/findInput.i18n.json new file mode 100644 index 00000000000..b6424b1dbee --- /dev/null +++ b/i18n/cht/src/vs/editor/contrib/find2/findInput/findInput.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "caseDescription": "大小寫視為相異", + "defaultLabel": "輸入", + "regexDescription": "使用規則運算式", + "wordsDescription": "全字拼寫須相符" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/contrib/find2/findWidget/findWidget.i18n.json b/i18n/cht/src/vs/editor/contrib/find2/findWidget/findWidget.i18n.json new file mode 100644 index 00000000000..694ecb44512 --- /dev/null +++ b/i18n/cht/src/vs/editor/contrib/find2/findWidget/findWidget.i18n.json @@ -0,0 +1,18 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "label.closeButton": "關閉 (Esc)", + "label.find": "尋找", + "label.nextMatchButton": "下一個符合項 (F3)", + "label.previousMatchButton": "上一個符合項 (Shift+F3)", + "label.replace": "取代", + "label.replaceAllButton": "全部取代", + "label.replaceButton": "取代", + "label.toggleReplaceButton": "切換取代模式", + "label.toggleSelectionFind": "在選取範圍中尋找", + "placeholder.find": "尋找", + "placeholder.replace": "取代" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/contrib/folding/browser/folding.i18n.json b/i18n/cht/src/vs/editor/contrib/folding/browser/folding.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/editor/contrib/folding/browser/folding.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/contrib/format/common/format.i18n.json b/i18n/cht/src/vs/editor/contrib/format/common/format.i18n.json new file mode 100644 index 00000000000..2b299139b69 --- /dev/null +++ b/i18n/cht/src/vs/editor/contrib/format/common/format.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "formatAction.label": "格式化程式碼" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/contrib/format/common/formatActions.i18n.json b/i18n/cht/src/vs/editor/contrib/format/common/formatActions.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/editor/contrib/format/common/formatActions.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json b/i18n/cht/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json new file mode 100644 index 00000000000..8422acac31f --- /dev/null +++ b/i18n/cht/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "actions.goToDecl.label": "移至定義", + "actions.gotoTypeDecl.label": "移至類型定義", + "actions.previewDecl.label": "預覽定義", + "peekView.alternateTitle": "宣告" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/contrib/gotoError/browser/gotoError.i18n.json b/i18n/cht/src/vs/editor/contrib/gotoError/browser/gotoError.i18n.json new file mode 100644 index 00000000000..ebcab48dcbd --- /dev/null +++ b/i18n/cht/src/vs/editor/contrib/gotoError/browser/gotoError.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "markerAction.next.label": "移至下一個錯誤或警告", + "markerAction.previous.label": "移至上一個錯誤或警告", + "quickfix.multiple.label": "建議的修正程式: ", + "quickfix.single.label": "建議的修正程式: " +} \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/contrib/hover/browser/hover.i18n.json b/i18n/cht/src/vs/editor/contrib/hover/browser/hover.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/editor/contrib/hover/browser/hover.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/contrib/hover/browser/modesContentHover.i18n.json b/i18n/cht/src/vs/editor/contrib/hover/browser/modesContentHover.i18n.json new file mode 100644 index 00000000000..08e865d8b15 --- /dev/null +++ b/i18n/cht/src/vs/editor/contrib/hover/browser/modesContentHover.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "modesContentHover.loading": "正在載入..." +} \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/contrib/inEditorActions/inEditorActions.i18n.json b/i18n/cht/src/vs/editor/contrib/inEditorActions/inEditorActions.i18n.json new file mode 100644 index 00000000000..5af2ad31fc8 --- /dev/null +++ b/i18n/cht/src/vs/editor/contrib/inEditorActions/inEditorActions.i18n.json @@ -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. +{ + "editorActionArrowAccessibleLabel": "開啟編輯器動作", + "ineditor.menu.keybinding": "{0} ({1})" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/contrib/inPlaceReplace/common/inPlaceReplace.i18n.json b/i18n/cht/src/vs/editor/contrib/inPlaceReplace/common/inPlaceReplace.i18n.json new file mode 100644 index 00000000000..4fad64f67e5 --- /dev/null +++ b/i18n/cht/src/vs/editor/contrib/inPlaceReplace/common/inPlaceReplace.i18n.json @@ -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. +{ + "InPlaceReplaceAction.next.label": "以下一個值取代", + "InPlaceReplaceAction.previous.label": "以上一個值取代" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/contrib/indentation/common/indentation.i18n.json b/i18n/cht/src/vs/editor/contrib/indentation/common/indentation.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/editor/contrib/indentation/common/indentation.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/contrib/linesOperations/common/linesOperations.i18n.json b/i18n/cht/src/vs/editor/contrib/linesOperations/common/linesOperations.i18n.json new file mode 100644 index 00000000000..569746a20c0 --- /dev/null +++ b/i18n/cht/src/vs/editor/contrib/linesOperations/common/linesOperations.i18n.json @@ -0,0 +1,17 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "lines.copyDown": "將行向下複製", + "lines.copyUp": "將行向上複製", + "lines.delete": "刪除行", + "lines.indent": "縮排行", + "lines.insertAfter": "在下方插入行", + "lines.insertBefore": "在上方插入行", + "lines.moveDown": "下移一行", + "lines.moveUp": "上移一行", + "lines.outdent": "凸排行", + "lines.trimTrailingWhitespace": "修剪尾端空白" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/contrib/links/browser/links.i18n.json b/i18n/cht/src/vs/editor/contrib/links/browser/links.i18n.json new file mode 100644 index 00000000000..e98487b38cd --- /dev/null +++ b/i18n/cht/src/vs/editor/contrib/links/browser/links.i18n.json @@ -0,0 +1,12 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "label": "開啟連結", + "links.navigate": "按住 CTRL 並按一下按鍵以追蹤連結", + "links.navigate.editor": "Ctrl + 按一下以開啟 (Ctrl + Alt + 按一下開啟在旁邊)", + "links.navigate.editor.mac": "Cmd + 按一下即可開啟 (Cmd + Option + 按一下,即可開啟在旁邊)", + "links.navigate.mac": "按住 Cmd 並按一下按鍵以追蹤連結" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json b/i18n/cht/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json new file mode 100644 index 00000000000..91d9bcc0425 --- /dev/null +++ b/i18n/cht/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json @@ -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. +{ + "mutlicursor.insertAbove": "在上方插入游標", + "mutlicursor.insertBelow": "在下方插入游標" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/contrib/parameterHints/browser/parameterHints.i18n.json b/i18n/cht/src/vs/editor/contrib/parameterHints/browser/parameterHints.i18n.json new file mode 100644 index 00000000000..be94bfc3770 --- /dev/null +++ b/i18n/cht/src/vs/editor/contrib/parameterHints/browser/parameterHints.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "parameterHints.trigger.label": "觸發參數提示" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/contrib/quickFix/browser/quickFix.i18n.json b/i18n/cht/src/vs/editor/contrib/quickFix/browser/quickFix.i18n.json new file mode 100644 index 00000000000..e838688b779 --- /dev/null +++ b/i18n/cht/src/vs/editor/contrib/quickFix/browser/quickFix.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "quickfix.trigger.label": "Quick Fix" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/contrib/quickFix/browser/quickFixSelectionWidget.i18n.json b/i18n/cht/src/vs/editor/contrib/quickFix/browser/quickFixSelectionWidget.i18n.json new file mode 100644 index 00000000000..76c7c98372a --- /dev/null +++ b/i18n/cht/src/vs/editor/contrib/quickFix/browser/quickFixSelectionWidget.i18n.json @@ -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. +{ + "QuickFixSelectionWidget.loading": "正在載入...", + "QuickFixSelectionWidget.noSuggestions": "沒有修正建議。" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/contrib/quickOpen/browser/gotoLine.contribution.i18n.json b/i18n/cht/src/vs/editor/contrib/quickOpen/browser/gotoLine.contribution.i18n.json new file mode 100644 index 00000000000..264035d48f2 --- /dev/null +++ b/i18n/cht/src/vs/editor/contrib/quickOpen/browser/gotoLine.contribution.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "label": "移至行..." +} \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/contrib/quickOpen/browser/gotoLine.i18n.json b/i18n/cht/src/vs/editor/contrib/quickOpen/browser/gotoLine.i18n.json new file mode 100644 index 00000000000..f145c2bb075 --- /dev/null +++ b/i18n/cht/src/vs/editor/contrib/quickOpen/browser/gotoLine.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "GotoLineAction.label": "移至行...", + "gotoLineActionInput": "輸入行號,後接選擇性的冒號和資料行數字,以瀏覽至", + "gotoLineLabelEmptyWithLineAndColumnLimit": "輸入介於 1 和 {0} 之間要瀏覽至的資料行", + "gotoLineLabelEmptyWithLineLimit": "輸入介於 1 到 {0} 之間要瀏覽至的行號", + "gotoLineLabelValidLine": "移至第 {0} 行", + "gotoLineLabelValidLineAndColumn": "移至行 {0} 和資料行 {1}" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/contrib/quickOpen/browser/quickCommand.contribution.i18n.json b/i18n/cht/src/vs/editor/contrib/quickOpen/browser/quickCommand.contribution.i18n.json new file mode 100644 index 00000000000..39956c63ece --- /dev/null +++ b/i18n/cht/src/vs/editor/contrib/quickOpen/browser/quickCommand.contribution.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "label": "命令選擇區" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/contrib/quickOpen/browser/quickCommand.i18n.json b/i18n/cht/src/vs/editor/contrib/quickOpen/browser/quickCommand.i18n.json new file mode 100644 index 00000000000..77bfb75c2ee --- /dev/null +++ b/i18n/cht/src/vs/editor/contrib/quickOpen/browser/quickCommand.i18n.json @@ -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. +{ + "QuickCommandAction.label": "命令選擇區", + "quickCommandActionInput": "輸入您想要執行的動作名稱" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/contrib/quickOpen/browser/quickOutline.contribution.i18n.json b/i18n/cht/src/vs/editor/contrib/quickOpen/browser/quickOutline.contribution.i18n.json new file mode 100644 index 00000000000..faac34cc22c --- /dev/null +++ b/i18n/cht/src/vs/editor/contrib/quickOpen/browser/quickOutline.contribution.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "label": "移至符號..." +} \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/contrib/quickOpen/browser/quickOutline.i18n.json b/i18n/cht/src/vs/editor/contrib/quickOpen/browser/quickOutline.i18n.json new file mode 100644 index 00000000000..0f2701940a8 --- /dev/null +++ b/i18n/cht/src/vs/editor/contrib/quickOpen/browser/quickOutline.i18n.json @@ -0,0 +1,20 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "QuickOutlineAction.label": "移至符號...", + "_constructor": "建構函式 ({0})", + "call": "呼叫 ({0})", + "class": "類別 ({0})", + "function": "函式 ({0})", + "interface": "介面 ({0})", + "method": "方法 ({0})", + "modules": "模組 ({0})", + "property": "屬性 ({0})", + "quickOutlineActionInput": "請輸入您想要瀏覽至的識別項名稱", + "symbols": "符號 ({0})", + "variable": "變數 ({0})", + "variable2": "變數 ({0})" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/contrib/referenceSearch/browser/referenceSearch.i18n.json b/i18n/cht/src/vs/editor/contrib/referenceSearch/browser/referenceSearch.i18n.json new file mode 100644 index 00000000000..010dbdc2586 --- /dev/null +++ b/i18n/cht/src/vs/editor/contrib/referenceSearch/browser/referenceSearch.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "labelLoading": "正在載入...", + "noResults": "沒有結果", + "references.action.label": "尋找所有參考", + "references.action.name": "顯示參考" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/contrib/referenceSearch/browser/referenceSearchWidget.i18n.json b/i18n/cht/src/vs/editor/contrib/referenceSearch/browser/referenceSearchWidget.i18n.json new file mode 100644 index 00000000000..d73ba73bd1f --- /dev/null +++ b/i18n/cht/src/vs/editor/contrib/referenceSearch/browser/referenceSearchWidget.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "missingPreviewMessage": "無可用的預覽", + "peekView.alternateTitle": "參考", + "referenceCount": "{0} 個參考", + "referencesCount": "{0} 個參考" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/contrib/rename/browser/bulkEdit.i18n.json b/i18n/cht/src/vs/editor/contrib/rename/browser/bulkEdit.i18n.json new file mode 100644 index 00000000000..8cbdaf09d5d --- /dev/null +++ b/i18n/cht/src/vs/editor/contrib/rename/browser/bulkEdit.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "conflict": "這些檔案已同時變更: {0}" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/contrib/rename/browser/rename.i18n.json b/i18n/cht/src/vs/editor/contrib/rename/browser/rename.i18n.json new file mode 100644 index 00000000000..c27cdc7e07c --- /dev/null +++ b/i18n/cht/src/vs/editor/contrib/rename/browser/rename.i18n.json @@ -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. +{ + "changeAll.label": "變更所有發生次數", + "rename.error.multiplefile": "抱歉,但是還無法對用在多個檔案中的符號執行重新命名。" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/contrib/rename/browser/rename2.i18n.json b/i18n/cht/src/vs/editor/contrib/rename/browser/rename2.i18n.json new file mode 100644 index 00000000000..aef1d6a2995 --- /dev/null +++ b/i18n/cht/src/vs/editor/contrib/rename/browser/rename2.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "conflict": "這些檔案已同時變更: {0}", + "missing.support": "無法執行重新命名", + "no result": "沒有結果。", + "rename.label": "重新命名符號" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/contrib/rename/browser/renameModel.i18n.json b/i18n/cht/src/vs/editor/contrib/rename/browser/renameModel.i18n.json new file mode 100644 index 00000000000..6a9211f8850 --- /dev/null +++ b/i18n/cht/src/vs/editor/contrib/rename/browser/renameModel.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "cannotLoadFile": "無法載入檔案 {0}" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/contrib/rename/common/rename.i18n.json b/i18n/cht/src/vs/editor/contrib/rename/common/rename.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/editor/contrib/rename/common/rename.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/contrib/smartSelect/common/jumpToBracket.i18n.json b/i18n/cht/src/vs/editor/contrib/smartSelect/common/jumpToBracket.i18n.json new file mode 100644 index 00000000000..1f0f5396a7c --- /dev/null +++ b/i18n/cht/src/vs/editor/contrib/smartSelect/common/jumpToBracket.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "smartSelect.jumpBracket": "移至方括弧" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/contrib/smartSelect/common/smartSelect.i18n.json b/i18n/cht/src/vs/editor/contrib/smartSelect/common/smartSelect.i18n.json new file mode 100644 index 00000000000..a72697babba --- /dev/null +++ b/i18n/cht/src/vs/editor/contrib/smartSelect/common/smartSelect.i18n.json @@ -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. +{ + "smartSelect.grow": "展開選取", + "smartSelect.shrink": "縮小選取" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/contrib/suggest/browser/suggest.i18n.json b/i18n/cht/src/vs/editor/contrib/suggest/browser/suggest.i18n.json new file mode 100644 index 00000000000..a43ef74dcf1 --- /dev/null +++ b/i18n/cht/src/vs/editor/contrib/suggest/browser/suggest.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "suggest.trigger.label": "觸發建議" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/contrib/suggest/browser/suggestWidget.i18n.json b/i18n/cht/src/vs/editor/contrib/suggest/browser/suggestWidget.i18n.json new file mode 100644 index 00000000000..31c6c5c73d8 --- /dev/null +++ b/i18n/cht/src/vs/editor/contrib/suggest/browser/suggestWidget.i18n.json @@ -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. +{ + "suggestWidget.loading": "正在載入...", + "suggestWidget.noSuggestions": "無建議。" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/contrib/toggleTabFocusMode/common/toggleTabFocusMode.i18n.json b/i18n/cht/src/vs/editor/contrib/toggleTabFocusMode/common/toggleTabFocusMode.i18n.json new file mode 100644 index 00000000000..5b6ec5f28ad --- /dev/null +++ b/i18n/cht/src/vs/editor/contrib/toggleTabFocusMode/common/toggleTabFocusMode.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "toggle.tabfocusmode": "切換使用 TAB 鍵來設定焦點" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/contrib/toggleWordWrap/common/toggleWordWrap.i18n.json b/i18n/cht/src/vs/editor/contrib/toggleWordWrap/common/toggleWordWrap.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/editor/contrib/toggleWordWrap/common/toggleWordWrap.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/contrib/zoneWidget/browser/peekViewWidget.i18n.json b/i18n/cht/src/vs/editor/contrib/zoneWidget/browser/peekViewWidget.i18n.json new file mode 100644 index 00000000000..8b7662c4c93 --- /dev/null +++ b/i18n/cht/src/vs/editor/contrib/zoneWidget/browser/peekViewWidget.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "label.close": "關閉" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/node/languageConfiguration.i18n.json b/i18n/cht/src/vs/editor/node/languageConfiguration.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/editor/node/languageConfiguration.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/node/textMate/TMSnippets.i18n.json b/i18n/cht/src/vs/editor/node/textMate/TMSnippets.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/editor/node/textMate/TMSnippets.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/node/textMate/TMSyntax.i18n.json b/i18n/cht/src/vs/editor/node/textMate/TMSyntax.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/editor/node/textMate/TMSyntax.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/languages/csharp/browser/ui/statusIcon.i18n.json b/i18n/cht/src/vs/languages/csharp/browser/ui/statusIcon.i18n.json new file mode 100644 index 00000000000..ad9bd823bc8 --- /dev/null +++ b/i18n/cht/src/vs/languages/csharp/browser/ui/statusIcon.i18n.json @@ -0,0 +1,21 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "changeProject": "變更專案...", + "projectsLabel.noProject": "無任何專案", + "projectsLabel.project": "1 個專案", + "projectsLabel.projects": "{0} 個專案", + "projectsLabel.selectSolutionPathOrFolder": "挑選專案", + "selectProject": "選取專案", + "selectProjectOrSolutionOrFolder": "選取專案", + "selectSolution": "挑選專案", + "status.error": "Omnisharp 遇到錯誤。如需詳細資訊,請查看主控台。", + "status.packageRestore": "正在還原封裝...", + "status.started": "Omnisharp 正在執行", + "status.starting": "Omnisharp 正在啟動...", + "status.unknown": "Omnisharp 狀態不明", + "titleStarted": "選取專案: '{0}'" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/languages/csharp/common/commandSupport.i18n.json b/i18n/cht/src/vs/languages/csharp/common/commandSupport.i18n.json new file mode 100644 index 00000000000..c02f8049529 --- /dev/null +++ b/i18n/cht/src/vs/languages/csharp/common/commandSupport.i18n.json @@ -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. +{ + "category.label.dnx": "dnx", + "category.label.dnx.restore": "dnx", + "category.label.k": "k", + "category.label.k.restore": "k", + "command.gone": "該命令已不再提供。", + "exec.label": "{0} - ({1},{2})", + "restore.label.dnu": "dnu 還原 - ({0})", + "restore.label.k": "kpm 還原 - ({0})" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/languages/csharp/common/projectStatus.i18n.json b/i18n/cht/src/vs/languages/csharp/common/projectStatus.i18n.json new file mode 100644 index 00000000000..6aa323f3270 --- /dev/null +++ b/i18n/cht/src/vs/languages/csharp/common/projectStatus.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "cancel": "取消", + "close": "關閉", + "message": "某些專案載入出現問題。請檢視輸出以取得更多詳細資料。", + "restore": "還原", + "restore.error": "無法執行還原,請嘗試為 {0} 手動執行 'dnu restore'。", + "showOutput": "顯示輸出", + "unresolvedDependencies": "'{0}' 有無法解析的相依性。請執行還原命令以繼續。" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/languages/csharp/common/restartOmnisharpAction.i18n.json b/i18n/cht/src/vs/languages/csharp/common/restartOmnisharpAction.i18n.json new file mode 100644 index 00000000000..d05a0bfceb0 --- /dev/null +++ b/i18n/cht/src/vs/languages/csharp/common/restartOmnisharpAction.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "label": "重新啟動 Omnisharp 伺服器" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/languages/csharp/features/diagnosticsSupport.i18n.json b/i18n/cht/src/vs/languages/csharp/features/diagnosticsSupport.i18n.json new file mode 100644 index 00000000000..01d3b2b962d --- /dev/null +++ b/i18n/cht/src/vs/languages/csharp/features/diagnosticsSupport.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "csharp.diagnostics": "{0} [{1}]" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/languages/csharp/features/suggestSupport.i18n.json b/i18n/cht/src/vs/languages/csharp/features/suggestSupport.i18n.json new file mode 100644 index 00000000000..92e4a189a06 --- /dev/null +++ b/i18n/cht/src/vs/languages/csharp/features/suggestSupport.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "overload_label": "{0} (+ {1} 個多載)" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/languages/csharp/k/execution.i18n.json b/i18n/cht/src/vs/languages/csharp/k/execution.i18n.json new file mode 100644 index 00000000000..fd1011d4add --- /dev/null +++ b/i18n/cht/src/vs/languages/csharp/k/execution.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "exec.label": "k: {0}/{1} ({2})" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/languages/css/common/css.contribution.i18n.json b/i18n/cht/src/vs/languages/css/common/css.contribution.i18n.json new file mode 100644 index 00000000000..7f643f5a4ea --- /dev/null +++ b/i18n/cht/src/vs/languages/css/common/css.contribution.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "cssConfigurationDescription": "這是用來設定 CSS 語言。", + "cssConfigurationTitle": "CSS 組態", + "lint": "控制 lint 驗證中使用的問題嚴重性。", + "validationSettings": "控制 CSS 驗證的運作方式。" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/languages/css/common/cssWorker.i18n.json b/i18n/cht/src/vs/languages/css/common/cssWorker.i18n.json new file mode 100644 index 00000000000..866201b22aa --- /dev/null +++ b/i18n/cht/src/vs/languages/css/common/cssWorker.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "css.quickfix.rename": "重新命名為 '{0}'", + "literal.fontface": "@font-face", + "literal.keyframes": "@keyframes {0}" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/languages/css/common/parser/cssErrors.i18n.json b/i18n/cht/src/vs/languages/css/common/parser/cssErrors.i18n.json new file mode 100644 index 00000000000..3221940d8cf --- /dev/null +++ b/i18n/cht/src/vs/languages/css/common/parser/cssErrors.i18n.json @@ -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. +{ + "expected.colon": "必須是冒號", + "expected.comma": "必須是逗點", + "expected.condt": "必須是條件", + "expected.dot": "必須是點", + "expected.expression": "必須是運算式", + "expected.ident": "必須是識別項", + "expected.lcurly": "必須是 {", + "expected.lparen": "必須是 (", + "expected.lsquare": "必須是 [", + "expected.number": "必須是數目", + "expected.operator": "必須是運算子", + "expected.pagedirordecl": "頁面指示詞或預期的宣告", + "expected.percentage": "必須是百分比", + "expected.propvalue": "必須是屬性值", + "expected.rcurly": "必須是 }", + "expected.rparent": "必須是 )", + "expected.rsquare": "必須是 ]", + "expected.ruleorselector": "必須是 at-rule 或選取器", + "expected.selector": "必須是選取器", + "expected.semicolon": "必須是分號", + "expected.stringliteral": "必須是字串常值", + "expected.term": "必須是字詞", + "expected.uri": "必須是 URI", + "expected.uriorstring": "必須是 URI 或字串", + "expected.varname": "必須是變數名稱", + "expected.varvalue": "必須是變數值", + "unknown.atrule": "未知的 at-rule", + "unknown.keyword": "未知的關鍵字" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/languages/css/common/services/intelliSense.i18n.json b/i18n/cht/src/vs/languages/css/common/services/intelliSense.i18n.json new file mode 100644 index 00000000000..a8c21015e26 --- /dev/null +++ b/i18n/cht/src/vs/languages/css/common/services/intelliSense.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "css.builtin.hsl": "從色調、飽和以及光度值建立色彩。", + "css.builtin.hsla": "從色調、飽和、光度以及 Alpha 值建立色彩。", + "css.builtin.rgb": "從紅色、綠色以及藍色值建立色彩。", + "css.builtin.rgba": "從紅色、綠色、藍色以及 Alpha 值建立色彩。" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/languages/css/common/services/lint.i18n.json b/i18n/cht/src/vs/languages/css/common/services/lint.i18n.json new file mode 100644 index 00000000000..58f7d12ab1b --- /dev/null +++ b/i18n/cht/src/vs/languages/css/common/services/lint.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "keyframes.standardrule.missing": "定義主要畫面格時,一律定義標準規則 '@keyframes'。", + "keyframes.vendorspecific.missing": "一律包含所有的廠商特定規則: 遺漏: {0}", + "namelist.concatenated": "{0},'{1}'", + "namelist.single": "'{0}'", + "property.standard.missing": "也定義標準的屬性 '{0}' 的相容性", + "property.vendorspecific.missing": "一律包含所有的廠商特定屬性: 遺漏:{0}" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/languages/css/common/services/lintRules.i18n.json b/i18n/cht/src/vs/languages/css/common/services/lintRules.i18n.json new file mode 100644 index 00000000000..1a90fdda3f6 --- /dev/null +++ b/i18n/cht/src/vs/languages/css/common/services/lintRules.i18n.json @@ -0,0 +1,25 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "rule.avoidFloat": "避免使用 'float'。浮動會使 CSS 脆弱,在版面配置的任一層面改變時容易中斷。", + "rule.avoidIdSelector": "選取器不應包含 ID,因為這些規則與 HTML 結合過於緊密。", + "rule.avoidImportant": "避免使用 !important。這表示整個 CSS 的明確性皆失控,需要重構。", + "rule.colorFunction": "無效的參數數目", + "rule.duplicateDeclarations": "請勿使用重複的樣式定義", + "rule.emptyRuleSets": "請勿使用空白規則集", + "rule.fontFaceProperties": "@font-face 規則必須定義 'src' 和 'font-family' 屬性", + "rule.hexColor": "十六進位色彩必須由三個或六個十六進位數字組成", + "rule.ieHack": "只有在支援 IE7 及更舊的版本時才需要 IE Hack", + "rule.importDirective": "Import 陳述式不會平行載入", + "rule.propertyIgnoredDueToDisplay": "屬性因顯示而忽略。例如,若為 'display: inline',則 width、height、margin-top、margin-bottom 以及 float 屬性就不會有任何作用。", + "rule.standardvendorprefix.all": "在使用廠商專屬的前置詞時,也包括標準屬性。", + "rule.universalSelector": "已知通用選取器 (*) 速度緩慢", + "rule.unknownProperty": "未知的屬性。", + "rule.unknownVendorSpecificProperty": "未知的廠商專屬屬性。", + "rule.vendorprefixes.all": "在使用廠商專屬的前置詞時,請確定也包括其他所有的廠商特定屬性。", + "rule.withHeightAndBorderPadding": "使用填補或框線時不要使用寬度或高度。", + "rule.zeroWidthUnit": "零不需要任何單位" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/languages/css/cssSnippets.i18n.json b/i18n/cht/src/vs/languages/css/cssSnippets.i18n.json new file mode 100644 index 00000000000..ae894134878 --- /dev/null +++ b/i18n/cht/src/vs/languages/css/cssSnippets.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "transition.snippet": "跨越瀏覽器的轉換屬性" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/languages/html/common/htmlTags.i18n.json b/i18n/cht/src/vs/languages/html/common/htmlTags.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/languages/html/common/htmlTags.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/languages/html/htmlSnippets.i18n.json b/i18n/cht/src/vs/languages/html/htmlSnippets.i18n.json new file mode 100644 index 00000000000..c45bc8fcecc --- /dev/null +++ b/i18n/cht/src/vs/languages/html/htmlSnippets.i18n.json @@ -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. +{ + "html.snippet": "簡單的 HTML5 起點", + "img.snippet": "影像", + "javascriptlink.snippet": "插入外部 Javascript 檔案的連結", + "link.snippet": "連結", + "ol.snippet": "小型排序清單", + "stylesheetlink.snippet": "插入樣式表的連結", + "table.snippet": "基本表格起點", + "ul.snippet": "小型未排序清單" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/languages/javascript/common/javascript.contribution.i18n.json b/i18n/cht/src/vs/languages/javascript/common/javascript.contribution.i18n.json new file mode 100644 index 00000000000..30b32854e62 --- /dev/null +++ b/i18n/cht/src/vs/languages/javascript/common/javascript.contribution.i18n.json @@ -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. +{ + "allwaysAllWords": "永遠包含目前文件中的所有文字。", + "compilationSettings": "控制 JavaScript 驗證的運作方式。", + "jsConfigurationTitle": "JavaScript 組態", + "lint": "控制驗證的各個層面。", + "lint.comparisonOperatorsNotStrict": "使用 '!==' 和 '===' 而非 '!=' 和 '=='。", + "lint.curlyBracketsMustNotBeOmitted": "不要提供大括號。", + "lint.emptyBlocksWithoutComment": "空白區塊應該有註解。", + "lint.forcedTypeConversion": "不要根據指派重複宣告變數類型。", + "lint.functionsInsideLoops": "迴圈內的函式。", + "lint.missingSemicolon": "遺漏分號。", + "lint.mixedTypesArithmetics": "僅使用數字進行數學運算。", + "lint.newOnLowercaseFunctions": "具有小寫名稱的函式當成建構函式使用。", + "lint.newOnReturningFunctions": "具有 return 陳述式的函式當成建構函式使用。", + "lint.parametersDontMatchSignature": "參數不符合函式簽章", + "lint.primitivesInInstanceOf": "不要使用具有基本型別的 instanceof。", + "lint.redeclaredVariables": "不要重複宣告變數並變更其類型。", + "lint.semicolonsInsteadOfBlocks": "分號而非區塊。", + "lint.tripleSlashReferenceAlike": "尋找輸入錯誤的三斜線參考。", + "lint.undeclaredVariables": "不要使用未宣告的變數。", + "lint.unknownModule": "不需要未知的模組。", + "lint.unknownProperty": "不要使用未知的屬性。", + "lint.unknownTypeOfResults": "'typeof' 運算子的非預期輸出。", + "lint.unusedFunctions": "未使用的區域函式。", + "lint.unusedVariables": "未使用的區域變數。", + "semanticValidation": "傳回 JavaScript 檔案的 linter 檢查 - 覆寫 validate.lint.* 設定。", + "suggestSettings": "控制 JavaScript IntelliSense 的運作方式。", + "syntaxValidation": "查看 JavaScript 檔案是否有語法錯誤。", + "useCodeSnippetsOnMethodSuggest": "使用其參數簽章完成函式。" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/languages/json/common/contributions/bowerJSONContribution.i18n.json b/i18n/cht/src/vs/languages/json/common/contributions/bowerJSONContribution.i18n.json new file mode 100644 index 00000000000..1a20acdc1dd --- /dev/null +++ b/i18n/cht/src/vs/languages/json/common/contributions/bowerJSONContribution.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "json.bower.default": "預設 bower.json", + "json.bower.error.repoaccess": "對 Bower 儲存機制的要求失敗: {0}", + "json.bower.package.hover": "{0}" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/languages/json/common/contributions/globPatternContribution.i18n.json b/i18n/cht/src/vs/languages/json/common/contributions/globPatternContribution.i18n.json new file mode 100644 index 00000000000..b0a429c2ac9 --- /dev/null +++ b/i18n/cht/src/vs/languages/json/common/contributions/globPatternContribution.i18n.json @@ -0,0 +1,24 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "derivedDescription": "找出名稱相同但副檔名不同之同層級的檔案。", + "derivedLabel": "依名稱且同層級的檔案", + "falseDescription": "停用模式。", + "falseLabel": "False", + "fileDescription": "找出所有具特定副檔名的檔案。", + "fileLabel": "依副檔名排列的檔案", + "filesDescription": "找出所有具任何副檔名的檔案。", + "filesLabel": "具多重副檔名的檔案", + "folderDescription": "在所有位置找出具特定名稱的資料夾。", + "folderLabel": "依名稱排列的資料夾 (任何位置)", + "siblingsDescription": "找出名稱相同但副檔名不同之同層級的檔案。", + "topFolderDescription": "找出具特定名稱的最上層資料夾。", + "topFolderLabel": "依名稱排列的資料夾 (最上層)", + "topFoldersDescription": "找出多個最上層資料夾。", + "topFoldersLabel": "具備多重名字的資料夾 (最上層)", + "trueDescription": "啟用模式。", + "trueLabel": "True" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/languages/json/common/contributions/packageJSONContribution.i18n.json b/i18n/cht/src/vs/languages/json/common/contributions/packageJSONContribution.i18n.json new file mode 100644 index 00000000000..c7ab0e49904 --- /dev/null +++ b/i18n/cht/src/vs/languages/json/common/contributions/packageJSONContribution.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "json.npm.error.repoaccess": "對 NPM 儲存機制的要求失敗: {0}", + "json.npm.latestversion": "此套件目前的最新版本", + "json.npm.majorversion": "找出最新的主要版本 (1.x.x)", + "json.npm.minorversion": "找出最新的次要版本 (1.2.x)", + "json.npm.package.hover": "{0}", + "json.npm.version.hover": "最新版本: {0}", + "json.package.default": "預設 package.json" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/languages/json/common/contributions/projectJSONContribution.i18n.json b/i18n/cht/src/vs/languages/json/common/contributions/projectJSONContribution.i18n.json new file mode 100644 index 00000000000..6e75b1d6b6b --- /dev/null +++ b/i18n/cht/src/vs/languages/json/common/contributions/projectJSONContribution.i18n.json @@ -0,0 +1,12 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "json.nugget.error.repoaccess": "對 NuGet 儲存機制的要求失敗: {0}", + "json.nugget.package.hover": "{0}", + "json.nugget.version.hover": "最新版本: {0}", + "json.nugget.versiondescription.suggest": "此套件目前的最新版本", + "json.project.default": "預設 project.json" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/languages/json/common/json.contribution.i18n.json b/i18n/cht/src/vs/languages/json/common/json.contribution.i18n.json new file mode 100644 index 00000000000..a5226298c4f --- /dev/null +++ b/i18n/cht/src/vs/languages/json/common/json.contribution.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "jsonConfiguration.fileMatch": "可含有 '*' 的檔案模式;在將 JSON 檔案解析為結構描述時可用來比對。", + "jsonConfiguration.fileMatches": "在將 JSON 檔案解析為結構描述時,用來比對的檔案模式陣列。", + "jsonConfiguration.schema": "指定 URL 的結構描述定義。您只需要提供結構描述,以避免存取結構描述 URL。", + "jsonConfiguration.schemaPath": "前往結構描述的 URL,或在目前目錄中前往結構描述的相對路徑", + "jsonConfiguration.schemas": "將結構描述與目前專案中的 JSON 檔案建立關聯", + "jsonConfigurationDescription": "用來設定 JSON 設定和結構描述。", + "jsonConfigurationTitle": "JSON 組態" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/languages/json/common/json.i18n.json b/i18n/cht/src/vs/languages/json/common/json.i18n.json new file mode 100644 index 00000000000..021a844a665 --- /dev/null +++ b/i18n/cht/src/vs/languages/json/common/json.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "array": "陣列", + "boolean": "布林值", + "number": "數字", + "object": "物件", + "string": "字串", + "undefined": "未定義" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/languages/json/common/jsonIntellisense.i18n.json b/i18n/cht/src/vs/languages/json/common/jsonIntellisense.i18n.json new file mode 100644 index 00000000000..e51e1e6275c --- /dev/null +++ b/i18n/cht/src/vs/languages/json/common/jsonIntellisense.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "json.suggest.default": "預設值" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/languages/json/common/jsonSchemaService.i18n.json b/i18n/cht/src/vs/languages/json/common/jsonSchemaService.i18n.json new file mode 100644 index 00000000000..8453cddde44 --- /dev/null +++ b/i18n/cht/src/vs/languages/json/common/jsonSchemaService.i18n.json @@ -0,0 +1,169 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "app.plugin.json.activationEvents": "外掛程式的啟用事件", + "app.plugin.json.contributes": "這項外掛程式的比重", + "app.plugin.json.contributes.language": "外掛程式的語言比重", + "app.plugin.json.contributes.language.aliases": "這個語言的別名名稱", + "app.plugin.json.contributes.language.extensions": "與這個語言相關聯的副檔名", + "app.plugin.json.contributes.language.filenames": "與這個語言相關聯的檔名", + "app.plugin.json.contributes.language.id": "這個語言的 ID", + "app.plugin.json.dependencies": "外掛程式相依性", + "app.plugin.json.mainModule": "主要 JavaScript 檔案的相對路徑", + "app.plugin.json.pluginId": "不重複的外掛程式 ID", + "app.plugin.json.scripts": "外掛程式提供的指令碼", + "app.plugin.json.scripts.compile": "要編譯此外掛程式的命令列", + "bower.json.authors": "撰寫封裝之內容的人員清單。", + "bower.json.dependencies": "相依性的指定,採用封裝名稱的簡易雜湊到 semver 相容的識別碼或 URL。", + "bower.json.description": "利用簡短的描述協助使用者識別及搜尋您的封裝。", + "bower.json.devDependencies": "唯有開發封裝時才需要的相依性,如測試架構或建置文件。", + "bower.json.exportsOverride": "grunt-bower-task 用來指定自訂安裝位置。", + "bower.json.homepage": "用來深入瞭解封裝的 URL。如果您未指定 URL 且是 GitHub 端點,將回復為 GitHub 專案。", + "bower.json.ignore": "在安裝封裝時要忽略的 Bower 檔案清單。", + "bower.json.invalidPatternName": "所有開頭為 _ 的屬性均適用。", + "bower.json.keywords": "用於關鍵字搜尋。有助於讓使用者不需要知道封裝名稱即可輕易地探索到封裝。", + "bower.json.license": "SPDX 授權識別碼,或授權的路徑/URL。", + "bower.json.main": "使用封裝所需的主要作用檔案。", + "bower.json.moduleType": "此封裝公開的模組類型", + "bower.json.packagename": "封裝的名稱。", + "bower.json.private": "如果設定為 true,它將會拒絕發行。這是避免意外發行私人儲存機制的方法。", + "bower.json.repository": "原始程式碼所在的儲存機制。", + "bower.json.resolutions": "封裝之間發生衝突時,用來自動解決衝突的相依性版本。", + "bower.json.title": "Bower 組態檔的 JSON 結構描述", + "bower.json.version": "語意式版本號碼。", + "global.json.projects": "與這個檔案相關的專案資料夾清單。", + "global.json.sources": "與這個檔案相關的來源資料夾清單。", + "global.json.title": "ASP.NET 全域組態檔的 JSON 結構描述", + "jsconfig.json.compilerOptions": "指示 JavaScript 語言服務如何驗證 .js 檔案", + "jsconfig.json.compilerOptions.charset": "輸入檔的字元集", + "jsconfig.json.compilerOptions.decorators": "啟用 ES7 裝飾項目的實驗支援。", + "jsconfig.json.compilerOptions.diagnostics": "顯示診斷資訊。", + "jsconfig.json.compilerOptions.locale": "用來顯示錯誤訊息的地區設定,例如 zh-TW。", + "jsconfig.json.compilerOptions.mapRoot": "指定偵錯工具應尋找對應檔的位置,而不尋找產生的位置。", + "jsconfig.json.compilerOptions.module": "要解析的模組程式碼產生: 'commonjs'、'amd'、'system' 或 'umd'。", + "jsconfig.json.compilerOptions.noLib": "不要包含預設程式庫檔 (lib.d.ts)。", + "jsconfig.json.compilerOptions.target": "指定 ECMAScript 目標版本: 'ES3' (預設值)、'ES5' 或 'ES6' (實驗)。", + "jsconfig.json.exclude": "列出不應納入的檔案與資料夾。存在 'files' 屬性時,不允許此屬性。", + "jsconfig.json.files": "如果 jsconfig.json 中沒有出現 'files' 屬性,語言服務預設會包含所有內含目錄與子目錄的檔案。指定 'files' 屬性時,只會包含那些檔案。", + "jsconfig.json.title": "JavaScript 組態檔的 JSON 結構描述", + "json.schema.unabletoload": "無法從 '{0}': {1} 載入結構描述。", + "package.json.bugs": "專案問題追蹤器的 URL 及 (或) 接收回報問題的電子郵件地址。對於您的封裝出現問題的人員而言,這些內容很實用。", + "package.json.bugs.email": "接收回報問題的電子郵件地址。", + "package.json.bugs.url": "專案問題追踨器的 URL。", + "package.json.bundleDependencies": "發行封裝時會一併附上的封裝名稱陣列。", + "package.json.bundledDependencies": "發行封裝時會一併附上的封裝名稱陣列。", + "package.json.config": "'config' 雜湊可用以設定各種升級之間皆存在的封裝指令碼中,所用的組態參數。", + "package.json.contributors": "參與這個封裝的人員清單。", + "package.json.dependency": "相依性會利用封裝名稱的簡式雜湊,指定範圍的版本。版本範圍為一個字串,其有一或多個以空格分隔的描述元。相依性也可利用 Tarball 或 Git URL 加以識別。", + "package.json.descr": "其有助於探索您封裝的人員,因為其列於 'npm search' 中。", + "package.json.description": "這個封裝的 NPM 組態。", + "package.json.directories.bin": "若指定了 'bin' 目錄,則所有位於該資料夾中的所有檔案,都會用為 'bin' 雜湊。", + "package.json.directories.doc": "將 Markdown 檔案置於此處。最後有可能有天能以不錯的方式顯示。", + "package.json.directories.example": "將指令碼範例置於此處。有可能某天能用更聰明的方式公開。", + "package.json.directories.lib": "告知人員大部分程式庫的所在位置。程式庫資料夾其實沒進行什麼特別的動作,但其為實用的中繼資訊。", + "package.json.directories.man": "擁有許多手冊頁 (man page) 的資料夾。瀏覽資料夾可產生 'man' 陣列。", + "package.json.files": "'files' 欄位為一檔案陣列,內含於您的專案中。如果已命名陣列中的資料夾,則其也會包含該資料夾內的檔案。", + "package.json.homepage": "進入專案首頁的 URL。", + "package.json.keywords": "其有助於探索您封裝的人員,因為其列於 'npm search' 中。", + "package.json.license": "您應該為您的封裝指定授權,人員才能了解允許他們使用的方式為何,以及您設有什麼限制。", + "package.json.licenses": "您應該為您的封裝指定授權,人員才能了解允許他們使用的方式為何,以及您設有什麼限制。", + "package.json.main": "此主要欄位是模組 ID,而該模組 ID 為進入您程式的主要進入點。", + "package.json.maintainers": "維護這個封裝的人員清單。", + "package.json.man": "指定單一檔案或檔名陣列,以供說明文件程式進行尋找。", + "package.json.name": "封裝的名稱。", + "package.json.person": "參與建立或維護這個封裝的人員", + "package.json.preferGlobal": "如果您的封裝主要為命令列應用程式,而應進行全域安裝,則請將此值設定為 True 以在它進行本機安裝時發出警告。", + "package.json.private": "若設定為 True,npm 將會拒絶發行這個封裝。", + "package.json.repository": "指定程式碼所在的位置。其對於希望參與的人員來說很實用。", + "package.json.scripts": "'scripts' 成員是指令碼命令的物件雜湊,其在封裝的生命週期內會執行多次。機碼為生命週期事件,而值則為當時要執行的命令。", + "package.json.underscore": "所有開頭為 _ 的屬性均適用。", + "package.json.version": "版本必須可以由節點 semver 剖析,其與 npm 組合在一起為相依性。", + "project.json.authors": "應用程式作者", + "project.json.bundleExclude": "排除在發行輸出之外的檔案清單 (kpm 套件組合)。", + "project.json.code": "用來指定所有需要編譯之程式碼檔案的 Glob 模式 (資料類型: 採用 Glob 模式的字串或陣列)。例如: [ 'Folder1*.cs', 'Folder2*.cs' ]", + "project.json.commands": "此應用程式可以使用的命令", + "project.json.compilationOptions": "傳遞到 Roslyn 的編譯選項", + "project.json.configurations": "組態為內含編譯設定的已命名群組。執行階段中內建有 2 個預設值: 'Debug' 及 'Release'。", + "project.json.dependencies": "應用程式的相依性。每個項目都會指定 Nuget 套件的名稱及版本。", + "project.json.dependency.name": "相依性的版本。", + "project.json.dependency.type": "相依性的類型。只有在建置時才會有 'build' 相依性", + "project.json.description": "應用程式的描述", + "project.json.exclude": "用來指定要排除在編譯之外的所有程式碼檔案的 Glob 模式 (資料類型: 採用 Glob 模式的字串或陣列)。", + "project.json.frameworks": "要建置的目標架構,以及組態特有的相依性。", + "project.json.preprocess": "用來指定要前處理之所有程式碼檔案的 Glob 模式 (資料類型: 採用 Glob 模式的字串)。", + "project.json.resources": "用來指定需要以資源形式編譯之所有檔案的 Glob 模式。", + "project.json.script": "一或多個命令列指令碼。\r\r可用變數:\r%project:Directory% - 專案目錄\r%project:Name% - 專案名稱\r%project:Version% - 專案版本", + "project.json.scripts": "要在各個階段中執行的指令碼。", + "project.json.shared": "用來指定與相依專案共用之程式碼檔案的 Glob 模式。範例 : [ 'Folder1*.cs', 'Folder2*.cs' ]", + "project.json.title": "ASP.NET project.json 檔案的 JSON 結構描述", + "project.json.version": "應用程式的版本。範例: 1.2.0.0", + "project.json.webroot": "在 project.json 檔案中指定 webroot 屬性可指定 Web 伺服器根目錄 (亦稱為公用資料夾)。在 Visual Studio 中,此資料夾將用來當做 IIS 的根目錄。您應將靜態檔案放置於此處。", + "schema.json": "使用結構描述描述 JSON 檔案。如需詳細資訊,請參閱 json-schema.org。", + "schema.json.$schema": "用來驗證此文件的結構描述 ", + "schema.json.additionalItems": "用於陣列 (只有在項目設為陣列時)。如果它是結構描述,這個結構描述會驗證項目陣列所指定的項目之後的項目。如果它是 false,則額外的項目會導致驗證失敗。", + "schema.json.additionalProperties": "結構描述或布林值。若為結構描述,將會用於驗證所有不符合 'properties' 或 'patternProperties' 的屬性。若為 false,所有不符合這兩項中任何一項的屬性,都會導致此結構描述失敗。", + "schema.json.allOf": "結構描述的陣列,必須全部符合。", + "schema.json.anyOf": "結構描述的陣列,其中至少一個必須符合。", + "schema.json.default": "預設值。供建議使用。", + "schema.json.definitions": "不用於驗證。將您要利用 $ref 內嵌參考的子結構描述置於此", + "schema.json.dependencies": "屬性名稱對屬性名稱陣列或結構描述的對應。屬性名稱陣列表示索引鍵中的命名屬性若要有效,陣列中的屬性必須出現在物件中。如果值是結構描述,則只有在索引鍵中的屬性存在物件上時才會將結構描述套用到該物件。", + "schema.json.description": "元素的詳細描述。用於暫留功能表和建議。", + "schema.json.enum": "有效常值的集合", + "schema.json.exclusiveMaximum": "將最大值屬性設為排除。", + "schema.json.exclusiveMininum": "將最小值屬性設為排除。", + "schema.json.id": "結構描述的唯一識別項。", + "schema.json.items": "用於陣列。可以是用來比對驗證每個元素的結構描述,或是用來依序比對驗證每個項目的結構描述陣列 (第一個結構描述驗證第一個元素,第二個結構描述驗證第二個元素,依此類推)。", + "schema.json.maxItems": "可包含在陣列中的最大項目數目。包含。", + "schema.json.maxLength": "字串的最大長度。", + "schema.json.maxProperties": "物件可以有的最大屬性數目。包含。", + "schema.json.maximum": "最大數值,預設為包含。", + "schema.json.minItems": "可包含在陣列中的最小項目數目。包含。", + "schema.json.minLength": "字串的最小長度。", + "schema.json.minProperties": "物件可以有的最小屬性數目。包含。", + "schema.json.minimum": "最小數值,預設為包含。", + "schema.json.multipleOf": "應該會整除目前值的數字 (即沒有餘數)", + "schema.json.not": "不能相符的結構描述。", + "schema.json.oneOf": "結構描述的陣列,其中剛好一個必須符合。", + "schema.json.pattern": "用來比對字串的規則運算式。它未隱含錨定。", + "schema.json.patternProperties": "屬性名稱的規則運算式對結構描述的對應,用於比對屬性。", + "schema.json.properties": "每個屬性的屬性名稱對結構描述對應。", + "schema.json.required": "這個字串陣列會列出這個物件需要之所有屬性的名稱。", + "schema.json.title": "元素的描述性標題。", + "schema.json.type": "可以是其中一個基本結構描述類型 (數字、整數、null、陣列、物件、布林值、字串) 的字串,或是指定這些類型子集的字串陣列。", + "schema.json.uniqueItems": "是否陣列中的所有項目都必須是唯一的。預設為 false。", + "snippetSchema.json": "使用者程式碼片段組態", + "snippetSchema.json.body": "程式碼片段內容。請為變數使用 '${id}'、'${id:label}'、'${1:label}',而為游標位置使用 '$0'、'$1'", + "snippetSchema.json.description": "程式碼片段描述。", + "snippetSchema.json.prefix": "在 Intellisense 中選取程式碼片段時要使用的前置詞", + "tsconfig.json.compilerOptions": "指示 TypeScript 編譯器如何編譯 .ts 檔案", + "tsconfig.json.compilerOptions.charset": "輸入檔的字元集", + "tsconfig.json.compilerOptions.declaration": "產生相對應的 d.ts 檔案。", + "tsconfig.json.compilerOptions.diagnostics": "顯示診斷資訊。", + "tsconfig.json.compilerOptions.emitBOM": "在輸出檔的開頭發出 UTF-8 位元組順序標記 (BOM)。", + "tsconfig.json.compilerOptions.inlineSourceMap": "使用來源對應發出單一檔案,而不使用另外的檔案。", + "tsconfig.json.compilerOptions.inlineSources": "在單一檔案中連同 sourcemap 發出來源; 需要設定 --inlineSourceMap。", + "tsconfig.json.compilerOptions.listFiles": "列印編譯部份檔案的名稱。", + "tsconfig.json.compilerOptions.locale": "用來顯示錯誤訊息的地區設定,例如 zh-TW。", + "tsconfig.json.compilerOptions.mapRoot": "指定偵錯工具應尋找對應檔的位置,而不尋找產生的位置。", + "tsconfig.json.compilerOptions.module": "指定模組程式碼產生: 'CommonJS'、'Amd'、'System' 或 'UMD'。", + "tsconfig.json.compilerOptions.newLine": "指定發出檔案時要使用的行尾順序: 'CRLF' (dos) 或 'LF' (unix)。)", + "tsconfig.json.compilerOptions.noEmit": "不發出輸出。", + "tsconfig.json.compilerOptions.noEmitHelpers": "不要在編譯過的輸出中產生自訂 Helper 函式,像是 __extends。", + "tsconfig.json.compilerOptions.noEmitOnError": "如果回報了任何類型的檢查錯誤,就不發出輸出。", + "tsconfig.json.compilerOptions.noImplicitAny": "針對具隱含之 'any' 類型的運算式與宣告發出警告。", + "tsconfig.json.compilerOptions.noLib": "不要包含預設程式庫檔 (lib.d.ts)。", + "tsconfig.json.compilerOptions.out": "串連並發出輸出至單一檔案。", + "tsconfig.json.compilerOptions.outDir": "將輸出結構重新導向至目錄。", + "tsconfig.json.compilerOptions.preserveConstEnums": "不清除產生之程式碼中的 const 列舉宣告。", + "tsconfig.json.compilerOptions.removeComments": "不將註解發出到輸出。", + "tsconfig.json.compilerOptions.rootDir": "指定輸入檔的根目錄。可用以控制具有 --outDir 的輸出目錄結構。", + "tsconfig.json.compilerOptions.sourceMap": "產生相對應的 '.map' 檔案。", + "tsconfig.json.compilerOptions.sourceRoot": "指定偵錯工具尋找 TypeScript 檔案的位置,而不尋找原始檔位置。", + "tsconfig.json.compilerOptions.suppressImplicitAnyIndexErrors": "對缺少索引簽章的索引物件隱藏 noImplicitAny 錯誤。", + "tsconfig.json.compilerOptions.target": "指定 ECMAScript 目標版本: 'ES3' (預設值)、'ES5' 或 'ES6' (實驗)。", + "tsconfig.json.files": "如果在 tsconfig.json 中沒有出現 'files' 屬性,編譯器預設會包含所有內含目錄與子目錄的檔案。指定 'files' 屬性時,只會包含那些檔案。", + "tsconfig.json.title": "TypeScript 編譯器組態檔的 JSON 結構描述" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/languages/json/common/parser/jsonParser.i18n.json b/i18n/cht/src/vs/languages/json/common/parser/jsonParser.i18n.json new file mode 100644 index 00000000000..71caca74368 --- /dev/null +++ b/i18n/cht/src/vs/languages/json/common/parser/jsonParser.i18n.json @@ -0,0 +1,44 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "ColonExpected": "必須是冒號", + "DisallowedExtraPropWarning": "不允許屬性 {0}", + "DoubleQuotesExpected": "屬性索引鍵必須加上雙引號", + "DuplicateKeyWarning": "重複的物件索引鍵", + "End of file expected": "須有檔案結尾", + "ExpectedCloseBrace": "必須是逗號或右大括號", + "ExpectedCloseBracket": "必須是逗號或右方括號", + "Invalid symbol": "須有 JSON 物件、陣列或常值", + "InvalidEscapeCharacter": "字串中有無效的逸出字元", + "InvalidNumberFormat": "編號格式無效", + "InvalidUnicode": "字串中有無效的 Unicode 序列", + "MaxPropWarning": "物件的屬性數目超過限制 {0}", + "MinPropWarning": "物件的屬性數目少於要求的數目 {0}", + "MissingRequiredPropWarning": "遺漏屬性 \"{0}\"", + "PropertyExpected": "須有屬性", + "RequiredDependentPropWarning": "物件缺少屬性 {1} 需要的屬性 {0}", + "UnexpectedEndOfComment": "未預期的註解結尾", + "UnexpectedEndOfNumber": "未預期的數字結尾", + "UnexpectedEndOfString": "未預期的字串結尾", + "ValueExpected": "必須是值", + "additionalItemsWarning": "根據結構描述,陣列有太多項目。必須是 {0} 個或更少", + "enumWarning": "值不是接受的值。有效值: {0}", + "exclusiveMaximumWarning": "值高於排除最大值 {0}", + "exclusiveMinimumWarning": "值低於排除最小值 {0}", + "maxItemsWarning": "陣列內項目太多。需要 {0} 個或更少", + "maxLengthWarning": "字串長度小於最大長度 ", + "maximumWarning": "值高於最大值 {0}", + "minItemsWarning": "陣列內項目太少。需要 {0} 個或更多", + "minLengthWarning": "字串長度小於最小長度 ", + "minimumWarning": "值低於最小值 {0}", + "multipleOfWarning": "值無法被 {0} 除", + "notSchemaWarning": "比對不允許的結構描述。", + "oneOfWarning": "比對多個結構描述,但只須驗證一個。", + "patternWarning": "字串不符合 \"{0}\" 的模式", + "typeArrayMismatchWarning": "不正確的類型。必須是 {0} 其中一個", + "typeMismatchWarning": "不正確的類型。必須是 \"{0}\"", + "uniqueItemsWarning": "陣列有重複的項目" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/languages/json/contributions/packageJSONContribution.i18n.json b/i18n/cht/src/vs/languages/json/contributions/packageJSONContribution.i18n.json new file mode 100644 index 00000000000..f80567690e7 --- /dev/null +++ b/i18n/cht/src/vs/languages/json/contributions/packageJSONContribution.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "json.npm.package.hover": "{0}", + "json.npm.version.hover": "最新版本: {0}", + "json.package.default": "預設 package.json" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/languages/less/common/less.contribution.i18n.json b/i18n/cht/src/vs/languages/less/common/less.contribution.i18n.json new file mode 100644 index 00000000000..90c7b8ec256 --- /dev/null +++ b/i18n/cht/src/vs/languages/less/common/less.contribution.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "lessConfigurationDescription": "這用來設定 LESS 語言。", + "lessConfigurationTitle": "LESS 組態", + "lessLint": "控制在 LESS lint 驗證中使用的問題嚴重性。", + "lessValidationSettings": "控制 LESS 驗證的運作方式。" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/languages/less/common/services/intelliSense.i18n.json b/i18n/cht/src/vs/languages/less/common/services/intelliSense.i18n.json new file mode 100644 index 00000000000..a4778c6ac0e --- /dev/null +++ b/i18n/cht/src/vs/languages/less/common/services/intelliSense.i18n.json @@ -0,0 +1,60 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "less.builtin.abs": "數字的絕對值", + "less.builtin.acos": "反餘弦值 - 反餘弦函數", + "less.builtin.alpha": "傳回 `@color` 的 `alpha` 色板", + "less.builtin.argb": "建立 #AARRGGBB", + "less.builtin.asin": "反正弦值 - 反正弦函數", + "less.builtin.atan": "反正切值 - 反正切函數", + "less.builtin.blue": "傳回 `@color` 的 `blue` 色板", + "less.builtin.ceil": "無條件進位到一個整數", + "less.builtin.color": "將字串剖析為色彩", + "less.builtin.contrast": "如果 `@color1 is> 43% luma`,則傳回 `@darkcolor`,否則傳回 `@lightcolor`,請參閱<備註>", + "less.builtin.convert": "將數字從某種類型轉換成另一種類型", + "less.builtin.cos": "餘弦函數", + "less.builtin.darken": "傳回 `@color` 10% points _darker_", + "less.builtin.data-uri": "內嵌一項資源並回復為 `url()`", + "less.builtin.desaturate": "傳回 `@color` 10% points _less_ saturated", + "less.builtin.e": "逸出字串內容", + "less.builtin.escape": "URL 會編碼字串", + "less.builtin.extract": "傳回清單中指定位置的值", + "less.builtin.fade": "傳回透明度為 50% 的 `@color`", + "less.builtin.fadein": "傳回 `@color` 10% points _less_ transparent", + "less.builtin.fadeout": "傳回 `@color` 10% points _more_ transparent", + "less.builtin.floor": "無條件捨去到一個整數", + "less.builtin.green": "傳回 `@color` 的 `green` 色板", + "less.builtin.greyscale": "傳回灰色,100% 欠飽和色", + "less.builtin.hsl": "建立色彩", + "less.builtin.hsla": "建立色彩", + "less.builtin.hsv": "建立色彩", + "less.builtin.hsva": "建立色彩", + "less.builtin.hsvhue": "傳回 HSV 空間中 `@color` 的 `hue` 色板", + "less.builtin.hsvsaturation": "傳回 HSV 空間中 `@color` 的 `saturation` 色板", + "less.builtin.hsvvalue": "傳回 HSV 空間中 `@color` 的 `value` 色板", + "less.builtin.hue": "傳回 HSL 空間中 `@color` 的 `hue` 色板", + "less.builtin.length": "傳回值清單中的項目數", + "less.builtin.lighten": "傳回 `@color` 10% points _lighter_", + "less.builtin.lightness": "傳回 HSL 空間中 `@color` 的 `lightness` 色板", + "less.builtin.luma": "傳回 `@color` 的 `luma` 值 (感知亮度)", + "less.builtin.max": "傳回一或多個值的最低值", + "less.builtin.min": "傳回一或多個值的最低值", + "less.builtin.mix": "傳回 `@color1` 和 `@color2` 的混合", + "less.builtin.mod": "第一個引數模組的第二個引數", + "less.builtin.percentage": "轉換成 %,例如 0.5 > 50%", + "less.builtin.pi": "傳回圓周率", + "less.builtin.pow": "自乘至第二個引數乘冪的第一個引數", + "less.builtin.red": "傳回 `@color` 的 `red` 色板", + "less.builtin.replace": "字串取代", + "less.builtin.round": "將數字四捨五入到某個小數位數", + "less.builtin.saturate": "傳回 `@color` 10% points _more_ saturated", + "less.builtin.saturation": "傳回 HSL 空間中 `@color` 的 `saturation` 色板", + "less.builtin.sin": "正弦函數", + "less.builtin.spin": "傳回色調放大 10 度的 '@color' ", + "less.builtin.sqrt": "計算數字的平方根", + "less.builtin.tan": "正切函數", + "less.builtin.unit": "移除或變更維度的單位" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/languages/less/lessWorker.i18n.json b/i18n/cht/src/vs/languages/less/lessWorker.i18n.json new file mode 100644 index 00000000000..77a351673e1 --- /dev/null +++ b/i18n/cht/src/vs/languages/less/lessWorker.i18n.json @@ -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. +{ + "literal.fontface": "@font-face", + "literal.keyframes": "@keyframes {0}" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/languages/less/parser/errors.i18n.json b/i18n/cht/src/vs/languages/less/parser/errors.i18n.json new file mode 100644 index 00000000000..0a8007fbf90 --- /dev/null +++ b/i18n/cht/src/vs/languages/less/parser/errors.i18n.json @@ -0,0 +1,24 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "expected.colon": "必須是冒號", + "expected.condt": "必須是條件", + "expected.dot": "必須是點", + "expected.ident": "必須是識別項", + "expected.lcurly": "必須是 {", + "expected.lparen": "必須是 (", + "expected.lsquare": "必須是 [", + "expected.number": "必須是數字", + "expected.operator": "必須是運算子", + "expected.propvalue": "必須是屬性值", + "expected.rcurly": "必須是 }", + "expected.rparent": "必須是 )", + "expected.rsquare": "必須是 ]", + "expected.semicolon": "必須是分號", + "expected.term": "必須是字詞", + "expected.varname": "必須是變數名稱", + "expected.varvalue": "必須是變數值" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/languages/less/services/lint.i18n.json b/i18n/cht/src/vs/languages/less/services/lint.i18n.json new file mode 100644 index 00000000000..78b8b4cc46e --- /dev/null +++ b/i18n/cht/src/vs/languages/less/services/lint.i18n.json @@ -0,0 +1,20 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "parse.error.general": "剖析錯誤: {0}", + "rule.colorFunction": "無效的參數數目", + "rule.duplicateDeclarations": "不要使用重複的樣式定義", + "rule.emptyRuleSets": "不要使用空白規則集", + "rule.fontFaceProperties": "@font-face 規則必須定義 'src' 和 'font-family' 屬性", + "rule.hexColor": "十六進位色彩必須包含 3 個或 6 個十六進位數字", + "rule.importDirective": "Import 陳述式不會平行載入", + "rule.universalSelector": "已知通用選取器 (*) 速度慢", + "rule.unkownProperty": "未知的屬性。", + "rule.vendorprefixes.all": "使用廠商特有前置詞時,務必全部使用", + "rule.vendorprefixes.standard": "使用廠商特有前置時,務必一併包含標準名稱", + "rule.withHeightAndBorderPadding": "使用填補或框線時不要使用寬度或高度", + "rule.zeroWidthUnit": "零不需要任何單位" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/languages/lib/javascriptSnippets.i18n.json b/i18n/cht/src/vs/languages/lib/javascriptSnippets.i18n.json new file mode 100644 index 00000000000..4e77ac26306 --- /dev/null +++ b/i18n/cht/src/vs/languages/lib/javascriptSnippets.i18n.json @@ -0,0 +1,22 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "define.snippet": "定義模組", + "dowhile.snippet": "Do-While 陳述式", + "for.snippet": "For 迴圈", + "foreach.snippet": "For-Each 迴圈", + "forin.snippet": "For-In 迴圈", + "function.snippet": "Function 陳述式", + "if.snippet": "If 陳述式", + "ifelse.snippet": "If-Else 陳述式", + "log.snippet": "主控台記錄", + "new.snippet": "New 陳述式", + "settimeout.snippet": "設定逾時函式", + "switch.snippet": "Switch 陳述式", + "tripleslashreference.snippet": "其他檔案的相對參考", + "trycatch.snippet": "Try-Catch 陳述式", + "while.snippet": "While 陳述式" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/languages/markdown/common/markdown.contribution.i18n.json b/i18n/cht/src/vs/languages/markdown/common/markdown.contribution.i18n.json new file mode 100644 index 00000000000..d7b670a816b --- /dev/null +++ b/i18n/cht/src/vs/languages/markdown/common/markdown.contribution.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "markdownConfigurationDescription": "這用來設定 Markdown 預覽的相關設定。", + "markdownConfigurationTitle": "Markdown 預覽組態", + "styles": "從 Markdown 預覽可用的 CSS 樣式表之 URL 或本機路徑清單。" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/languages/markdown/markdownSnippets.i18n.json b/i18n/cht/src/vs/languages/markdown/markdownSnippets.i18n.json new file mode 100644 index 00000000000..2587b586ec9 --- /dev/null +++ b/i18n/cht/src/vs/languages/markdown/markdownSnippets.i18n.json @@ -0,0 +1,18 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "bold.snippet": "插入粗體文字", + "code.snippet": "插入程式碼", + "fencedcodeblock.snippet": "插入納入範圍之程式碼區塊", + "heading.snippet": "插入標題", + "image.snippet": "插入影像", + "italic.snippet": "插入斜體文字", + "link.snippet": "插入連結", + "orderedList.snippet": "插入已排序的清單", + "quote.snippet": "插入引號括住的文字", + "rule.snippet": "插入水平尺規", + "unorderedList.snippet": "插入未排序的清單" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/languages/sass/common/parser/sassErrors.i18n.json b/i18n/cht/src/vs/languages/sass/common/parser/sassErrors.i18n.json new file mode 100644 index 00000000000..56ed7f77b09 --- /dev/null +++ b/i18n/cht/src/vs/languages/sass/common/parser/sassErrors.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "expected.from": "必須是 'from'", + "expected.in": "必須是 'in'", + "expected.through": "必須是 'through' 或 'to'" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/languages/sass/common/sass.contribution.i18n.json b/i18n/cht/src/vs/languages/sass/common/sass.contribution.i18n.json new file mode 100644 index 00000000000..c673c2d32be --- /dev/null +++ b/i18n/cht/src/vs/languages/sass/common/sass.contribution.i18n.json @@ -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. +{ + "sassConfigurationTitle": "SASS 組態", + "sassLint": "控制 SASS lint 驗證中使用的問題嚴重性。" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/languages/sass/common/services/intelliSense.i18n.json b/i18n/cht/src/vs/languages/sass/common/services/intelliSense.i18n.json new file mode 100644 index 00000000000..e47020cae7a --- /dev/null +++ b/i18n/cht/src/vs/languages/sass/common/services/intelliSense.i18n.json @@ -0,0 +1,81 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "sass.builtin.abs": "傳回數字的絕對值。", + "sass.builtin.adjust-color": "增加或減少色彩的一或多個元件。", + "sass.builtin.adjust-hue": "變更色彩的色調。", + "sass.builtin.alpha": "取得色彩的不透明度元件。", + "sass.builtin.append": "將單一值附加至清單結尾。", + "sass.builtin.blue": "取得色彩的藍色元件。", + "sass.builtin.call": "以動態方式呼叫 SASS 函式。", + "sass.builtin.ceil": "將數字無條件進位到下一個整數。", + "sass.builtin.change-color": "變更色彩的一或多個屬性。", + "sass.builtin.comparable": "傳回兩個數字是否可相加、相減或比較。", + "sass.builtin.complement": "傳回色彩的互補色。", + "sass.builtin.darken": "讓色彩較深。", + "sass.builtin.desaturate": "讓色彩較不飽和。", + "sass.builtin.fade-in": "讓色彩較不透明。", + "sass.builtin.feature-exists": "傳回目前的 SASS 執行階段中是否存在某項功能。", + "sass.builtin.floor": "將數字無條件捨去到上一個整數。", + "sass.builtin.function-exists": "傳回具有指定名稱的功能是否存在。", + "sass.builtin.global-variable-exists": "傳回具有指定名稱的變數在全域範圍中是否存在。", + "sass.builtin.grayscale": "將色彩轉換成灰階。", + "sass.builtin.green": "取得色彩的綠色元件。", + "sass.builtin.hue": "取得色彩的色調元件。", + "sass.builtin.ie-hex-str": "將色彩轉換成 IE 篩選了解的格式。", + "sass.builtin.index": "傳回清單中的值位置。", + "sass.builtin.inspect": "傳回以字串表示的值,就像是在 SASS 中表示一樣。", + "sass.builtin.invert": "傳回色彩的反轉。", + "sass.builtin.is-superselector": "傳回 $super 是否符合 $sub 符合的所有項目,而且可能更多。", + "sass.builtin.join": "將兩個清單聯結成一個清單。", + "sass.builtin.keywords": "傳回傳遞至採用變數引數之函式的關鍵字。", + "sass.builtin.length": "傳回清單長度。", + "sass.builtin.lighten": "讓色彩較淺。", + "sass.builtin.lightness": "取得色彩的亮度元件。", + "sass.builtin.list-separator": "傳回清單的分隔符號。", + "sass.builtin.map-get": "傳回與指定索引鍵相關聯之對應中的值。", + "sass.builtin.map-has-key": "傳回對應是否具有與指定索引鍵相關聯的值。", + "sass.builtin.map-keys": "傳回對應中所有索引鍵的清單。", + "sass.builtin.map-merge": "將兩個對應合併成一個新對應。", + "sass.builtin.map-remove": "傳回已移除索引鍵的新對應。", + "sass.builtin.map-values": "傳回對應中所有值的清單。", + "sass.builtin.max": "求解幾個數字的最大值。", + "sass.builtin.min": "求解幾個數字的最小值。", + "sass.builtin.mix": "將兩個色彩混合在一起。", + "sass.builtin.mixin-exists": "傳回具有指定名稱的 mixin 是否存在。", + "sass.builtin.nth": "傳回清單中的特定項目。", + "sass.builtin.opacify": "讓色彩較不透明。", + "sass.builtin.percentage": "將無單位的數字轉換成百分比。", + "sass.builtin.quote": "為字串加上引號。", + "sass.builtin.random": "傳回亂數。", + "sass.builtin.red": "取得色彩的紅色元件。", + "sass.builtin.rgba": "變更色彩的 Alpha 元件。", + "sass.builtin.round": "將數字四捨五入到最近的整數。", + "sass.builtin.saturate": "讓色彩較飽和。", + "sass.builtin.saturation": "取得色彩的飽和元件。", + "sass.builtin.scale-color": "流暢地調整色彩的一或多個屬性。", + "sass.builtin.selector-append": "將選取器彼此附加在一起,之間不含空格。", + "sass.builtin.selector-extend": "在 $selector 內以 $extender 擴充 $extendee。", + "sass.builtin.selector-nest": "將選取器巢狀到彼此的下方,就像是在樣式表中巢狀一樣。", + "sass.builtin.selector-parse": "將選取器剖析為 & 傳回的格式。", + "sass.builtin.selector-replace": "在 $selector 內以 $replacement 取代 $original。", + "sass.builtin.selector-unify": "整合兩個選取器以產生與兩者相符之項目相符的選取器。", + "sass.builtin.set-nth": "取代清單中的第 n 個項目。", + "sass.builtin.simple-selectors": "傳回組成複合選取器的簡單選取器。", + "sass.builtin.str-index": "傳回 $string 中第一個出現之 $substring 的索引。", + "sass.builtin.str-insert": "將 $insert 插入 $index 的 $string 中。", + "sass.builtin.str-length": "傳回字串中的字元數。", + "sass.builtin.str-slice": "從 $string 擷取子字串。", + "sass.builtin.to-lower-case": "將字串轉換成小寫。", + "sass.builtin.to-upper-case": "將字串轉換成大寫。", + "sass.builtin.transparentize": "讓色彩較透明。", + "sass.builtin.type-of": "傳回值的類型。", + "sass.builtin.unit": "傳回與數字相關聯的單位。", + "sass.builtin.unitless": "傳回數字是否有單位。", + "sass.builtin.unquote": "從字串中移除引號。", + "sass.builtin.variable-exists": "傳回具有指定名稱的變數在目前範圍中是否存在。", + "sass.builtin.zip": "將數個清單合併成一個多維度清單。" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/languages/typescript.workbench/common/projectResolver.i18n.json b/i18n/cht/src/vs/languages/typescript.workbench/common/projectResolver.i18n.json new file mode 100644 index 00000000000..51d5176da52 --- /dev/null +++ b/i18n/cht/src/vs/languages/typescript.workbench/common/projectResolver.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "resolve.files.N": "正在載入其他檔案..." +} \ No newline at end of file diff --git a/i18n/cht/src/vs/languages/typescript/common/features/quickFix.i18n.json b/i18n/cht/src/vs/languages/typescript/common/features/quickFix.i18n.json new file mode 100644 index 00000000000..a24ef336a93 --- /dev/null +++ b/i18n/cht/src/vs/languages/typescript/common/features/quickFix.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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.quickfix.addAsGlobal": "將 '{0}' 標記為全域", + "typescript.quickfix.rename": "重新命名為 '{0}'", + "typescript.quickfix.typeDefinitions": "下載類型定義 {0}" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/languages/typescript/common/features/quickFixMainActions.i18n.json b/i18n/cht/src/vs/languages/typescript/common/features/quickFixMainActions.i18n.json new file mode 100644 index 00000000000..8e1247e1940 --- /dev/null +++ b/i18n/cht/src/vs/languages/typescript/common/features/quickFixMainActions.i18n.json @@ -0,0 +1,12 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "typingsReference.already.exists": "已存在 {0}。請確定專案的 jsconfig.json 中已包含該檔案。", + "typingsReference.error.download": "無法在 {0} 擷取 d.ts 檔案: {1}", + "typingsReference.error.write": "建立 {0} 時發生問題: {1}", + "typingsReference.success.nojsconfig": "已成功下載 {0}", + "typingsReference.success.withjsconfig": "已成功下載 {0}。請確認您專案的 'jsconfig.json' 中已包含 d.ts 檔案。" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/languages/typescript/common/lint/lint.i18n.json b/i18n/cht/src/vs/languages/typescript/common/lint/lint.i18n.json new file mode 100644 index 00000000000..0d97c5cbb1f --- /dev/null +++ b/i18n/cht/src/vs/languages/typescript/common/lint/lint.i18n.json @@ -0,0 +1,24 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "javascript.comparisonOperatorNotStrict": "使用 '!==' 和 '===' 而非 '!=' 和 '=='。", + "javascript.functionInsideLoop": "迴圈內的函式。", + "javascript.missingSemicolon": "遺漏分號。", + "javascript.newOnLowercaseFunctions": "具有小寫名稱的函式當成建構函式使用。", + "javascript.reservedKeyword": "不要使用保留的關鍵字。", + "javascript.semicolonInsteadOfBlock": "分號而非區塊。", + "javascript.typeofCannotBeCompared": "'typeof' 運算子的非預期輸出。", + "javascript.typescriptSpecific": "不要在 JavaScript 中使用 TypeScript 特定語言建構。", + "layout.curlyBracketsMustNotBeOmitted": "不要提供大括號。", + "layout.emptyblock": "空白區塊應該有註解。", + "typescript.looksLikeTripleSlash": "您是不是指 '/// <reference path=\"some/path.ts\" />'?", + "typescript.missingReturnType": "遺漏傳回類型。", + "typescript.unusedFunction": "未使用的區域函式。", + "typescript.unusedImport": "未使用的輸入。", + "typescript.unusedLocalVariable": "未使用的區域變數。", + "typescript.unusedPrivateMember": "未使用的 Private 成員。", + "typescript.variableUsedBeforeDeclared": "變數已在宣告之前使用。" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/languages/typescript/common/participants/nlsParticipant.i18n.json b/i18n/cht/src/vs/languages/typescript/common/participants/nlsParticipant.i18n.json new file mode 100644 index 00000000000..6d6dcd50a64 --- /dev/null +++ b/i18n/cht/src/vs/languages/typescript/common/participants/nlsParticipant.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "missing.localize": "字串必須當地語系化" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/languages/typescript/common/typescript.contribution.i18n.json b/i18n/cht/src/vs/languages/typescript/common/typescript.contribution.i18n.json new file mode 100644 index 00000000000..26a8527ea1f --- /dev/null +++ b/i18n/cht/src/vs/languages/typescript/common/typescript.contribution.i18n.json @@ -0,0 +1,34 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "allwaysAllWords": "永遠包含目前文件中的所有文字。", + "baseUrl": "允許設定基底 URL,此 URL 可用來解析模組參考 (http://requirejs.org/docs/api.html#config-baseUrl)。這個選項僅適用於使用非同步模組定義 (\"module\": \"amd\") 的專案。", + "compilationSettings": "控制 TypeScript 驗證的運作方式。", + "lint": "控制驗證的各個層面。", + "lint.comparisonOperatorsNotStrict": "使用 '!==' 和 '===' 而非 '!=' 和 '=='。", + "lint.curlyBracketsMustNotBeOmitted": "不要提供大括號。", + "lint.emptyBlocksWithoutComment": "空白區塊應該有註解。", + "lint.functionsInsideLoops": "迴圈內的函式。", + "lint.functionsWithoutReturnType": "不要為函式提供傳回類型註釋。", + "lint.missingSemicolon": "遺漏分號。", + "lint.newOnLowercaseFunctions": "具有小寫名稱的函式當成建構函式使用。", + "lint.reservedKeywords": "不要使用保留的關鍵字。", + "lint.semicolonsInsteadOfBlocks": "分號而非區塊。", + "lint.tripleSlashReferenceAlike": "尋找輸入錯誤的三斜線參考。", + "lint.typeScriptSpecifics": "不要在 JavaScript 中使用 TypeScript 特定語言建構。", + "lint.unknownTypeOfResults": "'typeof' 運算子的非預期輸出。", + "lint.unusedFunctions": "未使用的區域函式。", + "lint.unusedMembers": "未使用的 Private 成員。", + "lint.unusedVariables": "未使用的區域變數。", + "module": "指定正在使用的模組系統。", + "noImplicitAny": "強制任何明確的類型宣告。", + "noLib": "不要在 DOM 和瀏覽器環境使用輸入。", + "scope": "具有多個驗證設定時,請定義要套用設定的子資料夾。", + "suggestSettings": "控制 TypeScript IntelliSense 的運作方式。", + "target": "指定使用的 ECMA-Script 版本。", + "tsConfigurationTitle": "TypeScript 組態", + "useCodeSnippetsOnMethodSuggest": "使用其參數簽章完成函式。" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/languages/typescript/common/typescriptMode.i18n.json b/i18n/cht/src/vs/languages/typescript/common/typescriptMode.i18n.json new file mode 100644 index 00000000000..101950c8344 --- /dev/null +++ b/i18n/cht/src/vs/languages/typescript/common/typescriptMode.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "err.tooMuchData": "抱歉,VS 程式碼有太多 JavaScript 來源檔案。請考慮在 jsconfig.json 中使用 exclude-property。" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/languages/typescript/features/typescriptSnippets.i18n.json b/i18n/cht/src/vs/languages/typescript/features/typescriptSnippets.i18n.json new file mode 100644 index 00000000000..a6404601ce0 --- /dev/null +++ b/i18n/cht/src/vs/languages/typescript/features/typescriptSnippets.i18n.json @@ -0,0 +1,24 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "class.snippet": "類別定義", + "constructor.snippet": "建構函式", + "doloop.snippet": "Do-while 迴圈", + "foreach.snippet": "使用 => 的 For-Each 迴圈", + "fullproperty.snippet": "定義完整的屬性", + "getproperty.snippet": "屬性 getter", + "importstatement.snippet": "匯入外部模組。", + "jsdoc.snippet": "jsdoc 程式碼片段", + "log.snippet": "記錄主控台", + "privatemethod.snippet": "私用方法定義", + "publicmethod.snippet": "公用方法定義", + "returnfalse.snippet": "傳回 False", + "returnstatement.snippet": "傳回陳述式", + "returntrue.snippet": "傳回 True", + "setproperty.snippet": "屬性 setter", + "throwexception.snippet": "擲回例外狀況", + "tripleslashreference.snippet": "三斜線參考" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/languages/typescript/project/dependencyResolver.i18n.json b/i18n/cht/src/vs/languages/typescript/project/dependencyResolver.i18n.json new file mode 100644 index 00000000000..84944738f00 --- /dev/null +++ b/i18n/cht/src/vs/languages/typescript/project/dependencyResolver.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "ref.loadFailure": "找不到檔案 '{0}'" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/languages/typescript/service/typescriptSnippets.i18n.json b/i18n/cht/src/vs/languages/typescript/service/typescriptSnippets.i18n.json new file mode 100644 index 00000000000..fd1c1b71540 --- /dev/null +++ b/i18n/cht/src/vs/languages/typescript/service/typescriptSnippets.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "class.snippet": "類別定義", + "constructor.snippet": "建構函式", + "foreach.snippet": "使用 => 的 For-Each 迴圈", + "importstatement.snippet": "匯入外部模組。", + "jsdoc.snippet": "jsdoc 程式碼片段", + "privatemethod.snippet": "私用方法定義", + "publicmethod.snippet": "公用方法定義" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/languages/vb/vbSnippets.i18n.json b/i18n/cht/src/vs/languages/vb/vbSnippets.i18n.json new file mode 100644 index 00000000000..ca7deea7dd3 --- /dev/null +++ b/i18n/cht/src/vs/languages/vb/vbSnippets.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "vbFor.snippet": "For Next 迴圈", + "vbForEach.snippet": "For Each...Next", + "vbForI.snippet": "For i...Next i", + "vbForJ.snippet": "For j...Next j", + "vbPublicFunction.snippet": "Public 函式...", + "vbPublicSub.snippet": "Public Sub ...", + "vbWhile.snippet": "While ... End While" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/monaco/contrib/actions/changeTheme.i18n.json b/i18n/cht/src/vs/monaco/contrib/actions/changeTheme.i18n.json new file mode 100644 index 00000000000..08bc39abb66 --- /dev/null +++ b/i18n/cht/src/vs/monaco/contrib/actions/changeTheme.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "highContrastTheme": "高對比佈景主題", + "vsDarkTheme": "Visual Studio 暗色調佈景主題", + "vsLightTheme": "Visual Studio 佈景主題" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/monaco/contrib/actions/pinWorkbench.i18n.json b/i18n/cht/src/vs/monaco/contrib/actions/pinWorkbench.i18n.json new file mode 100644 index 00000000000..44ee359d726 --- /dev/null +++ b/i18n/cht/src/vs/monaco/contrib/actions/pinWorkbench.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "pinShortcut": "將捷徑釘選到 [開始] 功能表" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/monaco/contrib/actions/showQuickStart.i18n.json b/i18n/cht/src/vs/monaco/contrib/actions/showQuickStart.i18n.json new file mode 100644 index 00000000000..e6c65b3aace --- /dev/null +++ b/i18n/cht/src/vs/monaco/contrib/actions/showQuickStart.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "showQuickStart": "顯示快速入門" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/monaco/contrib/connect/connectDropdown.i18n.json b/i18n/cht/src/vs/monaco/contrib/connect/connectDropdown.i18n.json new file mode 100644 index 00000000000..bb6443544a2 --- /dev/null +++ b/i18n/cht/src/vs/monaco/contrib/connect/connectDropdown.i18n.json @@ -0,0 +1,16 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "accountHome": "開啟 Visual Studio Online '{0}' 首頁", + "clone": "從 Visual Studio Online 複製儲存機制", + "connectToVSO": "連線至 Visual Studio Online", + "connections": "連線", + "disconnectFromVSO": "從 Visual Studio Online 中斷連線", + "disconnectedFromVSO": "您已成功中斷 '{0}' Visual Studio Online 帳戶與這個工作區的連線。", + "openAzureDashboard": "開啟 Microsoft Azure 儀表板", + "openKuduConsole": "開啟 Kudu 主控台", + "openWebSite": "瀏覽網站" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/monaco/contrib/profile/profileWidget.i18n.json b/i18n/cht/src/vs/monaco/contrib/profile/profileWidget.i18n.json new file mode 100644 index 00000000000..03c5e785334 --- /dev/null +++ b/i18n/cht/src/vs/monaco/contrib/profile/profileWidget.i18n.json @@ -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. +{ + "myProfile": "我的設定檔", + "signOut": "登出" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/monaco/contrib/sandbox/sandboxActions.i18n.json b/i18n/cht/src/vs/monaco/contrib/sandbox/sandboxActions.i18n.json new file mode 100644 index 00000000000..3932f0cb035 --- /dev/null +++ b/i18n/cht/src/vs/monaco/contrib/sandbox/sandboxActions.i18n.json @@ -0,0 +1,20 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "customUpdateAction": "更新至...", + "customVersionPrompt": "自訂版本:", + "dashboardAction": "Azure 網站儀表板", + "debugAction": "偵錯", + "host": "主機: {0}", + "hostPrompt": "主機", + "loading": "正在載入...", + "logAction": "記錄", + "pingResponseAction": "Ping 回應: {0}", + "restartAction": "重新啟動", + "stableUpdateAction": "更新至穩定的版本", + "versionAction": "版本: {0}", + "versionPrompt": "版本" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/monaco/core/requestService.i18n.json b/i18n/cht/src/vs/monaco/core/requestService.i18n.json new file mode 100644 index 00000000000..4e315a1ce17 --- /dev/null +++ b/i18n/cht/src/vs/monaco/core/requestService.i18n.json @@ -0,0 +1,19 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "azurePortalInfo": "請瀏覽 [[Azure 入口網站]] 上的網站儀表板,查看您的網站是否已停止。", + "checkConnection": "請檢查您的網際網路連線。", + "doNotRefresh": "請勿在此時重新整理瀏覽器。", + "noMore": "由於您失去與伺服器的連線已經長達一段時間,因此,工作臺已停止嘗試自動重新連線。", + "notConnectedTitle": "失去與伺服器的連線。", + "notRecommended": "此時不建議重新整理。", + "quotaProblem": "若是因為您已到達配額限制而停止,請檢查您網站的模式。視網站的模式而定,可能只要等候幾分鐘,就能解決配額不足的情形。若是其他配額限制,您或許可以考慮將網站升級成不同的模式,例如共用或標準。", + "reconnectNow": "立即嘗試重新連線", + "reconnecting": "正在重新連線...", + "reconnectingIn": "將於 {0} 秒後嘗試重新連線。", + "siteStoppedProblem": "如果您的網站因為其他原因而停止,請嘗試重新啟動網站。", + "visualStudioUnavailableTitle": "Visual Studio Online 編輯目前無法使用。" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/monaco/ui/dashboard/actions.i18n.json b/i18n/cht/src/vs/monaco/ui/dashboard/actions.i18n.json new file mode 100644 index 00000000000..b60ea7cecc6 --- /dev/null +++ b/i18n/cht/src/vs/monaco/ui/dashboard/actions.i18n.json @@ -0,0 +1,47 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "cloningGitFromGitHub": "正在從 GitHub 複製 Git 儲存機制...", + "creatingWorkspace": "正在建立工作區...", + "dashboard.cloneGithub": "從 Github 複製", + "dashboard.cloneGithub.button": "複製 {0}", + "dashboard.cloneGithub.connect": "連線至 GitHub", + "dashboard.cloneGithub.description": "Monaco 可以使用 OAuth 與服務提供者通訊。例如,您可以輕鬆地將 Visual Studio Online 連線到 GitHub 帳戶,以複製其中一個儲存機制。", + "dashboard.cloneGithub.error": "發生錯誤,如需詳細資訊,請查看主控台。", + "dashboard.cloneGithub.loading": "正在載入...", + "dashboard.cloneGithub.title": "從 Github 專案複製工作區", + "dashboard.cloneURL": "從 Git URL 複製", + "dashboard.cloneURL.badOrEmptyPublishSettings": "您可能已上傳無效的 publishsettings 檔案,或者檔案中沒有任何訂閱。請重新上傳檔案。", + "dashboard.cloneURL.createFromWebsite": "建立工作區", + "dashboard.cloneURL.createWorkspaceAndWebSite": "建立工作區與網站", + "dashboard.cloneURL.description": "如果您知道 Git 儲存機制 URL 首碼 (目前僅支援 HTTP 或 HTTPS),請將首碼放在這裡並備妥 Visual Studio Online 複製,然後從中建立工作區。", + "dashboard.cloneURL.errorCreatingWebSite": "建立網站時發生錯誤。", + "dashboard.cloneURL.errorLoadingWebsites": "載入網站時發生錯誤,請稍後再試。", + "dashboard.cloneURL.noSubscriptions": "— 找不到任何訂閱", + "dashboard.cloneURL.placeholder": "儲存機制 URL", + "dashboard.cloneURL.reuploadPublishSettings": "↑ 重新上傳帳戶", + "dashboard.cloneURL.title": "從 Git 儲存機制複製工作區", + "dashboard.cloneURL.uploadPublishSettings": "↑ 上傳帳戶", + "dashboard.cloneURL.webSiteName": "網站名稱", + "dashboard.cloneURL.websiteDescription": "您也可以將這個工作區與我們將為您建立的 Azure 網站建立關聯。您可以從 <a href=\"{0}\" class=\"link\" target=\"_blank\"><strong>Azure</strong></a> 下載帳戶設定檔案。", + "dashboard.importFromWebsite": "從網站匯入", + "dashboard.upload": "上傳", + "dashboard.upload.button": "↑ 上傳", + "dashboard.upload.description": "您也可以將壓縮後的工作區封存上傳 (目前僅支援 ZIP)。", + "dashboard.upload.title": "上傳工作區", + "dashboard.website.badOrEmptyPublishSettings": "您可能已上傳無效的 publishsettings 檔案,或者檔案中沒有任何訂閱。請重新上傳檔案。", + "dashboard.website.createFromWebsite": "建立工作區", + "dashboard.website.description": "您可以從 <a href=\"{0}\" class=\"link\" target=\"_blank\"><strong>Azure</strong></a> 下載帳戶設定檔案。", + "dashboard.website.errorLoadingWebsites": "載入網站時發生錯誤,請稍後再試。", + "dashboard.website.noSubscriptions": "— 找不到任何訂閱", + "dashboard.website.noWebSites": "— 找不到任何網站", + "dashboard.website.pickSubscription": "— 選擇訂閱", + "dashboard.website.pickWebSite": "— 選擇網站", + "dashboard.website.reuploadPublishSettings": "↑ 重新上傳帳戶", + "dashboard.website.title": "透過匯入 Azure 網站來建立工作區", + "dashboard.website.uploadPublishSettings": "↑ 上傳帳戶", + "openingWorkspace": "正在開啟新的工作區..." +} \ No newline at end of file diff --git a/i18n/cht/src/vs/monaco/ui/dashboard/dashboard.i18n.json b/i18n/cht/src/vs/monaco/ui/dashboard/dashboard.i18n.json new file mode 100644 index 00000000000..9916aff61b7 --- /dev/null +++ b/i18n/cht/src/vs/monaco/ui/dashboard/dashboard.i18n.json @@ -0,0 +1,18 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "dashboard.confirmDelete": "您確定要刪除工作區 '{0}' 嗎?", + "dashboard.createWorkspace": "建立新工作區", + "dashboard.createWorkspace.description": "輕鬆就能在 Visual Studio Online 中建立新的工作區。只要嘗試左側其中一個選項即可。", + "dashboard.createWorkspace.title": "建立工作區", + "dashboard.lastChangeTime": "上次修改日期: {0} 前", + "dashboard.one": "1", + "dashboard.toggleFooter": "切換頁尾", + "dashboard.two": "2", + "dashboard.workspacesSummary": "工作區 (總共 {0} 個)", + "workspaces": "工作區", + "workspacesName": "工作區" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/monaco/ui/shell/connectionIndicator.i18n.json b/i18n/cht/src/vs/monaco/ui/shell/connectionIndicator.i18n.json new file mode 100644 index 00000000000..aa42cd45f17 --- /dev/null +++ b/i18n/cht/src/vs/monaco/ui/shell/connectionIndicator.i18n.json @@ -0,0 +1,24 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "azurePortalInfoFreeShared": "請參閱此 [[站台的儀表板]] 以找出您的網站是否已達到配額限制。", + "azurePortalInfoStandard": "請參閱這個 [[網站的儀表板]] 以找出您的網站是否已停止。", + "azureWebSiteModeFree": "網站在具有較低配額的 'Free' 模式中執行。", + "azureWebSiteModeShared": "網站在具有配額的 'Shared' 模式中執行。", + "checkConnection": "請檢查您的網際網路連線。", + "freeTrial": "免費試用版", + "ftpAccess": "您一律可使用 FTP 擷取網站的內容。", + "noMore": "與伺服器的連結已中斷一段時間,因此工作臺已停止嘗試重新連線。", + "notConnectedTitle": "與伺服器的連線發生問題", + "reconnectNow": "立即重新連線", + "reconnecting": "正在重新連線...", + "reconnectingIn": "將於 {0} 秒後嘗試重新連線。", + "refreshBrowser": "伺服器的連線已中斷。請重新整理瀏覽器。", + "refreshNow": "立即重新整理", + "tryAzureExpiredInfo": "您可以嘗試 [[建立]] 另一個網站或 [[註冊]] 免費試用 30 天的帳戶。", + "visualStudioUnavailableTitle": "Visual Studio 線上編輯目前無法使用", + "wawsExpiryTitle": "您的網站已經過期" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/monaco/ui/shell/shell.i18n.json b/i18n/cht/src/vs/monaco/ui/shell/shell.i18n.json new file mode 100644 index 00000000000..72eac6f0a67 --- /dev/null +++ b/i18n/cht/src/vs/monaco/ui/shell/shell.i18n.json @@ -0,0 +1,16 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "browseWorkspaces": "瀏覽工作區", + "diff.minutes": "{0}分:{1}秒", + "diff.seconds": "00 分:{0} 秒", + "legal": "法律聲明", + "privacy": "隱私權", + "support": "支援", + "tryAzureSiteExpireTimer": "您的免費網站到期期限: {0}", + "tryAzureSiteExpires": "您的免費網站已過期。", + "workspaces": "工作區" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/monaco/ui/widgets/connectDropdown.i18n.json b/i18n/cht/src/vs/monaco/ui/widgets/connectDropdown.i18n.json new file mode 100644 index 00000000000..5125ca691a6 --- /dev/null +++ b/i18n/cht/src/vs/monaco/ui/widgets/connectDropdown.i18n.json @@ -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. +{ + "accountHome": "開啟 Visual Studio Online '{0}' 首頁", + "clone": "從 Visual Studio Online 複製儲存機制", + "connectToVSO": "連線至 Visual Studio Online", + "connections": "連線", + "disconnectFromVSO": "從 Visual Studio Online 中斷連線", + "disconnectedFromVSO": "您已成功中斷 '{0}' Visual Studio Online 帳戶與這個工作區的連線。", + "openAzureDashboard": "開啟 Windows Azure 儀表板", + "openWebSite": "瀏覽網站" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/platform/actions/common/actionsService.i18n.json b/i18n/cht/src/vs/platform/actions/common/actionsService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/platform/actions/common/actionsService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/platform/configuration/common/configurationRegistry.i18n.json b/i18n/cht/src/vs/platform/configuration/common/configurationRegistry.i18n.json new file mode 100644 index 00000000000..c48ab42a7df --- /dev/null +++ b/i18n/cht/src/vs/platform/configuration/common/configurationRegistry.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "masterDefaultConfigDesc": "預設設定", + "masterUserConfigDesc": "使用特定的設定", + "masterWorkspaceConfigDesc": "工作區設定" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/platform/configurationRegistry.i18n.json b/i18n/cht/src/vs/platform/configurationRegistry.i18n.json new file mode 100644 index 00000000000..a7b7d135867 --- /dev/null +++ b/i18n/cht/src/vs/platform/configurationRegistry.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "masterConfigDesc": "這是工作臺的設定檔", + "masterConfigTitle": "設定檔", + "masterLanguageDesc": "特定語言的組態設定", + "masterTypeDesc": "必須是「使用者」或「小組」。使用者的設定檔優先" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/platform/extensions/common/abstractExtensionService.i18n.json b/i18n/cht/src/vs/platform/extensions/common/abstractExtensionService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/platform/extensions/common/abstractExtensionService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/platform/extensions/common/extensionsRegistry.i18n.json b/i18n/cht/src/vs/platform/extensions/common/extensionsRegistry.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/platform/extensions/common/extensionsRegistry.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/platform/extensions/node/extensionValidator.i18n.json b/i18n/cht/src/vs/platform/extensions/node/extensionValidator.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/platform/extensions/node/extensionValidator.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/platform/files/nativeFileService.i18n.json b/i18n/cht/src/vs/platform/files/nativeFileService.i18n.json new file mode 100644 index 00000000000..f26e53e1bcc --- /dev/null +++ b/i18n/cht/src/vs/platform/files/nativeFileService.i18n.json @@ -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. +{ + "encoding": "讀取及寫入檔案時使用的預設字元集編碼。", + "filesConfigurationTitle": "檔案組態" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/platform/files/statModel.i18n.json b/i18n/cht/src/vs/platform/files/statModel.i18n.json new file mode 100644 index 00000000000..668463a898d --- /dev/null +++ b/i18n/cht/src/vs/platform/files/statModel.i18n.json @@ -0,0 +1,12 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "emptyFileNameError": "必須提供檔案或資料夾名稱。", + "fileNameExistsError": "這個位置已存在檔案或資料夾 **{0}**。請選擇不同的名稱。", + "filePathTooLongError": "名稱 **{0}** 導致路徑太長。請選擇較短的名稱。", + "invalidFileNameError": "名稱 **{0}** 包含無效的字元,不能做為檔案或資料夾名稱。請選擇不同的名稱。", + "invalidVSCFileName": "檔案或資料夾名稱 **{0}** 已保留,不能使用。請選擇不同的名稱。" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/platform/handlerService.i18n.json b/i18n/cht/src/vs/platform/handlerService.i18n.json new file mode 100644 index 00000000000..1a93088f46d --- /dev/null +++ b/i18n/cht/src/vs/platform/handlerService.i18n.json @@ -0,0 +1,12 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "altKey": "Alt", + "cmdKey": "命令", + "ctrlKey": "Ctrl", + "shiftKey": "Shift", + "windowsKey": "Windows" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/platform/jsonschemas/common/jsonContributionRegistry.i18n.json b/i18n/cht/src/vs/platform/jsonschemas/common/jsonContributionRegistry.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/platform/jsonschemas/common/jsonContributionRegistry.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/platform/jsonschemas/common/jsonValidationExtensionPoint.i18n.json b/i18n/cht/src/vs/platform/jsonschemas/common/jsonValidationExtensionPoint.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/platform/jsonschemas/common/jsonValidationExtensionPoint.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/platform/keybinding/browser/keybindingServiceImpl.i18n.json b/i18n/cht/src/vs/platform/keybinding/browser/keybindingServiceImpl.i18n.json new file mode 100644 index 00000000000..d0667039e98 --- /dev/null +++ b/i18n/cht/src/vs/platform/keybinding/browser/keybindingServiceImpl.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "first.chord": "已按下 ({0})。請等待第二個套索鍵...", + "missing.chord": "按鍵組合 ({0}, {1}) 不是命令。", + "unboundCommands": "其他可用命令如下: " +} \ No newline at end of file diff --git a/i18n/cht/src/vs/platform/keybinding/common/keybindingsUtils.i18n.json b/i18n/cht/src/vs/platform/keybinding/common/keybindingsUtils.i18n.json new file mode 100644 index 00000000000..a4058228ac4 --- /dev/null +++ b/i18n/cht/src/vs/platform/keybinding/common/keybindingsUtils.i18n.json @@ -0,0 +1,12 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "altKey": "Alt", + "cmdKey": "命令", + "ctrlKey": "Ctrl", + "shiftKey": "Shift", + "windowsKey": "視窗" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/platform/lifecycle/common/mainThreadLifecycleService.i18n.json b/i18n/cht/src/vs/platform/lifecycle/common/mainThreadLifecycleService.i18n.json new file mode 100644 index 00000000000..aea8aca148b --- /dev/null +++ b/i18n/cht/src/vs/platform/lifecycle/common/mainThreadLifecycleService.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "genericVeto": "確定要離開嗎?" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/platform/markers/common/problemMatcher.i18n.json b/i18n/cht/src/vs/platform/markers/common/problemMatcher.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/platform/markers/common/problemMatcher.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/platform/message/common/message.i18n.json b/i18n/cht/src/vs/platform/message/common/message.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/platform/message/common/message.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/platform/plugins/common/abstractPluginService.i18n.json b/i18n/cht/src/vs/platform/plugins/common/abstractPluginService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/platform/plugins/common/abstractPluginService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/platform/plugins/common/pluginsRegistry.i18n.json b/i18n/cht/src/vs/platform/plugins/common/pluginsRegistry.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/platform/plugins/common/pluginsRegistry.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/platform/plugins/node/pluginVersionValidator.i18n.json b/i18n/cht/src/vs/platform/plugins/node/pluginVersionValidator.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/platform/plugins/node/pluginVersionValidator.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/platform/request/nativeWorkerRequestService.i18n.json b/i18n/cht/src/vs/platform/request/nativeWorkerRequestService.i18n.json new file mode 100644 index 00000000000..e36ba67320b --- /dev/null +++ b/i18n/cht/src/vs/platform/request/nativeWorkerRequestService.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "localFileNotFound": "找不到檔案" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/platform/telemetry/electron-browser/electronTelemetryService.i18n.json b/i18n/cht/src/vs/platform/telemetry/electron-browser/electronTelemetryService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/platform/telemetry/electron-browser/electronTelemetryService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/platform/theme/common/themes.i18n.json b/i18n/cht/src/vs/platform/theme/common/themes.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/platform/theme/common/themes.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/api/node/extHostMessageService.i18n.json b/i18n/cht/src/vs/workbench/api/node/extHostMessageService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/workbench/api/node/extHostMessageService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/browser/actions/openSettings.i18n.json b/i18n/cht/src/vs/workbench/browser/actions/openSettings.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/workbench/browser/actions/openSettings.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/browser/actions/toggleSidebarPosition.i18n.json b/i18n/cht/src/vs/workbench/browser/actions/toggleSidebarPosition.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/workbench/browser/actions/toggleSidebarPosition.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/browser/actions/toggleSidebarVisibility.i18n.json b/i18n/cht/src/vs/workbench/browser/actions/toggleSidebarVisibility.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/workbench/browser/actions/toggleSidebarVisibility.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/browser/actions/triggerEditorActions.i18n.json b/i18n/cht/src/vs/workbench/browser/actions/triggerEditorActions.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/workbench/browser/actions/triggerEditorActions.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/browser/actions/triggerNavigation.i18n.json b/i18n/cht/src/vs/workbench/browser/actions/triggerNavigation.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/workbench/browser/actions/triggerNavigation.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/browser/actions/triggerQuickOpen.i18n.json b/i18n/cht/src/vs/workbench/browser/actions/triggerQuickOpen.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/workbench/browser/actions/triggerQuickOpen.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/browser/parts/activitybar/activityAction.i18n.json b/i18n/cht/src/vs/workbench/browser/parts/activitybar/activityAction.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/workbench/browser/parts/activitybar/activityAction.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/browser/parts/activitybar/activitybarPart.i18n.json b/i18n/cht/src/vs/workbench/browser/parts/activitybar/activitybarPart.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/workbench/browser/parts/activitybar/activitybarPart.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/browser/parts/compositePart.i18n.json b/i18n/cht/src/vs/workbench/browser/parts/compositePart.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/workbench/browser/parts/compositePart.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/browser/parts/editor/binaryDiffEditor.i18n.json b/i18n/cht/src/vs/workbench/browser/parts/editor/binaryDiffEditor.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/workbench/browser/parts/editor/binaryDiffEditor.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/browser/parts/editor/binaryEditor.i18n.json b/i18n/cht/src/vs/workbench/browser/parts/editor/binaryEditor.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/workbench/browser/parts/editor/binaryEditor.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/browser/parts/editor/editor.contribution.i18n.json b/i18n/cht/src/vs/workbench/browser/parts/editor/editor.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/workbench/browser/parts/editor/editor.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/browser/parts/editor/editorPart.i18n.json b/i18n/cht/src/vs/workbench/browser/parts/editor/editorPart.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/workbench/browser/parts/editor/editorPart.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/browser/parts/editor/editorStatus.i18n.json b/i18n/cht/src/vs/workbench/browser/parts/editor/editorStatus.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/workbench/browser/parts/editor/editorStatus.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/browser/parts/editor/iframeEditor.i18n.json b/i18n/cht/src/vs/workbench/browser/parts/editor/iframeEditor.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/workbench/browser/parts/editor/iframeEditor.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/browser/parts/editor/sideBySideEditorControl.i18n.json b/i18n/cht/src/vs/workbench/browser/parts/editor/sideBySideEditorControl.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/workbench/browser/parts/editor/sideBySideEditorControl.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/browser/parts/editor/stringEditor.i18n.json b/i18n/cht/src/vs/workbench/browser/parts/editor/stringEditor.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/workbench/browser/parts/editor/stringEditor.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/browser/parts/editor/textDiffEditor.i18n.json b/i18n/cht/src/vs/workbench/browser/parts/editor/textDiffEditor.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/workbench/browser/parts/editor/textDiffEditor.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/browser/parts/panel/panelPart.i18n.json b/i18n/cht/src/vs/workbench/browser/parts/panel/panelPart.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/workbench/browser/parts/panel/panelPart.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/browser/parts/quickopen/editorHistoryModel.i18n.json b/i18n/cht/src/vs/workbench/browser/parts/quickopen/editorHistoryModel.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/workbench/browser/parts/quickopen/editorHistoryModel.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/browser/parts/quickopen/quickOpenController.i18n.json b/i18n/cht/src/vs/workbench/browser/parts/quickopen/quickOpenController.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/workbench/browser/parts/quickopen/quickOpenController.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/browser/parts/sidebar/sidebarPart.i18n.json b/i18n/cht/src/vs/workbench/browser/parts/sidebar/sidebarPart.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/workbench/browser/parts/sidebar/sidebarPart.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/browser/parts/statusbar/statusbarPart.i18n.json b/i18n/cht/src/vs/workbench/browser/parts/statusbar/statusbarPart.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/workbench/browser/parts/statusbar/statusbarPart.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/browser/quickopen.i18n.json b/i18n/cht/src/vs/workbench/browser/quickopen.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/workbench/browser/quickopen.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/browser/ui/actionRegistry.i18n.json b/i18n/cht/src/vs/workbench/browser/ui/actionRegistry.i18n.json new file mode 100644 index 00000000000..89e27a4dbc8 --- /dev/null +++ b/i18n/cht/src/vs/workbench/browser/ui/actionRegistry.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "bindingSeparator": ", " +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/browser/ui/actions/openSettings.i18n.json b/i18n/cht/src/vs/workbench/browser/ui/actions/openSettings.i18n.json new file mode 100644 index 00000000000..61a3f1c7181 --- /dev/null +++ b/i18n/cht/src/vs/workbench/browser/ui/actions/openSettings.i18n.json @@ -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. +{ + "fail.createSettings": "無法在 '.settings' 資料夾中建立 'user.json' 檔案。", + "openSettings": "開啟設定" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/browser/ui/actions/toggleSidebarPosition.i18n.json b/i18n/cht/src/vs/workbench/browser/ui/actions/toggleSidebarPosition.i18n.json new file mode 100644 index 00000000000..6e3e5e85cbb --- /dev/null +++ b/i18n/cht/src/vs/workbench/browser/ui/actions/toggleSidebarPosition.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "moveLeft": "將提要欄位向左移", + "moveRight": "將提要欄位向右移", + "togglePosition": "切換提要欄位位置" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/browser/ui/actions/toggleSidebarVisibility.i18n.json b/i18n/cht/src/vs/workbench/browser/ui/actions/toggleSidebarVisibility.i18n.json new file mode 100644 index 00000000000..317360f19c8 --- /dev/null +++ b/i18n/cht/src/vs/workbench/browser/ui/actions/toggleSidebarVisibility.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "enterMode": "隱藏提要欄位", + "leaveMode": "顯示提要欄位", + "toggleSidebar": "切換提要欄位可視性" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/browser/ui/actions/triggerEditorActions.i18n.json b/i18n/cht/src/vs/workbench/browser/ui/actions/triggerEditorActions.i18n.json new file mode 100644 index 00000000000..39b8dc94c51 --- /dev/null +++ b/i18n/cht/src/vs/workbench/browser/ui/actions/triggerEditorActions.i18n.json @@ -0,0 +1,16 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "closeActiveEditor": "關閉使用中編輯器", + "cycleEditor": "在開啟的編輯器之間循環", + "focusFirstEditor": "瀏覽至左側編輯器", + "focusLeftEditor": "瀏覽至左側的下一個編輯器", + "focusRigthEditor": "瀏覽至右側的下一個編輯器", + "focusSecondEditor": "瀏覽至側邊編輯器", + "focusThirdEditor": "瀏覽至右側編輯器", + "openToSide": "開至側邊", + "splitEditor": "分割編輯器" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/browser/ui/actions/triggerNavigation.i18n.json b/i18n/cht/src/vs/workbench/browser/ui/actions/triggerNavigation.i18n.json new file mode 100644 index 00000000000..691e9d5e002 --- /dev/null +++ b/i18n/cht/src/vs/workbench/browser/ui/actions/triggerNavigation.i18n.json @@ -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. +{ + "navigateNext": "在巡覽記錄中向前巡覽", + "navigatePrevious": "在巡覽記錄中向後巡覽" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/browser/ui/actions/triggerQuickOpen.i18n.json b/i18n/cht/src/vs/workbench/browser/ui/actions/triggerQuickOpen.i18n.json new file mode 100644 index 00000000000..be7cba14b44 --- /dev/null +++ b/i18n/cht/src/vs/workbench/browser/ui/actions/triggerQuickOpen.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "gotoFile": "移至檔案...", + "navigateEditorHistoryByInput": "在編輯器記錄中向後巡覽", + "quickOpen": "快速開啟" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/browser/ui/parts/activitybar/activityAction.i18n.json b/i18n/cht/src/vs/workbench/browser/ui/parts/activitybar/activityAction.i18n.json new file mode 100644 index 00000000000..6383238f72c --- /dev/null +++ b/i18n/cht/src/vs/workbench/browser/ui/parts/activitybar/activityAction.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "titleKeybinding": "{0} ({1})" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/browser/ui/parts/editor/binaryDiffEditor.i18n.json b/i18n/cht/src/vs/workbench/browser/ui/parts/editor/binaryDiffEditor.i18n.json new file mode 100644 index 00000000000..e023fb5946b --- /dev/null +++ b/i18n/cht/src/vs/workbench/browser/ui/parts/editor/binaryDiffEditor.i18n.json @@ -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. +{ + "binaryDiffEditor": "二進位差異檢視器", + "cannotDiffTextToBinary": "目前不支援二進位檔案和非二進位檔案之間的比較" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/browser/ui/parts/editor/binaryEditor.i18n.json b/i18n/cht/src/vs/workbench/browser/ui/parts/editor/binaryEditor.i18n.json new file mode 100644 index 00000000000..fae91d19f92 --- /dev/null +++ b/i18n/cht/src/vs/workbench/browser/ui/parts/editor/binaryEditor.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "preview": "預覽" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/browser/ui/parts/editor/editor.contribution.i18n.json b/i18n/cht/src/vs/workbench/browser/ui/parts/editor/editor.contribution.i18n.json new file mode 100644 index 00000000000..bd7ca4fb493 --- /dev/null +++ b/i18n/cht/src/vs/workbench/browser/ui/parts/editor/editor.contribution.i18n.json @@ -0,0 +1,12 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "binaryDiffEditor": "二進位差異編輯器", + "binaryEditor": "二進位資源編輯器", + "iframeEditor": "IFrame Editor", + "stringEditor": "字串文字編輯器", + "textDiffEditor": "文字差異編輯器" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/browser/ui/parts/editor/editorPart.i18n.json b/i18n/cht/src/vs/workbench/browser/ui/parts/editor/editorPart.i18n.json new file mode 100644 index 00000000000..d5833d0a2a8 --- /dev/null +++ b/i18n/cht/src/vs/workbench/browser/ui/parts/editor/editorPart.i18n.json @@ -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. +{ + "editorAccessibleLabel": "編輯器", + "editorOpenError": "開啟 '{0}' 時發生錯誤 ({1})。" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/browser/ui/parts/editor/iframeEditor.i18n.json b/i18n/cht/src/vs/workbench/browser/ui/parts/editor/iframeEditor.i18n.json new file mode 100644 index 00000000000..679cec697a4 --- /dev/null +++ b/i18n/cht/src/vs/workbench/browser/ui/parts/editor/iframeEditor.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "iframeEditor": "IFrame Viewer" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/browser/ui/parts/editor/sideBySideEditorControl.i18n.json b/i18n/cht/src/vs/workbench/browser/ui/parts/editor/sideBySideEditorControl.i18n.json new file mode 100644 index 00000000000..963e2b41436 --- /dev/null +++ b/i18n/cht/src/vs/workbench/browser/ui/parts/editor/sideBySideEditorControl.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "close": "關閉", + "loadingLabel": "正在載入...", + "splitEditor": "分割編輯器" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/browser/ui/parts/editor/stringEditor.i18n.json b/i18n/cht/src/vs/workbench/browser/ui/parts/editor/stringEditor.i18n.json new file mode 100644 index 00000000000..b0719528992 --- /dev/null +++ b/i18n/cht/src/vs/workbench/browser/ui/parts/editor/stringEditor.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "textEditor": "唯讀文字檢視器" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/browser/ui/parts/editor/textDiffEditor.i18n.json b/i18n/cht/src/vs/workbench/browser/ui/parts/editor/textDiffEditor.i18n.json new file mode 100644 index 00000000000..f2fac960fa7 --- /dev/null +++ b/i18n/cht/src/vs/workbench/browser/ui/parts/editor/textDiffEditor.i18n.json @@ -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. +{ + "cannotDiffBinary": "要比較的資源中至少有一項似乎是二進位內容,不過目前不支援這項功能", + "doNotIgnoreTrimWhitespaceLabel": "不忽略尾端空白", + "ignoreTrimWhitespaceLabel": "忽略尾端空白", + "inlineDiffLabel": "切換至內嵌檢視", + "navigate.next.label": "下一個變更", + "navigate.prev.label": "上一個變更", + "sideBySideDiffLabel": "切換至並排檢視", + "textDiffEditor": "文字差異編輯器" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/browser/ui/parts/quickopen/quickOpenController.i18n.json b/i18n/cht/src/vs/workbench/browser/ui/parts/quickopen/quickOpenController.i18n.json new file mode 100644 index 00000000000..a4f6a3575e7 --- /dev/null +++ b/i18n/cht/src/vs/workbench/browser/ui/parts/quickopen/quickOpenController.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "additionalResultsGroupLabel": "{0} ({1})", + "canNotRunPlaceholder": "目前內容無法使用這個快速開啟處理常式", + "historyMatches": "最近開啟的項目 ({0})", + "noResultsFound1": "找不到結果", + "noResultsFound2": "找不到結果", + "quickOpenInput": "輸入 '?' 即可取得有關您可以在這裡執行之動作的說明", + "workspaceMatches": "其他符合項 ({0})" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/browser/ui/parts/sidebar/sidebarPart.i18n.json b/i18n/cht/src/vs/workbench/browser/ui/parts/sidebar/sidebarPart.i18n.json new file mode 100644 index 00000000000..ce091234aec --- /dev/null +++ b/i18n/cht/src/vs/workbench/browser/ui/parts/sidebar/sidebarPart.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "viewletTitleTooltip": "{0} ({1})" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/browser/viewlet.i18n.json b/i18n/cht/src/vs/workbench/browser/viewlet.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/workbench/browser/viewlet.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/common/quickopen.i18n.json b/i18n/cht/src/vs/workbench/common/quickopen.i18n.json new file mode 100644 index 00000000000..e0a8af8ef83 --- /dev/null +++ b/i18n/cht/src/vs/workbench/common/quickopen.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "showEditorCommands": "顯示編輯器命令" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/contrib/actions/triggerEditorAction.i18n.json b/i18n/cht/src/vs/workbench/contrib/actions/triggerEditorAction.i18n.json new file mode 100644 index 00000000000..a0cdf5727ea --- /dev/null +++ b/i18n/cht/src/vs/workbench/contrib/actions/triggerEditorAction.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "selectAll.label": "在編輯器中全選" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/contrib/build/build.contribution.i18n.json b/i18n/cht/src/vs/workbench/contrib/build/build.contribution.i18n.json new file mode 100644 index 00000000000..0e5291505e1 --- /dev/null +++ b/i18n/cht/src/vs/workbench/contrib/build/build.contribution.i18n.json @@ -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. +{ + "name": "組建", + "showBuildViewlet": "顯示 [組建] Viewlet" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/contrib/build/build.i18n.json b/i18n/cht/src/vs/workbench/contrib/build/build.i18n.json new file mode 100644 index 00000000000..065c2c2815a --- /dev/null +++ b/i18n/cht/src/vs/workbench/contrib/build/build.i18n.json @@ -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. +{ + "buildLog": "建置記錄", + "nobuildlog.message": "無組建記錄。" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/contrib/build/buildStatusUpdater.i18n.json b/i18n/cht/src/vs/workbench/contrib/build/buildStatusUpdater.i18n.json new file mode 100644 index 00000000000..b5d463eac1d --- /dev/null +++ b/i18n/cht/src/vs/workbench/contrib/build/buildStatusUpdater.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "buildErrorsBadge": "{0} 個建置錯誤", + "buildProgressBadge": "正在建置", + "buildRequestFailedBadge": "組建要求失敗。請查看組建記錄", + "buildStatusFailedBadge": "組建狀態失敗。請查看組建記錄" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/contrib/build/buildViewlet.i18n.json b/i18n/cht/src/vs/workbench/contrib/build/buildViewlet.i18n.json new file mode 100644 index 00000000000..58df9daceec --- /dev/null +++ b/i18n/cht/src/vs/workbench/contrib/build/buildViewlet.i18n.json @@ -0,0 +1,16 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "build.label": "組建", + "errorCount": "{0} 個錯誤", + "errorsCount": "{0} 個錯誤", + "noerror.message": "無建置錯誤", + "noresult.message": "尚無建置結果。", + "openlog.label": "開啟組建記錄", + "seelog.message.full": "請參閱錯誤的記錄檔。", + "seelog.message.short": "請參閱錯誤的記錄檔 - ", + "showlog.message": "顯示組建記錄" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/contrib/build/buildWorkspaceService.i18n.json b/i18n/cht/src/vs/workbench/contrib/build/buildWorkspaceService.i18n.json new file mode 100644 index 00000000000..c0ff8c8b43e --- /dev/null +++ b/i18n/cht/src/vs/workbench/contrib/build/buildWorkspaceService.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "build.nobuildconfig.error": "組建未執行。未設定任何組建。若要設定組建,請將 'monaco.build.json' 或 'nakefile.js' 新增至工作區。" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/contrib/files/binaryContentEditor.i18n.json b/i18n/cht/src/vs/workbench/contrib/files/binaryContentEditor.i18n.json new file mode 100644 index 00000000000..93392336edd --- /dev/null +++ b/i18n/cht/src/vs/workbench/contrib/files/binaryContentEditor.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "binaryContentEditor": "二進位內容檢視器" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/contrib/files/contentEditorInput.i18n.json b/i18n/cht/src/vs/workbench/contrib/files/contentEditorInput.i18n.json new file mode 100644 index 00000000000..08db433d292 --- /dev/null +++ b/i18n/cht/src/vs/workbench/contrib/files/contentEditorInput.i18n.json @@ -0,0 +1,16 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "pendingSaveMeeta": "目前正在將變更儲存至伺服器...", + "saveConflictDisplay": "衝突", + "saveConflictMeta": "無法儲存變更,因為變更與伺服器上的另一個版本衝突。", + "saveErorDisplay": "儲存時發生錯誤", + "saveErrorMeta": "抱歉,我們無法儲存您的變更。", + "savedDiffDate": "上次儲存時間 {0}", + "savedDiffTime": "上次儲存於 {0} 前", + "savedDisplay": "已儲存", + "savingDisplay": "正在儲存..." +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/contrib/files/contentEditorModel.i18n.json b/i18n/cht/src/vs/workbench/contrib/files/contentEditorModel.i18n.json new file mode 100644 index 00000000000..0651d3df393 --- /dev/null +++ b/i18n/cht/src/vs/workbench/contrib/files/contentEditorModel.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "genericSaveError": "無法儲存 '{0}': {1}", + "staleSaveError": "無法儲存 '{0}': 伺服器上的版本較新。請開啟檔案,然後再儲存一次。", + "unexpectedEventError": "類型 {0} 的檔案變更接聽程式中擲回未預期的錯誤" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/contrib/files/explorerViewer.i18n.json b/i18n/cht/src/vs/workbench/contrib/files/explorerViewer.i18n.json new file mode 100644 index 00000000000..8b3744b68fc --- /dev/null +++ b/i18n/cht/src/vs/workbench/contrib/files/explorerViewer.i18n.json @@ -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. +{ + "confirmOverwriteMessage": "目的資料夾已有 '{0}'。您要取代它嗎?", + "warningFileDirty": "正在儲存 '{0}' 檔案,請稍後再試一次。" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/contrib/files/fileServices.i18n.json b/i18n/cht/src/vs/workbench/contrib/files/fileServices.i18n.json new file mode 100644 index 00000000000..115f49b7665 --- /dev/null +++ b/i18n/cht/src/vs/workbench/contrib/files/fileServices.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "cancel": "取消", + "createFile": "建立檔案", + "unsavedChangesEpilogue": "\n\n請傳回並等到變更儲存完成。否則,您的變更將會遭到捨棄。", + "unsavedChangesPreamble": "下列位置有未儲存的變更:\n" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/contrib/files/files.contribution.i18n.json b/i18n/cht/src/vs/workbench/contrib/files/files.contribution.i18n.json new file mode 100644 index 00000000000..4eb7c923a52 --- /dev/null +++ b/i18n/cht/src/vs/workbench/contrib/files/files.contribution.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "binaryContentEditor": "二進位內容編輯器", + "explore": "探索", + "showExplorerViewlet": "顯示 [總管] Viewlet", + "textContentEditor": "文字內容編輯器" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/contrib/files/htmlFrameEditorInput.i18n.json b/i18n/cht/src/vs/workbench/contrib/files/htmlFrameEditorInput.i18n.json new file mode 100644 index 00000000000..fae91d19f92 --- /dev/null +++ b/i18n/cht/src/vs/workbench/contrib/files/htmlFrameEditorInput.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "preview": "預覽" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/contrib/files/statModel.i18n.json b/i18n/cht/src/vs/workbench/contrib/files/statModel.i18n.json new file mode 100644 index 00000000000..0933e630cd0 --- /dev/null +++ b/i18n/cht/src/vs/workbench/contrib/files/statModel.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "emptyFileNameError": "必須提供檔案或資料夾名稱。", + "fileNameExistsError": "這個位置已經有檔案或資料夾 **{0}**。請選擇不同名稱。", + "filePathTooLongError": "名稱 **{0}** 導致路徑太長。請選擇較短的名稱。", + "invalidFileNameError": "名稱 **{0}** 包含的字元無效,不能做為檔案或資料夾名稱。請選擇不同名稱。" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/contrib/files/textContentEditor.i18n.json b/i18n/cht/src/vs/workbench/contrib/files/textContentEditor.i18n.json new file mode 100644 index 00000000000..d089b98feee --- /dev/null +++ b/i18n/cht/src/vs/workbench/contrib/files/textContentEditor.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "cancel": "取消", + "createFile": "建立檔案", + "textContentEditor": "文字內容編輯器" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/contrib/git/git.contribution.i18n.json b/i18n/cht/src/vs/workbench/contrib/git/git.contribution.i18n.json new file mode 100644 index 00000000000..46633574960 --- /dev/null +++ b/i18n/cht/src/vs/workbench/contrib/git/git.contribution.i18n.json @@ -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. +{ + "git": "Git", + "toggleGitViewlet": "顯示 [Git] Viewlet" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/contrib/git/gitOperations.i18n.json b/i18n/cht/src/vs/workbench/contrib/git/gitOperations.i18n.json new file mode 100644 index 00000000000..4de74b4aaf8 --- /dev/null +++ b/i18n/cht/src/vs/workbench/contrib/git/gitOperations.i18n.json @@ -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. +{ + "failParse": "無法從 Git 服務: {0} 剖析回應", + "gitError": "Git 服務錯誤" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/contrib/git/gitWidgets.i18n.json b/i18n/cht/src/vs/workbench/contrib/git/gitWidgets.i18n.json new file mode 100644 index 00000000000..2e4503d53e9 --- /dev/null +++ b/i18n/cht/src/vs/workbench/contrib/git/gitWidgets.i18n.json @@ -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. +{ + "Branches": "分支", + "currentlyDetached": "目前處於已中斷連結的 HEAD 模式,位於 '{0}'。" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/contrib/git/gitWorkbenchContributions.i18n.json b/i18n/cht/src/vs/workbench/contrib/git/gitWorkbenchContributions.i18n.json new file mode 100644 index 00000000000..b1a6a58b44c --- /dev/null +++ b/i18n/cht/src/vs/workbench/contrib/git/gitWorkbenchContributions.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "credentialsRequest": "需要您的認證", + "gitPendingChangesBadge": "{0} 個暫存的變更", + "gitProgressBadge": "正在執行 Git 狀態", + "pendingOperation": "有一項擱置中的 Git 作業正在要求認證。請輸入您的認證或取消作業。" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/contrib/git/views/empty/emptyView.i18n.json b/i18n/cht/src/vs/workbench/contrib/git/views/empty/emptyView.i18n.json new file mode 100644 index 00000000000..2e43f865c0a --- /dev/null +++ b/i18n/cht/src/vs/workbench/contrib/git/views/empty/emptyView.i18n.json @@ -0,0 +1,18 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "cantclone": "無法將 Git 儲存機制複製至非空白工作區。", + "close": "關閉", + "gitRepoURL": "儲存機制 URL", + "gitclone": "從 Git URL 複製", + "gitinit": "初始化 Git 儲存機制", + "noGit": "這個工作區尚未在 Git 原始檔控制之下。", + "noRepositories": "在 VS Online 帳戶找不到任何 Git 儲存機制", + "reconnect": "重新連線", + "repoFromProject": "{0} (來自 {1})", + "tfsConnect": "連線至 Visual Studio Online", + "vsoClone": "從 VS Online 儲存機制複製" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/contrib/output/output.contribution.i18n.json b/i18n/cht/src/vs/workbench/contrib/output/output.contribution.i18n.json new file mode 100644 index 00000000000..af540cf453c --- /dev/null +++ b/i18n/cht/src/vs/workbench/contrib/output/output.contribution.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "runConfigurationDescription": "這是用來設定執行行為。", + "runConfigurationTitle": "執行組態", + "suffixDescription": "按下執行時要附加到 URL 的尾碼。" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/contrib/output/output.i18n.json b/i18n/cht/src/vs/workbench/contrib/output/output.i18n.json new file mode 100644 index 00000000000..a53af4beacd --- /dev/null +++ b/i18n/cht/src/vs/workbench/contrib/output/output.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "output": "輸出", + "outputFinaleBad": "[資訊] 如果沒看到輸出,請確定您的應用程式已正確設定用來傳送輸出\n", + "outputFinaleGood1": "[資訊] 您的應用程式已啟用記錄功能", + "outputFinaleGood2": "[資訊] 記錄層級為 '{0}'。若要變更,請從 {1} 設定您的應用程式\n", + "outputFinaleGood3": "[info] 記錄層級為 '{0}'。 \n", + "outputInfo": "[資訊] 位於 {0} 的執行中應用程式的輸出將會顯示在這裡", + "outputRunner": "來自 {0}" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/contrib/output/outputActions.contribution.i18n.json b/i18n/cht/src/vs/workbench/contrib/output/outputActions.contribution.i18n.json new file mode 100644 index 00000000000..e606650702f --- /dev/null +++ b/i18n/cht/src/vs/workbench/contrib/output/outputActions.contribution.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "clearOutput.label": "清除輸出", + "output.show": "顯示輸出...", + "run": "執行" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/contrib/terminal/inPlaceCredentialsHelper.i18n.json b/i18n/cht/src/vs/workbench/contrib/terminal/inPlaceCredentialsHelper.i18n.json new file mode 100644 index 00000000000..d16a78d35d8 --- /dev/null +++ b/i18n/cht/src/vs/workbench/contrib/terminal/inPlaceCredentialsHelper.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "label.password": "密碼:", + "label.rememberMe": "記住我:", + "label.username": "使用者名稱:", + "placeholder.helpMessage": "請提供 <strong>{0}</strong> 的認證<br/>\" + \"按下 <span class=\"shortcut\">{1}</span> 以 \" + \"<span class=\"action save\">確認</span>或按 \" + \"<span class=\"shortcut\">{2}</span> 以 \" + \"<span class=\"action cancel\">取消</span>。", + "rememberDisclaimerFullAccessibleText": "記住認證。儲存您的密碼會將這項資訊儲存在 Azure 網站內。這表示,任何擁有您網站 FTP 存取權的人員都可以擷取您的密碼。", + "rememberDisclaimerTooltip": "儲存您的密碼會將這項資訊儲存在 Azure 網站內。這表示,任何擁有您網站 FTP 存取權的人員都可以擷取您的密碼。" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/contrib/terminal/inPlaceTerminalEditor.i18n.json b/i18n/cht/src/vs/workbench/contrib/terminal/inPlaceTerminalEditor.i18n.json new file mode 100644 index 00000000000..25de05286e4 --- /dev/null +++ b/i18n/cht/src/vs/workbench/contrib/terminal/inPlaceTerminalEditor.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "placeholder.helpMessage": "您是就地編輯者,請按下 \" + \"<span class=\"shortcut\">{0}</span> 以 \" + \"<span class=\"action save\">儲存</span>或 \" + \"<span class=\"shortcut\">{1}</span> 以 \" + \"<span class=\"action cancel\">取消</span>。" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/contrib/terminal/terminalActions.contribution.i18n.json b/i18n/cht/src/vs/workbench/contrib/terminal/terminalActions.contribution.i18n.json new file mode 100644 index 00000000000..5dfda974a4f --- /dev/null +++ b/i18n/cht/src/vs/workbench/contrib/terminal/terminalActions.contribution.i18n.json @@ -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. +{ + "clearConsole.label": "清除主控台", + "globalConsoleAction": "開啟主控台" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/contrib/terminal/terminalActions.i18n.json b/i18n/cht/src/vs/workbench/contrib/terminal/terminalActions.i18n.json new file mode 100644 index 00000000000..b49c73971dc --- /dev/null +++ b/i18n/cht/src/vs/workbench/contrib/terminal/terminalActions.i18n.json @@ -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. +{ + "consoleErrorBadge": "主控台錯誤", + "consoleProgressBadge": "命令進行中", + "extractAll": "解壓縮全部", + "globalConsoleAction": "開啟主控台", + "openNewConsole": "開啟新的主控台", + "runFromConsole": "從主控台執行", + "switchToConsole": "{0} {1}", + "switchToConsole.label": "切換至主控台" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/contrib/terminal/terminalEditor.i18n.json b/i18n/cht/src/vs/workbench/contrib/terminal/terminalEditor.i18n.json new file mode 100644 index 00000000000..6cf637817a1 --- /dev/null +++ b/i18n/cht/src/vs/workbench/contrib/terminal/terminalEditor.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "clearConsole": "清除主控台", + "console": "主控台", + "terminalCancelInfo": "停止目前正在執行的命令...", + "terminalHelp": "歡迎使用 Visual Studio Online Monaco 主控台\n請輸入 {0} 取得可用命令清單或按下 {1} 取得協助。輸入 {2} 可關閉主控台。" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/contrib/terminal/terminalInput.i18n.json b/i18n/cht/src/vs/workbench/contrib/terminal/terminalInput.i18n.json new file mode 100644 index 00000000000..87de12ce1cf --- /dev/null +++ b/i18n/cht/src/vs/workbench/contrib/terminal/terminalInput.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "terminalInputDescription": "{0} - {1}", + "terminalInputDescriptionRunning": "{0}- {1} (正在執行...)", + "terminalInputName": "主控台", + "welcome": "歡迎" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/contrib/terminal/terminalModel.i18n.json b/i18n/cht/src/vs/workbench/contrib/terminal/terminalModel.i18n.json new file mode 100644 index 00000000000..e7c11578eb8 --- /dev/null +++ b/i18n/cht/src/vs/workbench/contrib/terminal/terminalModel.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "socketDisconnectText": "\n錯誤: 命令不再顯示輸出,因為失去與伺服器的連線。可能是您失去網際網路連線或伺服器已重新啟動。" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/contrib/terminal/terminalWorkbenchContribution.i18n.json b/i18n/cht/src/vs/workbench/contrib/terminal/terminalWorkbenchContribution.i18n.json new file mode 100644 index 00000000000..e7c76545dd5 --- /dev/null +++ b/i18n/cht/src/vs/workbench/contrib/terminal/terminalWorkbenchContribution.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "dashboard": "儀表板", + "explore": "探索", + "runningProcessesInfo": "至少有一個命令仍在執行。請返回主控台並停止所有執行中的命令。否則,命令將會繼續在背景執行。", + "setupError": "建立工作區期間發生狀況。請從儀表板刪除工作區,然後再試一次。", + "setupInfoFinish": "已建立您的工作區。", + "setupInfoStart": "正在建立您的工作區。請等候這個作業完成。" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/contrib/terminal/terminalWorker.i18n.json b/i18n/cht/src/vs/workbench/contrib/terminal/terminalWorker.i18n.json new file mode 100644 index 00000000000..72351c80612 --- /dev/null +++ b/i18n/cht/src/vs/workbench/contrib/terminal/terminalWorker.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "clearCommand": "清除終端機輸出", + "clsCommand": "清除終端機輸出", + "exitCommand": "關閉終端機" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/contrib/testing/coverage/coverageActions.i18n.json b/i18n/cht/src/vs/workbench/contrib/testing/coverage/coverageActions.i18n.json new file mode 100644 index 00000000000..194d609686e --- /dev/null +++ b/i18n/cht/src/vs/workbench/contrib/testing/coverage/coverageActions.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "refresh": "重新整理" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/contrib/testing/test.contribution.i18n.json b/i18n/cht/src/vs/workbench/contrib/testing/test.contribution.i18n.json new file mode 100644 index 00000000000..447387da629 --- /dev/null +++ b/i18n/cht/src/vs/workbench/contrib/testing/test.contribution.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "coveargeName": "測試涵蓋範圍", + "enabled": "測試是否應自動執行。", + "name": "測試", + "testConfigurationDescription": "這是用來設定測試 Viewlet。", + "testConfigurationTitle": "測試組態", + "testPage": "執行您測試之頁面的相對 URL。" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/contrib/testing/testActions.i18n.json b/i18n/cht/src/vs/workbench/contrib/testing/testActions.i18n.json new file mode 100644 index 00000000000..d16f2e18f41 --- /dev/null +++ b/i18n/cht/src/vs/workbench/contrib/testing/testActions.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "runLocalTests.label": "本機執行", + "runTestsNow.label": "執行測試", + "showCoverage.label": "顯示涵蓋範圍" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/contrib/testing/testModel.i18n.json b/i18n/cht/src/vs/workbench/contrib/testing/testModel.i18n.json new file mode 100644 index 00000000000..03e2ddddae9 --- /dev/null +++ b/i18n/cht/src/vs/workbench/contrib/testing/testModel.i18n.json @@ -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. +{ + "allTestsPass": "{0} 個測試成功 ({1} 個判斷提示)。", + "failedAssertion.actualExpected": "實際是: '{0}',必須是: '{1}'", + "failedAssertion.generalFailure": "判斷提示失敗", + "someTestsPass": "{0}/{1} 個測試成功。", + "testResultsUnknow": "未知", + "testRunFailure": "執行中的測試失敗。原因: {0}", + "testTimeout": "執行中的測試逾時。", + "unknownError": "執行測試時發生未知的錯誤。" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/contrib/testing/testViewlet.i18n.json b/i18n/cht/src/vs/workbench/contrib/testing/testViewlet.i18n.json new file mode 100644 index 00000000000..04f2a0596c5 --- /dev/null +++ b/i18n/cht/src/vs/workbench/contrib/testing/testViewlet.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "backendError": "執行器錯誤", + "backendExecuteError": "執行執行器 URL: {0} 時發生錯誤; {1}", + "configDisabled": "測試已由組態停用", + "noConfig": "沒有測試組態", + "noTestsRun": "尚未執行任何測試。", + "testFilter": "測試篩選" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/contrib/testing/testWorkbenchContributions.i18n.json b/i18n/cht/src/vs/workbench/contrib/testing/testWorkbenchContributions.i18n.json new file mode 100644 index 00000000000..0176b74d117 --- /dev/null +++ b/i18n/cht/src/vs/workbench/contrib/testing/testWorkbenchContributions.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "testsErrorsBadge": "測試控管發生錯誤", + "testsFailedBadge": "{0} 個失敗的測試", + "testsNotConfiguredBade": "未設定測試控管", + "testsPassedBadge": "所有測試均成功", + "testsProgressBadge": "正在執行測試", + "testsStaleBadge": "測試結果過時", + "testsStaleFailedBadge": "{0} 個失敗的測試" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/contrib/vsconnect/vsconnectActions.i18n.json b/i18n/cht/src/vs/workbench/contrib/vsconnect/vsconnectActions.i18n.json new file mode 100644 index 00000000000..ea59ad74aaf --- /dev/null +++ b/i18n/cht/src/vs/workbench/contrib/vsconnect/vsconnectActions.i18n.json @@ -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. +{ + "openInVisualStudio": "在 Visual Studio 中開啟", + "openInVsNotImplemented": "目前不支援在 Visual Studio 中開啟。" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/contrib/zumo/zumoActions.i18n.json b/i18n/cht/src/vs/workbench/contrib/zumo/zumoActions.i18n.json new file mode 100644 index 00000000000..eb8be7cc5c1 --- /dev/null +++ b/i18n/cht/src/vs/workbench/contrib/zumo/zumoActions.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "browseTable": "瀏覽資料表", + "createScripts": "建立資料表的指令碼", + "newApi": "新的 API", + "newJob": "新的工作", + "newTable": "新的資料表", + "runJob": "執行工作", + "showOutput": "顯示輸出" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/electron-browser/actions.i18n.json b/i18n/cht/src/vs/workbench/electron-browser/actions.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/workbench/electron-browser/actions.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/electron-browser/crashReporter.i18n.json b/i18n/cht/src/vs/workbench/electron-browser/crashReporter.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/workbench/electron-browser/crashReporter.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/electron-browser/darwin/cli.contribution.i18n.json b/i18n/cht/src/vs/workbench/electron-browser/darwin/cli.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/workbench/electron-browser/darwin/cli.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/electron-browser/integration.i18n.json b/i18n/cht/src/vs/workbench/electron-browser/integration.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/workbench/electron-browser/integration.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/electron-browser/main.contribution.i18n.json b/i18n/cht/src/vs/workbench/electron-browser/main.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/workbench/electron-browser/main.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/electron-browser/shell.i18n.json b/i18n/cht/src/vs/workbench/electron-browser/shell.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/workbench/electron-browser/shell.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/electron-browser/update.i18n.json b/i18n/cht/src/vs/workbench/electron-browser/update.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/workbench/electron-browser/update.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/electron-main/main.i18n.json b/i18n/cht/src/vs/workbench/electron-main/main.i18n.json new file mode 100644 index 00000000000..568de8c1bd5 --- /dev/null +++ b/i18n/cht/src/vs/workbench/electron-main/main.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "newWindow": "開新視窗" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/electron-main/menus.i18n.json b/i18n/cht/src/vs/workbench/electron-main/menus.i18n.json new file mode 100644 index 00000000000..83998c9b2b7 --- /dev/null +++ b/i18n/cht/src/vs/workbench/electron-main/menus.i18n.json @@ -0,0 +1,89 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "aboutDetail": "\n版本 {0}\n認可 {1}\n日期 {2}\nShell {3}\n轉譯器 {4}\n節點 {5}", + "mAbout": "關於 {0}", + "mBringToFront": "全部提到最上層", + "mClose": "關閉", + "mEdit": "編輯(&E)", + "mFile": "檔案(&F)", + "mGoto": "移至(&G)", + "mHelp": "說明(&H)", + "mHide": "隱藏 {0}", + "mHideOthers": "隱藏其他", + "mMinimize": "最小化", + "mShowAll": "全部顯示", + "mView": "檢視(&V)", + "mWindow": "視窗", + "miAbout": "關於(&A)", + "miAutoSave": "自動儲存", + "miBack": "上一步(&B)", + "miCheckForUpdates": "查看是否有更新...", + "miCheckingForUpdates": "正在查看是否有更新...", + "miClearItems": "清除項目(&C)", + "miCloseEditor": "關閉編輯器(&E)", + "miCloseFolder": "關閉資料夾(&F)", + "miCloseWindow": "關閉視窗(&W)", + "miCommandPalette": "命令選擇區(&C)...", + "miCopy": "複製(&O)", + "miCut": "剪下(&C)", + "miDarkTheme": "暗色調主題(&D)", + "miDocumentation": "文件(&D)", + "miExit": "結束(&X)", + "miFind": "尋找(&F)", + "miFindInFiles": "在檔案中尋找(&I)", + "miForward": "轉寄(&F)", + "miGotoDefinition": "移至定義(&D)", + "miGotoFile": "移至檔案(&F)...", + "miGotoLine": "移至行(&L)...", + "miGotoSymbol": "移至符號(&S)...", + "miHighTheme": "高對比主題(&H)", + "miInstallingUpdate": "正在安裝更新...", + "miLastCheckedAt": "上次檢查時間為 {0}", + "miLicense": "檢視授權(&V)", + "miLightTheme": "亮色調主題(&L)", + "miMarker": "錯誤與警告(&E)...", + "miMoveSidebar": "移動提要欄位(&M)", + "miNavigateHistory": "巡覽記錄(&N)", + "miNewFile": "新增檔案(&N)", + "miNewWindow": "開新視窗(&N)", + "miOpen": "開啟(&O)...", + "miOpenFile": "開啟檔案(&O)...", + "miOpenFolder": "開啟資料夾(&F)...", + "miOpenKeymap": "鍵盤快速鍵(&K)", + "miOpenRecent": "開啟最近使用的項目(&R)", + "miOpenSettings": "使用者設定(&U)", + "miOpenSnippets": "使用者程式碼片段(&U)", + "miOpenWorkspaceSettings": "工作區設定(&W)", + "miPaste": "貼上(&P)", + "miPreferences": "喜好設定(&P)", + "miPrivacyStatement": "隱私權聲明(&P)", + "miQuit": "結束 {0}", + "miRedo": "取消復原(&R)", + "miReleaseNotes": "版本資訊(&R)", + "miReplace": "取代(&R)", + "miReportIssues": "回報問題(&R)", + "miRestartToUpdate": "重新啟動以更新...", + "miRevert": "還原檔案", + "miSave": "儲存(&S)", + "miSaveAll": "全部儲存(&A)", + "miSaveAs": "另存新檔...", + "miSelectAll": "全選(&S)", + "miShowWelcome": "顯示歡迎畫面(&S)", + "miSplitEditor": "分割編輯器(&E)", + "miTheme": "主題(&T)", + "miToggleDevTools": "切換開發人員工具(&T)", + "miToggleFullScreen": "切換全螢幕(&F)", + "miToggleOutput": "切換輸出(&O)", + "miToggleSidebar": "切換提要欄位(&T)", + "miTwitter": "加入我們的 Twitter(&J)", + "miUndo": "復原(&U)", + "miUpdatesNotAvailable": "無法使用更新", + "miUserVoice": "要求功能(&R)", + "miZoomIn": "放大(&Z)", + "miZoomOut": "縮小(&U)", + "okButton": "確定" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/electron-main/windows.i18n.json b/i18n/cht/src/vs/workbench/electron-main/windows.i18n.json new file mode 100644 index 00000000000..b8afe3eda31 --- /dev/null +++ b/i18n/cht/src/vs/workbench/electron-main/windows.i18n.json @@ -0,0 +1,16 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "appCrashed": "{0} 已損毀", + "appCrashedDetail": "很抱歉造成您的不便! 請重新啟動 {0}。", + "appStalled": "{0} 已沒有回應", + "appStalledDetail": "要離開 {0} 或是繼續等候?", + "exit": "結束", + "ok": "確定", + "pathNotExistDetail": "磁碟上似乎已沒有路徑 '{0}'。", + "pathNotExistTitle": "路徑不存在", + "wait": "繼續等候" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/facade.i18n.json b/i18n/cht/src/vs/workbench/facade.i18n.json new file mode 100644 index 00000000000..0186bf60d2d --- /dev/null +++ b/i18n/cht/src/vs/workbench/facade.i18n.json @@ -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. +{ + "prefixWorkspaceTitle": "{0} - {1} - {2}", + "workspaceTitle": "{0} - {1}" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/node/extensionHostMain.i18n.json b/i18n/cht/src/vs/workbench/node/extensionHostMain.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/workbench/node/extensionHostMain.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/node/pluginHostMain.i18n.json b/i18n/cht/src/vs/workbench/node/pluginHostMain.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/workbench/node/pluginHostMain.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/emmet/node/emmet.contribution.i18n.json b/i18n/cht/src/vs/workbench/parts/emmet/node/emmet.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/emmet/node/emmet.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/errorList/browser/errorList.contribution.i18n.json b/i18n/cht/src/vs/workbench/parts/errorList/browser/errorList.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/errorList/browser/errorList.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/execution/electron-browser/executionService.i18n.json b/i18n/cht/src/vs/workbench/parts/execution/electron-browser/executionService.i18n.json new file mode 100644 index 00000000000..fa087d444dc --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/execution/electron-browser/executionService.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "linux.wait": "請按任意鍵繼續..." +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json b/i18n/cht/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json new file mode 100644 index 00000000000..e9a449b3730 --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "console": "主控台" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/extensions/electron-browser/extensions.contribution.i18n.json b/i18n/cht/src/vs/workbench/parts/extensions/electron-browser/extensions.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/extensions/electron-browser/extensions.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/extensions/electron-browser/extensionsActions.i18n.json b/i18n/cht/src/vs/workbench/parts/extensions/electron-browser/extensionsActions.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/extensions/electron-browser/extensionsActions.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/extensions/electron-browser/extensionsAssistant.i18n.json b/i18n/cht/src/vs/workbench/parts/extensions/electron-browser/extensionsAssistant.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/extensions/electron-browser/extensionsAssistant.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/extensions/electron-browser/extensionsQuickOpen.i18n.json b/i18n/cht/src/vs/workbench/parts/extensions/electron-browser/extensionsQuickOpen.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/extensions/electron-browser/extensionsQuickOpen.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/extensions/electron-browser/extensionsWidgets.i18n.json b/i18n/cht/src/vs/workbench/parts/extensions/electron-browser/extensionsWidgets.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/extensions/electron-browser/extensionsWidgets.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/extensions/electron-browser/extensionsWorkbenchExtension.i18n.json b/i18n/cht/src/vs/workbench/parts/extensions/electron-browser/extensionsWorkbenchExtension.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/extensions/electron-browser/extensionsWorkbenchExtension.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/extensions/node/extensionsService.i18n.json b/i18n/cht/src/vs/workbench/parts/extensions/node/extensionsService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/extensions/node/extensionsService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/feedback/browser/feedback.i18n.json b/i18n/cht/src/vs/workbench/parts/feedback/browser/feedback.i18n.json new file mode 100644 index 00000000000..54b3a7c3e67 --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/feedback/browser/feedback.i18n.json @@ -0,0 +1,20 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "PrivacyText": "您的隱私權對我們而言非常重要", + "aliasFullAccessibleText": "新增電子郵件地址。提供您的電子郵件地址,我們就能夠在對您的意見有疑問時與您連絡。", + "aliasHeader": "新增電子郵件地址", + "aliasTooltip": "提供您的電子郵件地址,我們就能夠在對您的意見有疑問時與您連絡。", + "commentsHeader": "註解", + "feedbackSending": "正在傳送...", + "feedbackSendingError": "請再試一次", + "feedbackSent": "謝謝 :)", + "frownCaption": "傷心", + "send": "傳送", + "send us your feedback": "傳送意見給我們", + "sentiment": "您的使用經驗如何?", + "smileCaption": "快樂" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/files/browser/editors/binaryFileEditor.i18n.json b/i18n/cht/src/vs/workbench/parts/files/browser/editors/binaryFileEditor.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/files/browser/editors/binaryFileEditor.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/files/browser/editors/fileEditorInput.i18n.json b/i18n/cht/src/vs/workbench/parts/files/browser/editors/fileEditorInput.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/files/browser/editors/fileEditorInput.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/files/browser/editors/textFileEditor.i18n.json b/i18n/cht/src/vs/workbench/parts/files/browser/editors/textFileEditor.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/files/browser/editors/textFileEditor.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/files/browser/fileActions.contribution.i18n.json b/i18n/cht/src/vs/workbench/parts/files/browser/fileActions.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/files/browser/fileActions.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/files/browser/fileActions.i18n.json b/i18n/cht/src/vs/workbench/parts/files/browser/fileActions.i18n.json new file mode 100644 index 00000000000..6c97bf0f2f3 --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/files/browser/fileActions.i18n.json @@ -0,0 +1,45 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "cancel": "取消", + "collapse": "摺疊", + "compareFiles": "比較檔案", + "compareInputDescription": "{0} - 已與 {1} 比較", + "compareSource": "選取用以比較", + "compareWith": "與 '{0}' 比較", + "confirmDeleteMessageFile": "您確定要永久刪除 '{0}' 嗎?", + "confirmDeleteMessageFolder": "您確定要永久刪除 '{0}' 和其中的內容嗎?", + "confirmMoveTrashMessageFile": "您確定要刪除 '{0}' 嗎?", + "confirmMoveTrashMessageFolder": "您確定要刪除 '{0}' 及其內容嗎?", + "confirmOverwrite": "目的資料夾中已有同名的檔案。您要取代它嗎?", + "copyFile": "複製", + "createNewFile": "新增檔案", + "createNewFolder": "新增資料夾", + "delete": "刪除", + "disableJavaScript": "停用 JavaScript", + "downloadWorkspace": "下載工作區", + "duplicateFile": "複製", + "emptyFileNameError": "必須提供檔案或資料夾名稱。", + "enableJavaScript": "啟用 JavaScript", + "fileNameExistsError": "這個位置已存在檔案或資料夾 **{0}**。請選擇不同的名稱。", + "filePathTooLongError": "名稱 **{0}** 導致路徑太長。請選擇較短的名稱。", + "invalidFileNameError": "名稱 **{0}** 包含無效的字元,不能做為檔案或資料夾名稱。請選擇不同的名稱。", + "invalidVSCFileName": "檔案或資料夾名稱 **{0}** 已保留,不能使用。請選擇不同的名稱。", + "newFile": "新增檔案", + "newFolder": "新增資料夾", + "openDerivedResource": "開啟衍生資源", + "openPreview": "開啟預覽", + "openToSide": "開至側邊", + "pasteFile": "貼上", + "refresh": "重新整理", + "reload": "重新載入", + "rename": "重新命名", + "retry": "重試", + "saveAll": "儲存所有已變更的檔案", + "uploadFiles": "上傳檔案", + "viewSource": "檢視原始檔", + "warningFileDirty": "正在儲存 '{0}' 檔案,請稍後再試一次。" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/files/browser/fileTracker.i18n.json b/i18n/cht/src/vs/workbench/parts/files/browser/fileTracker.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/files/browser/fileTracker.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/files/browser/files.contribution.i18n.json b/i18n/cht/src/vs/workbench/parts/files/browser/files.contribution.i18n.json new file mode 100644 index 00000000000..3d3308a2f90 --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/files/browser/files.contribution.i18n.json @@ -0,0 +1,21 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "binaryFileEditor": "二進位檔案編輯器", + "dynamicHeight": "控制工作檔案區段的高度是否應依項目數動態調整。", + "encoding": "讀取與寫入檔案時要使用的預設字元集編碼。", + "exclude": "設定 Glob 模式可包含檔案及資料夾。", + "explore": "瀏覽", + "explorerConfigurationTitle": "檔案總管組態", + "files.exclude.boolean": "要符合檔案路徑的 Glob 模式。設為 True 或 False 可啟用或停用模式。", + "files.exclude.when": "在相符檔案同層級上額外的檢查。請使用 $(basename) 做為相符檔案名稱的變數。", + "filesConfigurationTitle": "檔案組態", + "maxVisible": "在捲軸出現前可顯示的工作檔案數目上限。", + "showExplorerViewlet": "顯示檔案總管", + "textFileEditor": "文字檔編輯器", + "trimTrailingWhitespace": "若啟用,將在您儲存檔案時修剪尾端空白。", + "view": "檢視" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/files/browser/saveErrorHandler.i18n.json b/i18n/cht/src/vs/workbench/parts/files/browser/saveErrorHandler.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/files/browser/saveErrorHandler.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/files/browser/views/emptyView.i18n.json b/i18n/cht/src/vs/workbench/parts/files/browser/views/emptyView.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/files/browser/views/emptyView.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/files/browser/views/explorerView.i18n.json b/i18n/cht/src/vs/workbench/parts/files/browser/views/explorerView.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/files/browser/views/explorerView.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/files/browser/views/explorerViewer.i18n.json b/i18n/cht/src/vs/workbench/parts/files/browser/views/explorerViewer.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/files/browser/views/explorerViewer.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/files/browser/views/workingFilesView.i18n.json b/i18n/cht/src/vs/workbench/parts/files/browser/views/workingFilesView.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/files/browser/views/workingFilesView.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/files/browser/views/workingFilesViewer.i18n.json b/i18n/cht/src/vs/workbench/parts/files/browser/views/workingFilesViewer.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/files/browser/views/workingFilesViewer.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/files/browser/workingFilesPicker.i18n.json b/i18n/cht/src/vs/workbench/parts/files/browser/workingFilesPicker.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/files/browser/workingFilesPicker.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/files/common/editors/textFileEditorModel.i18n.json b/i18n/cht/src/vs/workbench/parts/files/common/editors/textFileEditorModel.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/files/common/editors/textFileEditorModel.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/files/electron-browser/electronFileActions.i18n.json b/i18n/cht/src/vs/workbench/parts/files/electron-browser/electronFileActions.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/files/electron-browser/electronFileActions.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/files/electron-browser/files.electron.contribution.i18n.json b/i18n/cht/src/vs/workbench/parts/files/electron-browser/files.electron.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/files/electron-browser/files.electron.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/files/electron-browser/textFileServices.i18n.json b/i18n/cht/src/vs/workbench/parts/files/electron-browser/textFileServices.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/files/electron-browser/textFileServices.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/git/browser/gitActionItems.i18n.json b/i18n/cht/src/vs/workbench/parts/git/browser/gitActionItems.i18n.json new file mode 100644 index 00000000000..3b88b00f46f --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/git/browser/gitActionItems.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "createNewBranch": "建立新分支", + "dupeBranchName": "分支名稱已存在。", + "invalidBranchName": "無效的分支名稱。" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/git/browser/gitActions.contribution.i18n.json b/i18n/cht/src/vs/workbench/parts/git/browser/gitActions.contribution.i18n.json new file mode 100644 index 00000000000..0610873b2b2 --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/git/browser/gitActions.contribution.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "openInEditor": "切換至編輯器檢視", + "stageSelectedLines": "將選取的行分段", + "switchToChangesView": "切換至變更檢視" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/git/browser/gitActions.i18n.json b/i18n/cht/src/vs/workbench/parts/git/browser/gitActions.i18n.json new file mode 100644 index 00000000000..e35f09775e4 --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/git/browser/gitActions.i18n.json @@ -0,0 +1,42 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "amendCommit": "修改上一個認可", + "branch": "分支", + "clone": "複製", + "commitAll": "全部認可", + "commitAll2": "全部認可", + "commitStaged": "認可已分段", + "commitStaged2": "認可已分段", + "confirmUndo": "您確定要復原 '{0}' 中的變更嗎?", + "confirmUndoAllMultiple": "{0} 個檔案中有未分段的變更。", + "confirmUndoAllOne": "{0} 個檔案中有未分段的變更。", + "confirmUndoMessage": "您確定要復原所有變更嗎?", + "currentBranch": "目前的分支 '{0}' 是最新狀態。", + "currentBranchPlural": "目前分支 '{0}' 在 '{3}' 之後有 {1} 個認可,之前有 {2} 個認可。", + "currentBranchPluralSingle": "目前分支 '{0}' 在 '{3}' 之後有 {1} 個認可,之前有 {2} 個認可。", + "currentBranchSingle": "目前分支 '{0}' 在 '{3}' 之後有 {1} 個認可,之前有 {2} 個認可。", + "currentBranchSinglePlural": "目前分支 '{0}' 在 '{3}' 之後有 {1} 個認可,之前有 {2} 個認可。", + "currentlyDetached": "無法在離線模式中同步處理。", + "dirtyChanges": "同步處理之前請先認可、復原或隱藏您的變更。", + "dirtyTreeCheckout": "無法簽出。請先認可或佈置您的工作。", + "dirtyTreePull": "無法提取。請先認可或佈置您的工作。", + "init": "Init", + "noUpstream": "目前的分支 '{0}沒有設定上游分支。", + "openChange": "開啟變更", + "openFile": "開啟檔案", + "pull": "提取", + "push": "推送", + "refresh": "重新整理", + "stageAllChanges": "全部分段", + "stageChanges": "分段", + "sync": "同步處理", + "synchronizing": "正在同步處理...", + "undoAllChanges": "全部復原", + "undoChanges": "復原", + "unstage": "取消分段", + "unstageAllChanges": "全部取消分段" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/git/browser/gitQuickOpen.i18n.json b/i18n/cht/src/vs/workbench/parts/git/browser/gitQuickOpen.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/git/browser/gitQuickOpen.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/git/browser/gitServices.i18n.json b/i18n/cht/src/vs/workbench/parts/git/browser/gitServices.i18n.json new file mode 100644 index 00000000000..cd29bd951d4 --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/git/browser/gitServices.i18n.json @@ -0,0 +1,21 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "badConfigFile": "Git {0}", + "cancel": "取消", + "cantOpen": "無法開啟這個 Git 資源。", + "cantOpenResource": "無法開啟這個 Git 資源。", + "changesFromIndex": "{0} - 索引上的變更", + "changesFromTree": "{0} - {1} 上的變更", + "checkConsole": "執行 Git 作業時發生問題。請用主控台檢查您的存放庫的狀態。", + "checkNativeConsole": "執行 Git 作業時發生問題。請使用主控台來查看儲存機制的狀態。", + "configureUsernameEmail": "請設定您的使用者名稱及電子郵件。", + "gitIndexChanges": "{0} - 索引上的變更", + "gitMergeChanges": "{0} - 合併變更", + "openConsole": "開啟主控台", + "unmergedChanges": "您在認可變更前應先解決未合併的變更。", + "workingTreeChanges": "{0} - 工作樹狀目錄上的變更" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/git/browser/gitWidgets.i18n.json b/i18n/cht/src/vs/workbench/parts/git/browser/gitWidgets.i18n.json new file mode 100644 index 00000000000..a31baf3f8f6 --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/git/browser/gitWidgets.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "gitNotEnabled": "此工作區中未啟用 Git。" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/git/browser/gitWorkbenchContributions.i18n.json b/i18n/cht/src/vs/workbench/parts/git/browser/gitWorkbenchContributions.i18n.json new file mode 100644 index 00000000000..d490cb7840e --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/git/browser/gitWorkbenchContributions.i18n.json @@ -0,0 +1,17 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "executeGitCommands": "執行 Git 命令", + "git": "Git", + "gitAutoFetch": "是否啟用自動擷取。", + "gitCommands": "Git 命令", + "gitConfigurationTitle": "Git 組態", + "gitPath": "Git 可執行檔的路徑", + "gitPendingChangesBadge": "{0} 個暫止的變更", + "gitProgressBadge": "正在執行 Git 狀態", + "toggleGitViewlet": "顯示 Git", + "view": "檢視" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/git/browser/views/changes/changesView.i18n.json b/i18n/cht/src/vs/workbench/parts/git/browser/views/changes/changesView.i18n.json new file mode 100644 index 00000000000..7f8d359331d --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/git/browser/views/changes/changesView.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "commitMessage": "認可訊息", + "needMessage": "請提供認可訊息。您可以隨時按下 **[{0}]** 來認可變更。如有任何已分段的變更,將只有那些分段的變更會獲得認可,否則,所有變更都會獲得認可。", + "nothingToCommit": "一旦有些變更要進行認可,請在認可訊息中輸入,或者按下 **[{0}]** 來認可變更。如有任何已分段的變更,將只有那些分段的變更會獲得認可,否則,所有變更都會獲得認可。" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/git/browser/views/changes/changesViewer.i18n.json b/i18n/cht/src/vs/workbench/parts/git/browser/views/changes/changesViewer.i18n.json new file mode 100644 index 00000000000..84980736d3b --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/git/browser/views/changes/changesViewer.i18n.json @@ -0,0 +1,33 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "added-char": "A", + "allChanges": "變更", + "copied-char": "C", + "deleted-char": "D", + "ignored-char": "!", + "mergeChanges": "合併變更", + "modified-char": "M", + "renamed-char": "R", + "stagedChanges": "已分段的變更", + "title-conflict-added-by-them": "衝突: 由他們新增", + "title-conflict-added-by-us": "衝突: 由我們新增", + "title-conflict-both-added": "衝突: 兩者皆新增", + "title-conflict-both-deleted": "衝突: 兩者皆刪除", + "title-conflict-both-modified": "衝突: 兩者皆修改", + "title-conflict-deleted-by-them": "衝突: 由他們刪除", + "title-conflict-deleted-by-us": "衝突: 由我們刪除", + "title-deleted": "已刪除", + "title-ignored": "已忽略", + "title-index-added": "已新增至索引", + "title-index-copied": "已在索引中複製", + "title-index-deleted": "已在索引中刪除", + "title-index-modified": "已在索引中修改", + "title-index-renamed": "已在索引中重新命名", + "title-modified": "已修改", + "title-untracked": "已取消追蹤", + "untracked-char": "A" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/git/browser/views/disabled/disabledView.i18n.json b/i18n/cht/src/vs/workbench/parts/git/browser/views/disabled/disabledView.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/git/browser/views/disabled/disabledView.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/git/browser/views/empty/emptyView.i18n.json b/i18n/cht/src/vs/workbench/parts/git/browser/views/empty/emptyView.i18n.json new file mode 100644 index 00000000000..b203632753f --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/git/browser/views/empty/emptyView.i18n.json @@ -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. +{ + "gitinit": "初始化 Git 儲存機制", + "noGit": "此工作區尚未受 Git 原始檔控制。" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/git/browser/views/gitless/gitlessView.i18n.json b/i18n/cht/src/vs/workbench/parts/git/browser/views/gitless/gitlessView.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/git/browser/views/gitless/gitlessView.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/git/browser/views/notroot/notrootView.i18n.json b/i18n/cht/src/vs/workbench/parts/git/browser/views/notroot/notrootView.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/git/browser/views/notroot/notrootView.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/git/browser/views/noworkspace/noworkspaceView.i18n.json b/i18n/cht/src/vs/workbench/parts/git/browser/views/noworkspace/noworkspaceView.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/git/browser/views/noworkspace/noworkspaceView.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/git/electron-main/askpassService.i18n.json b/i18n/cht/src/vs/workbench/parts/git/electron-main/askpassService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/git/electron-main/askpassService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/git/node/git.lib.i18n.json b/i18n/cht/src/vs/workbench/parts/git/node/git.lib.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/git/node/git.lib.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/html/browser/html.contribution.i18n.json b/i18n/cht/src/vs/workbench/parts/html/browser/html.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/html/browser/html.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/html/browser/htmlPreviewPart.i18n.json b/i18n/cht/src/vs/workbench/parts/html/browser/htmlPreviewPart.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/html/browser/htmlPreviewPart.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/markdown/browser/markdownActions.contribution.i18n.json b/i18n/cht/src/vs/workbench/parts/markdown/browser/markdownActions.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/markdown/browser/markdownActions.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/markdown/browser/markdownActions.i18n.json b/i18n/cht/src/vs/workbench/parts/markdown/browser/markdownActions.i18n.json new file mode 100644 index 00000000000..dffd0367068 --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/markdown/browser/markdownActions.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "openPreview": "開啟預覽" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/markdown/browser/markdownEditorInput.i18n.json b/i18n/cht/src/vs/workbench/parts/markdown/browser/markdownEditorInput.i18n.json new file mode 100644 index 00000000000..512b87c765c --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/markdown/browser/markdownEditorInput.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "preview": "預覽 '{0}'" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/markdown/common/markdownEditorInput.i18n.json b/i18n/cht/src/vs/workbench/parts/markdown/common/markdownEditorInput.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/markdown/common/markdownEditorInput.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/markdown/common/markdownEditorModel.i18n.json b/i18n/cht/src/vs/workbench/parts/markdown/common/markdownEditorModel.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/markdown/common/markdownEditorModel.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/output/browser/output.contribution.i18n.json b/i18n/cht/src/vs/workbench/parts/output/browser/output.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/output/browser/output.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/output/browser/outputActions.contribution.i18n.json b/i18n/cht/src/vs/workbench/parts/output/browser/outputActions.contribution.i18n.json new file mode 100644 index 00000000000..fc511114859 --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/output/browser/outputActions.contribution.i18n.json @@ -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. +{ + "clearOutput.label": "清除輸出", + "viewCategory": "檢視" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/output/browser/outputActions.i18n.json b/i18n/cht/src/vs/workbench/parts/output/browser/outputActions.i18n.json new file mode 100644 index 00000000000..19ee73f20fb --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/output/browser/outputActions.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "clearOutput": "清除輸出", + "outputErrorsBadge": "輸出中有錯誤", + "run": "執行", + "showOutput": "顯示輸出" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/output/browser/outputPanel.i18n.json b/i18n/cht/src/vs/workbench/parts/output/browser/outputPanel.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/output/browser/outputPanel.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/output/common/outputEditorInput.i18n.json b/i18n/cht/src/vs/workbench/parts/output/common/outputEditorInput.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/output/common/outputEditorInput.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/quickopen/browser/commandsHandler.i18n.json b/i18n/cht/src/vs/workbench/parts/quickopen/browser/commandsHandler.i18n.json new file mode 100644 index 00000000000..78e9ebfa358 --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/quickopen/browser/commandsHandler.i18n.json @@ -0,0 +1,17 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "QuickCommandsAction.label": "顯示編輯器命令", + "QuickCommandsEditorAction.label": "顯示編輯器命令", + "actionNotEnabled": "這個內容中未啟用命令 '{0}'。", + "canNotRun": "無法從這裡執行命令 '{0}'。", + "commandsHandlerDescriptionDefault": "顯示並執行命令 (F1)", + "commandsHandlerDescriptionIE": "顯示並執行命令 (Alt+F1)", + "commandsHandlerDescriptionMac": "顯示並執行命令 (Cmd+P)", + "commandsHandlerDescriptionNative": "顯示並執行命令 (Ctrl+P)", + "editorCommandsHandler": "顯示並執行編輯器命令", + "showTriggerActions": "顯示所有命令" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/quickopen/browser/gotoLineHandler.i18n.json b/i18n/cht/src/vs/workbench/parts/quickopen/browser/gotoLineHandler.i18n.json new file mode 100644 index 00000000000..a12abe3b320 --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/quickopen/browser/gotoLineHandler.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "gotoLine": "移至行...", + "gotoLineDescriptionMac": "移至行 (Cmd+G)", + "gotoLineDescriptionWin": "移至行 (Ctrl+G)", + "gotoLineLabel": "移至第 {0} 行", + "gotoLineLabelEmpty": "輸入要瀏覽的行號", + "gotoLineLabelEmptyWithLimit": "輸入介於 1 到 {0} 之間要瀏覽的行號" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/quickopen/browser/gotoSymbolHandler.i18n.json b/i18n/cht/src/vs/workbench/parts/quickopen/browser/gotoSymbolHandler.i18n.json new file mode 100644 index 00000000000..3c0798ad78d --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/quickopen/browser/gotoSymbolHandler.i18n.json @@ -0,0 +1,24 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "GotoSymbolEditorAction.label": "移至符號...", + "_constructor": "建構函式 ({0})", + "call": "呼叫 ({0})", + "class": "類別 ({0})", + "function": "函式 ({0})", + "gotoSymbol": "移至符號...", + "gotoSymbolDescriptionNormalMac": "移至符號 (Cmd+Shift+O、Cmd+Shift+,)", + "gotoSymbolDescriptionNormalWin": "移至符號 (Ctrl+Shift+O、Ctrl+Shift+,)", + "gotoSymbolDescriptionScoped": "移至符號 (依類別)", + "grouplabel": "{0} ({1})", + "interface": "介面 ({0})", + "method": "方法 ({0})", + "modules": "模組 ({0})", + "property": "屬性 ({0})", + "symbols": "符號 ({0})", + "variable": "變數 ({0})", + "variable2": "變數 ({0})" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/quickopen/browser/helpHandler.i18n.json b/i18n/cht/src/vs/workbench/parts/quickopen/browser/helpHandler.i18n.json new file mode 100644 index 00000000000..6df8dee9d9b --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/quickopen/browser/helpHandler.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "editorCommands": "編輯器命令", + "globalCommands": "全域命令", + "helpDescription": "顯示說明" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/quickopen/browser/markersHandler.i18n.json b/i18n/cht/src/vs/workbench/parts/quickopen/browser/markersHandler.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/quickopen/browser/markersHandler.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/quickopen/browser/quickopen.contribution.i18n.json b/i18n/cht/src/vs/workbench/parts/quickopen/browser/quickopen.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/quickopen/browser/quickopen.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/search/browser/openAnythingHandler.i18n.json b/i18n/cht/src/vs/workbench/parts/search/browser/openAnythingHandler.i18n.json new file mode 100644 index 00000000000..13a9d45d8f8 --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/search/browser/openAnythingHandler.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "fileAndTypeResults": "檔案和符號結果" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/search/browser/openFileHandler.i18n.json b/i18n/cht/src/vs/workbench/parts/search/browser/openFileHandler.i18n.json new file mode 100644 index 00000000000..251a10d5f71 --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/search/browser/openFileHandler.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "searchResults": "搜尋結果" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/search/browser/openSymbolHandler.i18n.json b/i18n/cht/src/vs/workbench/parts/search/browser/openSymbolHandler.i18n.json new file mode 100644 index 00000000000..8ebdbc401ea --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/search/browser/openSymbolHandler.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "symbols": "符號結果" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/search/browser/search.contribution.i18n.json b/i18n/cht/src/vs/workbench/parts/search/browser/search.contribution.i18n.json new file mode 100644 index 00000000000..15c73b45737 --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/search/browser/search.contribution.i18n.json @@ -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. +{ + "excludeFolders": "在工作區中執行全文檢索搜尋時要排除的資料夾。", + "findInFolder": "在資料夾中尋找", + "name": "搜尋", + "openAnythingHandlerDescriptionMac": "依名稱開啟檔案和符號 (Cmd+O、Cmd+,)", + "openAnythingHandlerDescriptionWin": "依名稱開啟檔案和符號 (Ctrl+O、Ctrl+,)", + "searchConfigurationDescription": "這是用來設定搜尋相關設定。", + "searchConfigurationTitle": "搜尋組態", + "showSearchViewlet": "顯示 [搜尋] Viewlet" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/search/browser/searchViewlet.i18n.json b/i18n/cht/src/vs/workbench/parts/search/browser/searchViewlet.i18n.json new file mode 100644 index 00000000000..8fa5d3339e2 --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/search/browser/searchViewlet.i18n.json @@ -0,0 +1,31 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "CollapseAllAction.label": "摺疊", + "RefreshAction.label": "重新整理", + "RemoveAction.label": "移除", + "SelectOrRemoveAction.removeLabel": "移除", + "SelectOrRemoveAction.selectLabel": "選取", + "findInFolder": "在資料夾中尋找", + "inputFileTypes": "如 *.js", + "inputFolderExclusions": "如 folder1、folder2", + "inputFolderIncludes": "如 folder1、folder2", + "label.Search": "搜尋字詞", + "noResults": "找不到結果", + "noResultsConfiguredExcludes": "找不到任何結果。目前的設定會排除某些資料夾。", + "noResultsExcludes": "找不到排除資料夾 '{0}' - 之外的結果", + "noResultsIncludes": "'{0}' 中沒有結果 - ", + "noResultsIncludesPatterns": "檔名為 '{1}' 的 '{0}' 中沒有結果 - ", + "noResultsPatterns": "檔名 '{0}' 沒有結果 - ", + "regexp.validationFailure": "運算式符合所有項目", + "rerunSearch.message": "在所有檔案中再次搜尋", + "searchMatch": "找到 {0} 個符合項", + "searchMatches": "找到 {0} 個符合項", + "searchMaxResultsWarning": "結果集只包含所有符合項的子集。請提供更具體的搜尋條件以縮小結果範圍。", + "searchScope.files": "要搜尋的檔案", + "searchScope.folders": "要排除的資料夾", + "searchScope.include.folders": "要包含的資料夾" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/snippets/electron-browser/snippets.contribution.i18n.json b/i18n/cht/src/vs/workbench/parts/snippets/electron-browser/snippets.contribution.i18n.json new file mode 100644 index 00000000000..7441d9216b4 --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/snippets/electron-browser/snippets.contribution.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "openSnippet.errorOnCreate": "無法建立 {0}", + "openSnippet.label": "程式碼片段", + "openSnippet.pickLanguage": "為程式碼片段選取語言", + "preferences": "喜好設定" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/tasks/browser/processRunnerDetector.i18n.json b/i18n/cht/src/vs/workbench/parts/tasks/browser/processRunnerDetector.i18n.json new file mode 100644 index 00000000000..8f391db5d9d --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/tasks/browser/processRunnerDetector.i18n.json @@ -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. +{ + "TaskSystemDetector.noGulpTasks": "正在執行 Gulp --tasks-simple 未列出任何工作。是否已執行 npm 安裝?", + "TaskSystemDetector.noJakeTasks": "正在執行 Jake --tasks 未列出任何工作。是否未執行 npm 安裝?" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/tasks/browser/taskQuickOpen.i18n.json b/i18n/cht/src/vs/workbench/parts/tasks/browser/taskQuickOpen.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/tasks/browser/taskQuickOpen.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/tasks/electron-browser/task.contribution.i18n.json b/i18n/cht/src/vs/workbench/parts/tasks/electron-browser/task.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/tasks/electron-browser/task.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/tasks/node/processRunnerConfiguration.i18n.json b/i18n/cht/src/vs/workbench/parts/tasks/node/processRunnerConfiguration.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/tasks/node/processRunnerConfiguration.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/tasks/node/processRunnerDetector.i18n.json b/i18n/cht/src/vs/workbench/parts/tasks/node/processRunnerDetector.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/tasks/node/processRunnerDetector.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/tasks/node/processRunnerSystem.i18n.json b/i18n/cht/src/vs/workbench/parts/tasks/node/processRunnerSystem.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/tasks/node/processRunnerSystem.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/themes/electron-browser/themes.contribution.i18n.json b/i18n/cht/src/vs/workbench/parts/themes/electron-browser/themes.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/themes/electron-browser/themes.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/services/files/electron-browser/fileService.i18n.json b/i18n/cht/src/vs/workbench/services/files/electron-browser/fileService.i18n.json new file mode 100644 index 00000000000..c999acd39d3 --- /dev/null +++ b/i18n/cht/src/vs/workbench/services/files/electron-browser/fileService.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "trashFailed": "無法將 '{0}' 移動至垃圾" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/services/files/node/fileService.i18n.json b/i18n/cht/src/vs/workbench/services/files/node/fileService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/workbench/services/files/node/fileService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/services/history/browser/history.i18n.json b/i18n/cht/src/vs/workbench/services/history/browser/history.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/workbench/services/history/browser/history.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json b/i18n/cht/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/services/lifecycle/common/lifecycleService.i18n.json b/i18n/cht/src/vs/workbench/services/lifecycle/common/lifecycleService.i18n.json new file mode 100644 index 00000000000..cee5ef7d188 --- /dev/null +++ b/i18n/cht/src/vs/workbench/services/lifecycle/common/lifecycleService.i18n.json @@ -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. +{ + "primaryButton": "取消", + "secondaryButton": "離開" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/services/message/browser/messageService.i18n.json b/i18n/cht/src/vs/workbench/services/message/browser/messageService.i18n.json new file mode 100644 index 00000000000..2014961773f --- /dev/null +++ b/i18n/cht/src/vs/workbench/services/message/browser/messageService.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "closeMessages": "關閉通知訊息" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/services/message/electron-browser/messageService.i18n.json b/i18n/cht/src/vs/workbench/services/message/electron-browser/messageService.i18n.json new file mode 100644 index 00000000000..8a6385f79ed --- /dev/null +++ b/i18n/cht/src/vs/workbench/services/message/electron-browser/messageService.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "yesButton": "是" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/services/request/node/requestService.i18n.json b/i18n/cht/src/vs/workbench/services/request/node/requestService.i18n.json new file mode 100644 index 00000000000..b0dd5d6e06d --- /dev/null +++ b/i18n/cht/src/vs/workbench/services/request/node/requestService.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "httpConfigurationTitle": "HTTP 組態", + "localFileNotFound": "找不到檔案", + "proxy": "要使用的 Proxy 設定。如果未設定,會從 http_proxy 與 https_proxy 環境變數取得設定。" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/services/themes/node/themeService.i18n.json b/i18n/cht/src/vs/workbench/services/themes/node/themeService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/cht/src/vs/workbench/services/themes/node/themeService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/services/thread/electron-browser/threadService.i18n.json b/i18n/cht/src/vs/workbench/services/thread/electron-browser/threadService.i18n.json new file mode 100644 index 00000000000..355d2b7a162 --- /dev/null +++ b/i18n/cht/src/vs/workbench/services/thread/electron-browser/threadService.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "pluginHostProcess.crash": "嚴重: 外掛程式主機處理序已損毀。目前無法從此錯誤中復原。請重新載入。" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/ui/parts/editor/quickstart.i18n.json b/i18n/cht/src/vs/workbench/ui/parts/editor/quickstart.i18n.json new file mode 100644 index 00000000000..47bef617f79 --- /dev/null +++ b/i18n/cht/src/vs/workbench/ui/parts/editor/quickstart.i18n.json @@ -0,0 +1,19 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "previewTitle": "服務處於預覽模式。請提交您的意見反應,感謝您協助我們建置絕佳的服務。", + "quickStartCaption1Body": "使用 Git 可以將程式碼複製到您的網站、管理變更並推送至生產環境", + "quickStartCaption1Title": "原始檔控制", + "quickStartCaption2Body": "使用 {0} 快速尋找檔案。您也可以使用 Ctrl+Q 來檢視最近的記錄。", + "quickStartCaption2Title": "快速開啟", + "quickStartCaption3Body": "並排檢視另一個檔案上下文", + "quickStartCaption3Title": "並排", + "quickStartCaption4Body": "檔案會自動在背景中儲存", + "quickStartCaption4Title": "自動儲存", + "quickStartSection1Title": "關於這個環境的 4 個重要秘訣", + "quickStartTitle": "快速入門", + "quickStartVideoLink": "至 Channel9 檢視更多相關秘訣" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/ui/parts/editor/resourceDiffEditor.i18n.json b/i18n/cht/src/vs/workbench/ui/parts/editor/resourceDiffEditor.i18n.json new file mode 100644 index 00000000000..827d12c15f4 --- /dev/null +++ b/i18n/cht/src/vs/workbench/ui/parts/editor/resourceDiffEditor.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "binaryDiffEditor": "二進位差異檢視器" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/ui/parts/editor/resourceEditor.i18n.json b/i18n/cht/src/vs/workbench/ui/parts/editor/resourceEditor.i18n.json new file mode 100644 index 00000000000..cadfb0621be --- /dev/null +++ b/i18n/cht/src/vs/workbench/ui/parts/editor/resourceEditor.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "binaryEditor": "二進位檢視器" +} \ No newline at end of file diff --git a/i18n/deu/extensions/typescript/package.i18n.json b/i18n/deu/extensions/typescript/package.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/extensions/typescript/package.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/base/browser/ui/actionbar/actionbar.i18n.json b/i18n/deu/src/vs/base/browser/ui/actionbar/actionbar.i18n.json new file mode 100644 index 00000000000..b22a00ac2a4 --- /dev/null +++ b/i18n/deu/src/vs/base/browser/ui/actionbar/actionbar.i18n.json @@ -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. +{ + "actionBarAccessibleLabel": "Aktionsleiste", + "titleLabel": "{0} ({1})" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/base/browser/ui/aria/aria.i18n.json b/i18n/deu/src/vs/base/browser/ui/aria/aria.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/base/browser/ui/aria/aria.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/base/browser/ui/findinput/findInput.i18n.json b/i18n/deu/src/vs/base/browser/ui/findinput/findInput.i18n.json new file mode 100644 index 00000000000..a5ca568ba06 --- /dev/null +++ b/i18n/deu/src/vs/base/browser/ui/findinput/findInput.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "caseDescription": "Groß-/Kleinschreibung beachten", + "defaultLabel": "Eingabe", + "regexDescription": "Regulären Ausdruck verwenden", + "wordsDescription": "Nur ganzes Wort suchen" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/base/browser/ui/inputbox/inputBox.i18n.json b/i18n/deu/src/vs/base/browser/ui/inputbox/inputBox.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/base/browser/ui/inputbox/inputBox.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/base/browser/ui/messagelist/messageList.i18n.json b/i18n/deu/src/vs/base/browser/ui/messagelist/messageList.i18n.json new file mode 100644 index 00000000000..ebc7fe4ee99 --- /dev/null +++ b/i18n/deu/src/vs/base/browser/ui/messagelist/messageList.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "close": "Schließen", + "error": "Fehler", + "info": "Info", + "warning": "Warnen" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/base/browser/ui/resourceviewer/resourceViewer.i18n.json b/i18n/deu/src/vs/base/browser/ui/resourceviewer/resourceViewer.i18n.json new file mode 100644 index 00000000000..a0f49de76c7 --- /dev/null +++ b/i18n/deu/src/vs/base/browser/ui/resourceviewer/resourceViewer.i18n.json @@ -0,0 +1,12 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "clickToOpen": "Klicken Sie, um das Bild in voller Größe in einem neuen Fenster zu öffnen", + "downloadBinary": "Die Datei kann nicht im Editor angezeigt werden, da sie binär ist oder eine nicht unterstützte Textcodierung verwendet. Klicken Sie auf den folgenden Link, um die Datei im Browser zu öffnen oder herunterzuladen: ", + "missingAudioSupport": "Wiedergabe von Audiodateien wird nicht unterstützt.", + "missingVideoSupport": "Wiedergabe von Audiodateien wird nicht unterstützt.", + "nativeBinaryError": "Die Datei kann nicht im Editor angezeigt werden, da sie binär oder sehr groß ist oder eine nicht unterstützte Textcodierung verwendet." +} \ No newline at end of file diff --git a/i18n/deu/src/vs/base/browser/ui/toolbar/toolbar.i18n.json b/i18n/deu/src/vs/base/browser/ui/toolbar/toolbar.i18n.json new file mode 100644 index 00000000000..3d6c869c69a --- /dev/null +++ b/i18n/deu/src/vs/base/browser/ui/toolbar/toolbar.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "more": "Weitere Informationen" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/base/common/errors.i18n.json b/i18n/deu/src/vs/base/common/errors.i18n.json new file mode 100644 index 00000000000..ef7873ec0c2 --- /dev/null +++ b/i18n/deu/src/vs/base/common/errors.i18n.json @@ -0,0 +1,23 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "error.connection.unknown": "Es ist ein unbekannter Verbindungsfehler aufgetreten. Entweder besteht keine Internetverbindung mehr, oder der verbundene Server ist offline.", + "error.connection.unknown.verbose": "Unbekannter Verbindungsfehler ({0})", + "error.defaultMessage": "Ein unbekannter Fehler ist aufgetreten. Weitere Details dazu finden Sie im Protokoll.", + "error.http": "{0} (HTTP {1})", + "error.http.verbose": "{0} (HTTP {1}: {2})", + "error.permission": "Berechtigung verweigert", + "error.permission.verbose": "Berechtigung verweigert (HTTP {0})", + "illegalArgumentError": "ungültiges Argument: {0}", + "illegalArgumentError2": "ungültiges Argument", + "illegalStateError": "ungültiger Status: {0}", + "illegalStateError2": "ungültiger Status", + "loaderError": "Eine erforderliche Datei konnte nicht geladen werden. Entweder sind Sie nicht mehr mit dem Internet verbunden oder der verbundene Server ist offline. Aktualisieren Sie den Browser, und wiederholen Sie den Vorgang.", + "loaderErrorNative": "Fehler beim Laden einer erforderlichen Datei. Bitte starten Sie die Anwendung neu, und versuchen Sie es dann erneut. Details: {0}", + "message": "{0}. Fehlercode: {1}", + "notImplementedError": "Nicht implementiert", + "stackTrace.format": "{0}: {1}" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/base/common/json.i18n.json b/i18n/deu/src/vs/base/common/json.i18n.json new file mode 100644 index 00000000000..1b9d0a87f65 --- /dev/null +++ b/i18n/deu/src/vs/base/common/json.i18n.json @@ -0,0 +1,17 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "CloseBraceExpected": "Schließende geschweifte Klammer erwartet", + "CloseBracketExpected": "Schließende Klammer erwartet", + "ColonExpected": "Doppelpunkt erwartet", + "CommaExpected": "Komma erwartet", + "EOFExpected": "Inhaltsende erwartet", + "InvalidNumberFormat": "Ungültiges Zahlenformat", + "PropertyExpected": "Eigenschaftsname erwartet", + "UnknownSymbol": "Ungültiges Symbol", + "ValeExpected": "Wert erwartet", + "ValueExpected": "Wert erwartet" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/base/common/keyCodes.i18n.json b/i18n/deu/src/vs/base/common/keyCodes.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/base/common/keyCodes.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/base/common/processes.i18n.json b/i18n/deu/src/vs/base/common/processes.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/base/common/processes.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/base/common/severity.i18n.json b/i18n/deu/src/vs/base/common/severity.i18n.json new file mode 100644 index 00000000000..534a405be00 --- /dev/null +++ b/i18n/deu/src/vs/base/common/severity.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "sev.error": "Fehler", + "sev.info": "Info", + "sev.warning": "Warnung" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/base/common/strings.i18n.json b/i18n/deu/src/vs/base/common/strings.i18n.json new file mode 100644 index 00000000000..afad10ce9cc --- /dev/null +++ b/i18n/deu/src/vs/base/common/strings.i18n.json @@ -0,0 +1,22 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "diff.days": "{0} T", + "diff.days.month": "vor einem Monat", + "diff.days.verbose": "Vor {0} Tagen", + "diff.days.week": "vor einer Woche", + "diff.days.yesterday": "gestern", + "diff.hour.verbose": "Vor 1 Stunde", + "diff.hours": "{0} h", + "diff.hours.verbose": "Vor {0} Stunden", + "diff.minute.verbose": "vor 1 Minute", + "diff.minutes": "{0} m", + "diff.minutes.verbose": "vor {0} Minuten", + "diff.seconds": "{0} s", + "diff.seconds.verbose": "aktuell", + "format.date": "{0}-{1}-{2} {3}:{4}:{5}", + "format.time": "{0}:{1}:{2}" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/base/node/processRunner.i18n.json b/i18n/deu/src/vs/base/node/processRunner.i18n.json new file mode 100644 index 00000000000..c1184828ab6 --- /dev/null +++ b/i18n/deu/src/vs/base/node/processRunner.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "TaskRunner.UNC": "Ein Shell-Befehl kann nicht auf einem UNC-Laufwerk ausgeführt werden." +} \ No newline at end of file diff --git a/i18n/deu/src/vs/base/node/processes.i18n.json b/i18n/deu/src/vs/base/node/processes.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/base/node/processes.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/base/node/zip.i18n.json b/i18n/deu/src/vs/base/node/zip.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/base/node/zip.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/base/parts/quickopen/browser/quickOpenModel.i18n.json b/i18n/deu/src/vs/base/parts/quickopen/browser/quickOpenModel.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/base/parts/quickopen/browser/quickOpenModel.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/base/parts/quickopen/browser/quickOpenWidget.i18n.json b/i18n/deu/src/vs/base/parts/quickopen/browser/quickOpenWidget.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/base/parts/quickopen/browser/quickOpenWidget.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/base/performance/timer.i18n.json b/i18n/deu/src/vs/base/performance/timer.i18n.json new file mode 100644 index 00000000000..61dbe44423f --- /dev/null +++ b/i18n/deu/src/vs/base/performance/timer.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "startAfterStopError": "Aus einem angehaltenen Timer kann kein neuer Timer gestartet werden." +} \ No newline at end of file diff --git a/i18n/deu/src/vs/base/ui/widgets/comboBox.i18n.json b/i18n/deu/src/vs/base/ui/widgets/comboBox.i18n.json new file mode 100644 index 00000000000..dcda5fe7bbc --- /dev/null +++ b/i18n/deu/src/vs/base/ui/widgets/comboBox.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "empty": "&mdash;", + "error": "Fehler beim Laden der Optionen", + "loading": "Wird geladen&hellip;" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/base/ui/widgets/credentials.i18n.json b/i18n/deu/src/vs/base/ui/widgets/credentials.i18n.json new file mode 100644 index 00000000000..a0f190f811b --- /dev/null +++ b/i18n/deu/src/vs/base/ui/widgets/credentials.i18n.json @@ -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. +{ + "cancel": "Abbrechen", + "credentialsRequired": "Diese Git-URL erfordert Ihre Authentifizierung:", + "label.password": "Kennwort", + "label.remember": "Kennwort speichern", + "label.username": "Benutzername", + "ok": "OK", + "rememberDisclaimerFullAccessibleText": "Speichern Sie die Anmeldeinformationen. Durch Speichern des Kennworts werden diese Informationen innerhalb Ihrer Azure-Website gespeichert. Das bedeutet, dass jeder Benutzer mit FTP-Zugriff auf Ihre Website Ihr Kennwort abrufen kann.", + "rememberDisclaimerTooltip": "Durch Speichern des Kennworts werden diese Informationen innerhalb Ihrer Azure-Website gespeichert. Das bedeutet, dass jeder Benutzer mit FTP-Zugriff auf Ihre Website Ihr Kennwort abrufen kann." +} \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/browser/view/viewImpl.i18n.json b/i18n/deu/src/vs/editor/browser/view/viewImpl.i18n.json new file mode 100644 index 00000000000..2e06d6b808a --- /dev/null +++ b/i18n/deu/src/vs/editor/browser/view/viewImpl.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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 diff --git a/i18n/deu/src/vs/editor/common/commonCodeEditor.i18n.json b/i18n/deu/src/vs/editor/common/commonCodeEditor.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/editor/common/commonCodeEditor.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/common/config/commonEditorConfig.i18n.json b/i18n/deu/src/vs/editor/common/config/commonEditorConfig.i18n.json new file mode 100644 index 00000000000..ead4f594c9d --- /dev/null +++ b/i18n/deu/src/vs/editor/common/config/commonEditorConfig.i18n.json @@ -0,0 +1,30 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "autoClosingBrackets": "Steuert, ob der Editor Klammern automatisch nach dem Öffnen schließt.", + "editorConfigurationTitle": "Editor-Konfiguration", + "fontFamily": "Steuert die Schriftfamilie.", + "fontSize": "Steuert den Schriftgrad.", + "formatOnType": "Steuert, ob der Editor Zeilen automatisch nach der Eingabe formatiert.", + "glyphMargin": "Steuert die Sichtbarkeit des Glyphenrands.", + "hideCursorInOverviewRuler": "Steuert die Sichtbarkeit des Cursors im Übersichtslineal.", + "insertSpaces": "Steuert, ob der Editor Leerzeichen für Tabstopps einfügt. Zulässige Werte: \"auto\", true, false. Wenn \"auto festgelegt ist, wird der Wert beim Öffnen einer Datei geschätzt.", + "lineHeight": "Steuert die Zeilenhöhe.", + "lineNumbers": "Steuert die Sichtbarkeit der Zeilennummern.", + "mouseWheelScrollSensitivity": "Ein Multiplikator, der für die Mausrad-Bildlaufereignisse \"deltaX\" und \"deltaY\" verwendet werden soll.", + "overviewRulerLanes": "Steuert die Anzahl von Dekorationen, die an derselben Position im Übersichtslineal angezeigt werden.", + "quickSuggestions": "Steuert, ob Schnellvorschläge während der Eingabe angezeigt werden.", + "quickSuggestionsDelay": "Steuert die Verzögerung in ms für die Anzeige der Schnellvorschläge.", + "referenceInfos": "Steuert, ob der Editor Verweisinformationen zu den Modi anzeigt, die dies unterstützen.", + "renderWhitespace": "Steuert, ob der Editor Leerzeichen rendert.", + "roundedSelection": "Steuert, ob die Auswahl runde Ecken aufweist.", + "scrollBeyondLastLine": "Legt fest, ob der Editor Bildläufe über die letzte Zeile hinaus ausführt.", + "selectionHighlight": "Steuert, ob der Editor der Auswahl ähnelnde Übereinstimmungen hervorheben soll.", + "suggestOnTriggerCharacters": "Steuert, ob Vorschläge automatisch bei der Eingabe von Triggerzeichen angezeigt werden.", + "tabSize": "Steuert die Renderinggröße von Tabstopps in Zeichen. Zulässige Werte: \"auto\", 2, 4, 6 usw. Wenn \"auto festgelegt ist, wird der Wert beim Öffnen einer Datei geschätzt.", + "wrappingColumn": "Steuert, nach wie vielen Zeichen der Editor einen Umbruch in die nächste Zeile ausführt. Durch das Festlegen auf 0 wird der Umbruch auf Viewportbreite aktiviert.", + "wrappingIndent": "Steuert den Einzug der umbrochenen Zeilen. Der Wert kann \"none\", \"same\" oder \"indent\" sein." +} \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/common/config/defaultConfig.i18n.json b/i18n/deu/src/vs/editor/common/config/defaultConfig.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/editor/common/config/defaultConfig.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/common/controller/cursor.i18n.json b/i18n/deu/src/vs/editor/common/controller/cursor.i18n.json new file mode 100644 index 00000000000..3787e701951 --- /dev/null +++ b/i18n/deu/src/vs/editor/common/controller/cursor.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "corrupt.commands": "Unerwartete Ausnahme beim Ausführen des Befehls." +} \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/common/model/textModelWithTokens.i18n.json b/i18n/deu/src/vs/editor/common/model/textModelWithTokens.i18n.json new file mode 100644 index 00000000000..9facc3bb9ad --- /dev/null +++ b/i18n/deu/src/vs/editor/common/model/textModelWithTokens.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "mode.tokenizationSupportFailed": "Fehler des Modus bei der Tokenumwandlung der Eingabe." +} \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/common/services/bulkEdit.i18n.json b/i18n/deu/src/vs/editor/common/services/bulkEdit.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/editor/common/services/bulkEdit.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/common/services/modeServiceImpl.i18n.json b/i18n/deu/src/vs/editor/common/services/modeServiceImpl.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/editor/common/services/modeServiceImpl.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/contrib/accessibility/browser/accessibility.i18n.json b/i18n/deu/src/vs/editor/contrib/accessibility/browser/accessibility.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/editor/contrib/accessibility/browser/accessibility.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/contrib/clipboard/browser/clipboard.i18n.json b/i18n/deu/src/vs/editor/contrib/clipboard/browser/clipboard.i18n.json new file mode 100644 index 00000000000..74f0d288392 --- /dev/null +++ b/i18n/deu/src/vs/editor/contrib/clipboard/browser/clipboard.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "actions.clipboard.copyLabel": "Kopieren", + "actions.clipboard.cutLabel": "Ausschneiden", + "actions.clipboard.pasteLabel": "Einfügen" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/contrib/codelens/browser/codelens.i18n.json b/i18n/deu/src/vs/editor/contrib/codelens/browser/codelens.i18n.json new file mode 100644 index 00000000000..422a616fa7a --- /dev/null +++ b/i18n/deu/src/vs/editor/contrib/codelens/browser/codelens.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "n_references": "{0}&nbsp;Verweise", + "one_reference": "1;nbsp;Verweis", + "unknown_reference": "-;nbsp;Verweise" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/contrib/color/colorPicker.i18n.json b/i18n/deu/src/vs/editor/contrib/color/colorPicker.i18n.json new file mode 100644 index 00000000000..67712637108 --- /dev/null +++ b/i18n/deu/src/vs/editor/contrib/color/colorPicker.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "color.action.label": "Aktion \"Farbauswahl\"" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/contrib/comment/common/comment.i18n.json b/i18n/deu/src/vs/editor/contrib/comment/common/comment.i18n.json new file mode 100644 index 00000000000..13fc7c97f05 --- /dev/null +++ b/i18n/deu/src/vs/editor/contrib/comment/common/comment.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "comment.block": "Blockkommentar umschalten", + "comment.line": "Zeilenkommentar umschalten", + "comment.line.add": "Zeilenkommentar hinzufügen", + "comment.line.remove": "Zeilenkommentar entfernen" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/contrib/contextmenu/browser/contextmenu.i18n.json b/i18n/deu/src/vs/editor/contrib/contextmenu/browser/contextmenu.i18n.json new file mode 100644 index 00000000000..2b06743ac4a --- /dev/null +++ b/i18n/deu/src/vs/editor/contrib/contextmenu/browser/contextmenu.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "action.showContextMenu.label": "Editor-Kontextmenü anzeigen" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/contrib/defineKeybinding/browser/defineKeybinding.i18n.json b/i18n/deu/src/vs/editor/contrib/defineKeybinding/browser/defineKeybinding.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/editor/contrib/defineKeybinding/browser/defineKeybinding.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/contrib/find/browser/find.i18n.json b/i18n/deu/src/vs/editor/contrib/find/browser/find.i18n.json new file mode 100644 index 00000000000..212c543c1f2 --- /dev/null +++ b/i18n/deu/src/vs/editor/contrib/find/browser/find.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "addSelectionToNextFindMatch": "Auswahl zur nächsten Übereinstimmungssuche hinzufügen", + "findNextMatchAction": "Weitersuchen", + "findPreviousMatchAction": "Vorheriges suchen", + "moveSelectionToNextFindMatch": "Auswahl in nächste Übereinstimmungssuche verschieben", + "selectAllOccurencesOfFindMatch": "Alle Übereinstimmungssuchen auswählen", + "startFindAction": "Suchen", + "startReplace": "Ersetzen" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/contrib/find/browser/findWidget.i18n.json b/i18n/deu/src/vs/editor/contrib/find/browser/findWidget.i18n.json new file mode 100644 index 00000000000..edf23886cb8 --- /dev/null +++ b/i18n/deu/src/vs/editor/contrib/find/browser/findWidget.i18n.json @@ -0,0 +1,18 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "label.closeButton": "Schließen (Escape)", + "label.find": "Suchen", + "label.nextMatchButton": "Nächste Übereinstimmung (F3)", + "label.previousMatchButton": "Vorherige Übereinstimmung (Umschalt+F3)", + "label.replace": "Ersetzen", + "label.replaceAllButton": "Alle ersetzen", + "label.replaceButton": "Ersetzen", + "label.toggleReplaceButton": "Ersetzen-Modus wechseln", + "label.toggleSelectionFind": "In Auswahl suchen", + "placeholder.find": "Suchen", + "placeholder.replace": "Ersetzen" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/contrib/find/common/findController.i18n.json b/i18n/deu/src/vs/editor/contrib/find/common/findController.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/editor/contrib/find/common/findController.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/contrib/find2/find.i18n.json b/i18n/deu/src/vs/editor/contrib/find2/find.i18n.json new file mode 100644 index 00000000000..4b741bb8a5d --- /dev/null +++ b/i18n/deu/src/vs/editor/contrib/find2/find.i18n.json @@ -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. +{ + "disableSelectionFindAction": "Suche in Auswahl deaktivieren", + "enableSelectionFindAction": "Suche in Auswahl aktivieren", + "findNextMatchAction": "Weitersuchen", + "findPreviousMatchAction": "Vorheriges suchen", + "replace.replaceAll": "Alle Instanzen ersetzen", + "replace.replaceThis": "Diese Instanz ersetzen", + "startFindAction": "Suchen", + "startReplace": "Ersetzen" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/contrib/find2/findInput/findInput.i18n.json b/i18n/deu/src/vs/editor/contrib/find2/findInput/findInput.i18n.json new file mode 100644 index 00000000000..a5ca568ba06 --- /dev/null +++ b/i18n/deu/src/vs/editor/contrib/find2/findInput/findInput.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "caseDescription": "Groß-/Kleinschreibung beachten", + "defaultLabel": "Eingabe", + "regexDescription": "Regulären Ausdruck verwenden", + "wordsDescription": "Nur ganzes Wort suchen" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/contrib/find2/findWidget/findWidget.i18n.json b/i18n/deu/src/vs/editor/contrib/find2/findWidget/findWidget.i18n.json new file mode 100644 index 00000000000..edf23886cb8 --- /dev/null +++ b/i18n/deu/src/vs/editor/contrib/find2/findWidget/findWidget.i18n.json @@ -0,0 +1,18 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "label.closeButton": "Schließen (Escape)", + "label.find": "Suchen", + "label.nextMatchButton": "Nächste Übereinstimmung (F3)", + "label.previousMatchButton": "Vorherige Übereinstimmung (Umschalt+F3)", + "label.replace": "Ersetzen", + "label.replaceAllButton": "Alle ersetzen", + "label.replaceButton": "Ersetzen", + "label.toggleReplaceButton": "Ersetzen-Modus wechseln", + "label.toggleSelectionFind": "In Auswahl suchen", + "placeholder.find": "Suchen", + "placeholder.replace": "Ersetzen" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/contrib/folding/browser/folding.i18n.json b/i18n/deu/src/vs/editor/contrib/folding/browser/folding.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/editor/contrib/folding/browser/folding.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/contrib/format/common/format.i18n.json b/i18n/deu/src/vs/editor/contrib/format/common/format.i18n.json new file mode 100644 index 00000000000..49daaa9337a --- /dev/null +++ b/i18n/deu/src/vs/editor/contrib/format/common/format.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "formatAction.label": "Formatcode" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/contrib/format/common/formatActions.i18n.json b/i18n/deu/src/vs/editor/contrib/format/common/formatActions.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/editor/contrib/format/common/formatActions.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json b/i18n/deu/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json new file mode 100644 index 00000000000..4b1b95cdd12 --- /dev/null +++ b/i18n/deu/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "actions.goToDecl.label": "Gehe zu Definition", + "actions.gotoTypeDecl.label": "Gehe zu Typdefinition", + "actions.previewDecl.label": "Peek-Definition", + "peekView.alternateTitle": "Deklaration" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/contrib/gotoError/browser/gotoError.i18n.json b/i18n/deu/src/vs/editor/contrib/gotoError/browser/gotoError.i18n.json new file mode 100644 index 00000000000..7838a8ee7a5 --- /dev/null +++ b/i18n/deu/src/vs/editor/contrib/gotoError/browser/gotoError.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "markerAction.next.label": "Gehe zum nächsten Fehler oder zur nächsten Warnung", + "markerAction.previous.label": "Gehe zum vorherigen Fehler oder zur vorherigen Warnung", + "quickfix.multiple.label": "Empfohlene Fehlerbehebungen: ", + "quickfix.single.label": "Empfohlene Fehlerbehebung: " +} \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/contrib/hover/browser/hover.i18n.json b/i18n/deu/src/vs/editor/contrib/hover/browser/hover.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/editor/contrib/hover/browser/hover.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/contrib/hover/browser/modesContentHover.i18n.json b/i18n/deu/src/vs/editor/contrib/hover/browser/modesContentHover.i18n.json new file mode 100644 index 00000000000..ea967cba995 --- /dev/null +++ b/i18n/deu/src/vs/editor/contrib/hover/browser/modesContentHover.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "modesContentHover.loading": "Wird geladen ..." +} \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/contrib/inEditorActions/inEditorActions.i18n.json b/i18n/deu/src/vs/editor/contrib/inEditorActions/inEditorActions.i18n.json new file mode 100644 index 00000000000..243183c0c11 --- /dev/null +++ b/i18n/deu/src/vs/editor/contrib/inEditorActions/inEditorActions.i18n.json @@ -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. +{ + "editorActionArrowAccessibleLabel": "Aktionen für geöffneten Editor", + "ineditor.menu.keybinding": "{0} ({1})" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/contrib/inPlaceReplace/common/inPlaceReplace.i18n.json b/i18n/deu/src/vs/editor/contrib/inPlaceReplace/common/inPlaceReplace.i18n.json new file mode 100644 index 00000000000..4eea2d84c63 --- /dev/null +++ b/i18n/deu/src/vs/editor/contrib/inPlaceReplace/common/inPlaceReplace.i18n.json @@ -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. +{ + "InPlaceReplaceAction.next.label": "Durch nächsten Wert ersetzen", + "InPlaceReplaceAction.previous.label": "Durch vorherigen Wert ersetzen" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/contrib/indentation/common/indentation.i18n.json b/i18n/deu/src/vs/editor/contrib/indentation/common/indentation.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/editor/contrib/indentation/common/indentation.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/contrib/linesOperations/common/linesOperations.i18n.json b/i18n/deu/src/vs/editor/contrib/linesOperations/common/linesOperations.i18n.json new file mode 100644 index 00000000000..36e57586bbb --- /dev/null +++ b/i18n/deu/src/vs/editor/contrib/linesOperations/common/linesOperations.i18n.json @@ -0,0 +1,17 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "lines.copyDown": "Zeile nach unten kopieren", + "lines.copyUp": "Zeile nach oben kopieren", + "lines.delete": "Zeile löschen", + "lines.indent": "Zeileneinzug", + "lines.insertAfter": "Zeile unten einfügen", + "lines.insertBefore": "Zeile oben einfügen", + "lines.moveDown": "Zeile nach unten verschieben", + "lines.moveUp": "Zeile nach oben verschieben", + "lines.outdent": "Zeile ausrücken", + "lines.trimTrailingWhitespace": "Nachgestelltes Leerzeichen kürzen" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/contrib/links/browser/links.i18n.json b/i18n/deu/src/vs/editor/contrib/links/browser/links.i18n.json new file mode 100644 index 00000000000..7549500037e --- /dev/null +++ b/i18n/deu/src/vs/editor/contrib/links/browser/links.i18n.json @@ -0,0 +1,12 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "label": "Link öffnen", + "links.navigate": "STRG + Mausklick zum Aufrufen des Links", + "links.navigate.editor": "STRG + Klicken zum Öffnen (STRG + ALT + Klicken, um zur Seite zu öffnen)", + "links.navigate.editor.mac": "CMD + Klicken zum Öffnen (CMD + Option + Klicken, um zur Seite zu öffnen)", + "links.navigate.mac": "BEFEHLSTASTE + Mausklick zum Aufrufen des Links" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json b/i18n/deu/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json new file mode 100644 index 00000000000..d9f646c3f88 --- /dev/null +++ b/i18n/deu/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json @@ -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. +{ + "mutlicursor.insertAbove": "Cursor oberhalb einfügen", + "mutlicursor.insertBelow": "Cursor unterhalb einfügen" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/contrib/parameterHints/browser/parameterHints.i18n.json b/i18n/deu/src/vs/editor/contrib/parameterHints/browser/parameterHints.i18n.json new file mode 100644 index 00000000000..1ac221c353c --- /dev/null +++ b/i18n/deu/src/vs/editor/contrib/parameterHints/browser/parameterHints.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "parameterHints.trigger.label": "Parameterhinweise auslösen" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/contrib/quickFix/browser/quickFix.i18n.json b/i18n/deu/src/vs/editor/contrib/quickFix/browser/quickFix.i18n.json new file mode 100644 index 00000000000..fe200125691 --- /dev/null +++ b/i18n/deu/src/vs/editor/contrib/quickFix/browser/quickFix.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "quickfix.trigger.label": "Schnelle Problembehebung" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/contrib/quickFix/browser/quickFixSelectionWidget.i18n.json b/i18n/deu/src/vs/editor/contrib/quickFix/browser/quickFixSelectionWidget.i18n.json new file mode 100644 index 00000000000..03d1e917735 --- /dev/null +++ b/i18n/deu/src/vs/editor/contrib/quickFix/browser/quickFixSelectionWidget.i18n.json @@ -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. +{ + "QuickFixSelectionWidget.loading": "Wird geladen...", + "QuickFixSelectionWidget.noSuggestions": "Keine Problembehebungsvorschläge." +} \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/contrib/quickOpen/browser/gotoLine.contribution.i18n.json b/i18n/deu/src/vs/editor/contrib/quickOpen/browser/gotoLine.contribution.i18n.json new file mode 100644 index 00000000000..eeaf9e8b0fe --- /dev/null +++ b/i18n/deu/src/vs/editor/contrib/quickOpen/browser/gotoLine.contribution.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "label": "Gehe zu Zeile..." +} \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/contrib/quickOpen/browser/gotoLine.i18n.json b/i18n/deu/src/vs/editor/contrib/quickOpen/browser/gotoLine.i18n.json new file mode 100644 index 00000000000..c84020245d8 --- /dev/null +++ b/i18n/deu/src/vs/editor/contrib/quickOpen/browser/gotoLine.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "GotoLineAction.label": "Gehe zu Zeile...", + "gotoLineActionInput": "Geben Sie eine Zeilennummer ein, gefolgt von einem optionalen Doppelpunkt und einer Spaltennummer, zu der Sie navigieren möchten", + "gotoLineLabelEmptyWithLineAndColumnLimit": "Geben Sie eine Spaltennummer zwischen 1 und {0} ein, zu der navigiert werden soll", + "gotoLineLabelEmptyWithLineLimit": "Zeilennummer zwischen 1 und {0} eingeben, zu der navigiert werden soll", + "gotoLineLabelValidLine": "Gehe zu Zeile {0}", + "gotoLineLabelValidLineAndColumn": "Gehe zur Zeile {0} und Spalte {1}" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/contrib/quickOpen/browser/quickCommand.contribution.i18n.json b/i18n/deu/src/vs/editor/contrib/quickOpen/browser/quickCommand.contribution.i18n.json new file mode 100644 index 00000000000..8431ccfcffa --- /dev/null +++ b/i18n/deu/src/vs/editor/contrib/quickOpen/browser/quickCommand.contribution.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "label": "Befehlspalette" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/contrib/quickOpen/browser/quickCommand.i18n.json b/i18n/deu/src/vs/editor/contrib/quickOpen/browser/quickCommand.i18n.json new file mode 100644 index 00000000000..c3a3aa76a11 --- /dev/null +++ b/i18n/deu/src/vs/editor/contrib/quickOpen/browser/quickCommand.i18n.json @@ -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. +{ + "QuickCommandAction.label": "Befehlspalette", + "quickCommandActionInput": "Name der zu ausführenden Aktion eingeben" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/contrib/quickOpen/browser/quickOutline.contribution.i18n.json b/i18n/deu/src/vs/editor/contrib/quickOpen/browser/quickOutline.contribution.i18n.json new file mode 100644 index 00000000000..61bd0a7a528 --- /dev/null +++ b/i18n/deu/src/vs/editor/contrib/quickOpen/browser/quickOutline.contribution.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "label": "Gehe zu Symbol..." +} \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/contrib/quickOpen/browser/quickOutline.i18n.json b/i18n/deu/src/vs/editor/contrib/quickOpen/browser/quickOutline.i18n.json new file mode 100644 index 00000000000..72046bb4f9c --- /dev/null +++ b/i18n/deu/src/vs/editor/contrib/quickOpen/browser/quickOutline.i18n.json @@ -0,0 +1,20 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "QuickOutlineAction.label": "Gehe zu Symbol...", + "_constructor": "Konstruktoren ({0})", + "call": "Aufrufe ({0})", + "class": "Klassen ({0})", + "function": "Funktionen ({0})", + "interface": "Schnittstellen ({0})", + "method": "Methoden ({0})", + "modules": "Module ({0})", + "property": "Eigenschaften ({0})", + "quickOutlineActionInput": "Name des Bezeichners eingeben, zu dem navigiert werden soll", + "symbols": "Symbole ({0})", + "variable": "Variablen ({0})", + "variable2": "Variablen ({0})" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/contrib/referenceSearch/browser/referenceSearch.i18n.json b/i18n/deu/src/vs/editor/contrib/referenceSearch/browser/referenceSearch.i18n.json new file mode 100644 index 00000000000..7ddfb0d07ab --- /dev/null +++ b/i18n/deu/src/vs/editor/contrib/referenceSearch/browser/referenceSearch.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "labelLoading": "Wird geladen...", + "noResults": "Keine Ergebnisse", + "references.action.label": "Alle Verweise suchen", + "references.action.name": "Verweise anzeigen" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/contrib/referenceSearch/browser/referenceSearchWidget.i18n.json b/i18n/deu/src/vs/editor/contrib/referenceSearch/browser/referenceSearchWidget.i18n.json new file mode 100644 index 00000000000..30541d84523 --- /dev/null +++ b/i18n/deu/src/vs/editor/contrib/referenceSearch/browser/referenceSearchWidget.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "missingPreviewMessage": "Keine Vorschau verfügbar", + "peekView.alternateTitle": "Verweise", + "referenceCount": "{0}-Verweis", + "referencesCount": "{0} Verweise" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/contrib/rename/browser/bulkEdit.i18n.json b/i18n/deu/src/vs/editor/contrib/rename/browser/bulkEdit.i18n.json new file mode 100644 index 00000000000..864b6f935a8 --- /dev/null +++ b/i18n/deu/src/vs/editor/contrib/rename/browser/bulkEdit.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "conflict": "Die folgenden Dateien wurden in der Zwischenzeit geändert: {0}" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/contrib/rename/browser/rename.i18n.json b/i18n/deu/src/vs/editor/contrib/rename/browser/rename.i18n.json new file mode 100644 index 00000000000..96228f5c13d --- /dev/null +++ b/i18n/deu/src/vs/editor/contrib/rename/browser/rename.i18n.json @@ -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. +{ + "changeAll.label": "Alle Vorkommen ändern", + "rename.error.multiplefile": "Umbenennen kann noch nicht für Symbole ausgeführt werden, die in mehreren Dateien verwendet werden." +} \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/contrib/rename/browser/rename2.i18n.json b/i18n/deu/src/vs/editor/contrib/rename/browser/rename2.i18n.json new file mode 100644 index 00000000000..d39890f74ba --- /dev/null +++ b/i18n/deu/src/vs/editor/contrib/rename/browser/rename2.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "conflict": "Die folgenden Dateien wurden in der Zwischenzeit geändert: {0}", + "missing.support": "Umbenennung kann nicht ausgeführt werden.", + "no result": "Kein Ergebnis.", + "rename.label": "Symbol umbenennen" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/contrib/rename/browser/renameModel.i18n.json b/i18n/deu/src/vs/editor/contrib/rename/browser/renameModel.i18n.json new file mode 100644 index 00000000000..98e0fbed126 --- /dev/null +++ b/i18n/deu/src/vs/editor/contrib/rename/browser/renameModel.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "cannotLoadFile": "Datei \"{0}\" kann nicht geladen werden." +} \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/contrib/rename/common/rename.i18n.json b/i18n/deu/src/vs/editor/contrib/rename/common/rename.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/editor/contrib/rename/common/rename.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/contrib/smartSelect/common/jumpToBracket.i18n.json b/i18n/deu/src/vs/editor/contrib/smartSelect/common/jumpToBracket.i18n.json new file mode 100644 index 00000000000..d357fb74a7c --- /dev/null +++ b/i18n/deu/src/vs/editor/contrib/smartSelect/common/jumpToBracket.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "smartSelect.jumpBracket": "Gehe zu Klammer" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/contrib/smartSelect/common/smartSelect.i18n.json b/i18n/deu/src/vs/editor/contrib/smartSelect/common/smartSelect.i18n.json new file mode 100644 index 00000000000..cfef202b040 --- /dev/null +++ b/i18n/deu/src/vs/editor/contrib/smartSelect/common/smartSelect.i18n.json @@ -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. +{ + "smartSelect.grow": "Auswahl erweitern", + "smartSelect.shrink": "Auswahl verkleinern" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/contrib/suggest/browser/suggest.i18n.json b/i18n/deu/src/vs/editor/contrib/suggest/browser/suggest.i18n.json new file mode 100644 index 00000000000..3ba9d84591c --- /dev/null +++ b/i18n/deu/src/vs/editor/contrib/suggest/browser/suggest.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "suggest.trigger.label": "Vorschlag auslösen" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/contrib/suggest/browser/suggestWidget.i18n.json b/i18n/deu/src/vs/editor/contrib/suggest/browser/suggestWidget.i18n.json new file mode 100644 index 00000000000..261df5f83e7 --- /dev/null +++ b/i18n/deu/src/vs/editor/contrib/suggest/browser/suggestWidget.i18n.json @@ -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. +{ + "suggestWidget.loading": "Wird geladen...", + "suggestWidget.noSuggestions": "Keine Vorschläge." +} \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/contrib/toggleTabFocusMode/common/toggleTabFocusMode.i18n.json b/i18n/deu/src/vs/editor/contrib/toggleTabFocusMode/common/toggleTabFocusMode.i18n.json new file mode 100644 index 00000000000..cc1b23818af --- /dev/null +++ b/i18n/deu/src/vs/editor/contrib/toggleTabFocusMode/common/toggleTabFocusMode.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "toggle.tabfocusmode": "Verwendung der TAB-Taste zum Einstellen des Fokus wechseln" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/contrib/toggleWordWrap/common/toggleWordWrap.i18n.json b/i18n/deu/src/vs/editor/contrib/toggleWordWrap/common/toggleWordWrap.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/editor/contrib/toggleWordWrap/common/toggleWordWrap.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/contrib/zoneWidget/browser/peekViewWidget.i18n.json b/i18n/deu/src/vs/editor/contrib/zoneWidget/browser/peekViewWidget.i18n.json new file mode 100644 index 00000000000..d057bbcc407 --- /dev/null +++ b/i18n/deu/src/vs/editor/contrib/zoneWidget/browser/peekViewWidget.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "label.close": "Schließen" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/node/languageConfiguration.i18n.json b/i18n/deu/src/vs/editor/node/languageConfiguration.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/editor/node/languageConfiguration.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/node/textMate/TMSnippets.i18n.json b/i18n/deu/src/vs/editor/node/textMate/TMSnippets.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/editor/node/textMate/TMSnippets.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/node/textMate/TMSyntax.i18n.json b/i18n/deu/src/vs/editor/node/textMate/TMSyntax.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/editor/node/textMate/TMSyntax.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/languages/csharp/browser/ui/statusIcon.i18n.json b/i18n/deu/src/vs/languages/csharp/browser/ui/statusIcon.i18n.json new file mode 100644 index 00000000000..9352590e91e --- /dev/null +++ b/i18n/deu/src/vs/languages/csharp/browser/ui/statusIcon.i18n.json @@ -0,0 +1,21 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "changeProject": "Projekte ändern ...", + "projectsLabel.noProject": "Keine Projekte", + "projectsLabel.project": "1 Projekt", + "projectsLabel.projects": "{0} Projekte", + "projectsLabel.selectSolutionPathOrFolder": "Projekt auswählen", + "selectProject": "Projekt auswählen", + "selectProjectOrSolutionOrFolder": "Projekt auswählen", + "selectSolution": "Projekt auswählen", + "status.error": "Omnisharp hat einen Fehler festgestellt. Weitere Informationen finden Sie in der Konsole.", + "status.packageRestore": "Pakete werden wiederhergestellt ...", + "status.started": "Omnisharp wird ausgeführt", + "status.starting": "Omnisharp wird gestartet...", + "status.unknown": "Omnisharp-Status ist unbekannt", + "titleStarted": "Ausgewähltes Projekt: \"{0}\"" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/languages/csharp/common/commandSupport.i18n.json b/i18n/deu/src/vs/languages/csharp/common/commandSupport.i18n.json new file mode 100644 index 00000000000..983c9cf26c7 --- /dev/null +++ b/i18n/deu/src/vs/languages/csharp/common/commandSupport.i18n.json @@ -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. +{ + "category.label.dnx": "dnx", + "category.label.dnx.restore": "dnx", + "category.label.k": "c", + "category.label.k.restore": "c", + "command.gone": "Der Befehl ist nicht mehr verfügbar.", + "exec.label": "{0} - ({1}, {2})", + "restore.label.dnu": "dnu restore - ({0})", + "restore.label.k": "kpm restore - ({0})" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/languages/csharp/common/projectStatus.i18n.json b/i18n/deu/src/vs/languages/csharp/common/projectStatus.i18n.json new file mode 100644 index 00000000000..fde8e92e634 --- /dev/null +++ b/i18n/deu/src/vs/languages/csharp/common/projectStatus.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "cancel": "Abbrechen", + "close": "Schließen", + "message": "Einige Projekte können nicht geladen werden. Weitere Informationen finden Sie in der Ausgabe.", + "restore": "Wiederherstellen", + "restore.error": "Wiederherstellung konnte nicht ausgeführt werden. Führen Sie \"dnu restore\" manuell für {0} aus.", + "showOutput": "Ausgabe anzeigen", + "unresolvedDependencies": "Es gibt nicht aufgelöste Abhängigkeiten aus \"{0}\". Führen Sie zum Fortfahren den Wiederherstellungsbefehl aus." +} \ No newline at end of file diff --git a/i18n/deu/src/vs/languages/csharp/common/restartOmnisharpAction.i18n.json b/i18n/deu/src/vs/languages/csharp/common/restartOmnisharpAction.i18n.json new file mode 100644 index 00000000000..4ab90923727 --- /dev/null +++ b/i18n/deu/src/vs/languages/csharp/common/restartOmnisharpAction.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "label": "Omnisharp-Server neu starten" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/languages/csharp/features/diagnosticsSupport.i18n.json b/i18n/deu/src/vs/languages/csharp/features/diagnosticsSupport.i18n.json new file mode 100644 index 00000000000..01d3b2b962d --- /dev/null +++ b/i18n/deu/src/vs/languages/csharp/features/diagnosticsSupport.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "csharp.diagnostics": "{0} [{1}]" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/languages/csharp/features/suggestSupport.i18n.json b/i18n/deu/src/vs/languages/csharp/features/suggestSupport.i18n.json new file mode 100644 index 00000000000..43133a06d63 --- /dev/null +++ b/i18n/deu/src/vs/languages/csharp/features/suggestSupport.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "overload_label": "{0} (+ {1} Überladung(s))" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/languages/csharp/k/execution.i18n.json b/i18n/deu/src/vs/languages/csharp/k/execution.i18n.json new file mode 100644 index 00000000000..fd1011d4add --- /dev/null +++ b/i18n/deu/src/vs/languages/csharp/k/execution.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "exec.label": "k: {0}/{1} ({2})" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/languages/css/common/css.contribution.i18n.json b/i18n/deu/src/vs/languages/css/common/css.contribution.i18n.json new file mode 100644 index 00000000000..8e078f91cdb --- /dev/null +++ b/i18n/deu/src/vs/languages/css/common/css.contribution.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "cssConfigurationDescription": "Dies wird zum Konfigurieren der CSS-Sprache verwendet.", + "cssConfigurationTitle": "CSS-Konfiguration", + "lint": "Steuert die in der Lint-Validierung verwendeten Problemschweregrade.", + "validationSettings": "Steuert die CSS-Validierung." +} \ No newline at end of file diff --git a/i18n/deu/src/vs/languages/css/common/cssWorker.i18n.json b/i18n/deu/src/vs/languages/css/common/cssWorker.i18n.json new file mode 100644 index 00000000000..cc7fe98e96e --- /dev/null +++ b/i18n/deu/src/vs/languages/css/common/cssWorker.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "css.quickfix.rename": "In \"{0}\" umbenennen", + "literal.fontface": "@font-face", + "literal.keyframes": "@keyframes {0}" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/languages/css/common/parser/cssErrors.i18n.json b/i18n/deu/src/vs/languages/css/common/parser/cssErrors.i18n.json new file mode 100644 index 00000000000..1d5a8f3e439 --- /dev/null +++ b/i18n/deu/src/vs/languages/css/common/parser/cssErrors.i18n.json @@ -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. +{ + "expected.colon": "Doppelpunkt erwartet", + "expected.comma": "Komma erwartet", + "expected.condt": "Bedingung erwartet", + "expected.dot": "Punkt erwartet", + "expected.expression": "Ausdruck erwartet", + "expected.ident": "Bezeichner erwartet", + "expected.lcurly": "{ erwartet.", + "expected.lparen": "( erwartet", + "expected.lsquare": "[ erwartet", + "expected.number": "Zahl erwartet", + "expected.operator": "Operator erwartet", + "expected.pagedirordecl": "Seitenanweisung oder Deklaration erwartet", + "expected.percentage": "Prozent erwartet", + "expected.propvalue": "Eigenschaftswert erwartet", + "expected.rcurly": "} erwartet.", + "expected.rparent": ") erwartet.", + "expected.rsquare": "] erwartet", + "expected.ruleorselector": "at-Regel oder Selektor erwartet", + "expected.selector": "Selektor erwartet", + "expected.semicolon": "Semikolon erwartet", + "expected.stringliteral": "Zeichenfolgenliteral erwartet", + "expected.term": "Begriff erwartet", + "expected.uri": "URI erwartet", + "expected.uriorstring": "URI oder Zeichenfolge erwartet", + "expected.varname": "Variablenname erwartet", + "expected.varvalue": "Variablenwert erwartet", + "unknown.atrule": "unbekannte at-Regel", + "unknown.keyword": "unbekanntes Schlüsselwort" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/languages/css/common/services/intelliSense.i18n.json b/i18n/deu/src/vs/languages/css/common/services/intelliSense.i18n.json new file mode 100644 index 00000000000..5cd1b2c0572 --- /dev/null +++ b/i18n/deu/src/vs/languages/css/common/services/intelliSense.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "css.builtin.hsl": "Erstellt eine Farbe aus den Werten für Farbton, Sättigung und Helligkeit.", + "css.builtin.hsla": "Erstellt eine Farbe aus den Werten für Farbton, Sättigung, Helligkeit und Alpha.", + "css.builtin.rgb": "Erstellt eine Farbe aus den Werten für Rot, Grün und Blau.", + "css.builtin.rgba": "Erstellt eine Farbe aus den Werten für Rot, Grün, Blau und Alpha." +} \ No newline at end of file diff --git a/i18n/deu/src/vs/languages/css/common/services/lint.i18n.json b/i18n/deu/src/vs/languages/css/common/services/lint.i18n.json new file mode 100644 index 00000000000..44065e938c0 --- /dev/null +++ b/i18n/deu/src/vs/languages/css/common/services/lint.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "keyframes.standardrule.missing": "Standardregel '@keyframes' beim Definieren von Keyframes immer definieren", + "keyframes.vendorspecific.missing": "Alle Anbieterspezifischen Regeln einschließen: {0} fehlt", + "namelist.concatenated": "{0}, „{1}“", + "namelist.single": "„{0}“", + "property.standard.missing": "Standardeigenschaft „{0}“ für Kompatibilität definieren", + "property.vendorspecific.missing": "Alle Anbieterspezifischen Eigenschaften immer miteinschließen: {0} fehlt" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/languages/css/common/services/lintRules.i18n.json b/i18n/deu/src/vs/languages/css/common/services/lintRules.i18n.json new file mode 100644 index 00000000000..9946bc907e4 --- /dev/null +++ b/i18n/deu/src/vs/languages/css/common/services/lintRules.i18n.json @@ -0,0 +1,25 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "rule.avoidFloat": "Die Verwendung von \"float\" vermeiden. float-Eigenschaften führen zu anfälligem CSS, das schnell nicht mehr funktioniert, wenn sich ein Aspekt des Layouts ändert.", + "rule.avoidIdSelector": "Selektoren sollten keine IDs enthalten, da diese Regeln zu eng mit HTML verknüpft sind.", + "rule.avoidImportant": "Verwendung von „!important“ vermeiden. Damit wird angegeben, dass die Spezifität vom gesamten CSS außer Kontrolle geraten ist und umgestaltet werden muss.", + "rule.colorFunction": "Ungültige Parameteranzahl", + "rule.duplicateDeclarations": "Keine doppelten Formatdefinitionen verwenden", + "rule.emptyRuleSets": "Keine leeren Regelsätze verwenden", + "rule.fontFaceProperties": "@font-face-Regel muss Eigenschaften src und font-family definieren", + "rule.hexColor": "Hexfarben müssen aus drei oder sechs Hexzahlen bestehen", + "rule.ieHack": "IE-Hacks sind nur für die Unterstützung von IE7 und älter erforderlich", + "rule.importDirective": "Import-Anweisungen können nicht parallel laden", + "rule.propertyIgnoredDueToDisplay": "Die Eigenschaft wird aufgrund der Anzeige ignoriert. Mit \"display: inline\" besitzen die width-, height-, margin-top-, margin-bottom- und float-Eigenschaften z. B. keine Auswirkung.", + "rule.standardvendorprefix.all": "Beim Verwenden von anbieterspezifischen Präfix auch die Standardeigenschaft miteinbeziehen", + "rule.universalSelector": "Es ist bekannt, dass der Universal-Selektor (*) langsam ist", + "rule.unknownProperty": "Unbekannte Eigenschaft.", + "rule.unknownVendorSpecificProperty": "Unbekannte anbieterspezifische Eigenschaft.", + "rule.vendorprefixes.all": "Stellen Sie beim Verwenden vom anbieterspezifischen Präfix sicher, dass alle anderen anbieterspezifischen Eigenschaften miteinbezogen werden", + "rule.withHeightAndBorderPadding": "Verwenden Sie width oder height nicht beim Festlegen von padding oder border", + "rule.zeroWidthUnit": "Keine Einheit für Null erforderlich" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/languages/css/cssSnippets.i18n.json b/i18n/deu/src/vs/languages/css/cssSnippets.i18n.json new file mode 100644 index 00000000000..57eddcd5fef --- /dev/null +++ b/i18n/deu/src/vs/languages/css/cssSnippets.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "transition.snippet": "Die Übergangseigenschaft zwischen Browsern" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/languages/html/common/htmlTags.i18n.json b/i18n/deu/src/vs/languages/html/common/htmlTags.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/languages/html/common/htmlTags.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/languages/html/htmlSnippets.i18n.json b/i18n/deu/src/vs/languages/html/htmlSnippets.i18n.json new file mode 100644 index 00000000000..50c8fd9724b --- /dev/null +++ b/i18n/deu/src/vs/languages/html/htmlSnippets.i18n.json @@ -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. +{ + "html.snippet": "Einfacher HTML5-Ausgangspunkt", + "img.snippet": "Bild", + "javascriptlink.snippet": "Link zu einer externen JavaScript-Datei einfügen", + "link.snippet": "Ein Link", + "ol.snippet": "Eine kleine sortierte Liste", + "stylesheetlink.snippet": "Link zu einem Stylesheet einfügen", + "table.snippet": "Ein grundlegender Tabellenausgangspunkt", + "ul.snippet": "Eine kleine unsortierte Liste" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/languages/javascript/common/javascript.contribution.i18n.json b/i18n/deu/src/vs/languages/javascript/common/javascript.contribution.i18n.json new file mode 100644 index 00000000000..8e134a285a9 --- /dev/null +++ b/i18n/deu/src/vs/languages/javascript/common/javascript.contribution.i18n.json @@ -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. +{ + "allwaysAllWords": "Schließen Sie immer alle Wörter aus dem aktuellen Dokument ein.", + "compilationSettings": "Steuert die Funktionsweise der JavaScript-Validierung.", + "jsConfigurationTitle": "JavaScript-Konfiguration", + "lint": "Steuert verschiedene Aspekte der Validierung.", + "lint.comparisonOperatorsNotStrict": "Verwenden Sie '!==' und '===' anstelle von '!=' und '=='.", + "lint.curlyBracketsMustNotBeOmitted": "Denken Sie an die geschweiften Klammern.", + "lint.emptyBlocksWithoutComment": "Leere Blöcke sollten einen Kommentar enthalten.", + "lint.forcedTypeConversion": "Deklarieren Sie einen Variablentyp nicht erneut durch eine Zuweisung.", + "lint.functionsInsideLoops": "Funktion innerhalb von Schleife.", + "lint.missingSemicolon": "Fehlendes Semikolon.", + "lint.mixedTypesArithmetics": "Bei arithmetischen Berechnungen sind ausschließlich Zahlen zulässig.", + "lint.newOnLowercaseFunctions": "Funktionsname in Kleinbuchstaben als Konstruktur verwendet.", + "lint.newOnReturningFunctions": "Funktion mit 'return'-Anweisung als Konstruktur verwendet.", + "lint.parametersDontMatchSignature": "Der Parameter stimmt nicht mit einer Funktionssignatur überein.", + "lint.primitivesInInstanceOf": "Verwenden Sie kein 'instanceof' mit primitiven Datentypen.", + "lint.redeclaredVariables": "Deklarieren Sie nicht eine Variable erneut und ändern Sie nicht ihren Typ.", + "lint.semicolonsInsteadOfBlocks": "Semikolon statt eines Blocks.", + "lint.tripleSlashReferenceAlike": "Sucht nach fehlerhaften Referenzen mit dreifachem Schrägstrich.", + "lint.undeclaredVariables": "Verwenden Sie keine undeklarierten Variablen.", + "lint.unknownModule": "Unbekanntes Modul nicht erfordern.", + "lint.unknownProperty": "Verwenden Sie keine unbekannten Eigenschaften.", + "lint.unknownTypeOfResults": "Unerwartete Ausgabe des 'typeof'-Operators.", + "lint.unusedFunctions": "Nicht verwendete lokale Funktion.", + "lint.unusedVariables": "Nicht verwendete lokale Variable.", + "semanticValidation": "Linter-Überprüfungen für JavaScript-Dateien ausführen - setzt die \"validate.lint.*\"-Einstellungen außer Kraft.", + "suggestSettings": "Steuert die Funktionsweise von JavaScript-IntelliSense.", + "syntaxValidation": "JavaScript-Dateien auf Syntaxfehler überprüfen.", + "useCodeSnippetsOnMethodSuggest": "Vervollständigen Sie Funktionen mit deren Parametersignatur." +} \ No newline at end of file diff --git a/i18n/deu/src/vs/languages/json/common/contributions/bowerJSONContribution.i18n.json b/i18n/deu/src/vs/languages/json/common/contributions/bowerJSONContribution.i18n.json new file mode 100644 index 00000000000..b9b03e886fb --- /dev/null +++ b/i18n/deu/src/vs/languages/json/common/contributions/bowerJSONContribution.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "json.bower.default": "Standarddatei \"bower.json\"", + "json.bower.error.repoaccess": "Fehler bei der Anforderung des Browserrepositorys: {0}", + "json.bower.package.hover": "{0}" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/languages/json/common/contributions/globPatternContribution.i18n.json b/i18n/deu/src/vs/languages/json/common/contributions/globPatternContribution.i18n.json new file mode 100644 index 00000000000..8033f9b178e --- /dev/null +++ b/i18n/deu/src/vs/languages/json/common/contributions/globPatternContribution.i18n.json @@ -0,0 +1,24 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "derivedDescription": "Zuordnen von Dateien, die gleichgeordnete Elemente mit dem gleichen Namen und einer anderen Erweiterung besitzen.", + "derivedLabel": "Dateien mit gleichgeordneten Elementen nach Name", + "falseDescription": "Deaktivieren des Musters.", + "falseLabel": "False", + "fileDescription": "Zuordnen aller Dateien mit einer bestimmten Erweiterung.", + "fileLabel": "Dateien nach Erweiterung", + "filesDescription": "Zuordnen aller Dateien mit einer der Dateierweiterungen.", + "filesLabel": "Dateien mit mehreren Erweiterungen", + "folderDescription": "Zuordnen eines Ordners mit einem bestimmten Namen an einem beliebigen Speicherort.", + "folderLabel": "Ordner nach Name (beliebiger Speicherort)", + "siblingsDescription": "Zuordnen von Dateien, die gleichgeordnete Elemente mit dem gleichen Namen und einer anderen Erweiterung besitzen.", + "topFolderDescription": "Zuordnen eines Ordners auf oberster Ebene zu einem bestimmten Namen.", + "topFolderLabel": "Ordner nach Name (oberste Ebene)", + "topFoldersDescription": "Zuordnen mehrerer Ordner auf oberster Ebene.", + "topFoldersLabel": "Ordner mit mehreren Namen (oberste Ebene)", + "trueDescription": "Aktivieren des Musters.", + "trueLabel": "True" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/languages/json/common/contributions/packageJSONContribution.i18n.json b/i18n/deu/src/vs/languages/json/common/contributions/packageJSONContribution.i18n.json new file mode 100644 index 00000000000..0b0454c981e --- /dev/null +++ b/i18n/deu/src/vs/languages/json/common/contributions/packageJSONContribution.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "json.npm.error.repoaccess": "Fehler bei der Anforderung des NPM-Repositorys: {0}", + "json.npm.latestversion": "Die zurzeit aktuelle Version des Pakets.", + "json.npm.majorversion": "Ordnet die aktuellste Hauptversion (1.x.x) zu.", + "json.npm.minorversion": "Ordnet die aktuellste Nebenversion (1.2.x) zu.", + "json.npm.package.hover": "{0}", + "json.npm.version.hover": "Aktuelle Version: {0}", + "json.package.default": "Standard-package.json" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/languages/json/common/contributions/projectJSONContribution.i18n.json b/i18n/deu/src/vs/languages/json/common/contributions/projectJSONContribution.i18n.json new file mode 100644 index 00000000000..59f0a14009c --- /dev/null +++ b/i18n/deu/src/vs/languages/json/common/contributions/projectJSONContribution.i18n.json @@ -0,0 +1,12 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "json.nugget.error.repoaccess": "Fehler bei der Anforderung des NuGet-Repositorys: {0}", + "json.nugget.package.hover": "{0}", + "json.nugget.version.hover": "Aktuelle Version: {0}", + "json.nugget.versiondescription.suggest": "Die derzeit aktuelle Version des Pakets", + "json.project.default": "Standarddatei \"project.json\"" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/languages/json/common/json.contribution.i18n.json b/i18n/deu/src/vs/languages/json/common/json.contribution.i18n.json new file mode 100644 index 00000000000..9686198e94f --- /dev/null +++ b/i18n/deu/src/vs/languages/json/common/json.contribution.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "jsonConfiguration.fileMatch": "Ein Dateimuster mit '*', mit dem beim Auflösen von JSON-Dateien zu Schemas abgeglichen wird.", + "jsonConfiguration.fileMatches": "Ein Array von Dateimustern, mit denen beim Auflösen von JSON-Dateien zu Schemas abgeglichen wird.", + "jsonConfiguration.schema": "Die Schemadefinition für die angegebene URL. Das Schema muss nur bereitgestellt werden, um den Zugriff auf die Schema-URL zu vermeiden.", + "jsonConfiguration.schemaPath": "Eine URL zu einem Schema oder einem relativen Pfad in einem Schema im aktuellen Verzeichnis.", + "jsonConfiguration.schemas": "Schemas mit JSON-Dateien im aktuellen Projekt verknüpfen", + "jsonConfigurationDescription": "Wird zum Konfigurieren von JSON-Einstellungen und Schemas verwendet.", + "jsonConfigurationTitle": "JSON-Konfiguration" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/languages/json/common/json.i18n.json b/i18n/deu/src/vs/languages/json/common/json.i18n.json new file mode 100644 index 00000000000..3d03714adea --- /dev/null +++ b/i18n/deu/src/vs/languages/json/common/json.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "array": "Arrays", + "boolean": "Boolesche Werte", + "number": "Zahlen", + "object": "Objekte", + "string": "Zeichenfolgen", + "undefined": "nicht definiert" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/languages/json/common/jsonIntellisense.i18n.json b/i18n/deu/src/vs/languages/json/common/jsonIntellisense.i18n.json new file mode 100644 index 00000000000..6881dbe5697 --- /dev/null +++ b/i18n/deu/src/vs/languages/json/common/jsonIntellisense.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "json.suggest.default": "Standardwert" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/languages/json/common/jsonSchemaService.i18n.json b/i18n/deu/src/vs/languages/json/common/jsonSchemaService.i18n.json new file mode 100644 index 00000000000..167644033bc --- /dev/null +++ b/i18n/deu/src/vs/languages/json/common/jsonSchemaService.i18n.json @@ -0,0 +1,169 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "app.plugin.json.activationEvents": "Aktivierungsereignisse für das Plugin", + "app.plugin.json.contributes": "Beiträge dieses Plugins", + "app.plugin.json.contributes.language": "Sprachbeiträge des Plugins", + "app.plugin.json.contributes.language.aliases": "Aliasnamen für diese Sprache", + "app.plugin.json.contributes.language.extensions": "Dieser Sprache zugeordnete Dateierweiterungen", + "app.plugin.json.contributes.language.filenames": "Dieser Sprache zugeordnete Dateinamen", + "app.plugin.json.contributes.language.id": "ID dieser Sprache", + "app.plugin.json.dependencies": "Pluginabhängigkeiten", + "app.plugin.json.mainModule": "Relativer Pfad zur JavaScript-Hauptdatei", + "app.plugin.json.pluginId": "Die eindeutige Plugin-ID", + "app.plugin.json.scripts": "Vom Plugin bereitgestellte Skripts", + "app.plugin.json.scripts.compile": "Die Befehlszeile zum Kompilieren dieses Plugins", + "bower.json.authors": "Eine Liste von Personen, die die Inhalte des Pakets erstellt haben.", + "bower.json.dependencies": "Abhängigkeiten werden mit einem einfachen Hash des Paketnamens zum Semver-kompatiblen Bezeichner oder zur URL angegeben.", + "bower.json.description": "Unterstützt Benutzer bei der Erkennung und Suche nach Ihrem Paket mit einer kurzen Beschreibung.", + "bower.json.devDependencies": "Abhängigkeiten, die nur für die Entwicklung des Pakets erforderlich sind, z. B. Testframework oder Dokumentationserstellung.", + "bower.json.exportsOverride": "Wird von der grunt-bower-Aufgabe zum Festlegen benutzerdefinierter Installationsspeicherorte verwendet.", + "bower.json.homepage": "URL zu weiteren Informationen zum Paket. Weicht auf ein GitHub-Projekt zurück, falls nicht angegeben und ein GitHub-Endpunkt.", + "bower.json.ignore": "Eine Liste von Dateien für Bower, die beim Installieren Ihres Pakets ignoriert werden sollen.", + "bower.json.invalidPatternName": "Alle Eigenschaften, die mit \"_\" beginnen, sind gültig.", + "bower.json.keywords": "Wird für die Suche nach einem Schlüsselwort verwendet. Damit kann Ihr Paket einfacher erkannt werden, ohne dass sein Name erforderlich ist.", + "bower.json.license": "SPDX-Lizenzbezeichner, oder Pfad/URL zu einer Lizenz.", + "bower.json.main": "Die primär wirkenden Dateien, die für die Verwendung Ihres Pakets erforderlich sind.", + "bower.json.moduleType": "Die Modultypen, die dieses Paket bereitstellt.", + "bower.json.packagename": "Der Name Ihres Pakets.", + "bower.json.private": "Wenn Sie diesen Wert auf \"True\" festlegen, wird dieser die Veröffentlichung verweigern. Dadurch soll verhindert werden, dass private Repositorys versehentlich veröffentlicht werden.", + "bower.json.repository": "Das Repository, das den Quellcode enthält.", + "bower.json.resolutions": "Abhängigkeitsversionen, die automatisch aufgelöst werden, wenn Konflikte zwischen Paketen auftreten.", + "bower.json.title": "JSON-Schema für Bower-Konfigurationsdateien", + "bower.json.version": "Eine semantische Versionsnummer.", + "global.json.projects": "Eine Liste der Projektordner relativ zu dieser Datei.", + "global.json.sources": "Eine Liste der Quellordner relativ zu dieser Datei.", + "global.json.title": "JSON-Schema für die globalen ASP.NET-Konfigurationsdateien", + "jsconfig.json.compilerOptions": "Weist dem JavaScript-Sprachdienst an, wie JS-Dateien zu überprüfen sind.", + "jsconfig.json.compilerOptions.charset": "Der Zeichensatz der Eingabedateien.", + "jsconfig.json.compilerOptions.decorators": "Aktiviert die experimentelle Unterstützung für ES7-Decorator-Elemente.", + "jsconfig.json.compilerOptions.diagnostics": "Diagnoseinformationen anzeigen", + "jsconfig.json.compilerOptions.locale": "Das Gebietsschema zum Anzeigen von Fehlermeldungen, z. B. \"en-us\".", + "jsconfig.json.compilerOptions.mapRoot": "Gibt den Speicherort an, an dem der Debugger Zuordnungsdateien finden sollte (anstatt generierte Speicherorte).", + "jsconfig.json.compilerOptions.module": "Die Modulcodegenerierung, anhand der aufgelöst werden soll: \"commonjs\", \"amd\", \"system\" oder \"umd\".", + "jsconfig.json.compilerOptions.noLib": "Die Standardbibliothekdatei (\"lib.d.ts\") nicht einschließen.", + "jsconfig.json.compilerOptions.target": "ECMAScript-Zielversion angeben: \"ES3\" (Standard), \"ES5\" oder \"ES6\" (experimentell).", + "jsconfig.json.exclude": "Auflisten der Dateien und Ordner, die nicht eingeschlossen werden sollen. Diese Eigenschaft wird nicht berücksichtigt, wenn die Eigenschaft \"files\" vorhanden ist.", + "jsconfig.json.files": "Wenn keine Eigenschaft \"files\" in einer Datei \"jsconfig.json\" vorhanden ist, schließt der Sprachdienst standardmäßig alle Dateien in dem enthaltenen Verzeichnis und den Unterverzeichnissen ein. Wenn eine Eigenschaft \"files\" angegeben ist, werden nur diese Dateien eingeschlossen.", + "jsconfig.json.title": "JSON-Schema für die JavaScript-Konfigurationsdatei", + "json.schema.unabletoload": "Fehler beim Laden des Schemas für \"{0}\": {1}.", + "package.json.bugs": "Die URL für die Problemverfolgung oder die E-Mail-Adresse, an die Problemberichte gesendet werden sollen.", + "package.json.bugs.email": "Die E-Mail-Adresse, an die Probleme gemeldet werden sollen.", + "package.json.bugs.url": "Die URL zur Problemnachverfolgung des Projekts.", + "package.json.bundleDependencies": "Array der Paketnamen, die beim Veröffentlichen des Pakets gebündelt werden.", + "package.json.bundledDependencies": "Array der Paketnamen, die beim Veröffentlichen des Pakets gebündelt werden.", + "package.json.config": "Ein \"config\"-Hash kann verwendet werden, um Konfigurationsparameter festzulegen, die in aktualisierungsübergreifenden Paketskripts verwendet werden.", + "package.json.contributors": "Eine Liste der Mitwirkenden dieses Pakets.", + "package.json.dependency": "Abhängigkeiten werden mit einem einfachen Hash aus Paketnamen bis Versionsbereich angegeben. Der Versionsbereich ist eine Zeichenfolge mit mindestens einem durch Leerzeichen gentrennten Deskriptor. Abhängigkeiten können auch durch einen Tarball oder eine Git-URL identifiziert werden.", + "package.json.descr": "So können Benutzer Ihr Paket gemäß der Auflistung in \"pm search\" erkennen.", + "package.json.description": "NPM-Konfiguration für dieses Paket.", + "package.json.directories.bin": "Wenn Sie ein Verzeichnis \"bin\" angeben, werden alle Dateien in diesem Ordner als \"bin\"-Hash verwendet.", + "package.json.directories.doc": "Markdowndateien hier ablegen. Vielleicht werden sie eines Tages ansprechend angezeigt.", + "package.json.directories.example": "Hier Beispielskripts ablegen. Vielleicht werden Sie eines Tages sinnvoll bereitgestellt.", + "package.json.directories.lib": "Teilen Sie den Benutzern mit, wo sich der Großteil Ihrer Bibliothek befindet. Mit dem Ordner \"lib\" geschieht nichts Besonderes, aber er enthält nützliche Metadaten.", + "package.json.directories.man": "Ein Ordner, der Manpages enthält. Generieren Sie ein man-Array durch Durchlaufen des Ordners.", + "package.json.files": "Das Feld \"files\" ist ein Array aus Dateien, die in das Projekt eingeschlossen werden sollen. Wenn ein Ordner im Array benannt wird, werden auch die Dateien in diesem Ordner einbezogen.", + "package.json.homepage": "Die URL zur Projektstartseite.", + "package.json.keywords": "Auf diese Weise können Benutzer Ihr Paket gemäß der Auflistung in \"npm search\" erkennen.", + "package.json.license": "Sie sollten eine Lizenz und sämtliche Einschränkungen für das Paket angeben, damit Benutzer wissen, wie sie es verwenden dürfen.", + "package.json.licenses": "Sie sollten eine Lizenz und sämtliche Einschränkungen für das Paket angeben, damit Benutzer wissen, wie sie es verwenden dürfen.", + "package.json.main": "Das Hauptfeld ist eine Modul-ID, die den primären Einstiegspunkt für das Programm darstellt.", + "package.json.maintainers": "Eine Liste der Personen, die dieses Paket warten.", + "package.json.man": "Geben Sie eine einzelne Datei oder ein Array aus Dateinamen für die Suche durch das \"man\"-Programm an.", + "package.json.name": "Der Name des Pakets.", + "package.json.person": "Eine Person, die am Erstellen oder Warten dieses Pakets beteiligt war", + "package.json.preferGlobal": "Wenn das Paket hauptsächlich eine Befehlszeilenanwendung ist, die global installiert werden soll, legen Sie diesen Wert auf \"true\" fest, um eine Warnung bereitzustellen, falls es lokal installiert wird.", + "package.json.private": "Wenn auf \"true\" festgelegt, wird dieses Paket nicht von NPM veröffentlicht.", + "package.json.repository": "Geben Sie den Speicherort des Codes an. Dies ist nützlich für Personen, die einen Beitrag leisten möchten.", + "package.json.scripts": "Das \"scripts\"-Element ist ein Objekthash mit Skriptbefehlen, die zu verschiedenen Zeitpunkten im Lebenszyklus des Pakets ausgeführt werden. Der Schlüssel ist das Lebenszyklusereignis, und der Wert ist der an diesem Punkt auszuführende Befehl.", + "package.json.underscore": "Alle Eigenschaften, die mit \"_\" beginnen, sind gültig.", + "package.json.version": "Die Version muss durch \"node-semver\" analysiert werden können (im Paket mit NPM als Abhängigkeit).", + "project.json.authors": "Der Autor der Anwendung", + "project.json.bundleExclude": "Liste der Dateien, die aus der Veröffentlichungsausgabe ausgeschlossen werden sollen (kpm-Paket).", + "project.json.code": "Das Globmuster zum Festlegen aller Codedateien, die kompiliert werden müssen. (Datentyp: Zeichenfolge oder Array mit Globmuster(n). Beispiel: [ \"Ordner1*.cs\", \"Ordner2*.cs\" ]", + "project.json.commands": "Für diese Anwendung verfügbare Befehle", + "project.json.compilationOptions": "An Roslyn übergebene Kompilierungsoptionen", + "project.json.configurations": "Konfigurationen sind benannte Gruppen mit Kompilierungseinstellungen. Es gibt zwei in die Laufzeit integrierte Standards, nämlich \"Debug\" und \"Release\".", + "project.json.dependencies": "Die Abhängigkeiten der Anwendung. Jeder Eintrag gibt den Namen und die Version eines Nuget-Pakets an.", + "project.json.dependency.name": "Die Version der Abhängigkeit", + "project.json.dependency.type": "Der Typ der Abhängigkeit. Abhängigkeiten vom Typ \"Build\" sind nur zur Buildzeit vorhanden.", + "project.json.description": "Die Beschreibung der Anwendung", + "project.json.exclude": "Das Globmuster, das alle Codedateien angibt, die von der Kompilierung ausgeschlossen werden sollen. (Datentyp: Zeichenfolge oder Array mit Globmuster(n)).", + "project.json.frameworks": "Zielframeworks, die erstellt werden, sowie für die Konfiguration spezifische Abhängigkeiten", + "project.json.preprocess": "Das Globmuster, mit dem alle Codedateien angegeben werden, die vorverarbeitet werden (Datentyp: Zeichenfolge mit Globmuster).", + "project.json.resources": "Das Globmuster, mit dem alle Dateien angegeben werden, die als Ressourcen kompiliert werden müssen.", + "project.json.script": "Ein Befehlszeilenskript oder -Skripts.\r\rVerfügbare Variablen:\r%project:Directory% – Das Projektverzeichnis\r%project:Name% – Der Projektname\r%project:Version% -– Die Projektversion", + "project.json.scripts": "Skripts, die im Laufe verschiedener Phasen ausgeführt werden.", + "project.json.shared": "Das Globmuster, mit dem die Codedateien angegeben werden, die mit abhängigen Projekten gemeinsam verwendet werden. Beispiel: [ \"Ordner1*.cs\", \"Ordner2*.cs\" ]", + "project.json.title": "JSON-Schema für ASP.NET project.json-Dateien", + "project.json.version": "Die Anwendungsversion. Beispiel: 1.2.0.0", + "project.json.webroot": "Beim Festlegen der Webstammeigenschaft in der project.json-Datei wird der Webserverstamm (öffentlicher Ordner) festgelegt. In Visual Studio wird dieser Ordner als Stamm für IIS verwendet. Statische Dateien sollten hier eingegeben werden.", + "schema.json": "Beschreibt eine JSON-Datei mit einem Schema. Weitere Informationen finden Sie unter \"json-schema.org\".", + "schema.json.$schema": "Das Schema zum Prüfen dieses Dokuments gegen", + "schema.json.additionalItems": "Für Arrays, nur wenn \"items\" als Array festgelegt ist. Wenn es ein Schema ist, überprüft dieses Elemente nach den vom Elementarray angegebenen Elementen. Wenn es falsch ist, werden zusätzliche Elemente zu Validierungsfehlern führen.", + "schema.json.additionalProperties": "Entweder ein Schema oder ein boolescher Wert. Wenn es ein Schema ist, wird es zur Überprüfung aller Eigenschaften verwendet, die nicht \"properties\" oder \"patternProperties\" entsprechen. Wenn falsch, führen alle mit beiden nicht übereinstimmenden Eigenschaften zu einem Schemafehler.", + "schema.json.allOf": "Ein Array von Schemas, die alle übereinstimmen müssen.", + "schema.json.anyOf": "Ein Array von Schemas, von denen mindestens eins übereinstimmen muss.", + "schema.json.default": "Ein Standardwert. Von Vorschlägen verwendet.", + "schema.json.definitions": "Nicht für Überprüfungen verwendet. Platzieren Sie hier Teilschemas, auf die Sie inline mit $ref verweisen möchten.", + "schema.json.dependencies": "Eine Zuordnung von Eigenschaftennamen zu entweder einem Array von Eigenschaftennamen oder einem Schema. Ein Array von Eigenschaftennamen bedeutet, dass die Gültigkeit der im Schlüssel benannten Eigenschaften davon abhängt, ob die Eigenschaften im Array des Objekts vorhanden sind. Wenn der Wert ein Schema ist, wird dieses Schema nur dann auf das Objekt angewendet, wenn die Eigenschaft im Schlüssel im Objekt vorhanden ist.", + "schema.json.description": "Eine lange Beschreibung des Elements. Verwendet in Menüs, die beim Zeigen darauf geöffnet werden, und bei Vorschlägen.", + "schema.json.enum": "Satz der gültigen Literalwerte", + "schema.json.exclusiveMaximum": "Macht die maximum-Eigenschaft exklusiv.", + "schema.json.exclusiveMininum": "Macht die minimum-Eigenschaft exklusiv.", + "schema.json.id": "Ein eindeutiger Bezeichner für das Schema.", + "schema.json.items": "Für Arrays. Kann entweder ein Schema sein, anhand dessen jedes Element überprüft wird, oder ein Array von Schemas, anhand dessen jedes Element in der Reihenfolge überprüft wird (das erste Schema überprüft das erste Element, das zweite Schema überprüft das zweite Element usw.).", + "schema.json.maxItems": "Die maximale Anzahl von Elementen, die sich innerhalb eines Arrays befinden können. Inklusiv.", + "schema.json.maxLength": "Die maximale Länge einer Zeichenfolge.", + "schema.json.maxProperties": "Die maximale Anzahl von Eigenschaften, die ein Objekt haben kann. Inklusiv.", + "schema.json.maximum": "Der maximale numerische Wert, standardmäßig inklusiv.", + "schema.json.minItems": "Die minimale Anzahl von Elementen, die sich innerhalb eines Arrays befinden können. Inklusiv.", + "schema.json.minLength": "Die minimale Länge einer Zeichenfolge.", + "schema.json.minProperties": "Die minimale Anzahl von Eigenschaften, die ein Objekt haben kann. Inklusiv.", + "schema.json.minimum": "Der minimale numerische Wert, standardmäßig inklusiv.", + "schema.json.multipleOf": "Eine Zahl, die den aktuellen Wert glatt teilen sollte (d. h. ohne Rest)", + "schema.json.not": "Ein Schema, das nicht übereinstimmen darf.", + "schema.json.oneOf": "Ein Array von Schemas, von denen genau eines übereinstimmen muss.", + "schema.json.pattern": "Ein regulärer Ausdruck, mit dem die Zeichenfolge verglichen wird. Er ist nicht implizit verankert.", + "schema.json.patternProperties": "Eine Zuordnung von regulären Ausdrücken bei Eigenschaftennamen zu Schemas zum Vergleichen von Eigenschaften.", + "schema.json.properties": "Eine Zuordnung von Eigenschaftennamen zu Schemas für jede Eigenschaft.", + "schema.json.required": "Ein Array von Zeichenfolgen, das die Namen aller für dieses Objekt erforderlichen Eigenschaften aufzählt.", + "schema.json.title": "Ein beschreibender Titel des Elements.", + "schema.json.type": "Entweder eine Zeichenfolge eines der grundlegenden Schematypen (number, integer, null, array, object, boolean, string) oder ein Array aus Zeichenfolgen, das einen Teilsatz dieser Typen bezeichnet.", + "schema.json.uniqueItems": "Wenn alle Elemente im Array eindeutig sein müssen. Standardmäßig wird false verwendet.", + "snippetSchema.json": "Benutzerkonfiguration des Codeausschnitts", + "snippetSchema.json.body": "Der Inhalt des Codeausschnitts. Verwenden Sie \"${id}\", \"${id:label}\", \"${1:label}\" für Variablen und \"$0\", \"$1\" für die Cursorpositionen.", + "snippetSchema.json.description": "Die Beschreibung des Codeausschnitts.", + "snippetSchema.json.prefix": "Das Präfix, das beim Auswählen des Codeausschnitts in IntelliSense verwendet werden soll.", + "tsconfig.json.compilerOptions": "Gibt dem TypeScript-Compiler Anweisungen zum Kompilieren von TS-Dateien", + "tsconfig.json.compilerOptions.charset": "Der Zeichensatz der Eingabedateien.", + "tsconfig.json.compilerOptions.declaration": "Generiert entsprechende \"d.ts\"-Dateien.", + "tsconfig.json.compilerOptions.diagnostics": "Diagnoseinformationen anzeigen", + "tsconfig.json.compilerOptions.emitBOM": "Ausgeben einer UTF-8-Bytereihenfolgemarkierung (BOM) am Anfang von Ausgabedateien.", + "tsconfig.json.compilerOptions.inlineSourceMap": "Ausgeben einer Datei mit Quellzuordnungen anstelle separater Dateien.", + "tsconfig.json.compilerOptions.inlineSources": "Ausgeben der Quelle zusammen mit den Quellzuordnungen in einer Datei (erfordert, dass \"-inlineSourceMap\" festgelegt ist).", + "tsconfig.json.compilerOptions.listFiles": "Ausgeben von Namen des Dateiteils der Kompilierung.", + "tsconfig.json.compilerOptions.locale": "Das Gebietsschema zum Anzeigen von Fehlermeldungen, z. B. \"en-us\".", + "tsconfig.json.compilerOptions.mapRoot": "Gibt den Speicherort an, an dem der Debugger Zuordnungsdateien finden sollte (anstatt generierte Speicherorte)", + "tsconfig.json.compilerOptions.module": "Modulcodegenerierung angeben: \"CommonJS\", \"Amd\", \"System\" oder \"UMD\".", + "tsconfig.json.compilerOptions.newLine": "Gibt das Ende der Zeilensequenz an, die beim Ausgegeben von Dateien verwendet werden soll: \"CRLF\" (DOS) oder \"LF\" (Unix).", + "tsconfig.json.compilerOptions.noEmit": "Keine Ausgabe vornehmen.", + "tsconfig.json.compilerOptions.noEmitHelpers": "Keine Generierierung von benutzerdefinierten Hilfsfunktionen wie \"__extends\" in der kompilierten Ausgabe.", + "tsconfig.json.compilerOptions.noEmitOnError": "Nicht ausgeben, wenn Typenprüffehler gemeldet wurden.", + "tsconfig.json.compilerOptions.noImplicitAny": "Warnung bei Ausdrücken und Deklarationen mit einem impliziten \"any\"-Typ.", + "tsconfig.json.compilerOptions.noLib": "Die Standardbibliothekdatei (\"lib.d.ts\") nicht einschließen.", + "tsconfig.json.compilerOptions.out": "Verketten und Ausgeben in eine einzige Datei.", + "tsconfig.json.compilerOptions.outDir": "Ausgabestruktur an das Verzeichnis umleiten.", + "tsconfig.json.compilerOptions.preserveConstEnums": "Keine \"const\"-Enumerationsdeklarationen im generierten Code löschen.", + "tsconfig.json.compilerOptions.removeComments": "Keine Kommentare an die Ausgabe übergeben.", + "tsconfig.json.compilerOptions.rootDir": "Gibt das Stammverzeichnis der Eingabedateien an. Wird verwendet, um die Ausgabeverzeichnisstruktur mit \"--outDir\" zu steuern.", + "tsconfig.json.compilerOptions.sourceMap": "Generiert entsprechende MAP-Datei.", + "tsconfig.json.compilerOptions.sourceRoot": "Gibt den Speicherort an, an dem vom Debugger TypeScript-Dateien statt Quellspeicherorte gefunden werden sollen.", + "tsconfig.json.compilerOptions.suppressImplicitAnyIndexErrors": "\"noImplicitAny\"-Fehler für Indizierungsobjekte ohne Indexsignaturen unterdrücken.", + "tsconfig.json.compilerOptions.target": "ECMAScript-Zielversion angeben: \"ES3\" (Standard), \"ES5\" oder \"ES6\" (experimentell).", + "tsconfig.json.files": "Wenn in \"tsconfig.json\" keine \"files\"-Eigenschaft vorhanden ist, schließt der Compiler standardmäßig alle Dateien in den enthaltenen Verzeichnissen und Unterverzeichnissen ein. Wenn eine \"files\"-Eigenschaft angegeben ist, werden nur diese Dateien eingeschlossen.", + "tsconfig.json.title": "JSON-Schema für die Konfigurationsdatei des TypeScript-Compilers" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/languages/json/common/parser/jsonParser.i18n.json b/i18n/deu/src/vs/languages/json/common/parser/jsonParser.i18n.json new file mode 100644 index 00000000000..ef122727fb4 --- /dev/null +++ b/i18n/deu/src/vs/languages/json/common/parser/jsonParser.i18n.json @@ -0,0 +1,44 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "ColonExpected": "Doppelpunkt erwartet", + "DisallowedExtraPropWarning": "Eigenschaft {0} ist nicht zulässig", + "DoubleQuotesExpected": "Eigenschaftsschlüssel müssen mit doppelten Anführungszeichen formatiert werden.", + "DuplicateKeyWarning": "Doppelter Objektschlüssel", + "End of file expected": "Dateiende erwartet", + "ExpectedCloseBrace": "Komma oder schließende geschweifte Klammer erwartet.", + "ExpectedCloseBracket": "Komma ode schließende Klammer erwartet.", + "Invalid symbol": "JSON-Objekt, Array oder Literal erwartet", + "InvalidEscapeCharacter": "Ungültiges Escapezeichen in Zeichenfolge", + "InvalidNumberFormat": "Ungültiges Zahlenformat", + "InvalidUnicode": "Ungültige Unicodesequenz in Zeichenfolge", + "MaxPropWarning": "Objekt verfügt über mehr Eigenschaften als das Limit von {0}", + "MinPropWarning": "Objekt verfügt über weniger Eigenschaften als die erforderliche Anzahl von {0}", + "MissingRequiredPropWarning": "Fehlende Eigenschaft \"{0}\"", + "PropertyExpected": "Eigenschaft erwartet", + "RequiredDependentPropWarning": "Eigenschaft {0} ist für Objekt nicht vorhanden, die für Eigenschaft {1} erforderlich ist", + "UnexpectedEndOfComment": "Unerwartetes Kommentarende", + "UnexpectedEndOfNumber": "Unerwartetes Ende der Zahl", + "UnexpectedEndOfString": "Unerwartetes Ende der Zeichenfolge", + "ValueExpected": "Wert erwartet", + "additionalItemsWarning": "Array hat nach dem Schema zu viele Elemente. {0} oder weniger erwartet", + "enumWarning": "Wert ist kein zulässiger Wert. Gültige Werte: {0}", + "exclusiveMaximumWarning": "Wert liegt über dem exklusiven Maximum von {0}", + "exclusiveMinimumWarning": "Wert liegt unter dem exklusiven Minimum von {0}", + "maxItemsWarning": "Array enthält zu viele Elemente. {0} oder weniger erwartet", + "maxLengthWarning": "Zeichenfolge ist kürzer als die maximale Länge von ", + "maximumWarning": "Wert liegt über dem Maximum von {0}", + "minItemsWarning": "Array enthält zu wenige Elemente. {0} oder mehr erwartet", + "minLengthWarning": "Zeichenfolge ist kürzer als die minimale Länge von ", + "minimumWarning": "Wert liegt unter dem Minimum von {0}", + "multipleOfWarning": "Wert ist nicht teilbar durch {0}", + "notSchemaWarning": "Stimmt mit einem nicht zulässigen Schema überein.", + "oneOfWarning": "Stimmt mit mehreren Schemas überein, obwohl nur ein Schema übereinstimmen darf.", + "patternWarning": "Die Zeichenfolge stimmt nicht mit dem Muster \"{0}\" überein", + "typeArrayMismatchWarning": "Falscher Typ. Einer von {0} erwartet", + "typeMismatchWarning": "Falscher Typ. Erwartet wurde \"{0}\"", + "uniqueItemsWarning": "Array enthält doppelte Elemente." +} \ No newline at end of file diff --git a/i18n/deu/src/vs/languages/json/contributions/packageJSONContribution.i18n.json b/i18n/deu/src/vs/languages/json/contributions/packageJSONContribution.i18n.json new file mode 100644 index 00000000000..84ac4a5e93a --- /dev/null +++ b/i18n/deu/src/vs/languages/json/contributions/packageJSONContribution.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "json.npm.package.hover": "{0}", + "json.npm.version.hover": "Aktuelle Version: {0}", + "json.package.default": "Standarddatei \"package.json\"" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/languages/less/common/less.contribution.i18n.json b/i18n/deu/src/vs/languages/less/common/less.contribution.i18n.json new file mode 100644 index 00000000000..51a68e888f4 --- /dev/null +++ b/i18n/deu/src/vs/languages/less/common/less.contribution.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "lessConfigurationDescription": "Damit wird die LESS-Sprache konfiguriert.", + "lessConfigurationTitle": "LESS-Konfiguration", + "lessLint": "Steuert die in der LESS Lint-Validierung verwendeten Problemschweregrade.", + "lessValidationSettings": "Steuert die LESS-Validierung." +} \ No newline at end of file diff --git a/i18n/deu/src/vs/languages/less/common/services/intelliSense.i18n.json b/i18n/deu/src/vs/languages/less/common/services/intelliSense.i18n.json new file mode 100644 index 00000000000..801afae981e --- /dev/null +++ b/i18n/deu/src/vs/languages/less/common/services/intelliSense.i18n.json @@ -0,0 +1,60 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "less.builtin.abs": "Absoluter Wert einer Zahl", + "less.builtin.acos": "Arkuskosinus - Umkehrung der Kosinusfunktion", + "less.builtin.alpha": "Gibt den \"Alpha\"-Kanal von \"@color\" zurück", + "less.builtin.argb": "Erstellt #AARRGGBB", + "less.builtin.asin": "Arkussinus - Umkehrung der Sinusfunktion", + "less.builtin.atan": "Arkustangens - Umkehrung der Tangensfunktion", + "less.builtin.blue": "Gibt den \"Blau\"-Kanal von \"@color\" zurück", + "less.builtin.ceil": "Rundet auf eine ganze Zahl auf", + "less.builtin.color": "Analysiert eine Zeichenfolge in eine Farbe", + "less.builtin.contrast": "Gibt \"@darkcolor\" zurück, wenn \"@color1\" > 43 % Luma ist. Andernfalls wird \"@lightcolor\" zurückgegeben. Weitere Informationen finden Sie in den Hinweisen.", + "less.builtin.convert": "Konvertiert eine Zahl von einem Typ in einen anderen", + "less.builtin.cos": "Kosinusfunktion", + "less.builtin.darken": "Gibt \"@color\" 10 % Punkte _dunkler_ zurück", + "less.builtin.data-uri": "Bettet eine Ressource ein und führt einen Fallback zu \"url()\" aus", + "less.builtin.desaturate": "Gibt \"@color\" 10 % Punkte _weniger_ gesättigt zurück", + "less.builtin.e": "Inhalt der Escapezeichenfolge", + "less.builtin.escape": "URL codiert eine Zeichenfolge", + "less.builtin.extract": "Gibt einen Wert an der angegebenen Position in der Liste zurück", + "less.builtin.fade": "Gibt \"@color\" mit 50 % Transparenz zurück", + "less.builtin.fadein": "Gibt \"@color\" 10 % Punkte _weniger_ transparent zurück", + "less.builtin.fadeout": "Gibt \"@color\" 10 % Punkte _mehr_ transparent zurück", + "less.builtin.floor": "Rundet auf eine ganze Zahl ab", + "less.builtin.green": "Gibt den \"Grün\"-Kanal von \"@color\" zurück", + "less.builtin.greyscale": "Gibt eine graue, 100 % ungesättigte Farbe zurück", + "less.builtin.hsl": "Erstellt eine Farbe", + "less.builtin.hsla": "Erstellt eine Farbe", + "less.builtin.hsv": "Erstellt eine Farbe", + "less.builtin.hsva": "Erstellt eine Farbe", + "less.builtin.hsvhue": "Gibt den \"Farbton\"-Kanal von \"@color\" im HSV-Bereich zurück", + "less.builtin.hsvsaturation": "Gibt den \"Sättigung\"-Kanal von \"@color\" im HSV-Bereich zurück", + "less.builtin.hsvvalue": "Gibt den \"Wert\"-Kanal von \"@color\" im HSV-Bereich zurück", + "less.builtin.hue": "Gibt den \"Farbton\"-Kanal von \"@color\" im HSL-Bereich zurück", + "less.builtin.length": "Gibt die Anzahl der Elemente in einer Werteliste zurück", + "less.builtin.lighten": "Gibt \"@color\" 10 % Punkte _heller_ zurück", + "less.builtin.lightness": "Gibt den \"Helligkeit\"-Kanal von \"@color\" im HSL-Bereich zurück", + "less.builtin.luma": "Gibt den Luma-Wert (wahrnehmbare Helligkeit) von \"@color\" zurück.", + "less.builtin.max": "Gibt den kleinsten Wert von einem oder mehreren Werten zurück", + "less.builtin.min": "Gibt den kleinsten Wert von einem oder mehreren Werten zurück", + "less.builtin.mix": "Gibt eine Mischung aus \"@color1\" und \"@color2\" zurück", + "less.builtin.mod": "Erstes Argument Modulus zweites Argument", + "less.builtin.percentage": "Konvertiert in %, z. B. 0,5 > 50 %", + "less.builtin.pi": "Gibt Pi zurück", + "less.builtin.pow": "Erstes Argument mit zweitem Argument potenziert", + "less.builtin.red": "Gibt den \"Rot\"-Kanal von \"@color\" zurück", + "less.builtin.replace": "Zeichenfolgenersetzung", + "less.builtin.round": "Rundet eine Zahl auf eine Anzahl von Stellen", + "less.builtin.saturate": "Gibt \"@color\" 10 % Punkte _mehr_ gesättigt zurück", + "less.builtin.saturation": "Gibt den \"Sättigung\"-Kanal von \"@color\" im HSL-Bereich zurück", + "less.builtin.sin": "Sinusfunktion", + "less.builtin.spin": "Gibt \"@color\" mit einem 10 % höheren Farbton zurück", + "less.builtin.sqrt": "Berechnet die Quadratwurzel einer Zahl", + "less.builtin.tan": "Tangensfunktion", + "less.builtin.unit": "Entfernt oder ändert die Einheit einer Dimension" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/languages/less/lessWorker.i18n.json b/i18n/deu/src/vs/languages/less/lessWorker.i18n.json new file mode 100644 index 00000000000..77a351673e1 --- /dev/null +++ b/i18n/deu/src/vs/languages/less/lessWorker.i18n.json @@ -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. +{ + "literal.fontface": "@font-face", + "literal.keyframes": "@keyframes {0}" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/languages/less/parser/errors.i18n.json b/i18n/deu/src/vs/languages/less/parser/errors.i18n.json new file mode 100644 index 00000000000..68c38eb2c64 --- /dev/null +++ b/i18n/deu/src/vs/languages/less/parser/errors.i18n.json @@ -0,0 +1,24 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "expected.colon": "Doppelpunkt erwartet", + "expected.condt": "Bedingung erwartet", + "expected.dot": "Punkt erwartet", + "expected.ident": "Bezeichner erwartet", + "expected.lcurly": "{ erwartet.", + "expected.lparen": "( erwartet", + "expected.lsquare": "[ erwartet", + "expected.number": "Zahl erwartet", + "expected.operator": "Operator erwartet", + "expected.propvalue": "Eigenschaftswert erwartet", + "expected.rcurly": "} erwartet.", + "expected.rparent": ") erwartet.", + "expected.rsquare": "] erwartet", + "expected.semicolon": "Semikolon erwartet", + "expected.term": "Begriff erwartet", + "expected.varname": "Variablenname erwartet", + "expected.varvalue": "Variablenwert erwartet" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/languages/less/services/lint.i18n.json b/i18n/deu/src/vs/languages/less/services/lint.i18n.json new file mode 100644 index 00000000000..e2961ae1880 --- /dev/null +++ b/i18n/deu/src/vs/languages/less/services/lint.i18n.json @@ -0,0 +1,20 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "parse.error.general": "Analysefehler: {0}", + "rule.colorFunction": "ungültige Anzahl von Parametern", + "rule.duplicateDeclarations": "Keine doppelten Formatdefinitionen verwenden", + "rule.emptyRuleSets": "Keine leeren Regelsätze verwenden", + "rule.fontFaceProperties": "@font-face-Regel muss Eigenschaften src und font-family definieren", + "rule.hexColor": "Hexadezimale Farbwerte müssen aus drei oder sechs Hexadezimalzahlen bestehen", + "rule.importDirective": "Import-Anweisungen können nicht parallel laden", + "rule.universalSelector": "Es ist bekannt, dass der Universal-Selektor (*) langsam ist", + "rule.unkownProperty": "Unbekannte Eigenschaft.", + "rule.vendorprefixes.all": "Stellen Sie beim Verwenden eines anbieterspezifischen Präfixes sicher, alle anderen ebenfalls zu verwenden.", + "rule.vendorprefixes.standard": "Stellen Sie bei Verwendung von anbieterspezifischen Präfixen sicher, den Standardnamen ebenfalls einzuschließen", + "rule.withHeightAndBorderPadding": "Verwenden Sie width oder height nicht beim Festlegen von padding oder border", + "rule.zeroWidthUnit": "Keine Einheit für Null erforderlich" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/languages/lib/javascriptSnippets.i18n.json b/i18n/deu/src/vs/languages/lib/javascriptSnippets.i18n.json new file mode 100644 index 00000000000..4b6136518b0 --- /dev/null +++ b/i18n/deu/src/vs/languages/lib/javascriptSnippets.i18n.json @@ -0,0 +1,22 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "define.snippet": "Modul definieren", + "dowhile.snippet": "Do-While-Anweisung", + "for.snippet": "For-Schleife", + "foreach.snippet": "For-Each-Schleife", + "forin.snippet": "For-In-Schleife", + "function.snippet": "Function-Anweisung", + "if.snippet": "If-Anweisung", + "ifelse.snippet": "If-Else-Anweisung", + "log.snippet": "Konsolenprotokoll", + "new.snippet": "New-Anweisung", + "settimeout.snippet": "Timeout-Funktion festlegen", + "switch.snippet": "Switch-Anweisung", + "tripleslashreference.snippet": "Relativer Verweis auf eine andere Datei", + "trycatch.snippet": "Try-Catch-Anweisung", + "while.snippet": "While-Anweisung" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/languages/markdown/common/markdown.contribution.i18n.json b/i18n/deu/src/vs/languages/markdown/common/markdown.contribution.i18n.json new file mode 100644 index 00000000000..e8da89869d2 --- /dev/null +++ b/i18n/deu/src/vs/languages/markdown/common/markdown.contribution.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "markdownConfigurationDescription": "Damit werden mit Markdown-Vorschau verbundene Eigenschaften konfiguriert.", + "markdownConfigurationTitle": "Markdown-Vorschau-Konfiguration", + "styles": "Eine Liste von URLs oder lokalen Pfaden zu CSS-Stylesheets, die in der Markdown-Vorschau zu verwenden sind." +} \ No newline at end of file diff --git a/i18n/deu/src/vs/languages/markdown/markdownSnippets.i18n.json b/i18n/deu/src/vs/languages/markdown/markdownSnippets.i18n.json new file mode 100644 index 00000000000..f7fd5ffc84b --- /dev/null +++ b/i18n/deu/src/vs/languages/markdown/markdownSnippets.i18n.json @@ -0,0 +1,18 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "bold.snippet": "Fett formatierten Text einfügen", + "code.snippet": "Code einfügen", + "fencedcodeblock.snippet": "Umgrenzenden Codeabschnitt einfügen", + "heading.snippet": "Überschrift einfügen", + "image.snippet": "Bild einfügen", + "italic.snippet": "Kursiv formatierten Text einfügen", + "link.snippet": "Link einfügen", + "orderedList.snippet": "Sortierte Liste einfügen", + "quote.snippet": "Zitierten Text einfügen", + "rule.snippet": "Horizontale Trennlinie einfügen", + "unorderedList.snippet": "Unsortierte Liste einfügen" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/languages/sass/common/parser/sassErrors.i18n.json b/i18n/deu/src/vs/languages/sass/common/parser/sassErrors.i18n.json new file mode 100644 index 00000000000..fd5dd75f151 --- /dev/null +++ b/i18n/deu/src/vs/languages/sass/common/parser/sassErrors.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "expected.from": "'from' erwartet", + "expected.in": "„in“ erwartet.", + "expected.through": "'through' oder 'to' erwartet" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/languages/sass/common/sass.contribution.i18n.json b/i18n/deu/src/vs/languages/sass/common/sass.contribution.i18n.json new file mode 100644 index 00000000000..06c44f509de --- /dev/null +++ b/i18n/deu/src/vs/languages/sass/common/sass.contribution.i18n.json @@ -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. +{ + "sassConfigurationTitle": "SASS-Konfiguration", + "sassLint": "Steuert die in der SASS Lint-Validierung verwendeten Problemschweregrade." +} \ No newline at end of file diff --git a/i18n/deu/src/vs/languages/sass/common/services/intelliSense.i18n.json b/i18n/deu/src/vs/languages/sass/common/services/intelliSense.i18n.json new file mode 100644 index 00000000000..9891c0c03c0 --- /dev/null +++ b/i18n/deu/src/vs/languages/sass/common/services/intelliSense.i18n.json @@ -0,0 +1,81 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "sass.builtin.abs": "Gibt den absoluten Wert einer Zahl zurück", + "sass.builtin.adjust-color": "Erhöht oder reduziert eine oder mehrere Komponenten einer Farbe", + "sass.builtin.adjust-hue": "Ändert den Farbton einer Farbe", + "sass.builtin.alpha": "Ruft die Deckkraftkomponente einer Farbe ab", + "sass.builtin.append": "Fügt einen einzelnen Wert an das Ende einer Liste an", + "sass.builtin.blue": "Ruft die Blaukomponente einer Farbe ab", + "sass.builtin.call": "Ruft eine SASS-Funktion dynamisch auf.", + "sass.builtin.ceil": "Rundet eine Zahl auf die nächste ganze Zahl auf", + "sass.builtin.change-color": "Ändert eine oder mehrere Eigenschaften einer Farbe", + "sass.builtin.comparable": "Gibt zurück, ob zwei Zahlen addiert, subtrahiert oder verglichen werden können", + "sass.builtin.complement": "Gibt das Komplement einer Farbe zurück", + "sass.builtin.darken": "Verringert die Helligkeit einer Farbe", + "sass.builtin.desaturate": "Verringert die Sättigung einer Farbe", + "sass.builtin.fade-in": "Verringert die Transparenz einer Farbe", + "sass.builtin.feature-exists": "Gibt zurück, ob ein Feature in der aktuellen SASS-Laufzeit vorhanden ist.", + "sass.builtin.floor": "Rundet eine Zahl auf die vorherige ganze Zahl ab", + "sass.builtin.function-exists": "Gibt zurück, ob eine Funktion mit einem angegebenen Namen vorhanden ist", + "sass.builtin.global-variable-exists": "Gibt zurück, ob eine Variable mit dem angegebenen Namen im globalen Gültigkeitsbereich vorhanden ist", + "sass.builtin.grayscale": "Konvertiert eine Farbe in Graustufen", + "sass.builtin.green": "Ruft die Grünkomponente einer Farbe ab", + "sass.builtin.hue": "Ruft die Farbtonkomponente einer Farbe ab", + "sass.builtin.ie-hex-str": "Konvertiert eine Farbe in das Format, das von IE-Filtern verstanden wird", + "sass.builtin.index": "Gibt die Position eines Werts innerhalb einer Liste zurück", + "sass.builtin.inspect": "Gibt die Zeichenfolgendarstellung eines Werts so zurück, wie er in SASS dargestellt werden würde.", + "sass.builtin.invert": "Gibt die Umkehrung einer Farbe zurück", + "sass.builtin.is-superselector": "Gibt zurück, ob \"$super\" allen Elementen entspricht, denen auch \"$sub\" entspricht - und möglicherweise mehr", + "sass.builtin.join": "Führt zwei Listen zu einer zusammen", + "sass.builtin.keywords": "Gibt die Schlüsselwörter zurück, die an eine Funktion übergeben werden, die Variablenargumente akzeptiert.", + "sass.builtin.length": "Gibt die Länge einer Liste zurück", + "sass.builtin.lighten": "Erhöht die Helligkeit einer Farbe", + "sass.builtin.lightness": "Ruft die Helligkeitskomponente einer Farbe ab", + "sass.builtin.list-separator": "Gibt das Trennzeichen einer Liste zurück", + "sass.builtin.map-get": "Gibt den Wert in einer Zuordnung zurück, der mit einem angegebenen Schlüssel verknüpft ist", + "sass.builtin.map-has-key": "Gibt zurück, ob eine Zuordnung über einen Wert verfügt, der mit einem angegebenen Schlüssel verknüpft ist", + "sass.builtin.map-keys": "Gibt eine Liste aller Schlüssel in einer Zuordnung zurück", + "sass.builtin.map-merge": "Führt zwei Zuordnungen zu einer neuen Zuordnung zusammen", + "sass.builtin.map-remove": "Gibt eine neue Zuordnung ohne Schlüssel zurück", + "sass.builtin.map-values": "Gibt eine Liste aller Werte in einer Zuordnung zurück", + "sass.builtin.max": "Ermittelt den Maximalwert mehrerer Zahlen", + "sass.builtin.min": "Ermittelt den Minimalwert mehrerer Zahlen", + "sass.builtin.mix": "Vermischt zwei Farben miteinander", + "sass.builtin.mixin-exists": "Gibt zurück, ob ein Mixin mit dem angegebenen Namen vorhanden ist", + "sass.builtin.nth": "Gibt ein bestimmtes Element in einer Liste zurück", + "sass.builtin.opacify": "Verringert die Transparenz einer Farbe", + "sass.builtin.percentage": "Konvertiert eine Zahl ohne Einheit in eine Prozentzahl", + "sass.builtin.quote": "Fügt einer Zeichenfolge Anführungszeichen hinzu", + "sass.builtin.random": "Gibt eine zufällige Zahl zurück", + "sass.builtin.red": "Ruft die Rotkomponente einer Farbe ab", + "sass.builtin.rgba": "Ändert die Alphakomponente einer Farbe", + "sass.builtin.round": "Rundet eine Zahl auf die nächste ganze Zahl", + "sass.builtin.saturate": "Erhöht die Sättigung einer Farbe", + "sass.builtin.saturation": "Ruft die Sättigungskomponente einer Farbe ab", + "sass.builtin.scale-color": "Skaliert fließend eine oder mehrere Eigenschaften einer Farbe", + "sass.builtin.selector-append": "Fügt Selektoren aneinander an (ohne Leerzeichen)", + "sass.builtin.selector-extend": "Erweitert \"$extendee\" mit \"$extender\" innerhalb von \"$selector\"", + "sass.builtin.selector-nest": "Schachtelt Selektoren untereinander wie im Stylesheet", + "sass.builtin.selector-parse": "Analysiert einen Selektor in das Format, das von & zurückgegeben wird", + "sass.builtin.selector-replace": "Ersetzt \"$original\" durch \"$replacement\" innerhalb von \"$selector\"", + "sass.builtin.selector-unify": "Führt zwei Selektoren zusammen, um einen Selektor zu erstellen, der Elementen entspricht, die beiden entsprechen", + "sass.builtin.set-nth": "Ersetzt das n-te Element in einer Liste", + "sass.builtin.simple-selectors": "Gibt die einfachen Selektoren zurück, aus denen ein Verbundselektor besteht", + "sass.builtin.str-index": "Gibt den Index des ersten Auftretens von \"$substring\" in \"$string\" zurück", + "sass.builtin.str-insert": "Fügt \"$insert\" an Position \"$index\" in \"$string\" ein", + "sass.builtin.str-length": "Gibt die Anzahl der Zeichen in einer Zeichenfolge zurück", + "sass.builtin.str-slice": "Extrahiert eine Teilzeichenfolge aus \"$string\"", + "sass.builtin.to-lower-case": "Konvertiert eine Zeichenfolge in Kleinbuchstaben", + "sass.builtin.to-upper-case": "Konvertiert eine Zeichenfolge in Großbuchstaben", + "sass.builtin.transparentize": "Erhöht die Transparenz einer Farbe", + "sass.builtin.type-of": "Gibt den Typ eines Werts zurück", + "sass.builtin.unit": "Gibt die Einheiten zurück, die einer Zahl zugeordnet sind", + "sass.builtin.unitless": "Gibt zurück, ob eine Zahl über Einheiten verfügt", + "sass.builtin.unquote": "Entfernt Anführungszeichen aus einer Zeichenfolge", + "sass.builtin.variable-exists": "Gibt zurück, ob eine Variable mit dem angegebenen Namen im aktuellen Gültigkeitsbereich vorhanden ist", + "sass.builtin.zip": "Führt mehrere Listen zu einer einzigen mehrdimensionalen Liste zusammen" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/languages/typescript.workbench/common/projectResolver.i18n.json b/i18n/deu/src/vs/languages/typescript.workbench/common/projectResolver.i18n.json new file mode 100644 index 00000000000..0d6b8e4513a --- /dev/null +++ b/i18n/deu/src/vs/languages/typescript.workbench/common/projectResolver.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "resolve.files.N": "Weitere Dateien werden geladen..." +} \ No newline at end of file diff --git a/i18n/deu/src/vs/languages/typescript/common/features/quickFix.i18n.json b/i18n/deu/src/vs/languages/typescript/common/features/quickFix.i18n.json new file mode 100644 index 00000000000..a5ff01cda50 --- /dev/null +++ b/i18n/deu/src/vs/languages/typescript/common/features/quickFix.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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.quickfix.addAsGlobal": "\"{0}\" als global markieren", + "typescript.quickfix.rename": "In \"{0}\" umbenennen", + "typescript.quickfix.typeDefinitions": "Typdefinition \"{0}\" herunterladen" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/languages/typescript/common/features/quickFixMainActions.i18n.json b/i18n/deu/src/vs/languages/typescript/common/features/quickFixMainActions.i18n.json new file mode 100644 index 00000000000..fc624bab2b3 --- /dev/null +++ b/i18n/deu/src/vs/languages/typescript/common/features/quickFixMainActions.i18n.json @@ -0,0 +1,12 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "typingsReference.already.exists": "\"{0}\" ist bereits vorhanden. Stellen Sie sicher, dass die Datei in \"jsconfig.json\" des Projekts enthalten ist.", + "typingsReference.error.download": "Die Datei \"d.ts\" unter \"{0}\" kann nicht abgerufen werden: {1}", + "typingsReference.error.write": "Problem beim Erstellen von \"{0}\": {1}", + "typingsReference.success.nojsconfig": "\"{0}\" wurde erfolgreich heruntergeladen.", + "typingsReference.success.withjsconfig": "\"{0}\" wurde erfolgreich heruntergeladen. Stellen Sie sicher, dass die Datei \"d.ts\" in \"jsconfig.json\" Ihres Projekts enthalten ist." +} \ No newline at end of file diff --git a/i18n/deu/src/vs/languages/typescript/common/lint/lint.i18n.json b/i18n/deu/src/vs/languages/typescript/common/lint/lint.i18n.json new file mode 100644 index 00000000000..1a06ee66f12 --- /dev/null +++ b/i18n/deu/src/vs/languages/typescript/common/lint/lint.i18n.json @@ -0,0 +1,24 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "javascript.comparisonOperatorNotStrict": "Verwenden Sie '!==' und '===' anstelle von '!=' und '=='.", + "javascript.functionInsideLoop": "Funktion innerhalb von Schleife.", + "javascript.missingSemicolon": "Fehlendes Semikolon.", + "javascript.newOnLowercaseFunctions": "Funktionsname in Kleinbuchstaben als Konstruktur verwendet.", + "javascript.reservedKeyword": "Verwenden Sie keine reservierten Schlüsselwörter.", + "javascript.semicolonInsteadOfBlock": "Semikolon statt eines Blocks.", + "javascript.typeofCannotBeCompared": "Unerwartete Ausgabe des 'typeof'-Operators.", + "javascript.typescriptSpecific": "Verwenden Sie in JavaScript keine für TypeScript spezifischen Sprachkonstrukte.", + "layout.curlyBracketsMustNotBeOmitted": "Denken Sie an die geschweiften Klammern.", + "layout.emptyblock": "Leere Blöcke sollten einen Kommentar enthalten.", + "typescript.looksLikeTripleSlash": "Meinten Sie '/// <reference path=\"some/path.ts\" />'?", + "typescript.missingReturnType": "Fehlender Rückgabetyp.", + "typescript.unusedFunction": "Nicht verwendete lokale Funktion.", + "typescript.unusedImport": "Nicht verwendeter Import.", + "typescript.unusedLocalVariable": "Nicht verwendete lokale Variable.", + "typescript.unusedPrivateMember": "Nicht verwendeter privater Member.", + "typescript.variableUsedBeforeDeclared": "Variable wird ohne vorherige Deklaration verwendet." +} \ No newline at end of file diff --git a/i18n/deu/src/vs/languages/typescript/common/participants/nlsParticipant.i18n.json b/i18n/deu/src/vs/languages/typescript/common/participants/nlsParticipant.i18n.json new file mode 100644 index 00000000000..f1dd74722aa --- /dev/null +++ b/i18n/deu/src/vs/languages/typescript/common/participants/nlsParticipant.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "missing.localize": "Zeichenfolge muss lokalisiert sein" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/languages/typescript/common/typescript.contribution.i18n.json b/i18n/deu/src/vs/languages/typescript/common/typescript.contribution.i18n.json new file mode 100644 index 00000000000..7f60e7e4e37 --- /dev/null +++ b/i18n/deu/src/vs/languages/typescript/common/typescript.contribution.i18n.json @@ -0,0 +1,34 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "allwaysAllWords": "Schließen Sie immer alle Wörter aus dem aktuellen Dokument ein.", + "baseUrl": "Ermöglicht das Konfigurieren der Basis-URL, die zum Auflösen von Modulreferenzen verwendet wird (http://requirejs.org/docs/api.html#config-baseUrl). Diese Optionen betreffen nur Projekte, die AMD (Asynchronous Module Definition) verwenden (\"module\": \"amd\").", + "compilationSettings": "Steuert die Funktionsweise der TypeScript-Validierung.", + "lint": "Steuert verschiedene Aspekte der Validierung.", + "lint.comparisonOperatorsNotStrict": "Verwenden Sie '!==' und '===' anstelle von '!=' und '=='.", + "lint.curlyBracketsMustNotBeOmitted": "Denken Sie an die geschweiften Klammern.", + "lint.emptyBlocksWithoutComment": "Leere Blöcke sollten einen Kommentar enthalten.", + "lint.functionsInsideLoops": "Funktion innerhalb von Schleife.", + "lint.functionsWithoutReturnType": "Denken Sie an die Rückgabetyp-Anmerkungen für Funktionen.", + "lint.missingSemicolon": "Fehlendes Semikolon.", + "lint.newOnLowercaseFunctions": "Funktionsname in Kleinbuchstaben als Konstruktur verwendet.", + "lint.reservedKeywords": "Verwenden Sie keine reservierten Schlüsselwörter.", + "lint.semicolonsInsteadOfBlocks": "Semikolon statt eines Blocks.", + "lint.tripleSlashReferenceAlike": "Sucht nach fehlerhaften Referenzen mit dreifachem Schrägstrich.", + "lint.typeScriptSpecifics": "Verwenden Sie in JavaScript keine für TypeScript spezifischen Sprachkonstrukte.", + "lint.unknownTypeOfResults": "Unerwartete Ausgabe des 'typeof'-Operators.", + "lint.unusedFunctions": "Nicht verwendete lokale Funktion.", + "lint.unusedMembers": "Nicht verwendeter privater Member.", + "lint.unusedVariables": "Nicht verwendete lokale Variable.", + "module": "Gibt das zu verwendende Modulsystem an.", + "noImplicitAny": "Erzwingen Sie alle Typdeklarationen explizit.", + "noLib": "Verwenden Sie keine Eingaben für die DOM- und Browserumgebung.", + "scope": "Gibt bei Vorhandensein mehrerer Validierungseinstellungen den Unterordner an, für den diese gelten.", + "suggestSettings": "Steuert die Funktionsweise von TypeScript-IntelliSense.", + "target": "Gibt die zu verwendende Version von ECMA-Script an.", + "tsConfigurationTitle": "TypeScript-Konfiguration", + "useCodeSnippetsOnMethodSuggest": "Vervollständigen Sie Funktionen mit deren Parametersignatur." +} \ No newline at end of file diff --git a/i18n/deu/src/vs/languages/typescript/common/typescriptMode.i18n.json b/i18n/deu/src/vs/languages/typescript/common/typescriptMode.i18n.json new file mode 100644 index 00000000000..0e8070142f9 --- /dev/null +++ b/i18n/deu/src/vs/languages/typescript/common/typescriptMode.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "err.tooMuchData": "Leider sind zu viele JavaScript-Quelldateien für VS-Code vorhanden. Verwenden Sie ggf. die Eigenschaft \"exclude\" in \"jsconfig.json\"." +} \ No newline at end of file diff --git a/i18n/deu/src/vs/languages/typescript/features/typescriptSnippets.i18n.json b/i18n/deu/src/vs/languages/typescript/features/typescriptSnippets.i18n.json new file mode 100644 index 00000000000..e1d28dda1e1 --- /dev/null +++ b/i18n/deu/src/vs/languages/typescript/features/typescriptSnippets.i18n.json @@ -0,0 +1,24 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "class.snippet": "Klassendefinition", + "constructor.snippet": "Konstruktor", + "doloop.snippet": "\"Do-while\"-Schleife", + "foreach.snippet": "For-Each-Schleife, die => verwendet", + "fullproperty.snippet": "Vollständige Eigenschaft definieren", + "getproperty.snippet": "Eigenschaftsabruf", + "importstatement.snippet": "Importieren Sie ein externes Modul.", + "jsdoc.snippet": "jsdoc-Ausschnitt", + "log.snippet": "In Konsole protokollieren", + "privatemethod.snippet": "Definition private Methode", + "publicmethod.snippet": "Definition öffentliche Methode", + "returnfalse.snippet": "\"false\" zurückgeben", + "returnstatement.snippet": "Anweisung zurückgeben", + "returntrue.snippet": "\"true\" zurückgeben", + "setproperty.snippet": "Eigenschaftsfestlegung", + "throwexception.snippet": "Ausnahme ausgeben", + "tripleslashreference.snippet": "Verweis mit drei Schrägstrichen" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/languages/typescript/project/dependencyResolver.i18n.json b/i18n/deu/src/vs/languages/typescript/project/dependencyResolver.i18n.json new file mode 100644 index 00000000000..27a2ed3157a --- /dev/null +++ b/i18n/deu/src/vs/languages/typescript/project/dependencyResolver.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "ref.loadFailure": "Datei '{0}' nicht gefunden" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/languages/typescript/service/typescriptSnippets.i18n.json b/i18n/deu/src/vs/languages/typescript/service/typescriptSnippets.i18n.json new file mode 100644 index 00000000000..60b76a1e4fb --- /dev/null +++ b/i18n/deu/src/vs/languages/typescript/service/typescriptSnippets.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "class.snippet": "Klassendefinition", + "constructor.snippet": "Konstruktor", + "foreach.snippet": "For-Each-Schleife, die => verwendet", + "importstatement.snippet": "Importieren Sie ein externes Modul.", + "jsdoc.snippet": "jsdoc-Ausschnitt", + "privatemethod.snippet": "Definition private Methode", + "publicmethod.snippet": "Definition öffentliche Methode" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/languages/vb/vbSnippets.i18n.json b/i18n/deu/src/vs/languages/vb/vbSnippets.i18n.json new file mode 100644 index 00000000000..f23587fea49 --- /dev/null +++ b/i18n/deu/src/vs/languages/vb/vbSnippets.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "vbFor.snippet": "For...Next-Schleife", + "vbForEach.snippet": "For Each...Next", + "vbForI.snippet": "For i...Next i", + "vbForJ.snippet": "For j...Next j", + "vbPublicFunction.snippet": "Public Function...", + "vbPublicSub.snippet": "Öffentliches Sub ...", + "vbWhile.snippet": "While ... End While" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/monaco/contrib/actions/changeTheme.i18n.json b/i18n/deu/src/vs/monaco/contrib/actions/changeTheme.i18n.json new file mode 100644 index 00000000000..c7be4cf6798 --- /dev/null +++ b/i18n/deu/src/vs/monaco/contrib/actions/changeTheme.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "highContrastTheme": "Design mit hohem Kontrast", + "vsDarkTheme": "Dunkles Visual Studio-Design", + "vsLightTheme": "Visual Studio-Design" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/monaco/contrib/actions/pinWorkbench.i18n.json b/i18n/deu/src/vs/monaco/contrib/actions/pinWorkbench.i18n.json new file mode 100644 index 00000000000..c1723feec10 --- /dev/null +++ b/i18n/deu/src/vs/monaco/contrib/actions/pinWorkbench.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "pinShortcut": "Verknüpfung an Startmenü anheften" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/monaco/contrib/actions/showQuickStart.i18n.json b/i18n/deu/src/vs/monaco/contrib/actions/showQuickStart.i18n.json new file mode 100644 index 00000000000..9b13735a3fb --- /dev/null +++ b/i18n/deu/src/vs/monaco/contrib/actions/showQuickStart.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "showQuickStart": "Schnellstart anzeigen" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/monaco/contrib/connect/connectDropdown.i18n.json b/i18n/deu/src/vs/monaco/contrib/connect/connectDropdown.i18n.json new file mode 100644 index 00000000000..5eb31d349b3 --- /dev/null +++ b/i18n/deu/src/vs/monaco/contrib/connect/connectDropdown.i18n.json @@ -0,0 +1,16 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "accountHome": "„{0}“-Startseite von Visual Studio Online öffnen", + "clone": "Repository von Visual Studio Online klonen", + "connectToVSO": "Mit Visual Studio Online verbinden", + "connections": "Verbindungen", + "disconnectFromVSO": "Von Visual Studio Online trennen", + "disconnectedFromVSO": "Sie haben diesen Arbeitsbereich erfolgreich vom Visual Studio Online-Konto „{0}“ getrennt.", + "openAzureDashboard": "Microsoft Azure-Dashboard öffnen", + "openKuduConsole": "Kudu-Konsole öffnen", + "openWebSite": "Website durchsuchen" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/monaco/contrib/profile/profileWidget.i18n.json b/i18n/deu/src/vs/monaco/contrib/profile/profileWidget.i18n.json new file mode 100644 index 00000000000..867ef9d06f7 --- /dev/null +++ b/i18n/deu/src/vs/monaco/contrib/profile/profileWidget.i18n.json @@ -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. +{ + "myProfile": "Eigenes Profil", + "signOut": "Abmelden" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/monaco/contrib/sandbox/sandboxActions.i18n.json b/i18n/deu/src/vs/monaco/contrib/sandbox/sandboxActions.i18n.json new file mode 100644 index 00000000000..67841525f9b --- /dev/null +++ b/i18n/deu/src/vs/monaco/contrib/sandbox/sandboxActions.i18n.json @@ -0,0 +1,20 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "customUpdateAction": "Aktualisieren auf...", + "customVersionPrompt": "Benutzerdefinierte Version:", + "dashboardAction": "Dashboard der Azure-Website", + "debugAction": "Debug", + "host": "Host: {0}", + "hostPrompt": "Host", + "loading": "Wird geladen...", + "logAction": "Protokoll", + "pingResponseAction": "Ping-Antwort: {0}", + "restartAction": "Neu starten", + "stableUpdateAction": "Auf stabile Version aktualisieren", + "versionAction": "Version: {0}", + "versionPrompt": "Version" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/monaco/core/requestService.i18n.json b/i18n/deu/src/vs/monaco/core/requestService.i18n.json new file mode 100644 index 00000000000..7a7d243e9f7 --- /dev/null +++ b/i18n/deu/src/vs/monaco/core/requestService.i18n.json @@ -0,0 +1,19 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "azurePortalInfo": "Um zu erfahren, ob Ihre Site beendet wurde, besuchen Sie das entsprechende Dashboard auf dem [[Azure-Portal]].", + "checkConnection": "Überprüfen Sie Ihre Internetverbindung.", + "doNotRefresh": "Aktualisieren Sie den Browser zum jetzigen Zeitpunkt nicht.", + "noMore": "Da die Verbindung zum Server schon vor einiger Zeit unterbrochen wurde, versucht die Workbench nicht länger, diese automatisch erneut herzustellen.", + "notConnectedTitle": "Die Verbindung zum Server wurde getrennt.", + "notRecommended": "Zum jetzigen Zeitpunkt wird eine Aktualisierung nicht empfohlen.", + "quotaProblem": "Wenn die Verbindung aufgrund einer Kontingentüberschreitung unterbrochen wurde, sollten Sie den Modus Ihrer Site überprüfen. Je nach Modus der Site können Sie das Kontingentproblem möglicherweise in wenigen Minuten beheben. Für andere Kontingentgrenzen sollten Sie ein Upgrade der Site auf einen anderen Modus in Betracht ziehen, beispielsweise 'Shared' oder 'Standard'.", + "reconnectNow": "Herstellen der Verbindung jetzt wiederholen", + "reconnecting": "Verbindung wird erneut hergestellt...", + "reconnectingIn": "Erneuter Verbindungsversuch in {0} Sekunden.", + "siteStoppedProblem": "Wenn Ihre Site aus anderen Gründen getrennt wurde, versuchen Sie sie erneut zu starten.", + "visualStudioUnavailableTitle": "Die Onlinebearbeitung von Visual Studio ist derzeit nicht verfügbar." +} \ No newline at end of file diff --git a/i18n/deu/src/vs/monaco/ui/dashboard/actions.i18n.json b/i18n/deu/src/vs/monaco/ui/dashboard/actions.i18n.json new file mode 100644 index 00000000000..e0103c5b6d5 --- /dev/null +++ b/i18n/deu/src/vs/monaco/ui/dashboard/actions.i18n.json @@ -0,0 +1,47 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "cloningGitFromGitHub": "Klonen des Git-Repositorys von GitHub...", + "creatingWorkspace": "Arbeitsbereich wird erstellt...", + "dashboard.cloneGithub": "Von GitHub klonen", + "dashboard.cloneGithub.button": "{0} klonen", + "dashboard.cloneGithub.connect": "Mit GitHub verbinden", + "dashboard.cloneGithub.description": "Monaco kann sich über OAuth mit Dienstanbietern unterhalten. Sie können Visual Studio Online beispielsweise sehr einfach mit Ihrem GitHub-Konto verbinden, um Ihre Repositorys zu klonen.", + "dashboard.cloneGithub.error": "Ein Fehler ist aufgetreten, prüfen Sie die Konsole auf weitere Einzelheiten.", + "dashboard.cloneGithub.loading": "Wird geladen...", + "dashboard.cloneGithub.title": "Arbeitsbereich von einen GitHub-Projekt klonen", + "dashboard.cloneURL": "Von Git-URL klonen", + "dashboard.cloneURL.badOrEmptyPublishSettings": "Entweder haben Sie eine ungültige 'publishsettings'-Datei hochgeladen oder es sind keine Abonnements darin enthalten. Starten Sie den Upload erneut.", + "dashboard.cloneURL.createFromWebsite": "Arbeitsbereich erstellen", + "dashboard.cloneURL.createWorkspaceAndWebSite": "Arbeitsbereich und Website erstellen", + "dashboard.cloneURL.description": "Wenn Sie die URL des Git-Repositorys bereits kennen (derzeit werden nur HTTP oder HTTPS unterstützt), können Sie diese auch hier einfügen und von Visual Studio Online klonen und einen Arbeitsbereich daraus erstellen lassen.", + "dashboard.cloneURL.errorCreatingWebSite": "Fehler beim Erstellen der Website.", + "dashboard.cloneURL.errorLoadingWebsites": "Fehler beim Laden der Websites, versuchen Sie es später erneut.", + "dashboard.cloneURL.noSubscriptions": "- Keine Abonnements gefunden", + "dashboard.cloneURL.placeholder": "Repository-URL", + "dashboard.cloneURL.reuploadPublishSettings": "↑ Konto erneut hochladen", + "dashboard.cloneURL.title": "Arbeitsbereich von einem Git-Repository klonen", + "dashboard.cloneURL.uploadPublishSettings": "↑ Konto hochladen", + "dashboard.cloneURL.webSiteName": "Websitename", + "dashboard.cloneURL.websiteDescription": "Diesen Arbeitsbereich können Sie gleichzeitig einer Azure-Website zuordnen, die wir dann für Sie erstellen. Sie können die Datei mit den Kontoeinstellungen von <a href=\"{0}\" class=\"link\" target=\"_blank\"><strong>Azure</strong></a> herunterladen.", + "dashboard.importFromWebsite": "Von Website importieren", + "dashboard.upload": "Hochladen", + "dashboard.upload.button": "↑ Upload", + "dashboard.upload.description": "Sie können außerdem auch ein komprimiertes Archiv Ihres Arbeitsbereiches hochladen (derzeit nur ZIP-Unterstützung).", + "dashboard.upload.title": "Arbeitsbereich hochladen", + "dashboard.website.badOrEmptyPublishSettings": "Entweder haben Sie eine ungültige 'publishsettings'-Datei hochgeladen oder es sind keine Abonnements darin enthalten. Starten Sie den Upload erneut.", + "dashboard.website.createFromWebsite": "Arbeitsbereich erstellen", + "dashboard.website.description": "Sie können die Kontoeinstellungsdatei von <a href=\"{0}\" class=\"link\" target=\"_blank\"><strong>Azure</strong></a> herunterladen.", + "dashboard.website.errorLoadingWebsites": "Fehler beim Laden der Websites, versuchen Sie es später erneut.", + "dashboard.website.noSubscriptions": "- Keine Abonnements gefunden", + "dashboard.website.noWebSites": "- Es wurden keine Websites gefunden", + "dashboard.website.pickSubscription": "- Abonnement auswählen", + "dashboard.website.pickWebSite": "- Website auswählen", + "dashboard.website.reuploadPublishSettings": "↑ Konto erneut hochladen", + "dashboard.website.title": "Arbeitsbereich erstellen durch Importieren einer Azure-Website", + "dashboard.website.uploadPublishSettings": "↑ Konto hochladen", + "openingWorkspace": "Neuer Arbeitsbereich wird geöffnet.." +} \ No newline at end of file diff --git a/i18n/deu/src/vs/monaco/ui/dashboard/dashboard.i18n.json b/i18n/deu/src/vs/monaco/ui/dashboard/dashboard.i18n.json new file mode 100644 index 00000000000..25bcdae3760 --- /dev/null +++ b/i18n/deu/src/vs/monaco/ui/dashboard/dashboard.i18n.json @@ -0,0 +1,18 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "dashboard.confirmDelete": "Möchten Sie den Arbeitsbereich '{0}' wirklich löschen?", + "dashboard.createWorkspace": "Neuen Arbeitsbereich erstellen", + "dashboard.createWorkspace.description": "Es ist sehr einfach, einen neuen Arbeitsbereich in Visual Studio Online zu erstellen. Versuchen Sie eine der Möglichkeiten auf der linken Seite.", + "dashboard.createWorkspace.title": "Arbeitsbereich erstellen", + "dashboard.lastChangeTime": "Zuletzt geändert: vor {0}", + "dashboard.one": "1", + "dashboard.toggleFooter": "Fußzeile umschalten", + "dashboard.two": "2", + "dashboard.workspacesSummary": "Arbeitsbereiche ({0} insgesamt)", + "workspaces": "Arbeitsbereiche", + "workspacesName": "Arbeitsbereiche" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/monaco/ui/shell/connectionIndicator.i18n.json b/i18n/deu/src/vs/monaco/ui/shell/connectionIndicator.i18n.json new file mode 100644 index 00000000000..e7f050ef008 --- /dev/null +++ b/i18n/deu/src/vs/monaco/ui/shell/connectionIndicator.i18n.json @@ -0,0 +1,24 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "azurePortalInfoFreeShared": "Besuchen Sie dieses [[Site-Dashboard]], um zu erfahren, ob Ihre Website eine Kontingentgrenze erreicht hat.", + "azurePortalInfoStandard": "Besuchen Sie dieses [[Site-Dashboard]], um zu erfahren, ob Ihre Website angehalten wurde.", + "azureWebSiteModeFree": "Die Website wird im Modus „Free“ mit niedrigeren Kontingenten ausgeführt.", + "azureWebSiteModeShared": "Die Website wird im Modus „Shared“ mit Kontingenten ausgeführt.", + "checkConnection": "Überprüfen Sie Ihre Internetverbindung.", + "freeTrial": "Kostenlose Version", + "ftpAccess": "Inhalte der Website können immer über FTP abgerufen werden.", + "noMore": "Da die Verbindung zum Server vor einiger Zeit unterbrochen wurde, versucht der Arbeitsbereich nicht mehr, die Verbindung wiederherzustellen. ", + "notConnectedTitle": "Beim Herstellen der Verbindung zum Server ist ein Fehler aufgetreten", + "reconnectNow": "Verbindung wiederherstellen", + "reconnecting": "Verbindung wird erneut hergestellt...", + "reconnectingIn": "Erneuter Verbindungsversuch in {0} Sekunden.", + "refreshBrowser": "Die Verbindung zum Server wurde unterbrochen. Aktualisieren Sie Ihren Browser.", + "refreshNow": "Jetzt aktualisieren", + "tryAzureExpiredInfo": "Sie können eine weitere Website [[erstellen]] oder sich für ein 30-tägiges kostenloses Testkonto [[anmelden]].", + "visualStudioUnavailableTitle": "Bearbeiten von Visual Studio Online ist derzeit nicht verfügbar", + "wawsExpiryTitle": "Ihre Website ist abgelaufen" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/monaco/ui/shell/shell.i18n.json b/i18n/deu/src/vs/monaco/ui/shell/shell.i18n.json new file mode 100644 index 00000000000..cf4d7758d90 --- /dev/null +++ b/i18n/deu/src/vs/monaco/ui/shell/shell.i18n.json @@ -0,0 +1,16 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "browseWorkspaces": "Arbeitsbereiche durchsuchen", + "diff.minutes": "{0}Min:{1}s", + "diff.seconds": "00Min:{0}s", + "legal": "Rechtliche Hinweise", + "privacy": "Datenschutz", + "support": "Support", + "tryAzureSiteExpireTimer": "Ihre kostenlose Website läuft in: {0} ab", + "tryAzureSiteExpires": "Ihre kostenlose Website ist abgelaufen.", + "workspaces": "Arbeitsbereiche" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/monaco/ui/widgets/connectDropdown.i18n.json b/i18n/deu/src/vs/monaco/ui/widgets/connectDropdown.i18n.json new file mode 100644 index 00000000000..a9a07b2ac81 --- /dev/null +++ b/i18n/deu/src/vs/monaco/ui/widgets/connectDropdown.i18n.json @@ -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. +{ + "accountHome": "'{0}'-Startseite von Visual Studio Online öffnen", + "clone": "Repository von Visual Studio Online klonen", + "connectToVSO": "Mit Visual Studio Online verbinden", + "connections": "Verbindungen", + "disconnectFromVSO": "Von Visual Studio Online trennen", + "disconnectedFromVSO": "Sie haben diesen Arbeitsbereich erfolgreich vom Visual Studio Online-Konto '{0}' getrennt.", + "openAzureDashboard": "Windows Azure-Dashboard öffnen", + "openWebSite": "Website durchsuchen" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/platform/actions/common/actionsService.i18n.json b/i18n/deu/src/vs/platform/actions/common/actionsService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/platform/actions/common/actionsService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/platform/configuration/common/configurationRegistry.i18n.json b/i18n/deu/src/vs/platform/configuration/common/configurationRegistry.i18n.json new file mode 100644 index 00000000000..4847c1b2208 --- /dev/null +++ b/i18n/deu/src/vs/platform/configuration/common/configurationRegistry.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "masterDefaultConfigDesc": "Standardeinstellungen", + "masterUserConfigDesc": "Benutzerspezifische Einstellungen", + "masterWorkspaceConfigDesc": "Arbeitsbereichseinstellungen" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/platform/configurationRegistry.i18n.json b/i18n/deu/src/vs/platform/configurationRegistry.i18n.json new file mode 100644 index 00000000000..6a9b159a8f4 --- /dev/null +++ b/i18n/deu/src/vs/platform/configurationRegistry.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "masterConfigDesc": "Dies ist eine Konfigurationsdatei für den Arbeitsbereich", + "masterConfigTitle": "Konfigurationsdatei", + "masterLanguageDesc": "Konfigurationseinstellungen für bestimmte Sprachen", + "masterTypeDesc": "Entweder 'Benutzer' oder 'Team'. Benutzerkonfigurationsdateien erhalten Vorrang" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/platform/extensions/common/abstractExtensionService.i18n.json b/i18n/deu/src/vs/platform/extensions/common/abstractExtensionService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/platform/extensions/common/abstractExtensionService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/platform/extensions/common/extensionsRegistry.i18n.json b/i18n/deu/src/vs/platform/extensions/common/extensionsRegistry.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/platform/extensions/common/extensionsRegistry.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/platform/extensions/node/extensionValidator.i18n.json b/i18n/deu/src/vs/platform/extensions/node/extensionValidator.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/platform/extensions/node/extensionValidator.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/platform/files/nativeFileService.i18n.json b/i18n/deu/src/vs/platform/files/nativeFileService.i18n.json new file mode 100644 index 00000000000..a0deb8feef0 --- /dev/null +++ b/i18n/deu/src/vs/platform/files/nativeFileService.i18n.json @@ -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. +{ + "encoding": "Die Standardzeichensatzcodierung, die beim Lesen und Schreiben von Dateien verwendet werden soll.", + "filesConfigurationTitle": "Dateienkonfiguration" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/platform/files/statModel.i18n.json b/i18n/deu/src/vs/platform/files/statModel.i18n.json new file mode 100644 index 00000000000..cd48f07e510 --- /dev/null +++ b/i18n/deu/src/vs/platform/files/statModel.i18n.json @@ -0,0 +1,12 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "emptyFileNameError": "Es muss ein Datei- oder Ordnername angegeben werden.", + "fileNameExistsError": "Eine Datei oder ein Ordner **{0}** ist an diesem Ort bereits vorhanden. Wählen Sie einen anderen Namen.", + "filePathTooLongError": "Der Name **{0}** führt zu einem Pfad, der zu lang ist. Wählen Sie einen kürzeren Namen.", + "invalidFileNameError": "Der Name **{0}** enthält Zeichen, die als Datei- oder Ordnername nicht zulässig sind. Wählen Sie einen anderen Namen.", + "invalidVSCFileName": "Der Datei- oder Ordnername **{0}** ist reserviert und kann nicht verwendet werden. Wählen Sie einen anderen Namen aus." +} \ No newline at end of file diff --git a/i18n/deu/src/vs/platform/handlerService.i18n.json b/i18n/deu/src/vs/platform/handlerService.i18n.json new file mode 100644 index 00000000000..abcc0ca9c46 --- /dev/null +++ b/i18n/deu/src/vs/platform/handlerService.i18n.json @@ -0,0 +1,12 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "altKey": "ALT", + "cmdKey": "Befehl", + "ctrlKey": "STRG", + "shiftKey": "UMSCHALT", + "windowsKey": "Windows" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/platform/jsonschemas/common/jsonContributionRegistry.i18n.json b/i18n/deu/src/vs/platform/jsonschemas/common/jsonContributionRegistry.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/platform/jsonschemas/common/jsonContributionRegistry.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/platform/jsonschemas/common/jsonValidationExtensionPoint.i18n.json b/i18n/deu/src/vs/platform/jsonschemas/common/jsonValidationExtensionPoint.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/platform/jsonschemas/common/jsonValidationExtensionPoint.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/platform/keybinding/browser/keybindingServiceImpl.i18n.json b/i18n/deu/src/vs/platform/keybinding/browser/keybindingServiceImpl.i18n.json new file mode 100644 index 00000000000..250e672e753 --- /dev/null +++ b/i18n/deu/src/vs/platform/keybinding/browser/keybindingServiceImpl.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "first.chord": "({0}) wurde gedrückt. Es wird auf die zweite Taste der Kombination gewartet...", + "missing.chord": "Der Tastenkombination ({0}, {1}) ist kein Befehl.", + "unboundCommands": "Die folgenden weiteren Befehle sind verfügbar: " +} \ No newline at end of file diff --git a/i18n/deu/src/vs/platform/keybinding/common/keybindingsUtils.i18n.json b/i18n/deu/src/vs/platform/keybinding/common/keybindingsUtils.i18n.json new file mode 100644 index 00000000000..a765723e3bc --- /dev/null +++ b/i18n/deu/src/vs/platform/keybinding/common/keybindingsUtils.i18n.json @@ -0,0 +1,12 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "altKey": "ALT", + "cmdKey": "Befehl", + "ctrlKey": "STRG", + "shiftKey": "UMSCHALTTASTE", + "windowsKey": "Windows" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/platform/lifecycle/common/mainThreadLifecycleService.i18n.json b/i18n/deu/src/vs/platform/lifecycle/common/mainThreadLifecycleService.i18n.json new file mode 100644 index 00000000000..b296f9974d5 --- /dev/null +++ b/i18n/deu/src/vs/platform/lifecycle/common/mainThreadLifecycleService.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "genericVeto": "Möchten Sie den Vorgang wirklich beenden?" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/platform/markers/common/problemMatcher.i18n.json b/i18n/deu/src/vs/platform/markers/common/problemMatcher.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/platform/markers/common/problemMatcher.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/platform/message/common/message.i18n.json b/i18n/deu/src/vs/platform/message/common/message.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/platform/message/common/message.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/platform/plugins/common/abstractPluginService.i18n.json b/i18n/deu/src/vs/platform/plugins/common/abstractPluginService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/platform/plugins/common/abstractPluginService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/platform/plugins/common/pluginsRegistry.i18n.json b/i18n/deu/src/vs/platform/plugins/common/pluginsRegistry.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/platform/plugins/common/pluginsRegistry.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/platform/plugins/node/pluginVersionValidator.i18n.json b/i18n/deu/src/vs/platform/plugins/node/pluginVersionValidator.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/platform/plugins/node/pluginVersionValidator.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/platform/request/nativeWorkerRequestService.i18n.json b/i18n/deu/src/vs/platform/request/nativeWorkerRequestService.i18n.json new file mode 100644 index 00000000000..85bb3787c71 --- /dev/null +++ b/i18n/deu/src/vs/platform/request/nativeWorkerRequestService.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "localFileNotFound": "Datei wurde nicht gefunden." +} \ No newline at end of file diff --git a/i18n/deu/src/vs/platform/telemetry/electron-browser/electronTelemetryService.i18n.json b/i18n/deu/src/vs/platform/telemetry/electron-browser/electronTelemetryService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/platform/telemetry/electron-browser/electronTelemetryService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/platform/theme/common/themes.i18n.json b/i18n/deu/src/vs/platform/theme/common/themes.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/platform/theme/common/themes.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/api/node/extHostMessageService.i18n.json b/i18n/deu/src/vs/workbench/api/node/extHostMessageService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/workbench/api/node/extHostMessageService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/browser/actions/openSettings.i18n.json b/i18n/deu/src/vs/workbench/browser/actions/openSettings.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/workbench/browser/actions/openSettings.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/browser/actions/toggleSidebarPosition.i18n.json b/i18n/deu/src/vs/workbench/browser/actions/toggleSidebarPosition.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/workbench/browser/actions/toggleSidebarPosition.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/browser/actions/toggleSidebarVisibility.i18n.json b/i18n/deu/src/vs/workbench/browser/actions/toggleSidebarVisibility.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/workbench/browser/actions/toggleSidebarVisibility.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/browser/actions/triggerEditorActions.i18n.json b/i18n/deu/src/vs/workbench/browser/actions/triggerEditorActions.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/workbench/browser/actions/triggerEditorActions.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/browser/actions/triggerNavigation.i18n.json b/i18n/deu/src/vs/workbench/browser/actions/triggerNavigation.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/workbench/browser/actions/triggerNavigation.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/browser/actions/triggerQuickOpen.i18n.json b/i18n/deu/src/vs/workbench/browser/actions/triggerQuickOpen.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/workbench/browser/actions/triggerQuickOpen.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/browser/parts/activitybar/activityAction.i18n.json b/i18n/deu/src/vs/workbench/browser/parts/activitybar/activityAction.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/workbench/browser/parts/activitybar/activityAction.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/browser/parts/activitybar/activitybarPart.i18n.json b/i18n/deu/src/vs/workbench/browser/parts/activitybar/activitybarPart.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/workbench/browser/parts/activitybar/activitybarPart.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/browser/parts/compositePart.i18n.json b/i18n/deu/src/vs/workbench/browser/parts/compositePart.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/workbench/browser/parts/compositePart.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/browser/parts/editor/binaryDiffEditor.i18n.json b/i18n/deu/src/vs/workbench/browser/parts/editor/binaryDiffEditor.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/workbench/browser/parts/editor/binaryDiffEditor.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/browser/parts/editor/binaryEditor.i18n.json b/i18n/deu/src/vs/workbench/browser/parts/editor/binaryEditor.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/workbench/browser/parts/editor/binaryEditor.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/browser/parts/editor/editor.contribution.i18n.json b/i18n/deu/src/vs/workbench/browser/parts/editor/editor.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/workbench/browser/parts/editor/editor.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/browser/parts/editor/editorPart.i18n.json b/i18n/deu/src/vs/workbench/browser/parts/editor/editorPart.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/workbench/browser/parts/editor/editorPart.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/browser/parts/editor/editorStatus.i18n.json b/i18n/deu/src/vs/workbench/browser/parts/editor/editorStatus.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/workbench/browser/parts/editor/editorStatus.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/browser/parts/editor/iframeEditor.i18n.json b/i18n/deu/src/vs/workbench/browser/parts/editor/iframeEditor.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/workbench/browser/parts/editor/iframeEditor.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/browser/parts/editor/sideBySideEditorControl.i18n.json b/i18n/deu/src/vs/workbench/browser/parts/editor/sideBySideEditorControl.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/workbench/browser/parts/editor/sideBySideEditorControl.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/browser/parts/editor/stringEditor.i18n.json b/i18n/deu/src/vs/workbench/browser/parts/editor/stringEditor.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/workbench/browser/parts/editor/stringEditor.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/browser/parts/editor/textDiffEditor.i18n.json b/i18n/deu/src/vs/workbench/browser/parts/editor/textDiffEditor.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/workbench/browser/parts/editor/textDiffEditor.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/browser/parts/panel/panelPart.i18n.json b/i18n/deu/src/vs/workbench/browser/parts/panel/panelPart.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/workbench/browser/parts/panel/panelPart.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/browser/parts/quickopen/editorHistoryModel.i18n.json b/i18n/deu/src/vs/workbench/browser/parts/quickopen/editorHistoryModel.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/workbench/browser/parts/quickopen/editorHistoryModel.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/browser/parts/quickopen/quickOpenController.i18n.json b/i18n/deu/src/vs/workbench/browser/parts/quickopen/quickOpenController.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/workbench/browser/parts/quickopen/quickOpenController.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/browser/parts/sidebar/sidebarPart.i18n.json b/i18n/deu/src/vs/workbench/browser/parts/sidebar/sidebarPart.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/workbench/browser/parts/sidebar/sidebarPart.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/browser/parts/statusbar/statusbarPart.i18n.json b/i18n/deu/src/vs/workbench/browser/parts/statusbar/statusbarPart.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/workbench/browser/parts/statusbar/statusbarPart.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/browser/quickopen.i18n.json b/i18n/deu/src/vs/workbench/browser/quickopen.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/workbench/browser/quickopen.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/browser/ui/actionRegistry.i18n.json b/i18n/deu/src/vs/workbench/browser/ui/actionRegistry.i18n.json new file mode 100644 index 00000000000..89e27a4dbc8 --- /dev/null +++ b/i18n/deu/src/vs/workbench/browser/ui/actionRegistry.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "bindingSeparator": ", " +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/browser/ui/actions/openSettings.i18n.json b/i18n/deu/src/vs/workbench/browser/ui/actions/openSettings.i18n.json new file mode 100644 index 00000000000..5a8cf671c1e --- /dev/null +++ b/i18n/deu/src/vs/workbench/browser/ui/actions/openSettings.i18n.json @@ -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. +{ + "fail.createSettings": "'user.json'-Datei im '.settings'-Ordner konnte nicht erstellt werden.", + "openSettings": "Einstellungen öffnen" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/browser/ui/actions/toggleSidebarPosition.i18n.json b/i18n/deu/src/vs/workbench/browser/ui/actions/toggleSidebarPosition.i18n.json new file mode 100644 index 00000000000..9cdfcd4c150 --- /dev/null +++ b/i18n/deu/src/vs/workbench/browser/ui/actions/toggleSidebarPosition.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "moveLeft": "Randleiste nach links verschieben", + "moveRight": "Randleiste nach rechts verschieben", + "togglePosition": "Position der Randleiste umschalten" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/browser/ui/actions/toggleSidebarVisibility.i18n.json b/i18n/deu/src/vs/workbench/browser/ui/actions/toggleSidebarVisibility.i18n.json new file mode 100644 index 00000000000..09e9aaee838 --- /dev/null +++ b/i18n/deu/src/vs/workbench/browser/ui/actions/toggleSidebarVisibility.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "enterMode": "Randleiste ausblenden", + "leaveMode": "Randleiste anzeigen", + "toggleSidebar": "Sichtbarkeit der Randleiste umschalten" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/browser/ui/actions/triggerEditorActions.i18n.json b/i18n/deu/src/vs/workbench/browser/ui/actions/triggerEditorActions.i18n.json new file mode 100644 index 00000000000..c6b2126d2e1 --- /dev/null +++ b/i18n/deu/src/vs/workbench/browser/ui/actions/triggerEditorActions.i18n.json @@ -0,0 +1,16 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "closeActiveEditor": "Aktiven Editor schließen", + "cycleEditor": "Zwischen den geöffneten Editoren wechseln", + "focusFirstEditor": "Fokus in den Editor auf der linken Seite", + "focusLeftEditor": "Fokus in den nächsten Editor auf der linken Seite", + "focusRigthEditor": "Fokus in den nächsten Editor auf der rechten Seite", + "focusSecondEditor": "Fokus in den Editor auf der Seite", + "focusThirdEditor": "Fokus in den Editor auf der rechten Seite", + "openToSide": "Zur Seite öffnen", + "splitEditor": "Editor aufteilen" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/browser/ui/actions/triggerNavigation.i18n.json b/i18n/deu/src/vs/workbench/browser/ui/actions/triggerNavigation.i18n.json new file mode 100644 index 00000000000..0f400d809ae --- /dev/null +++ b/i18n/deu/src/vs/workbench/browser/ui/actions/triggerNavigation.i18n.json @@ -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. +{ + "navigateNext": "Im Navigationsverlauf vorwärts navigieren", + "navigatePrevious": "Im Navigationsverlauf rückwärts navigieren" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/browser/ui/actions/triggerQuickOpen.i18n.json b/i18n/deu/src/vs/workbench/browser/ui/actions/triggerQuickOpen.i18n.json new file mode 100644 index 00000000000..8276ede958a --- /dev/null +++ b/i18n/deu/src/vs/workbench/browser/ui/actions/triggerQuickOpen.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "gotoFile": "Gehe zu Datei...", + "navigateEditorHistoryByInput": "Im Editorverlauf zurück navigieren", + "quickOpen": "Schnelles Öffnen" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/browser/ui/parts/activitybar/activityAction.i18n.json b/i18n/deu/src/vs/workbench/browser/ui/parts/activitybar/activityAction.i18n.json new file mode 100644 index 00000000000..6383238f72c --- /dev/null +++ b/i18n/deu/src/vs/workbench/browser/ui/parts/activitybar/activityAction.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "titleKeybinding": "{0} ({1})" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/browser/ui/parts/editor/binaryDiffEditor.i18n.json b/i18n/deu/src/vs/workbench/browser/ui/parts/editor/binaryDiffEditor.i18n.json new file mode 100644 index 00000000000..b062d56ebfa --- /dev/null +++ b/i18n/deu/src/vs/workbench/browser/ui/parts/editor/binaryDiffEditor.i18n.json @@ -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. +{ + "binaryDiffEditor": "Binärdifferenz-Viewer", + "cannotDiffTextToBinary": "Das Vergleichen von binären Dateien mit nicht binären Dateien wird derzeit nicht unterstützt." +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/browser/ui/parts/editor/binaryEditor.i18n.json b/i18n/deu/src/vs/workbench/browser/ui/parts/editor/binaryEditor.i18n.json new file mode 100644 index 00000000000..876adef0fac --- /dev/null +++ b/i18n/deu/src/vs/workbench/browser/ui/parts/editor/binaryEditor.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "preview": "Vorschau" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/browser/ui/parts/editor/editor.contribution.i18n.json b/i18n/deu/src/vs/workbench/browser/ui/parts/editor/editor.contribution.i18n.json new file mode 100644 index 00000000000..ab98b0a8a3c --- /dev/null +++ b/i18n/deu/src/vs/workbench/browser/ui/parts/editor/editor.contribution.i18n.json @@ -0,0 +1,12 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "binaryDiffEditor": "Binärdifferenz-Editor", + "binaryEditor": "Binärressourcen-Editor", + "iframeEditor": "IFrame Editor", + "stringEditor": "Zeichenfolgentext-Editor", + "textDiffEditor": "Textdifferenz-Editor" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/browser/ui/parts/editor/editorPart.i18n.json b/i18n/deu/src/vs/workbench/browser/ui/parts/editor/editorPart.i18n.json new file mode 100644 index 00000000000..b085f234c3e --- /dev/null +++ b/i18n/deu/src/vs/workbench/browser/ui/parts/editor/editorPart.i18n.json @@ -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. +{ + "editorAccessibleLabel": "Editor", + "editorOpenError": "Fehler beim Öffnen von '{0}' ({1})." +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/browser/ui/parts/editor/iframeEditor.i18n.json b/i18n/deu/src/vs/workbench/browser/ui/parts/editor/iframeEditor.i18n.json new file mode 100644 index 00000000000..937c7a084d0 --- /dev/null +++ b/i18n/deu/src/vs/workbench/browser/ui/parts/editor/iframeEditor.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "iframeEditor": "IFrame-Viewer" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/browser/ui/parts/editor/sideBySideEditorControl.i18n.json b/i18n/deu/src/vs/workbench/browser/ui/parts/editor/sideBySideEditorControl.i18n.json new file mode 100644 index 00000000000..4fbb1162c78 --- /dev/null +++ b/i18n/deu/src/vs/workbench/browser/ui/parts/editor/sideBySideEditorControl.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "close": "Schließen", + "loadingLabel": "Wird geladen...", + "splitEditor": "Editor aufteilen" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/browser/ui/parts/editor/stringEditor.i18n.json b/i18n/deu/src/vs/workbench/browser/ui/parts/editor/stringEditor.i18n.json new file mode 100644 index 00000000000..5aeb44460de --- /dev/null +++ b/i18n/deu/src/vs/workbench/browser/ui/parts/editor/stringEditor.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "textEditor": "Readonly-Text-Viewer" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/browser/ui/parts/editor/textDiffEditor.i18n.json b/i18n/deu/src/vs/workbench/browser/ui/parts/editor/textDiffEditor.i18n.json new file mode 100644 index 00000000000..2191cc6f9c5 --- /dev/null +++ b/i18n/deu/src/vs/workbench/browser/ui/parts/editor/textDiffEditor.i18n.json @@ -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. +{ + "cannotDiffBinary": "Bei mindestens einer der zu vergleichenden Ressourcen handelt es sich um eine binäre Datei. Dies wird derzeit jedoch nicht unterstützt.", + "doNotIgnoreTrimWhitespaceLabel": "Trimmingleerzeichen nicht ignorieren", + "ignoreTrimWhitespaceLabel": "Trimmingleerzeichen ignorieren", + "inlineDiffLabel": "Zur Inlineansicht wechseln", + "navigate.next.label": "Nächste Änderung", + "navigate.prev.label": "Vorherige Änderung", + "sideBySideDiffLabel": "Zur Parallelansicht wechseln", + "textDiffEditor": "Textdifferenz-Editor" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/browser/ui/parts/quickopen/quickOpenController.i18n.json b/i18n/deu/src/vs/workbench/browser/ui/parts/quickopen/quickOpenController.i18n.json new file mode 100644 index 00000000000..dba2c4fd200 --- /dev/null +++ b/i18n/deu/src/vs/workbench/browser/ui/parts/quickopen/quickOpenController.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "additionalResultsGroupLabel": "{0} ({1})", + "canNotRunPlaceholder": "Dieser Handler zum schnellen Öffnen kann im aktuellen Kontext nicht verwendet werden.", + "historyMatches": "zuletzt geöffnet ({0})", + "noResultsFound1": "Keine Ergebnisse gefunden", + "noResultsFound2": "Keine Ergebnisse gefunden", + "quickOpenInput": "Geben Sie '?' ein, um Unterstützung zu den Aktionen zu erhalten, die hier zur Verfügung stehen.", + "workspaceMatches": "andere Übereinstimmungen ({0})" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/browser/ui/parts/sidebar/sidebarPart.i18n.json b/i18n/deu/src/vs/workbench/browser/ui/parts/sidebar/sidebarPart.i18n.json new file mode 100644 index 00000000000..ce091234aec --- /dev/null +++ b/i18n/deu/src/vs/workbench/browser/ui/parts/sidebar/sidebarPart.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "viewletTitleTooltip": "{0} ({1})" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/browser/viewlet.i18n.json b/i18n/deu/src/vs/workbench/browser/viewlet.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/workbench/browser/viewlet.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/common/quickopen.i18n.json b/i18n/deu/src/vs/workbench/common/quickopen.i18n.json new file mode 100644 index 00000000000..35e0b65a393 --- /dev/null +++ b/i18n/deu/src/vs/workbench/common/quickopen.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "showEditorCommands": "Editor-Befehle anzeigen" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/contrib/actions/triggerEditorAction.i18n.json b/i18n/deu/src/vs/workbench/contrib/actions/triggerEditorAction.i18n.json new file mode 100644 index 00000000000..e4281970ab3 --- /dev/null +++ b/i18n/deu/src/vs/workbench/contrib/actions/triggerEditorAction.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "selectAll.label": "Alles im Editor auswählen" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/contrib/build/build.contribution.i18n.json b/i18n/deu/src/vs/workbench/contrib/build/build.contribution.i18n.json new file mode 100644 index 00000000000..0807ed2d29a --- /dev/null +++ b/i18n/deu/src/vs/workbench/contrib/build/build.contribution.i18n.json @@ -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. +{ + "name": "Build", + "showBuildViewlet": "\"Build\"-Viewlet anzeigen" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/contrib/build/build.i18n.json b/i18n/deu/src/vs/workbench/contrib/build/build.i18n.json new file mode 100644 index 00000000000..6a45246c598 --- /dev/null +++ b/i18n/deu/src/vs/workbench/contrib/build/build.i18n.json @@ -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. +{ + "buildLog": "Buildprotokoll", + "nobuildlog.message": "Kein Buildprotokoll." +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/contrib/build/buildStatusUpdater.i18n.json b/i18n/deu/src/vs/workbench/contrib/build/buildStatusUpdater.i18n.json new file mode 100644 index 00000000000..3ebc24968e3 --- /dev/null +++ b/i18n/deu/src/vs/workbench/contrib/build/buildStatusUpdater.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "buildErrorsBadge": "{0} Buildfehler", + "buildProgressBadge": "Erstellen", + "buildRequestFailedBadge": "Fehler bei Buildanforderung. Buildprotokoll überprüfen", + "buildStatusFailedBadge": "Fehler bei Buildstatus. Buildprotokoll überprüfen" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/contrib/build/buildViewlet.i18n.json b/i18n/deu/src/vs/workbench/contrib/build/buildViewlet.i18n.json new file mode 100644 index 00000000000..cd06b901e65 --- /dev/null +++ b/i18n/deu/src/vs/workbench/contrib/build/buildViewlet.i18n.json @@ -0,0 +1,16 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "build.label": "Build", + "errorCount": "{0} Fehler", + "errorsCount": "{0} Fehler", + "noerror.message": "Keine Buildfehler", + "noresult.message": "Noch keine Buildergebnisse.", + "openlog.label": "Buildprotokoll öffnen", + "seelog.message.full": "Informationen zu Fehlern finden Sie im Protokoll.", + "seelog.message.short": "Informationen zu Fehlern finden Sie im Protokoll - ", + "showlog.message": "Buildprotokoll anzeigen" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/contrib/build/buildWorkspaceService.i18n.json b/i18n/deu/src/vs/workbench/contrib/build/buildWorkspaceService.i18n.json new file mode 100644 index 00000000000..61be3161590 --- /dev/null +++ b/i18n/deu/src/vs/workbench/contrib/build/buildWorkspaceService.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "build.nobuildconfig.error": "Der Build wurde nicht ausgeführt. Es ist kein Build konfiguriert. Fügen Sie zum Konfigurieren eines Builds eine „monaco.build.json“ oder „nakefile.js“ zum Arbeitsbereich hinzu." +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/contrib/files/binaryContentEditor.i18n.json b/i18n/deu/src/vs/workbench/contrib/files/binaryContentEditor.i18n.json new file mode 100644 index 00000000000..d103901331f --- /dev/null +++ b/i18n/deu/src/vs/workbench/contrib/files/binaryContentEditor.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "binaryContentEditor": "Binärinhalts-Viewer" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/contrib/files/contentEditorInput.i18n.json b/i18n/deu/src/vs/workbench/contrib/files/contentEditorInput.i18n.json new file mode 100644 index 00000000000..b9432982263 --- /dev/null +++ b/i18n/deu/src/vs/workbench/contrib/files/contentEditorInput.i18n.json @@ -0,0 +1,16 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "pendingSaveMeeta": "Änderungen werden auf dem Server gespeichert...", + "saveConflictDisplay": "Konflikt", + "saveConflictMeta": "Die Änderungen können nicht gespeichert werden, da sie mit einer anderen Version auf dem Server in Konflikt stehen.", + "saveErorDisplay": "Speicherfehler", + "saveErrorMeta": "Beim Speichern Ihrer Änderungen ist ein Fehler aufgetreten", + "savedDiffDate": "Zuletzt gespeichert am {0}", + "savedDiffTime": "Zuletzt gespeichert vor {0}", + "savedDisplay": "Gespeichert", + "savingDisplay": "Speichern..." +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/contrib/files/contentEditorModel.i18n.json b/i18n/deu/src/vs/workbench/contrib/files/contentEditorModel.i18n.json new file mode 100644 index 00000000000..2055cc0438b --- /dev/null +++ b/i18n/deu/src/vs/workbench/contrib/files/contentEditorModel.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "genericSaveError": "Fehler beim Speichern von \"{0}\": {1}.", + "staleSaveError": "Fehler beim Speichern von \"{0}\". Die Version auf dem Server ist neuer. Öffnen Sie die Datei, und speichern Sie sie erneut.", + "unexpectedEventError": "Unerwarteter Fehler ausgelöst von Dateiänderungslistener des Typs: {0}" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/contrib/files/explorerViewer.i18n.json b/i18n/deu/src/vs/workbench/contrib/files/explorerViewer.i18n.json new file mode 100644 index 00000000000..3e7475aec06 --- /dev/null +++ b/i18n/deu/src/vs/workbench/contrib/files/explorerViewer.i18n.json @@ -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. +{ + "confirmOverwriteMessage": "\"{0}\" ist im Zielordner bereits vorhanden. Möchten Sie sie ersetzen?", + "warningFileDirty": "Datei \"{0}\" wird derzeit gespeichert, versuchen Sie es später erneut." +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/contrib/files/fileServices.i18n.json b/i18n/deu/src/vs/workbench/contrib/files/fileServices.i18n.json new file mode 100644 index 00000000000..e1955ad9149 --- /dev/null +++ b/i18n/deu/src/vs/workbench/contrib/files/fileServices.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "cancel": "Abbrechen", + "createFile": "Datei erstellen", + "unsavedChangesEpilogue": "\n\nWechseln Sie zurück, und warten Sie, bis die Änderungen gespeichert wurden. Andernfalls werden die Änderungen verworfen.", + "unsavedChangesPreamble": "Es sind nicht gespeicherte Änderungen vorhanden in:\n" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/contrib/files/files.contribution.i18n.json b/i18n/deu/src/vs/workbench/contrib/files/files.contribution.i18n.json new file mode 100644 index 00000000000..1aa8812f35b --- /dev/null +++ b/i18n/deu/src/vs/workbench/contrib/files/files.contribution.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "binaryContentEditor": "Binärinhalts-Editor", + "explore": "Durchsuchen", + "showExplorerViewlet": "'Explorer'-Viewlet anzeigen", + "textContentEditor": "Textinhalts-Editor" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/contrib/files/htmlFrameEditorInput.i18n.json b/i18n/deu/src/vs/workbench/contrib/files/htmlFrameEditorInput.i18n.json new file mode 100644 index 00000000000..876adef0fac --- /dev/null +++ b/i18n/deu/src/vs/workbench/contrib/files/htmlFrameEditorInput.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "preview": "Vorschau" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/contrib/files/statModel.i18n.json b/i18n/deu/src/vs/workbench/contrib/files/statModel.i18n.json new file mode 100644 index 00000000000..cb31cb4c1cf --- /dev/null +++ b/i18n/deu/src/vs/workbench/contrib/files/statModel.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "emptyFileNameError": "Es muss ein Datei- oder Ordnername angegeben werden.", + "fileNameExistsError": "Eine Datei oder ein Ordner **{0}** ist an diesem Ort bereits vorhanden. Wählen Sie einen anderen Namen.", + "filePathTooLongError": "Der Name **{0}** führt zu einem Pfad, der zu lang ist. Wählen Sie einen kürzeren Namen.", + "invalidFileNameError": "Der Name **{0}** enthält Zeichen, die als Datei- oder Ordnername nicht zulässig sind. Wählen Sie einen anderen Namen." +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/contrib/files/textContentEditor.i18n.json b/i18n/deu/src/vs/workbench/contrib/files/textContentEditor.i18n.json new file mode 100644 index 00000000000..550bc057718 --- /dev/null +++ b/i18n/deu/src/vs/workbench/contrib/files/textContentEditor.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "cancel": "Abbrechen", + "createFile": "Datei erstellen", + "textContentEditor": "Textinhalts-Editor" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/contrib/git/git.contribution.i18n.json b/i18n/deu/src/vs/workbench/contrib/git/git.contribution.i18n.json new file mode 100644 index 00000000000..854fcf08e33 --- /dev/null +++ b/i18n/deu/src/vs/workbench/contrib/git/git.contribution.i18n.json @@ -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. +{ + "git": "Git", + "toggleGitViewlet": "\"Git\"-Viewlet anzeigen" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/contrib/git/gitOperations.i18n.json b/i18n/deu/src/vs/workbench/contrib/git/gitOperations.i18n.json new file mode 100644 index 00000000000..ed01a84e438 --- /dev/null +++ b/i18n/deu/src/vs/workbench/contrib/git/gitOperations.i18n.json @@ -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. +{ + "failParse": "Fehler bei Antwortanalyse vom Git-Dienst: {0}", + "gitError": "Git-Dienst-Fehler" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/contrib/git/gitWidgets.i18n.json b/i18n/deu/src/vs/workbench/contrib/git/gitWidgets.i18n.json new file mode 100644 index 00000000000..0afff995c82 --- /dev/null +++ b/i18n/deu/src/vs/workbench/contrib/git/gitWidgets.i18n.json @@ -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. +{ + "Branches": "Verzweigungen", + "currentlyDetached": "Derzeit im getrennten HEAD-Modus bei '{0}'." +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/contrib/git/gitWorkbenchContributions.i18n.json b/i18n/deu/src/vs/workbench/contrib/git/gitWorkbenchContributions.i18n.json new file mode 100644 index 00000000000..c549412dc38 --- /dev/null +++ b/i18n/deu/src/vs/workbench/contrib/git/gitWorkbenchContributions.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "credentialsRequest": "Es sind Ihre Anmeldeinformationen erforderlich", + "gitPendingChangesBadge": "{0} ausstehende Änderungen", + "gitProgressBadge": "Git-Ausführungsstatus", + "pendingOperation": "Ein ausstehender Git-Vorgang erfordert Anmeldeinformationen. Geben Sie Ihre Anmeldeinformationen ein oder brechen Sie den Vorgang ab." +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/contrib/git/views/empty/emptyView.i18n.json b/i18n/deu/src/vs/workbench/contrib/git/views/empty/emptyView.i18n.json new file mode 100644 index 00000000000..5fd7d2e13ad --- /dev/null +++ b/i18n/deu/src/vs/workbench/contrib/git/views/empty/emptyView.i18n.json @@ -0,0 +1,18 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "cantclone": "Das Git-Repository kann nicht in einen Arbeitsbereich geklont werden, der Daten enthält.", + "close": "Schließen", + "gitRepoURL": "Repository-URL", + "gitclone": "Von Git-URL klonen", + "gitinit": "Git-Repository initialisieren", + "noGit": "Dieser Arbeitsbereich befindet sich noch nicht in der Git-Quellcodeverwaltung.", + "noRepositories": "Im VS Online-Konto wurden keine Git-Repositorys gefunden", + "reconnect": "Verbindung wiederherstellen", + "repoFromProject": "{0} (von {1})", + "tfsConnect": "Mit Visual Studio Online verbinden", + "vsoClone": "Von VS Online-Repository klonen" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/contrib/output/output.contribution.i18n.json b/i18n/deu/src/vs/workbench/contrib/output/output.contribution.i18n.json new file mode 100644 index 00000000000..14834c6e4ae --- /dev/null +++ b/i18n/deu/src/vs/workbench/contrib/output/output.contribution.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "runConfigurationDescription": "Dies wird zum Konfigurieren des Ausführungsverhaltens verwendet.", + "runConfigurationTitle": "Konfiguration ausführen", + "suffixDescription": "Das Suffix zum Anhängen der URL beim Starten der Ausführung." +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/contrib/output/output.i18n.json b/i18n/deu/src/vs/workbench/contrib/output/output.i18n.json new file mode 100644 index 00000000000..5e904267bd8 --- /dev/null +++ b/i18n/deu/src/vs/workbench/contrib/output/output.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "output": "Ausgabe", + "outputFinaleBad": "[info] Wenn keine Ausgabe angezeigt wird, stellen Sie sicher, dass Ihre Anwendung ordnungsgemäß zum Senden von Ausgaben konfiguriert wurde.\n", + "outputFinaleGood1": "[info] Protokollierung wurde für Ihre Anwendung aktiviert", + "outputFinaleGood2": "[info] Der Protokolliergrad ist '{0}'. Um dies zu ändern, konfigurieren Sie Ihre Anwendung über {1}.\n", + "outputFinaleGood3": "[info] Die Protokollierstufe ist '{0}'.\n", + "outputInfo": "[info] Die Ausgabe wird hier von der ausgeführten Anwendung auf {0} angezeigt.", + "outputRunner": "von {0}" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/contrib/output/outputActions.contribution.i18n.json b/i18n/deu/src/vs/workbench/contrib/output/outputActions.contribution.i18n.json new file mode 100644 index 00000000000..3ee74a6d526 --- /dev/null +++ b/i18n/deu/src/vs/workbench/contrib/output/outputActions.contribution.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "clearOutput.label": "Ausgabe löschen", + "output.show": "Ausgabe anzeigen...", + "run": "Ausführen" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/contrib/terminal/inPlaceCredentialsHelper.i18n.json b/i18n/deu/src/vs/workbench/contrib/terminal/inPlaceCredentialsHelper.i18n.json new file mode 100644 index 00000000000..118b0aa50a8 --- /dev/null +++ b/i18n/deu/src/vs/workbench/contrib/terminal/inPlaceCredentialsHelper.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "label.password": "Kennwort:", + "label.rememberMe": "Speichern:", + "label.username": "Benutzername:", + "placeholder.helpMessage": "Geben Sie Anmeldeinformationen für <strong>{0}</strong><br/> an\" + \"Drücken Sie <span class=\"shortcut\">{1}</span>, um zu \" + \"<span class=\"action save\">bestätigen</span>, oder \" + \"<span class=\"shortcut\">{2}</span>, wenn Sie den Vorgang \" + \"<span class=\"action cancel\">abbrechen</span> möchten.", + "rememberDisclaimerFullAccessibleText": "Speichern Sie die Anmeldeinformationen. Durch Speichern des Kennworts werden diese Informationen innerhalb Ihrer Azure-Website gespeichert. Das bedeutet, dass jeder Benutzer mit FTP-Zugriff auf Ihre Website Ihr Kennwort abrufen kann.", + "rememberDisclaimerTooltip": "Durch Speichern des Kennworts werden diese Informationen innerhalb Ihrer Azure-Website gespeichert. Das bedeutet, dass jeder Benutzer mit FTP-Zugriff auf Ihre Website Ihr Kennwort abrufen kann." +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/contrib/terminal/inPlaceTerminalEditor.i18n.json b/i18n/deu/src/vs/workbench/contrib/terminal/inPlaceTerminalEditor.i18n.json new file mode 100644 index 00000000000..234411e212b --- /dev/null +++ b/i18n/deu/src/vs/workbench/contrib/terminal/inPlaceTerminalEditor.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "placeholder.helpMessage": "Sie befinden sich in einem direkten Editor, drücken Sie \" + \"<span class=\"shortcut\">{0}</span>, um das Kennwort zu \" + \"<span class=\"action save\">speichern</span>, oder \" + \"<span class=\"shortcut\">{1}</span>, wenn Sie den Vorgang \" + \"<span class=\"action cancel\">abbrechen</span> möchten." +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/contrib/terminal/terminalActions.contribution.i18n.json b/i18n/deu/src/vs/workbench/contrib/terminal/terminalActions.contribution.i18n.json new file mode 100644 index 00000000000..a3d5f025a3f --- /dev/null +++ b/i18n/deu/src/vs/workbench/contrib/terminal/terminalActions.contribution.i18n.json @@ -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. +{ + "clearConsole.label": "Konsole löschen", + "globalConsoleAction": "Konsole öffnen" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/contrib/terminal/terminalActions.i18n.json b/i18n/deu/src/vs/workbench/contrib/terminal/terminalActions.i18n.json new file mode 100644 index 00000000000..9fa8361e28a --- /dev/null +++ b/i18n/deu/src/vs/workbench/contrib/terminal/terminalActions.i18n.json @@ -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. +{ + "consoleErrorBadge": "Konsolenfehler", + "consoleProgressBadge": "Befehl wird ausgeführt", + "extractAll": "Alle extrahieren", + "globalConsoleAction": "Konsole öffnen", + "openNewConsole": "Neue Konsole öffnen", + "runFromConsole": "Über Konsole ausführen", + "switchToConsole": "{0} {1}", + "switchToConsole.label": "Zur Konsole wechseln" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/contrib/terminal/terminalEditor.i18n.json b/i18n/deu/src/vs/workbench/contrib/terminal/terminalEditor.i18n.json new file mode 100644 index 00000000000..7883fed4b9f --- /dev/null +++ b/i18n/deu/src/vs/workbench/contrib/terminal/terminalEditor.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "clearConsole": "Konsole löschen", + "console": "Konsole", + "terminalCancelInfo": "Der derzeit ausgeführte Befehl wird beendet...", + "terminalHelp": "Willkommen bei der Visual Studio Online Monaco-Konsole!\nGeben Sie „{0}“ ein, um eine Liste der verfügbaren Befehle anzuzeigen, oder drücken Sie {1}, wenn Sie Hilfe benötigen. Zum Schließen der Konsole geben Sie „{2}“ ein." +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/contrib/terminal/terminalInput.i18n.json b/i18n/deu/src/vs/workbench/contrib/terminal/terminalInput.i18n.json new file mode 100644 index 00000000000..3e2c1a97545 --- /dev/null +++ b/i18n/deu/src/vs/workbench/contrib/terminal/terminalInput.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "terminalInputDescription": "{0} - {1}", + "terminalInputDescriptionRunning": "{0} - {1} (wird ausgeführt...)", + "terminalInputName": "Konsole", + "welcome": "Willkommen" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/contrib/terminal/terminalModel.i18n.json b/i18n/deu/src/vs/workbench/contrib/terminal/terminalModel.i18n.json new file mode 100644 index 00000000000..bfc974c2e63 --- /dev/null +++ b/i18n/deu/src/vs/workbench/contrib/terminal/terminalModel.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "socketDisconnectText": "\nFehler: Der Befehl zeigt keine Ausgaben mehr an, da die Verbindung zum Server unterbrochen wurde. Entweder wurde die Internetverbindung unterbrochen, oder der Server wurde neu gestartet." +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/contrib/terminal/terminalWorkbenchContribution.i18n.json b/i18n/deu/src/vs/workbench/contrib/terminal/terminalWorkbenchContribution.i18n.json new file mode 100644 index 00000000000..cb25b72a2b8 --- /dev/null +++ b/i18n/deu/src/vs/workbench/contrib/terminal/terminalWorkbenchContribution.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "dashboard": "Dashboard", + "explore": "Durchsuchen", + "runningProcessesInfo": "Mindestens ein Befehl wird noch ausgeführt. Kehren Sie zur Konsole zurück, und beenden Sie alle ausgeführten Befehle. Andernfalls werden die Befehle weiterhin im Hintergrund ausgeführt.", + "setupError": "Fehler beim Erstellen des Arbeitsbereichs. Löschen Sie den Arbeitsbereich im Dashboard, und wiederholen Sie den Vorgang.", + "setupInfoFinish": "Ihr Arbeitsbereich wurde erstellt.", + "setupInfoStart": "Ihr Arbeitsbereich wird erstellt. Warten Sie, bis der Vorgang abgeschlossen wurde." +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/contrib/terminal/terminalWorker.i18n.json b/i18n/deu/src/vs/workbench/contrib/terminal/terminalWorker.i18n.json new file mode 100644 index 00000000000..239396ac731 --- /dev/null +++ b/i18n/deu/src/vs/workbench/contrib/terminal/terminalWorker.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "clearCommand": "Terminalausgabe löschen", + "clsCommand": "Terminalausgabe löschen", + "exitCommand": "Terminal schließen" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/contrib/testing/coverage/coverageActions.i18n.json b/i18n/deu/src/vs/workbench/contrib/testing/coverage/coverageActions.i18n.json new file mode 100644 index 00000000000..b3a9b658868 --- /dev/null +++ b/i18n/deu/src/vs/workbench/contrib/testing/coverage/coverageActions.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "refresh": "Aktualisieren" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/contrib/testing/test.contribution.i18n.json b/i18n/deu/src/vs/workbench/contrib/testing/test.contribution.i18n.json new file mode 100644 index 00000000000..6d24a017fde --- /dev/null +++ b/i18n/deu/src/vs/workbench/contrib/testing/test.contribution.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "coveargeName": "Testabdeckung", + "enabled": "Ob die Tests automatisch ausgeführt werden sollen oder nicht.", + "name": "Test", + "testConfigurationDescription": "Dies dient zur Konfiguration des Viewlets.", + "testConfigurationTitle": "Testkonfiguration", + "testPage": "Die relative URL zu der Seite, auf der die Tests ausgeführt werden." +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/contrib/testing/testActions.i18n.json b/i18n/deu/src/vs/workbench/contrib/testing/testActions.i18n.json new file mode 100644 index 00000000000..862f1c1f2e4 --- /dev/null +++ b/i18n/deu/src/vs/workbench/contrib/testing/testActions.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "runLocalTests.label": "Lokal ausführen", + "runTestsNow.label": "Tests ausführen", + "showCoverage.label": "Abdeckung anzeigen" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/contrib/testing/testModel.i18n.json b/i18n/deu/src/vs/workbench/contrib/testing/testModel.i18n.json new file mode 100644 index 00000000000..e169df89666 --- /dev/null +++ b/i18n/deu/src/vs/workbench/contrib/testing/testModel.i18n.json @@ -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. +{ + "allTestsPass": "{0} Tests erfolgreich ({1} Assertionen).", + "failedAssertion.actualExpected": "Tatsächlich: '{0}', Erwartet: '{1}'", + "failedAssertion.generalFailure": "Fehler bei Assertion", + "someTestsPass": "{0}/{1} Tests erfolgreich.", + "testResultsUnknow": "Unbekannt", + "testRunFailure": "Fehler bei ausgeführten Tests. Grund: {0}", + "testTimeout": "Zeitüberschreitung bei ausgeführten Tests.", + "unknownError": "Unbekannter Fehler bei der Testausführung." +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/contrib/testing/testViewlet.i18n.json b/i18n/deu/src/vs/workbench/contrib/testing/testViewlet.i18n.json new file mode 100644 index 00000000000..63601f26ee3 --- /dev/null +++ b/i18n/deu/src/vs/workbench/contrib/testing/testViewlet.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "backendError": "Fehler bei Runner", + "backendExecuteError": "Fehler beim Ausführen der Runner-URL: {0}; {1}", + "configDisabled": "Tests deaktiviert durch Konfiguration:", + "noConfig": "Keine Testkonfiguration vorhanden", + "noTestsRun": "Es wurden noch keine Tests ausgeführt.", + "testFilter": "Testfilter" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/contrib/testing/testWorkbenchContributions.i18n.json b/i18n/deu/src/vs/workbench/contrib/testing/testWorkbenchContributions.i18n.json new file mode 100644 index 00000000000..a0dceeb9939 --- /dev/null +++ b/i18n/deu/src/vs/workbench/contrib/testing/testWorkbenchContributions.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "testsErrorsBadge": "Fehler mit Testumgebung", + "testsFailedBadge": "{0} Tests mit Fehlern", + "testsNotConfiguredBade": "Testumgebung nicht konfiguriert", + "testsPassedBadge": "Alle Tests erfolgreich", + "testsProgressBadge": "Tests werden ausgeführt.", + "testsStaleBadge": "Testergebnisse sind veraltet", + "testsStaleFailedBadge": "{0} Tests mit Fehlern" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/contrib/vsconnect/vsconnectActions.i18n.json b/i18n/deu/src/vs/workbench/contrib/vsconnect/vsconnectActions.i18n.json new file mode 100644 index 00000000000..5b43e2b1cfc --- /dev/null +++ b/i18n/deu/src/vs/workbench/contrib/vsconnect/vsconnectActions.i18n.json @@ -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. +{ + "openInVisualStudio": "In Visual Studio öffnen", + "openInVsNotImplemented": "Öffnen in Visual Studio wird derzeit nicht unterstützt." +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/contrib/zumo/zumoActions.i18n.json b/i18n/deu/src/vs/workbench/contrib/zumo/zumoActions.i18n.json new file mode 100644 index 00000000000..7fdaf74426f --- /dev/null +++ b/i18n/deu/src/vs/workbench/contrib/zumo/zumoActions.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "browseTable": "Tabelle durchsuchen", + "createScripts": "Tabellenskripts erstellen", + "newApi": "Neue API", + "newJob": "Neuer Auftrag", + "newTable": "Neue Tabelle", + "runJob": "Auftrag ausführen", + "showOutput": "Ausgabe anzeigen" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/electron-browser/actions.i18n.json b/i18n/deu/src/vs/workbench/electron-browser/actions.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/workbench/electron-browser/actions.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/electron-browser/crashReporter.i18n.json b/i18n/deu/src/vs/workbench/electron-browser/crashReporter.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/workbench/electron-browser/crashReporter.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/electron-browser/darwin/cli.contribution.i18n.json b/i18n/deu/src/vs/workbench/electron-browser/darwin/cli.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/workbench/electron-browser/darwin/cli.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/electron-browser/integration.i18n.json b/i18n/deu/src/vs/workbench/electron-browser/integration.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/workbench/electron-browser/integration.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/electron-browser/main.contribution.i18n.json b/i18n/deu/src/vs/workbench/electron-browser/main.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/workbench/electron-browser/main.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/electron-browser/shell.i18n.json b/i18n/deu/src/vs/workbench/electron-browser/shell.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/workbench/electron-browser/shell.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/electron-browser/update.i18n.json b/i18n/deu/src/vs/workbench/electron-browser/update.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/workbench/electron-browser/update.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/electron-main/main.i18n.json b/i18n/deu/src/vs/workbench/electron-main/main.i18n.json new file mode 100644 index 00000000000..01638af00f2 --- /dev/null +++ b/i18n/deu/src/vs/workbench/electron-main/main.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "newWindow": "Neues Fenster" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/electron-main/menus.i18n.json b/i18n/deu/src/vs/workbench/electron-main/menus.i18n.json new file mode 100644 index 00000000000..ce716a027c1 --- /dev/null +++ b/i18n/deu/src/vs/workbench/electron-main/menus.i18n.json @@ -0,0 +1,89 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "aboutDetail": "\nVersion {0}\nCommit {1}\nDatum {2}\nShell {3}\nRenderer {4}\nKnoten {5}", + "mAbout": "Informationen zu {0}", + "mBringToFront": "Alle in den Vordergrund", + "mClose": "Schließen", + "mEdit": "&&Bearbeiten", + "mFile": "&&Datei", + "mGoto": "&&Gehe zu", + "mHelp": "&&Hilfe", + "mHide": "{0} ausblenden", + "mHideOthers": "Andere ausblenden", + "mMinimize": "Minimieren", + "mShowAll": "Alle anzeigen", + "mView": "&&Anzeigen", + "mWindow": "Fenster", + "miAbout": "&&Info", + "miAutoSave": "Automatisch speichern", + "miBack": "&&Zurück", + "miCheckForUpdates": "Auf Updates überprüfen...", + "miCheckingForUpdates": "Überprüfen auf Updates...", + "miClearItems": "&&Elemente löschen", + "miCloseEditor": "&&Editor schließen", + "miCloseFolder": "&&Ordner schließen", + "miCloseWindow": "&&Fenster schließen", + "miCommandPalette": "&&Befehlspalette...", + "miCopy": "K&&opieren", + "miCut": "&&Ausschneiden", + "miDarkTheme": "&&Dunkles Design", + "miDocumentation": "&&Dokumentation", + "miExit": "&&Beenden", + "miFind": "&&Suchen", + "miFindInFiles": "&&In Dateien suchen", + "miForward": "&&Weiterleiten", + "miGotoDefinition": "Gehe &&zu Definition...", + "miGotoFile": "Gehe zu &&Datei...", + "miGotoLine": "Gehe zu Zei&&le...", + "miGotoSymbol": "Gehe zu &&Symbol...", + "miHighTheme": "&&Design mit hohem Kontrast", + "miInstallingUpdate": "Update wird installiert...", + "miLastCheckedAt": "Zuletzt überprüft am {0}", + "miLicense": "&&Lizenz anzeigen", + "miLightTheme": "&&Helles Design", + "miMarker": "&&Fehler und Warnungen...", + "miMoveSidebar": "&&Randleiste verschieben", + "miNavigateHistory": "&&Im Verlauf navigieren", + "miNewFile": "&&Neue Datei", + "miNewWindow": "&&Neues Fenster", + "miOpen": "&&Öffnen...", + "miOpenFile": "&&Datei öffnen...", + "miOpenFolder": "&&Ordner öffnen...", + "miOpenKeymap": "&&Tastenkombinationen", + "miOpenRecent": "Zuletzt &&verwendete öffnen", + "miOpenSettings": "&&Benutzereinstellungen", + "miOpenSnippets": "&&Benutzercodeausschnitte", + "miOpenWorkspaceSettings": "&&Arbeitsbereichseinstellungen", + "miPaste": "&&Einfügen", + "miPreferences": "&&Einstellungen", + "miPrivacyStatement": "&&Datenschutzerklärung", + "miQuit": "{0} beenden", + "miRedo": "&&Wiederholen", + "miReleaseNotes": "&&Anmerkungen zu dieser Version", + "miReplace": "&&Ersetzen", + "miReportIssues": "&&Probleme melden", + "miRestartToUpdate": "Für Update neu starten...", + "miRevert": "Datei wiederherstellen", + "miSave": "&&Speichern", + "miSaveAll": "&&Alles speichern", + "miSaveAs": "Speichern unter...", + "miSelectAll": "&&Alles auswählen", + "miShowWelcome": "&&Startseite anzeigen", + "miSplitEditor": "&&Editor teilen", + "miTheme": "&&Design", + "miToggleDevTools": "&&Entwicklungstools umschalten", + "miToggleFullScreen": "&&Vollbild umschalten", + "miToggleOutput": "&&Ausgabe umschalten", + "miToggleSidebar": "&&Randleiste umschalten", + "miTwitter": "&&Twitter", + "miUndo": "&&Rückgängig", + "miUpdatesNotAvailable": "Es sind keine Updates verfügbar.", + "miUserVoice": "&&Features anfordern", + "miZoomIn": "&&Vergrößern", + "miZoomOut": "Ver&&kleinern", + "okButton": "OK" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/electron-main/windows.i18n.json b/i18n/deu/src/vs/workbench/electron-main/windows.i18n.json new file mode 100644 index 00000000000..c7065749bc7 --- /dev/null +++ b/i18n/deu/src/vs/workbench/electron-main/windows.i18n.json @@ -0,0 +1,16 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "appCrashed": "{0} ist abgestürzt.", + "appCrashedDetail": "Wir entschuldigen uns für die Unannehmlichkeiten. Bitte starten Sie {0} neu.", + "appStalled": "{0} reagiert nicht mehr.", + "appStalledDetail": "Möchten Sie {0} beenden oder einfach weiter warten?", + "exit": "Beenden", + "ok": "OK", + "pathNotExistDetail": "Der Pfad \"{0}\" scheint auf dem Datenträger nicht mehr vorhanden zu sein.", + "pathNotExistTitle": "Der Pfad ist nicht vorhanden.", + "wait": "Bitte warten." +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/facade.i18n.json b/i18n/deu/src/vs/workbench/facade.i18n.json new file mode 100644 index 00000000000..0186bf60d2d --- /dev/null +++ b/i18n/deu/src/vs/workbench/facade.i18n.json @@ -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. +{ + "prefixWorkspaceTitle": "{0} - {1} - {2}", + "workspaceTitle": "{0} - {1}" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/node/extensionHostMain.i18n.json b/i18n/deu/src/vs/workbench/node/extensionHostMain.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/workbench/node/extensionHostMain.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/node/pluginHostMain.i18n.json b/i18n/deu/src/vs/workbench/node/pluginHostMain.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/workbench/node/pluginHostMain.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/emmet/node/emmet.contribution.i18n.json b/i18n/deu/src/vs/workbench/parts/emmet/node/emmet.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/emmet/node/emmet.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/errorList/browser/errorList.contribution.i18n.json b/i18n/deu/src/vs/workbench/parts/errorList/browser/errorList.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/errorList/browser/errorList.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/execution/electron-browser/executionService.i18n.json b/i18n/deu/src/vs/workbench/parts/execution/electron-browser/executionService.i18n.json new file mode 100644 index 00000000000..0f210c1f3d2 --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/execution/electron-browser/executionService.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "linux.wait": "Drücken Sie eine beliebige Taste, um fortzufahren..." +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json b/i18n/deu/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json new file mode 100644 index 00000000000..a44fb5ce05a --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "console": "Konsole" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/extensions/electron-browser/extensions.contribution.i18n.json b/i18n/deu/src/vs/workbench/parts/extensions/electron-browser/extensions.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/extensions/electron-browser/extensions.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/extensions/electron-browser/extensionsActions.i18n.json b/i18n/deu/src/vs/workbench/parts/extensions/electron-browser/extensionsActions.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/extensions/electron-browser/extensionsActions.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/extensions/electron-browser/extensionsAssistant.i18n.json b/i18n/deu/src/vs/workbench/parts/extensions/electron-browser/extensionsAssistant.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/extensions/electron-browser/extensionsAssistant.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/extensions/electron-browser/extensionsQuickOpen.i18n.json b/i18n/deu/src/vs/workbench/parts/extensions/electron-browser/extensionsQuickOpen.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/extensions/electron-browser/extensionsQuickOpen.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/extensions/electron-browser/extensionsWidgets.i18n.json b/i18n/deu/src/vs/workbench/parts/extensions/electron-browser/extensionsWidgets.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/extensions/electron-browser/extensionsWidgets.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/extensions/electron-browser/extensionsWorkbenchExtension.i18n.json b/i18n/deu/src/vs/workbench/parts/extensions/electron-browser/extensionsWorkbenchExtension.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/extensions/electron-browser/extensionsWorkbenchExtension.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/extensions/node/extensionsService.i18n.json b/i18n/deu/src/vs/workbench/parts/extensions/node/extensionsService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/extensions/node/extensionsService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/feedback/browser/feedback.i18n.json b/i18n/deu/src/vs/workbench/parts/feedback/browser/feedback.i18n.json new file mode 100644 index 00000000000..f7059b89e60 --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/feedback/browser/feedback.i18n.json @@ -0,0 +1,20 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "PrivacyText": "Der Schutz Ihrer Daten ist uns wichtig.", + "aliasFullAccessibleText": "Fügen Sie eine E-Mail-Adresse hinzu. Wenn Sie Ihre E-Mail-Adresse angeben, können wir uns bei weiteren Fragen bezüglich Ihres Feedbacks an Sie wenden.", + "aliasHeader": "E-Mail-Adresse hinzufügen", + "aliasTooltip": "Durch das Einschließen Ihrer E-Mail-Adresse können wir uns bezüglich Ihres Feedbacks an Sie wenden, wenn wir Fragen haben.", + "commentsHeader": "Kommentare", + "feedbackSending": "Wird gesendet...", + "feedbackSendingError": "Wiederholen", + "feedbackSent": "Vielen Dank :)", + "frownCaption": "Traurig", + "send": "Senden", + "send us your feedback": "Feedback senden", + "sentiment": "Welche Erfahrungen haben Sie gemacht?", + "smileCaption": "Glücklich" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/files/browser/editors/binaryFileEditor.i18n.json b/i18n/deu/src/vs/workbench/parts/files/browser/editors/binaryFileEditor.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/files/browser/editors/binaryFileEditor.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/files/browser/editors/fileEditorInput.i18n.json b/i18n/deu/src/vs/workbench/parts/files/browser/editors/fileEditorInput.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/files/browser/editors/fileEditorInput.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/files/browser/editors/textFileEditor.i18n.json b/i18n/deu/src/vs/workbench/parts/files/browser/editors/textFileEditor.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/files/browser/editors/textFileEditor.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/files/browser/fileActions.contribution.i18n.json b/i18n/deu/src/vs/workbench/parts/files/browser/fileActions.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/files/browser/fileActions.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/files/browser/fileActions.i18n.json b/i18n/deu/src/vs/workbench/parts/files/browser/fileActions.i18n.json new file mode 100644 index 00000000000..dd38ddbc49c --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/files/browser/fileActions.i18n.json @@ -0,0 +1,45 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "cancel": "Abbrechen", + "collapse": "Reduzieren", + "compareFiles": "Dateien vergleichen", + "compareInputDescription": "{0} - verglichen mit {1}", + "compareSource": "Für Vergleich auswählen", + "compareWith": "Mit '{0}' vergleichen", + "confirmDeleteMessageFile": "Möchten Sie \"{0}\" wirklich endgültig löschen?", + "confirmDeleteMessageFolder": "Möchten Sie \"{0}\" samt Inhalt wirklich endgültig löschen?", + "confirmMoveTrashMessageFile": "Möchten Sie \"{0}\" wirklich löschen?", + "confirmMoveTrashMessageFolder": "Möchten Sie \"{0}\" samt Inhalt wirklich löschen?", + "confirmOverwrite": "Im Zielordner ist bereits eine Datei mit dem gleichen Namen vorhanden. Möchten Sie sie ersetzen?", + "copyFile": "Kopieren", + "createNewFile": "Neue Datei", + "createNewFolder": "Neuer Ordner", + "delete": "Löschen", + "disableJavaScript": "JavaScript deaktivieren", + "downloadWorkspace": "Arbeitsbereich herunterladen", + "duplicateFile": "Duplikat", + "emptyFileNameError": "Es muss ein Datei- oder Ordnername angegeben werden.", + "enableJavaScript": "JavaScript aktivieren", + "fileNameExistsError": "Eine Datei oder ein Ordner **{0}** ist an diesem Ort bereits vorhanden. Wählen Sie einen anderen Namen.", + "filePathTooLongError": "Der Name **{0}** führt zu einem Pfad, der zu lang ist. Wählen Sie einen kürzeren Namen.", + "invalidFileNameError": "Der Name **{0}** enthält Zeichen, die als Datei- oder Ordnername nicht zulässig sind. Wählen Sie einen anderen Namen.", + "invalidVSCFileName": "Der Datei- oder Ordnername **{0}** ist reserviert und kann nicht verwendet werden. Wählen Sie einen anderen Namen aus.", + "newFile": "Neue Datei", + "newFolder": "Neuer Ordner", + "openDerivedResource": "Abgeleitete Ressource öffnen", + "openPreview": "Vorschau öffnen", + "openToSide": "Zur Seite öffnen", + "pasteFile": "Einfügen", + "refresh": "Aktualisieren", + "reload": "Erneut laden", + "rename": "Umbenennen", + "retry": "Wiederholen", + "saveAll": "Alle geänderten Dateien speichern", + "uploadFiles": "Dateien hochladen", + "viewSource": "Quelle anzeigen", + "warningFileDirty": "Datei \"{0}\" wird derzeit gespeichert, versuchen Sie es später erneut." +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/files/browser/fileTracker.i18n.json b/i18n/deu/src/vs/workbench/parts/files/browser/fileTracker.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/files/browser/fileTracker.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/files/browser/files.contribution.i18n.json b/i18n/deu/src/vs/workbench/parts/files/browser/files.contribution.i18n.json new file mode 100644 index 00000000000..04b789521b2 --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/files/browser/files.contribution.i18n.json @@ -0,0 +1,21 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "binaryFileEditor": "Binärdatei-Editor", + "dynamicHeight": "Steuert, ob sich die Höhe des Arbeitsdateienabschnitts dynamisch an die Anzahl der Elemente anpassen soll.", + "encoding": "Die Standardzeichensatz-Codierung, die beim Lesen und Schreiben von Dateien verwendet werden soll.", + "exclude": "Konfiguriert die Globmuster zum Ausschließen von Dateien und Ordnern.", + "explore": "Durchsuchen", + "explorerConfigurationTitle": "Datei-Explorer-Konfiguration", + "files.exclude.boolean": "Das Globmuster, mit dem Dateipfade verglichen werden sollen. Legen Sie diesen Wert auf \"true\" oder \"false\" fest, um das Muster zu aktivieren bzw. zu deaktivieren.", + "files.exclude.when": "Zusätzliche Überprüfung der gleichgeordneten Elemente einer entsprechenden Datei. Verwenden Sie \"$(basename)\" als Variable für den entsprechenden Dateinamen.", + "filesConfigurationTitle": "Dateikonfiguration", + "maxVisible": "Die maximale Anzahl von Arbeitsdateien, die angezeigt werden, bevor Bildlaufleisten angezeigt werden.", + "showExplorerViewlet": "Explorer anzeigen", + "textFileEditor": "Textdatei-Editor", + "trimTrailingWhitespace": "Wenn diese Option aktiviert ist, werden nachgestellte Leerzeichen beim Speichern einer Datei gekürzt.", + "view": "Anzeigen" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/files/browser/saveErrorHandler.i18n.json b/i18n/deu/src/vs/workbench/parts/files/browser/saveErrorHandler.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/files/browser/saveErrorHandler.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/files/browser/views/emptyView.i18n.json b/i18n/deu/src/vs/workbench/parts/files/browser/views/emptyView.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/files/browser/views/emptyView.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/files/browser/views/explorerView.i18n.json b/i18n/deu/src/vs/workbench/parts/files/browser/views/explorerView.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/files/browser/views/explorerView.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/files/browser/views/explorerViewer.i18n.json b/i18n/deu/src/vs/workbench/parts/files/browser/views/explorerViewer.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/files/browser/views/explorerViewer.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/files/browser/views/workingFilesView.i18n.json b/i18n/deu/src/vs/workbench/parts/files/browser/views/workingFilesView.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/files/browser/views/workingFilesView.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/files/browser/views/workingFilesViewer.i18n.json b/i18n/deu/src/vs/workbench/parts/files/browser/views/workingFilesViewer.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/files/browser/views/workingFilesViewer.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/files/browser/workingFilesPicker.i18n.json b/i18n/deu/src/vs/workbench/parts/files/browser/workingFilesPicker.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/files/browser/workingFilesPicker.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/files/common/editors/textFileEditorModel.i18n.json b/i18n/deu/src/vs/workbench/parts/files/common/editors/textFileEditorModel.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/files/common/editors/textFileEditorModel.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/files/electron-browser/electronFileActions.i18n.json b/i18n/deu/src/vs/workbench/parts/files/electron-browser/electronFileActions.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/files/electron-browser/electronFileActions.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/files/electron-browser/files.electron.contribution.i18n.json b/i18n/deu/src/vs/workbench/parts/files/electron-browser/files.electron.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/files/electron-browser/files.electron.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/files/electron-browser/textFileServices.i18n.json b/i18n/deu/src/vs/workbench/parts/files/electron-browser/textFileServices.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/files/electron-browser/textFileServices.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/git/browser/gitActionItems.i18n.json b/i18n/deu/src/vs/workbench/parts/git/browser/gitActionItems.i18n.json new file mode 100644 index 00000000000..fd4ab59641c --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/git/browser/gitActionItems.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "createNewBranch": "Neue Verzweigung erstellen", + "dupeBranchName": "Der Verzweigungsname ist bereits vorhanden.", + "invalidBranchName": "Ungültiger Verzweigungsname." +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/git/browser/gitActions.contribution.i18n.json b/i18n/deu/src/vs/workbench/parts/git/browser/gitActions.contribution.i18n.json new file mode 100644 index 00000000000..2fe54619375 --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/git/browser/gitActions.contribution.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "openInEditor": "Zur Editor-Ansicht wechseln", + "stageSelectedLines": "Ausgewählte Zeilen bereitstellen", + "switchToChangesView": "Zur Änderungsansicht wechseln" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/git/browser/gitActions.i18n.json b/i18n/deu/src/vs/workbench/parts/git/browser/gitActions.i18n.json new file mode 100644 index 00000000000..233875348aa --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/git/browser/gitActions.i18n.json @@ -0,0 +1,42 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "amendCommit": "Vorheriges Commit ergänzen", + "branch": "Verzweigung", + "clone": "Klonen", + "commitAll": "Commit für alle ausführen", + "commitAll2": "Commit für alle ausführen", + "commitStaged": "Commit bereitgestellt", + "commitStaged2": "Commit bereitgestellt", + "confirmUndo": "Sollen die Änderungen in '{0}' wirklich rückgängig gemacht werden?", + "confirmUndoAllMultiple": "Es sind nicht bereitgestellte Änderungen in {0} Dateien vorhanden.", + "confirmUndoAllOne": "Es sind nicht bereitgestellte Änderungen in {0} Datei vorhanden.", + "confirmUndoMessage": "Möchten Sie alle Änderungen wirklich rückgängig machen?", + "currentBranch": "Aktuelles Verzeichnis „{0}“ ist auf dem neuesten Stand.", + "currentBranchPlural": "Die aktuelle Verzweigung „{0}„ liegt {1} Commits zurück und {2} Commits vor „{3}“.", + "currentBranchPluralSingle": "Die aktuelle Verzweigung „{0}“ liegt {1} Commits zurück und {2} Commit vor „{3}“.", + "currentBranchSingle": "Die aktuelle Verzweigung „{0}“ liegt {1} Commit zurück und {2} Commit vor „{3}“.", + "currentBranchSinglePlural": "Die aktuelle Verzweigung „{0}“ liegt {1} Commit zurück und {2} Commit vor „{3}“.", + "currentlyDetached": "Synchronisierung im getrennten Modus nicht möglich.", + "dirtyChanges": "Ihre Änderungen müssen vor Synchronisierung bestätigt, rückgängig gemacht oder gespeichert werden.", + "dirtyTreeCheckout": "Auschecken nicht möglich. Sie müssen Ihre Arbeit zunächst bestätigen oder bereitstellen.", + "dirtyTreePull": "Pull nicht möglich. Sie müssen Ihre Arbeit zunächst bestätigen oder bereitstellen.", + "init": "Init", + "noUpstream": "Für die aktuelle Verzweigung „{0}“ wurde keine Upstream-Verzweigung konfiguriert.", + "openChange": "Änderung öffnen", + "openFile": "Datei öffnen", + "pull": "Pull", + "push": "Push", + "refresh": "Aktualisieren", + "stageAllChanges": "Alle bereitstellen", + "stageChanges": "Phase", + "sync": "Synchronisierung", + "synchronizing": "Wird synchronisiert...", + "undoAllChanges": "Alle rückgängig machen", + "undoChanges": "Rückgängig", + "unstage": "Bereitstellung aufheben", + "unstageAllChanges": "Bereitstellung für alle aufheben" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/git/browser/gitQuickOpen.i18n.json b/i18n/deu/src/vs/workbench/parts/git/browser/gitQuickOpen.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/git/browser/gitQuickOpen.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/git/browser/gitServices.i18n.json b/i18n/deu/src/vs/workbench/parts/git/browser/gitServices.i18n.json new file mode 100644 index 00000000000..49d9dfcedc6 --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/git/browser/gitServices.i18n.json @@ -0,0 +1,21 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "badConfigFile": "Git {0}", + "cancel": "Abbrechen", + "cantOpen": "Diese Git-Ressource kann nicht geöffnet werden.", + "cantOpenResource": "Diese Git-Ressource kann nicht geöffnet werden.", + "changesFromIndex": "{0} - Änderungen am Index", + "changesFromTree": "{0} - Änderungen in {1}", + "checkConsole": "Beim Ausführen eines Git-Vorgangs ist ein Fehler aufgetreten. Verwenden Sie die Konsole, um den Verzeichnisstatus zu überprüfen.", + "checkNativeConsole": "Fehler beim Ausführen eines Git-Vorgangs. Verwenden Sie eine Konsole, um den Repositorystatus zu prüfen.", + "configureUsernameEmail": "Konfigurieren Sie Ihren Benutzernamen und Ihre E-Mail-Adresse.", + "gitIndexChanges": "{0} - Änderungen am Index", + "gitMergeChanges": "{0} - Änderungen zusammenführen", + "openConsole": "Konsole öffnen", + "unmergedChanges": "Sie müssen nicht zusammengeführte Änderungen lösen, bevor Sie Ihre Änderungen bestätigen.", + "workingTreeChanges": "{0} - Änderungen an der Arbeitsstruktur" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/git/browser/gitWidgets.i18n.json b/i18n/deu/src/vs/workbench/parts/git/browser/gitWidgets.i18n.json new file mode 100644 index 00000000000..719c2a742c7 --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/git/browser/gitWidgets.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "gitNotEnabled": "Git ist in diesem Arbeitsbereich nicht aktiviert." +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/git/browser/gitWorkbenchContributions.i18n.json b/i18n/deu/src/vs/workbench/parts/git/browser/gitWorkbenchContributions.i18n.json new file mode 100644 index 00000000000..4559adcfb47 --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/git/browser/gitWorkbenchContributions.i18n.json @@ -0,0 +1,17 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "executeGitCommands": "Git-Befehle ausführen", + "git": "Git", + "gitAutoFetch": "Gibt an, ob automatischer Abruf aktiviert ist.", + "gitCommands": "Git-Befehle", + "gitConfigurationTitle": "Git-Konfiguration", + "gitPath": "Der Pfad zur ausführbaren Git-Datei.", + "gitPendingChangesBadge": "{0} ausstehende Änderungen", + "gitProgressBadge": "Ausführungsstatus Git", + "toggleGitViewlet": "Git anzeigen", + "view": "Anzeigen" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/git/browser/views/changes/changesView.i18n.json b/i18n/deu/src/vs/workbench/parts/git/browser/views/changes/changesView.i18n.json new file mode 100644 index 00000000000..ef4fdc57208 --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/git/browser/views/changes/changesView.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "commitMessage": "Commit-Meldung", + "needMessage": "Geben Sie eine Commit-Meldung an. Sie können jederzeit **{0}** drücken, um einen Commit für die Änderungen auszuführen. Wenn bereitgestellte Änderungen vorliegen, wird nur für diese ein Commit ausgeführt; andernfalls für alle Änderungen.", + "nothingToCommit": "Sobald Änderungen für einen Commit vorliegen, geben Sie die Commit-Meldung ein, und drücken Sie **{0}**, um den Commit für die Änderungen auszuführen. Wenn bereitgestellte Änderungen vorliegen, wird nur für diese ein Commit ausgeführt; andernfalls für alle Änderungen." +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/git/browser/views/changes/changesViewer.i18n.json b/i18n/deu/src/vs/workbench/parts/git/browser/views/changes/changesViewer.i18n.json new file mode 100644 index 00000000000..497da25a8a5 --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/git/browser/views/changes/changesViewer.i18n.json @@ -0,0 +1,33 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "added-char": "A", + "allChanges": "Änderungen", + "copied-char": "C", + "deleted-char": "D", + "ignored-char": "!", + "mergeChanges": "Änderungen zusammenführen", + "modified-char": "M", + "renamed-char": "R", + "stagedChanges": "Bereitgestellte Änderungen", + "title-conflict-added-by-them": "Konflikt: hinzugefügt von diesen", + "title-conflict-added-by-us": "Konflikt: hinzugefügt von uns", + "title-conflict-both-added": "Konflikt: beide hinzugefügt", + "title-conflict-both-deleted": "Konflikt: beide gelöscht", + "title-conflict-both-modified": "Konflikt: beide geändert", + "title-conflict-deleted-by-them": "Konflikt: gelöscht von diesen", + "title-conflict-deleted-by-us": "Konflikt: gelöscht von uns", + "title-deleted": "Gelöscht", + "title-ignored": "Ignoriert", + "title-index-added": "Zum Index hinzugefügt", + "title-index-copied": "In den Index kopiert", + "title-index-deleted": "Aus dem Index gelöscht", + "title-index-modified": "Im Index geändert", + "title-index-renamed": "Im Index umbenannt", + "title-modified": "Geändert am", + "title-untracked": "Nicht verfolgt", + "untracked-char": "A" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/git/browser/views/disabled/disabledView.i18n.json b/i18n/deu/src/vs/workbench/parts/git/browser/views/disabled/disabledView.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/git/browser/views/disabled/disabledView.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/git/browser/views/empty/emptyView.i18n.json b/i18n/deu/src/vs/workbench/parts/git/browser/views/empty/emptyView.i18n.json new file mode 100644 index 00000000000..0255cabe045 --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/git/browser/views/empty/emptyView.i18n.json @@ -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. +{ + "gitinit": "Git-Repository initialisieren", + "noGit": "Dieser Arbeitsbereich unterliegt noch nicht der Git-Quellcodeverwaltung." +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/git/browser/views/gitless/gitlessView.i18n.json b/i18n/deu/src/vs/workbench/parts/git/browser/views/gitless/gitlessView.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/git/browser/views/gitless/gitlessView.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/git/browser/views/notroot/notrootView.i18n.json b/i18n/deu/src/vs/workbench/parts/git/browser/views/notroot/notrootView.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/git/browser/views/notroot/notrootView.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/git/browser/views/noworkspace/noworkspaceView.i18n.json b/i18n/deu/src/vs/workbench/parts/git/browser/views/noworkspace/noworkspaceView.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/git/browser/views/noworkspace/noworkspaceView.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/git/electron-main/askpassService.i18n.json b/i18n/deu/src/vs/workbench/parts/git/electron-main/askpassService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/git/electron-main/askpassService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/git/node/git.lib.i18n.json b/i18n/deu/src/vs/workbench/parts/git/node/git.lib.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/git/node/git.lib.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/html/browser/html.contribution.i18n.json b/i18n/deu/src/vs/workbench/parts/html/browser/html.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/html/browser/html.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/html/browser/htmlPreviewPart.i18n.json b/i18n/deu/src/vs/workbench/parts/html/browser/htmlPreviewPart.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/html/browser/htmlPreviewPart.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/markdown/browser/markdownActions.contribution.i18n.json b/i18n/deu/src/vs/workbench/parts/markdown/browser/markdownActions.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/markdown/browser/markdownActions.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/markdown/browser/markdownActions.i18n.json b/i18n/deu/src/vs/workbench/parts/markdown/browser/markdownActions.i18n.json new file mode 100644 index 00000000000..4862b9b0eb1 --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/markdown/browser/markdownActions.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "openPreview": "Vorschau öffnen" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/markdown/browser/markdownEditorInput.i18n.json b/i18n/deu/src/vs/workbench/parts/markdown/browser/markdownEditorInput.i18n.json new file mode 100644 index 00000000000..4284a7a4fbf --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/markdown/browser/markdownEditorInput.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "preview": "Vorschau von \"{0}\" anzeigen" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/markdown/common/markdownEditorInput.i18n.json b/i18n/deu/src/vs/workbench/parts/markdown/common/markdownEditorInput.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/markdown/common/markdownEditorInput.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/markdown/common/markdownEditorModel.i18n.json b/i18n/deu/src/vs/workbench/parts/markdown/common/markdownEditorModel.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/markdown/common/markdownEditorModel.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/output/browser/output.contribution.i18n.json b/i18n/deu/src/vs/workbench/parts/output/browser/output.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/output/browser/output.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/output/browser/outputActions.contribution.i18n.json b/i18n/deu/src/vs/workbench/parts/output/browser/outputActions.contribution.i18n.json new file mode 100644 index 00000000000..ec84aac6bd9 --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/output/browser/outputActions.contribution.i18n.json @@ -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. +{ + "clearOutput.label": "Ausgabe löschen", + "viewCategory": "Anzeigen" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/output/browser/outputActions.i18n.json b/i18n/deu/src/vs/workbench/parts/output/browser/outputActions.i18n.json new file mode 100644 index 00000000000..04ce43dcd91 --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/output/browser/outputActions.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "clearOutput": "Ausgabe löschen", + "outputErrorsBadge": "Es liegen Ausgabefehler vor", + "run": "Ausführen", + "showOutput": "Ausgabe anzeigen" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/output/browser/outputPanel.i18n.json b/i18n/deu/src/vs/workbench/parts/output/browser/outputPanel.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/output/browser/outputPanel.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/output/common/outputEditorInput.i18n.json b/i18n/deu/src/vs/workbench/parts/output/common/outputEditorInput.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/output/common/outputEditorInput.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/quickopen/browser/commandsHandler.i18n.json b/i18n/deu/src/vs/workbench/parts/quickopen/browser/commandsHandler.i18n.json new file mode 100644 index 00000000000..d9225c4f80b --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/quickopen/browser/commandsHandler.i18n.json @@ -0,0 +1,17 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "QuickCommandsAction.label": "Editor-Befehle anzeigen", + "QuickCommandsEditorAction.label": "Editor-Befehle anzeigen", + "actionNotEnabled": "Der Befehl '{0}' ist in diesem Kontext nicht aktiviert.", + "canNotRun": "Der Befehl '{0}' kann nicht an dieser Stelle ausgeführt werden.", + "commandsHandlerDescriptionDefault": "Befehle anzeigen und ausführen (F1)", + "commandsHandlerDescriptionIE": "Befehle anzeigen und ausführen (ALT+F1)", + "commandsHandlerDescriptionMac": "Befehle anzeigen und ausführen (BEFEHL+P)", + "commandsHandlerDescriptionNative": "Befehle anzeigen und ausführen (STRG+P)", + "editorCommandsHandler": "Editor-Befehle anzeigen und ausführen", + "showTriggerActions": "Alle Befehle anzeigen" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/quickopen/browser/gotoLineHandler.i18n.json b/i18n/deu/src/vs/workbench/parts/quickopen/browser/gotoLineHandler.i18n.json new file mode 100644 index 00000000000..992608f8240 --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/quickopen/browser/gotoLineHandler.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "gotoLine": "Gehe zu Zeile...", + "gotoLineDescriptionMac": "Gehe zu Zeile (BEFEHL+G)", + "gotoLineDescriptionWin": "Gehe zu Zeile (STRG+G)", + "gotoLineLabel": "Gehe zu Zeile {0}", + "gotoLineLabelEmpty": "Zeilennummer eingeben, zu der navigiert werden soll", + "gotoLineLabelEmptyWithLimit": "Zeilennummer zwischen 1 und {0} eingeben, zu der navigiert werden soll" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/quickopen/browser/gotoSymbolHandler.i18n.json b/i18n/deu/src/vs/workbench/parts/quickopen/browser/gotoSymbolHandler.i18n.json new file mode 100644 index 00000000000..c8dc27147ad --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/quickopen/browser/gotoSymbolHandler.i18n.json @@ -0,0 +1,24 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "GotoSymbolEditorAction.label": "Gehe zu Symbol...", + "_constructor": "Konstruktoren ({0})", + "call": "Aufrufe ({0})", + "class": "Klassen ({0})", + "function": "Funktionen ({0})", + "gotoSymbol": "Gehe zu Symbol...", + "gotoSymbolDescriptionNormalMac": "Gehe zu Symbol (BEFEHL+UMSCHALT+O, BEFEHL+UMSCHALT+,)", + "gotoSymbolDescriptionNormalWin": "Gehe zu Symbol (STRG+UMSCHALT+O, STRG+UMSCHALT+,)", + "gotoSymbolDescriptionScoped": "Gehe zu Symbol nach Kategorie", + "grouplabel": "{0} ({1})", + "interface": "Schnittstellen ({0})", + "method": "Methoden ({0})", + "modules": "Module ({0})", + "property": "Eigenschaften ({0})", + "symbols": "Symbole ({0})", + "variable": "Variablen ({0})", + "variable2": "Variablen ({0})" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/quickopen/browser/helpHandler.i18n.json b/i18n/deu/src/vs/workbench/parts/quickopen/browser/helpHandler.i18n.json new file mode 100644 index 00000000000..d977b418f06 --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/quickopen/browser/helpHandler.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "editorCommands": "Editor-Befehle", + "globalCommands": "Globale Befehle", + "helpDescription": "Hilfe anzeigen" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/quickopen/browser/markersHandler.i18n.json b/i18n/deu/src/vs/workbench/parts/quickopen/browser/markersHandler.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/quickopen/browser/markersHandler.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/quickopen/browser/quickopen.contribution.i18n.json b/i18n/deu/src/vs/workbench/parts/quickopen/browser/quickopen.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/quickopen/browser/quickopen.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/search/browser/openAnythingHandler.i18n.json b/i18n/deu/src/vs/workbench/parts/search/browser/openAnythingHandler.i18n.json new file mode 100644 index 00000000000..210d92e9a34 --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/search/browser/openAnythingHandler.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "fileAndTypeResults": "Datei- und Symbolergebnisse" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/search/browser/openFileHandler.i18n.json b/i18n/deu/src/vs/workbench/parts/search/browser/openFileHandler.i18n.json new file mode 100644 index 00000000000..b9b764adb58 --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/search/browser/openFileHandler.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "searchResults": "Suchergebnisse" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/search/browser/openSymbolHandler.i18n.json b/i18n/deu/src/vs/workbench/parts/search/browser/openSymbolHandler.i18n.json new file mode 100644 index 00000000000..265fa10df4d --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/search/browser/openSymbolHandler.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "symbols": "Symbolergebnisse" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/search/browser/search.contribution.i18n.json b/i18n/deu/src/vs/workbench/parts/search/browser/search.contribution.i18n.json new file mode 100644 index 00000000000..b5e60dd67f4 --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/search/browser/search.contribution.i18n.json @@ -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. +{ + "excludeFolders": "Die bei der Volltextsuche im Arbeitsbereich auszuschließenden Ordne .", + "findInFolder": "In Ordner suchen", + "name": "Suchen", + "openAnythingHandlerDescriptionMac": "Dateien und Symbole nach Namen öffnen (CMD+O, CMD+,)", + "openAnythingHandlerDescriptionWin": "Dateien und Symbole nach Namen öffnen (STRG+O, STRG+,)", + "searchConfigurationDescription": "Damit werden die Einstellungen für die Suche konfiguriert.", + "searchConfigurationTitle": "Suchkonfiguration", + "showSearchViewlet": "\"Search\"-Viewlet anzeigen" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/search/browser/searchViewlet.i18n.json b/i18n/deu/src/vs/workbench/parts/search/browser/searchViewlet.i18n.json new file mode 100644 index 00000000000..217b6c1d339 --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/search/browser/searchViewlet.i18n.json @@ -0,0 +1,31 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "CollapseAllAction.label": "Reduzieren", + "RefreshAction.label": "Aktualisieren", + "RemoveAction.label": "Entfernen", + "SelectOrRemoveAction.removeLabel": "Entfernen", + "SelectOrRemoveAction.selectLabel": "Auswählen", + "findInFolder": "In Ordner suchen", + "inputFileTypes": "z. B. *.js", + "inputFolderExclusions": "z. B. folder1, folder2", + "inputFolderIncludes": "z. B. folder1, folder2", + "label.Search": "Suchbegriff", + "noResults": "Keine Ergebnisse gefunden", + "noResultsConfiguredExcludes": "Keine Ergebnisse gefunden. Aktuelle Einstellungen schließen einige Ordner aus.", + "noResultsExcludes": "Keine Ergebnisse für ausgeschlossene Ordner \"{0}\" gefunden - ", + "noResultsIncludes": "Keine Ergebnisse in \"{0}\" gefunden - ", + "noResultsIncludesPatterns": "Keine Ergebnisse in \"{0}\" mit Dateinamen \"{1}\" gefunden - ", + "noResultsPatterns": "Keine Ergebnisse mit Dateinamen \"{0}\" gefunden - ", + "regexp.validationFailure": "Ausdruck stimmt mit allem überein", + "rerunSearch.message": "Erneut suchen in allen Dateien", + "searchMatch": "{0} Übereinstimmung gefunden", + "searchMatches": "{0} Übereinstimmungen gefunden", + "searchMaxResultsWarning": "Das Resultset enthält nur eine Teilmenge aller Übereinstimmungen. Verfeinern Sie Ihre Suche, um die Ergebnisse einzugrenzen.", + "searchScope.files": "Zu durchsuchende Dateien", + "searchScope.folders": "Auszuschließende Ordner", + "searchScope.include.folders": "Einzuschließende Ordner" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/snippets/electron-browser/snippets.contribution.i18n.json b/i18n/deu/src/vs/workbench/parts/snippets/electron-browser/snippets.contribution.i18n.json new file mode 100644 index 00000000000..2713728ea1e --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/snippets/electron-browser/snippets.contribution.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "openSnippet.errorOnCreate": "\"{0}\" kann nicht erstellt werden.", + "openSnippet.label": "Codeausschnitte", + "openSnippet.pickLanguage": "Sprache für Codeausschnitt auswählen", + "preferences": "Einstellungen" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/tasks/browser/processRunnerDetector.i18n.json b/i18n/deu/src/vs/workbench/parts/tasks/browser/processRunnerDetector.i18n.json new file mode 100644 index 00000000000..9cf6f376566 --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/tasks/browser/processRunnerDetector.i18n.json @@ -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. +{ + "TaskSystemDetector.noGulpTasks": "Durch die Ausführung von \"gulp -tasks-simple\" wurden keine Tasks aufgelistet. Haben Sie \"npm install\" ausgeführt?", + "TaskSystemDetector.noJakeTasks": "Durch die Ausführung von \"jake -tasks\" wurden keine Tasks aufgelistet. Haben Sie \"npm install\" ausgeführt?" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/tasks/browser/taskQuickOpen.i18n.json b/i18n/deu/src/vs/workbench/parts/tasks/browser/taskQuickOpen.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/tasks/browser/taskQuickOpen.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/tasks/electron-browser/task.contribution.i18n.json b/i18n/deu/src/vs/workbench/parts/tasks/electron-browser/task.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/tasks/electron-browser/task.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/tasks/node/processRunnerConfiguration.i18n.json b/i18n/deu/src/vs/workbench/parts/tasks/node/processRunnerConfiguration.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/tasks/node/processRunnerConfiguration.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/tasks/node/processRunnerDetector.i18n.json b/i18n/deu/src/vs/workbench/parts/tasks/node/processRunnerDetector.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/tasks/node/processRunnerDetector.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/tasks/node/processRunnerSystem.i18n.json b/i18n/deu/src/vs/workbench/parts/tasks/node/processRunnerSystem.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/tasks/node/processRunnerSystem.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/themes/electron-browser/themes.contribution.i18n.json b/i18n/deu/src/vs/workbench/parts/themes/electron-browser/themes.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/themes/electron-browser/themes.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/services/files/electron-browser/fileService.i18n.json b/i18n/deu/src/vs/workbench/services/files/electron-browser/fileService.i18n.json new file mode 100644 index 00000000000..f6c007a8b53 --- /dev/null +++ b/i18n/deu/src/vs/workbench/services/files/electron-browser/fileService.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "trashFailed": "Fehler beim Verschieben von \"{0}\" in den Papierkorb." +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/services/files/node/fileService.i18n.json b/i18n/deu/src/vs/workbench/services/files/node/fileService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/workbench/services/files/node/fileService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/services/history/browser/history.i18n.json b/i18n/deu/src/vs/workbench/services/history/browser/history.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/workbench/services/history/browser/history.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json b/i18n/deu/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/services/lifecycle/common/lifecycleService.i18n.json b/i18n/deu/src/vs/workbench/services/lifecycle/common/lifecycleService.i18n.json new file mode 100644 index 00000000000..3d31dfd62e2 --- /dev/null +++ b/i18n/deu/src/vs/workbench/services/lifecycle/common/lifecycleService.i18n.json @@ -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. +{ + "primaryButton": "Abbrechen", + "secondaryButton": "Beenden" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/services/message/browser/messageService.i18n.json b/i18n/deu/src/vs/workbench/services/message/browser/messageService.i18n.json new file mode 100644 index 00000000000..d93db4888f8 --- /dev/null +++ b/i18n/deu/src/vs/workbench/services/message/browser/messageService.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "closeMessages": "Benachrichtigungen schließen" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/services/message/electron-browser/messageService.i18n.json b/i18n/deu/src/vs/workbench/services/message/electron-browser/messageService.i18n.json new file mode 100644 index 00000000000..3aa6e7345db --- /dev/null +++ b/i18n/deu/src/vs/workbench/services/message/electron-browser/messageService.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "yesButton": "Ja" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/services/request/node/requestService.i18n.json b/i18n/deu/src/vs/workbench/services/request/node/requestService.i18n.json new file mode 100644 index 00000000000..c8297cc35aa --- /dev/null +++ b/i18n/deu/src/vs/workbench/services/request/node/requestService.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "httpConfigurationTitle": "HTTP-Konfiguration", + "localFileNotFound": "Die Datei wurde nicht gefunden.", + "proxy": "Die zu verwendende Proxyeinstellung. Wenn diese Option nicht festgelegt wird, wird der Wert aus den Umgebungsvariablen \"http_proxy\" und \"https_proxy\" übernommen." +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/services/themes/node/themeService.i18n.json b/i18n/deu/src/vs/workbench/services/themes/node/themeService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/deu/src/vs/workbench/services/themes/node/themeService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/services/thread/electron-browser/threadService.i18n.json b/i18n/deu/src/vs/workbench/services/thread/electron-browser/threadService.i18n.json new file mode 100644 index 00000000000..c74b5c416f2 --- /dev/null +++ b/i18n/deu/src/vs/workbench/services/thread/electron-browser/threadService.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "pluginHostProcess.crash": "SCHWERWIEGEND: Der Plug-In-Hostprozess ist abgestürzt. Eine Wiederherstellung nach diesem Fehler ist derzeit nicht möglich. Neu laden." +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/ui/parts/editor/quickstart.i18n.json b/i18n/deu/src/vs/workbench/ui/parts/editor/quickstart.i18n.json new file mode 100644 index 00000000000..8fbbc8adc8e --- /dev/null +++ b/i18n/deu/src/vs/workbench/ui/parts/editor/quickstart.i18n.json @@ -0,0 +1,19 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "previewTitle": "Der Dienst ist im Vorschaumodus. Senden Sie uns Ihr Feedback. Vielen Dank für Ihre Unterstützung beim Aufbau eines tollen Diensts.", + "quickStartCaption1Body": "Verwenden Sie Git, um Code in Ihre Website zu klonen, Codeänderungen zu verwalten und Code für die Produktion bereitzustellen", + "quickStartCaption1Title": "Quellcodeverwaltung", + "quickStartCaption2Body": "Schnelles Suchen nach einer Datei mit {0}. Außerdem können Sie mit STRG+Q Ihren aktuellen Verlauf anzeigen.", + "quickStartCaption2Title": "Schnelles Öffnen", + "quickStartCaption3Body": "Eine andere Datei parallel und im Kontext anzeigen", + "quickStartCaption3Title": "Parallel", + "quickStartCaption4Body": "Dateien werden automatisch im Hintergrund gespeichert", + "quickStartCaption4Title": "Automatisch speichern", + "quickStartSection1Title": "Vier Key Tips zu dieser Umgebung", + "quickStartTitle": "Schnellstart", + "quickStartVideoLink": "Weitere Hinweise auf Channel9 anzeigen" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/ui/parts/editor/resourceDiffEditor.i18n.json b/i18n/deu/src/vs/workbench/ui/parts/editor/resourceDiffEditor.i18n.json new file mode 100644 index 00000000000..03077c4aad4 --- /dev/null +++ b/i18n/deu/src/vs/workbench/ui/parts/editor/resourceDiffEditor.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "binaryDiffEditor": "Binärdifferenz-Viewer" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/ui/parts/editor/resourceEditor.i18n.json b/i18n/deu/src/vs/workbench/ui/parts/editor/resourceEditor.i18n.json new file mode 100644 index 00000000000..37f67b252c8 --- /dev/null +++ b/i18n/deu/src/vs/workbench/ui/parts/editor/resourceEditor.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "binaryEditor": "Binär-Viewer" +} \ No newline at end of file diff --git a/i18n/esn/extensions/typescript/package.i18n.json b/i18n/esn/extensions/typescript/package.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/extensions/typescript/package.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/base/browser/ui/actionbar/actionbar.i18n.json b/i18n/esn/src/vs/base/browser/ui/actionbar/actionbar.i18n.json new file mode 100644 index 00000000000..1c0e6a30ae9 --- /dev/null +++ b/i18n/esn/src/vs/base/browser/ui/actionbar/actionbar.i18n.json @@ -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. +{ + "actionBarAccessibleLabel": "Barra de acciones", + "titleLabel": "{0} ({1})" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/base/browser/ui/aria/aria.i18n.json b/i18n/esn/src/vs/base/browser/ui/aria/aria.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/base/browser/ui/aria/aria.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/base/browser/ui/findinput/findInput.i18n.json b/i18n/esn/src/vs/base/browser/ui/findinput/findInput.i18n.json new file mode 100644 index 00000000000..23b2ff0c14f --- /dev/null +++ b/i18n/esn/src/vs/base/browser/ui/findinput/findInput.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "caseDescription": "Coincidir mayúsculas y minúsculas", + "defaultLabel": "entrada", + "regexDescription": "Usar expresión regular", + "wordsDescription": "Solo palabras completas" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/base/browser/ui/inputbox/inputBox.i18n.json b/i18n/esn/src/vs/base/browser/ui/inputbox/inputBox.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/base/browser/ui/inputbox/inputBox.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/base/browser/ui/messagelist/messageList.i18n.json b/i18n/esn/src/vs/base/browser/ui/messagelist/messageList.i18n.json new file mode 100644 index 00000000000..6a7558b8e2f --- /dev/null +++ b/i18n/esn/src/vs/base/browser/ui/messagelist/messageList.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "close": "Cerrar", + "error": "Error", + "info": "Información", + "warning": "Advertencia" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/base/browser/ui/resourceviewer/resourceViewer.i18n.json b/i18n/esn/src/vs/base/browser/ui/resourceviewer/resourceViewer.i18n.json new file mode 100644 index 00000000000..e747772c339 --- /dev/null +++ b/i18n/esn/src/vs/base/browser/ui/resourceviewer/resourceViewer.i18n.json @@ -0,0 +1,12 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "clickToOpen": "Haga clic para abrir la imagen a tamaño completo en una ventana nueva", + "downloadBinary": "El archivo no se puede mostrar en el editor porque es binario o usa una codificación de texto no admitida. Haga clic en el siguiente vínculo para abrir el archivo en el explorador o para descargarlo: ", + "missingAudioSupport": "No se admite la reproducción de archivos de audio.", + "missingVideoSupport": "No se admite la reproducción de archivos de vídeo.", + "nativeBinaryError": "El archivo no se puede mostrar en el editor porque es binario, es muy grande o usa una codificación de texto no admitida." +} \ No newline at end of file diff --git a/i18n/esn/src/vs/base/browser/ui/toolbar/toolbar.i18n.json b/i18n/esn/src/vs/base/browser/ui/toolbar/toolbar.i18n.json new file mode 100644 index 00000000000..3f2b177ab85 --- /dev/null +++ b/i18n/esn/src/vs/base/browser/ui/toolbar/toolbar.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "more": "Más" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/base/common/errors.i18n.json b/i18n/esn/src/vs/base/common/errors.i18n.json new file mode 100644 index 00000000000..da5c55bc738 --- /dev/null +++ b/i18n/esn/src/vs/base/common/errors.i18n.json @@ -0,0 +1,23 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "error.connection.unknown": "Error de conexión desconocido. Es posible que ya no esté conectado a Internet o que el servidor al que se había conectado esté sin conexión.", + "error.connection.unknown.verbose": "Error de conexión desconocido ({0})", + "error.defaultMessage": "Se ha producido un error desconocido. Consulte el registro para obtener más detalles.", + "error.http": "{0} (HTTP {1})", + "error.http.verbose": "{0} (HTTP {1}: {2})", + "error.permission": "Permiso denegado", + "error.permission.verbose": "Permiso denegado (HTTP {0})", + "illegalArgumentError": "Argumento no válido: {0}", + "illegalArgumentError2": "Argumento no válido", + "illegalStateError": "Estado no válido: {0}", + "illegalStateError2": "Estado no válido", + "loaderError": "No se pudo cargar un archivo necesario. O bien no está conectado a Internet o el servidor al que se había conectado está sin conexión. Actualice el explorador y vuelva a intentarlo.", + "loaderErrorNative": "No se pudo cargar un archivo requerido. Reinicie la aplicación para intentarlo de nuevo. Detalles: {0}", + "message": "{0}. Código de error: {1}", + "notImplementedError": "Sin implementar", + "stackTrace.format": "{0}:{1}" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/base/common/json.i18n.json b/i18n/esn/src/vs/base/common/json.i18n.json new file mode 100644 index 00000000000..7ecb2b855db --- /dev/null +++ b/i18n/esn/src/vs/base/common/json.i18n.json @@ -0,0 +1,17 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "CloseBraceExpected": "Se esperaba una llave de cierre", + "CloseBracketExpected": "Se esperaba un corchete de cierre", + "ColonExpected": "Se esperaban dos puntos", + "CommaExpected": "Se esperaba una coma", + "EOFExpected": "Se esperaba el fin del contenido", + "InvalidNumberFormat": "Formato de número no válido", + "PropertyExpected": "Se esperaba el nombre de la propiedad", + "UnknownSymbol": "Símbolo no válido", + "ValeExpected": "Se esperaba un valor", + "ValueExpected": "Se esperaba un valor" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/base/common/keyCodes.i18n.json b/i18n/esn/src/vs/base/common/keyCodes.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/base/common/keyCodes.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/base/common/processes.i18n.json b/i18n/esn/src/vs/base/common/processes.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/base/common/processes.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/base/common/severity.i18n.json b/i18n/esn/src/vs/base/common/severity.i18n.json new file mode 100644 index 00000000000..d3844395a63 --- /dev/null +++ b/i18n/esn/src/vs/base/common/severity.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "sev.error": "Error", + "sev.info": "Información", + "sev.warning": "Advertencia" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/base/common/strings.i18n.json b/i18n/esn/src/vs/base/common/strings.i18n.json new file mode 100644 index 00000000000..2e4a75e5bd8 --- /dev/null +++ b/i18n/esn/src/vs/base/common/strings.i18n.json @@ -0,0 +1,22 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "diff.days": "{0} d", + "diff.days.month": "Hace un mes", + "diff.days.verbose": "Hace {0} días", + "diff.days.week": "Hace una semana", + "diff.days.yesterday": "ayer", + "diff.hour.verbose": "Hace 1 hora", + "diff.hours": "{0} h", + "diff.hours.verbose": "Hace {0} horas", + "diff.minute.verbose": "Hace 1 minuto", + "diff.minutes": "{0} min", + "diff.minutes.verbose": "Hace {0} minutos", + "diff.seconds": "{0} s", + "diff.seconds.verbose": "Ahora mismo", + "format.date": "{0}-{1}-{2} {3}:{4}:{5}", + "format.time": "{0}:{1}:{2}" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/base/node/processRunner.i18n.json b/i18n/esn/src/vs/base/node/processRunner.i18n.json new file mode 100644 index 00000000000..8e4326d6c81 --- /dev/null +++ b/i18n/esn/src/vs/base/node/processRunner.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "TaskRunner.UNC": "No se puede ejecutar un comando shell en una unidad UNC." +} \ No newline at end of file diff --git a/i18n/esn/src/vs/base/node/processes.i18n.json b/i18n/esn/src/vs/base/node/processes.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/base/node/processes.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/base/node/zip.i18n.json b/i18n/esn/src/vs/base/node/zip.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/base/node/zip.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/base/parts/quickopen/browser/quickOpenModel.i18n.json b/i18n/esn/src/vs/base/parts/quickopen/browser/quickOpenModel.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/base/parts/quickopen/browser/quickOpenModel.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/base/parts/quickopen/browser/quickOpenWidget.i18n.json b/i18n/esn/src/vs/base/parts/quickopen/browser/quickOpenWidget.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/base/parts/quickopen/browser/quickOpenWidget.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/base/performance/timer.i18n.json b/i18n/esn/src/vs/base/performance/timer.i18n.json new file mode 100644 index 00000000000..5667845fdaa --- /dev/null +++ b/i18n/esn/src/vs/base/performance/timer.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "startAfterStopError": "No se puede iniciar un nuevo temporizador a partir de uno detenido." +} \ No newline at end of file diff --git a/i18n/esn/src/vs/base/ui/widgets/comboBox.i18n.json b/i18n/esn/src/vs/base/ui/widgets/comboBox.i18n.json new file mode 100644 index 00000000000..1f960d88fdb --- /dev/null +++ b/i18n/esn/src/vs/base/ui/widgets/comboBox.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "empty": "&mdash;", + "error": "No se pudieron cargar opciones", + "loading": "Cargando&hellip;" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/base/ui/widgets/credentials.i18n.json b/i18n/esn/src/vs/base/ui/widgets/credentials.i18n.json new file mode 100644 index 00000000000..f8a99ddb1e3 --- /dev/null +++ b/i18n/esn/src/vs/base/ui/widgets/credentials.i18n.json @@ -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. +{ + "cancel": "Cancelar", + "credentialsRequired": "Esta dirección URL de Git URL requiere su autenticación:", + "label.password": "Contraseña", + "label.remember": "Recordar la contraseña", + "label.username": "Nombre de usuario", + "ok": "Aceptar", + "rememberDisclaimerFullAccessibleText": "Recuerde las credenciales. Al guardar la contraseña, esta información se almacena en su sitio web de Azure. Esto significa que cualquier persona con acceso de FTP al sitio web podrá recuperar la contraseña.", + "rememberDisclaimerTooltip": "Al guardar la contraseña, esta información se almacena en su sitio web de Azure. Esto significa que cualquier persona con acceso de FTP a su sitio web podrá recuperar la contraseña." +} \ No newline at end of file diff --git a/i18n/esn/src/vs/editor/browser/view/viewImpl.i18n.json b/i18n/esn/src/vs/editor/browser/view/viewImpl.i18n.json new file mode 100644 index 00000000000..b1da401aa98 --- /dev/null +++ b/i18n/esn/src/vs/editor/browser/view/viewImpl.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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": "Contenido del editor" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/editor/common/commonCodeEditor.i18n.json b/i18n/esn/src/vs/editor/common/commonCodeEditor.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/editor/common/commonCodeEditor.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/editor/common/config/commonEditorConfig.i18n.json b/i18n/esn/src/vs/editor/common/config/commonEditorConfig.i18n.json new file mode 100644 index 00000000000..1f96b629afa --- /dev/null +++ b/i18n/esn/src/vs/editor/common/config/commonEditorConfig.i18n.json @@ -0,0 +1,30 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "autoClosingBrackets": "Controla si el editor debe cerrar automáticamente los corchetes después de abrirlos", + "editorConfigurationTitle": "Configuración del editor", + "fontFamily": "Controla la familia de fuentes.", + "fontSize": "Controla el tamaño de la fuente.", + "formatOnType": "Controla si el editor debe dar formato automáticamente a la línea después de escribirla", + "glyphMargin": "Controla la visibilidad del margen del glifo", + "hideCursorInOverviewRuler": "Controla si el cursor debe ocultarse en la regla de visión general.", + "insertSpaces": "Controla si el editor insertará espacios para las tabulaciones. Valores admitidos: \"auto\", true, false. Si se establece en \"auto\", el valor se estimará cuando se abra un archivo.", + "lineHeight": "Controla la altura de línea.", + "lineNumbers": "Controla la visibilidad de los números de línea", + "mouseWheelScrollSensitivity": "Se utilizará un multiplicador en los eventos de desplazamiento de la rueda del mouse `deltaX` y `deltaY`", + "overviewRulerLanes": "Controla el número de decoraciones que pueden aparecer en la misma posición en la regla de visión general", + "quickSuggestions": "Controla si van a aparecer sugerencias rápidas mientras se escribe", + "quickSuggestionsDelay": "Controla el retardo en ms tras el cual aparecerán sugerencias rápidas", + "referenceInfos": "Controla si el editor muestra información de referencia para los modos compatibles", + "renderWhitespace": "Controla si el editor debe representar los espacios en blanco", + "roundedSelection": "Controla si las selecciones tienen esquinas redondeadas", + "scrollBeyondLastLine": "Controla si el editor se seguirá desplazando después de la última línea", + "selectionHighlight": "Controla si el editor debería destacar coincidencias similares a la selección", + "suggestOnTriggerCharacters": "Controla si las sugerencias deben aparecer de forma automática al escribir caracteres desencadenadores", + "tabSize": "Controla el ajuste del tamaño de los tabuladores en los caracteres. Valores admitidos: \"auto\", 2, 4, 6, etc. Si se establece en \"auto\", el valor se estimará cuando se abra un archivo.", + "wrappingColumn": "Controla el número de caracteres tras los cuales el editor salta a la línea siguiente. Si el valor se establece en 0, se activa el ajuste del ancho de la ventanilla", + "wrappingIndent": "Controla el sangrado de las líneas ajustadas. Puede ser uno los valores 'none', 'same' o 'indent'." +} \ No newline at end of file diff --git a/i18n/esn/src/vs/editor/common/config/defaultConfig.i18n.json b/i18n/esn/src/vs/editor/common/config/defaultConfig.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/editor/common/config/defaultConfig.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/editor/common/controller/cursor.i18n.json b/i18n/esn/src/vs/editor/common/controller/cursor.i18n.json new file mode 100644 index 00000000000..c9563bd7201 --- /dev/null +++ b/i18n/esn/src/vs/editor/common/controller/cursor.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "corrupt.commands": "Excepción inesperada al ejecutar el comando." +} \ No newline at end of file diff --git a/i18n/esn/src/vs/editor/common/model/textModelWithTokens.i18n.json b/i18n/esn/src/vs/editor/common/model/textModelWithTokens.i18n.json new file mode 100644 index 00000000000..2e260b1f343 --- /dev/null +++ b/i18n/esn/src/vs/editor/common/model/textModelWithTokens.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "mode.tokenizationSupportFailed": "Error en el modo al convertir la entrada en tokens." +} \ No newline at end of file diff --git a/i18n/esn/src/vs/editor/common/services/bulkEdit.i18n.json b/i18n/esn/src/vs/editor/common/services/bulkEdit.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/editor/common/services/bulkEdit.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/editor/common/services/modeServiceImpl.i18n.json b/i18n/esn/src/vs/editor/common/services/modeServiceImpl.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/editor/common/services/modeServiceImpl.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/editor/contrib/accessibility/browser/accessibility.i18n.json b/i18n/esn/src/vs/editor/contrib/accessibility/browser/accessibility.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/editor/contrib/accessibility/browser/accessibility.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/editor/contrib/clipboard/browser/clipboard.i18n.json b/i18n/esn/src/vs/editor/contrib/clipboard/browser/clipboard.i18n.json new file mode 100644 index 00000000000..1eb0f45cca5 --- /dev/null +++ b/i18n/esn/src/vs/editor/contrib/clipboard/browser/clipboard.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "actions.clipboard.copyLabel": "Copiar", + "actions.clipboard.cutLabel": "Cortar", + "actions.clipboard.pasteLabel": "Pegar" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/editor/contrib/codelens/browser/codelens.i18n.json b/i18n/esn/src/vs/editor/contrib/codelens/browser/codelens.i18n.json new file mode 100644 index 00000000000..7db6d7d6ec2 --- /dev/null +++ b/i18n/esn/src/vs/editor/contrib/codelens/browser/codelens.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "n_references": "{0}&nbsp;referencias", + "one_reference": "1&nbsp;referencia", + "unknown_reference": "-&nbsp;referencias" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/editor/contrib/color/colorPicker.i18n.json b/i18n/esn/src/vs/editor/contrib/color/colorPicker.i18n.json new file mode 100644 index 00000000000..0f04b0785a4 --- /dev/null +++ b/i18n/esn/src/vs/editor/contrib/color/colorPicker.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "color.action.label": "Acción del selector de colores" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/editor/contrib/comment/common/comment.i18n.json b/i18n/esn/src/vs/editor/contrib/comment/common/comment.i18n.json new file mode 100644 index 00000000000..cc41bc7e43c --- /dev/null +++ b/i18n/esn/src/vs/editor/contrib/comment/common/comment.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "comment.block": "Alternar comentario de bloque", + "comment.line": "Alternar comentario de línea", + "comment.line.add": "Agregar comentario de línea", + "comment.line.remove": "Quitar comentario de línea" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/editor/contrib/contextmenu/browser/contextmenu.i18n.json b/i18n/esn/src/vs/editor/contrib/contextmenu/browser/contextmenu.i18n.json new file mode 100644 index 00000000000..7dee35d6d96 --- /dev/null +++ b/i18n/esn/src/vs/editor/contrib/contextmenu/browser/contextmenu.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "action.showContextMenu.label": "Mostrar menú contextual del editor" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/editor/contrib/defineKeybinding/browser/defineKeybinding.i18n.json b/i18n/esn/src/vs/editor/contrib/defineKeybinding/browser/defineKeybinding.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/editor/contrib/defineKeybinding/browser/defineKeybinding.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/editor/contrib/find/browser/find.i18n.json b/i18n/esn/src/vs/editor/contrib/find/browser/find.i18n.json new file mode 100644 index 00000000000..e96c69fb480 --- /dev/null +++ b/i18n/esn/src/vs/editor/contrib/find/browser/find.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "addSelectionToNextFindMatch": "Agregar selección hasta la siguiente coincidencia de búsqueda", + "findNextMatchAction": "Buscar siguiente", + "findPreviousMatchAction": "Buscar anterior", + "moveSelectionToNextFindMatch": "Mover última selección hasta la siguiente coincidencia de búsqueda", + "selectAllOccurencesOfFindMatch": "Seleccionar todas las repeticiones de coincidencia de búsqueda", + "startFindAction": "Buscar", + "startReplace": "Reemplazar" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/editor/contrib/find/browser/findWidget.i18n.json b/i18n/esn/src/vs/editor/contrib/find/browser/findWidget.i18n.json new file mode 100644 index 00000000000..b3cb4d9a386 --- /dev/null +++ b/i18n/esn/src/vs/editor/contrib/find/browser/findWidget.i18n.json @@ -0,0 +1,18 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "label.closeButton": "Cerrar (escape)", + "label.find": "Buscar", + "label.nextMatchButton": "Coincidencia siguiente (F3)", + "label.previousMatchButton": "Coincidencia anterior (Mayús+F3)", + "label.replace": "Reemplazar", + "label.replaceAllButton": "Reemplazar todo", + "label.replaceButton": "Reemplazar", + "label.toggleReplaceButton": "Alternar modo de reemplazar", + "label.toggleSelectionFind": "Buscar en selección", + "placeholder.find": "Buscar", + "placeholder.replace": "Reemplazar" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/editor/contrib/find/common/findController.i18n.json b/i18n/esn/src/vs/editor/contrib/find/common/findController.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/editor/contrib/find/common/findController.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/editor/contrib/find2/find.i18n.json b/i18n/esn/src/vs/editor/contrib/find2/find.i18n.json new file mode 100644 index 00000000000..30ee333f277 --- /dev/null +++ b/i18n/esn/src/vs/editor/contrib/find2/find.i18n.json @@ -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. +{ + "disableSelectionFindAction": "Deshabilitar la búsqueda en la selección", + "enableSelectionFindAction": "Habilitar la búsqueda en la selección", + "findNextMatchAction": "Buscar siguiente", + "findPreviousMatchAction": "Buscar anterior", + "replace.replaceAll": "Reemplazar todas las instancias", + "replace.replaceThis": "Reemplazar esta instancia", + "startFindAction": "Buscar", + "startReplace": "Reemplazar" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/editor/contrib/find2/findInput/findInput.i18n.json b/i18n/esn/src/vs/editor/contrib/find2/findInput/findInput.i18n.json new file mode 100644 index 00000000000..23b2ff0c14f --- /dev/null +++ b/i18n/esn/src/vs/editor/contrib/find2/findInput/findInput.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "caseDescription": "Coincidir mayúsculas y minúsculas", + "defaultLabel": "entrada", + "regexDescription": "Usar expresión regular", + "wordsDescription": "Solo palabras completas" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/editor/contrib/find2/findWidget/findWidget.i18n.json b/i18n/esn/src/vs/editor/contrib/find2/findWidget/findWidget.i18n.json new file mode 100644 index 00000000000..268b293f518 --- /dev/null +++ b/i18n/esn/src/vs/editor/contrib/find2/findWidget/findWidget.i18n.json @@ -0,0 +1,18 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "label.closeButton": "Cerrar (Esc)", + "label.find": "Buscar", + "label.nextMatchButton": "Coincidencia siguiente (F3)", + "label.previousMatchButton": "Coincidencia anterior (Mayús + F3)", + "label.replace": "Reemplazar", + "label.replaceAllButton": "Reemplazar todo", + "label.replaceButton": "Reemplazar", + "label.toggleReplaceButton": "Alternar modo Reemplazar", + "label.toggleSelectionFind": "Buscar en la selección", + "placeholder.find": "Buscar", + "placeholder.replace": "Reemplazar" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/editor/contrib/folding/browser/folding.i18n.json b/i18n/esn/src/vs/editor/contrib/folding/browser/folding.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/editor/contrib/folding/browser/folding.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/editor/contrib/format/common/format.i18n.json b/i18n/esn/src/vs/editor/contrib/format/common/format.i18n.json new file mode 100644 index 00000000000..3c04d137091 --- /dev/null +++ b/i18n/esn/src/vs/editor/contrib/format/common/format.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "formatAction.label": "Código de formato" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/editor/contrib/format/common/formatActions.i18n.json b/i18n/esn/src/vs/editor/contrib/format/common/formatActions.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/editor/contrib/format/common/formatActions.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json b/i18n/esn/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json new file mode 100644 index 00000000000..f3a2e9475b0 --- /dev/null +++ b/i18n/esn/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "actions.goToDecl.label": "Ir a definición", + "actions.gotoTypeDecl.label": "Ir a la definición de tipo", + "actions.previewDecl.label": "Ver la definición", + "peekView.alternateTitle": "Declaración" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/editor/contrib/gotoError/browser/gotoError.i18n.json b/i18n/esn/src/vs/editor/contrib/gotoError/browser/gotoError.i18n.json new file mode 100644 index 00000000000..00eb3004040 --- /dev/null +++ b/i18n/esn/src/vs/editor/contrib/gotoError/browser/gotoError.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "markerAction.next.label": "Ir al error o la advertencia siguiente", + "markerAction.previous.label": "Ir al error o la advertencia anterior", + "quickfix.multiple.label": "Correcciones recomendadas: ", + "quickfix.single.label": "Corrección recomendada: " +} \ No newline at end of file diff --git a/i18n/esn/src/vs/editor/contrib/hover/browser/hover.i18n.json b/i18n/esn/src/vs/editor/contrib/hover/browser/hover.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/editor/contrib/hover/browser/hover.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/editor/contrib/hover/browser/modesContentHover.i18n.json b/i18n/esn/src/vs/editor/contrib/hover/browser/modesContentHover.i18n.json new file mode 100644 index 00000000000..cee5631f417 --- /dev/null +++ b/i18n/esn/src/vs/editor/contrib/hover/browser/modesContentHover.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "modesContentHover.loading": "Cargando..." +} \ No newline at end of file diff --git a/i18n/esn/src/vs/editor/contrib/inEditorActions/inEditorActions.i18n.json b/i18n/esn/src/vs/editor/contrib/inEditorActions/inEditorActions.i18n.json new file mode 100644 index 00000000000..5c5c76a23a4 --- /dev/null +++ b/i18n/esn/src/vs/editor/contrib/inEditorActions/inEditorActions.i18n.json @@ -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. +{ + "editorActionArrowAccessibleLabel": "Acciones de editor abierto", + "ineditor.menu.keybinding": "{0} ({1})" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/editor/contrib/inPlaceReplace/common/inPlaceReplace.i18n.json b/i18n/esn/src/vs/editor/contrib/inPlaceReplace/common/inPlaceReplace.i18n.json new file mode 100644 index 00000000000..2a36c5dc580 --- /dev/null +++ b/i18n/esn/src/vs/editor/contrib/inPlaceReplace/common/inPlaceReplace.i18n.json @@ -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. +{ + "InPlaceReplaceAction.next.label": "Reemplazar con el valor siguiente", + "InPlaceReplaceAction.previous.label": "Reemplazar con el valor anterior" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/editor/contrib/indentation/common/indentation.i18n.json b/i18n/esn/src/vs/editor/contrib/indentation/common/indentation.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/editor/contrib/indentation/common/indentation.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/editor/contrib/linesOperations/common/linesOperations.i18n.json b/i18n/esn/src/vs/editor/contrib/linesOperations/common/linesOperations.i18n.json new file mode 100644 index 00000000000..cebb7517ee5 --- /dev/null +++ b/i18n/esn/src/vs/editor/contrib/linesOperations/common/linesOperations.i18n.json @@ -0,0 +1,17 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "lines.copyDown": "Copiar línea abajo", + "lines.copyUp": "Copiar línea arriba", + "lines.delete": "Eliminar línea", + "lines.indent": "Sangría de línea", + "lines.insertAfter": "Insertar línea debajo", + "lines.insertBefore": "Insertar línea arriba", + "lines.moveDown": "Mover línea hacia abajo", + "lines.moveUp": "Mover línea hacia arriba", + "lines.outdent": "Anular sangría de línea", + "lines.trimTrailingWhitespace": "Recortar espacio final" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/editor/contrib/links/browser/links.i18n.json b/i18n/esn/src/vs/editor/contrib/links/browser/links.i18n.json new file mode 100644 index 00000000000..14f0b1eef74 --- /dev/null +++ b/i18n/esn/src/vs/editor/contrib/links/browser/links.i18n.json @@ -0,0 +1,12 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "label": "Abrir vínculo", + "links.navigate": "Ctrl + clic para abrir el vínculo", + "links.navigate.editor": "Ctrl + clic para abrir (Ctrl + Alt + clic para abrir en el lateral)", + "links.navigate.editor.mac": "Cmd + clic para abrir (Cmd + Opción + clic para abrir en el lateral)", + "links.navigate.mac": "Cmd + clic para abrir el vínculo" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json b/i18n/esn/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json new file mode 100644 index 00000000000..0f806ffb042 --- /dev/null +++ b/i18n/esn/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json @@ -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. +{ + "mutlicursor.insertAbove": "Insertar cursor arriba", + "mutlicursor.insertBelow": "Insertar cursor debajo" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/editor/contrib/parameterHints/browser/parameterHints.i18n.json b/i18n/esn/src/vs/editor/contrib/parameterHints/browser/parameterHints.i18n.json new file mode 100644 index 00000000000..4cd04b2e243 --- /dev/null +++ b/i18n/esn/src/vs/editor/contrib/parameterHints/browser/parameterHints.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "parameterHints.trigger.label": "Sugerencias para parámetros Trigger" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/editor/contrib/quickFix/browser/quickFix.i18n.json b/i18n/esn/src/vs/editor/contrib/quickFix/browser/quickFix.i18n.json new file mode 100644 index 00000000000..6cb9f634603 --- /dev/null +++ b/i18n/esn/src/vs/editor/contrib/quickFix/browser/quickFix.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "quickfix.trigger.label": "Corrección rápida" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/editor/contrib/quickFix/browser/quickFixSelectionWidget.i18n.json b/i18n/esn/src/vs/editor/contrib/quickFix/browser/quickFixSelectionWidget.i18n.json new file mode 100644 index 00000000000..78ca77c7533 --- /dev/null +++ b/i18n/esn/src/vs/editor/contrib/quickFix/browser/quickFixSelectionWidget.i18n.json @@ -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. +{ + "QuickFixSelectionWidget.loading": "Cargando...", + "QuickFixSelectionWidget.noSuggestions": "No hay sugerencias de correcciones." +} \ No newline at end of file diff --git a/i18n/esn/src/vs/editor/contrib/quickOpen/browser/gotoLine.contribution.i18n.json b/i18n/esn/src/vs/editor/contrib/quickOpen/browser/gotoLine.contribution.i18n.json new file mode 100644 index 00000000000..407b003f979 --- /dev/null +++ b/i18n/esn/src/vs/editor/contrib/quickOpen/browser/gotoLine.contribution.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "label": "Ir a la línea..." +} \ No newline at end of file diff --git a/i18n/esn/src/vs/editor/contrib/quickOpen/browser/gotoLine.i18n.json b/i18n/esn/src/vs/editor/contrib/quickOpen/browser/gotoLine.i18n.json new file mode 100644 index 00000000000..bfaed48c847 --- /dev/null +++ b/i18n/esn/src/vs/editor/contrib/quickOpen/browser/gotoLine.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "GotoLineAction.label": "Ir a la línea...", + "gotoLineActionInput": "Escriba un número de línea, seguido por dos puntos opcionales (:) y el número de la columna a la cual quiera navegar.", + "gotoLineLabelEmptyWithLineAndColumnLimit": "Escriba el número de columna entre 1 y {0} a la cual quiera navegar.", + "gotoLineLabelEmptyWithLineLimit": "Escriba el número de una línea comprendido entre 1 y {0} a la cual quiera navegar.", + "gotoLineLabelValidLine": "Ir a la línea {0}", + "gotoLineLabelValidLineAndColumn": "Ir a la línea {0} y la columna {1}" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/editor/contrib/quickOpen/browser/quickCommand.contribution.i18n.json b/i18n/esn/src/vs/editor/contrib/quickOpen/browser/quickCommand.contribution.i18n.json new file mode 100644 index 00000000000..729e3d5c671 --- /dev/null +++ b/i18n/esn/src/vs/editor/contrib/quickOpen/browser/quickCommand.contribution.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "label": "Paleta de comandos" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/editor/contrib/quickOpen/browser/quickCommand.i18n.json b/i18n/esn/src/vs/editor/contrib/quickOpen/browser/quickCommand.i18n.json new file mode 100644 index 00000000000..e5a69767fd8 --- /dev/null +++ b/i18n/esn/src/vs/editor/contrib/quickOpen/browser/quickCommand.i18n.json @@ -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. +{ + "QuickCommandAction.label": "Paleta de comandos", + "quickCommandActionInput": "Escriba el nombre de la acción que quiera ejecutar." +} \ No newline at end of file diff --git a/i18n/esn/src/vs/editor/contrib/quickOpen/browser/quickOutline.contribution.i18n.json b/i18n/esn/src/vs/editor/contrib/quickOpen/browser/quickOutline.contribution.i18n.json new file mode 100644 index 00000000000..c175b052d7b --- /dev/null +++ b/i18n/esn/src/vs/editor/contrib/quickOpen/browser/quickOutline.contribution.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "label": "Ir al símbolo..." +} \ No newline at end of file diff --git a/i18n/esn/src/vs/editor/contrib/quickOpen/browser/quickOutline.i18n.json b/i18n/esn/src/vs/editor/contrib/quickOpen/browser/quickOutline.i18n.json new file mode 100644 index 00000000000..7418eb290de --- /dev/null +++ b/i18n/esn/src/vs/editor/contrib/quickOpen/browser/quickOutline.i18n.json @@ -0,0 +1,20 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "QuickOutlineAction.label": "Ir al símbolo...", + "_constructor": "constructores ({0})", + "call": "llamadas ({0})", + "class": "clases ({0})", + "function": "funciones ({0})", + "interface": "interfaces ({0})", + "method": "métodos ({0})", + "modules": "módulos ({0})", + "property": "propiedades ({0})", + "quickOutlineActionInput": "Escriba el nombre del identificador al cual quiera navegar.", + "symbols": "símbolos ({0})", + "variable": "variables ({0})", + "variable2": "variables ({0})" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/editor/contrib/referenceSearch/browser/referenceSearch.i18n.json b/i18n/esn/src/vs/editor/contrib/referenceSearch/browser/referenceSearch.i18n.json new file mode 100644 index 00000000000..2958a4a8f85 --- /dev/null +++ b/i18n/esn/src/vs/editor/contrib/referenceSearch/browser/referenceSearch.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "labelLoading": "Cargando...", + "noResults": "No hay ningún resultado", + "references.action.label": "Buscar todas las referencias", + "references.action.name": "Mostrar referencias" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/editor/contrib/referenceSearch/browser/referenceSearchWidget.i18n.json b/i18n/esn/src/vs/editor/contrib/referenceSearch/browser/referenceSearchWidget.i18n.json new file mode 100644 index 00000000000..4f402f3fb2b --- /dev/null +++ b/i18n/esn/src/vs/editor/contrib/referenceSearch/browser/referenceSearchWidget.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "missingPreviewMessage": "vista previa no disponible", + "peekView.alternateTitle": "Referencias", + "referenceCount": "{0} referencia", + "referencesCount": "{0} referencias" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/editor/contrib/rename/browser/bulkEdit.i18n.json b/i18n/esn/src/vs/editor/contrib/rename/browser/bulkEdit.i18n.json new file mode 100644 index 00000000000..cbde1eb3964 --- /dev/null +++ b/i18n/esn/src/vs/editor/contrib/rename/browser/bulkEdit.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "conflict": "Estos archivos han cambiado durante el proceso: {0}" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/editor/contrib/rename/browser/rename.i18n.json b/i18n/esn/src/vs/editor/contrib/rename/browser/rename.i18n.json new file mode 100644 index 00000000000..bdb6f3b4208 --- /dev/null +++ b/i18n/esn/src/vs/editor/contrib/rename/browser/rename.i18n.json @@ -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. +{ + "changeAll.label": "Cambiar todas las repeticiones", + "rename.error.multiplefile": "Aún no se puede cambiar el nombre de los símbolos que se utilizan en varios archivos." +} \ No newline at end of file diff --git a/i18n/esn/src/vs/editor/contrib/rename/browser/rename2.i18n.json b/i18n/esn/src/vs/editor/contrib/rename/browser/rename2.i18n.json new file mode 100644 index 00000000000..9908b337354 --- /dev/null +++ b/i18n/esn/src/vs/editor/contrib/rename/browser/rename2.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "conflict": "Estos archivos han cambiado durante el proceso: {0}", + "missing.support": "No se puede ejecutar el cambio de nombre", + "no result": "No hay ningún resultado.", + "rename.label": "Cambiar el nombre del símbolo" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/editor/contrib/rename/browser/renameModel.i18n.json b/i18n/esn/src/vs/editor/contrib/rename/browser/renameModel.i18n.json new file mode 100644 index 00000000000..868b9079cf4 --- /dev/null +++ b/i18n/esn/src/vs/editor/contrib/rename/browser/renameModel.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "cannotLoadFile": "No se puede cargar el archivo {0}" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/editor/contrib/rename/common/rename.i18n.json b/i18n/esn/src/vs/editor/contrib/rename/common/rename.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/editor/contrib/rename/common/rename.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/editor/contrib/smartSelect/common/jumpToBracket.i18n.json b/i18n/esn/src/vs/editor/contrib/smartSelect/common/jumpToBracket.i18n.json new file mode 100644 index 00000000000..8c194fd8751 --- /dev/null +++ b/i18n/esn/src/vs/editor/contrib/smartSelect/common/jumpToBracket.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "smartSelect.jumpBracket": "Ir al corchete" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/editor/contrib/smartSelect/common/smartSelect.i18n.json b/i18n/esn/src/vs/editor/contrib/smartSelect/common/smartSelect.i18n.json new file mode 100644 index 00000000000..e5a3dca5e22 --- /dev/null +++ b/i18n/esn/src/vs/editor/contrib/smartSelect/common/smartSelect.i18n.json @@ -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. +{ + "smartSelect.grow": "Expandir selección", + "smartSelect.shrink": "Reducir selección" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/editor/contrib/suggest/browser/suggest.i18n.json b/i18n/esn/src/vs/editor/contrib/suggest/browser/suggest.i18n.json new file mode 100644 index 00000000000..438bd2356f4 --- /dev/null +++ b/i18n/esn/src/vs/editor/contrib/suggest/browser/suggest.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "suggest.trigger.label": "Sugerencias para Trigger" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/editor/contrib/suggest/browser/suggestWidget.i18n.json b/i18n/esn/src/vs/editor/contrib/suggest/browser/suggestWidget.i18n.json new file mode 100644 index 00000000000..6969c87dd91 --- /dev/null +++ b/i18n/esn/src/vs/editor/contrib/suggest/browser/suggestWidget.i18n.json @@ -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. +{ + "suggestWidget.loading": "Cargando...", + "suggestWidget.noSuggestions": "No hay sugerencias." +} \ No newline at end of file diff --git a/i18n/esn/src/vs/editor/contrib/toggleTabFocusMode/common/toggleTabFocusMode.i18n.json b/i18n/esn/src/vs/editor/contrib/toggleTabFocusMode/common/toggleTabFocusMode.i18n.json new file mode 100644 index 00000000000..161befd07cf --- /dev/null +++ b/i18n/esn/src/vs/editor/contrib/toggleTabFocusMode/common/toggleTabFocusMode.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "toggle.tabfocusmode": "Alternar el uso de la tecla TAB para establecer el enfoque" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/editor/contrib/toggleWordWrap/common/toggleWordWrap.i18n.json b/i18n/esn/src/vs/editor/contrib/toggleWordWrap/common/toggleWordWrap.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/editor/contrib/toggleWordWrap/common/toggleWordWrap.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/editor/contrib/zoneWidget/browser/peekViewWidget.i18n.json b/i18n/esn/src/vs/editor/contrib/zoneWidget/browser/peekViewWidget.i18n.json new file mode 100644 index 00000000000..067249df5b1 --- /dev/null +++ b/i18n/esn/src/vs/editor/contrib/zoneWidget/browser/peekViewWidget.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "label.close": "Cerrar" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/editor/node/languageConfiguration.i18n.json b/i18n/esn/src/vs/editor/node/languageConfiguration.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/editor/node/languageConfiguration.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/editor/node/textMate/TMSnippets.i18n.json b/i18n/esn/src/vs/editor/node/textMate/TMSnippets.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/editor/node/textMate/TMSnippets.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/editor/node/textMate/TMSyntax.i18n.json b/i18n/esn/src/vs/editor/node/textMate/TMSyntax.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/editor/node/textMate/TMSyntax.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/languages/csharp/browser/ui/statusIcon.i18n.json b/i18n/esn/src/vs/languages/csharp/browser/ui/statusIcon.i18n.json new file mode 100644 index 00000000000..6cf41fbca1e --- /dev/null +++ b/i18n/esn/src/vs/languages/csharp/browser/ui/statusIcon.i18n.json @@ -0,0 +1,21 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "changeProject": "Cambiar proyectos...", + "projectsLabel.noProject": "Sin proyectos", + "projectsLabel.project": "1 proyecto", + "projectsLabel.projects": "{0} proyectos", + "projectsLabel.selectSolutionPathOrFolder": "seleccionar un proyecto", + "selectProject": "Seleccionar proyecto", + "selectProjectOrSolutionOrFolder": "Seleccionar proyecto", + "selectSolution": "Seleccionar un proyecto", + "status.error": "Omnisharp encontró un error. Consulte la consola para obtener más información.", + "status.packageRestore": "Restaurando paquetes...", + "status.started": "Omnisharp se está ejecutando", + "status.starting": "Omnisharp se está iniciando...", + "status.unknown": "El estado de Omnisharp es desconocido", + "titleStarted": "Proyecto seleccionado: \"{0}\"" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/languages/csharp/common/commandSupport.i18n.json b/i18n/esn/src/vs/languages/csharp/common/commandSupport.i18n.json new file mode 100644 index 00000000000..82e8f1e13fe --- /dev/null +++ b/i18n/esn/src/vs/languages/csharp/common/commandSupport.i18n.json @@ -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. +{ + "category.label.dnx": "dnx", + "category.label.dnx.restore": "dnx", + "category.label.k": "k", + "category.label.k.restore": "k", + "command.gone": "El comando ya no está disponible.", + "exec.label": "{0} - ({1}, {2})", + "restore.label.dnu": "Restauración dnu - ({0})", + "restore.label.k": "Restauración kpm - ({0})" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/languages/csharp/common/projectStatus.i18n.json b/i18n/esn/src/vs/languages/csharp/common/projectStatus.i18n.json new file mode 100644 index 00000000000..7df3fed08bd --- /dev/null +++ b/i18n/esn/src/vs/languages/csharp/common/projectStatus.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "cancel": "Cancelar", + "close": "Cerrar", + "message": "Algunos proyectos no se pueden cargar. Revise la salida para obtener más detalles.", + "restore": "Restaurar", + "restore.error": "No se pudo ejecutar la restauración. Intente ejecutar 'dnu restore' manualmente para {0}.", + "showOutput": "Mostrar salida", + "unresolvedDependencies": "Hay dependencias sin resolver de \"{0}\". Ejecute el comando de restauración para continuar." +} \ No newline at end of file diff --git a/i18n/esn/src/vs/languages/csharp/common/restartOmnisharpAction.i18n.json b/i18n/esn/src/vs/languages/csharp/common/restartOmnisharpAction.i18n.json new file mode 100644 index 00000000000..296b1625403 --- /dev/null +++ b/i18n/esn/src/vs/languages/csharp/common/restartOmnisharpAction.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "label": "Reiniciar servidor de Omnisharp" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/languages/csharp/features/diagnosticsSupport.i18n.json b/i18n/esn/src/vs/languages/csharp/features/diagnosticsSupport.i18n.json new file mode 100644 index 00000000000..01d3b2b962d --- /dev/null +++ b/i18n/esn/src/vs/languages/csharp/features/diagnosticsSupport.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "csharp.diagnostics": "{0} [{1}]" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/languages/csharp/features/suggestSupport.i18n.json b/i18n/esn/src/vs/languages/csharp/features/suggestSupport.i18n.json new file mode 100644 index 00000000000..12629b8b2cb --- /dev/null +++ b/i18n/esn/src/vs/languages/csharp/features/suggestSupport.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "overload_label": "{0} (+ {1} sobrecarga(s))" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/languages/csharp/k/execution.i18n.json b/i18n/esn/src/vs/languages/csharp/k/execution.i18n.json new file mode 100644 index 00000000000..fd1011d4add --- /dev/null +++ b/i18n/esn/src/vs/languages/csharp/k/execution.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "exec.label": "k: {0}/{1} ({2})" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/languages/css/common/css.contribution.i18n.json b/i18n/esn/src/vs/languages/css/common/css.contribution.i18n.json new file mode 100644 index 00000000000..93c478bc483 --- /dev/null +++ b/i18n/esn/src/vs/languages/css/common/css.contribution.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "cssConfigurationDescription": "Se usa para configurar el lenguaje CSS.", + "cssConfigurationTitle": "Configuración de CSS", + "lint": "Controla las severidades de los problemas que se usan en la validación de lint.", + "validationSettings": "Controla el funcionamiento de la validación mediante CSS." +} \ No newline at end of file diff --git a/i18n/esn/src/vs/languages/css/common/cssWorker.i18n.json b/i18n/esn/src/vs/languages/css/common/cssWorker.i18n.json new file mode 100644 index 00000000000..eb0ac0e45a3 --- /dev/null +++ b/i18n/esn/src/vs/languages/css/common/cssWorker.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "css.quickfix.rename": "Cambiar el nombre a \"{0}\"", + "literal.fontface": "@font-face", + "literal.keyframes": "@keyframes {0}" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/languages/css/common/parser/cssErrors.i18n.json b/i18n/esn/src/vs/languages/css/common/parser/cssErrors.i18n.json new file mode 100644 index 00000000000..f84a57acf23 --- /dev/null +++ b/i18n/esn/src/vs/languages/css/common/parser/cssErrors.i18n.json @@ -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. +{ + "expected.colon": "se esperaba una coma", + "expected.comma": "se esperaba una coma", + "expected.condt": "se esperaba una condición", + "expected.dot": "se esperaba un punto", + "expected.expression": "se esperaba una expresión", + "expected.ident": "se esperaba un identificador", + "expected.lcurly": "se esperaba {", + "expected.lparen": "se esperaba (", + "expected.lsquare": "se esperaba [", + "expected.number": "se esperaba un número", + "expected.operator": "se esperaba un operador", + "expected.pagedirordecl": "se esperaba una directiva o una declaración de página", + "expected.percentage": "se esperaba un porcentaje", + "expected.propvalue": "se esperaba un valor de propiedad", + "expected.rcurly": "se esperaba }", + "expected.rparent": "se esperaba )", + "expected.rsquare": "se esperaba ]", + "expected.ruleorselector": "se esperaba una regla at o un selector", + "expected.selector": "se esperaba un selector", + "expected.semicolon": "se esperaba punto y coma", + "expected.stringliteral": "se esperaba un literal de cadena", + "expected.term": "se esperaba un término", + "expected.uri": "se esperaba una URI", + "expected.uriorstring": "se esperaba una URI o una cadena", + "expected.varname": "se esperaba un nombre de variable", + "expected.varvalue": "se esperaba un valor de variable", + "unknown.atrule": "regla at desconocida", + "unknown.keyword": "palabra clave desconocida" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/languages/css/common/services/intelliSense.i18n.json b/i18n/esn/src/vs/languages/css/common/services/intelliSense.i18n.json new file mode 100644 index 00000000000..b824f8e2845 --- /dev/null +++ b/i18n/esn/src/vs/languages/css/common/services/intelliSense.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "css.builtin.hsl": "Crea un color a partir de valores de matiz, saturación y claridad.", + "css.builtin.hsla": "Crea un color a partir de valores alfa, de matiz, saturación y claridad.", + "css.builtin.rgb": "Crea un color a partir de valores rojo, verde y azul.", + "css.builtin.rgba": "Crea un color a partir de valores alfa, rojo, verde y azul." +} \ No newline at end of file diff --git a/i18n/esn/src/vs/languages/css/common/services/lint.i18n.json b/i18n/esn/src/vs/languages/css/common/services/lint.i18n.json new file mode 100644 index 00000000000..5fa6f121846 --- /dev/null +++ b/i18n/esn/src/vs/languages/css/common/services/lint.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "keyframes.standardrule.missing": "Defina siempre la regla estándar '@keyframes' al definir fotogramas clave.", + "keyframes.vendorspecific.missing": "Incluya siempre todas las reglas específicas del proveedor: Falta: {0}", + "namelist.concatenated": "{0}, '{1}'", + "namelist.single": "'{0}'", + "property.standard.missing": "Defina también la propiedad estándar '{0}' para la compatibilidad.", + "property.vendorspecific.missing": "Incluya siempre todas las propiedades específicas del proveedor: Falta: {0}" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/languages/css/common/services/lintRules.i18n.json b/i18n/esn/src/vs/languages/css/common/services/lintRules.i18n.json new file mode 100644 index 00000000000..c5dacb50d90 --- /dev/null +++ b/i18n/esn/src/vs/languages/css/common/services/lintRules.i18n.json @@ -0,0 +1,25 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "rule.avoidFloat": "Le recomendamos no usar 'float'. Los floats producen CSS frágiles, fáciles de corromper si cambia cualquier aspecto del diseño.", + "rule.avoidIdSelector": "Los selectores no deben contener identificadores porque estas reglas están estrechamente ligadas a HTML.", + "rule.avoidImportant": "Le recomendamos no usar !important. Esto indica que la especificidad de todo el CSS está fuera de control y que debe refactorizarse.", + "rule.colorFunction": "Número de parámetros no válido", + "rule.duplicateDeclarations": "No use definiciones de estilo duplicadas.", + "rule.emptyRuleSets": "No use conjuntos de reglas vacíos.", + "rule.fontFaceProperties": "La regla @font-face debe definir las propiedades 'src' y 'font-family'.", + "rule.hexColor": "Los colores hexadecimales deben estar formados por tres o seis números hexadecimales.", + "rule.ieHack": "Las modificaciones de IE solo son necesarias cuando admiten IE7 y anteriores", + "rule.importDirective": "Las instrucciones Import no se cargan en paralelo.", + "rule.propertyIgnoredDueToDisplay": "La propiedad se ignora a causa de la pantalla. Por ejemplo, con 'display: inline', el ancho, el alto, el margen superior e inferior y las propiedades de float no tienen efecto.", + "rule.standardvendorprefix.all": "Cuando use un prefijo específico del proveedor, incluya también la propiedad estándar.", + "rule.universalSelector": "Se sabe que el selector universal (*) es lento.", + "rule.unknownProperty": "Propiedad desconocida.", + "rule.unknownVendorSpecificProperty": "Propiedad específica del proveedor desconocida.", + "rule.vendorprefixes.all": "Cuando use un prefijo específico del proveedor, compruebe que también haya incluido el resto de propiedades específicas del proveedor.", + "rule.withHeightAndBorderPadding": "No use ancho o alto con el relleno o los bordes.", + "rule.zeroWidthUnit": "No se necesita una unidad para cero." +} \ No newline at end of file diff --git a/i18n/esn/src/vs/languages/css/cssSnippets.i18n.json b/i18n/esn/src/vs/languages/css/cssSnippets.i18n.json new file mode 100644 index 00000000000..36c771f516b --- /dev/null +++ b/i18n/esn/src/vs/languages/css/cssSnippets.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "transition.snippet": "La propiedad de transición en distintos exploradores" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/languages/html/common/htmlTags.i18n.json b/i18n/esn/src/vs/languages/html/common/htmlTags.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/languages/html/common/htmlTags.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/languages/html/htmlSnippets.i18n.json b/i18n/esn/src/vs/languages/html/htmlSnippets.i18n.json new file mode 100644 index 00000000000..97456091c40 --- /dev/null +++ b/i18n/esn/src/vs/languages/html/htmlSnippets.i18n.json @@ -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. +{ + "html.snippet": "Punto de inicio HTML5 simple", + "img.snippet": "Una imagen", + "javascriptlink.snippet": "Insertar un vínculo en un archivo de JavaScript externo", + "link.snippet": "Un vínculo", + "ol.snippet": "Una lista pequeña ordenada", + "stylesheetlink.snippet": "Insertar un vínculo en una hoja de estilos", + "table.snippet": "Un punto de inicio de tabla básica", + "ul.snippet": "Una lista pequeña desordenada" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/languages/javascript/common/javascript.contribution.i18n.json b/i18n/esn/src/vs/languages/javascript/common/javascript.contribution.i18n.json new file mode 100644 index 00000000000..47e8dea0e30 --- /dev/null +++ b/i18n/esn/src/vs/languages/javascript/common/javascript.contribution.i18n.json @@ -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. +{ + "allwaysAllWords": "Incluya siempre todas las palabras del documento actual.", + "compilationSettings": "Controla el funcionamiento de la validación de JavaScript.", + "jsConfigurationTitle": "Configuración de JavaScript", + "lint": "Controla diversos aspectos de la validación.", + "lint.comparisonOperatorsNotStrict": "Use '!==' y '===' en lugar de '!=' y '=='.", + "lint.curlyBracketsMustNotBeOmitted": "Reduzca al máximo el uso de llaves.", + "lint.emptyBlocksWithoutComment": "Los bloques vacíos deben contener comentarios.", + "lint.forcedTypeConversion": "No vuelva a declarar los tipos de variable mediante asignación.", + "lint.functionsInsideLoops": "Función incluida en un bucle.", + "lint.missingSemicolon": "Falta un punto y coma.", + "lint.mixedTypesArithmetics": "Use solamente números en las operaciones aritméticas.", + "lint.newOnLowercaseFunctions": "Función con nombre en minúsculas utilizada como constructor.", + "lint.newOnReturningFunctions": "Función con instrucción 'return' utilizada como constructor.", + "lint.parametersDontMatchSignature": "El parámetro no coincide con una firma de función", + "lint.primitivesInInstanceOf": "No use 'instanceof' con tipos primitivos.", + "lint.redeclaredVariables": "No vuelva a declarar las variables y cambie el tipo.", + "lint.semicolonsInsteadOfBlocks": "Punto y coma en lugar de bloque.", + "lint.tripleSlashReferenceAlike": "Busca referencias con tres barras diagonales mal escritas.", + "lint.undeclaredVariables": "No use variables no declaradas.", + "lint.unknownModule": "No requerir un módulo desconocido.", + "lint.unknownProperty": "No use propiedades desconocidas.", + "lint.unknownTypeOfResults": "Salida inesperada del operador 'typeof'.", + "lint.unusedFunctions": "Función local no utilizada.", + "lint.unusedVariables": "Variable local no utilizada.", + "semanticValidation": "Ejecute las comprobaciones de linter para los archivos JavaScript: reemplaza la configuración de validate.lint.*.", + "suggestSettings": "Controla el funcionamiento de JavaScript IntelliSense.", + "syntaxValidation": "Buscar errores de sintaxis en los archivos JavaScript.", + "useCodeSnippetsOnMethodSuggest": "Complete las funciones con la firma de parámetro." +} \ No newline at end of file diff --git a/i18n/esn/src/vs/languages/json/common/contributions/bowerJSONContribution.i18n.json b/i18n/esn/src/vs/languages/json/common/contributions/bowerJSONContribution.i18n.json new file mode 100644 index 00000000000..745e4b72818 --- /dev/null +++ b/i18n/esn/src/vs/languages/json/common/contributions/bowerJSONContribution.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "json.bower.default": "Bower.json predeterminado", + "json.bower.error.repoaccess": "Error en la solicitud al repositorio de Bower: {0}", + "json.bower.package.hover": "{0}" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/languages/json/common/contributions/globPatternContribution.i18n.json b/i18n/esn/src/vs/languages/json/common/contributions/globPatternContribution.i18n.json new file mode 100644 index 00000000000..e39ff9db1a3 --- /dev/null +++ b/i18n/esn/src/vs/languages/json/common/contributions/globPatternContribution.i18n.json @@ -0,0 +1,24 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "derivedDescription": "Hacer coincidir archivos que tienen elementos del mismo nivel con el mismo nombre pero con extensión diferente.", + "derivedLabel": "Archivos con elementos del mismo nivel por nombre", + "falseDescription": "Deshabilitar el patrón.", + "falseLabel": "False", + "fileDescription": "Hacer coincidir todos los archivos que tengan una extensión de archivo determinada.", + "fileLabel": "Archivos por extensión", + "filesDescription": "Hacer coincidir todos los archivos con cualquiera de las extensiones de archivo.", + "filesLabel": "Archivos con varias extensiones", + "folderDescription": "Hacer coincidir una carpeta con un nombre determinado en cualquier ubicación.", + "folderLabel": "Carpeta por nombre (cualquier ubicación)", + "siblingsDescription": "Hacer coincidir archivos que tienen elementos del mismo nivel con el mismo nombre pero con extensión diferente.", + "topFolderDescription": "Hacer coincidir una carpeta de nivel superior con un nombre específico.", + "topFolderLabel": "Carpeta por nombre (nivel superior)", + "topFoldersDescription": "Hacer coincidir varias carpetas de nivel superior.", + "topFoldersLabel": "Carpetas con varios nombres (nivel superior)", + "trueDescription": "Habilitar el patrón.", + "trueLabel": "True" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/languages/json/common/contributions/packageJSONContribution.i18n.json b/i18n/esn/src/vs/languages/json/common/contributions/packageJSONContribution.i18n.json new file mode 100644 index 00000000000..8e25378694a --- /dev/null +++ b/i18n/esn/src/vs/languages/json/common/contributions/packageJSONContribution.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "json.npm.error.repoaccess": "Error en la solicitud al repositorio de NPM: {0}", + "json.npm.latestversion": "Versión más reciente del paquete actualmente", + "json.npm.majorversion": "Coincide con la versión principal más reciente (1.x.x)", + "json.npm.minorversion": "Coincide con la versión secundaria más reciente (1.2.x)", + "json.npm.package.hover": "{0}", + "json.npm.version.hover": "Versión más reciente: {0}", + "json.package.default": "Package.json predeterminado" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/languages/json/common/contributions/projectJSONContribution.i18n.json b/i18n/esn/src/vs/languages/json/common/contributions/projectJSONContribution.i18n.json new file mode 100644 index 00000000000..8c2d64b19de --- /dev/null +++ b/i18n/esn/src/vs/languages/json/common/contributions/projectJSONContribution.i18n.json @@ -0,0 +1,12 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "json.nugget.error.repoaccess": "Error en la solicitud al repositorio de Nuget: {0}", + "json.nugget.package.hover": "{0}", + "json.nugget.version.hover": "Versión más reciente: {0}", + "json.nugget.versiondescription.suggest": "Versión más reciente del paquete actualmente.", + "json.project.default": "Project.json predeterminado" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/languages/json/common/json.contribution.i18n.json b/i18n/esn/src/vs/languages/json/common/json.contribution.i18n.json new file mode 100644 index 00000000000..dea07cab92f --- /dev/null +++ b/i18n/esn/src/vs/languages/json/common/json.contribution.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "jsonConfiguration.fileMatch": "Un patrón de archivos que puede contener '*' para encontrar coincidencias al resolver archivos JSON para esquemas.", + "jsonConfiguration.fileMatches": "Una matriz de patrones de archivos para encontrar coincidencias al resolver archivos JSON para esquemas.", + "jsonConfiguration.schema": "La definición de esquema de la URL dada. El esquema solo debe proporcionarse para evitar el acceso a la URL del esquema.", + "jsonConfiguration.schemaPath": "Una URL para un esquema o una ruta similar a un esquema en el directorio actual", + "jsonConfiguration.schemas": "Asociar esquemas a archivos JSON en el proyecto actual", + "jsonConfigurationDescription": "Se usa para definir configuraciones y esquemas JSON.", + "jsonConfigurationTitle": "Configuración JSON" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/languages/json/common/json.i18n.json b/i18n/esn/src/vs/languages/json/common/json.i18n.json new file mode 100644 index 00000000000..2bacd20e81e --- /dev/null +++ b/i18n/esn/src/vs/languages/json/common/json.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "array": "matrices", + "boolean": "booleanos", + "number": "números", + "object": "objetos", + "string": "cadenas", + "undefined": "sin definir" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/languages/json/common/jsonIntellisense.i18n.json b/i18n/esn/src/vs/languages/json/common/jsonIntellisense.i18n.json new file mode 100644 index 00000000000..39da039c93a --- /dev/null +++ b/i18n/esn/src/vs/languages/json/common/jsonIntellisense.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "json.suggest.default": "Valor predeterminado" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/languages/json/common/jsonSchemaService.i18n.json b/i18n/esn/src/vs/languages/json/common/jsonSchemaService.i18n.json new file mode 100644 index 00000000000..782955a9bf2 --- /dev/null +++ b/i18n/esn/src/vs/languages/json/common/jsonSchemaService.i18n.json @@ -0,0 +1,169 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "app.plugin.json.activationEvents": "Eventos de activación para el complemento", + "app.plugin.json.contributes": "Contribuciones de este complemento", + "app.plugin.json.contributes.language": "Contribuciones de lenguaje del complemento", + "app.plugin.json.contributes.language.aliases": "Alias de nombre para este lenguaje", + "app.plugin.json.contributes.language.extensions": "Extensiones de archivo asociadas a este lenguaje", + "app.plugin.json.contributes.language.filenames": "Nombres de archivo asociados a este lenguaje", + "app.plugin.json.contributes.language.id": "Identificador de este lenguaje", + "app.plugin.json.dependencies": "Dependencias del complemento", + "app.plugin.json.mainModule": "Ruta relativa al archivo JavaScript principal", + "app.plugin.json.pluginId": "El identificador único del complemento", + "app.plugin.json.scripts": "Scripts ofrecidos por el complemento", + "app.plugin.json.scripts.compile": "La línea de comandos para compilar este complemento", + "bower.json.authors": "Una lista de personas que crearon el contenido del paquete.", + "bower.json.dependencies": "Las dependencias se especifican con un hash sencillo del nombre del paquete en un identificador o una URL compatible con semver.", + "bower.json.description": "Ayuda a los usuarios a identificar y buscar el paquete con una descripción breve.", + "bower.json.devDependencies": "Las dependencias requeridas solo para el desarrollo del paquete; por ejemplo, marco de prueba o documentación de compilación.", + "bower.json.exportsOverride": "Lo usa la tarea grunt-bower para especificar ubicaciones de instalación personalizadas.", + "bower.json.homepage": "URL para obtener más información acerca del paquete. Retrocede al proyecto GitHub si no se ha especificado y al extremo de GitHub.", + "bower.json.ignore": "Una lista de archivos de Bower que deben ignorarse al instalar el paquete.", + "bower.json.invalidPatternName": "Cualquier propiedad que comience con _ es válida.", + "bower.json.keywords": "Se usa para la búsqueda por palabra clave. Contribuye a que el paquete se detecte más fácilmente sin necesidad de que los usuarios sepan su nombre.", + "bower.json.license": "Identificador de licencia SPDX o URL/ruta a una licencia.", + "bower.json.main": "Los archivos de acción principales necesarios para usar el paquete.", + "bower.json.moduleType": "Los tipos de módulos que expone este paquete", + "bower.json.packagename": "El nombre del paquete.", + "bower.json.private": "Si lo establece en \"true\", se rechazará su publicación. Se trata de un modo de evitar la publicación accidental de repositorios privados.", + "bower.json.repository": "Repositorio en el que se puede encontrar el código fuente.", + "bower.json.resolutions": "Las versiones de dependencias con las que resolver automáticamente en caso de conflicto entre paquetes.", + "bower.json.title": "Esquema de JSON para archivos de configuración de Bower", + "bower.json.version": "Un número de versión semántica.", + "global.json.projects": "Una lista de carpetas de proyecto relacionadas con este archivo.", + "global.json.sources": "Una lista de carpetas de origen relacionadas con este archivo.", + "global.json.title": "Esquema JSON de los archivos globales de configuración de ASP.NET", + "jsconfig.json.compilerOptions": "Indica al servicio de lenguaje JavaScript cómo validar archivos .js", + "jsconfig.json.compilerOptions.charset": "El juego de caracteres de los archivos de entrada", + "jsconfig.json.compilerOptions.decorators": "Activa el soporte experimental para Decorators ES7.", + "jsconfig.json.compilerOptions.diagnostics": "Mostrar información de diagnóstico.", + "jsconfig.json.compilerOptions.locale": "La configuración regional que se debe utilizar para mostrar los mensajes de error, p.ej. es-es.", + "jsconfig.json.compilerOptions.mapRoot": "Especifica la ubicación en la que el depurador debe ubicar los archivos de asignación en lugar de las ubicaciones generadas", + "jsconfig.json.compilerOptions.module": "Generación de código de módulo para resolver a partir de: 'commonjs', 'amd', 'system' o 'umd'.", + "jsconfig.json.compilerOptions.noLib": "No incluir el archivo de biblioteca predeterminado (lib.d.ts).", + "jsconfig.json.compilerOptions.target": "Especifique la versión de destino de ECMAScript: 'ES3' (predeterminado), 'ES5' o 'ES6' (experimental).", + "jsconfig.json.exclude": "Enumerar los archivos y las carpetas que no deben incluirse. Esta propiedad no se respeta cuando la propiedad 'files' está presente.", + "jsconfig.json.files": "Si no hay presente ninguna propiedad 'files' en un jsconfig.json, el servicio de lenguaje incluye todos los archivos del directorio que lo contiene y los subdirectorios de forma predeterminada. Cuando se especifica una propiedad 'files', solo se incluyen estos archivos.", + "jsconfig.json.title": "Esquema JSON para el archivo de configuración JavaScript", + "json.schema.unabletoload": "No se puede cargar el esquema de '{0}': {1}.", + "package.json.bugs": "La dirección URL del rastreador de errores del proyecto o la dirección de correo electrónico a la que se deben notificar los errores. Son útiles para los usuarios que encuentran errores en el paquete.", + "package.json.bugs.email": "La dirección de correo electrónico a la que se deben enviar los errores.", + "package.json.bugs.url": "La dirección URL de la herramienta de seguimiento de errores del proyecto.", + "package.json.bundleDependencies": "Matriz de nombres de paquete que se incluirá al publicar el paquete.", + "package.json.bundledDependencies": "Matriz de nombres de paquete que se incluirá al publicar el paquete.", + "package.json.config": "Se puede usar un hash 'config' para establecer los parámetros de configuración que se usan en los scripts del paquete que se conservan a través de las actualizaciones.", + "package.json.contributors": "Una lista de los usuarios que contribuyeron en este paquete.", + "package.json.dependency": "Las dependencias se especifican con un hash simple de nombre de paquete para el intervalo de versiones. El intervalo de versiones es una cadena con uno o varios descriptores separados por coma. Las dependencias también se pueden especificar con una dirección URL tarball o git.", + "package.json.descr": "Esto ayuda a detectar el paquete tal y como aparece en 'npm search'.", + "package.json.description": "Configuración NPM para este paquete.", + "package.json.directories.bin": "Si especifica un directorio 'bin', todos los archivos de dicha carpeta se usarán como el hash 'bin'.", + "package.json.directories.doc": "Coloque los archivos Markdown aquí. Algún día puede que se muestren correctamente.", + "package.json.directories.example": "Coloque los scripts de ejemplo aquí. Algún día es posible que se muestren de manera más inteligente.", + "package.json.directories.lib": "Indique a los usuarios dónde se encuentra la biblioteca. No se realiza nada especial con la carpeta lib, pero tiene información meta útil.", + "package.json.directories.man": "Una carpeta llena de páginas man. Es útil para generar una matriz 'man' recorriendo la carpeta.", + "package.json.files": "El campo 'files' es una matriz de archivos para incluir en el proyecto. Si da un nombre a una carpeta de la matriz, también incluirá los archivos de dicha carpeta.", + "package.json.homepage": "La dirección URL a la página de inicio del proyecto.", + "package.json.keywords": "Esto ayuda a detectar el paquete tal y como aparece en 'npm search'.", + "package.json.license": "Debe especificar una licencia para el paquete de modo que los usuarios sepan cómo pueden usarlo y las restricciones que ha establecido.", + "package.json.licenses": "Debe especificar una licencia para el paquete de modo que los usuarios sepan cómo pueden usarlo y las restricciones que ha establecido.", + "package.json.main": "El campo principal es un identificador de módulo que es el punto de entrada principal al programa.", + "package.json.maintainers": "Una lista de los usuarios que mantiene este paquete.", + "package.json.man": "Especifique un único archivo o una matriz de nombres de archivo para que el programa principal los encuentre.", + "package.json.name": "El nombre del paquete.", + "package.json.person": "Un usuario implicado en la creación o el mantenimiento de este paquete", + "package.json.preferGlobal": "Si el paquete es principalmente una aplicación de línea de comandos que se debe instalar de forma global, configure este valor en true para proporcionar una advertencia si se instala localmente.", + "package.json.private": "Si se configura en true, npm no lo publicará.", + "package.json.repository": "Especifique el lugar en el que se encuentra el código. Es útil para los usuarios que quieren contribuir.", + "package.json.scripts": "El miembro 'scripts' es un hash de objeto de comandos de script que se ejecutan en varios momentos del ciclo de vida del paquete. La clave es el evento de ciclo de vida y el valor es el comando para ejecutar en ese momento.", + "package.json.underscore": "Cualquier propiedad que comience con _ es válida.", + "package.json.version": "Node-semver debe poder analizar la versión, que se empaqueta con npm como una dependencia.", + "project.json.authors": "Autor de la aplicación", + "project.json.bundleExclude": "Lista de archivos para excluir de la salida de la publicación (agrupación kpm).", + "project.json.code": "Patrón global para especificar todos los archivos de código que deben compilarse. (tipo de datos: cadena o matriz con patrones globales). Ejemplo: [ 'Carpeta1*.cs', 'Carpeta2*.cs' ]", + "project.json.commands": "Comandos disponibles para la aplicación", + "project.json.compilationOptions": "Opciones de compilación que se transmiten a través de Roslyn", + "project.json.configurations": "Las configuraciones son grupos con nombre de ajustes de compilación. Existen dos valores predeterminados compilados en el tiempo de ejecución, 'Debug' y 'Release'.", + "project.json.dependencies": "Dependencias de la aplicación. Cada entrada especifica el nombre y la versión de un paquete Nuget.", + "project.json.dependency.name": "Versión de la dependencia.", + "project.json.dependency.type": "Tipo de la dependencia. Las dependencias del tipo \"build\" solo se dan a la hora de compilar", + "project.json.description": "La descripción de la aplicación", + "project.json.exclude": "Patrón global para indicar todos los archivos de código que deben excluirse de una compilación. (tipo de datos: cadena o matriz con patrones globales).", + "project.json.frameworks": "Marcos de trabajo de destino que se compilarán y dependencias específicas de la configuración.", + "project.json.preprocess": "Patrón global para indicar todos los archivos de código que deben procesarse previamente. (tipo de datos: cadena o matriz con patrones globales).", + "project.json.resources": "Patrón global para indicar todos los archivos que deben compilarse como recursos.", + "project.json.script": "Una o varias secuencias de líneas de comandos.\r\rVariables disponibles:\r%project:Directory%: directorio del proyecto\r%project:Name%: nombre del proyecto\r%project:Version%: versión del proyecto", + "project.json.scripts": "Secuencias de comandos para ejecutar durante las diversas etapas.", + "project.json.shared": "Patrón global para especificar los archivos de código para compartir con proyectos dependientes. Ejemplo: [ 'Carpeta1*.cs', 'Carpeta2*.cs' ]", + "project.json.title": "Esquema JSON para archivos ASP.NET project.json", + "project.json.version": "La versión de la aplicación. Ejemplo: 1.2.0.0", + "project.json.webroot": "Al especificar la propiedad webroot en el archivo project.json, se especifica el servidor web raíz (carpeta pública). En Visual Studio, esta carpeta se usará para arraigar IIS. Los archivos estáticos deben colocarse aquí.", + "schema.json": "Describe un archivo JSON mediante un esquema. Vea json-schema.org para obtener más información.", + "schema.json.$schema": "El esquema para verificar el documento ", + "schema.json.additionalItems": "Para matrices, solo cuando los elementos se hayan establecido como una matriz. Si es un esquema, los validará después de los que haya especificado la matriz de elementos. Cuando se establece en \"false\", los elementos adicionales provocarán un error en la validación.", + "schema.json.additionalProperties": "Esquema o valor booleano. Si es un esquema, se usa para validar todas las propiedades sin coincidencias de \"properties\" o \"patternProperties\". Si es \"false\", las propiedades sin este tipo de coincidencias provocarán un error del esquema.", + "schema.json.allOf": "Una matriz de esquemas, todos los cuales deben coincidir.", + "schema.json.anyOf": "Una matriz de esquemas, donde al menos uno debe coincidir.", + "schema.json.default": "Un valor predeterminado. Lo usan las sugerencias.", + "schema.json.definitions": "No se usa para validar. Coloque aquí los esquemas secundarios a los que desee hacer referencia en línea con $ref", + "schema.json.dependencies": "Mapa de nombres de propiedad para una matriz de nombres de propiedad o un esquema. Una matriz de nombres de propiedad significa que, para que sea válida, la propiedad denominada en la clave va a depender de las propiedades de la matriz que se encuentre en el objeto. Si el valor es un esquema, este se aplicará solamente al objeto si la propiedad en la clave existe en el objeto.", + "schema.json.description": "Una descripción larga del elemento. Se usa en menús y sugerencias que aparecen al pasar el ratón.", + "schema.json.enum": "El conjunto de valores literales que son válidos", + "schema.json.exclusiveMaximum": "Hace exclusiva la propiedad Maximum.", + "schema.json.exclusiveMininum": "Hace exclusiva la propiedad Minimum.", + "schema.json.id": "Un identificador único para el esquema.", + "schema.json.items": "Para matrices. Puede ser un esquema respecto al que validar cada elemento o una matriz de esquemas respecto a la que validar cada elemento por orden (el primer esquema validará al primer elemento, el segundo esquema validará al segundo elemento y así sucesivamente).", + "schema.json.maxItems": "El número máximo de elementos que puede haber en una matriz. Inclusivo.", + "schema.json.maxLength": "La longitud máxima de una cadena.", + "schema.json.maxProperties": "El número máximo de propiedades que puede tener un objeto. Inclusivo.", + "schema.json.maximum": "El máximo valor numérico, incluido de forma predeterminada.", + "schema.json.minItems": "El número mínimo de elementos que puede haber en una matriz. Inclusivo.", + "schema.json.minLength": "La longitud mínima de una cadena.", + "schema.json.minProperties": "El número mínimo de propiedades que puede tener un objeto. Inclusive.", + "schema.json.minimum": "El valor numérico mínimo, incluido de forma predeterminada.", + "schema.json.multipleOf": "Un número que debe dividir de forma exacta el valor actual (es decir, sin resto)", + "schema.json.not": "Un esquema que no debe tener coincidencias.", + "schema.json.oneOf": "Una matriz de esquemas, de los cuales uno debe coincidir.", + "schema.json.pattern": "Una expresión regular con la que hacer coincidir la cadena. No está anclada de forma implícita.", + "schema.json.patternProperties": "Mapa de expresiones regulares de nombres de propiedad para hacer coincidir las propiedades de los esquemas.", + "schema.json.properties": "Mapa de nombres de propiedad para esquemas para cada propiedad.", + "schema.json.required": "Una matriz de cadenas que enumera los nombres de todas las propiedades necesarias para este objeto.", + "schema.json.title": "Un título descriptivo del elemento", + "schema.json.type": "Una cadena de uno de los tipos de esquema básicos (número, entero, valor NULL, matriz, objeto, valor booleano, cadena) o una matriz de cadenas que especifica un subconjunto de esos tipos.", + "schema.json.uniqueItems": "Si todos los elementos en la matriz deben ser únicos. Establece el valor predeterminado en False.", + "snippetSchema.json": "Configuración de fragmento de código por el usuario", + "snippetSchema.json.body": "El contenido del fragmento de código. Utilice '${id}', '${id:label}', '${1:label}' para las variables y '$0', '$1' para las posiciones del cursor", + "snippetSchema.json.description": "La descripción del fragmento de código.", + "snippetSchema.json.prefix": "El prefijo que se debe utilizar al seleccionar el fragmento de código en Intellisense", + "tsconfig.json.compilerOptions": "Indica al compilador TypeScript cómo compilar los archivos .ts", + "tsconfig.json.compilerOptions.charset": "El juego de caracteres de los archivos de entrada", + "tsconfig.json.compilerOptions.declaration": "Genera los correspondientes archivos d.ts.", + "tsconfig.json.compilerOptions.diagnostics": "Mostrar información de diagnóstico.", + "tsconfig.json.compilerOptions.emitBOM": "Emitir una marca de orden de bytes (BOM) UTF-8 al comienzo de los archivos de salida.", + "tsconfig.json.compilerOptions.inlineSourceMap": "Emita un solo archivo con mapas de origen en lugar de tener un archivo independiente.", + "tsconfig.json.compilerOptions.inlineSources": "Emitir el código fuente junto a los mapas de origen dentro de un solo archivo; se necesita --inlineSourceMap para poder establecerlo.", + "tsconfig.json.compilerOptions.listFiles": "Imprima los nombres de los archivos que son parte de la compilación.", + "tsconfig.json.compilerOptions.locale": "La configuración regional que se debe utilizar para mostrar los mensajes de error, p.ej. es-es.", + "tsconfig.json.compilerOptions.mapRoot": "Especifica la ubicación en la que el depurador debe ubicar los archivos de asignación en lugar de las ubicaciones generadas", + "tsconfig.json.compilerOptions.module": "Especifique la generación de código del módulo: 'CommonJS', 'Amd', 'System' o 'UMD'.", + "tsconfig.json.compilerOptions.newLine": "Especifica el final de la secuencia de líneas que debe utilizarse al emitir archivos: 'CRLF' (dos) o 'LF' (unix).", + "tsconfig.json.compilerOptions.noEmit": "No emitir salida.", + "tsconfig.json.compilerOptions.noEmitHelpers": "No generar funciones de auxiliar personalizadas como __extends en la salida compilada.", + "tsconfig.json.compilerOptions.noEmitOnError": "No emita salidas si se informó de cualquier error de comprobación de tipos.", + "tsconfig.json.compilerOptions.noImplicitAny": "Advertir si existen expresiones y declaraciones con un tipo 'any' implícito.", + "tsconfig.json.compilerOptions.noLib": "No incluir el archivo de biblioteca predeterminado (lib.d.ts).", + "tsconfig.json.compilerOptions.out": "Concatene y emita la salida en un único archivo.", + "tsconfig.json.compilerOptions.outDir": "Redirija la estructura de salida al directorio.", + "tsconfig.json.compilerOptions.preserveConstEnums": "No borre las declaraciones de enumeración const en el código generado.", + "tsconfig.json.compilerOptions.removeComments": "No emitir comentarios para la salida.", + "tsconfig.json.compilerOptions.rootDir": "Especifica el directorio raíz de los archivos de entrada. Se usa para controlar la estructura del directorio de salida con --outDir.", + "tsconfig.json.compilerOptions.sourceMap": "Genera el archivo '.map' correspondiente.", + "tsconfig.json.compilerOptions.sourceRoot": "Especifica la ubicación en la que el depurador debe ubicar los archivos TypeScript en lugar de las ubicaciones de origen.", + "tsconfig.json.compilerOptions.suppressImplicitAnyIndexErrors": "Eliminar errores de noImplicitAny para los objetos de indización a los que les falten firmas de índice.", + "tsconfig.json.compilerOptions.target": "Especificar la versión de destino de ECMAScript: 'ES3' (predeterminado), 'ES5' o 'ES6' (experimental).", + "tsconfig.json.files": "Si no se encuentra una propiedad 'files' en un archivo tsconfig.json, el compilador incluye de forma predeterminada en todos los archivos el directorio que los contienes y los subdirectorios. Cuando se especifica una propiedad 'files', solo se incluyen dichos archivos.", + "tsconfig.json.title": "Esquema JSON para el archivo de configuración del compilador TypeScript" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/languages/json/common/parser/jsonParser.i18n.json b/i18n/esn/src/vs/languages/json/common/parser/jsonParser.i18n.json new file mode 100644 index 00000000000..42f4cfdfcd4 --- /dev/null +++ b/i18n/esn/src/vs/languages/json/common/parser/jsonParser.i18n.json @@ -0,0 +1,44 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "ColonExpected": "Se esperaban dos puntos", + "DisallowedExtraPropWarning": "No se permite la propiedad {0}", + "DoubleQuotesExpected": "Las claves de propiedades deben ir entre comillas dobles", + "DuplicateKeyWarning": "Clave de objeto duplicada", + "End of file expected": "Final de archivo esperado", + "ExpectedCloseBrace": "Se esperaba una coma o una llave de cierre", + "ExpectedCloseBracket": "Se esperaba una coma o un corchete de cierre", + "Invalid symbol": "Se esperaba un objeto JSON, una matriz o un literal", + "InvalidEscapeCharacter": "Carácter de escape no válido en la cadena", + "InvalidNumberFormat": "Formato de número no válido", + "InvalidUnicode": "Secuencia Unicode no válida en la cadena", + "MaxPropWarning": "El objeto tiene más propiedades que el límite de {0}", + "MinPropWarning": "El objeto tiene menos propiedades que el número necesario de {0}", + "MissingRequiredPropWarning": "Falta la propiedad \"{0}\"", + "PropertyExpected": "Propiedad esperada", + "RequiredDependentPropWarning": "El objeto no tiene la propiedad {0}, la cual necesita la propiedad {1}", + "UnexpectedEndOfComment": "Final de comentario inesperado", + "UnexpectedEndOfNumber": "Final de número inesperado", + "UnexpectedEndOfString": "Final de cadena inesperado", + "ValueExpected": "Valor esperado", + "additionalItemsWarning": "La matriz tiene demasiados elementos según el esquema. Se esperan {0} o menos", + "enumWarning": "El valor no se acepta. Valores válidos: {0}", + "exclusiveMaximumWarning": "El valor supera el máximo exclusivo de {0}", + "exclusiveMinimumWarning": "El valor es inferior al mínimo exclusivo de {0}", + "maxItemsWarning": "La matriz tiene demasiados elementos. Se esperan {0} o menos", + "maxLengthWarning": "La longitud de la cadena es inferior al máximo de ", + "maximumWarning": "El valor es superior al máximo de {0}", + "minItemsWarning": "La matriz tiene demasiado pocos elementos. Se esperan {0} o más", + "minLengthWarning": "La longitud de la cadena es menor que el mínimo de ", + "minimumWarning": "El valor es inferior al mínimo de {0}", + "multipleOfWarning": "El valor no es divisible por {0}", + "notSchemaWarning": "Se corresponde con un esquema que no se permite.", + "oneOfWarning": "Se corresponde con varios esquemas, pero solo se puede validar uno.", + "patternWarning": "La cadena no se corresponde con el patrón de \"{0}\"", + "typeArrayMismatchWarning": "Tipo incorrecto. Se espera uno de {0}", + "typeMismatchWarning": "Tipo incorrecto. Se espera \"{0}\"", + "uniqueItemsWarning": "La matriz tiene elementos duplicados" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/languages/json/contributions/packageJSONContribution.i18n.json b/i18n/esn/src/vs/languages/json/contributions/packageJSONContribution.i18n.json new file mode 100644 index 00000000000..c597ad5019b --- /dev/null +++ b/i18n/esn/src/vs/languages/json/contributions/packageJSONContribution.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "json.npm.package.hover": "{0}", + "json.npm.version.hover": "Versión más reciente: {0}", + "json.package.default": "Package.json predeterminado" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/languages/less/common/less.contribution.i18n.json b/i18n/esn/src/vs/languages/less/common/less.contribution.i18n.json new file mode 100644 index 00000000000..7e279fc0d65 --- /dev/null +++ b/i18n/esn/src/vs/languages/less/common/less.contribution.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "lessConfigurationDescription": "Se usa para configurar el lenguaje LESS.", + "lessConfigurationTitle": "Configuración de LESS", + "lessLint": "Controla las severidades que se usan para los problemas en la validación de LESS lint.", + "lessValidationSettings": "Controla el funcionamiento de la validación LESS." +} \ No newline at end of file diff --git a/i18n/esn/src/vs/languages/less/common/services/intelliSense.i18n.json b/i18n/esn/src/vs/languages/less/common/services/intelliSense.i18n.json new file mode 100644 index 00000000000..2f3ff82d79d --- /dev/null +++ b/i18n/esn/src/vs/languages/less/common/services/intelliSense.i18n.json @@ -0,0 +1,60 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "less.builtin.abs": "valor absoluto de un número", + "less.builtin.acos": "arcocoseno: inversa de la función de coseno", + "less.builtin.alpha": "devuelve el canal \"alfa\" de \"@color\"", + "less.builtin.argb": "crea un #AARRGGBB", + "less.builtin.asin": "arcoseno: inversa de la función de seno", + "less.builtin.atan": "arcotangente: inversa de la función tangente", + "less.builtin.blue": "devuelve el canal \"azul\" de \"@color\"", + "less.builtin.ceil": "redondea a un entero", + "less.builtin.color": "analiza una cadena en un color", + "less.builtin.contrast": "devolver \"@darkcolor\" si \"@color1 es> 43 % luma\"; de lo contrario, devolver \"@lightcolor\", ver notas", + "less.builtin.convert": "convierte números de un tipo a otro", + "less.builtin.cos": "función de coseno", + "less.builtin.darken": "devolver \"@color\" 10% points _darker_", + "less.builtin.data-uri": "inserta un recurso y recurre a \"url()\"", + "less.builtin.desaturate": "devolver \"@color\" 10% points _less_ saturated", + "less.builtin.e": "contenido de la cadena de escape", + "less.builtin.escape": "La URL codifica una cadena", + "less.builtin.extract": "devuelve un valor en la posición especificada en la lista", + "less.builtin.fade": "devolver \"@color\" con 50 % de transparencia", + "less.builtin.fadein": "devolver \"@color\" 10% points _less_ transparent", + "less.builtin.fadeout": "devolver \"@color\" 10% points _more_ transparent", + "less.builtin.floor": "redondea a un entero", + "less.builtin.green": "devuelve el canal \"verde\" de \"@color\"", + "less.builtin.greyscale": "devuelve un color gris 100 % sin saturación", + "less.builtin.hsl": "crea un color", + "less.builtin.hsla": "crea un color", + "less.builtin.hsv": "crea un color", + "less.builtin.hsva": "crea un color", + "less.builtin.hsvhue": "devuelve el canal \"matiz\" de \"@color\" en el espacio de HSV", + "less.builtin.hsvsaturation": "devuelve el canal \"saturación\" de \"@color\" en el espacio de HSV", + "less.builtin.hsvvalue": "devuelve el canal \"valor\" de \"@color\" en el espacio de HSV", + "less.builtin.hue": "devuelve el canal \"matiz\" de \"@color\" en el espacio de HSL", + "less.builtin.length": "devuelve el número de elementos de una lista de valores", + "less.builtin.lighten": "devolver \"@color\" 10% points _lighter_", + "less.builtin.lightness": "devuelve el canal \"claridad\" de \"@color\" en el espacio de HSL", + "less.builtin.luma": "devuelve el valor \"luma\" (claridad perceptual) de \"@color\"", + "less.builtin.max": "devuelve el valor inferior de uno o varios valores", + "less.builtin.min": "devuelve el valor inferior de uno o varios valores", + "less.builtin.mix": "devolver una combinación de \"@color1\" y \"@color2\"", + "less.builtin.mod": "primer argumento, módulo, segundo argumento", + "less.builtin.percentage": "convierte a un porcentaje; p. ej. 0,5 > 50 %", + "less.builtin.pi": "devuelve pi", + "less.builtin.pow": "primer argumento elevado a la potencia del segundo", + "less.builtin.red": "devuelve el canal \"rojo\" de \"@color\"", + "less.builtin.replace": "sustitución de cadenas", + "less.builtin.round": "redondea un número a un número de ubicaciones", + "less.builtin.saturate": "devolver \"@color\" 10% points _more_ saturated", + "less.builtin.saturation": "devuelve el canal \"saturación\" de \"@color\" en el espacio de HSL", + "less.builtin.sin": "función de seno", + "less.builtin.spin": "devolver \"@color\" con 10 grados más en el matiz", + "less.builtin.sqrt": "calcula la raíz cuadrada de un número", + "less.builtin.tan": "función de tangente", + "less.builtin.unit": "quitar o cambiar la unidad de una dimensión" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/languages/less/lessWorker.i18n.json b/i18n/esn/src/vs/languages/less/lessWorker.i18n.json new file mode 100644 index 00000000000..77a351673e1 --- /dev/null +++ b/i18n/esn/src/vs/languages/less/lessWorker.i18n.json @@ -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. +{ + "literal.fontface": "@font-face", + "literal.keyframes": "@keyframes {0}" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/languages/less/parser/errors.i18n.json b/i18n/esn/src/vs/languages/less/parser/errors.i18n.json new file mode 100644 index 00000000000..ba1b280c40d --- /dev/null +++ b/i18n/esn/src/vs/languages/less/parser/errors.i18n.json @@ -0,0 +1,24 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "expected.colon": "se espera una coma", + "expected.condt": "se espera una condición", + "expected.dot": "no se espera", + "expected.ident": "se espera un identificador", + "expected.lcurly": "Se esperaba {", + "expected.lparen": "se espera (", + "expected.lsquare": "se espera [", + "expected.number": "se espera un número", + "expected.operator": "se espera un operador", + "expected.propvalue": "se espera un valor de propiedad", + "expected.rcurly": "Se esperaba }", + "expected.rparent": "Se esperaba )", + "expected.rsquare": "se espera ]", + "expected.semicolon": "se espera punto y coma", + "expected.term": "se espera un plazo", + "expected.varname": "se espera un nombre de variable", + "expected.varvalue": "se espera un valor de variable" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/languages/less/services/lint.i18n.json b/i18n/esn/src/vs/languages/less/services/lint.i18n.json new file mode 100644 index 00000000000..7430d2c8721 --- /dev/null +++ b/i18n/esn/src/vs/languages/less/services/lint.i18n.json @@ -0,0 +1,20 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "parse.error.general": "Error de análisis: {0}", + "rule.colorFunction": "número de parámetros no válido", + "rule.duplicateDeclarations": "No usar definiciones de estilo duplicadas", + "rule.emptyRuleSets": "No usar conjuntos de reglas vacíos", + "rule.fontFaceProperties": "La regla @font-face debe definir las propiedades 'src' y 'font-family'", + "rule.hexColor": "los colores hexadecimales deben constar de tres o seis números hexadecimales", + "rule.importDirective": "Las instrucciones Import no se cargan en paralelo", + "rule.universalSelector": "Se sabe que el selector universal (*) es lento", + "rule.unkownProperty": "Propiedad desconocida.", + "rule.vendorprefixes.all": "Si usa prefijos específicos de proveedores, asegúrese de usarlos todos.", + "rule.vendorprefixes.standard": "Si usa prefijos específicos de proveedores, asegúrese de incluir asimismo el nombre estándar", + "rule.withHeightAndBorderPadding": "No use ancho o alto con el relleno o los bordes", + "rule.zeroWidthUnit": "No se necesita una unidad para cero" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/languages/lib/javascriptSnippets.i18n.json b/i18n/esn/src/vs/languages/lib/javascriptSnippets.i18n.json new file mode 100644 index 00000000000..0ce0facbc5d --- /dev/null +++ b/i18n/esn/src/vs/languages/lib/javascriptSnippets.i18n.json @@ -0,0 +1,22 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "define.snippet": "definir módulo", + "dowhile.snippet": "Instrucción Do-While", + "for.snippet": "Bucle For", + "foreach.snippet": "Bucle For-Each", + "forin.snippet": "Bucle For-In", + "function.snippet": "Instrucción Function", + "if.snippet": "Instrucción If", + "ifelse.snippet": "Instrucción If-Else", + "log.snippet": "Registro de consola", + "new.snippet": "Instrucción New", + "settimeout.snippet": "Establecer función de tiempo de espera", + "switch.snippet": "Instrucción Switch", + "tripleslashreference.snippet": "Referencia relativa a otro archivo", + "trycatch.snippet": "Instrucción Try-Catch", + "while.snippet": "Instrucción While" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/languages/markdown/common/markdown.contribution.i18n.json b/i18n/esn/src/vs/languages/markdown/common/markdown.contribution.i18n.json new file mode 100644 index 00000000000..528fe0c382e --- /dev/null +++ b/i18n/esn/src/vs/languages/markdown/common/markdown.contribution.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "markdownConfigurationDescription": "Se usa para configurar los parámetros de vista previa del marcado.", + "markdownConfigurationTitle": "Configuración de vista previa del marcado", + "styles": "Una lista de las URL o de las rutas de acceso locales a las hojas de estilos CSS que se deben usar en la vista previa del marcado." +} \ No newline at end of file diff --git a/i18n/esn/src/vs/languages/markdown/markdownSnippets.i18n.json b/i18n/esn/src/vs/languages/markdown/markdownSnippets.i18n.json new file mode 100644 index 00000000000..9afe08fd5b9 --- /dev/null +++ b/i18n/esn/src/vs/languages/markdown/markdownSnippets.i18n.json @@ -0,0 +1,18 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "bold.snippet": "Insertar texto en negrita", + "code.snippet": "Insertar código", + "fencedcodeblock.snippet": "Insertar bloque de código con barrera", + "heading.snippet": "Insertar encabezado", + "image.snippet": "Insertar imagen", + "italic.snippet": "Insertar texto en cursiva", + "link.snippet": "Insertar vínculo", + "orderedList.snippet": "Insertar lista ordenada", + "quote.snippet": "Insertar texto entre comillas", + "rule.snippet": "Insertar regla horizontal", + "unorderedList.snippet": "Insertar lista sin ordenar" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/languages/sass/common/parser/sassErrors.i18n.json b/i18n/esn/src/vs/languages/sass/common/parser/sassErrors.i18n.json new file mode 100644 index 00000000000..65ecf206877 --- /dev/null +++ b/i18n/esn/src/vs/languages/sass/common/parser/sassErrors.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "expected.from": "se esperaba 'from'", + "expected.in": "Se esperaba 'in'", + "expected.through": "se esperaba 'through' o 'to'" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/languages/sass/common/sass.contribution.i18n.json b/i18n/esn/src/vs/languages/sass/common/sass.contribution.i18n.json new file mode 100644 index 00000000000..f1a6e9aba37 --- /dev/null +++ b/i18n/esn/src/vs/languages/sass/common/sass.contribution.i18n.json @@ -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. +{ + "sassConfigurationTitle": "Configuración de SASS", + "sassLint": "Controla la gravedad de los errores que se usan en la validación de SASS lint." +} \ No newline at end of file diff --git a/i18n/esn/src/vs/languages/sass/common/services/intelliSense.i18n.json b/i18n/esn/src/vs/languages/sass/common/services/intelliSense.i18n.json new file mode 100644 index 00000000000..ac82d41c864 --- /dev/null +++ b/i18n/esn/src/vs/languages/sass/common/services/intelliSense.i18n.json @@ -0,0 +1,81 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "sass.builtin.abs": "Devuelve el valor absoluto de un número.", + "sass.builtin.adjust-color": "Aumenta o disminuye uno o varios componentes de un color.", + "sass.builtin.adjust-hue": "Cambia el matiz de un color", + "sass.builtin.alpha": "Obtiene el componente de opacidad de un color.", + "sass.builtin.append": "Anexa un valor único al final de una lista.", + "sass.builtin.blue": "Obtiene el componente azul de un color.", + "sass.builtin.call": "Llama de forma dinámica a una función SASS.", + "sass.builtin.ceil": "Redondea un número al entero siguiente.", + "sass.builtin.change-color": "Cambia una o varias propiedades de un color.", + "sass.builtin.comparable": "Devuelve si se pueden sumar, restar o comparar dos números.", + "sass.builtin.complement": "Devuelve el complemento de un color.", + "sass.builtin.darken": "Oscurece un color.", + "sass.builtin.desaturate": "Reduce la saturación de un color.", + "sass.builtin.fade-in": "Aumenta la opacidad de un color.", + "sass.builtin.feature-exists": "Devuelve si una característica existe en el tiempo de ejecución de SASS actual.", + "sass.builtin.floor": "Redondea un número al entero anterior.", + "sass.builtin.function-exists": "Devuelve si existe una función con el nombre indicado.", + "sass.builtin.global-variable-exists": "Devuelve si existe una variable con el nombre indicado en el ámbito global.", + "sass.builtin.grayscale": "Convierte un color a escala de grises.", + "sass.builtin.green": "Obtiene el componente verde de un color.", + "sass.builtin.hue": "Obtiene el componente de matiz de un color.", + "sass.builtin.ie-hex-str": "Convierte un color al formato que comprenden los filtros de IE.", + "sass.builtin.index": "Devuelve la posición de un valor en una lista.", + "sass.builtin.inspect": "Devuelve la cadena de representación de un valor como se representaría en SASS.", + "sass.builtin.invert": "Devuelve el inverso de un color.", + "sass.builtin.is-superselector": "Devuelve si $super coincide con todos los elementos con que coincide $sub y posiblemente más.", + "sass.builtin.join": "Une dos listas en una.", + "sass.builtin.keywords": "Devuelve las palabras clave transmitidas a una función que toma argumentos variables.", + "sass.builtin.length": "Devuelve la longitud de una lista.", + "sass.builtin.lighten": "Aclara un color.", + "sass.builtin.lightness": "Obtiene el componente de claridad de un color.", + "sass.builtin.list-separator": "Devuelve el separador de una lista.", + "sass.builtin.map-get": "Devuelve el valor de un mapa asociado con una clave indicada.", + "sass.builtin.map-has-key": "Devuelve si un mapa tiene un valor asociado con una clave indicada.", + "sass.builtin.map-keys": "Devuelve una lista de todas las claves de un mapa.", + "sass.builtin.map-merge": "Combina dos mapas en uno nuevo.", + "sass.builtin.map-remove": "Devuelve un nuevo mapa con las claves eliminadas.", + "sass.builtin.map-values": "Devuelve una lista de todos los valores de un mapa.", + "sass.builtin.max": "Encuentra el máximo de varios números.", + "sass.builtin.min": "Encuentra el mínimo de varios números.", + "sass.builtin.mix": "Combina dos colores.", + "sass.builtin.mixin-exists": "Devuelve si existe un objeto mixin con el nombre indicado.", + "sass.builtin.nth": "Devuelve un elemento específico de una lista.", + "sass.builtin.opacify": "Aumenta la opacidad de un color.", + "sass.builtin.percentage": "Convierte un número sin unidad a un porcentaje.", + "sass.builtin.quote": "Agrega comillas a una cadena.", + "sass.builtin.random": "Devuelve un número aleatorio.", + "sass.builtin.red": "Obtiene el componente rojo de un color.", + "sass.builtin.rgba": "Cambia el componente alfa de un color.", + "sass.builtin.round": "Redondea un número al entero más cercano.", + "sass.builtin.saturate": "Aumenta la saturación de un color.", + "sass.builtin.saturation": "Obtiene el componente de saturación de un color.", + "sass.builtin.scale-color": "Escala de manera fluida una o varias propiedades de un color.", + "sass.builtin.selector-append": "Anexa selectores a otro sin espacios entre ellos.", + "sass.builtin.selector-extend": "Amplía $extendee con $extender en el $selector.", + "sass.builtin.selector-nest": "Anida un selector debajo de otro tal como estarían anidados en la hoja de estilos.", + "sass.builtin.selector-parse": "Analiza un selector en el formato que devuelve &.", + "sass.builtin.selector-replace": "Sustituye $original con $replacement en el $selector.", + "sass.builtin.selector-unify": "Unifica dos selectores para producir uno que coincida con los elementos con los que coincidían ambos.", + "sass.builtin.set-nth": "Sustituye el enésimo elemento en una lista. ", + "sass.builtin.simple-selectors": "Devuelve los selectores simples que conforman un selector compuesto.", + "sass.builtin.str-index": "Devuelve el índice de la primera instancia de $substring en $string.", + "sass.builtin.str-insert": "Inserta $insert en $string en $index.", + "sass.builtin.str-length": "Devuelve el número de caracteres de una cadena.", + "sass.builtin.str-slice": "Extrae una subcadena de la $string.", + "sass.builtin.to-lower-case": "Convierte una cadena a letras minúsculas.", + "sass.builtin.to-upper-case": "Convierte una cadena a letras mayúsculas.", + "sass.builtin.transparentize": "Aumenta la transparencia de un color.", + "sass.builtin.type-of": "Devuelve el tipo de un valor.", + "sass.builtin.unit": "Devuelve las unidades asociadas con un número.", + "sass.builtin.unitless": "Devuelve si un número tiene unidades.", + "sass.builtin.unquote": "Quita las comillas de una cadena.", + "sass.builtin.variable-exists": "Devuelve si existe una variable con el nombre indicado en el ámbito actual.", + "sass.builtin.zip": "Combina varias listas en una única lista multidimensional." +} \ No newline at end of file diff --git a/i18n/esn/src/vs/languages/typescript.workbench/common/projectResolver.i18n.json b/i18n/esn/src/vs/languages/typescript.workbench/common/projectResolver.i18n.json new file mode 100644 index 00000000000..36c8d947099 --- /dev/null +++ b/i18n/esn/src/vs/languages/typescript.workbench/common/projectResolver.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "resolve.files.N": "Cargando archivos adicionales..." +} \ No newline at end of file diff --git a/i18n/esn/src/vs/languages/typescript/common/features/quickFix.i18n.json b/i18n/esn/src/vs/languages/typescript/common/features/quickFix.i18n.json new file mode 100644 index 00000000000..d1ae638f6e5 --- /dev/null +++ b/i18n/esn/src/vs/languages/typescript/common/features/quickFix.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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.quickfix.addAsGlobal": "Marcar '{0}' como global", + "typescript.quickfix.rename": "Cambiar el nombre a \"{0}\"", + "typescript.quickfix.typeDefinitions": "Descargar definición de tipo {0}" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/languages/typescript/common/features/quickFixMainActions.i18n.json b/i18n/esn/src/vs/languages/typescript/common/features/quickFixMainActions.i18n.json new file mode 100644 index 00000000000..0d23ae37ed5 --- /dev/null +++ b/i18n/esn/src/vs/languages/typescript/common/features/quickFixMainActions.i18n.json @@ -0,0 +1,12 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "typingsReference.already.exists": "{0} ya existe. Asegúrese de que el archivo se incluye en el jsconfig.json del proyecto", + "typingsReference.error.download": "No se puede recuperar el archivo d.ts en {0}: {1}", + "typingsReference.error.write": "Problema al crear {0}: {1}", + "typingsReference.success.nojsconfig": "{0} descargado con éxito", + "typingsReference.success.withjsconfig": "{0} descargado con éxito. Asegúrese de que se incluye el archivo d.ts en el 'jsconfig.json' del proyecto." +} \ No newline at end of file diff --git a/i18n/esn/src/vs/languages/typescript/common/lint/lint.i18n.json b/i18n/esn/src/vs/languages/typescript/common/lint/lint.i18n.json new file mode 100644 index 00000000000..54464a36fb9 --- /dev/null +++ b/i18n/esn/src/vs/languages/typescript/common/lint/lint.i18n.json @@ -0,0 +1,24 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "javascript.comparisonOperatorNotStrict": "Use '!==' y '===' en lugar de '!=' y '=='.", + "javascript.functionInsideLoop": "Función incluida en un bucle.", + "javascript.missingSemicolon": "Falta un punto y coma.", + "javascript.newOnLowercaseFunctions": "Función con nombre en minúsculas utilizada como constructor.", + "javascript.reservedKeyword": "No use palabras clave reservadas.", + "javascript.semicolonInsteadOfBlock": "Punto y coma en lugar de bloque.", + "javascript.typeofCannotBeCompared": "Salida inesperada del operador 'typeof'.", + "javascript.typescriptSpecific": "No use una construcción de lenguaje específica de TypeScript en JavaScript.", + "layout.curlyBracketsMustNotBeOmitted": "Reduzca al máximo el uso de llaves.", + "layout.emptyblock": "Los bloques vacíos deben contener comentarios.", + "typescript.looksLikeTripleSlash": "¿Quería decir '/// <reference path=\"some/path.ts\" />'?", + "typescript.missingReturnType": "Falta el tipo de valor devuelto.", + "typescript.unusedFunction": "Función local no utilizada.", + "typescript.unusedImport": "Importación no utilizada.", + "typescript.unusedLocalVariable": "Variable local no utilizada.", + "typescript.unusedPrivateMember": "Miembro privado no utilizado.", + "typescript.variableUsedBeforeDeclared": "La variable se utilizó antes de declararla." +} \ No newline at end of file diff --git a/i18n/esn/src/vs/languages/typescript/common/participants/nlsParticipant.i18n.json b/i18n/esn/src/vs/languages/typescript/common/participants/nlsParticipant.i18n.json new file mode 100644 index 00000000000..c9773cf4618 --- /dev/null +++ b/i18n/esn/src/vs/languages/typescript/common/participants/nlsParticipant.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "missing.localize": "Se debe localizar la cadena" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/languages/typescript/common/typescript.contribution.i18n.json b/i18n/esn/src/vs/languages/typescript/common/typescript.contribution.i18n.json new file mode 100644 index 00000000000..804980291d9 --- /dev/null +++ b/i18n/esn/src/vs/languages/typescript/common/typescript.contribution.i18n.json @@ -0,0 +1,34 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "allwaysAllWords": "Incluya siempre todas las palabras del documento actual.", + "baseUrl": "Permite configurar la dirección URL base que se usa para resolver las referencias de módulo (http://requirejs.org/docs/api.html#config-baseUrl). Esta opción solo se aplica a los proyectos que usan la definición de módulos asincrónica (\"module\": \"amd\").", + "compilationSettings": "Controla el funcionamiento de la validación de TypeScript.", + "lint": "Controla diversos aspectos de la validación.", + "lint.comparisonOperatorsNotStrict": "Use '!==' y '===' en lugar de '!=' y '=='.", + "lint.curlyBracketsMustNotBeOmitted": "Reduzca al máximo el uso de llaves.", + "lint.emptyBlocksWithoutComment": "Los bloques vacíos deben contener comentarios.", + "lint.functionsInsideLoops": "Función incluida en un bucle.", + "lint.functionsWithoutReturnType": "Reduzca al máximo la anotación de tipo de valor devuelto en las funciones.", + "lint.missingSemicolon": "Falta un punto y coma.", + "lint.newOnLowercaseFunctions": "Función con nombre en minúsculas utilizada como constructor.", + "lint.reservedKeywords": "No use palabras clave reservadas.", + "lint.semicolonsInsteadOfBlocks": "Punto y coma en lugar de bloque.", + "lint.tripleSlashReferenceAlike": "Busca referencias con tres barras diagonales mal escritas.", + "lint.typeScriptSpecifics": "No use una construcción de lenguaje específica de TypeScript en JavaScript.", + "lint.unknownTypeOfResults": "Salida inesperada del operador 'typeof'.", + "lint.unusedFunctions": "Función local no utilizada.", + "lint.unusedMembers": "Miembro privado no utilizado.", + "lint.unusedVariables": "Variable local no utilizada.", + "module": "Especifica el sistema de módulos que se está usando.", + "noImplicitAny": "Exija explícitamente las declaraciones de tipos.", + "noLib": "No use términos en el entorno de DOM y del explorador.", + "scope": "Cuando hay varias opciones de validación, define la subcarpeta en la que se van a aplicar.", + "suggestSettings": "Controla el funcionamiento de TypeScript IntelliSense.", + "target": "Especifica la versión de ECMA-Script que se va a usar.", + "tsConfigurationTitle": "Configuración de TypeScript", + "useCodeSnippetsOnMethodSuggest": "Complete las funciones con la firma de parámetro." +} \ No newline at end of file diff --git a/i18n/esn/src/vs/languages/typescript/common/typescriptMode.i18n.json b/i18n/esn/src/vs/languages/typescript/common/typescriptMode.i18n.json new file mode 100644 index 00000000000..d3852bd5361 --- /dev/null +++ b/i18n/esn/src/vs/languages/typescript/common/typescriptMode.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "err.tooMuchData": "Hay demasiados archivos de código fuente de JavaScript para VS Code. Considere utilizar la propiedad Exclude en jsconfig.json." +} \ No newline at end of file diff --git a/i18n/esn/src/vs/languages/typescript/features/typescriptSnippets.i18n.json b/i18n/esn/src/vs/languages/typescript/features/typescriptSnippets.i18n.json new file mode 100644 index 00000000000..b6e29564150 --- /dev/null +++ b/i18n/esn/src/vs/languages/typescript/features/typescriptSnippets.i18n.json @@ -0,0 +1,24 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "class.snippet": "Definición de la clase", + "constructor.snippet": "Constructor", + "doloop.snippet": "Bucle Do-while", + "foreach.snippet": "Bucle For-Each que usa =>", + "fullproperty.snippet": "Definir una propiedad completa", + "getproperty.snippet": "Captador de propiedad", + "importstatement.snippet": "Importe el módulo externo.", + "jsdoc.snippet": "fragmento de código de jsdoc", + "log.snippet": "Iniciar sesión en la consola", + "privatemethod.snippet": "Definición del método privado", + "publicmethod.snippet": "Definición del método público", + "returnfalse.snippet": "Devolver false", + "returnstatement.snippet": "Devolver instrucción", + "returntrue.snippet": "Devolver true", + "setproperty.snippet": "Establecedor de propiedad", + "throwexception.snippet": "Iniciar excepción", + "tripleslashreference.snippet": "Referencia de barra diagonal triple" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/languages/typescript/project/dependencyResolver.i18n.json b/i18n/esn/src/vs/languages/typescript/project/dependencyResolver.i18n.json new file mode 100644 index 00000000000..b0af9c5e80f --- /dev/null +++ b/i18n/esn/src/vs/languages/typescript/project/dependencyResolver.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "ref.loadFailure": "No se encontró el archivo \"{0}\"" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/languages/typescript/service/typescriptSnippets.i18n.json b/i18n/esn/src/vs/languages/typescript/service/typescriptSnippets.i18n.json new file mode 100644 index 00000000000..9488dccf57c --- /dev/null +++ b/i18n/esn/src/vs/languages/typescript/service/typescriptSnippets.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "class.snippet": "Definición de la clase", + "constructor.snippet": "Constructor", + "foreach.snippet": "Bucle For-Each que usa =>", + "importstatement.snippet": "Importe el módulo externo.", + "jsdoc.snippet": "fragmento de código de jsdoc", + "privatemethod.snippet": "Definición del método privado", + "publicmethod.snippet": "Definición del método público" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/languages/vb/vbSnippets.i18n.json b/i18n/esn/src/vs/languages/vb/vbSnippets.i18n.json new file mode 100644 index 00000000000..6ea83ec6cf1 --- /dev/null +++ b/i18n/esn/src/vs/languages/vb/vbSnippets.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "vbFor.snippet": "Bucle For Next", + "vbForEach.snippet": "For Each...Next", + "vbForI.snippet": "For i...Next i", + "vbForJ.snippet": "For j...Next j", + "vbPublicFunction.snippet": "Función pública...", + "vbPublicSub.snippet": "Public Sub ...", + "vbWhile.snippet": "While ... End While" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/monaco/contrib/actions/changeTheme.i18n.json b/i18n/esn/src/vs/monaco/contrib/actions/changeTheme.i18n.json new file mode 100644 index 00000000000..371dbfe7e35 --- /dev/null +++ b/i18n/esn/src/vs/monaco/contrib/actions/changeTheme.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "highContrastTheme": "Tema de contraste alto", + "vsDarkTheme": "Tema oscuro de Visual Studio", + "vsLightTheme": "Tema de Visual Studio" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/monaco/contrib/actions/pinWorkbench.i18n.json b/i18n/esn/src/vs/monaco/contrib/actions/pinWorkbench.i18n.json new file mode 100644 index 00000000000..a87aad7f1cf --- /dev/null +++ b/i18n/esn/src/vs/monaco/contrib/actions/pinWorkbench.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "pinShortcut": "Anclar acceso directo al menú Inicio" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/monaco/contrib/actions/showQuickStart.i18n.json b/i18n/esn/src/vs/monaco/contrib/actions/showQuickStart.i18n.json new file mode 100644 index 00000000000..d57892caf9c --- /dev/null +++ b/i18n/esn/src/vs/monaco/contrib/actions/showQuickStart.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "showQuickStart": "Mostrar Inicio rápido" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/monaco/contrib/connect/connectDropdown.i18n.json b/i18n/esn/src/vs/monaco/contrib/connect/connectDropdown.i18n.json new file mode 100644 index 00000000000..86faf0e6273 --- /dev/null +++ b/i18n/esn/src/vs/monaco/contrib/connect/connectDropdown.i18n.json @@ -0,0 +1,16 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "accountHome": "Abrir página principal de Visual Studio Online '{0}'", + "clone": "Clonar repositorio a partir de Visual Studio Online", + "connectToVSO": "Conectar a Visual Studio Online", + "connections": "Conexiones", + "disconnectFromVSO": "Desconectar de Visual Studio Online", + "disconnectedFromVSO": "Se ha desconectado correctamente de esta área de trabajo desde la cuenta '{0}' de Visual Studio Online.", + "openAzureDashboard": "Abrir el panel de Microsoft Azure", + "openKuduConsole": "Abrir Kudu Console", + "openWebSite": "Examinar sitio web" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/monaco/contrib/profile/profileWidget.i18n.json b/i18n/esn/src/vs/monaco/contrib/profile/profileWidget.i18n.json new file mode 100644 index 00000000000..47a8799624e --- /dev/null +++ b/i18n/esn/src/vs/monaco/contrib/profile/profileWidget.i18n.json @@ -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. +{ + "myProfile": "Mi perfil", + "signOut": "Cerrar sesión" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/monaco/contrib/sandbox/sandboxActions.i18n.json b/i18n/esn/src/vs/monaco/contrib/sandbox/sandboxActions.i18n.json new file mode 100644 index 00000000000..6c912bbdc46 --- /dev/null +++ b/i18n/esn/src/vs/monaco/contrib/sandbox/sandboxActions.i18n.json @@ -0,0 +1,20 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "customUpdateAction": "Actualizar a...", + "customVersionPrompt": "Versión personalizada:", + "dashboardAction": "Panel del sitio web de Azure", + "debugAction": "Depurar", + "host": "Host: {0}", + "hostPrompt": "Host", + "loading": "Cargando...", + "logAction": "Registro", + "pingResponseAction": "Respuesta de ping: {0}", + "restartAction": "Reiniciar", + "stableUpdateAction": "Actualizar a una versión estable", + "versionAction": "Versión: {0}", + "versionPrompt": "Versión" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/monaco/core/requestService.i18n.json b/i18n/esn/src/vs/monaco/core/requestService.i18n.json new file mode 100644 index 00000000000..9482c17d860 --- /dev/null +++ b/i18n/esn/src/vs/monaco/core/requestService.i18n.json @@ -0,0 +1,19 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "azurePortalInfo": "Visite el panel de este sitio del [[portal de Azure]] para averiguar si su sitio se ha interrumpido.", + "checkConnection": "Compruebe la conexión a Internet.", + "doNotRefresh": "No actualice el explorador en este momento.", + "noMore": "Como ya hace tiempo que se perdió la conexión con el servidor, el área de trabajo ha dejado de intentar conectarse de nuevo automáticamente.", + "notConnectedTitle": "Se perdió la conexión con el servidor.", + "notRecommended": "No se recomienda actualizar en este momento.", + "quotaProblem": "Si la interrupción se produjo porque alcanzó el límite de cuota, compruebe el modo del sitio. Dependiendo de cómo el modo del sitio supere el límite de cuota, puede ser tan sencillo como esperar unos minutos. Para otros casos de límite de cuota, tal vez deba considerar la posibilidad de actualizar el sitio a un modo diferente; por ejemplo, Compartido o Estándar.", + "reconnectNow": "Intente conectar de nuevo ahora", + "reconnecting": "Conectando de nuevo...", + "reconnectingIn": "Se intentará conectar en {0} segundos.", + "siteStoppedProblem": "Si el sitio se ha interrumpido por otras razones, intente reiniciarlo.", + "visualStudioUnavailableTitle": "La edición de Visual Studio Online no está disponible actualmente." +} \ No newline at end of file diff --git a/i18n/esn/src/vs/monaco/ui/dashboard/actions.i18n.json b/i18n/esn/src/vs/monaco/ui/dashboard/actions.i18n.json new file mode 100644 index 00000000000..775de19d97c --- /dev/null +++ b/i18n/esn/src/vs/monaco/ui/dashboard/actions.i18n.json @@ -0,0 +1,47 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "cloningGitFromGitHub": "Clonando el repositorio de Git desde GitHub...", + "creatingWorkspace": "Creando área de trabajo...", + "dashboard.cloneGithub": "Clonar desde Github", + "dashboard.cloneGithub.button": "Clonar {0}", + "dashboard.cloneGithub.connect": "Conectar a GitHub", + "dashboard.cloneGithub.description": "Monaco puede comunicarse con los proveedores de servicio a través de OAuth. Por ejemplo, puede conectar fácilmente Visual Studio Online a su cuenta de GitHub para clonar uno de los repositorios.", + "dashboard.cloneGithub.error": "Se produjo un error. Consulte la consola para obtener más información.", + "dashboard.cloneGithub.loading": "Cargando...", + "dashboard.cloneGithub.title": "Clonar un área de trabajo a partir de un proyecto de Github", + "dashboard.cloneURL": "Clonar desde una dirección URL de Git", + "dashboard.cloneURL.badOrEmptyPublishSettings": "Ha cargado un archivo de configuración de publicación que no es válido o que no contiene suscripciones. Vuelva a cargarlo.", + "dashboard.cloneURL.createFromWebsite": "Crear área de trabajo", + "dashboard.cloneURL.createWorkspaceAndWebSite": "Crear área de trabajo y sitio web", + "dashboard.cloneURL.description": "Si sabe qué encabezado usa la dirección URL del repositorio de Git (actualmente solo se admite HTTP o HTTPS), inclúyalo aquí y permita que Visual Studio Online clone y cree un área de trabajo a partir de él.", + "dashboard.cloneURL.errorCreatingWebSite": "Error al crear el sitio web.", + "dashboard.cloneURL.errorLoadingWebsites": "Error al cargar los sitios web. Inténtelo de nuevo más tarde.", + "dashboard.cloneURL.noSubscriptions": "— No se encuentran suscripciones", + "dashboard.cloneURL.placeholder": "Dirección URL del repositorio", + "dashboard.cloneURL.reuploadPublishSettings": "↑ Volver a cargar la cuenta", + "dashboard.cloneURL.title": "Clonar un área de trabajo a partir de un repositorio de Git", + "dashboard.cloneURL.uploadPublishSettings": "↑ Cargar cuenta", + "dashboard.cloneURL.webSiteName": "Nombre de sitio web", + "dashboard.cloneURL.websiteDescription": "También puede asociar esta área de trabajo con un sitio web de Azure que crearemos para usted. Puede descargar el archivo de configuración de la cuenta de <a href=\"{0}\" class=\"link\" target=\"_blank\"><strong>Azure</strong></a>.", + "dashboard.importFromWebsite": "Importar desde sitio web", + "dashboard.upload": "Cargar", + "dashboard.upload.button": "↑ Cargar", + "dashboard.upload.description": "También puede cargar un archivo comprimido de su área de trabajo (actualmente solo se admite ZIP).", + "dashboard.upload.title": "Cargar un área de trabajo", + "dashboard.website.badOrEmptyPublishSettings": "Ha cargado un archivo de configuración de publicación que no es válido o que no contiene suscripciones. Vuelva a cargarlo.", + "dashboard.website.createFromWebsite": "Crear área de trabajo", + "dashboard.website.description": "Puede descargar el archivo de configuración de la cuenta de <a href=\"{0}\" class=\"link\" target=\"_blank\"><strong>Azure</strong></a>.", + "dashboard.website.errorLoadingWebsites": "Error al cargar los sitios web. Inténtelo de nuevo más tarde.", + "dashboard.website.noSubscriptions": "— No se encuentran suscripciones", + "dashboard.website.noWebSites": "— No se encuentran sitios web", + "dashboard.website.pickSubscription": "— Elija una suscripción", + "dashboard.website.pickWebSite": "— Elija un sitio web", + "dashboard.website.reuploadPublishSettings": "↑ Volver a cargar la cuenta", + "dashboard.website.title": "Crear un área de trabajo importando un sitio web de Azure", + "dashboard.website.uploadPublishSettings": "↑ Cargar cuenta", + "openingWorkspace": "Abriendo una nueva área de trabajo..." +} \ No newline at end of file diff --git a/i18n/esn/src/vs/monaco/ui/dashboard/dashboard.i18n.json b/i18n/esn/src/vs/monaco/ui/dashboard/dashboard.i18n.json new file mode 100644 index 00000000000..f4bd3fee99c --- /dev/null +++ b/i18n/esn/src/vs/monaco/ui/dashboard/dashboard.i18n.json @@ -0,0 +1,18 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "dashboard.confirmDelete": "¿Está seguro de que desea eliminar el área de trabajo '{0}'?", + "dashboard.createWorkspace": "Crear una nueva área de trabajo", + "dashboard.createWorkspace.description": "En Visual Studio Online, resulta muy fácil crear una nueva área de trabajo. Solo tiene que probar una de las opciones de la izquierda.", + "dashboard.createWorkspace.title": "Crear un área de trabajo", + "dashboard.lastChangeTime": "Última modificación: hace {0}", + "dashboard.one": "1", + "dashboard.toggleFooter": "Alternar pie de página", + "dashboard.two": "2", + "dashboard.workspacesSummary": "Áreas de trabajo ({0} totales)", + "workspaces": "Áreas de trabajo", + "workspacesName": "Áreas de trabajo" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/monaco/ui/shell/connectionIndicator.i18n.json b/i18n/esn/src/vs/monaco/ui/shell/connectionIndicator.i18n.json new file mode 100644 index 00000000000..da4689ae413 --- /dev/null +++ b/i18n/esn/src/vs/monaco/ui/shell/connectionIndicator.i18n.json @@ -0,0 +1,24 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "azurePortalInfoFreeShared": "Visite el [[tablero de este sitio]] para consultar si su sitio ha llegado al límite de su cuota.", + "azurePortalInfoStandard": "Visite el [[tablero de este sitio]] para consultar si su sitio se ha detenido.", + "azureWebSiteModeFree": "El sitio se ejecuta en modo \"libre\" con cuotas más bajas.", + "azureWebSiteModeShared": "El sitio se ejecuta en modo \"compartido\" con cuotas.", + "checkConnection": "Compruebe la conexión a Internet.", + "freeTrial": "Prueba gratuita", + "ftpAccess": "Siempre podrá acceder al contenido del sitio mediante una FTP.", + "noMore": "Como se perdió la conexión con el servidor hace un rato, el área de trabajo ha dejado de intentar conectarse de nuevo.", + "notConnectedTitle": "Tenemos problemas para conectar con el servidor", + "reconnectNow": "Volver a conectar ahora", + "reconnecting": "Conectando de nuevo...", + "reconnectingIn": "Se intentará conectar en {0} segundos.", + "refreshBrowser": "Se ha perdido la conexión con el servidor. Actualice el explorador.", + "refreshNow": "Actualizar ahora", + "tryAzureExpiredInfo": "Puede intentar [[crear]] otro sitio o [[registrarse]] para obtener una cuenta de prueba gratuita durante 30 días.", + "visualStudioUnavailableTitle": "La edición en Visual Studio Online no está disponible actualmente", + "wawsExpiryTitle": "El sitio ha expirado" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/monaco/ui/shell/shell.i18n.json b/i18n/esn/src/vs/monaco/ui/shell/shell.i18n.json new file mode 100644 index 00000000000..8a961843091 --- /dev/null +++ b/i18n/esn/src/vs/monaco/ui/shell/shell.i18n.json @@ -0,0 +1,16 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "browseWorkspaces": "Examinar áreas de trabajo", + "diff.minutes": "{0} min:{1} s", + "diff.seconds": "00 min:{0} s", + "legal": "Legal", + "privacy": "Privacidad", + "support": "Soporte técnico", + "tryAzureSiteExpireTimer": "El sitio gratuito expirará dentro de: {0}", + "tryAzureSiteExpires": "El sitio gratuito ha expirado.", + "workspaces": "Áreas de trabajo" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/monaco/ui/widgets/connectDropdown.i18n.json b/i18n/esn/src/vs/monaco/ui/widgets/connectDropdown.i18n.json new file mode 100644 index 00000000000..7620de2ef5d --- /dev/null +++ b/i18n/esn/src/vs/monaco/ui/widgets/connectDropdown.i18n.json @@ -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. +{ + "accountHome": "Abrir página principal de Visual Studio Online '{0}'", + "clone": "Clonar repositorio a partir de Visual Studio Online", + "connectToVSO": "Conectar a Visual Studio Online", + "connections": "Conexiones", + "disconnectFromVSO": "Desconectar de Visual Studio Online", + "disconnectedFromVSO": "Se ha desconectado correctamente de esta área de trabajo desde la cuenta '{0}' de Visual Studio Online.", + "openAzureDashboard": "Abrir panel de Windows Azure", + "openWebSite": "Examinar sitio web" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/platform/actions/common/actionsService.i18n.json b/i18n/esn/src/vs/platform/actions/common/actionsService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/platform/actions/common/actionsService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/platform/configuration/common/configurationRegistry.i18n.json b/i18n/esn/src/vs/platform/configuration/common/configurationRegistry.i18n.json new file mode 100644 index 00000000000..14edfe2e092 --- /dev/null +++ b/i18n/esn/src/vs/platform/configuration/common/configurationRegistry.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "masterDefaultConfigDesc": "Configuración predeterminada", + "masterUserConfigDesc": "Configuración específica del usuario", + "masterWorkspaceConfigDesc": "Configuración de área de trabajo" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/platform/configurationRegistry.i18n.json b/i18n/esn/src/vs/platform/configurationRegistry.i18n.json new file mode 100644 index 00000000000..d1b0b1abcbe --- /dev/null +++ b/i18n/esn/src/vs/platform/configurationRegistry.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "masterConfigDesc": "Este es un archivo de configuración para el área de trabajo.", + "masterConfigTitle": "Archivo de configuración", + "masterLanguageDesc": "Configuración para idiomas específicos", + "masterTypeDesc": "Puede ser 'usuario' o 'equipo'. Los archivos de configuración de usuario tienen preferencia." +} \ No newline at end of file diff --git a/i18n/esn/src/vs/platform/extensions/common/abstractExtensionService.i18n.json b/i18n/esn/src/vs/platform/extensions/common/abstractExtensionService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/platform/extensions/common/abstractExtensionService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/platform/extensions/common/extensionsRegistry.i18n.json b/i18n/esn/src/vs/platform/extensions/common/extensionsRegistry.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/platform/extensions/common/extensionsRegistry.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/platform/extensions/node/extensionValidator.i18n.json b/i18n/esn/src/vs/platform/extensions/node/extensionValidator.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/platform/extensions/node/extensionValidator.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/platform/files/nativeFileService.i18n.json b/i18n/esn/src/vs/platform/files/nativeFileService.i18n.json new file mode 100644 index 00000000000..cf87aac5489 --- /dev/null +++ b/i18n/esn/src/vs/platform/files/nativeFileService.i18n.json @@ -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. +{ + "encoding": "La codificación del conjunto de caracteres predeterminado para usar al leer y escribir archivos.", + "filesConfigurationTitle": "Configuración de archivos" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/platform/files/statModel.i18n.json b/i18n/esn/src/vs/platform/files/statModel.i18n.json new file mode 100644 index 00000000000..f8f07a3f8b3 --- /dev/null +++ b/i18n/esn/src/vs/platform/files/statModel.i18n.json @@ -0,0 +1,12 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "emptyFileNameError": "Debe especificarse un nombre de archivo o carpeta.", + "fileNameExistsError": "Ya existe el archivo o carpeta **{0}** en esta ubicación. Elija otro nombre.", + "filePathTooLongError": "El nombre **{0}** da como resultado una ruta de acceso demasiado larga. Elija un nombre más corto.", + "invalidFileNameError": "El nombre **{0}** contiene caracteres que no son válidos para el archivo o la carpeta. Elija otro nombre.", + "invalidVSCFileName": "El nombre del archivo o de la carpeta **{0}** está reservado y no se puede usar. Seleccione un nombre distinto." +} \ No newline at end of file diff --git a/i18n/esn/src/vs/platform/handlerService.i18n.json b/i18n/esn/src/vs/platform/handlerService.i18n.json new file mode 100644 index 00000000000..7f1ccc55af7 --- /dev/null +++ b/i18n/esn/src/vs/platform/handlerService.i18n.json @@ -0,0 +1,12 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "altKey": "Alt", + "cmdKey": "Comando", + "ctrlKey": "Ctrl", + "shiftKey": "Mayús", + "windowsKey": "Windows" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/platform/jsonschemas/common/jsonContributionRegistry.i18n.json b/i18n/esn/src/vs/platform/jsonschemas/common/jsonContributionRegistry.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/platform/jsonschemas/common/jsonContributionRegistry.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/platform/jsonschemas/common/jsonValidationExtensionPoint.i18n.json b/i18n/esn/src/vs/platform/jsonschemas/common/jsonValidationExtensionPoint.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/platform/jsonschemas/common/jsonValidationExtensionPoint.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/platform/keybinding/browser/keybindingServiceImpl.i18n.json b/i18n/esn/src/vs/platform/keybinding/browser/keybindingServiceImpl.i18n.json new file mode 100644 index 00000000000..45a4ba0991a --- /dev/null +++ b/i18n/esn/src/vs/platform/keybinding/browser/keybindingServiceImpl.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "first.chord": "Se presionó ({0}). Esperando la siguiente tecla...", + "missing.chord": "La combinación de teclas ({0}, {1}) no es ningún comando.", + "unboundCommands": "Aquí hay otros comandos disponibles: " +} \ No newline at end of file diff --git a/i18n/esn/src/vs/platform/keybinding/common/keybindingsUtils.i18n.json b/i18n/esn/src/vs/platform/keybinding/common/keybindingsUtils.i18n.json new file mode 100644 index 00000000000..7f1ccc55af7 --- /dev/null +++ b/i18n/esn/src/vs/platform/keybinding/common/keybindingsUtils.i18n.json @@ -0,0 +1,12 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "altKey": "Alt", + "cmdKey": "Comando", + "ctrlKey": "Ctrl", + "shiftKey": "Mayús", + "windowsKey": "Windows" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/platform/lifecycle/common/mainThreadLifecycleService.i18n.json b/i18n/esn/src/vs/platform/lifecycle/common/mainThreadLifecycleService.i18n.json new file mode 100644 index 00000000000..ce90ef3faf0 --- /dev/null +++ b/i18n/esn/src/vs/platform/lifecycle/common/mainThreadLifecycleService.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "genericVeto": "¿Está seguro de que desea salir?" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/platform/markers/common/problemMatcher.i18n.json b/i18n/esn/src/vs/platform/markers/common/problemMatcher.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/platform/markers/common/problemMatcher.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/platform/message/common/message.i18n.json b/i18n/esn/src/vs/platform/message/common/message.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/platform/message/common/message.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/platform/plugins/common/abstractPluginService.i18n.json b/i18n/esn/src/vs/platform/plugins/common/abstractPluginService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/platform/plugins/common/abstractPluginService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/platform/plugins/common/pluginsRegistry.i18n.json b/i18n/esn/src/vs/platform/plugins/common/pluginsRegistry.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/platform/plugins/common/pluginsRegistry.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/platform/plugins/node/pluginVersionValidator.i18n.json b/i18n/esn/src/vs/platform/plugins/node/pluginVersionValidator.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/platform/plugins/node/pluginVersionValidator.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/platform/request/nativeWorkerRequestService.i18n.json b/i18n/esn/src/vs/platform/request/nativeWorkerRequestService.i18n.json new file mode 100644 index 00000000000..9edd7eb583c --- /dev/null +++ b/i18n/esn/src/vs/platform/request/nativeWorkerRequestService.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "localFileNotFound": "Archivo no encontrado" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/platform/telemetry/electron-browser/electronTelemetryService.i18n.json b/i18n/esn/src/vs/platform/telemetry/electron-browser/electronTelemetryService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/platform/telemetry/electron-browser/electronTelemetryService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/platform/theme/common/themes.i18n.json b/i18n/esn/src/vs/platform/theme/common/themes.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/platform/theme/common/themes.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/api/node/extHostMessageService.i18n.json b/i18n/esn/src/vs/workbench/api/node/extHostMessageService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/workbench/api/node/extHostMessageService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/browser/actions/openSettings.i18n.json b/i18n/esn/src/vs/workbench/browser/actions/openSettings.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/workbench/browser/actions/openSettings.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/browser/actions/toggleSidebarPosition.i18n.json b/i18n/esn/src/vs/workbench/browser/actions/toggleSidebarPosition.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/workbench/browser/actions/toggleSidebarPosition.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/browser/actions/toggleSidebarVisibility.i18n.json b/i18n/esn/src/vs/workbench/browser/actions/toggleSidebarVisibility.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/workbench/browser/actions/toggleSidebarVisibility.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/browser/actions/triggerEditorActions.i18n.json b/i18n/esn/src/vs/workbench/browser/actions/triggerEditorActions.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/workbench/browser/actions/triggerEditorActions.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/browser/actions/triggerNavigation.i18n.json b/i18n/esn/src/vs/workbench/browser/actions/triggerNavigation.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/workbench/browser/actions/triggerNavigation.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/browser/actions/triggerQuickOpen.i18n.json b/i18n/esn/src/vs/workbench/browser/actions/triggerQuickOpen.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/workbench/browser/actions/triggerQuickOpen.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/browser/parts/activitybar/activityAction.i18n.json b/i18n/esn/src/vs/workbench/browser/parts/activitybar/activityAction.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/workbench/browser/parts/activitybar/activityAction.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/browser/parts/activitybar/activitybarPart.i18n.json b/i18n/esn/src/vs/workbench/browser/parts/activitybar/activitybarPart.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/workbench/browser/parts/activitybar/activitybarPart.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/browser/parts/compositePart.i18n.json b/i18n/esn/src/vs/workbench/browser/parts/compositePart.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/workbench/browser/parts/compositePart.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/browser/parts/editor/binaryDiffEditor.i18n.json b/i18n/esn/src/vs/workbench/browser/parts/editor/binaryDiffEditor.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/workbench/browser/parts/editor/binaryDiffEditor.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/browser/parts/editor/binaryEditor.i18n.json b/i18n/esn/src/vs/workbench/browser/parts/editor/binaryEditor.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/workbench/browser/parts/editor/binaryEditor.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/browser/parts/editor/editor.contribution.i18n.json b/i18n/esn/src/vs/workbench/browser/parts/editor/editor.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/workbench/browser/parts/editor/editor.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/browser/parts/editor/editorPart.i18n.json b/i18n/esn/src/vs/workbench/browser/parts/editor/editorPart.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/workbench/browser/parts/editor/editorPart.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/browser/parts/editor/editorStatus.i18n.json b/i18n/esn/src/vs/workbench/browser/parts/editor/editorStatus.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/workbench/browser/parts/editor/editorStatus.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/browser/parts/editor/iframeEditor.i18n.json b/i18n/esn/src/vs/workbench/browser/parts/editor/iframeEditor.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/workbench/browser/parts/editor/iframeEditor.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/browser/parts/editor/sideBySideEditorControl.i18n.json b/i18n/esn/src/vs/workbench/browser/parts/editor/sideBySideEditorControl.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/workbench/browser/parts/editor/sideBySideEditorControl.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/browser/parts/editor/stringEditor.i18n.json b/i18n/esn/src/vs/workbench/browser/parts/editor/stringEditor.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/workbench/browser/parts/editor/stringEditor.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/browser/parts/editor/textDiffEditor.i18n.json b/i18n/esn/src/vs/workbench/browser/parts/editor/textDiffEditor.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/workbench/browser/parts/editor/textDiffEditor.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/browser/parts/panel/panelPart.i18n.json b/i18n/esn/src/vs/workbench/browser/parts/panel/panelPart.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/workbench/browser/parts/panel/panelPart.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/browser/parts/quickopen/editorHistoryModel.i18n.json b/i18n/esn/src/vs/workbench/browser/parts/quickopen/editorHistoryModel.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/workbench/browser/parts/quickopen/editorHistoryModel.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/browser/parts/quickopen/quickOpenController.i18n.json b/i18n/esn/src/vs/workbench/browser/parts/quickopen/quickOpenController.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/workbench/browser/parts/quickopen/quickOpenController.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/browser/parts/sidebar/sidebarPart.i18n.json b/i18n/esn/src/vs/workbench/browser/parts/sidebar/sidebarPart.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/workbench/browser/parts/sidebar/sidebarPart.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/browser/parts/statusbar/statusbarPart.i18n.json b/i18n/esn/src/vs/workbench/browser/parts/statusbar/statusbarPart.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/workbench/browser/parts/statusbar/statusbarPart.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/browser/quickopen.i18n.json b/i18n/esn/src/vs/workbench/browser/quickopen.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/workbench/browser/quickopen.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/browser/ui/actionRegistry.i18n.json b/i18n/esn/src/vs/workbench/browser/ui/actionRegistry.i18n.json new file mode 100644 index 00000000000..89e27a4dbc8 --- /dev/null +++ b/i18n/esn/src/vs/workbench/browser/ui/actionRegistry.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "bindingSeparator": ", " +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/browser/ui/actions/openSettings.i18n.json b/i18n/esn/src/vs/workbench/browser/ui/actions/openSettings.i18n.json new file mode 100644 index 00000000000..bd263603ff7 --- /dev/null +++ b/i18n/esn/src/vs/workbench/browser/ui/actions/openSettings.i18n.json @@ -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. +{ + "fail.createSettings": "No se puede crear el archivo 'user.json' dentro de la carpeta '.settings'.", + "openSettings": "Abrir Configuración" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/browser/ui/actions/toggleSidebarPosition.i18n.json b/i18n/esn/src/vs/workbench/browser/ui/actions/toggleSidebarPosition.i18n.json new file mode 100644 index 00000000000..c3de9349d0d --- /dev/null +++ b/i18n/esn/src/vs/workbench/browser/ui/actions/toggleSidebarPosition.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "moveLeft": "Mover barra lateral a la izquierda", + "moveRight": "Mover barra lateral a la derecha", + "togglePosition": "Alternar posición de barra lateral" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/browser/ui/actions/toggleSidebarVisibility.i18n.json b/i18n/esn/src/vs/workbench/browser/ui/actions/toggleSidebarVisibility.i18n.json new file mode 100644 index 00000000000..d0f3b7a0613 --- /dev/null +++ b/i18n/esn/src/vs/workbench/browser/ui/actions/toggleSidebarVisibility.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "enterMode": "Ocultar barra lateral", + "leaveMode": "Mostrar barra lateral", + "toggleSidebar": "Alternar visibilidad de barra lateral" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/browser/ui/actions/triggerEditorActions.i18n.json b/i18n/esn/src/vs/workbench/browser/ui/actions/triggerEditorActions.i18n.json new file mode 100644 index 00000000000..06f3f275bea --- /dev/null +++ b/i18n/esn/src/vs/workbench/browser/ui/actions/triggerEditorActions.i18n.json @@ -0,0 +1,16 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "closeActiveEditor": "Cerrar el editor activo", + "cycleEditor": "Cambiar entre los editores visibles", + "focusFirstEditor": "Enfocar el editor de la izquierda", + "focusLeftEditor": "Enfocar el siguiente editor de la izquierda", + "focusRigthEditor": "Enfocar el siguiente editor de la derecha", + "focusSecondEditor": "Enfocar al editor lateral", + "focusThirdEditor": "Enfocar al editor de la derecha", + "openToSide": "Abrir en el lateral", + "splitEditor": "Dividir editor" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/browser/ui/actions/triggerNavigation.i18n.json b/i18n/esn/src/vs/workbench/browser/ui/actions/triggerNavigation.i18n.json new file mode 100644 index 00000000000..5489439773f --- /dev/null +++ b/i18n/esn/src/vs/workbench/browser/ui/actions/triggerNavigation.i18n.json @@ -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. +{ + "navigateNext": "Avanzar en el historial de navegación", + "navigatePrevious": "Retroceder en el historial de navegación" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/browser/ui/actions/triggerQuickOpen.i18n.json b/i18n/esn/src/vs/workbench/browser/ui/actions/triggerQuickOpen.i18n.json new file mode 100644 index 00000000000..2d82f0085fc --- /dev/null +++ b/i18n/esn/src/vs/workbench/browser/ui/actions/triggerQuickOpen.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "gotoFile": "Ir al archivo...", + "navigateEditorHistoryByInput": "Retroceder en el historial del editor", + "quickOpen": "Apertura rápida" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/browser/ui/parts/activitybar/activityAction.i18n.json b/i18n/esn/src/vs/workbench/browser/ui/parts/activitybar/activityAction.i18n.json new file mode 100644 index 00000000000..6383238f72c --- /dev/null +++ b/i18n/esn/src/vs/workbench/browser/ui/parts/activitybar/activityAction.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "titleKeybinding": "{0} ({1})" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/browser/ui/parts/editor/binaryDiffEditor.i18n.json b/i18n/esn/src/vs/workbench/browser/ui/parts/editor/binaryDiffEditor.i18n.json new file mode 100644 index 00000000000..dbe978d01a6 --- /dev/null +++ b/i18n/esn/src/vs/workbench/browser/ui/parts/editor/binaryDiffEditor.i18n.json @@ -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. +{ + "binaryDiffEditor": "Visor de comparación binario", + "cannotDiffTextToBinary": "Actualmente no se admite la comparación de archivos binarios con archivos no binarios" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/browser/ui/parts/editor/binaryEditor.i18n.json b/i18n/esn/src/vs/workbench/browser/ui/parts/editor/binaryEditor.i18n.json new file mode 100644 index 00000000000..b2e7faee9e0 --- /dev/null +++ b/i18n/esn/src/vs/workbench/browser/ui/parts/editor/binaryEditor.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "preview": "Vista previa" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/browser/ui/parts/editor/editor.contribution.i18n.json b/i18n/esn/src/vs/workbench/browser/ui/parts/editor/editor.contribution.i18n.json new file mode 100644 index 00000000000..eaf01df194f --- /dev/null +++ b/i18n/esn/src/vs/workbench/browser/ui/parts/editor/editor.contribution.i18n.json @@ -0,0 +1,12 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "binaryDiffEditor": "Editor de comparación binario", + "binaryEditor": "Editor de recursos binario", + "iframeEditor": "IFrame Editor", + "stringEditor": "Editor de texto de cadena", + "textDiffEditor": "Editor de comparación de texto" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/browser/ui/parts/editor/editorPart.i18n.json b/i18n/esn/src/vs/workbench/browser/ui/parts/editor/editorPart.i18n.json new file mode 100644 index 00000000000..461691b60dd --- /dev/null +++ b/i18n/esn/src/vs/workbench/browser/ui/parts/editor/editorPart.i18n.json @@ -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. +{ + "editorAccessibleLabel": "Editor", + "editorOpenError": "Error al abrir '{0}' ({1})." +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/browser/ui/parts/editor/iframeEditor.i18n.json b/i18n/esn/src/vs/workbench/browser/ui/parts/editor/iframeEditor.i18n.json new file mode 100644 index 00000000000..679cec697a4 --- /dev/null +++ b/i18n/esn/src/vs/workbench/browser/ui/parts/editor/iframeEditor.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "iframeEditor": "IFrame Viewer" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/browser/ui/parts/editor/sideBySideEditorControl.i18n.json b/i18n/esn/src/vs/workbench/browser/ui/parts/editor/sideBySideEditorControl.i18n.json new file mode 100644 index 00000000000..e607d154bb4 --- /dev/null +++ b/i18n/esn/src/vs/workbench/browser/ui/parts/editor/sideBySideEditorControl.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "close": "Cerrar", + "loadingLabel": "Cargando...", + "splitEditor": "Dividir editor" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/browser/ui/parts/editor/stringEditor.i18n.json b/i18n/esn/src/vs/workbench/browser/ui/parts/editor/stringEditor.i18n.json new file mode 100644 index 00000000000..31be15496bd --- /dev/null +++ b/i18n/esn/src/vs/workbench/browser/ui/parts/editor/stringEditor.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "textEditor": "Visor de texto de solo lectura" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/browser/ui/parts/editor/textDiffEditor.i18n.json b/i18n/esn/src/vs/workbench/browser/ui/parts/editor/textDiffEditor.i18n.json new file mode 100644 index 00000000000..d7933b59732 --- /dev/null +++ b/i18n/esn/src/vs/workbench/browser/ui/parts/editor/textDiffEditor.i18n.json @@ -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. +{ + "cannotDiffBinary": "Parece que al menos uno de los recursos de la comparación es binario y esto no se admite actualmente", + "doNotIgnoreTrimWhitespaceLabel": "No omitir espacio en blanco final", + "ignoreTrimWhitespaceLabel": "Omitir espacio en blanco final", + "inlineDiffLabel": "Cambiar a vista alineada", + "navigate.next.label": "Cambio siguiente", + "navigate.prev.label": "Cambio anterior", + "sideBySideDiffLabel": "Cambiar a vista en paralelo", + "textDiffEditor": "Editor de comparación de texto" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/browser/ui/parts/quickopen/quickOpenController.i18n.json b/i18n/esn/src/vs/workbench/browser/ui/parts/quickopen/quickOpenController.i18n.json new file mode 100644 index 00000000000..74a598b0eff --- /dev/null +++ b/i18n/esn/src/vs/workbench/browser/ui/parts/quickopen/quickOpenController.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "additionalResultsGroupLabel": "{0} ({1})", + "canNotRunPlaceholder": "Este controlador de apertura rápida no se puede usar en el contexto actual", + "historyMatches": "abiertos recientemente ({0})", + "noResultsFound1": "No se encontraron resultados", + "noResultsFound2": "No se encontraron resultados", + "quickOpenInput": "Escriba '?' para obtener ayuda con las acciones que puede realizar desde aquí", + "workspaceMatches": "otras coincidencias ({0})" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/browser/ui/parts/sidebar/sidebarPart.i18n.json b/i18n/esn/src/vs/workbench/browser/ui/parts/sidebar/sidebarPart.i18n.json new file mode 100644 index 00000000000..ce091234aec --- /dev/null +++ b/i18n/esn/src/vs/workbench/browser/ui/parts/sidebar/sidebarPart.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "viewletTitleTooltip": "{0} ({1})" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/browser/viewlet.i18n.json b/i18n/esn/src/vs/workbench/browser/viewlet.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/workbench/browser/viewlet.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/common/quickopen.i18n.json b/i18n/esn/src/vs/workbench/common/quickopen.i18n.json new file mode 100644 index 00000000000..dbeff2f5e1a --- /dev/null +++ b/i18n/esn/src/vs/workbench/common/quickopen.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "showEditorCommands": "Mostrar comandos del editor" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/contrib/actions/triggerEditorAction.i18n.json b/i18n/esn/src/vs/workbench/contrib/actions/triggerEditorAction.i18n.json new file mode 100644 index 00000000000..ebf5205185a --- /dev/null +++ b/i18n/esn/src/vs/workbench/contrib/actions/triggerEditorAction.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "selectAll.label": "Seleccionar todo en editor" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/contrib/build/build.contribution.i18n.json b/i18n/esn/src/vs/workbench/contrib/build/build.contribution.i18n.json new file mode 100644 index 00000000000..4d762f67777 --- /dev/null +++ b/i18n/esn/src/vs/workbench/contrib/build/build.contribution.i18n.json @@ -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. +{ + "name": "Compilación", + "showBuildViewlet": "Mostrar viewlet de 'Compilación'" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/contrib/build/build.i18n.json b/i18n/esn/src/vs/workbench/contrib/build/build.i18n.json new file mode 100644 index 00000000000..5ff4d9cbd51 --- /dev/null +++ b/i18n/esn/src/vs/workbench/contrib/build/build.i18n.json @@ -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. +{ + "buildLog": "Registro de compilación", + "nobuildlog.message": "No hay registros de compilación." +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/contrib/build/buildStatusUpdater.i18n.json b/i18n/esn/src/vs/workbench/contrib/build/buildStatusUpdater.i18n.json new file mode 100644 index 00000000000..b6ebb88e081 --- /dev/null +++ b/i18n/esn/src/vs/workbench/contrib/build/buildStatusUpdater.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "buildErrorsBadge": "{0} errores de compilación", + "buildProgressBadge": "Compilando", + "buildRequestFailedBadge": "Error de solicitud de compilación. Consulte el registro de compilación.", + "buildStatusFailedBadge": "Error de estado de compilación. Consulte el registro de compilación." +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/contrib/build/buildViewlet.i18n.json b/i18n/esn/src/vs/workbench/contrib/build/buildViewlet.i18n.json new file mode 100644 index 00000000000..1e32d037330 --- /dev/null +++ b/i18n/esn/src/vs/workbench/contrib/build/buildViewlet.i18n.json @@ -0,0 +1,16 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "build.label": "Compilar", + "errorCount": "{0} error", + "errorsCount": "{0} errores", + "noerror.message": "No hay errores de compilación.", + "noresult.message": "Aún no hay resultados de compilación.", + "openlog.label": "Abrir registro de compilación", + "seelog.message.full": "Consulte el registro de errores.", + "seelog.message.short": "Consulte el registro de errores - ", + "showlog.message": "mostrar registro de compilación" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/contrib/build/buildWorkspaceService.i18n.json b/i18n/esn/src/vs/workbench/contrib/build/buildWorkspaceService.i18n.json new file mode 100644 index 00000000000..db3468ff7c8 --- /dev/null +++ b/i18n/esn/src/vs/workbench/contrib/build/buildWorkspaceService.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "build.nobuildconfig.error": "No se ejecutó la compilación. No hay ninguna compilación configurada. Para configurar una compilación, agregue un archivo 'monaco.build.json' o 'nakefile.js' al área de trabajo." +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/contrib/files/binaryContentEditor.i18n.json b/i18n/esn/src/vs/workbench/contrib/files/binaryContentEditor.i18n.json new file mode 100644 index 00000000000..d2fe5988dda --- /dev/null +++ b/i18n/esn/src/vs/workbench/contrib/files/binaryContentEditor.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "binaryContentEditor": "Visor de contenido binario" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/contrib/files/contentEditorInput.i18n.json b/i18n/esn/src/vs/workbench/contrib/files/contentEditorInput.i18n.json new file mode 100644 index 00000000000..1bd555b3f24 --- /dev/null +++ b/i18n/esn/src/vs/workbench/contrib/files/contentEditorInput.i18n.json @@ -0,0 +1,16 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "pendingSaveMeeta": "Los cambios se están guardando en el servidor...", + "saveConflictDisplay": "Conflicto", + "saveConflictMeta": "No se pudieron guardar los cambios porque hay un conflicto con otra versión del servidor.", + "saveErorDisplay": "Error al guardar", + "saveErrorMeta": "Tenemos problemas para guardar sus cambios", + "savedDiffDate": "Guardado por última vez: {0}", + "savedDiffTime": "Guardado por última vez: hace {0}", + "savedDisplay": "Guardado", + "savingDisplay": "Guardando..." +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/contrib/files/contentEditorModel.i18n.json b/i18n/esn/src/vs/workbench/contrib/files/contentEditorModel.i18n.json new file mode 100644 index 00000000000..f255d82cab4 --- /dev/null +++ b/i18n/esn/src/vs/workbench/contrib/files/contentEditorModel.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "genericSaveError": "Error al guardar '{0}': {1}", + "staleSaveError": "Error al guardar '{0}'. La versión del servidor es más reciente. Abra el archivo y guárdelo de nuevo.", + "unexpectedEventError": "Error inesperado de una escucha de cambios de archivo de tipo: {0}" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/contrib/files/explorerViewer.i18n.json b/i18n/esn/src/vs/workbench/contrib/files/explorerViewer.i18n.json new file mode 100644 index 00000000000..204c06b0d95 --- /dev/null +++ b/i18n/esn/src/vs/workbench/contrib/files/explorerViewer.i18n.json @@ -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. +{ + "confirmOverwriteMessage": "'{0}' ya existe en la carpeta de destino. ¿Desea reemplazarlo?", + "warningFileDirty": "El archivo '{0}' se está guardando. Vuelva a intentarlo más tarde." +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/contrib/files/fileServices.i18n.json b/i18n/esn/src/vs/workbench/contrib/files/fileServices.i18n.json new file mode 100644 index 00000000000..57ebf50cdf6 --- /dev/null +++ b/i18n/esn/src/vs/workbench/contrib/files/fileServices.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "cancel": "Cancelar", + "createFile": "Crear archivo", + "unsavedChangesEpilogue": "\n\nRegrese y espere hasta que se guarden los cambios. De lo contrario, se descartarán los cambios.", + "unsavedChangesPreamble": "Hay cambios sin guardar en:\n" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/contrib/files/files.contribution.i18n.json b/i18n/esn/src/vs/workbench/contrib/files/files.contribution.i18n.json new file mode 100644 index 00000000000..83d52f00b1b --- /dev/null +++ b/i18n/esn/src/vs/workbench/contrib/files/files.contribution.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "binaryContentEditor": "Editor de contenido binario", + "explore": "Explorar", + "showExplorerViewlet": "Mostrar viewlet de 'Explorador'", + "textContentEditor": "Editor de contenido de texto" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/contrib/files/htmlFrameEditorInput.i18n.json b/i18n/esn/src/vs/workbench/contrib/files/htmlFrameEditorInput.i18n.json new file mode 100644 index 00000000000..b2e7faee9e0 --- /dev/null +++ b/i18n/esn/src/vs/workbench/contrib/files/htmlFrameEditorInput.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "preview": "Vista previa" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/contrib/files/statModel.i18n.json b/i18n/esn/src/vs/workbench/contrib/files/statModel.i18n.json new file mode 100644 index 00000000000..7ff0e2f2e67 --- /dev/null +++ b/i18n/esn/src/vs/workbench/contrib/files/statModel.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "emptyFileNameError": "Debe especificarse un nombre de archivo o carpeta.", + "fileNameExistsError": "Ya existe el archivo o carpeta **{0}** en esta ubicación. Elija otro nombre.", + "filePathTooLongError": "El nombre **{0}** da como resultado una ruta de acceso demasiado larga. Elija un nombre más corto.", + "invalidFileNameError": "El nombre **{0}** contiene caracteres que no son válidos para el archivo o carpeta. Elija otro nombre." +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/contrib/files/textContentEditor.i18n.json b/i18n/esn/src/vs/workbench/contrib/files/textContentEditor.i18n.json new file mode 100644 index 00000000000..f3b31200d02 --- /dev/null +++ b/i18n/esn/src/vs/workbench/contrib/files/textContentEditor.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "cancel": "Cancelar", + "createFile": "Crear archivo", + "textContentEditor": "Editor de contenido de texto" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/contrib/git/git.contribution.i18n.json b/i18n/esn/src/vs/workbench/contrib/git/git.contribution.i18n.json new file mode 100644 index 00000000000..8b61ba2fcd0 --- /dev/null +++ b/i18n/esn/src/vs/workbench/contrib/git/git.contribution.i18n.json @@ -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. +{ + "git": "Git", + "toggleGitViewlet": "Mostrar viewlet de 'Git'" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/contrib/git/gitOperations.i18n.json b/i18n/esn/src/vs/workbench/contrib/git/gitOperations.i18n.json new file mode 100644 index 00000000000..8085f6c33b5 --- /dev/null +++ b/i18n/esn/src/vs/workbench/contrib/git/gitOperations.i18n.json @@ -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. +{ + "failParse": "Error al analizar la respuesta del servicio de git: {0}", + "gitError": "Error del servicio de git" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/contrib/git/gitWidgets.i18n.json b/i18n/esn/src/vs/workbench/contrib/git/gitWidgets.i18n.json new file mode 100644 index 00000000000..3f0d35debeb --- /dev/null +++ b/i18n/esn/src/vs/workbench/contrib/git/gitWidgets.i18n.json @@ -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. +{ + "Branches": "Ramas", + "currentlyDetached": "Actualmente el modo HEAD desasociado está activo en '{0}'." +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/contrib/git/gitWorkbenchContributions.i18n.json b/i18n/esn/src/vs/workbench/contrib/git/gitWorkbenchContributions.i18n.json new file mode 100644 index 00000000000..7cd39b73cb4 --- /dev/null +++ b/i18n/esn/src/vs/workbench/contrib/git/gitWorkbenchContributions.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "credentialsRequest": "Se necesitan las credenciales", + "gitPendingChangesBadge": "{0} cambios pendientes", + "gitProgressBadge": "Estado de Git en ejecución", + "pendingOperation": "Hay una operación git pendiente que solicita credenciales. Introduzca sus credenciales o cancele la operación." +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/contrib/git/views/empty/emptyView.i18n.json b/i18n/esn/src/vs/workbench/contrib/git/views/empty/emptyView.i18n.json new file mode 100644 index 00000000000..3073098e5c2 --- /dev/null +++ b/i18n/esn/src/vs/workbench/contrib/git/views/empty/emptyView.i18n.json @@ -0,0 +1,18 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "cantclone": "No se puede clonar el repositorio de Git en un área de trabajo que no está vacía.", + "close": "Cerrar", + "gitRepoURL": "Dirección URL del repositorio", + "gitclone": "Clonar desde una dirección URL de Git", + "gitinit": "Inicializar repositorio de Git", + "noGit": "Esta área de trabajo aún no se encuentra bajo el control de código fuente de Git.", + "noRepositories": "No se encuentran repositorios de Git en la cuenta de VS Online.", + "reconnect": "Volver a conectar", + "repoFromProject": "{0} (de {1})", + "tfsConnect": "Conectar a Visual Studio Online", + "vsoClone": "Clonar a partir de un repositorio de VS Online" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/contrib/output/output.contribution.i18n.json b/i18n/esn/src/vs/workbench/contrib/output/output.contribution.i18n.json new file mode 100644 index 00000000000..24fa34b836d --- /dev/null +++ b/i18n/esn/src/vs/workbench/contrib/output/output.contribution.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "runConfigurationDescription": "Se usa para configurar el comportamiento de la ejecución.", + "runConfigurationTitle": "Configuración de ejecución", + "suffixDescription": "Sufijo que se agrega a la dirección URL al presionar Ejecutar." +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/contrib/output/output.i18n.json b/i18n/esn/src/vs/workbench/contrib/output/output.i18n.json new file mode 100644 index 00000000000..b68c4ace39b --- /dev/null +++ b/i18n/esn/src/vs/workbench/contrib/output/output.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "output": "Salida", + "outputFinaleBad": "[info] Si no ve la salida, asegúrese de que la aplicación está configurada correctamente para enviar la salida\n", + "outputFinaleGood1": "[info] Se han habilitado los registros en su aplicación", + "outputFinaleGood2": "[info] El nivel de registro es '{0}'. Para cambiarlo, configure la aplicación desde {1}\n", + "outputFinaleGood3": "[info] El nivel de registro es '{0}'.\n", + "outputInfo": "[info] La salida aparecerá aquí desde la aplicación que se está ejecutando en {0}", + "outputRunner": "desde {0}" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/contrib/output/outputActions.contribution.i18n.json b/i18n/esn/src/vs/workbench/contrib/output/outputActions.contribution.i18n.json new file mode 100644 index 00000000000..99f68bdeef7 --- /dev/null +++ b/i18n/esn/src/vs/workbench/contrib/output/outputActions.contribution.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "clearOutput.label": "Borrar salida", + "output.show": "Mostrar salida...", + "run": "Ejecutar" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/contrib/terminal/inPlaceCredentialsHelper.i18n.json b/i18n/esn/src/vs/workbench/contrib/terminal/inPlaceCredentialsHelper.i18n.json new file mode 100644 index 00000000000..7a6271c720d --- /dev/null +++ b/i18n/esn/src/vs/workbench/contrib/terminal/inPlaceCredentialsHelper.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "label.password": "Contraseña:", + "label.rememberMe": "Recordatorio:", + "label.username": "Nombre de usuario:", + "placeholder.helpMessage": "Especifique las credenciales de <strong>{0}</strong><br/>\" + \"Presione <span class=\"shortcut\">{1}</span> para \" + \"<span class=\"action save\">confirmar</span> o \" + \"<span class=\"shortcut\">{2}</span> para \" + \"<span class=\"action cancel\">cancelar.</span>", + "rememberDisclaimerFullAccessibleText": "Recuerde las credenciales. Al guardar la contraseña, esta información se almacena en su sitio web de Azure. Esto significa que cualquier persona con acceso de FTP al sitio web podrá recuperar la contraseña.", + "rememberDisclaimerTooltip": "Al guardar la contraseña, esta información se almacena en su sitio web de Azure. Esto significa que cualquier persona con acceso de FTP a su sitio web podrá recuperar la contraseña." +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/contrib/terminal/inPlaceTerminalEditor.i18n.json b/i18n/esn/src/vs/workbench/contrib/terminal/inPlaceTerminalEditor.i18n.json new file mode 100644 index 00000000000..025b280a664 --- /dev/null +++ b/i18n/esn/src/vs/workbench/contrib/terminal/inPlaceTerminalEditor.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "placeholder.helpMessage": "Se encuentra en un editor en contexto. Presione \" + \"<span class=\"shortcut\">{0}</span> para \" + \"<span class=\"action save\">guardarlo</span> o \" + \"<span class=\"shortcut\">{1}</span> para \" + \"<span class=\"action cancel\">cancelar.</span>" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/contrib/terminal/terminalActions.contribution.i18n.json b/i18n/esn/src/vs/workbench/contrib/terminal/terminalActions.contribution.i18n.json new file mode 100644 index 00000000000..70c68760eea --- /dev/null +++ b/i18n/esn/src/vs/workbench/contrib/terminal/terminalActions.contribution.i18n.json @@ -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. +{ + "clearConsole.label": "Borrar consola", + "globalConsoleAction": "Abrir consola" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/contrib/terminal/terminalActions.i18n.json b/i18n/esn/src/vs/workbench/contrib/terminal/terminalActions.i18n.json new file mode 100644 index 00000000000..9500ee50762 --- /dev/null +++ b/i18n/esn/src/vs/workbench/contrib/terminal/terminalActions.i18n.json @@ -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. +{ + "consoleErrorBadge": "Error de la consola", + "consoleProgressBadge": "Comando en curso", + "extractAll": "Extraer todo", + "globalConsoleAction": "Abrir consola", + "openNewConsole": "Abrir consola nueva", + "runFromConsole": "Ejecutar desde consola", + "switchToConsole": "{0} {1}", + "switchToConsole.label": "Cambiar a la consola" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/contrib/terminal/terminalEditor.i18n.json b/i18n/esn/src/vs/workbench/contrib/terminal/terminalEditor.i18n.json new file mode 100644 index 00000000000..d6f897ec7fc --- /dev/null +++ b/i18n/esn/src/vs/workbench/contrib/terminal/terminalEditor.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "clearConsole": "Borrar consola", + "console": "Consola", + "terminalCancelInfo": "Deteniendo el comando que se encuentra en ejecución...", + "terminalHelp": "Bienvenido a la consola de Visual Studio Online Monaco.\nEscriba '{0}' para ver una lista de los comandos disponibles o presione '{1}' para obtener ayuda. Escriba '{2}' para cerrar una consola." +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/contrib/terminal/terminalInput.i18n.json b/i18n/esn/src/vs/workbench/contrib/terminal/terminalInput.i18n.json new file mode 100644 index 00000000000..f472a275097 --- /dev/null +++ b/i18n/esn/src/vs/workbench/contrib/terminal/terminalInput.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "terminalInputDescription": "{0} - {1}", + "terminalInputDescriptionRunning": "{0} - {1} (en ejecución...)", + "terminalInputName": "Consola", + "welcome": "Bienvenido" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/contrib/terminal/terminalModel.i18n.json b/i18n/esn/src/vs/workbench/contrib/terminal/terminalModel.i18n.json new file mode 100644 index 00000000000..21c27b0c17a --- /dev/null +++ b/i18n/esn/src/vs/workbench/contrib/terminal/terminalModel.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "socketDisconnectText": "\nError: el comando ya no muestra la salida porque se perdió la conexión con el servidor. O bien se interrumpió la conexión a Internet o bien el servidor se ha reiniciado." +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/contrib/terminal/terminalWorkbenchContribution.i18n.json b/i18n/esn/src/vs/workbench/contrib/terminal/terminalWorkbenchContribution.i18n.json new file mode 100644 index 00000000000..8a30159678c --- /dev/null +++ b/i18n/esn/src/vs/workbench/contrib/terminal/terminalWorkbenchContribution.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "dashboard": "Panel", + "explore": "Explorar", + "runningProcessesInfo": "Hay al menos un comando en ejecución. Vuelva a la consola y detenga todos los comandos en ejecución. De lo contrario, los comandos seguirán ejecutándose en segundo plano.", + "setupError": "Hubo un problema al crear el área de trabajo. Elimínela del panel e inténtelo de nuevo.", + "setupInfoFinish": "Se ha creado el área de trabajo.", + "setupInfoStart": "Se está creando el área de trabajo. Por favor, espere hasta que se complete la operación." +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/contrib/terminal/terminalWorker.i18n.json b/i18n/esn/src/vs/workbench/contrib/terminal/terminalWorker.i18n.json new file mode 100644 index 00000000000..45597620d38 --- /dev/null +++ b/i18n/esn/src/vs/workbench/contrib/terminal/terminalWorker.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "clearCommand": "Borrar salida del terminal", + "clsCommand": "Borrar salida del terminal", + "exitCommand": "Cerrar terminal" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/contrib/testing/coverage/coverageActions.i18n.json b/i18n/esn/src/vs/workbench/contrib/testing/coverage/coverageActions.i18n.json new file mode 100644 index 00000000000..a0ef846bf72 --- /dev/null +++ b/i18n/esn/src/vs/workbench/contrib/testing/coverage/coverageActions.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "refresh": "Actualizar" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/contrib/testing/test.contribution.i18n.json b/i18n/esn/src/vs/workbench/contrib/testing/test.contribution.i18n.json new file mode 100644 index 00000000000..e54e3ea4f9d --- /dev/null +++ b/i18n/esn/src/vs/workbench/contrib/testing/test.contribution.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "coveargeName": "Comprobar cobertura", + "enabled": "Si las pruebas deben o no ejecutarse automáticamente.", + "name": "Prueba", + "testConfigurationDescription": "Se usa para configurar el viewlet de las pruebas.", + "testConfigurationTitle": "Configuración de pruebas", + "testPage": "Dirección URL relativa de la página que ejecuta las pruebas." +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/contrib/testing/testActions.i18n.json b/i18n/esn/src/vs/workbench/contrib/testing/testActions.i18n.json new file mode 100644 index 00000000000..be6a241413f --- /dev/null +++ b/i18n/esn/src/vs/workbench/contrib/testing/testActions.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "runLocalTests.label": "Ejecutar localmente", + "runTestsNow.label": "Ejecutar pruebas", + "showCoverage.label": "Mostrar coberturas" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/contrib/testing/testModel.i18n.json b/i18n/esn/src/vs/workbench/contrib/testing/testModel.i18n.json new file mode 100644 index 00000000000..a3a24022a45 --- /dev/null +++ b/i18n/esn/src/vs/workbench/contrib/testing/testModel.i18n.json @@ -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. +{ + "allTestsPass": "{0} pruebas superan ({1} aserciones).", + "failedAssertion.actualExpected": "Real: '{0}', Previsto: '{1}'", + "failedAssertion.generalFailure": "Error en aserción", + "someTestsPass": "{0}/{1} pruebas superadas.", + "testResultsUnknow": "Desconocido", + "testRunFailure": "Error al ejecutar las pruebas. Motivo: {0}", + "testTimeout": "Se agotó el tiempo de espera de ejecución de las pruebas.", + "unknownError": "Error desconocido al ejecutar las pruebas." +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/contrib/testing/testViewlet.i18n.json b/i18n/esn/src/vs/workbench/contrib/testing/testViewlet.i18n.json new file mode 100644 index 00000000000..840a4258f20 --- /dev/null +++ b/i18n/esn/src/vs/workbench/contrib/testing/testViewlet.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "backendError": "Error de ejecutor", + "backendExecuteError": "Error al ejecutar la dirección URL del ejecutor: {0}; {1}", + "configDisabled": "Pruebas deshabilitadas por configuración", + "noConfig": "No hay ninguna configuración de pruebas", + "noTestsRun": "Aún no se ejecutó ninguna prueba.", + "testFilter": "Filtro de pruebas" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/contrib/testing/testWorkbenchContributions.i18n.json b/i18n/esn/src/vs/workbench/contrib/testing/testWorkbenchContributions.i18n.json new file mode 100644 index 00000000000..5f9c6d735eb --- /dev/null +++ b/i18n/esn/src/vs/workbench/contrib/testing/testWorkbenchContributions.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "testsErrorsBadge": "Errores con el agente de prueba", + "testsFailedBadge": "{0} pruebas con errores", + "testsNotConfiguredBade": "El agente de prueba no está configurado", + "testsPassedBadge": "Se superaron todas las pruebas", + "testsProgressBadge": "Ejecutando pruebas", + "testsStaleBadge": "Los resultados de las pruebas están obsoletos", + "testsStaleFailedBadge": "{0} pruebas con errores" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/contrib/vsconnect/vsconnectActions.i18n.json b/i18n/esn/src/vs/workbench/contrib/vsconnect/vsconnectActions.i18n.json new file mode 100644 index 00000000000..81f80c72e01 --- /dev/null +++ b/i18n/esn/src/vs/workbench/contrib/vsconnect/vsconnectActions.i18n.json @@ -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. +{ + "openInVisualStudio": "Abrir en Visual Studio", + "openInVsNotImplemented": "Actualmente no se puede abrir en Visual Studio." +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/contrib/zumo/zumoActions.i18n.json b/i18n/esn/src/vs/workbench/contrib/zumo/zumoActions.i18n.json new file mode 100644 index 00000000000..4a992a17b1a --- /dev/null +++ b/i18n/esn/src/vs/workbench/contrib/zumo/zumoActions.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "browseTable": "Explorar tabla", + "createScripts": "Crear scripts de tabla", + "newApi": "API nueva", + "newJob": "Tarea nueva", + "newTable": "Tabla nueva", + "runJob": "Ejecutar tarea", + "showOutput": "Mostrar salida" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/electron-browser/actions.i18n.json b/i18n/esn/src/vs/workbench/electron-browser/actions.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/workbench/electron-browser/actions.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/electron-browser/crashReporter.i18n.json b/i18n/esn/src/vs/workbench/electron-browser/crashReporter.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/workbench/electron-browser/crashReporter.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/electron-browser/darwin/cli.contribution.i18n.json b/i18n/esn/src/vs/workbench/electron-browser/darwin/cli.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/workbench/electron-browser/darwin/cli.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/electron-browser/integration.i18n.json b/i18n/esn/src/vs/workbench/electron-browser/integration.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/workbench/electron-browser/integration.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/electron-browser/main.contribution.i18n.json b/i18n/esn/src/vs/workbench/electron-browser/main.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/workbench/electron-browser/main.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/electron-browser/shell.i18n.json b/i18n/esn/src/vs/workbench/electron-browser/shell.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/workbench/electron-browser/shell.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/electron-browser/update.i18n.json b/i18n/esn/src/vs/workbench/electron-browser/update.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/workbench/electron-browser/update.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/electron-main/main.i18n.json b/i18n/esn/src/vs/workbench/electron-main/main.i18n.json new file mode 100644 index 00000000000..ca1f5b199d4 --- /dev/null +++ b/i18n/esn/src/vs/workbench/electron-main/main.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "newWindow": "Nueva ventana" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/electron-main/menus.i18n.json b/i18n/esn/src/vs/workbench/electron-main/menus.i18n.json new file mode 100644 index 00000000000..27b83281b0c --- /dev/null +++ b/i18n/esn/src/vs/workbench/electron-main/menus.i18n.json @@ -0,0 +1,89 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "aboutDetail": "\nVersión: {0}\nConfirmación: {1}\nFecha: {2}\nShell: {3}\nRepresentador: {4}\nNodo: {5}", + "mAbout": "Acerca de {0}", + "mBringToFront": "Traer todo al frente", + "mClose": "Cerrar", + "mEdit": "&&Editar", + "mFile": "&&Archivo", + "mGoto": "&&Ir a", + "mHelp": "&&Ayuda", + "mHide": "Ocultar {0}", + "mHideOthers": "Ocultar otros", + "mMinimize": "Minimizar", + "mShowAll": "Mostrar todo", + "mView": "&&Ver", + "mWindow": "Ventana", + "miAbout": "&&Sobre", + "miAutoSave": "Autoguardar", + "miBack": "&&Atrás", + "miCheckForUpdates": "Buscar actualizaciones...", + "miCheckingForUpdates": "Buscando actualizaciones...", + "miClearItems": "&&Borrar elementos", + "miCloseEditor": "Cerrar &&editor", + "miCloseFolder": "Cerrar &&carpeta", + "miCloseWindow": "Cerrar &&ventana", + "miCommandPalette": "&&Paleta de comandos...", + "miCopy": "C&&opiar", + "miCut": "&&Cortar", + "miDarkTheme": "&&Tema oscuro", + "miDocumentation": "&&Documentación", + "miExit": "S&&alir", + "miFind": "&&Buscar", + "miFindInFiles": "Buscar &&en archivos", + "miForward": "&&Avance", + "miGotoDefinition": "Ir a &&definición", + "miGotoFile": "Ir a &&archivo...", + "miGotoLine": "Ir a lí&&nea...", + "miGotoSymbol": "Ir a &&símbolo...", + "miHighTheme": "&&Tema de contraste alto", + "miInstallingUpdate": "Instalando actualización...", + "miLastCheckedAt": "Última comprobación: {0}", + "miLicense": "&&Ver licencia", + "miLightTheme": "&&Tema claro", + "miMarker": "&&Errores y advertencias...", + "miMoveSidebar": "&&Mover barra lateral", + "miNavigateHistory": "&&Explorar historial", + "miNewFile": "&&Nuevo archivo", + "miNewWindow": "&&Nueva ventana", + "miOpen": "&&Abrir...", + "miOpenFile": "&&Abrir archivo...", + "miOpenFolder": "Abrir &&carpeta...", + "miOpenKeymap": "&&Métodos abreviados de teclado", + "miOpenRecent": "Abrir &&reciente", + "miOpenSettings": "&&Configuración de usuario", + "miOpenSnippets": "&&Fragmentos del usuario", + "miOpenWorkspaceSettings": "&&Configuración del área de trabajo", + "miPaste": "&&Pegar", + "miPreferences": "&&Preferencias", + "miPrivacyStatement": "&&Declaración de privacidad", + "miQuit": "Salir de {0}", + "miRedo": "&&Rehacer", + "miReleaseNotes": "&&Notas de la versión", + "miReplace": "&&Reemplazar", + "miReportIssues": "&&Notificar problemas", + "miRestartToUpdate": "Reiniciar para actualizar...", + "miRevert": "Revertir archivo", + "miSave": "&&Guardar", + "miSaveAll": "Guardar &&todo", + "miSaveAs": "Guardar como...", + "miSelectAll": "&&Seleccionar todo", + "miShowWelcome": "&&Mostrar bienvenida", + "miSplitEditor": "Dividir &&editor", + "miTheme": "&&Tema", + "miToggleDevTools": "&&Alternar herramientas de desarrollo", + "miToggleFullScreen": "Alternar &&pantalla completa", + "miToggleOutput": "Alternar &&salida", + "miToggleSidebar": "&&Alternar barra lateral", + "miTwitter": "&&Síganos en Twitter", + "miUndo": "&&Deshacer", + "miUpdatesNotAvailable": "No hay actualizaciones disponibles", + "miUserVoice": "&&Solicitar características", + "miZoomIn": "&&Ampliar", + "miZoomOut": "Redu&&cir", + "okButton": "Aceptar" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/electron-main/windows.i18n.json b/i18n/esn/src/vs/workbench/electron-main/windows.i18n.json new file mode 100644 index 00000000000..824fe443dfd --- /dev/null +++ b/i18n/esn/src/vs/workbench/electron-main/windows.i18n.json @@ -0,0 +1,16 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "appCrashed": "{0} se bloqueó", + "appCrashedDetail": "Sentimos las molestias. Reinicie {0}.", + "appStalled": "{0} no responde", + "appStalledDetail": "¿Le gustaría salir de {0} o simplemente seguir esperando?", + "exit": "Salir", + "ok": "Aceptar", + "pathNotExistDetail": "Parece que la ruta '{0}' ya no existe en el disco.", + "pathNotExistTitle": "La ruta no existe", + "wait": "Siga esperando" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/facade.i18n.json b/i18n/esn/src/vs/workbench/facade.i18n.json new file mode 100644 index 00000000000..0186bf60d2d --- /dev/null +++ b/i18n/esn/src/vs/workbench/facade.i18n.json @@ -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. +{ + "prefixWorkspaceTitle": "{0} - {1} - {2}", + "workspaceTitle": "{0} - {1}" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/node/extensionHostMain.i18n.json b/i18n/esn/src/vs/workbench/node/extensionHostMain.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/workbench/node/extensionHostMain.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/node/pluginHostMain.i18n.json b/i18n/esn/src/vs/workbench/node/pluginHostMain.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/workbench/node/pluginHostMain.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/emmet/node/emmet.contribution.i18n.json b/i18n/esn/src/vs/workbench/parts/emmet/node/emmet.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/emmet/node/emmet.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/errorList/browser/errorList.contribution.i18n.json b/i18n/esn/src/vs/workbench/parts/errorList/browser/errorList.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/errorList/browser/errorList.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/execution/electron-browser/executionService.i18n.json b/i18n/esn/src/vs/workbench/parts/execution/electron-browser/executionService.i18n.json new file mode 100644 index 00000000000..5eba71b8fee --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/execution/electron-browser/executionService.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "linux.wait": "Presione cualquier tecla para continuar..." +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json b/i18n/esn/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json new file mode 100644 index 00000000000..7631ff6ac2c --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "console": "Consola" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/extensions/electron-browser/extensions.contribution.i18n.json b/i18n/esn/src/vs/workbench/parts/extensions/electron-browser/extensions.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/extensions/electron-browser/extensions.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/extensions/electron-browser/extensionsActions.i18n.json b/i18n/esn/src/vs/workbench/parts/extensions/electron-browser/extensionsActions.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/extensions/electron-browser/extensionsActions.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/extensions/electron-browser/extensionsAssistant.i18n.json b/i18n/esn/src/vs/workbench/parts/extensions/electron-browser/extensionsAssistant.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/extensions/electron-browser/extensionsAssistant.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/extensions/electron-browser/extensionsQuickOpen.i18n.json b/i18n/esn/src/vs/workbench/parts/extensions/electron-browser/extensionsQuickOpen.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/extensions/electron-browser/extensionsQuickOpen.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/extensions/electron-browser/extensionsWidgets.i18n.json b/i18n/esn/src/vs/workbench/parts/extensions/electron-browser/extensionsWidgets.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/extensions/electron-browser/extensionsWidgets.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/extensions/electron-browser/extensionsWorkbenchExtension.i18n.json b/i18n/esn/src/vs/workbench/parts/extensions/electron-browser/extensionsWorkbenchExtension.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/extensions/electron-browser/extensionsWorkbenchExtension.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/extensions/node/extensionsService.i18n.json b/i18n/esn/src/vs/workbench/parts/extensions/node/extensionsService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/extensions/node/extensionsService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/feedback/browser/feedback.i18n.json b/i18n/esn/src/vs/workbench/parts/feedback/browser/feedback.i18n.json new file mode 100644 index 00000000000..a4f807da7be --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/feedback/browser/feedback.i18n.json @@ -0,0 +1,20 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "PrivacyText": "Su privacidad es importante para nosotros", + "aliasFullAccessibleText": "Agregue la dirección de correo electrónico. De este modo, si tuviéramos alguna pregunta en relación con sus comentarios, podremos ponernos en contacto con usted.", + "aliasHeader": "Agregar dirección de correo electrónico", + "aliasTooltip": "Si incluye su dirección de correo electrónico, podremos ponernos en contacto con usted en relación con sus comentarios si tenemos alguna consulta que hacerle.", + "commentsHeader": "Comentarios", + "feedbackSending": "Enviando...", + "feedbackSendingError": "Intentar de nuevo", + "feedbackSent": "Gracias :)", + "frownCaption": "Triste", + "send": "Enviar", + "send us your feedback": "Envíenos sus comentarios", + "sentiment": "¿Cómo fue su experiencia?", + "smileCaption": "Feliz" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/files/browser/editors/binaryFileEditor.i18n.json b/i18n/esn/src/vs/workbench/parts/files/browser/editors/binaryFileEditor.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/files/browser/editors/binaryFileEditor.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/files/browser/editors/fileEditorInput.i18n.json b/i18n/esn/src/vs/workbench/parts/files/browser/editors/fileEditorInput.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/files/browser/editors/fileEditorInput.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/files/browser/editors/textFileEditor.i18n.json b/i18n/esn/src/vs/workbench/parts/files/browser/editors/textFileEditor.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/files/browser/editors/textFileEditor.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/files/browser/fileActions.contribution.i18n.json b/i18n/esn/src/vs/workbench/parts/files/browser/fileActions.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/files/browser/fileActions.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/files/browser/fileActions.i18n.json b/i18n/esn/src/vs/workbench/parts/files/browser/fileActions.i18n.json new file mode 100644 index 00000000000..5c1e1558a09 --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/files/browser/fileActions.i18n.json @@ -0,0 +1,45 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "cancel": "Cancelar", + "collapse": "Contraer", + "compareFiles": "Comparar archivos", + "compareInputDescription": "{0} - en comparación con {1}", + "compareSource": "Seleccionar para comparar", + "compareWith": "Comparar con '{0}'", + "confirmDeleteMessageFile": "¿Está seguro de que desea eliminar '{0}' de forma permanente?", + "confirmDeleteMessageFolder": "¿Está seguro de que desea eliminar '{0}' y su contenido de forma permanente?", + "confirmMoveTrashMessageFile": "¿Está seguro de que desea eliminar '{0}'?", + "confirmMoveTrashMessageFolder": "¿Está seguro de que desea eliminar '{0}' y su contenido?", + "confirmOverwrite": "Ya existe un archivo con el mismo nombre en la carpeta de destino. ¿Desea reemplazarlo?", + "copyFile": "Copiar", + "createNewFile": "Nuevo archivo", + "createNewFolder": "Nueva carpeta", + "delete": "Eliminar", + "disableJavaScript": "Deshabilitar JavaScript", + "downloadWorkspace": "Descargar área de trabajo", + "duplicateFile": "Duplicado", + "emptyFileNameError": "Debe especificarse un nombre de archivo o carpeta.", + "enableJavaScript": "Habilitar JavaScript", + "fileNameExistsError": "Ya existe el archivo o carpeta **{0}** en esta ubicación. Elija un nombre diferente.", + "filePathTooLongError": "El nombre **{0}** da como resultado una ruta de acceso demasiado larga. Elija un nombre más corto.", + "invalidFileNameError": "El nombre **{0}** contiene caracteres que no son válidos para el archivo o la carpeta. Elija un nombre diferente.", + "invalidVSCFileName": "El nombre del archivo o de la carpeta **{0}** está reservado y no se puede usar. Seleccione un nombre diferente.", + "newFile": "Nuevo archivo", + "newFolder": "Nueva carpeta", + "openDerivedResource": "Abrir recurso derivado", + "openPreview": "Abrir vista previa", + "openToSide": "Abrir en el lateral", + "pasteFile": "Pegar", + "refresh": "Actualizar", + "reload": "Recargar", + "rename": "Cambiar nombre", + "retry": "Reintentar", + "saveAll": "Guardar todos los archivos modificados", + "uploadFiles": "Cargar archivos", + "viewSource": "Ver origen", + "warningFileDirty": "El archivo '{0}' se está guardando. Vuelva a intentarlo más tarde." +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/files/browser/fileTracker.i18n.json b/i18n/esn/src/vs/workbench/parts/files/browser/fileTracker.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/files/browser/fileTracker.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/files/browser/files.contribution.i18n.json b/i18n/esn/src/vs/workbench/parts/files/browser/files.contribution.i18n.json new file mode 100644 index 00000000000..b98208fb32d --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/files/browser/files.contribution.i18n.json @@ -0,0 +1,21 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "binaryFileEditor": "Editor de archivos binarios", + "dynamicHeight": "Controla si la altura de la sección de los archivos de trabajo debería adaptarse o no de forma dinámica al número de elementos.", + "encoding": "La codificación del juego de caracteres predeterminada que debe utilizarse al leer y escribir archivos.", + "exclude": "Configurar patrones globales para excluir archivos y carpetas.", + "explore": "Explorar", + "explorerConfigurationTitle": "Configuración del Explorador de archivos", + "files.exclude.boolean": "El patrón global con el que se harán coincidir las rutas de los archivos. Establézcalo en verdadero o falso para habilitarlo o deshabilitarlo.", + "files.exclude.when": "Comprobación adicional de los elementos del mismo nivel de un archivo coincidente. Utilice $(nombreBase) como variable para el nombre del archivo que coincide.", + "filesConfigurationTitle": "Configuración de los archivos", + "maxVisible": "Número máximo de archivos de trabajo que se mostrarán antes de que aparezcan las barras de desplazamiento.", + "showExplorerViewlet": "Mostrar explorador", + "textFileEditor": "Editor de archivos de texto", + "trimTrailingWhitespace": "Si está habilitado, se recortará el espacio final cuando guarde un archivo.", + "view": "Ver" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/files/browser/saveErrorHandler.i18n.json b/i18n/esn/src/vs/workbench/parts/files/browser/saveErrorHandler.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/files/browser/saveErrorHandler.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/files/browser/views/emptyView.i18n.json b/i18n/esn/src/vs/workbench/parts/files/browser/views/emptyView.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/files/browser/views/emptyView.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/files/browser/views/explorerView.i18n.json b/i18n/esn/src/vs/workbench/parts/files/browser/views/explorerView.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/files/browser/views/explorerView.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/files/browser/views/explorerViewer.i18n.json b/i18n/esn/src/vs/workbench/parts/files/browser/views/explorerViewer.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/files/browser/views/explorerViewer.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/files/browser/views/workingFilesView.i18n.json b/i18n/esn/src/vs/workbench/parts/files/browser/views/workingFilesView.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/files/browser/views/workingFilesView.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/files/browser/views/workingFilesViewer.i18n.json b/i18n/esn/src/vs/workbench/parts/files/browser/views/workingFilesViewer.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/files/browser/views/workingFilesViewer.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/files/browser/workingFilesPicker.i18n.json b/i18n/esn/src/vs/workbench/parts/files/browser/workingFilesPicker.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/files/browser/workingFilesPicker.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/files/common/editors/textFileEditorModel.i18n.json b/i18n/esn/src/vs/workbench/parts/files/common/editors/textFileEditorModel.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/files/common/editors/textFileEditorModel.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/files/electron-browser/electronFileActions.i18n.json b/i18n/esn/src/vs/workbench/parts/files/electron-browser/electronFileActions.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/files/electron-browser/electronFileActions.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/files/electron-browser/files.electron.contribution.i18n.json b/i18n/esn/src/vs/workbench/parts/files/electron-browser/files.electron.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/files/electron-browser/files.electron.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/files/electron-browser/textFileServices.i18n.json b/i18n/esn/src/vs/workbench/parts/files/electron-browser/textFileServices.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/files/electron-browser/textFileServices.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/git/browser/gitActionItems.i18n.json b/i18n/esn/src/vs/workbench/parts/git/browser/gitActionItems.i18n.json new file mode 100644 index 00000000000..8537251e834 --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/git/browser/gitActionItems.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "createNewBranch": "Crear nueva rama", + "dupeBranchName": "Este nombre de bifurcación ya existe.", + "invalidBranchName": "Nombre de bifurcación no válido." +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/git/browser/gitActions.contribution.i18n.json b/i18n/esn/src/vs/workbench/parts/git/browser/gitActions.contribution.i18n.json new file mode 100644 index 00000000000..db6119b34f3 --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/git/browser/gitActions.contribution.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "openInEditor": "Cambiar a la vista de editor", + "stageSelectedLines": "Almacenar provisionalmente las líneas seleccionadas", + "switchToChangesView": "Cambiar a la vista de cambios" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/git/browser/gitActions.i18n.json b/i18n/esn/src/vs/workbench/parts/git/browser/gitActions.i18n.json new file mode 100644 index 00000000000..ca9d02dee4a --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/git/browser/gitActions.i18n.json @@ -0,0 +1,42 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "amendCommit": "Corregir confirmación anterior", + "branch": "Bifurcación", + "clone": "Clonar", + "commitAll": "Confirmar todo", + "commitAll2": "Confirmar todo", + "commitStaged": "Confirmar elementos almacenados provisionalmente", + "commitStaged2": "Confirmar elementos almacenados provisionalmente", + "confirmUndo": "¿Está seguro de que desea deshacer los cambios de '{0}'?", + "confirmUndoAllMultiple": "Hay cambios que no se almacenaron provisionalmente en {0} archivos.", + "confirmUndoAllOne": "Hay cambios que no se almacenaron provisionalmente en {0} archivo.", + "confirmUndoMessage": "¿Está seguro de que desea deshacer todos los cambios?", + "currentBranch": "La rama actual '{0}' está actualizada.", + "currentBranchPlural": "La rama actual '{0}' se encuentra {1} confirmaciones por detrás y {2} confirmaciones por delante de '{3}'.", + "currentBranchPluralSingle": "La rama actual '{0}' se encuentra {1} confirmaciones por detrás y {2} confirmación por delante de '{3}'.", + "currentBranchSingle": "La rama actual '{0}' se encuentra {1} confirmación por detrás y {2} confirmación por delante de '{3}'.", + "currentBranchSinglePlural": "La rama actual '{0}' se encuentra {1} confirmación por detrás y {2} confirmaciones por delante de '{3}'.", + "currentlyDetached": "No se puede sincronizar en modo separado.", + "dirtyChanges": "Confirme, deshaga o guarde temporalmente los cambios antes de sincronizar.", + "dirtyTreeCheckout": "No se puede finalizar. Primero confirme la tarea o haga una copia intermedia de ella.", + "dirtyTreePull": "No se puede extraer. Primero confirme la tarea o haga una copia intermedia de ella.", + "init": "Iniciar", + "noUpstream": "La rama actual '{0}' no tiene configurada ninguna rama de nivel superior.", + "openChange": "Abrir cambio", + "openFile": "Abrir archivo", + "pull": "Extraer", + "push": "Insertar", + "refresh": "Actualizar", + "stageAllChanges": "Almacenar todo provisionalmente", + "stageChanges": "Almacenar provisionalmente", + "sync": "Sincronizar", + "synchronizing": "Sincronizando...", + "undoAllChanges": "Deshacer todo", + "undoChanges": "Deshacer", + "unstage": "Cancelar almacenamiento provisional", + "unstageAllChanges": "Cancelar almacenamiento provisional de todo" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/git/browser/gitQuickOpen.i18n.json b/i18n/esn/src/vs/workbench/parts/git/browser/gitQuickOpen.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/git/browser/gitQuickOpen.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/git/browser/gitServices.i18n.json b/i18n/esn/src/vs/workbench/parts/git/browser/gitServices.i18n.json new file mode 100644 index 00000000000..f2e3d18d87c --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/git/browser/gitServices.i18n.json @@ -0,0 +1,21 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "badConfigFile": "Git {0}", + "cancel": "Cancelar", + "cantOpen": "No se puede abrir este recurso de Git.", + "cantOpenResource": "No se puede abrir este recurso de Git.", + "changesFromIndex": "{0} - Cambios del índice", + "changesFromTree": "{0} - Cambios de {1}", + "checkConsole": "Se produjo un problema al ejecutar una operación git. Use la consola para comprobar el estado del repositorio.", + "checkNativeConsole": "Se ha producido un problema al ejecutar la operación git. Use una consola para comprobar el estado del repositorio.", + "configureUsernameEmail": "Configure su nombre de usuario y su correo electrónico.", + "gitIndexChanges": "{0} - Cambios del índice", + "gitMergeChanges": "{0} - Combinar cambios", + "openConsole": "Abrir consola", + "unmergedChanges": "Debe resolver los cambios sin combinar antes de confirmar sus cambios.", + "workingTreeChanges": "{0} - Cambios del árbol de trabajo" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/git/browser/gitWidgets.i18n.json b/i18n/esn/src/vs/workbench/parts/git/browser/gitWidgets.i18n.json new file mode 100644 index 00000000000..f96d353d42a --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/git/browser/gitWidgets.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "gitNotEnabled": "Git no está habilitado en esta área de trabajo." +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/git/browser/gitWorkbenchContributions.i18n.json b/i18n/esn/src/vs/workbench/parts/git/browser/gitWorkbenchContributions.i18n.json new file mode 100644 index 00000000000..dc1a641f6cd --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/git/browser/gitWorkbenchContributions.i18n.json @@ -0,0 +1,17 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "executeGitCommands": "Ejecutar comandos Git", + "git": "Git", + "gitAutoFetch": "Si la búsqueda automática está habilitada.", + "gitCommands": "Comandos Git", + "gitConfigurationTitle": "Configuración Git", + "gitPath": "Ruta del Git ejecutable", + "gitPendingChangesBadge": "{0} cambios pendientes", + "gitProgressBadge": "Estado del Git en ejecución", + "toggleGitViewlet": "Mostrar Git", + "view": "Ver" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/git/browser/views/changes/changesView.i18n.json b/i18n/esn/src/vs/workbench/parts/git/browser/views/changes/changesView.i18n.json new file mode 100644 index 00000000000..17fee13f520 --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/git/browser/views/changes/changesView.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "commitMessage": "Mensaje de confirmación", + "needMessage": "Especifique un mensaje de confirmación. Siempre puede presionar **{0}** para confirmar los cambios. Si hay cambios almacenados provisionalmente, solo se confirmarán dichos cambios; de lo contrario, se confirmarán todos los cambios.", + "nothingToCommit": "Cuando haya cambios para confirmar, escriba el mensaje de confirmación y presione **{0}** para confirmarlos. Si hay cambios almacenados provisionalmente, solo se confirmarán estos cambios; de lo contrario, se confirmarán todos los cambios." +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/git/browser/views/changes/changesViewer.i18n.json b/i18n/esn/src/vs/workbench/parts/git/browser/views/changes/changesViewer.i18n.json new file mode 100644 index 00000000000..144a9b80c62 --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/git/browser/views/changes/changesViewer.i18n.json @@ -0,0 +1,33 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "added-char": "A", + "allChanges": "Cambios", + "copied-char": "C", + "deleted-char": "D", + "ignored-char": "!", + "mergeChanges": "Combinar cambios", + "modified-char": "M", + "renamed-char": "R", + "stagedChanges": "Cambios almacenados provisionalmente", + "title-conflict-added-by-them": "Conflicto: agregado por ellos", + "title-conflict-added-by-us": "Conflicto: agregado por nosotros", + "title-conflict-both-added": "Conflicto: agregado por los dos", + "title-conflict-both-deleted": "Conflicto: eliminado por los dos", + "title-conflict-both-modified": "Conflicto: modificado por los dos", + "title-conflict-deleted-by-them": "Conflicto: eliminado por ellos", + "title-conflict-deleted-by-us": "Conflicto: eliminado por nosotros", + "title-deleted": "Eliminado", + "title-ignored": "Omitido", + "title-index-added": "Agregado a índice", + "title-index-copied": "Copiado en índice", + "title-index-deleted": "Eliminado de índice", + "title-index-modified": "Modificado en índice", + "title-index-renamed": "Nombre modificado en índice", + "title-modified": "Modificado", + "title-untracked": "Sin seguimiento", + "untracked-char": "A" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/git/browser/views/disabled/disabledView.i18n.json b/i18n/esn/src/vs/workbench/parts/git/browser/views/disabled/disabledView.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/git/browser/views/disabled/disabledView.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/git/browser/views/empty/emptyView.i18n.json b/i18n/esn/src/vs/workbench/parts/git/browser/views/empty/emptyView.i18n.json new file mode 100644 index 00000000000..c40de32a21f --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/git/browser/views/empty/emptyView.i18n.json @@ -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. +{ + "gitinit": "Inicializar repositorio de Git", + "noGit": "Esta área de trabajo aún no está bajo el control de código fuente de Git." +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/git/browser/views/gitless/gitlessView.i18n.json b/i18n/esn/src/vs/workbench/parts/git/browser/views/gitless/gitlessView.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/git/browser/views/gitless/gitlessView.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/git/browser/views/notroot/notrootView.i18n.json b/i18n/esn/src/vs/workbench/parts/git/browser/views/notroot/notrootView.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/git/browser/views/notroot/notrootView.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/git/browser/views/noworkspace/noworkspaceView.i18n.json b/i18n/esn/src/vs/workbench/parts/git/browser/views/noworkspace/noworkspaceView.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/git/browser/views/noworkspace/noworkspaceView.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/git/electron-main/askpassService.i18n.json b/i18n/esn/src/vs/workbench/parts/git/electron-main/askpassService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/git/electron-main/askpassService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/git/node/git.lib.i18n.json b/i18n/esn/src/vs/workbench/parts/git/node/git.lib.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/git/node/git.lib.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/html/browser/html.contribution.i18n.json b/i18n/esn/src/vs/workbench/parts/html/browser/html.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/html/browser/html.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/html/browser/htmlPreviewPart.i18n.json b/i18n/esn/src/vs/workbench/parts/html/browser/htmlPreviewPart.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/html/browser/htmlPreviewPart.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/markdown/browser/markdownActions.contribution.i18n.json b/i18n/esn/src/vs/workbench/parts/markdown/browser/markdownActions.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/markdown/browser/markdownActions.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/markdown/browser/markdownActions.i18n.json b/i18n/esn/src/vs/workbench/parts/markdown/browser/markdownActions.i18n.json new file mode 100644 index 00000000000..8ab06ff12ab --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/markdown/browser/markdownActions.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "openPreview": "Abrir vista previa" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/markdown/browser/markdownEditorInput.i18n.json b/i18n/esn/src/vs/workbench/parts/markdown/browser/markdownEditorInput.i18n.json new file mode 100644 index 00000000000..db9e290cbce --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/markdown/browser/markdownEditorInput.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "preview": "Previsualizar '{0}'" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/markdown/common/markdownEditorInput.i18n.json b/i18n/esn/src/vs/workbench/parts/markdown/common/markdownEditorInput.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/markdown/common/markdownEditorInput.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/markdown/common/markdownEditorModel.i18n.json b/i18n/esn/src/vs/workbench/parts/markdown/common/markdownEditorModel.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/markdown/common/markdownEditorModel.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/output/browser/output.contribution.i18n.json b/i18n/esn/src/vs/workbench/parts/output/browser/output.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/output/browser/output.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/output/browser/outputActions.contribution.i18n.json b/i18n/esn/src/vs/workbench/parts/output/browser/outputActions.contribution.i18n.json new file mode 100644 index 00000000000..33c70ca371d --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/output/browser/outputActions.contribution.i18n.json @@ -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. +{ + "clearOutput.label": "Borrar salida", + "viewCategory": "Ver" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/output/browser/outputActions.i18n.json b/i18n/esn/src/vs/workbench/parts/output/browser/outputActions.i18n.json new file mode 100644 index 00000000000..0ae38696020 --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/output/browser/outputActions.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "clearOutput": "Borrar salida", + "outputErrorsBadge": "Hay errores en la salida", + "run": "Ejecutar", + "showOutput": "Mostrar salida" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/output/browser/outputPanel.i18n.json b/i18n/esn/src/vs/workbench/parts/output/browser/outputPanel.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/output/browser/outputPanel.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/output/common/outputEditorInput.i18n.json b/i18n/esn/src/vs/workbench/parts/output/common/outputEditorInput.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/output/common/outputEditorInput.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/quickopen/browser/commandsHandler.i18n.json b/i18n/esn/src/vs/workbench/parts/quickopen/browser/commandsHandler.i18n.json new file mode 100644 index 00000000000..afca365a1c7 --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/quickopen/browser/commandsHandler.i18n.json @@ -0,0 +1,17 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "QuickCommandsAction.label": "Mostrar comandos del editor", + "QuickCommandsEditorAction.label": "Mostrar comandos del editor", + "actionNotEnabled": "El comando '{0}' no está habilitado en este contexto.", + "canNotRun": "El comando '{0}' no puede ejecutarse desde aquí.", + "commandsHandlerDescriptionDefault": "Mostrar y ejecutar comandos (F1)", + "commandsHandlerDescriptionIE": "Mostrar y ejecutar comandos (Alt+F1)", + "commandsHandlerDescriptionMac": "Mostrar y ejecutar comandos (Cmd+P)", + "commandsHandlerDescriptionNative": "Mostrar y ejecutar comandos (Cmd+P)", + "editorCommandsHandler": "Mostrar y ejecutar comandos del editor", + "showTriggerActions": "Mostrar todos los comandos" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/quickopen/browser/gotoLineHandler.i18n.json b/i18n/esn/src/vs/workbench/parts/quickopen/browser/gotoLineHandler.i18n.json new file mode 100644 index 00000000000..f5e7f3d9352 --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/quickopen/browser/gotoLineHandler.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "gotoLine": "Ir a la línea...", + "gotoLineDescriptionMac": "Ir a la línea (Cmd+G)", + "gotoLineDescriptionWin": "Ir a la línea (Ctrl+G)", + "gotoLineLabel": "Ir a la línea {0}", + "gotoLineLabelEmpty": "Escriba el número de línea a la cual quiera navegar.", + "gotoLineLabelEmptyWithLimit": "Escriba un número de línea comprendido entre 1 y {0} a la cual quiera navegar." +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/quickopen/browser/gotoSymbolHandler.i18n.json b/i18n/esn/src/vs/workbench/parts/quickopen/browser/gotoSymbolHandler.i18n.json new file mode 100644 index 00000000000..ee88f320ecb --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/quickopen/browser/gotoSymbolHandler.i18n.json @@ -0,0 +1,24 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "GotoSymbolEditorAction.label": "Ir al símbolo...", + "_constructor": "constructores ({0})", + "call": "llamadas ({0})", + "class": "clases ({0})", + "function": "funciones ({0})", + "gotoSymbol": "Ir al símbolo...", + "gotoSymbolDescriptionNormalMac": "Ir al símbolo (Cmd+Mayús+O, Cmd+Mayús+)", + "gotoSymbolDescriptionNormalWin": "Ir al símbolo (Ctrl+Mayús+O, Ctrl+Mayús+)", + "gotoSymbolDescriptionScoped": "Ir al símbolo por categoría", + "grouplabel": "{0} ({1})", + "interface": "interfaces ({0})", + "method": "métodos ({0})", + "modules": "módulos ({0})", + "property": "propiedades ({0})", + "symbols": "símbolos ({0})", + "variable": "variables ({0})", + "variable2": "variables ({0})" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/quickopen/browser/helpHandler.i18n.json b/i18n/esn/src/vs/workbench/parts/quickopen/browser/helpHandler.i18n.json new file mode 100644 index 00000000000..b8a082fca4a --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/quickopen/browser/helpHandler.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "editorCommands": "comandos del editor", + "globalCommands": "comandos globales", + "helpDescription": "Mostrar Ayuda" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/quickopen/browser/markersHandler.i18n.json b/i18n/esn/src/vs/workbench/parts/quickopen/browser/markersHandler.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/quickopen/browser/markersHandler.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/quickopen/browser/quickopen.contribution.i18n.json b/i18n/esn/src/vs/workbench/parts/quickopen/browser/quickopen.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/quickopen/browser/quickopen.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/search/browser/openAnythingHandler.i18n.json b/i18n/esn/src/vs/workbench/parts/search/browser/openAnythingHandler.i18n.json new file mode 100644 index 00000000000..09d7eb793ed --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/search/browser/openAnythingHandler.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "fileAndTypeResults": "resultados de archivos y símbolos" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/search/browser/openFileHandler.i18n.json b/i18n/esn/src/vs/workbench/parts/search/browser/openFileHandler.i18n.json new file mode 100644 index 00000000000..b2c7662bb39 --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/search/browser/openFileHandler.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "searchResults": "resultados de búsqueda" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/search/browser/openSymbolHandler.i18n.json b/i18n/esn/src/vs/workbench/parts/search/browser/openSymbolHandler.i18n.json new file mode 100644 index 00000000000..a5418beb6ea --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/search/browser/openSymbolHandler.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "symbols": "resultados de símbolos" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/search/browser/search.contribution.i18n.json b/i18n/esn/src/vs/workbench/parts/search/browser/search.contribution.i18n.json new file mode 100644 index 00000000000..3ac609be561 --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/search/browser/search.contribution.i18n.json @@ -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. +{ + "excludeFolders": "Carpetas que se van a excluir al realizar una búsqueda de texto completo en el área de trabajo.", + "findInFolder": "Buscar en carpeta", + "name": "Búsqueda", + "openAnythingHandlerDescriptionMac": "Abrir archivos y símbolos por nombre (Cmd+O, Cmd+)", + "openAnythingHandlerDescriptionWin": "Abrir archivos y símbolos por nombre (Ctrl+O, Ctrl+)", + "searchConfigurationDescription": "Se usa para configurar las opciones relacionadas con la búsqueda.", + "searchConfigurationTitle": "Configuración de búsqueda", + "showSearchViewlet": "Mostrar viewlet de 'Buscar'" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/search/browser/searchViewlet.i18n.json b/i18n/esn/src/vs/workbench/parts/search/browser/searchViewlet.i18n.json new file mode 100644 index 00000000000..f8f3ee14f30 --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/search/browser/searchViewlet.i18n.json @@ -0,0 +1,31 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "CollapseAllAction.label": "Contraer", + "RefreshAction.label": "Actualizar", + "RemoveAction.label": "quitar", + "SelectOrRemoveAction.removeLabel": "Quitar", + "SelectOrRemoveAction.selectLabel": "Seleccionar", + "findInFolder": "Buscar en carpeta", + "inputFileTypes": "p. ej.: *.js", + "inputFolderExclusions": "p. ej.: carpeta1, carpeta2", + "inputFolderIncludes": "p. ej.: carpeta1, carpeta2", + "label.Search": "Buscar término", + "noResults": "No se encontraron resultados", + "noResultsConfiguredExcludes": "No se encontraron resultados. La configuración actual excluye algunas carpetas.", + "noResultsExcludes": "No se encontraron resultados excluyendo las carpetas '{0}' - ", + "noResultsIncludes": "No se encontraron resultados en '{0}' - ", + "noResultsIncludesPatterns": "No se encontraron resultados en '{0}' con los nombres de archivo '{1}' - ", + "noResultsPatterns": "No se encontraron resultados con los nombres de archivo '{0}' - ", + "regexp.validationFailure": "La expresión coincide con todo", + "rerunSearch.message": "Buscar de nuevo en todos los archivos", + "searchMatch": "{0} coincidencia encontrada", + "searchMatches": "{0} coincidencias encontradas", + "searchMaxResultsWarning": "El conjunto de resultados solo contiene un subconjunto de todas las coincidencias. Sea más específico en la búsqueda para acotar los resultados.", + "searchScope.files": "archivos incluidos en la búsqueda", + "searchScope.folders": "carpetas que se van a excluir", + "searchScope.include.folders": "carpetas que se van a incluir" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/snippets/electron-browser/snippets.contribution.i18n.json b/i18n/esn/src/vs/workbench/parts/snippets/electron-browser/snippets.contribution.i18n.json new file mode 100644 index 00000000000..c6a80626441 --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/snippets/electron-browser/snippets.contribution.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "openSnippet.errorOnCreate": "No se puede crear {0}", + "openSnippet.label": "Fragmentos", + "openSnippet.pickLanguage": "Seleccione lenguaje para el fragmento", + "preferences": "Preferencias" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/tasks/browser/processRunnerDetector.i18n.json b/i18n/esn/src/vs/workbench/parts/tasks/browser/processRunnerDetector.i18n.json new file mode 100644 index 00000000000..a8592a61f3f --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/tasks/browser/processRunnerDetector.i18n.json @@ -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. +{ + "TaskSystemDetector.noGulpTasks": "La ejecuciñón de gulp --tasks-simple no listó ninguna tarea. ¿Ejecutó el archivo de instalación de NPM?", + "TaskSystemDetector.noJakeTasks": "La ejecución de jake --tasks no listó ninguna tarea. ¿Ejecutó el archivo de instalación de NPM?" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/tasks/browser/taskQuickOpen.i18n.json b/i18n/esn/src/vs/workbench/parts/tasks/browser/taskQuickOpen.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/tasks/browser/taskQuickOpen.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/tasks/electron-browser/task.contribution.i18n.json b/i18n/esn/src/vs/workbench/parts/tasks/electron-browser/task.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/tasks/electron-browser/task.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/tasks/node/processRunnerConfiguration.i18n.json b/i18n/esn/src/vs/workbench/parts/tasks/node/processRunnerConfiguration.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/tasks/node/processRunnerConfiguration.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/tasks/node/processRunnerDetector.i18n.json b/i18n/esn/src/vs/workbench/parts/tasks/node/processRunnerDetector.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/tasks/node/processRunnerDetector.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/tasks/node/processRunnerSystem.i18n.json b/i18n/esn/src/vs/workbench/parts/tasks/node/processRunnerSystem.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/tasks/node/processRunnerSystem.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/themes/electron-browser/themes.contribution.i18n.json b/i18n/esn/src/vs/workbench/parts/themes/electron-browser/themes.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/themes/electron-browser/themes.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/services/files/electron-browser/fileService.i18n.json b/i18n/esn/src/vs/workbench/services/files/electron-browser/fileService.i18n.json new file mode 100644 index 00000000000..9921baa32b1 --- /dev/null +++ b/i18n/esn/src/vs/workbench/services/files/electron-browser/fileService.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "trashFailed": "No se pudo mover '{0}' a la papelera" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/services/files/node/fileService.i18n.json b/i18n/esn/src/vs/workbench/services/files/node/fileService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/workbench/services/files/node/fileService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/services/history/browser/history.i18n.json b/i18n/esn/src/vs/workbench/services/history/browser/history.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/workbench/services/history/browser/history.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json b/i18n/esn/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/services/lifecycle/common/lifecycleService.i18n.json b/i18n/esn/src/vs/workbench/services/lifecycle/common/lifecycleService.i18n.json new file mode 100644 index 00000000000..d43e9c045a5 --- /dev/null +++ b/i18n/esn/src/vs/workbench/services/lifecycle/common/lifecycleService.i18n.json @@ -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. +{ + "primaryButton": "Cancelar", + "secondaryButton": "Salir" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/services/message/browser/messageService.i18n.json b/i18n/esn/src/vs/workbench/services/message/browser/messageService.i18n.json new file mode 100644 index 00000000000..8301568e7d4 --- /dev/null +++ b/i18n/esn/src/vs/workbench/services/message/browser/messageService.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "closeMessages": "Cerrar mensajes de notificación" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/services/message/electron-browser/messageService.i18n.json b/i18n/esn/src/vs/workbench/services/message/electron-browser/messageService.i18n.json new file mode 100644 index 00000000000..6f0f6355df1 --- /dev/null +++ b/i18n/esn/src/vs/workbench/services/message/electron-browser/messageService.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "yesButton": "Sí" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/services/request/node/requestService.i18n.json b/i18n/esn/src/vs/workbench/services/request/node/requestService.i18n.json new file mode 100644 index 00000000000..f70b9f930e5 --- /dev/null +++ b/i18n/esn/src/vs/workbench/services/request/node/requestService.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "httpConfigurationTitle": "Configuración HTTP", + "localFileNotFound": "No se encuentra el archivo", + "proxy": "El valor del proxy que se debe utilizar. Si no se establece, se tomará de las variables de entorno http_proxy y https_proxy" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/services/themes/node/themeService.i18n.json b/i18n/esn/src/vs/workbench/services/themes/node/themeService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/esn/src/vs/workbench/services/themes/node/themeService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/services/thread/electron-browser/threadService.i18n.json b/i18n/esn/src/vs/workbench/services/thread/electron-browser/threadService.i18n.json new file mode 100644 index 00000000000..55eddac3621 --- /dev/null +++ b/i18n/esn/src/vs/workbench/services/thread/electron-browser/threadService.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "pluginHostProcess.crash": "ERROR IRRECUPERABLE: El proceso de host del complemento se bloqueó. Este tipo de error es irrecuperable. Cárguelo de nuevo." +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/ui/parts/editor/quickstart.i18n.json b/i18n/esn/src/vs/workbench/ui/parts/editor/quickstart.i18n.json new file mode 100644 index 00000000000..bada7ee1321 --- /dev/null +++ b/i18n/esn/src/vs/workbench/ui/parts/editor/quickstart.i18n.json @@ -0,0 +1,19 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "previewTitle": "El servicio está en modo Preview. Envíe sus comentarios. Le agradecemos que nos ayude a mejorar el servicio.", + "quickStartCaption1Body": "Use Git para clonar el código de su sitio, administrar los cambios y pasar a producción.", + "quickStartCaption1Title": "Control de código fuente", + "quickStartCaption2Body": "Encuentre rápidamente un archivo con {0}. También puede consultar el historial reciente con Ctrl+Q.", + "quickStartCaption2Title": "Apertura rápida", + "quickStartCaption3Body": "Ver otro archivo en paralelo y en contexto", + "quickStartCaption3Title": "En paralelo", + "quickStartCaption4Body": "Los archivos se guardan automáticamente en segundo plano", + "quickStartCaption4Title": "Autoguardar", + "quickStartSection1Title": "Cuatro sugerencias clave sobre este entorno", + "quickStartTitle": "Inicio rápido", + "quickStartVideoLink": "Ver más sugerencias de Channel9" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/ui/parts/editor/resourceDiffEditor.i18n.json b/i18n/esn/src/vs/workbench/ui/parts/editor/resourceDiffEditor.i18n.json new file mode 100644 index 00000000000..08432631348 --- /dev/null +++ b/i18n/esn/src/vs/workbench/ui/parts/editor/resourceDiffEditor.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "binaryDiffEditor": "Visor de comparación binario" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/ui/parts/editor/resourceEditor.i18n.json b/i18n/esn/src/vs/workbench/ui/parts/editor/resourceEditor.i18n.json new file mode 100644 index 00000000000..d02aa9f9d47 --- /dev/null +++ b/i18n/esn/src/vs/workbench/ui/parts/editor/resourceEditor.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "binaryEditor": "Visor binario" +} \ No newline at end of file diff --git a/i18n/fra/extensions/typescript/package.i18n.json b/i18n/fra/extensions/typescript/package.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/extensions/typescript/package.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/base/browser/ui/actionbar/actionbar.i18n.json b/i18n/fra/src/vs/base/browser/ui/actionbar/actionbar.i18n.json new file mode 100644 index 00000000000..fce455f2f51 --- /dev/null +++ b/i18n/fra/src/vs/base/browser/ui/actionbar/actionbar.i18n.json @@ -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. +{ + "actionBarAccessibleLabel": "Barre d'action", + "titleLabel": "{0} ({1})" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/base/browser/ui/aria/aria.i18n.json b/i18n/fra/src/vs/base/browser/ui/aria/aria.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/base/browser/ui/aria/aria.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/base/browser/ui/findinput/findInput.i18n.json b/i18n/fra/src/vs/base/browser/ui/findinput/findInput.i18n.json new file mode 100644 index 00000000000..a39b5d248f9 --- /dev/null +++ b/i18n/fra/src/vs/base/browser/ui/findinput/findInput.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "caseDescription": "Respecter la casse", + "defaultLabel": "entrée", + "regexDescription": "Utiliser une expression régulière", + "wordsDescription": "Mot entier" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/base/browser/ui/inputbox/inputBox.i18n.json b/i18n/fra/src/vs/base/browser/ui/inputbox/inputBox.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/base/browser/ui/inputbox/inputBox.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/base/browser/ui/messagelist/messageList.i18n.json b/i18n/fra/src/vs/base/browser/ui/messagelist/messageList.i18n.json new file mode 100644 index 00000000000..21aee301fe3 --- /dev/null +++ b/i18n/fra/src/vs/base/browser/ui/messagelist/messageList.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "close": "Fermer", + "error": "Erreur", + "info": "Informations", + "warning": "Avertir" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/base/browser/ui/resourceviewer/resourceViewer.i18n.json b/i18n/fra/src/vs/base/browser/ui/resourceviewer/resourceViewer.i18n.json new file mode 100644 index 00000000000..29b8c065fc7 --- /dev/null +++ b/i18n/fra/src/vs/base/browser/ui/resourceviewer/resourceViewer.i18n.json @@ -0,0 +1,12 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "clickToOpen": "Cliquez pour ouvrir l'image en taille réelle dans une nouvelle fenêtre", + "downloadBinary": "Impossible d'afficher le fichier dans l'éditeur. Soit il est binaire, soit il utilise un encodage de texte non pris en charge. Cliquez sur le lien suivant pour ouvrir le fichier dans le navigateur ou le télécharger : ", + "missingAudioSupport": "Désolé, la lecture des fichiers audio n'est pas prise en charge.", + "missingVideoSupport": "Désolé, la lecture des fichiers vidéo n'est pas prise en charge.", + "nativeBinaryError": "Impossible d'afficher le fichier dans l'éditeur. Soit il est binaire, soit il est très volumineux, soit il utilise un encodage de texte non pris en charge." +} \ No newline at end of file diff --git a/i18n/fra/src/vs/base/browser/ui/toolbar/toolbar.i18n.json b/i18n/fra/src/vs/base/browser/ui/toolbar/toolbar.i18n.json new file mode 100644 index 00000000000..cedf573326b --- /dev/null +++ b/i18n/fra/src/vs/base/browser/ui/toolbar/toolbar.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "more": "Plus" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/base/common/errors.i18n.json b/i18n/fra/src/vs/base/common/errors.i18n.json new file mode 100644 index 00000000000..e8ba6fd5941 --- /dev/null +++ b/i18n/fra/src/vs/base/common/errors.i18n.json @@ -0,0 +1,23 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "error.connection.unknown": "Une erreur de connexion inconnue s'est produite. Soit vous n'êtes plus connecté à Internet, soit le serveur auquel vous êtes connecté est hors connexion.", + "error.connection.unknown.verbose": "Erreur de connexion inconnue ({0})", + "error.defaultMessage": "Une erreur inconnue s’est produite. Veuillez consulter le journal pour plus de détails.", + "error.http": "{0} (HTTP {1})", + "error.http.verbose": "{0} (HTTP {1} : {2})", + "error.permission": "Permission refusée", + "error.permission.verbose": "Permission refusée (HTTP {0})", + "illegalArgumentError": "Argument incorrect : {0}", + "illegalArgumentError2": "Argument incorrect", + "illegalStateError": "État incorrect : {0}", + "illegalStateError2": "État incorrect", + "loaderError": "Échec du chargement d'un fichier requis. Soit vous n'êtes plus connecté à Internet, soit le serveur auquel vous êtes connecté est hors connexion. Actualisez le navigateur pour réessayer.", + "loaderErrorNative": "Échec du chargement d'un fichier obligatoire. Redémarrez l'application pour réessayer. Détails : {0}", + "message": "{0}. Code d'erreur : {1}", + "notImplementedError": "Non implémenté", + "stackTrace.format": "{0} : {1}" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/base/common/json.i18n.json b/i18n/fra/src/vs/base/common/json.i18n.json new file mode 100644 index 00000000000..5dfbcda5445 --- /dev/null +++ b/i18n/fra/src/vs/base/common/json.i18n.json @@ -0,0 +1,17 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "CloseBraceExpected": "Accolade fermante attendue", + "CloseBracketExpected": "Crochet fermant attendu", + "ColonExpected": "Signe des deux points attendu", + "CommaExpected": "Virgule attendue", + "EOFExpected": "Fin de contenu attendue", + "InvalidNumberFormat": "Format de nombre non valide", + "PropertyExpected": "Nom de propriété attendu", + "UnknownSymbol": "Symbole non valide", + "ValeExpected": "Valeur attendue", + "ValueExpected": "Valeur attendue" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/base/common/keyCodes.i18n.json b/i18n/fra/src/vs/base/common/keyCodes.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/base/common/keyCodes.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/base/common/processes.i18n.json b/i18n/fra/src/vs/base/common/processes.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/base/common/processes.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/base/common/severity.i18n.json b/i18n/fra/src/vs/base/common/severity.i18n.json new file mode 100644 index 00000000000..bcf945aa441 --- /dev/null +++ b/i18n/fra/src/vs/base/common/severity.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "sev.error": "Erreur", + "sev.info": "Informations", + "sev.warning": "Avertissement" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/base/common/strings.i18n.json b/i18n/fra/src/vs/base/common/strings.i18n.json new file mode 100644 index 00000000000..3a16847f91e --- /dev/null +++ b/i18n/fra/src/vs/base/common/strings.i18n.json @@ -0,0 +1,22 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "diff.days": "{0} j", + "diff.days.month": "il y a un mois", + "diff.days.verbose": "Il y a {0} jours", + "diff.days.week": "il y a une semaine", + "diff.days.yesterday": "hier", + "diff.hour.verbose": "Il y a 1 heure", + "diff.hours": "{0} h", + "diff.hours.verbose": "Il y a {0} heures", + "diff.minute.verbose": "Il y 1 minute", + "diff.minutes": "{0} m", + "diff.minutes.verbose": "Il y a {0} minutes", + "diff.seconds": "{0} s", + "diff.seconds.verbose": "maintenant", + "format.date": "{0}-{1}-{2} {3}:{4}:{5}", + "format.time": "{0}:{1}:{2}" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/base/node/processRunner.i18n.json b/i18n/fra/src/vs/base/node/processRunner.i18n.json new file mode 100644 index 00000000000..ba608850910 --- /dev/null +++ b/i18n/fra/src/vs/base/node/processRunner.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "TaskRunner.UNC": "Impossible d'exécuter une commande shell sur un lecteur UNC." +} \ No newline at end of file diff --git a/i18n/fra/src/vs/base/node/processes.i18n.json b/i18n/fra/src/vs/base/node/processes.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/base/node/processes.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/base/node/zip.i18n.json b/i18n/fra/src/vs/base/node/zip.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/base/node/zip.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/base/parts/quickopen/browser/quickOpenModel.i18n.json b/i18n/fra/src/vs/base/parts/quickopen/browser/quickOpenModel.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/base/parts/quickopen/browser/quickOpenModel.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/base/parts/quickopen/browser/quickOpenWidget.i18n.json b/i18n/fra/src/vs/base/parts/quickopen/browser/quickOpenWidget.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/base/parts/quickopen/browser/quickOpenWidget.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/base/performance/timer.i18n.json b/i18n/fra/src/vs/base/performance/timer.i18n.json new file mode 100644 index 00000000000..41757abcf1d --- /dev/null +++ b/i18n/fra/src/vs/base/performance/timer.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "startAfterStopError": "Impossible de démarrer un nouveau minuteur à partir d’un minuteur arrêté." +} \ No newline at end of file diff --git a/i18n/fra/src/vs/base/ui/widgets/comboBox.i18n.json b/i18n/fra/src/vs/base/ui/widgets/comboBox.i18n.json new file mode 100644 index 00000000000..737ae260e1e --- /dev/null +++ b/i18n/fra/src/vs/base/ui/widgets/comboBox.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "empty": "&mdash;", + "error": "Échec du chargement des options", + "loading": "Chargement en cours&hellip;" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/base/ui/widgets/credentials.i18n.json b/i18n/fra/src/vs/base/ui/widgets/credentials.i18n.json new file mode 100644 index 00000000000..30a49d55ac4 --- /dev/null +++ b/i18n/fra/src/vs/base/ui/widgets/credentials.i18n.json @@ -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. +{ + "cancel": "Annuler", + "credentialsRequired": "Cette URL Git nécessite l'authentification :", + "label.password": "Mot de passe", + "label.remember": "Mémoriser le mot de passe", + "label.username": "Nom d'utilisateur", + "ok": "OK", + "rememberDisclaimerFullAccessibleText": "Mémoriser les informations d'identification. L'enregistrement de votre mot de passe est stocké dans votre site web Azure. Cela signifie que toute personne disposant d'un accès FTP à votre site web sera en mesure de récupérer votre mot de passe.", + "rememberDisclaimerTooltip": "L'enregistrement de votre mot de passe est stocké dans votre site web Azure. Cela signifie que toute personne disposant d'un accès FTP à votre site web sera en mesure de récupérer votre mot de passe." +} \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/browser/view/viewImpl.i18n.json b/i18n/fra/src/vs/editor/browser/view/viewImpl.i18n.json new file mode 100644 index 00000000000..bf45d0601aa --- /dev/null +++ b/i18n/fra/src/vs/editor/browser/view/viewImpl.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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": "Contenu d'éditeur" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/common/commonCodeEditor.i18n.json b/i18n/fra/src/vs/editor/common/commonCodeEditor.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/editor/common/commonCodeEditor.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/common/config/commonEditorConfig.i18n.json b/i18n/fra/src/vs/editor/common/config/commonEditorConfig.i18n.json new file mode 100644 index 00000000000..2990cb76e89 --- /dev/null +++ b/i18n/fra/src/vs/editor/common/config/commonEditorConfig.i18n.json @@ -0,0 +1,30 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "autoClosingBrackets": "Contrôle si l'éditeur doit automatiquement fermer les crochets après les avoir ouverts", + "editorConfigurationTitle": "Configuration de l'éditeur", + "fontFamily": "Contrôle la famille de polices.", + "fontSize": "Contrôle la taille de police.", + "formatOnType": "Contrôle si l'éditeur doit automatiquement mettre en forme la ligne après la saisie", + "glyphMargin": "Contrôle la visibilité de la marge des glyphes", + "hideCursorInOverviewRuler": "Contrôle si le curseur doit être masqué dans la règle d'aperçu.", + "insertSpaces": "Contrôle si l'éditeur insère des espaces pour les tabulations. Valeur acceptées : \"auto\", true, false. Si la valeur est \"auto\", elle est déterminée à l'ouverture d'un fichier.", + "lineHeight": "Contrôle la hauteur de ligne.", + "lineNumbers": "Contrôle la visibilité des numéros de ligne", + "mouseWheelScrollSensitivity": "Multiplicateur à utiliser pour le 'deltaX' et le 'deltaY' des événements de défilement de la roulette de la souris", + "overviewRulerLanes": "Contrôle le nombre d'ornements pouvant s'afficher à la même position dans la règle d'aperçu", + "quickSuggestions": "Contrôle si les suggestions rapides doivent s'afficher ou non pendant la saisie", + "quickSuggestionsDelay": "Contrôle le délai en ms au bout duquel les suggestions rapides s'affichent", + "referenceInfos": "Contrôle si l'éditeur affiche des informations de référence pour les modes qui le prennent en charge", + "renderWhitespace": "Contrôle si l'éditeur doit restituer des espaces", + "roundedSelection": "Contrôle si les sélections ont des angles arrondis", + "scrollBeyondLastLine": "Contrôle si l'éditeur défile au-delà de la dernière ligne", + "selectionHighlight": "Détermine si l'éditeur doit surligner les correspondances similaires à la sélection", + "suggestOnTriggerCharacters": "Contrôle si les suggestions doivent s'afficher automatiquement durant la saisie de caractères de déclenchement", + "tabSize": "Contrôle la taille de rendu des tabulations parmi les caractères. Valeur acceptées : \"auto\", 2, 4, 6, etc. Si la valeur est \"auto\", elle est déterminée à l'ouverture d'un fichier.", + "wrappingColumn": "Contrôle le nombre de caractères après lequel l'éditeur renvoie à la ligne suivante. La valeur 0 active le renvoi en fonction de la largeur de la fenêtre d'affichage", + "wrappingIndent": "Contrôle le retrait des lignes renvoyées. La valeur peut être 'none', 'same' ou 'indent'." +} \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/common/config/defaultConfig.i18n.json b/i18n/fra/src/vs/editor/common/config/defaultConfig.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/editor/common/config/defaultConfig.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/common/controller/cursor.i18n.json b/i18n/fra/src/vs/editor/common/controller/cursor.i18n.json new file mode 100644 index 00000000000..ffe54de6d83 --- /dev/null +++ b/i18n/fra/src/vs/editor/common/controller/cursor.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "corrupt.commands": "Exception inattendue pendant l'exécution de la commande." +} \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/common/model/textModelWithTokens.i18n.json b/i18n/fra/src/vs/editor/common/model/textModelWithTokens.i18n.json new file mode 100644 index 00000000000..a9d6aa6864a --- /dev/null +++ b/i18n/fra/src/vs/editor/common/model/textModelWithTokens.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "mode.tokenizationSupportFailed": "Le mode a échoué lors de la création de jetons de l’entrée." +} \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/common/services/bulkEdit.i18n.json b/i18n/fra/src/vs/editor/common/services/bulkEdit.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/editor/common/services/bulkEdit.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/common/services/modeServiceImpl.i18n.json b/i18n/fra/src/vs/editor/common/services/modeServiceImpl.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/editor/common/services/modeServiceImpl.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/contrib/accessibility/browser/accessibility.i18n.json b/i18n/fra/src/vs/editor/contrib/accessibility/browser/accessibility.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/editor/contrib/accessibility/browser/accessibility.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/contrib/clipboard/browser/clipboard.i18n.json b/i18n/fra/src/vs/editor/contrib/clipboard/browser/clipboard.i18n.json new file mode 100644 index 00000000000..7fdca4879a7 --- /dev/null +++ b/i18n/fra/src/vs/editor/contrib/clipboard/browser/clipboard.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "actions.clipboard.copyLabel": "Copier", + "actions.clipboard.cutLabel": "Couper", + "actions.clipboard.pasteLabel": "Coller" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/contrib/codelens/browser/codelens.i18n.json b/i18n/fra/src/vs/editor/contrib/codelens/browser/codelens.i18n.json new file mode 100644 index 00000000000..f9cd5d00cdc --- /dev/null +++ b/i18n/fra/src/vs/editor/contrib/codelens/browser/codelens.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "n_references": "{0} références", + "one_reference": "1 référence", + "unknown_reference": "- références" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/contrib/color/colorPicker.i18n.json b/i18n/fra/src/vs/editor/contrib/color/colorPicker.i18n.json new file mode 100644 index 00000000000..911a2ddb83d --- /dev/null +++ b/i18n/fra/src/vs/editor/contrib/color/colorPicker.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "color.action.label": "Action du sélecteur de couleurs" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/contrib/comment/common/comment.i18n.json b/i18n/fra/src/vs/editor/contrib/comment/common/comment.i18n.json new file mode 100644 index 00000000000..e20ad6d3feb --- /dev/null +++ b/i18n/fra/src/vs/editor/contrib/comment/common/comment.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "comment.block": "Activer/désactiver le commentaire de bloc", + "comment.line": "Activer/désactiver le commentaire de ligne", + "comment.line.add": "Ajouter le commentaire de ligne", + "comment.line.remove": "Supprimer le commentaire de ligne" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/contrib/contextmenu/browser/contextmenu.i18n.json b/i18n/fra/src/vs/editor/contrib/contextmenu/browser/contextmenu.i18n.json new file mode 100644 index 00000000000..305f92b19f7 --- /dev/null +++ b/i18n/fra/src/vs/editor/contrib/contextmenu/browser/contextmenu.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "action.showContextMenu.label": "Afficher le menu contextuel de l'éditeur" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/contrib/defineKeybinding/browser/defineKeybinding.i18n.json b/i18n/fra/src/vs/editor/contrib/defineKeybinding/browser/defineKeybinding.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/editor/contrib/defineKeybinding/browser/defineKeybinding.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/contrib/find/browser/find.i18n.json b/i18n/fra/src/vs/editor/contrib/find/browser/find.i18n.json new file mode 100644 index 00000000000..9d1710aaec3 --- /dev/null +++ b/i18n/fra/src/vs/editor/contrib/find/browser/find.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "addSelectionToNextFindMatch": "Ajouter la sélection à la correspondance de recherche suivante", + "findNextMatchAction": "Rechercher suivant", + "findPreviousMatchAction": "Rechercher précédent", + "moveSelectionToNextFindMatch": "Déplacer la dernière sélection vers la correspondance de recherche suivante", + "selectAllOccurencesOfFindMatch": "Sélectionner toutes les occurrences des correspondances de la recherche", + "startFindAction": "Rechercher", + "startReplace": "Remplacer" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/contrib/find/browser/findWidget.i18n.json b/i18n/fra/src/vs/editor/contrib/find/browser/findWidget.i18n.json new file mode 100644 index 00000000000..4cc683e73b6 --- /dev/null +++ b/i18n/fra/src/vs/editor/contrib/find/browser/findWidget.i18n.json @@ -0,0 +1,18 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "label.closeButton": "Fermer (Échap)", + "label.find": "Rechercher", + "label.nextMatchButton": "Résultat suivant (F3)", + "label.previousMatchButton": "Résultat précédent (Maj+F3)", + "label.replace": "Remplacer", + "label.replaceAllButton": "Remplacer tout", + "label.replaceButton": "Remplacer", + "label.toggleReplaceButton": "Changer le mode de remplacement", + "label.toggleSelectionFind": "Rechercher dans la sélection", + "placeholder.find": "Rechercher", + "placeholder.replace": "Remplacer" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/contrib/find/common/findController.i18n.json b/i18n/fra/src/vs/editor/contrib/find/common/findController.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/editor/contrib/find/common/findController.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/contrib/find2/find.i18n.json b/i18n/fra/src/vs/editor/contrib/find2/find.i18n.json new file mode 100644 index 00000000000..6ee68ec6679 --- /dev/null +++ b/i18n/fra/src/vs/editor/contrib/find2/find.i18n.json @@ -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. +{ + "disableSelectionFindAction": "Désactiver la recherche dans la sélection", + "enableSelectionFindAction": "Activer la recherche dans la sélection", + "findNextMatchAction": "Suivant", + "findPreviousMatchAction": "Précédent", + "replace.replaceAll": "Remplacer toutes les instances", + "replace.replaceThis": "Remplacer cette instance", + "startFindAction": "Rechercher", + "startReplace": "Remplacer" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/contrib/find2/findInput/findInput.i18n.json b/i18n/fra/src/vs/editor/contrib/find2/findInput/findInput.i18n.json new file mode 100644 index 00000000000..a39b5d248f9 --- /dev/null +++ b/i18n/fra/src/vs/editor/contrib/find2/findInput/findInput.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "caseDescription": "Respecter la casse", + "defaultLabel": "entrée", + "regexDescription": "Utiliser une expression régulière", + "wordsDescription": "Mot entier" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/contrib/find2/findWidget/findWidget.i18n.json b/i18n/fra/src/vs/editor/contrib/find2/findWidget/findWidget.i18n.json new file mode 100644 index 00000000000..4cc683e73b6 --- /dev/null +++ b/i18n/fra/src/vs/editor/contrib/find2/findWidget/findWidget.i18n.json @@ -0,0 +1,18 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "label.closeButton": "Fermer (Échap)", + "label.find": "Rechercher", + "label.nextMatchButton": "Résultat suivant (F3)", + "label.previousMatchButton": "Résultat précédent (Maj+F3)", + "label.replace": "Remplacer", + "label.replaceAllButton": "Remplacer tout", + "label.replaceButton": "Remplacer", + "label.toggleReplaceButton": "Changer le mode de remplacement", + "label.toggleSelectionFind": "Rechercher dans la sélection", + "placeholder.find": "Rechercher", + "placeholder.replace": "Remplacer" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/contrib/folding/browser/folding.i18n.json b/i18n/fra/src/vs/editor/contrib/folding/browser/folding.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/editor/contrib/folding/browser/folding.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/contrib/format/common/format.i18n.json b/i18n/fra/src/vs/editor/contrib/format/common/format.i18n.json new file mode 100644 index 00000000000..c34faf35bcb --- /dev/null +++ b/i18n/fra/src/vs/editor/contrib/format/common/format.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "formatAction.label": "Code de format" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/contrib/format/common/formatActions.i18n.json b/i18n/fra/src/vs/editor/contrib/format/common/formatActions.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/editor/contrib/format/common/formatActions.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json b/i18n/fra/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json new file mode 100644 index 00000000000..a6f40102645 --- /dev/null +++ b/i18n/fra/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "actions.goToDecl.label": "Atteindre la définition", + "actions.gotoTypeDecl.label": "Atteindre la définition de type", + "actions.previewDecl.label": "Définition de l'aperçu", + "peekView.alternateTitle": "Déclaration" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/contrib/gotoError/browser/gotoError.i18n.json b/i18n/fra/src/vs/editor/contrib/gotoError/browser/gotoError.i18n.json new file mode 100644 index 00000000000..fc132bc9361 --- /dev/null +++ b/i18n/fra/src/vs/editor/contrib/gotoError/browser/gotoError.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "markerAction.next.label": "Accéder à l'erreur ou l'avertissement suivant", + "markerAction.previous.label": "Accéder à l'erreur ou l'avertissement précédent", + "quickfix.multiple.label": "Corrections suggérées : ", + "quickfix.single.label": "Correction suggérée : " +} \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/contrib/hover/browser/hover.i18n.json b/i18n/fra/src/vs/editor/contrib/hover/browser/hover.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/editor/contrib/hover/browser/hover.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/contrib/hover/browser/modesContentHover.i18n.json b/i18n/fra/src/vs/editor/contrib/hover/browser/modesContentHover.i18n.json new file mode 100644 index 00000000000..237cac764d0 --- /dev/null +++ b/i18n/fra/src/vs/editor/contrib/hover/browser/modesContentHover.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "modesContentHover.loading": "Chargement..." +} \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/contrib/inEditorActions/inEditorActions.i18n.json b/i18n/fra/src/vs/editor/contrib/inEditorActions/inEditorActions.i18n.json new file mode 100644 index 00000000000..a656902decb --- /dev/null +++ b/i18n/fra/src/vs/editor/contrib/inEditorActions/inEditorActions.i18n.json @@ -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. +{ + "editorActionArrowAccessibleLabel": "Actions de l'éditeur ouvert", + "ineditor.menu.keybinding": "{0} ({1})" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/contrib/inPlaceReplace/common/inPlaceReplace.i18n.json b/i18n/fra/src/vs/editor/contrib/inPlaceReplace/common/inPlaceReplace.i18n.json new file mode 100644 index 00000000000..2fcef96c5de --- /dev/null +++ b/i18n/fra/src/vs/editor/contrib/inPlaceReplace/common/inPlaceReplace.i18n.json @@ -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. +{ + "InPlaceReplaceAction.next.label": "Remplacer par la valeur suivante", + "InPlaceReplaceAction.previous.label": "Remplacer par la valeur précédente" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/contrib/indentation/common/indentation.i18n.json b/i18n/fra/src/vs/editor/contrib/indentation/common/indentation.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/editor/contrib/indentation/common/indentation.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/contrib/linesOperations/common/linesOperations.i18n.json b/i18n/fra/src/vs/editor/contrib/linesOperations/common/linesOperations.i18n.json new file mode 100644 index 00000000000..02b8774eb41 --- /dev/null +++ b/i18n/fra/src/vs/editor/contrib/linesOperations/common/linesOperations.i18n.json @@ -0,0 +1,17 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "lines.copyDown": "Copier la ligne en bas", + "lines.copyUp": "Copier la ligne en haut", + "lines.delete": "Supprimer la ligne", + "lines.indent": "Mettre en retrait la ligne", + "lines.insertAfter": "Insérer une ligne sous", + "lines.insertBefore": "Insérer une ligne au-dessus", + "lines.moveDown": "Déplacer la ligne vers le bas", + "lines.moveUp": "Déplacer la ligne vers le haut", + "lines.outdent": "Ajouter un retrait négatif à la ligne", + "lines.trimTrailingWhitespace": "Découper l'espace blanc de fin" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/contrib/links/browser/links.i18n.json b/i18n/fra/src/vs/editor/contrib/links/browser/links.i18n.json new file mode 100644 index 00000000000..42b42c6ee7d --- /dev/null +++ b/i18n/fra/src/vs/editor/contrib/links/browser/links.i18n.json @@ -0,0 +1,12 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "label": "Ouvrir le lien", + "links.navigate": "Ctrl + clic pour suivre le lien", + "links.navigate.editor": "Ctrl + clic pour ouvrir (Ctrl + Alt + clic ouvre sur le côté)", + "links.navigate.editor.mac": "Commande + clic pour ouvrir (Commande + Option + clic ouvre sur le côté)", + "links.navigate.mac": "Cmd + clic pour suivre le lien" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json b/i18n/fra/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json new file mode 100644 index 00000000000..393af10c0ca --- /dev/null +++ b/i18n/fra/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json @@ -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. +{ + "mutlicursor.insertAbove": "Insérer le curseur au-dessus de", + "mutlicursor.insertBelow": "Insérer le curseur sous" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/contrib/parameterHints/browser/parameterHints.i18n.json b/i18n/fra/src/vs/editor/contrib/parameterHints/browser/parameterHints.i18n.json new file mode 100644 index 00000000000..b2cdf5bab5e --- /dev/null +++ b/i18n/fra/src/vs/editor/contrib/parameterHints/browser/parameterHints.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "parameterHints.trigger.label": "Indicateurs des paramètres Trigger" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/contrib/quickFix/browser/quickFix.i18n.json b/i18n/fra/src/vs/editor/contrib/quickFix/browser/quickFix.i18n.json new file mode 100644 index 00000000000..ec7eb9d7590 --- /dev/null +++ b/i18n/fra/src/vs/editor/contrib/quickFix/browser/quickFix.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "quickfix.trigger.label": "Correctif rapide" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/contrib/quickFix/browser/quickFixSelectionWidget.i18n.json b/i18n/fra/src/vs/editor/contrib/quickFix/browser/quickFixSelectionWidget.i18n.json new file mode 100644 index 00000000000..71446f5f7ea --- /dev/null +++ b/i18n/fra/src/vs/editor/contrib/quickFix/browser/quickFixSelectionWidget.i18n.json @@ -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. +{ + "QuickFixSelectionWidget.loading": "Chargement en cours...", + "QuickFixSelectionWidget.noSuggestions": "Pas de suggestions de correctif." +} \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/contrib/quickOpen/browser/gotoLine.contribution.i18n.json b/i18n/fra/src/vs/editor/contrib/quickOpen/browser/gotoLine.contribution.i18n.json new file mode 100644 index 00000000000..7f2cf09584c --- /dev/null +++ b/i18n/fra/src/vs/editor/contrib/quickOpen/browser/gotoLine.contribution.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "label": "Atteindre la ligne..." +} \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/contrib/quickOpen/browser/gotoLine.i18n.json b/i18n/fra/src/vs/editor/contrib/quickOpen/browser/gotoLine.i18n.json new file mode 100644 index 00000000000..e773eff7c34 --- /dev/null +++ b/i18n/fra/src/vs/editor/contrib/quickOpen/browser/gotoLine.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "GotoLineAction.label": "Atteindre la ligne...", + "gotoLineActionInput": "Tapez un numéro de ligne, suivi par un signe deux-points facultatif et un numéro de colonne à atteindre", + "gotoLineLabelEmptyWithLineAndColumnLimit": "Tapez un numéro de colonne à atteindre entre 1 et {0}", + "gotoLineLabelEmptyWithLineLimit": "Tapez un numéro de ligne à atteindre entre 1 et {0}", + "gotoLineLabelValidLine": "Atteindre la ligne {0}", + "gotoLineLabelValidLineAndColumn": "Atteindre la ligne {0} et la colonne {1}" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/contrib/quickOpen/browser/quickCommand.contribution.i18n.json b/i18n/fra/src/vs/editor/contrib/quickOpen/browser/quickCommand.contribution.i18n.json new file mode 100644 index 00000000000..60608f70d47 --- /dev/null +++ b/i18n/fra/src/vs/editor/contrib/quickOpen/browser/quickCommand.contribution.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "label": "Palette de commandes" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/contrib/quickOpen/browser/quickCommand.i18n.json b/i18n/fra/src/vs/editor/contrib/quickOpen/browser/quickCommand.i18n.json new file mode 100644 index 00000000000..925af32226f --- /dev/null +++ b/i18n/fra/src/vs/editor/contrib/quickOpen/browser/quickCommand.i18n.json @@ -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. +{ + "QuickCommandAction.label": "Palette de commandes", + "quickCommandActionInput": "Tapez le nom de l'action que vous voulez exécuter" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/contrib/quickOpen/browser/quickOutline.contribution.i18n.json b/i18n/fra/src/vs/editor/contrib/quickOpen/browser/quickOutline.contribution.i18n.json new file mode 100644 index 00000000000..57e6d0cdfef --- /dev/null +++ b/i18n/fra/src/vs/editor/contrib/quickOpen/browser/quickOutline.contribution.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "label": "Atteindre le symbole..." +} \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/contrib/quickOpen/browser/quickOutline.i18n.json b/i18n/fra/src/vs/editor/contrib/quickOpen/browser/quickOutline.i18n.json new file mode 100644 index 00000000000..a1adb9ad99f --- /dev/null +++ b/i18n/fra/src/vs/editor/contrib/quickOpen/browser/quickOutline.i18n.json @@ -0,0 +1,20 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "QuickOutlineAction.label": "Atteindre le symbole...", + "_constructor": "constructeurs ({0})", + "call": "appels ({0})", + "class": "classes ({0})", + "function": "fonctions ({0})", + "interface": "interfaces ({0})", + "method": "méthodes ({0})", + "modules": "modules ({0})", + "property": "propriétés ({0})", + "quickOutlineActionInput": "Tapez le nom de l'identificateur auquel vous voulez accéder", + "symbols": "symboles ({0})", + "variable": "variables ({0})", + "variable2": "variables ({0})" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/contrib/referenceSearch/browser/referenceSearch.i18n.json b/i18n/fra/src/vs/editor/contrib/referenceSearch/browser/referenceSearch.i18n.json new file mode 100644 index 00000000000..c0b90745e90 --- /dev/null +++ b/i18n/fra/src/vs/editor/contrib/referenceSearch/browser/referenceSearch.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "labelLoading": "Chargement en cours...", + "noResults": "Aucun résultat", + "references.action.label": "Rechercher toutes les références", + "references.action.name": "Afficher les références" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/contrib/referenceSearch/browser/referenceSearchWidget.i18n.json b/i18n/fra/src/vs/editor/contrib/referenceSearch/browser/referenceSearchWidget.i18n.json new file mode 100644 index 00000000000..963603db047 --- /dev/null +++ b/i18n/fra/src/vs/editor/contrib/referenceSearch/browser/referenceSearchWidget.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "missingPreviewMessage": "aucun aperçu n'est disponible", + "peekView.alternateTitle": "Références", + "referenceCount": "{0} référence", + "referencesCount": "{0} références" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/contrib/rename/browser/bulkEdit.i18n.json b/i18n/fra/src/vs/editor/contrib/rename/browser/bulkEdit.i18n.json new file mode 100644 index 00000000000..4d5385f386d --- /dev/null +++ b/i18n/fra/src/vs/editor/contrib/rename/browser/bulkEdit.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "conflict": "Ces fichiers ont changé pendant ce temps : {0}" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/contrib/rename/browser/rename.i18n.json b/i18n/fra/src/vs/editor/contrib/rename/browser/rename.i18n.json new file mode 100644 index 00000000000..f64b2636255 --- /dev/null +++ b/i18n/fra/src/vs/editor/contrib/rename/browser/rename.i18n.json @@ -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. +{ + "changeAll.label": "Modifier toutes les occurrences", + "rename.error.multiplefile": "Désolé, impossible de renommer les symboles utilisés dans plusieurs fichiers." +} \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/contrib/rename/browser/rename2.i18n.json b/i18n/fra/src/vs/editor/contrib/rename/browser/rename2.i18n.json new file mode 100644 index 00000000000..5ff23b9a53f --- /dev/null +++ b/i18n/fra/src/vs/editor/contrib/rename/browser/rename2.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "conflict": "Ces fichiers ont changé pendant ce temps : {0}", + "missing.support": "Impossible de renommer", + "no result": "Aucun résultat.", + "rename.label": "Symbole Renommer" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/contrib/rename/browser/renameModel.i18n.json b/i18n/fra/src/vs/editor/contrib/rename/browser/renameModel.i18n.json new file mode 100644 index 00000000000..9e0c282aa6e --- /dev/null +++ b/i18n/fra/src/vs/editor/contrib/rename/browser/renameModel.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "cannotLoadFile": "Impossible de charger le fichier {0}" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/contrib/rename/common/rename.i18n.json b/i18n/fra/src/vs/editor/contrib/rename/common/rename.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/editor/contrib/rename/common/rename.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/contrib/smartSelect/common/jumpToBracket.i18n.json b/i18n/fra/src/vs/editor/contrib/smartSelect/common/jumpToBracket.i18n.json new file mode 100644 index 00000000000..69adc446797 --- /dev/null +++ b/i18n/fra/src/vs/editor/contrib/smartSelect/common/jumpToBracket.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "smartSelect.jumpBracket": "Atteindre le crochet" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/contrib/smartSelect/common/smartSelect.i18n.json b/i18n/fra/src/vs/editor/contrib/smartSelect/common/smartSelect.i18n.json new file mode 100644 index 00000000000..d815e36cd81 --- /dev/null +++ b/i18n/fra/src/vs/editor/contrib/smartSelect/common/smartSelect.i18n.json @@ -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. +{ + "smartSelect.grow": "Développer la sélection", + "smartSelect.shrink": "Réduire la sélection" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/contrib/suggest/browser/suggest.i18n.json b/i18n/fra/src/vs/editor/contrib/suggest/browser/suggest.i18n.json new file mode 100644 index 00000000000..ce300ab5ae6 --- /dev/null +++ b/i18n/fra/src/vs/editor/contrib/suggest/browser/suggest.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "suggest.trigger.label": "Suggestions pour Trigger" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/contrib/suggest/browser/suggestWidget.i18n.json b/i18n/fra/src/vs/editor/contrib/suggest/browser/suggestWidget.i18n.json new file mode 100644 index 00000000000..642e178a2e4 --- /dev/null +++ b/i18n/fra/src/vs/editor/contrib/suggest/browser/suggestWidget.i18n.json @@ -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. +{ + "suggestWidget.loading": "Chargement en cours...", + "suggestWidget.noSuggestions": "Pas de suggestions." +} \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/contrib/toggleTabFocusMode/common/toggleTabFocusMode.i18n.json b/i18n/fra/src/vs/editor/contrib/toggleTabFocusMode/common/toggleTabFocusMode.i18n.json new file mode 100644 index 00000000000..319a4e59398 --- /dev/null +++ b/i18n/fra/src/vs/editor/contrib/toggleTabFocusMode/common/toggleTabFocusMode.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "toggle.tabfocusmode": "Activer/désactiver l'utilisation de la touche Tab pour définir le focus" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/contrib/toggleWordWrap/common/toggleWordWrap.i18n.json b/i18n/fra/src/vs/editor/contrib/toggleWordWrap/common/toggleWordWrap.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/editor/contrib/toggleWordWrap/common/toggleWordWrap.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/contrib/zoneWidget/browser/peekViewWidget.i18n.json b/i18n/fra/src/vs/editor/contrib/zoneWidget/browser/peekViewWidget.i18n.json new file mode 100644 index 00000000000..e7284c958c2 --- /dev/null +++ b/i18n/fra/src/vs/editor/contrib/zoneWidget/browser/peekViewWidget.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "label.close": "Fermer" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/node/languageConfiguration.i18n.json b/i18n/fra/src/vs/editor/node/languageConfiguration.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/editor/node/languageConfiguration.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/node/textMate/TMSnippets.i18n.json b/i18n/fra/src/vs/editor/node/textMate/TMSnippets.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/editor/node/textMate/TMSnippets.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/node/textMate/TMSyntax.i18n.json b/i18n/fra/src/vs/editor/node/textMate/TMSyntax.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/editor/node/textMate/TMSyntax.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/languages/csharp/browser/ui/statusIcon.i18n.json b/i18n/fra/src/vs/languages/csharp/browser/ui/statusIcon.i18n.json new file mode 100644 index 00000000000..779a8d34813 --- /dev/null +++ b/i18n/fra/src/vs/languages/csharp/browser/ui/statusIcon.i18n.json @@ -0,0 +1,21 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "changeProject": "Modifier les projets...", + "projectsLabel.noProject": "Aucun projet", + "projectsLabel.project": "1 projet", + "projectsLabel.projects": "{0} projets", + "projectsLabel.selectSolutionPathOrFolder": "choisir un projet", + "selectProject": "Sélectionner un projet", + "selectProjectOrSolutionOrFolder": "Sélectionner un projet", + "selectSolution": "Choisir un projet", + "status.error": "Omnisharp a rencontré une erreur. Pour plus d'informations, consultez la console.", + "status.packageRestore": "Restauration de packages...", + "status.started": "Omnisharp est en cours d'exécution", + "status.starting": "Omnisharp est en cours de démarrage...", + "status.unknown": "Le statut d'Omnisharp est inconnu", + "titleStarted": "Projet sélectionné : '{0}'" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/languages/csharp/common/commandSupport.i18n.json b/i18n/fra/src/vs/languages/csharp/common/commandSupport.i18n.json new file mode 100644 index 00000000000..7c66f182e74 --- /dev/null +++ b/i18n/fra/src/vs/languages/csharp/common/commandSupport.i18n.json @@ -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. +{ + "category.label.dnx": "dnx", + "category.label.dnx.restore": "dnx", + "category.label.k": "k", + "category.label.k.restore": "k", + "command.gone": "La commande n'est plus disponible.", + "exec.label": "{0} - ({1}, {2})", + "restore.label.dnu": "dnu restore - ({0})", + "restore.label.k": "kpm restore - ({0})" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/languages/csharp/common/projectStatus.i18n.json b/i18n/fra/src/vs/languages/csharp/common/projectStatus.i18n.json new file mode 100644 index 00000000000..55412c743ab --- /dev/null +++ b/i18n/fra/src/vs/languages/csharp/common/projectStatus.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "cancel": "Annuler", + "close": "Fermer", + "message": "Certains projets rencontrent des problèmes de chargement. Pour plus d'informations, consultez la sortie.", + "restore": "Restaurer", + "restore.error": "Échec de l'exécution de la restauration, essayez d'exécuter 'dnu restore' manuellement pour {0}.", + "showOutput": "Afficher la sortie", + "unresolvedDependencies": "Il existe des dépendances non résolues de '{0}'. Exécutez la commande restore pour continuer." +} \ No newline at end of file diff --git a/i18n/fra/src/vs/languages/csharp/common/restartOmnisharpAction.i18n.json b/i18n/fra/src/vs/languages/csharp/common/restartOmnisharpAction.i18n.json new file mode 100644 index 00000000000..ee909fda7dc --- /dev/null +++ b/i18n/fra/src/vs/languages/csharp/common/restartOmnisharpAction.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "label": "Redémarrer le serveur Omnisharp" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/languages/csharp/features/diagnosticsSupport.i18n.json b/i18n/fra/src/vs/languages/csharp/features/diagnosticsSupport.i18n.json new file mode 100644 index 00000000000..01d3b2b962d --- /dev/null +++ b/i18n/fra/src/vs/languages/csharp/features/diagnosticsSupport.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "csharp.diagnostics": "{0} [{1}]" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/languages/csharp/features/suggestSupport.i18n.json b/i18n/fra/src/vs/languages/csharp/features/suggestSupport.i18n.json new file mode 100644 index 00000000000..8f3781b152f --- /dev/null +++ b/i18n/fra/src/vs/languages/csharp/features/suggestSupport.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "overload_label": "{0} (+ {1} surcharge(s))" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/languages/csharp/k/execution.i18n.json b/i18n/fra/src/vs/languages/csharp/k/execution.i18n.json new file mode 100644 index 00000000000..ec53e439e45 --- /dev/null +++ b/i18n/fra/src/vs/languages/csharp/k/execution.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "exec.label": "k : {0}/{1} ({2})" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/languages/css/common/css.contribution.i18n.json b/i18n/fra/src/vs/languages/css/common/css.contribution.i18n.json new file mode 100644 index 00000000000..b763437e8b5 --- /dev/null +++ b/i18n/fra/src/vs/languages/css/common/css.contribution.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "cssConfigurationDescription": "Utilisé pour configurer le langage CSS.", + "cssConfigurationTitle": "Configuration de CSS", + "lint": "Contrôle la gravité des problèmes utilisée dans la validation lint.", + "validationSettings": "Contrôle le fonctionnement de la validation CSS." +} \ No newline at end of file diff --git a/i18n/fra/src/vs/languages/css/common/cssWorker.i18n.json b/i18n/fra/src/vs/languages/css/common/cssWorker.i18n.json new file mode 100644 index 00000000000..aeef46148fa --- /dev/null +++ b/i18n/fra/src/vs/languages/css/common/cssWorker.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "css.quickfix.rename": "Renommer « {0} »", + "literal.fontface": "@font-face", + "literal.keyframes": "@keyframes {0}" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/languages/css/common/parser/cssErrors.i18n.json b/i18n/fra/src/vs/languages/css/common/parser/cssErrors.i18n.json new file mode 100644 index 00000000000..2525fecc4ec --- /dev/null +++ b/i18n/fra/src/vs/languages/css/common/parser/cssErrors.i18n.json @@ -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. +{ + "expected.colon": "deux-points attendus", + "expected.comma": "virgule attendue", + "expected.condt": "condition attendue", + "expected.dot": "point attendu", + "expected.expression": "expression attendue", + "expected.ident": "identifiant attendu", + "expected.lcurly": "{ attendue", + "expected.lparen": "( attendue", + "expected.lsquare": "[ attendu", + "expected.number": "nombre attendu", + "expected.operator": "opérateur attendu", + "expected.pagedirordecl": "directive ou déclaration de page attendue", + "expected.percentage": "pourcentage attendu", + "expected.propvalue": "valeur de propriété attendue", + "expected.rcurly": "} attendue", + "expected.rparent": ") attendue", + "expected.rsquare": "] attendu", + "expected.ruleorselector": "at-rule ou sélecteur attendu", + "expected.selector": "sélecteur attendu", + "expected.semicolon": "point-virgule attendu", + "expected.stringliteral": "littéral de chaîne attendu", + "expected.term": "terme attendu", + "expected.uri": "URI attendu", + "expected.uriorstring": "uri ou chaîne attendu", + "expected.varname": "nom de variable attendu", + "expected.varvalue": "valeur de variable attendue", + "unknown.atrule": "at-rule inconnu", + "unknown.keyword": "mot clé inconnu" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/languages/css/common/services/intelliSense.i18n.json b/i18n/fra/src/vs/languages/css/common/services/intelliSense.i18n.json new file mode 100644 index 00000000000..f22a24fec60 --- /dev/null +++ b/i18n/fra/src/vs/languages/css/common/services/intelliSense.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "css.builtin.hsl": "Crée une couleur d'après les valeurs de teinte, de saturation et de luminosité.", + "css.builtin.hsla": "Crée une couleur d'après les valeurs de teinte, de saturation, de luminosité et alpha.", + "css.builtin.rgb": "Crée une couleur d'après les valeurs de rouge, de vert et de bleu.", + "css.builtin.rgba": "Crée une couleur d'après les valeurs de rouge, de vert, de bleu et alpha." +} \ No newline at end of file diff --git a/i18n/fra/src/vs/languages/css/common/services/lint.i18n.json b/i18n/fra/src/vs/languages/css/common/services/lint.i18n.json new file mode 100644 index 00000000000..5648ce01613 --- /dev/null +++ b/i18n/fra/src/vs/languages/css/common/services/lint.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "keyframes.standardrule.missing": "Toujours définir la règle standard '@keyframes' lors de la définition des images clés.", + "keyframes.vendorspecific.missing": "Toujours inclure toutes les règles spécifiques au fabricant : Absent : {0}", + "namelist.concatenated": "{0}, '{1}'", + "namelist.single": "'{0}'", + "property.standard.missing": "Définir également la propriété standard '{0}' pour la compatibilité", + "property.vendorspecific.missing": "Toujours inclure toutes les propriétés spécifiques au fabricant : Absent : {0}" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/languages/css/common/services/lintRules.i18n.json b/i18n/fra/src/vs/languages/css/common/services/lintRules.i18n.json new file mode 100644 index 00000000000..817bc666beb --- /dev/null +++ b/i18n/fra/src/vs/languages/css/common/services/lintRules.i18n.json @@ -0,0 +1,25 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "rule.avoidFloat": "N'utilisez pas 'float'. Les éléments Float peuvent fragiliser le code CSS qui est ainsi plus vulnérable si un aspect de la disposition change.", + "rule.avoidIdSelector": "Les sélecteurs ne doivent pas contenir d'ID, car ces règles sont trop fortement couplées au code HTML.", + "rule.avoidImportant": "N'utilisez pas !important. Cela indique que la spécificité de l'intégralité du code CSS est incorrecte et qu'il doit être refactorisé.", + "rule.colorFunction": "Nombre de paramètres incorrect", + "rule.duplicateDeclarations": "Ne pas utiliser de définitions de style en double", + "rule.emptyRuleSets": "Ne pas utiliser d'ensembles de règles vides", + "rule.fontFaceProperties": "la règle @font-face doit définir les propriétés 'src' et 'font-family'", + "rule.hexColor": "Les couleurs Hex doivent contenir trois ou six chiffres hex", + "rule.ieHack": "Les hacks IE ne sont nécessaires que si IE7 et versions antérieures sont pris en charge", + "rule.importDirective": "Les instructions d'importation ne sont pas chargées en parallèle", + "rule.propertyIgnoredDueToDisplay": "Propriété ignorée en raison de l'affichage. Par exemple, avec 'display: inline', les propriétés width, height, margin-top, margin-bottom et float sont sans effet", + "rule.standardvendorprefix.all": "Lors de l'utilisation d'un préfixe spécifique à un fournisseur, ajouter également la propriété standard", + "rule.universalSelector": "Le sélecteur universel (*) est connu pour sa lenteur", + "rule.unknownProperty": "Propriété inconnue.", + "rule.unknownVendorSpecificProperty": "Propriété spécifique à un fournisseur inconnue.", + "rule.vendorprefixes.all": "Lors de l'utilisation d'un préfixe spécifique à un fabricant, toujours inclure également toutes les propriétés spécifiques au fabricant", + "rule.withHeightAndBorderPadding": "Ne pas utiliser la largeur ou la hauteur avec une marge intérieure ou une bordure", + "rule.zeroWidthUnit": "Aucune unité requise pour zéro" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/languages/css/cssSnippets.i18n.json b/i18n/fra/src/vs/languages/css/cssSnippets.i18n.json new file mode 100644 index 00000000000..cf6fbb7f56f --- /dev/null +++ b/i18n/fra/src/vs/languages/css/cssSnippets.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "transition.snippet": "Propriété de transition entre les navigateurs" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/languages/html/common/htmlTags.i18n.json b/i18n/fra/src/vs/languages/html/common/htmlTags.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/languages/html/common/htmlTags.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/languages/html/htmlSnippets.i18n.json b/i18n/fra/src/vs/languages/html/htmlSnippets.i18n.json new file mode 100644 index 00000000000..70bcb176af7 --- /dev/null +++ b/i18n/fra/src/vs/languages/html/htmlSnippets.i18n.json @@ -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. +{ + "html.snippet": "Point de départ HTML5 simple", + "img.snippet": "Une image", + "javascriptlink.snippet": "Insérer un lien vers un fichier Javascript externe", + "link.snippet": "Un lien", + "ol.snippet": "Une petite liste ordonnée", + "stylesheetlink.snippet": "Insérer un lien vers une feuille de styles", + "table.snippet": "Point de départ d'un tableau de base", + "ul.snippet": "Petite liste non ordonnée" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/languages/javascript/common/javascript.contribution.i18n.json b/i18n/fra/src/vs/languages/javascript/common/javascript.contribution.i18n.json new file mode 100644 index 00000000000..2f80121aab7 --- /dev/null +++ b/i18n/fra/src/vs/languages/javascript/common/javascript.contribution.i18n.json @@ -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. +{ + "allwaysAllWords": "Toujours inclure tous les mots du document actif.", + "compilationSettings": "Contrôle le fonctionnement de la validation JavaScript.", + "jsConfigurationTitle": "Configuration de JavaScript", + "lint": "Contrôle divers aspects de la validation.", + "lint.comparisonOperatorsNotStrict": "Utilisez '!==' et '===' au lieu de '!=' et '=='.", + "lint.curlyBracketsMustNotBeOmitted": "Limitez l'utilisation des accolades.", + "lint.emptyBlocksWithoutComment": "Un bloc vide doit avoir un commentaire.", + "lint.forcedTypeConversion": "Ne redéclarez pas un type de variable par une affectation.", + "lint.functionsInsideLoops": "Fonction dans la boucle.", + "lint.missingSemicolon": "Point-virgule manquant.", + "lint.mixedTypesArithmetics": "N'utilisez des nombres que pour les opérations arithmétiques.", + "lint.newOnLowercaseFunctions": "Fonction avec nom en minuscules utilisée en tant que constructeur.", + "lint.newOnReturningFunctions": "Fonction avec instruction de retour utilisée en tant que constructeur.", + "lint.parametersDontMatchSignature": "Le paramètre ne correspond pas à une signature de fonction", + "lint.primitivesInInstanceOf": "N'utilisez pas instanceof avec des types primitifs.", + "lint.redeclaredVariables": "Ne redéclarez pas une variable en changeant son type.", + "lint.semicolonsInsteadOfBlocks": "Point-virgule à la place du bloc.", + "lint.tripleSlashReferenceAlike": "Recherche les références avec trois barres obliques incorrectes.", + "lint.undeclaredVariables": "N'utilisez pas de variable non déclarée.", + "lint.unknownModule": "Ne demandez pas un module inconnu.", + "lint.unknownProperty": "N'utilisez pas de propriété inconnue.", + "lint.unknownTypeOfResults": "Sortie inattendue de l'opérateur 'typeof'.", + "lint.unusedFunctions": "Fonction locale inutilisée.", + "lint.unusedVariables": "Variable locale inutilisée.", + "semanticValidation": "Exécuter des vérifications lint pour les fichiers JavaScript - remplace les paramètres validate.lint.*.", + "suggestSettings": "Contrôle le fonctionnement de JavaScript IntelliSense.", + "syntaxValidation": "Rechercher des erreurs de syntaxe dans les fichiers JavaScript.", + "useCodeSnippetsOnMethodSuggest": "Fonctions complètes avec leur signature de paramètre." +} \ No newline at end of file diff --git a/i18n/fra/src/vs/languages/json/common/contributions/bowerJSONContribution.i18n.json b/i18n/fra/src/vs/languages/json/common/contributions/bowerJSONContribution.i18n.json new file mode 100644 index 00000000000..2038056afc1 --- /dev/null +++ b/i18n/fra/src/vs/languages/json/common/contributions/bowerJSONContribution.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "json.bower.default": "Bower par défaut.json", + "json.bower.error.repoaccess": "Échec de la requête destinée au référentiel bower : {0}", + "json.bower.package.hover": "{0}" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/languages/json/common/contributions/globPatternContribution.i18n.json b/i18n/fra/src/vs/languages/json/common/contributions/globPatternContribution.i18n.json new file mode 100644 index 00000000000..0fcd95c9ca2 --- /dev/null +++ b/i18n/fra/src/vs/languages/json/common/contributions/globPatternContribution.i18n.json @@ -0,0 +1,24 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "derivedDescription": "Faites correspondre les fichiers ayant des frères portant le même nom mais avec une extension distincte.", + "derivedLabel": "Fichiers avec frères par nom", + "falseDescription": "Désactivez le modèle.", + "falseLabel": "Faux", + "fileDescription": "Faites correspondre tous les fichiers ayant une extension de fichier spécifique.", + "fileLabel": "Fichiers par extension", + "filesDescription": "Faites correspondre tous les fichiers, indépendamment de leurs extensions.", + "filesLabel": "Fichiers avec plusieurs extensions", + "folderDescription": "Faites correspondre un dossier ayant un nom spécifique, indépendamment de son emplacement.", + "folderLabel": "Dossier par nom (tous les emplacements)", + "siblingsDescription": "Faites correspondre les fichiers ayant des frères portant le même nom mais avec une extension distincte.", + "topFolderDescription": "Faites correspondre un dossier de premier niveau.", + "topFolderLabel": "Dossier par nom (premier niveau)", + "topFoldersDescription": "Faites correspondre plusieurs dossiers de premier niveau.", + "topFoldersLabel": "Dossiers avec plusieurs noms (premier niveau)", + "trueDescription": "Activez le modèle.", + "trueLabel": "Vrai" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/languages/json/common/contributions/packageJSONContribution.i18n.json b/i18n/fra/src/vs/languages/json/common/contributions/packageJSONContribution.i18n.json new file mode 100644 index 00000000000..d01cfc07c7f --- /dev/null +++ b/i18n/fra/src/vs/languages/json/common/contributions/packageJSONContribution.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "json.npm.error.repoaccess": "Échec de la requête destinée au référentiel NPM : {0}", + "json.npm.latestversion": "Dernière version du package", + "json.npm.majorversion": "Correspond à la version majeure la plus récente (1.x.x)", + "json.npm.minorversion": "Correspond à la version mineure la plus récente (1.2.x)", + "json.npm.package.hover": "{0}", + "json.npm.version.hover": "Dernière version : {0}", + "json.package.default": "Fichier package.json par défaut" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/languages/json/common/contributions/projectJSONContribution.i18n.json b/i18n/fra/src/vs/languages/json/common/contributions/projectJSONContribution.i18n.json new file mode 100644 index 00000000000..d681ba12071 --- /dev/null +++ b/i18n/fra/src/vs/languages/json/common/contributions/projectJSONContribution.i18n.json @@ -0,0 +1,12 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "json.nugget.error.repoaccess": "Échec de la requête destinée au référentiel nuget : {0}", + "json.nugget.package.hover": "{0}", + "json.nugget.version.hover": "Dernière version : {0}", + "json.nugget.versiondescription.suggest": "Dernière version du package", + "json.project.default": "Projet par défaut.json" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/languages/json/common/json.contribution.i18n.json b/i18n/fra/src/vs/languages/json/common/json.contribution.i18n.json new file mode 100644 index 00000000000..eb625fd1be2 --- /dev/null +++ b/i18n/fra/src/vs/languages/json/common/json.contribution.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "jsonConfiguration.fileMatch": "Modèle de fichier pouvant contenir '*' pour la recherche de correspondance lors de la résolution de fichiers JSON en schémas.", + "jsonConfiguration.fileMatches": "Tableau de modèles de fichiers pour la recherche de correspondance lors de la résolution de fichiers JSON en schémas.", + "jsonConfiguration.schema": "Définition du schéma pour l'URL indiquée. Le schéma doit être fourni uniquement pour éviter les accès à l'URL du schéma.", + "jsonConfiguration.schemaPath": "URL de schéma ou chemin relatif d'un schéma dans le répertoire actif", + "jsonConfiguration.schemas": "Associer les schémas aux fichiers JSON dans le projet actif", + "jsonConfigurationDescription": "Utilisé pour configurer les paramètres et schémas JSON.", + "jsonConfigurationTitle": "Configuration de JSON" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/languages/json/common/json.i18n.json b/i18n/fra/src/vs/languages/json/common/json.i18n.json new file mode 100644 index 00000000000..faf81c76ef7 --- /dev/null +++ b/i18n/fra/src/vs/languages/json/common/json.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "array": "tableaux", + "boolean": "booléens", + "number": "nombres", + "object": "objets", + "string": "chaînes", + "undefined": "non défini" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/languages/json/common/jsonIntellisense.i18n.json b/i18n/fra/src/vs/languages/json/common/jsonIntellisense.i18n.json new file mode 100644 index 00000000000..473508c8390 --- /dev/null +++ b/i18n/fra/src/vs/languages/json/common/jsonIntellisense.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "json.suggest.default": "Valeur par défaut" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/languages/json/common/jsonSchemaService.i18n.json b/i18n/fra/src/vs/languages/json/common/jsonSchemaService.i18n.json new file mode 100644 index 00000000000..695cd379330 --- /dev/null +++ b/i18n/fra/src/vs/languages/json/common/jsonSchemaService.i18n.json @@ -0,0 +1,169 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "app.plugin.json.activationEvents": "Événements d'activation pour le plug-in", + "app.plugin.json.contributes": "Contributions de ce plug-in", + "app.plugin.json.contributes.language": "Contributions au langage du plug-in", + "app.plugin.json.contributes.language.aliases": "Alias de nom pour ce langage", + "app.plugin.json.contributes.language.extensions": "Extensions de fichier associées à ce langage", + "app.plugin.json.contributes.language.filenames": "Noms de fichier associés à ce langage", + "app.plugin.json.contributes.language.id": "ID de ce langage", + "app.plugin.json.dependencies": "Dépendances du plug-in", + "app.plugin.json.mainModule": "Chemin d'accès relatif au fichier JavaScript principal", + "app.plugin.json.pluginId": "ID unique du plug-in", + "app.plugin.json.scripts": "Scripts proposés par le plug-in", + "app.plugin.json.scripts.compile": "Ligne de commande pour compiler ce plug-in", + "bower.json.authors": "Liste des contributeurs au contenu du package.", + "bower.json.dependencies": "Dépendances qui sont spécifiées avec un simple hachage de nom de package pour un identificateur ou une URL compatible semver.", + "bower.json.description": "Permet d'identifier et de rechercher votre package avec une courte description.", + "bower.json.devDependencies": "Dépendances qui sont uniquement nécessaires pour le développement du package, p. ex., framework de test ou documentation de génération.", + "bower.json.exportsOverride": "Utilisé par une tâche grunt-bower-task pour spécifier des emplacements d'installation personnalisés.", + "bower.json.homepage": "URL pour en savoir davantage sur le package. Revient au projet GitHub s'il n'est pas spécifié et s'il s'agit d'un point de terminaison GitHub.", + "bower.json.ignore": "Liste de fichiers que Bower doit ignorer lors de l'installation de votre package.", + "bower.json.invalidPatternName": "Toute propriété commençant par _ est valide.", + "bower.json.keywords": "Utilisé dans la recherche par mot-clé. Il permet de découvrir plus facilement votre package sans connaître son nom.", + "bower.json.license": "Identificateur de licence SPDX ou chemin/URL d'une licence.", + "bower.json.main": "Principaux fichiers actifs nécessaires pour utiliser votre package.", + "bower.json.moduleType": "Types de modules que ce package expose", + "bower.json.packagename": "Nom de votre package.", + "bower.json.private": "S'il a la valeur True, il refusera de la publier. C'est une façon d'éviter la publication accidentelle de référentiels privés.", + "bower.json.repository": "Référentiel où se trouve le code source.", + "bower.json.resolutions": "Versions de dépendances pour la résolution automatique en cas de conflits entre les packages.", + "bower.json.title": "Schéma JSON pour les fichiers de configuration Bower", + "bower.json.version": "Numéro de version sémantique.", + "global.json.projects": "Liste de dossiers du projet relatifs à ce fichier", + "global.json.sources": "Liste de dossiers sources relatifs à ce fichier", + "global.json.title": "Schéma JSON pour les fichiers de configuration généraux d'ASP.NET", + "jsconfig.json.compilerOptions": "Indique au service de langage JavaScript comment valider des fichiers .js", + "jsconfig.json.compilerOptions.charset": "Jeu de caractères des fichiers d'entrée", + "jsconfig.json.compilerOptions.decorators": "Active la prise en charge expérimentale pour les éléments décoratifs ES7.", + "jsconfig.json.compilerOptions.diagnostics": "Affichez les informations de diagnostic.", + "jsconfig.json.compilerOptions.locale": "Paramètres régionaux à utiliser pour afficher les messages d'erreur. Exemple : fr-fr.", + "jsconfig.json.compilerOptions.mapRoot": "Spécifie l'emplacement dans lequel le débogueur doit localiser les fichiers de mappage plutôt que les emplacements générés", + "jsconfig.json.compilerOptions.module": "Génération de code de module à résoudre : 'commonjs', 'amd', 'system' ou 'umd'.", + "jsconfig.json.compilerOptions.noLib": "N'incluez pas le fichier bibliothèque par défaut (lib.d.ts).", + "jsconfig.json.compilerOptions.target": "Spécifiez la version cible ECMAScript : 'ES3' (par défaut), 'ES5' ou 'ES6' (expérimentale).", + "jsconfig.json.exclude": "Listez les fichiers et dossiers qui ne doivent pas être inclus. Cette propriété n'est pas honorée quand la propriété 'files' est présente.", + "jsconfig.json.files": "Si aucune propriété 'files' n'est présente dans un fichier jsconfig.json, le service de langage inclut par défaut tous les fichiers, le répertoire conteneur et les sous-répertoires. Quand une propriété 'files' est spécifiée, seuls ces fichiers sont inclus.", + "jsconfig.json.title": "Schéma JSON pour le fichier de configuration JavaScript", + "json.schema.unabletoload": "Impossible de charger le schéma depuis '{0}' : {1}.", + "package.json.bugs": "URL de l'utilitaire de suivi des problèmes de votre projet et/ou adresse électronique à laquelle signaler les problèmes. Ces éléments sont utiles pour les personnes qui rencontrent des problèmes avec votre package.", + "package.json.bugs.email": "Adresse e-mail à laquelle signaler les problèmes.", + "package.json.bugs.url": "URL de l'utilitaire de suivi des problèmes de votre projet.", + "package.json.bundleDependencies": "Tableau des noms de package qui seront inclus lors de la publication du package.", + "package.json.bundledDependencies": "Tableau des noms de package qui seront inclus lors de la publication du package.", + "package.json.config": "Un hachage 'config' peut être utilisé pour définir des paramètres de configuration utilisés dans les scripts de package qui sont conservés lors des mises à niveau.", + "package.json.contributors": "Liste des contributeurs à ce package.", + "package.json.dependency": "Les dépendances sont spécifiées avec un simple hachage de nom de package pour une plage de versions. La plage de versions est une chaîne avec un ou plusieurs descripteurs séparés par des espaces. Les dépendances peuvent également être identifiées avec un tarball ou une URL Git.", + "package.json.descr": "Cela permet aux utilisateurs de découvrir votre package, car il est répertorié dans 'npm search'.", + "package.json.description": "Configuration NPM pour ce package.", + "package.json.directories.bin": "Si vous spécifiez un répertoire 'bin', tous les fichiers dans ce dossier sont utilisés comme hachage'bin'.", + "package.json.directories.doc": "Placez les fichiers Markdown ici. Finalement, ils s'afficheront correctement, peut-être, un jour.", + "package.json.directories.example": "Placez les exemples de scripts ici. Un jour, la présentation sera peut-être plus intelligente.", + "package.json.directories.lib": "Indiquez aux utilisateurs où se trouve la majeure partie de votre bibliothèque. Aucune action spéciale d'aucune sorte n'est effectuée sur le dossier lib, mais ce sont des métainformations utiles.", + "package.json.directories.man": "Dossier rempli de pages man. Sugar pour générer un tableau 'man' en parcourant le dossier.", + "package.json.files": "Le champ 'files' est un tableau de fichiers à inclure dans votre projet. Si un dossier est nommé dans le tableau, les fichiers situés dans ce dossier seront également inclus.", + "package.json.homepage": "URL de la page d'accueil du projet.", + "package.json.keywords": "Cela permet aux utilisateurs de découvrir votre package, car il est répertorié dans 'npm search'.", + "package.json.license": "Vous devez indiquer une licence pour votre package afin que les utilisateurs connaissent les conditions d'utilisation et toutes les restrictions que vous avez définies.", + "package.json.licenses": "Vous devez indiquer une licence pour votre package afin que les utilisateurs connaissent les conditions d'utilisation et toutes les restrictions que vous avez définies.", + "package.json.main": "Le champ principal est un ID de module qui constitue le point d'entrée principal de votre programme.", + "package.json.maintainers": "Liste des personnes qui tiennent ce package à jour", + "package.json.man": "Spécifiez un fichier unique ou un tableau de noms de fichiers à mettre en place que le programme man peut rechercher.", + "package.json.name": "Nom du package.", + "package.json.person": "Personne qui a été impliquée dans la création ou la gestion de ce package", + "package.json.preferGlobal": "Si votre package est principalement une application en ligne de commande qui doit être installée globalement, définissez la valeur true pour afficher un avertissement si elle est installée en local.", + "package.json.private": "Si la valeur est true, npm refusera de le publier.", + "package.json.repository": "Spécifiez l'emplacement du code. Cela est utile pour les personnes qui veulent contribuer.", + "package.json.scripts": "Le membre 'scripts' est un hachage d'objet de commandes de script qui sont exécutées à différents moments du cycle de vie de votre package. La clé est l'événement du cycle de vie et la valeur est la commande à exécuter à ce stade.", + "package.json.underscore": "Toute propriété commençant par _ est valide.", + "package.json.version": "La version doit être analysable par node-semver, qui est fourni avec npm en tant que dépendance.", + "project.json.authors": "Auteur de l'application", + "project.json.bundleExclude": "Liste de fichiers à exclure de la sortie de publication (lot kpm).", + "project.json.code": "Modèle Glob pour spécifier tous les fichiers de code qui doivent être compilés. (type de données : chaîne ou tableau avec modèle(s) Glob). Exemple : [ 'Dossier1*.cs', 'Dossier2*.cs' ]", + "project.json.commands": "Commandes disponibles pour cette application", + "project.json.compilationOptions": "Options de compilation transférées à Roslyn", + "project.json.configurations": "Les configurations sont des groupes nommés de paramètres de compilation. Il existe 2 valeurs par défaut intégrées au runtime, à savoir 'Debug' et 'Release'.", + "project.json.dependencies": "Dépendances de l'application. Chaque entrée spécifie le nom et la version d'un package Nuget.", + "project.json.dependency.name": "Version de la dépendance.", + "project.json.dependency.type": "Type de la dépendance. Les dépendances de 'build' n'existent qu'au moment de la génération", + "project.json.description": "Description de l'application", + "project.json.exclude": "Modèle Glob pour indiquer tous les fichiers de code à exclure de la compilation. (type de données : chaîne ou tableau avec modèle(s) Glob).", + "project.json.frameworks": "Infrastructures cibles qui seront générées et dépendances spécifiques à la configuration.", + "project.json.preprocess": "Modèle Glob pour indiquer que tous les fichiers de code doivent être prétraités. (type de données : chaîne avec modèle Glob).", + "project.json.resources": "Modèle Glob pour indiquer tous les fichiers qui doivent être compilés comme ressources.", + "project.json.script": "Script ou scripts de ligne de commande.\r\rVariables disponibles :\r%project:Directory% - Répertoire du projet\r%project:Name% - Nom du projet\r%project:Version% - Version du projet", + "project.json.scripts": "Scripts à exécuter pendant les différentes phases.", + "project.json.shared": "Modèle Glob pour spécifier tous les fichiers de code à partager avec les projets dépendants. Exemple : [ 'Dossier1*.cs', 'Dossier2*.cs' ]", + "project.json.title": "Schéma JSON des fichiers ASP.NET project.json", + "project.json.version": "Version de l'application. Exemple : 1.2.0.0", + "project.json.webroot": "La spécification de la propriété webroot dans le fichier project.json spécifie la racine du serveur web (c'est-à-dire, dossier public). Dans Visual Studio, ce dossier sera utilisé à la racine IIS. Les fichiers statiques doivent être placés ici.", + "schema.json": "Décrit un fichier JSON à l'aide d'un schéma. Voir json-schema.org pour plus d'infos.", + "schema.json.$schema": "Schéma servant à la vérification de ce document.", + "schema.json.additionalItems": "Pour les tableaux, uniquement lorsque les éléments sont définis comme tableau. S'il s'agit d'un schéma, celui-ci valide les éléments après ceux spécifiés par le tableau d'éléments. Si la valeur est false, les éléments supplémentaires entraînent l'échec de la validation.", + "schema.json.additionalProperties": "Schéma ou booléen. S'il s'agit d'un schéma, il est utilisé pour valider toutes les propriétés non mises en correspondance par 'properties' ou 'patternProperties'. Si la valeur est false, toutes les propriétés non mises en correspondance par l'un ou l'autre entraînent l'échec du schéma.", + "schema.json.allOf": "Tableau de schémas qui doivent tous correspondre.", + "schema.json.anyOf": "Tableau de schémas dont au moins un doit correspondre.", + "schema.json.default": "Valeur par défaut. Utilisée par les suggestions.", + "schema.json.definitions": "Non utilisé pour la validation. Placez ici les sous-schémas que vous voulez référencer inline avec $ref", + "schema.json.dependencies": "Mappage des noms de propriétés à un tableau de noms de propriétés ou un schéma. Un tableau de noms de propriétés implique que la propriété nommée dans la clé nécessite que les propriétés du tableau soient présentes dans l'objet pour être valide. Si la valeur est un schéma, celui-ci est uniquement appliqué à l'objet si la propriété dans la clé existe sur l'objet.", + "schema.json.description": "Description longue de l'élément. Utilisée dans les menus sensitifs et les suggestions.", + "schema.json.enum": "Ensemble des valeurs littérales valides", + "schema.json.exclusiveMaximum": "Rend la propriété maximum exclusive.", + "schema.json.exclusiveMininum": "Rend la propriété minimum exclusive.", + "schema.json.id": "Identificateur unique du schéma.", + "schema.json.items": "Pour les tableaux. Peut être soit un schéma en fonction duquel valider chaque élément, soit un tableau de schémas en fonction duquel valider chaque élément dans l'ordre (le premier schéma valide le premier élément, le deuxième schéma valide le deuxième élément, etc.).", + "schema.json.maxItems": "Nombre maximum d'éléments pouvant figurer dans un tableau (inclusif).", + "schema.json.maxLength": "Longueur maximum d'une chaîne.", + "schema.json.maxProperties": "Nombre maximum de propriétés d'un objet (inclusif).", + "schema.json.maximum": "Valeur numérique maximum, inclusive par défaut.", + "schema.json.minItems": "Nombre minimum d'éléments pouvant figurer dans un tableau (inclusif).", + "schema.json.minLength": "Longueur minimum d'une chaîne.", + "schema.json.minProperties": "Nombre minimum de propriétés d'un objet (inclusif).", + "schema.json.minimum": "Valeur numérique minimum, inclusive par défaut.", + "schema.json.multipleOf": "Nombre qui doit diviser parfaitement la valeur actuelle (sans reste)", + "schema.json.not": "Schéma qui ne doit pas correspondre.", + "schema.json.oneOf": "Tableau de schémas, dont exactement un doit correspondre.", + "schema.json.pattern": "Expression régulière à mettre en correspondance avec la chaîne. Elle n'est pas implicitement ancrée.", + "schema.json.patternProperties": "Mappage d'expressions régulières sur les noms de propriété avec les schémas des propriétés correspondantes.", + "schema.json.properties": "Mappage des noms de propriété avec les schémas de chaque propriété.", + "schema.json.required": "Tableau de chaînes qui répertorie les noms de toutes les propriétés requises sur cet objet.", + "schema.json.title": "Titre descriptif de l'élément. ", + "schema.json.type": "Chaîne d'un des types de schéma de base (nombre, entier, Null, tableau, objet, booléen ou chaîne) ou tableau de chaînes spécifiant un sous-ensemble de ces types.", + "schema.json.uniqueItems": "Si tous les éléments du tableau doivent être uniques. La valeur par défaut est false.", + "snippetSchema.json": "Configuration de l'extrait de code utilisateur", + "snippetSchema.json.body": "Contenu de l'extrait de code. Utilisez '${id}', '${id:label}', '${1:label}' pour les variables, et '$0', '$1' pour les positions du curseur", + "snippetSchema.json.description": "Description de l'extrait de code.", + "snippetSchema.json.prefix": "Préfixe à utiliser durant la sélection de l'extrait de code dans IntelliSense", + "tsconfig.json.compilerOptions": "Indique au compilateur TypeScript comment compiler les fichiers .ts", + "tsconfig.json.compilerOptions.charset": "Jeu de caractères des fichiers d'entrée", + "tsconfig.json.compilerOptions.declaration": "Génère les fichiers d.ts correspondants.", + "tsconfig.json.compilerOptions.diagnostics": "Affichez les informations de diagnostic.", + "tsconfig.json.compilerOptions.emitBOM": "Émettez une marque d'ordre d'octet (BOM) UTF-8 au début des fichiers de sortie.", + "tsconfig.json.compilerOptions.inlineSourceMap": "Émettez un seul fichier avec des mappages de sources au lieu d'avoir un fichier distinct.", + "tsconfig.json.compilerOptions.inlineSources": "Émettez la source aux côtés des mappages de sources dans un fichier unique. Nécessite que --inlineSourceMap soit défini.", + "tsconfig.json.compilerOptions.listFiles": "Imprimez les noms des fichiers faisant partie de la compilation.", + "tsconfig.json.compilerOptions.locale": "Paramètres régionaux à utiliser pour afficher les messages d'erreur. Exemple : fr-fr.", + "tsconfig.json.compilerOptions.mapRoot": "Spécifie l'emplacement dans lequel le débogueur doit localiser les fichiers de mappage plutôt que les emplacements générés", + "tsconfig.json.compilerOptions.module": "Spécifiez la génération de code de module : 'CommonJS', 'Amd', 'System' ou 'UMD'.", + "tsconfig.json.compilerOptions.newLine": "Spécifie la fin de la séquence de ligne à utiliser durant l'émission des fichiers : 'CRLF' (dos) ou 'LF' (unix).", + "tsconfig.json.compilerOptions.noEmit": "Ne pas émettre de sortie.", + "tsconfig.json.compilerOptions.noEmitHelpers": "Ne générez pas de fonctions d'assistance personnalisées comme __extends dans la sortie compilée.", + "tsconfig.json.compilerOptions.noEmitOnError": "N'émettez pas de sorties si des erreurs de vérification de type ont été signalées.", + "tsconfig.json.compilerOptions.noImplicitAny": "Avertit en cas d'expressions et de déclarations possédant un type 'any' implicite.", + "tsconfig.json.compilerOptions.noLib": "N'incluez pas le fichier bibliothèque par défaut (lib.d.ts).", + "tsconfig.json.compilerOptions.out": "Concaténer la sortie et l'émettre vers un seul fichier.", + "tsconfig.json.compilerOptions.outDir": "Rediriger la structure de sortie vers le répertoire.", + "tsconfig.json.compilerOptions.preserveConstEnums": "Ne pas effacer les déclarations d'enum const dans le code généré.", + "tsconfig.json.compilerOptions.removeComments": "Ne pas publier de commentaires dans la sortie.", + "tsconfig.json.compilerOptions.rootDir": "Spécifie le répertoire racine des fichiers d'entrée. Utilisé pour contrôler la structure de répertoires de sortie avec --outDir.", + "tsconfig.json.compilerOptions.sourceMap": "Génère le fichier '.map' correspondant.", + "tsconfig.json.compilerOptions.sourceRoot": "Spécifie l'emplacement dans lequel le débogueur doit localiser les fichiers TypeScript plutôt que les emplacements source.", + "tsconfig.json.compilerOptions.suppressImplicitAnyIndexErrors": "Supprimer les erreurs noImplicitAny pour les objets d'indexation auxquels il manque des signatures d'index.", + "tsconfig.json.compilerOptions.target": "Spécifiez la version cible ECMAScript : 'ES3' (par défaut), 'ES5' ou 'ES6' (expérimentale).", + "tsconfig.json.files": "Si aucune propriété 'files' n'est présente dans un tsconfig.json, le compilateur inclut par défaut tous les fichiers, le répertoire contenant et les sous-répertoires. Quand une propriété 'files' est spécifiée, seuls ces fichiers sont inclus.", + "tsconfig.json.title": "Schéma JSON pour le fichier de configuration du compilateur TypeScript" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/languages/json/common/parser/jsonParser.i18n.json b/i18n/fra/src/vs/languages/json/common/parser/jsonParser.i18n.json new file mode 100644 index 00000000000..e8ea94c3c28 --- /dev/null +++ b/i18n/fra/src/vs/languages/json/common/parser/jsonParser.i18n.json @@ -0,0 +1,44 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "ColonExpected": "Signe des deux points attendu", + "DisallowedExtraPropWarning": "La propriété {0} n'est pas autorisée", + "DoubleQuotesExpected": "Les clés de propriété doivent être entre guillemets doubles", + "DuplicateKeyWarning": "Clé d'objet en double", + "End of file expected": "Fin de fichier attendue", + "ExpectedCloseBrace": "Virgule ou accolade fermante attendue", + "ExpectedCloseBracket": "Virgule ou crochet fermant attendu", + "Invalid symbol": "Littéral, tableau ou objet JSON attendu", + "InvalidEscapeCharacter": "Caractère d'échappement non valide dans la chaîne", + "InvalidNumberFormat": "Format de nombre non valide", + "InvalidUnicode": "Séquence unicode non valide dans la chaîne", + "MaxPropWarning": "L'objet a plus de propriétés que la limite {0}", + "MinPropWarning": "L'objet a moins de propriétés que le nombre requis {0}", + "MissingRequiredPropWarning": "Propriété manquante \"{0}\"", + "PropertyExpected": "Propriété attendue", + "RequiredDependentPropWarning": "La propriété {0} requise par la propriété {1} est manquante pour l'objet", + "UnexpectedEndOfComment": "Fin de commentaire inattendue", + "UnexpectedEndOfNumber": "Fin de nombre inattendue", + "UnexpectedEndOfString": "Fin de chaîne inattendue", + "ValueExpected": "Valeur attendue", + "additionalItemsWarning": "Le tableau comporte trop d'éléments selon le schéma. {0} maximum sont attendus", + "enumWarning": "La valeur n'est pas acceptée. Valeurs valides : {0}", + "exclusiveMaximumWarning": "La valeur est supérieure au maximum exclusif {0}", + "exclusiveMinimumWarning": "La valeur est inférieur au minimum exclusif {0}", + "maxItemsWarning": "Le tableau contient trop d'éléments. {0} éléments au maximum sont attendus", + "maxLengthWarning": "La chaîne est plus courte que la longueur maximum", + "maximumWarning": "La valeur est supérieure au maximum {0}", + "minItemsWarning": "Le tableau ne contient pas assez d'éléments. {0} minimum sont attendus", + "minLengthWarning": "La chaîne est plus courte que la longueur minimum", + "minimumWarning": "La valeur est inférieure au minimum {0}", + "multipleOfWarning": "La valeur n'est pas divisible par {0}", + "notSchemaWarning": "Correspond à un schéma non autorisé.", + "oneOfWarning": "Correspond à plusieurs schémas alors qu'un seul doit exister pour la validation.", + "patternWarning": "La chaîne ne correspond pas au modèle \"{0}\"", + "typeArrayMismatchWarning": "Type incorrect. {0} était attendu.", + "typeMismatchWarning": "Type incorrect. \"{0}\" était attendu", + "uniqueItemsWarning": "Le tableau comporte des doublons" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/languages/json/contributions/packageJSONContribution.i18n.json b/i18n/fra/src/vs/languages/json/contributions/packageJSONContribution.i18n.json new file mode 100644 index 00000000000..9b5f5a19fba --- /dev/null +++ b/i18n/fra/src/vs/languages/json/contributions/packageJSONContribution.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "json.npm.package.hover": "{0}", + "json.npm.version.hover": "Dernière version : {0}", + "json.package.default": "Package par défaut.json" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/languages/less/common/less.contribution.i18n.json b/i18n/fra/src/vs/languages/less/common/less.contribution.i18n.json new file mode 100644 index 00000000000..2047a9b3471 --- /dev/null +++ b/i18n/fra/src/vs/languages/less/common/less.contribution.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "lessConfigurationDescription": "Utilisé pour configurer le langage LESS.", + "lessConfigurationTitle": "Configuration LESS", + "lessLint": "Contrôle la gravité des problèmes utilisée dans la validation LESS lint.", + "lessValidationSettings": "Contrôle le fonctionnement de la validation LESS." +} \ No newline at end of file diff --git a/i18n/fra/src/vs/languages/less/common/services/intelliSense.i18n.json b/i18n/fra/src/vs/languages/less/common/services/intelliSense.i18n.json new file mode 100644 index 00000000000..d9bc43291d2 --- /dev/null +++ b/i18n/fra/src/vs/languages/less/common/services/intelliSense.i18n.json @@ -0,0 +1,60 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "less.builtin.abs": "valeur absolue d'un nombre", + "less.builtin.acos": "arccosinus - inverse de la fonction cosinus", + "less.builtin.alpha": "retourne le canal `alpha` de `@color`", + "less.builtin.argb": "crée un #AARRVVBB", + "less.builtin.asin": "arcsinus - inverse de la fonction sinus", + "less.builtin.atan": "arctangente - inverse de la fonction tangente", + "less.builtin.blue": "retourne le canal `bleu` de `@color`", + "less.builtin.ceil": "arrondit à l'entier supérieur", + "less.builtin.color": "analyse une chaîne pour obtenir une couleur", + "less.builtin.contrast": "retourne `@darkcolor` si `@color1 is> 43% luma` sinon retourne `@lightcolor`, voir remarques", + "less.builtin.convert": "convertit des nombres d'un type à un autre", + "less.builtin.cos": "fonction cosinus", + "less.builtin.darken": "retourne `@color` à 10 % de points _plus sombres_", + "less.builtin.data-uri": "intègre une ressource et revient à `url()`", + "less.builtin.desaturate": "retourne `@color` à 10 % de points _moins_ saturés", + "less.builtin.e": "contenu de chaîne d'échappement", + "less.builtin.escape": "L'URL encode une chaîne", + "less.builtin.extract": "retourne une valeur à la position spécifiée dans la liste", + "less.builtin.fade": "retourne `@color` avec 50 % de transparence", + "less.builtin.fadein": "retourne `@color` à 10 % de points _moins_ transparents", + "less.builtin.fadeout": "retourne `@color` à 10 % de points _plus_ transparents", + "less.builtin.floor": "arrondit à l'entier inférieur", + "less.builtin.green": "retourne le canal `vert` de `@color`", + "less.builtin.greyscale": "retourne une couleur grise désaturée à 100 %", + "less.builtin.hsl": "crée une couleur", + "less.builtin.hsla": "crée une couleur", + "less.builtin.hsv": "crée une couleur", + "less.builtin.hsva": "crée une couleur", + "less.builtin.hsvhue": "retourne le canal `teinte` de `@color` dans l'espace TSV", + "less.builtin.hsvsaturation": "retourne le canal `saturation` de `@color` dans l'espace TSV", + "less.builtin.hsvvalue": "retourne le canal `valeur` de `@color` dans l'espace TSV", + "less.builtin.hue": "retourne le canal `teinte` de `@color` dans l'espace TSL", + "less.builtin.length": "retourne le nombre d'éléments dans une liste de valeurs", + "less.builtin.lighten": "retourne `@color` à 10 % de points _plus clairs_", + "less.builtin.lightness": "retourne le canal `luminosité` de `@color` dans l'espace TSL", + "less.builtin.luma": "retourne la valeur `luma` (luminosité perçue) de `@color`", + "less.builtin.max": "retourne la ou les valeurs les plus faibles", + "less.builtin.min": "retourne la ou les valeurs les plus faibles", + "less.builtin.mix": "retourne un mélange de `@color1` et de `@color2`", + "less.builtin.mod": "premier argument coefficient second argument", + "less.builtin.percentage": "convertit en pourcentage, par ex. 0,5 > 50 %", + "less.builtin.pi": "retourne pi", + "less.builtin.pow": "premier argument élevé à la puissance du second argument", + "less.builtin.red": "retourne le canal `rouge` de `@color`", + "less.builtin.replace": "remplacement de chaîne", + "less.builtin.round": "arrondit un nombre à un nombre de décimales", + "less.builtin.saturate": "retourne `@color` à 10 % de points _plus_ saturés", + "less.builtin.saturation": "retourne le canal `saturation` de `@color` dans l'espace TSL", + "less.builtin.sin": "fonction sinus", + "less.builtin.spin": "retourne `@color` avec 10 degrés de teinte en plus", + "less.builtin.sqrt": "calcule la racine carrée d'un nombre", + "less.builtin.tan": "fonction tangente", + "less.builtin.unit": "supprime ou modifie l'unité d'une dimension" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/languages/less/lessWorker.i18n.json b/i18n/fra/src/vs/languages/less/lessWorker.i18n.json new file mode 100644 index 00000000000..77a351673e1 --- /dev/null +++ b/i18n/fra/src/vs/languages/less/lessWorker.i18n.json @@ -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. +{ + "literal.fontface": "@font-face", + "literal.keyframes": "@keyframes {0}" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/languages/less/parser/errors.i18n.json b/i18n/fra/src/vs/languages/less/parser/errors.i18n.json new file mode 100644 index 00000000000..ace6da07c40 --- /dev/null +++ b/i18n/fra/src/vs/languages/less/parser/errors.i18n.json @@ -0,0 +1,24 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "expected.colon": "deux-points attendus", + "expected.condt": "condition attendue", + "expected.dot": "point attendu", + "expected.ident": "identifiant attendu", + "expected.lcurly": "{ attendue", + "expected.lparen": "( attendue", + "expected.lsquare": "[ attendu", + "expected.number": "nombre attendu", + "expected.operator": "opérateur attendu", + "expected.propvalue": "valeur de propriété attendue", + "expected.rcurly": "} attendue", + "expected.rparent": ") attendue", + "expected.rsquare": "] attendu", + "expected.semicolon": "point-virgule attendu", + "expected.term": "terme attendu", + "expected.varname": "nom de variable attendu", + "expected.varvalue": "valeur de variable attendue" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/languages/less/services/lint.i18n.json b/i18n/fra/src/vs/languages/less/services/lint.i18n.json new file mode 100644 index 00000000000..2662e2ef4e3 --- /dev/null +++ b/i18n/fra/src/vs/languages/less/services/lint.i18n.json @@ -0,0 +1,20 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "parse.error.general": "Erreur d'analyse : {0}", + "rule.colorFunction": "nombre de paramètres incorrect", + "rule.duplicateDeclarations": "Ne pas utiliser de définitions de style en double", + "rule.emptyRuleSets": "Ne pas utiliser d'ensembles de règles vides", + "rule.fontFaceProperties": "la règle @font-face doit définir les propriétés 'src' et 'font-family'", + "rule.hexColor": "les couleurs hex doivent être composées de trois ou six nombres hexadécimaux", + "rule.importDirective": "Les instructions d'importation ne sont pas chargées en parallèle", + "rule.universalSelector": "Le sélecteur universel (*) est connu pour sa lenteur", + "rule.unkownProperty": "Propriété inconnue.", + "rule.vendorprefixes.all": "En cas d'utilisation d'un préfixe propre à un fournisseur, veiller à tous les utiliser", + "rule.vendorprefixes.standard": "En cas d'utilisation de préfixes propres à un fournisseur, veiller à inclure également le nom standard", + "rule.withHeightAndBorderPadding": "Ne pas utiliser la largeur ou la hauteur avec une marge intérieure ou une bordure", + "rule.zeroWidthUnit": "Aucune unité requise pour zéro" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/languages/lib/javascriptSnippets.i18n.json b/i18n/fra/src/vs/languages/lib/javascriptSnippets.i18n.json new file mode 100644 index 00000000000..beb0719b406 --- /dev/null +++ b/i18n/fra/src/vs/languages/lib/javascriptSnippets.i18n.json @@ -0,0 +1,22 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "define.snippet": "définir le module", + "dowhile.snippet": "Instruction Do-While", + "for.snippet": "Boucle For", + "foreach.snippet": "Boucle For-Each", + "forin.snippet": "Boucle For-In", + "function.snippet": "Instruction Function", + "if.snippet": "Instruction If", + "ifelse.snippet": "Instruction If-Else", + "log.snippet": "Journal de la console", + "new.snippet": "Instruction New", + "settimeout.snippet": "Définir la fonction Timeout", + "switch.snippet": "Instruction Switch", + "tripleslashreference.snippet": "Référence relative à un autre fichier", + "trycatch.snippet": "Instruction Try-Catch", + "while.snippet": "Instruction While" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/languages/markdown/common/markdown.contribution.i18n.json b/i18n/fra/src/vs/languages/markdown/common/markdown.contribution.i18n.json new file mode 100644 index 00000000000..98008044146 --- /dev/null +++ b/i18n/fra/src/vs/languages/markdown/common/markdown.contribution.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "markdownConfigurationDescription": "Utilisé pour configurer les paramètres liés à l'aperçu de texte.", + "markdownConfigurationTitle": "Configuration de l'aperçu de texte", + "styles": "Une liste d'URL ou de chemins d'accès locaux vers les feuilles de styles CSS à utiliser à partir de l'aperçu de texte." +} \ No newline at end of file diff --git a/i18n/fra/src/vs/languages/markdown/markdownSnippets.i18n.json b/i18n/fra/src/vs/languages/markdown/markdownSnippets.i18n.json new file mode 100644 index 00000000000..83c65eaf206 --- /dev/null +++ b/i18n/fra/src/vs/languages/markdown/markdownSnippets.i18n.json @@ -0,0 +1,18 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "bold.snippet": "Insérer du texte en gras", + "code.snippet": "Insérer du code", + "fencedcodeblock.snippet": "Insérer un bloc de code délimité", + "heading.snippet": "Insérer un titre", + "image.snippet": "Insérer une image", + "italic.snippet": "Insérer du texte en italique", + "link.snippet": "Insérer un lien", + "orderedList.snippet": "Insérer une liste triée", + "quote.snippet": "Insérer du texte entre guillemets", + "rule.snippet": "Insérer une règle horizontale", + "unorderedList.snippet": "Insérer une liste non triée" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/languages/sass/common/parser/sassErrors.i18n.json b/i18n/fra/src/vs/languages/sass/common/parser/sassErrors.i18n.json new file mode 100644 index 00000000000..70a0fcd5957 --- /dev/null +++ b/i18n/fra/src/vs/languages/sass/common/parser/sassErrors.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "expected.from": "'from' attendu", + "expected.in": "'in' attendu", + "expected.through": "'through' ou 'to' attendu" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/languages/sass/common/sass.contribution.i18n.json b/i18n/fra/src/vs/languages/sass/common/sass.contribution.i18n.json new file mode 100644 index 00000000000..c2414785feb --- /dev/null +++ b/i18n/fra/src/vs/languages/sass/common/sass.contribution.i18n.json @@ -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. +{ + "sassConfigurationTitle": "Configuration Sass", + "sassLint": "Contrôle la gravité des problèmes utilisée dans la validation Sass lint." +} \ No newline at end of file diff --git a/i18n/fra/src/vs/languages/sass/common/services/intelliSense.i18n.json b/i18n/fra/src/vs/languages/sass/common/services/intelliSense.i18n.json new file mode 100644 index 00000000000..8a7c896f153 --- /dev/null +++ b/i18n/fra/src/vs/languages/sass/common/services/intelliSense.i18n.json @@ -0,0 +1,81 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "sass.builtin.abs": "Retourne la valeur absolue d'un nombre.", + "sass.builtin.adjust-color": "Augmente ou réduit un ou plusieurs composants d'une couleur.", + "sass.builtin.adjust-hue": "Modifie la teinte d'une couleur.", + "sass.builtin.alpha": "Obtient le composant opacité d'une couleur.", + "sass.builtin.append": "Ajoute une seule valeur à la fin d'une liste.", + "sass.builtin.blue": "Obtient le composant bleu d'une couleur.", + "sass.builtin.call": "Appelle une fonction Sass de manière dynamique.", + "sass.builtin.ceil": "Arrondit un nombre au nombre entier suivant.", + "sass.builtin.change-color": "Modifie une ou plusieurs propriétés d'une couleur.", + "sass.builtin.comparable": "Indique si deux nombres peuvent être additionnés, soustraits ou comparés.", + "sass.builtin.complement": "Retourne le complément d'une couleur.", + "sass.builtin.darken": "Rend une couleur plus sombre.", + "sass.builtin.desaturate": "Rend une couleur moins saturée.", + "sass.builtin.fade-in": "Rend une couleur plus opaque.", + "sass.builtin.feature-exists": "Indique si une fonctionnalité existe dans l'exécution Sass en cours.", + "sass.builtin.floor": "Arrondit un nombre au nombre entier précédent.", + "sass.builtin.function-exists": "Indique si une fonction portant le nom donné existe.", + "sass.builtin.global-variable-exists": "Indique si une variable portant le nom donné existe dans l'étendue globale.", + "sass.builtin.grayscale": "Convertit une couleur en nuances de gris.", + "sass.builtin.green": "Obtient le composant vert d'une couleur.", + "sass.builtin.hue": "Obtient le composant teinte d'une couleur.", + "sass.builtin.ie-hex-str": "Convertit une couleur dans le format compris par les filtres IE.", + "sass.builtin.index": "Retourne la position d'une valeur dans une liste.", + "sass.builtin.inspect": "Retourne la représentation sous forme de chaîne d'une valeur comme elle serait représentée dans Sass.", + "sass.builtin.invert": "Retourne l'inverse d'une couleur.", + "sass.builtin.is-superselector": "Indique si $super correspond à tous les éléments auxquels correspond $sub, voire plus.", + "sass.builtin.join": "Rassemble deux listes en une.", + "sass.builtin.keywords": "Retourne les mots clés passés à une fonction qui prend des arguments de variable.", + "sass.builtin.length": "Retourne la longueur d'une liste.", + "sass.builtin.lighten": "Rend une couleur plus claire.", + "sass.builtin.lightness": "Obtient le composant luminosité d'une couleur.", + "sass.builtin.list-separator": "Retourne le séparateur d'une liste.", + "sass.builtin.map-get": "Retourne la valeur, incluse dans un mappage, associée à une clé donnée.", + "sass.builtin.map-has-key": "Indique si un mappage comporte une valeur associée à une clé donnée.", + "sass.builtin.map-keys": "Retourne la liste de toutes les clés incluses dans un mappage.", + "sass.builtin.map-merge": "Fusionne deux mappages pour en créer un nouveau.", + "sass.builtin.map-remove": "Retourne un nouveau mappage avec les clés supprimées.", + "sass.builtin.map-values": "Retourne la liste de toutes les valeurs incluses dans un mappage.", + "sass.builtin.max": "Recherche le nombre maximal dans plusieurs nombres.", + "sass.builtin.min": "Recherche le nombre minimal dans plusieurs nombres.", + "sass.builtin.mix": "Mélange deux couleurs ensemble.", + "sass.builtin.mixin-exists": "Indique si un mixin portant le nom donné existe.", + "sass.builtin.nth": "Retourne un élément spécifique d'une liste.", + "sass.builtin.opacify": "Rend une couleur plus opaque.", + "sass.builtin.percentage": "Convertit un nombre sans unité en pourcentage.", + "sass.builtin.quote": "Ajoute des guillemets à une chaîne.", + "sass.builtin.random": "Retourne un nombre aléatoire.", + "sass.builtin.red": "Obtient le composant rouge d'une couleur.", + "sass.builtin.rgba": "Modifie le composant alpha d'une couleur.", + "sass.builtin.round": "Arrondit un nombre au nombre entier le plus proche.", + "sass.builtin.saturate": "Rend une couleur plus saturée.", + "sass.builtin.saturation": "Obtient le composant saturation d'une couleur.", + "sass.builtin.scale-color": "Met à l'échelle une ou plusieurs propriétés d'une couleur de manière fluide.", + "sass.builtin.selector-append": "Ajoute des sélecteurs à chacun sans espaces entre eux.", + "sass.builtin.selector-extend": "Étend $extendee avec $extender dans $selector.", + "sass.builtin.selector-nest": "Imbrique le sélecteur au-dessous de l'autre comme dans la feuille de style.", + "sass.builtin.selector-parse": "Analyse un sélecteur dans le format retourné par &.", + "sass.builtin.selector-replace": "Remplace $original par $replacement dans $selector.", + "sass.builtin.selector-unify": "Unifie deux sélecteurs pour en produire un qui correspond aux éléments associés aux deux.", + "sass.builtin.set-nth": "Remplace le nième élément dans une liste.", + "sass.builtin.simple-selectors": "Retourne les sélecteurs simples qui comprennent un sélecteur composé.", + "sass.builtin.str-index": "Retourne l'index de la première occurrence de $substring dans $string.", + "sass.builtin.str-insert": "Insère $insert dans $string à l'index $index.", + "sass.builtin.str-length": "Retourne le nombre de caractères dans une chaîne.", + "sass.builtin.str-slice": "Extrait une sous-chaîne de $string.", + "sass.builtin.to-lower-case": "Convertit une chaîne en minuscules.", + "sass.builtin.to-upper-case": "Convertit une chaîne en majuscules.", + "sass.builtin.transparentize": "Rend une couleur plus transparente.", + "sass.builtin.type-of": "Retourne le type d'une valeur.", + "sass.builtin.unit": "Retourne la ou les unités associées à un nombre.", + "sass.builtin.unitless": "Indique si un nombre a des unités.", + "sass.builtin.unquote": "Supprime les guillemets d'une chaîne.", + "sass.builtin.variable-exists": "Indique si une variable portant le nom donné existe dans l'étendue actuelle.", + "sass.builtin.zip": "Combine plusieurs listes en une seule liste multidimensionnelle." +} \ No newline at end of file diff --git a/i18n/fra/src/vs/languages/typescript.workbench/common/projectResolver.i18n.json b/i18n/fra/src/vs/languages/typescript.workbench/common/projectResolver.i18n.json new file mode 100644 index 00000000000..46eee7dafa0 --- /dev/null +++ b/i18n/fra/src/vs/languages/typescript.workbench/common/projectResolver.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "resolve.files.N": "Chargement des fichiers supplémentaires..." +} \ No newline at end of file diff --git a/i18n/fra/src/vs/languages/typescript/common/features/quickFix.i18n.json b/i18n/fra/src/vs/languages/typescript/common/features/quickFix.i18n.json new file mode 100644 index 00000000000..0e2469cf397 --- /dev/null +++ b/i18n/fra/src/vs/languages/typescript/common/features/quickFix.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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.quickfix.addAsGlobal": "Marquer '{0}' comme global", + "typescript.quickfix.rename": "Renommer « {0} »", + "typescript.quickfix.typeDefinitions": "Télécharger la définition de type {0}" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/languages/typescript/common/features/quickFixMainActions.i18n.json b/i18n/fra/src/vs/languages/typescript/common/features/quickFixMainActions.i18n.json new file mode 100644 index 00000000000..1a4f208eb3a --- /dev/null +++ b/i18n/fra/src/vs/languages/typescript/common/features/quickFixMainActions.i18n.json @@ -0,0 +1,12 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "typingsReference.already.exists": "{0} existe déjà. Assurez-vous que le fichier est inclus dans le fichier jsconfig.json du projet", + "typingsReference.error.download": "Impossible d'extraire le fichier d.ts sur {0} : {1}", + "typingsReference.error.write": "Problème durant la création de {0} : {1}", + "typingsReference.success.nojsconfig": "{0} correctement téléchargé", + "typingsReference.success.withjsconfig": "{0} correctement téléchargé. Assurez-vous que le fichier d.ts est inclus dans le fichier jsconfig.json de votre projet." +} \ No newline at end of file diff --git a/i18n/fra/src/vs/languages/typescript/common/lint/lint.i18n.json b/i18n/fra/src/vs/languages/typescript/common/lint/lint.i18n.json new file mode 100644 index 00000000000..89deeccc756 --- /dev/null +++ b/i18n/fra/src/vs/languages/typescript/common/lint/lint.i18n.json @@ -0,0 +1,24 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "javascript.comparisonOperatorNotStrict": "Utilisez '!==' et '===' au lieu de '!=' et '=='.", + "javascript.functionInsideLoop": "Fonction dans la boucle.", + "javascript.missingSemicolon": "Point-virgule manquant.", + "javascript.newOnLowercaseFunctions": "Fonction avec nom en minuscules utilisée en tant que constructeur.", + "javascript.reservedKeyword": "N'utilisez pas de mots clés réservés.", + "javascript.semicolonInsteadOfBlock": "Point-virgule à la place du bloc.", + "javascript.typeofCannotBeCompared": "Sortie inattendue de l'opérateur 'typeof'.", + "javascript.typescriptSpecific": "N'utilisez pas de construction de langage spécifique à TypeScript en JavaScript.", + "layout.curlyBracketsMustNotBeOmitted": "Limitez l'utilisation des accolades.", + "layout.emptyblock": "Un bloc vide doit avoir un commentaire.", + "typescript.looksLikeTripleSlash": "Vouliez-vous dire '/// <reference path=\"some/path.ts\" />' ?", + "typescript.missingReturnType": "Type de retour manquant.", + "typescript.unusedFunction": "Fonction locale inutilisée.", + "typescript.unusedImport": "Importation inutilisée.", + "typescript.unusedLocalVariable": "Variable locale inutilisée.", + "typescript.unusedPrivateMember": "Membre privé inutilisé.", + "typescript.variableUsedBeforeDeclared": "La variable est utilisée avant d'être déclarée." +} \ No newline at end of file diff --git a/i18n/fra/src/vs/languages/typescript/common/participants/nlsParticipant.i18n.json b/i18n/fra/src/vs/languages/typescript/common/participants/nlsParticipant.i18n.json new file mode 100644 index 00000000000..e53a047829d --- /dev/null +++ b/i18n/fra/src/vs/languages/typescript/common/participants/nlsParticipant.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "missing.localize": "Chaîne à localiser" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/languages/typescript/common/typescript.contribution.i18n.json b/i18n/fra/src/vs/languages/typescript/common/typescript.contribution.i18n.json new file mode 100644 index 00000000000..63a4ae0963c --- /dev/null +++ b/i18n/fra/src/vs/languages/typescript/common/typescript.contribution.i18n.json @@ -0,0 +1,34 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "allwaysAllWords": "Toujours inclure tous les mots du document actif.", + "baseUrl": "Permet de configurer l'url de base utilisée pour résoudre les références de modules (http://requirejs.org/docs/api.html#config-baseUrl). Cette option s'applique uniquement aux projets qui utilisent la définition de module asynchrone (\"module\": \"amd\").", + "compilationSettings": "Contrôle le fonctionnement de la validation TypeScript.", + "lint": "Contrôle divers aspects de la validation.", + "lint.comparisonOperatorsNotStrict": "Utilisez '!==' et '===' au lieu de '!=' et '=='.", + "lint.curlyBracketsMustNotBeOmitted": "Limitez l'utilisation des accolades.", + "lint.emptyBlocksWithoutComment": "Un bloc vide doit avoir un commentaire.", + "lint.functionsInsideLoops": "Fonction dans la boucle.", + "lint.functionsWithoutReturnType": "Limitez l'utilisation de l'annotation de type de retour pour les fonctions.", + "lint.missingSemicolon": "Point-virgule manquant.", + "lint.newOnLowercaseFunctions": "Fonction avec nom en minuscules utilisée en tant que constructeur.", + "lint.reservedKeywords": "N'utilisez pas de mots clés réservés.", + "lint.semicolonsInsteadOfBlocks": "Point-virgule à la place du bloc.", + "lint.tripleSlashReferenceAlike": "Recherche les références avec trois barres obliques incorrectes.", + "lint.typeScriptSpecifics": "N'utilisez pas de construction de langage spécifique à TypeScript en JavaScript.", + "lint.unknownTypeOfResults": "Sortie inattendue de l'opérateur 'typeof'.", + "lint.unusedFunctions": "Fonction locale inutilisée.", + "lint.unusedMembers": "Membre privé inutilisé.", + "lint.unusedVariables": "Variable locale inutilisée.", + "module": "Spécifie le système de module utilisé.", + "noImplicitAny": "Appliquez les déclarations de type explicite.", + "noLib": "N'utilisez pas de typages pour l'environnement du DOM et du navigateur.", + "scope": "Lorsqu'il existe plusieurs paramètres de validation, définit le sous-dossier auquel ils s'appliquent.", + "suggestSettings": "Contrôle le fonctionnement de TypeScript IntelliSense.", + "target": "Spécifie la version du langage de script ECMA utilisé.", + "tsConfigurationTitle": "Configuration de TypeScript", + "useCodeSnippetsOnMethodSuggest": "Fonctions complètes avec leur signature de paramètre." +} \ No newline at end of file diff --git a/i18n/fra/src/vs/languages/typescript/common/typescriptMode.i18n.json b/i18n/fra/src/vs/languages/typescript/common/typescriptMode.i18n.json new file mode 100644 index 00000000000..459a1e849bc --- /dev/null +++ b/i18n/fra/src/vs/languages/typescript/common/typescriptMode.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "err.tooMuchData": "Il existe trop de fichiers sources JavaScript pour le code VS. Utilisez la propriété exclude dans jsconfig.json." +} \ No newline at end of file diff --git a/i18n/fra/src/vs/languages/typescript/features/typescriptSnippets.i18n.json b/i18n/fra/src/vs/languages/typescript/features/typescriptSnippets.i18n.json new file mode 100644 index 00000000000..901d42774c6 --- /dev/null +++ b/i18n/fra/src/vs/languages/typescript/features/typescriptSnippets.i18n.json @@ -0,0 +1,24 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "class.snippet": "Définition de classe", + "constructor.snippet": "Constructeur", + "doloop.snippet": "Boucle do-while", + "foreach.snippet": "Boucle For-Each utilisant =>", + "fullproperty.snippet": "Définir une propriété complète", + "getproperty.snippet": "Méthode getter de propriété", + "importstatement.snippet": "Importer le module externe.", + "jsdoc.snippet": "extrait de code jsdoc", + "log.snippet": "Consigner dans la console", + "privatemethod.snippet": "Définition de la méthode privée", + "publicmethod.snippet": "Définition de la méthode publique", + "returnfalse.snippet": "Retourner false", + "returnstatement.snippet": "Instruction return", + "returntrue.snippet": "Retourner true", + "setproperty.snippet": "Méthode Setter de propriété", + "throwexception.snippet": "Lever une exception", + "tripleslashreference.snippet": "Référence trois barres obliques" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/languages/typescript/project/dependencyResolver.i18n.json b/i18n/fra/src/vs/languages/typescript/project/dependencyResolver.i18n.json new file mode 100644 index 00000000000..b9e91c43d6a --- /dev/null +++ b/i18n/fra/src/vs/languages/typescript/project/dependencyResolver.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "ref.loadFailure": "Fichier '{0}' introuvable" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/languages/typescript/service/typescriptSnippets.i18n.json b/i18n/fra/src/vs/languages/typescript/service/typescriptSnippets.i18n.json new file mode 100644 index 00000000000..b9e692bbd2d --- /dev/null +++ b/i18n/fra/src/vs/languages/typescript/service/typescriptSnippets.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "class.snippet": "Définition de classe", + "constructor.snippet": "Constructeur", + "foreach.snippet": "Boucle For-Each utilisant =>", + "importstatement.snippet": "Importer le module externe.", + "jsdoc.snippet": "extrait de code jsdoc", + "privatemethod.snippet": "Définition de la méthode privée", + "publicmethod.snippet": "Définition de la méthode publique" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/languages/vb/vbSnippets.i18n.json b/i18n/fra/src/vs/languages/vb/vbSnippets.i18n.json new file mode 100644 index 00000000000..bc246dac349 --- /dev/null +++ b/i18n/fra/src/vs/languages/vb/vbSnippets.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "vbFor.snippet": "Boucle For Next", + "vbForEach.snippet": "For Each...Next", + "vbForI.snippet": "For i...Next i", + "vbForJ.snippet": "For j...Next j", + "vbPublicFunction.snippet": "Fonction publique...", + "vbPublicSub.snippet": "Sub public ...", + "vbWhile.snippet": "While ... End While" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/monaco/contrib/actions/changeTheme.i18n.json b/i18n/fra/src/vs/monaco/contrib/actions/changeTheme.i18n.json new file mode 100644 index 00000000000..e49cf726b3c --- /dev/null +++ b/i18n/fra/src/vs/monaco/contrib/actions/changeTheme.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "highContrastTheme": "Thème Contraste élevé", + "vsDarkTheme": "Thème Visual Studio sombre", + "vsLightTheme": "Thème Visual Studio" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/monaco/contrib/actions/pinWorkbench.i18n.json b/i18n/fra/src/vs/monaco/contrib/actions/pinWorkbench.i18n.json new file mode 100644 index 00000000000..93766ab27ef --- /dev/null +++ b/i18n/fra/src/vs/monaco/contrib/actions/pinWorkbench.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "pinShortcut": "Épingler le raccourci à l'accueil" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/monaco/contrib/actions/showQuickStart.i18n.json b/i18n/fra/src/vs/monaco/contrib/actions/showQuickStart.i18n.json new file mode 100644 index 00000000000..756f4a93b7b --- /dev/null +++ b/i18n/fra/src/vs/monaco/contrib/actions/showQuickStart.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "showQuickStart": "Afficher le démarrage rapide" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/monaco/contrib/connect/connectDropdown.i18n.json b/i18n/fra/src/vs/monaco/contrib/connect/connectDropdown.i18n.json new file mode 100644 index 00000000000..d37d6030e7e --- /dev/null +++ b/i18n/fra/src/vs/monaco/contrib/connect/connectDropdown.i18n.json @@ -0,0 +1,16 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "accountHome": "Ouvrir la page d'accueil '{0}' de Visual Studio Online", + "clone": "Cloner le référentiel à partir de Visual Studio Online", + "connectToVSO": "Connexion à Visual Studio Online", + "connections": "Connexions", + "disconnectFromVSO": "Déconnexion de Visual Studio Online", + "disconnectedFromVSO": "Vous avez déconnecté cet espace de travail du compte Visual Studio Online '{0}'.", + "openAzureDashboard": "Ouvrir le tableau de bord Microsoft Azure", + "openKuduConsole": "Ouvrir la console Kudu", + "openWebSite": "Parcourir le site web" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/monaco/contrib/profile/profileWidget.i18n.json b/i18n/fra/src/vs/monaco/contrib/profile/profileWidget.i18n.json new file mode 100644 index 00000000000..19a679ae29e --- /dev/null +++ b/i18n/fra/src/vs/monaco/contrib/profile/profileWidget.i18n.json @@ -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. +{ + "myProfile": "Mon profil", + "signOut": "Déconnexion" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/monaco/contrib/sandbox/sandboxActions.i18n.json b/i18n/fra/src/vs/monaco/contrib/sandbox/sandboxActions.i18n.json new file mode 100644 index 00000000000..75f0e567d27 --- /dev/null +++ b/i18n/fra/src/vs/monaco/contrib/sandbox/sandboxActions.i18n.json @@ -0,0 +1,20 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "customUpdateAction": "Mise à jour vers...", + "customVersionPrompt": "Version personnalisée :", + "dashboardAction": "Tableau de bord de site Web Azure", + "debugAction": "Déboguer", + "host": "Hôte : {0}", + "hostPrompt": "Hôte", + "loading": "Chargement en cours...", + "logAction": "Journal", + "pingResponseAction": "Réponse au ping : {0}", + "restartAction": "Redémarrer", + "stableUpdateAction": "Mettre à jour vers une version stable", + "versionAction": "Version : {0}", + "versionPrompt": "Version" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/monaco/core/requestService.i18n.json b/i18n/fra/src/vs/monaco/core/requestService.i18n.json new file mode 100644 index 00000000000..647ca6f86e6 --- /dev/null +++ b/i18n/fra/src/vs/monaco/core/requestService.i18n.json @@ -0,0 +1,19 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "azurePortalInfo": "Visitez le tableau de bord de ce site sur [[portail Azure]] pour savoir si votre site a été arrêté.", + "checkConnection": "Vérifiez votre connexion Internet.", + "doNotRefresh": "N'actualisez pas le navigateur pour le moment.", + "noMore": "Comme vous avez perdu la connexion au serveur depuis un certain temps, le banc d'essai a cessé d'essayer de se reconnecter automatiquement.", + "notConnectedTitle": "Perte de la connexion au serveur.", + "notRecommended": "L'actualisation n'est pas recommandée actuellement.", + "quotaProblem": "S'il a été arrêté parce que vous avez atteint une limite de quota, vérifiez le mode de votre site. Selon le mode de votre site, la résolution d'un problème de dépassement de quota peut consister simplement à attendre quelques minutes. Pour d'autres limites de quota, vous pouvez mettre à niveau le site vers un autre mode, par exemple Partagé ou Standard.", + "reconnectNow": "Essayer de se reconnecter maintenant", + "reconnecting": "Reconnexion...", + "reconnectingIn": "Tentative de reconnexion dans {0} secondes.", + "siteStoppedProblem": "Si votre site a été arrêté pour d'autres raisons, essayez de le redémarrer.", + "visualStudioUnavailableTitle": "La modification dans Visual Studio Online n'est pas disponible actuellement." +} \ No newline at end of file diff --git a/i18n/fra/src/vs/monaco/ui/dashboard/actions.i18n.json b/i18n/fra/src/vs/monaco/ui/dashboard/actions.i18n.json new file mode 100644 index 00000000000..16cb155de0b --- /dev/null +++ b/i18n/fra/src/vs/monaco/ui/dashboard/actions.i18n.json @@ -0,0 +1,47 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "cloningGitFromGitHub": "Clonage du référentiel Git à partir de GitHub...", + "creatingWorkspace": "Création de l'espace de travail...", + "dashboard.cloneGithub": "Cloner à partir de GitHub", + "dashboard.cloneGithub.button": "Cloner {0}", + "dashboard.cloneGithub.connect": "Connexion à GitHub", + "dashboard.cloneGithub.description": "Monaco peut parler aux fournisseurs de services via OAuth. Par exemple, vous pouvez facilement connecter Visual Studio Online à votre compte GitHub pour cloner l'un de vos référentiels.", + "dashboard.cloneGithub.error": "Une erreur s'est produite. Pour plus d'informations, consultez la console.", + "dashboard.cloneGithub.loading": "Chargement en cours...", + "dashboard.cloneGithub.title": "Cloner un espace de travail à partir d'un projet GitHub", + "dashboard.cloneURL": "Cloner à partir d'une URL Git", + "dashboard.cloneURL.badOrEmptyPublishSettings": "Vous avez téléchargé un fichier publishsettings non valide, ou ce dernier ne contient aucun abonnement. Téléchargez-le à nouveau.", + "dashboard.cloneURL.createFromWebsite": "Créer l'espace de travail", + "dashboard.cloneURL.createWorkspaceAndWebSite": "Créer l'espace de travail et le site web", + "dashboard.cloneURL.description": "Si vous connaissez déjà l'URL du référentiel Git (actuellement, seuls les protocoles HTTP ou HTTPS sont pris en charge), n'hésitez pas à l'indiquer ici pour permettre à Visual Studio Online de le cloner et de créer un espace de travail à partir de celui-ci.", + "dashboard.cloneURL.errorCreatingWebSite": "Erreur lors de la création du site web.", + "dashboard.cloneURL.errorLoadingWebsites": "Erreur lors du chargement des sites web, réessayez ultérieurement.", + "dashboard.cloneURL.noSubscriptions": "— Abonnements introuvables", + "dashboard.cloneURL.placeholder": "URL du référentiel", + "dashboard.cloneURL.reuploadPublishSettings": "↑ Télécharger à nouveau le compte", + "dashboard.cloneURL.title": "Cloner un espace de travail à partir d'un référentiel Git", + "dashboard.cloneURL.uploadPublishSettings": "↑ Télécharger le compte", + "dashboard.cloneURL.webSiteName": "Nom du site web", + "dashboard.cloneURL.websiteDescription": "Vous pouvez également associer cet espace de travail à un site web Azure que nous allons créer pour vous. Vous pouvez télécharger le fichier des paramètres de compte à partir d'<a href=\"{0}\" class=\"link\" target=\"_blank\"><strong>Azure</strong></a>.", + "dashboard.importFromWebsite": "Importer à partir du site web", + "dashboard.upload": "Télécharger", + "dashboard.upload.button": "↑ Télécharger", + "dashboard.upload.description": "Vous pouvez également télécharger une archive compressée de votre espace de travail (seul le format ZIP est pris en charge pour l'instant).", + "dashboard.upload.title": "Télécharger un espace de travail", + "dashboard.website.badOrEmptyPublishSettings": "Vous avez téléchargé un fichier publishsettings non valide, ou ce dernier ne contient aucun abonnement. Téléchargez-le à nouveau.", + "dashboard.website.createFromWebsite": "Créer l'espace de travail", + "dashboard.website.description": "Vous pouvez télécharger le fichier des paramètres de compte à partir d'<a href=\"{0}\" class=\"link\" target=\"_blank\"><strong>Azure</strong></a>.", + "dashboard.website.errorLoadingWebsites": "Erreur lors du chargement des sites web, réessayez ultérieurement.", + "dashboard.website.noSubscriptions": "— Abonnements introuvables", + "dashboard.website.noWebSites": "— sites Web introuvables", + "dashboard.website.pickSubscription": "— Choisir un abonnement", + "dashboard.website.pickWebSite": "— Choisir un site web", + "dashboard.website.reuploadPublishSettings": "↑ Télécharger à nouveau le compte", + "dashboard.website.title": "Créer un espace de travail en important un site web Azure", + "dashboard.website.uploadPublishSettings": "↑ Télécharger le compte", + "openingWorkspace": "Ouverture d'un nouvel espace de travail..." +} \ No newline at end of file diff --git a/i18n/fra/src/vs/monaco/ui/dashboard/dashboard.i18n.json b/i18n/fra/src/vs/monaco/ui/dashboard/dashboard.i18n.json new file mode 100644 index 00000000000..d9ddd4d1a20 --- /dev/null +++ b/i18n/fra/src/vs/monaco/ui/dashboard/dashboard.i18n.json @@ -0,0 +1,18 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "dashboard.confirmDelete": "Voulez-vous vraiment supprimer l'espace de travail '{0}' ?", + "dashboard.createWorkspace": "Créer un espace de travail", + "dashboard.createWorkspace.description": "Il est facile de créer un espace de travail dans Visual Studio Online. Essayez simplement l'une des options sur la gauche.", + "dashboard.createWorkspace.title": "Créer un espace de travail", + "dashboard.lastChangeTime": "Dernière modification : il y a {0}", + "dashboard.one": "1", + "dashboard.toggleFooter": "Activer/désactiver le pied de page", + "dashboard.two": "2", + "dashboard.workspacesSummary": "Espaces de travail ({0} au total)", + "workspaces": "Espaces de travail", + "workspacesName": "Espaces de travail" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/monaco/ui/shell/connectionIndicator.i18n.json b/i18n/fra/src/vs/monaco/ui/shell/connectionIndicator.i18n.json new file mode 100644 index 00000000000..5084233fe69 --- /dev/null +++ b/i18n/fra/src/vs/monaco/ui/shell/connectionIndicator.i18n.json @@ -0,0 +1,24 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "azurePortalInfoFreeShared": "Visitez ce [[tableau de bord de site]] pour savoir si votre site a atteint une limite de quota.", + "azurePortalInfoStandard": "Visitez ce [[tableau de bord du site]] pour savoir si votre site est arrêté.", + "azureWebSiteModeFree": "Le site s'exécute en mode 'Gratuit' avec des quotas moins élevés.", + "azureWebSiteModeShared": "Le site s'exécute en mode 'Partagé' avec quotas.", + "checkConnection": "Vérifiez votre connexion Internet.", + "freeTrial": "Version d'évaluation gratuite", + "ftpAccess": "Vous pouvez toujours récupérer le contenu du site à l'aide du FTP.", + "noMore": "Comme la connexion au serveur a été perdue il y a quelque temps, le banc d'essai a arrêté d'essayer de se reconnecter.", + "notConnectedTitle": "La connexion au serveur ne fonctionne pas", + "reconnectNow": "Se reconnecter maintenant", + "reconnecting": "Reconnexion...", + "reconnectingIn": "Tentative de reconnexion dans {0} secondes.", + "refreshBrowser": "La connexion au serveur a été perdue. Actualisez votre navigateur.", + "refreshNow": "Actualiser maintenant", + "tryAzureExpiredInfo": "Vous pouvez essayer de [[créer]] un autre site ou de vous [[inscrire]] pour un compte d'évaluation gratuit de 30 jours.", + "visualStudioUnavailableTitle": "La modification avec Visual Studio Online n'est pas disponible actuellement", + "wawsExpiryTitle": "Votre site a expiré" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/monaco/ui/shell/shell.i18n.json b/i18n/fra/src/vs/monaco/ui/shell/shell.i18n.json new file mode 100644 index 00000000000..1996d23109c --- /dev/null +++ b/i18n/fra/src/vs/monaco/ui/shell/shell.i18n.json @@ -0,0 +1,16 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "browseWorkspaces": "Parcourir les espaces de travail", + "diff.minutes": "{0}m:{1}s", + "diff.seconds": "00m:{0}s", + "legal": "Informations légales", + "privacy": "Déclaration de confidentialité", + "support": "Support", + "tryAzureSiteExpireTimer": "Votre site gratuit expirera dans : {0}", + "tryAzureSiteExpires": "Votre site gratuit a expiré.", + "workspaces": "Espaces de travail" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/monaco/ui/widgets/connectDropdown.i18n.json b/i18n/fra/src/vs/monaco/ui/widgets/connectDropdown.i18n.json new file mode 100644 index 00000000000..0222d7b661b --- /dev/null +++ b/i18n/fra/src/vs/monaco/ui/widgets/connectDropdown.i18n.json @@ -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. +{ + "accountHome": "Ouvrir l'accueil '{0}' de Visual Studio Online", + "clone": "Cloner le référentiel à partir de Visual Studio Online", + "connectToVSO": "Connexion à Visual Studio Online", + "connections": "Connexions", + "disconnectFromVSO": "Déconnexion de Visual Studio Online", + "disconnectedFromVSO": "Vous avez déconnecté cet espace de travail du compte Visual Studio Online '{0}'.", + "openAzureDashboard": "Ouvrir le tableau de bord Windows Azure", + "openWebSite": "Parcourir le site Web" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/platform/actions/common/actionsService.i18n.json b/i18n/fra/src/vs/platform/actions/common/actionsService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/platform/actions/common/actionsService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/platform/configuration/common/configurationRegistry.i18n.json b/i18n/fra/src/vs/platform/configuration/common/configurationRegistry.i18n.json new file mode 100644 index 00000000000..bf9483c3fbe --- /dev/null +++ b/i18n/fra/src/vs/platform/configuration/common/configurationRegistry.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "masterDefaultConfigDesc": "Paramètres par défaut", + "masterUserConfigDesc": "Paramètres spécifiques à l'utilisateur", + "masterWorkspaceConfigDesc": "Paramètres de l'espace de travail" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/platform/configurationRegistry.i18n.json b/i18n/fra/src/vs/platform/configurationRegistry.i18n.json new file mode 100644 index 00000000000..ca74e7b18a7 --- /dev/null +++ b/i18n/fra/src/vs/platform/configurationRegistry.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "masterConfigDesc": "Fichier de configuration du banc d'essai", + "masterConfigTitle": "Fichier de configuration", + "masterLanguageDesc": "Paramètres de configuration des langues spécifiques", + "masterTypeDesc": "'utilisateur' ou 'équipe'. Les fichiers de configuration de l'utilisateur prévalent" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/platform/extensions/common/abstractExtensionService.i18n.json b/i18n/fra/src/vs/platform/extensions/common/abstractExtensionService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/platform/extensions/common/abstractExtensionService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/platform/extensions/common/extensionsRegistry.i18n.json b/i18n/fra/src/vs/platform/extensions/common/extensionsRegistry.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/platform/extensions/common/extensionsRegistry.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/platform/extensions/node/extensionValidator.i18n.json b/i18n/fra/src/vs/platform/extensions/node/extensionValidator.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/platform/extensions/node/extensionValidator.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/platform/files/nativeFileService.i18n.json b/i18n/fra/src/vs/platform/files/nativeFileService.i18n.json new file mode 100644 index 00000000000..d3019045952 --- /dev/null +++ b/i18n/fra/src/vs/platform/files/nativeFileService.i18n.json @@ -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. +{ + "encoding": "Encodage de jeu de caractères par défaut à utiliser lors de la lecture et l'écriture de fichiers.", + "filesConfigurationTitle": "Configuration de fichiers" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/platform/files/statModel.i18n.json b/i18n/fra/src/vs/platform/files/statModel.i18n.json new file mode 100644 index 00000000000..87306267d07 --- /dev/null +++ b/i18n/fra/src/vs/platform/files/statModel.i18n.json @@ -0,0 +1,12 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "emptyFileNameError": "Un nom de fichier ou de dossier doit être fourni.", + "fileNameExistsError": "Un fichier ou dossier **{0}** existe déjà à cet emplacement. Choisissez un autre nom.", + "filePathTooLongError": "Le nom **{0}** correspond à un chemin d'accès trop long. Choisissez un nom plus court.", + "invalidFileNameError": "Le nom **{0}** contient des caractères qui ne sont pas valides pour un nom de fichier ou de dossier. Choisissez un autre nom.", + "invalidVSCFileName": "Le nom de fichier ou de dossier **{0}** est réservé et ne peut pas être utilisé. Choisissez un autre nom." +} \ No newline at end of file diff --git a/i18n/fra/src/vs/platform/handlerService.i18n.json b/i18n/fra/src/vs/platform/handlerService.i18n.json new file mode 100644 index 00000000000..30e9e9fb7c9 --- /dev/null +++ b/i18n/fra/src/vs/platform/handlerService.i18n.json @@ -0,0 +1,12 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "altKey": "Alt", + "cmdKey": "Commande", + "ctrlKey": "Ctrl", + "shiftKey": "Maj", + "windowsKey": "Windows" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/platform/jsonschemas/common/jsonContributionRegistry.i18n.json b/i18n/fra/src/vs/platform/jsonschemas/common/jsonContributionRegistry.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/platform/jsonschemas/common/jsonContributionRegistry.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/platform/jsonschemas/common/jsonValidationExtensionPoint.i18n.json b/i18n/fra/src/vs/platform/jsonschemas/common/jsonValidationExtensionPoint.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/platform/jsonschemas/common/jsonValidationExtensionPoint.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/platform/keybinding/browser/keybindingServiceImpl.i18n.json b/i18n/fra/src/vs/platform/keybinding/browser/keybindingServiceImpl.i18n.json new file mode 100644 index 00000000000..73fba94970d --- /dev/null +++ b/i18n/fra/src/vs/platform/keybinding/browser/keybindingServiceImpl.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "first.chord": "Touche ({0}) utilisée. En attente d'une seconde touche...", + "missing.chord": "La combinaison de touches ({0}, {1}) n'est pas une commande.", + "unboundCommands": "Voici d'autres commandes disponibles : " +} \ No newline at end of file diff --git a/i18n/fra/src/vs/platform/keybinding/common/keybindingsUtils.i18n.json b/i18n/fra/src/vs/platform/keybinding/common/keybindingsUtils.i18n.json new file mode 100644 index 00000000000..30e9e9fb7c9 --- /dev/null +++ b/i18n/fra/src/vs/platform/keybinding/common/keybindingsUtils.i18n.json @@ -0,0 +1,12 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "altKey": "Alt", + "cmdKey": "Commande", + "ctrlKey": "Ctrl", + "shiftKey": "Maj", + "windowsKey": "Windows" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/platform/lifecycle/common/mainThreadLifecycleService.i18n.json b/i18n/fra/src/vs/platform/lifecycle/common/mainThreadLifecycleService.i18n.json new file mode 100644 index 00000000000..19940347089 --- /dev/null +++ b/i18n/fra/src/vs/platform/lifecycle/common/mainThreadLifecycleService.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "genericVeto": "Voulez-vous vraiment quitter ?" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/platform/markers/common/problemMatcher.i18n.json b/i18n/fra/src/vs/platform/markers/common/problemMatcher.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/platform/markers/common/problemMatcher.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/platform/message/common/message.i18n.json b/i18n/fra/src/vs/platform/message/common/message.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/platform/message/common/message.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/platform/plugins/common/abstractPluginService.i18n.json b/i18n/fra/src/vs/platform/plugins/common/abstractPluginService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/platform/plugins/common/abstractPluginService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/platform/plugins/common/pluginsRegistry.i18n.json b/i18n/fra/src/vs/platform/plugins/common/pluginsRegistry.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/platform/plugins/common/pluginsRegistry.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/platform/plugins/node/pluginVersionValidator.i18n.json b/i18n/fra/src/vs/platform/plugins/node/pluginVersionValidator.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/platform/plugins/node/pluginVersionValidator.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/platform/request/nativeWorkerRequestService.i18n.json b/i18n/fra/src/vs/platform/request/nativeWorkerRequestService.i18n.json new file mode 100644 index 00000000000..9a372329dcc --- /dev/null +++ b/i18n/fra/src/vs/platform/request/nativeWorkerRequestService.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "localFileNotFound": "Fichier introuvable" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/platform/telemetry/electron-browser/electronTelemetryService.i18n.json b/i18n/fra/src/vs/platform/telemetry/electron-browser/electronTelemetryService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/platform/telemetry/electron-browser/electronTelemetryService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/platform/theme/common/themes.i18n.json b/i18n/fra/src/vs/platform/theme/common/themes.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/platform/theme/common/themes.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/api/node/extHostMessageService.i18n.json b/i18n/fra/src/vs/workbench/api/node/extHostMessageService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/workbench/api/node/extHostMessageService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/browser/actions/openSettings.i18n.json b/i18n/fra/src/vs/workbench/browser/actions/openSettings.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/workbench/browser/actions/openSettings.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/browser/actions/toggleSidebarPosition.i18n.json b/i18n/fra/src/vs/workbench/browser/actions/toggleSidebarPosition.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/workbench/browser/actions/toggleSidebarPosition.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/browser/actions/toggleSidebarVisibility.i18n.json b/i18n/fra/src/vs/workbench/browser/actions/toggleSidebarVisibility.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/workbench/browser/actions/toggleSidebarVisibility.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/browser/actions/triggerEditorActions.i18n.json b/i18n/fra/src/vs/workbench/browser/actions/triggerEditorActions.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/workbench/browser/actions/triggerEditorActions.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/browser/actions/triggerNavigation.i18n.json b/i18n/fra/src/vs/workbench/browser/actions/triggerNavigation.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/workbench/browser/actions/triggerNavigation.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/browser/actions/triggerQuickOpen.i18n.json b/i18n/fra/src/vs/workbench/browser/actions/triggerQuickOpen.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/workbench/browser/actions/triggerQuickOpen.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/browser/parts/activitybar/activityAction.i18n.json b/i18n/fra/src/vs/workbench/browser/parts/activitybar/activityAction.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/workbench/browser/parts/activitybar/activityAction.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/browser/parts/activitybar/activitybarPart.i18n.json b/i18n/fra/src/vs/workbench/browser/parts/activitybar/activitybarPart.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/workbench/browser/parts/activitybar/activitybarPart.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/browser/parts/compositePart.i18n.json b/i18n/fra/src/vs/workbench/browser/parts/compositePart.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/workbench/browser/parts/compositePart.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/browser/parts/editor/binaryDiffEditor.i18n.json b/i18n/fra/src/vs/workbench/browser/parts/editor/binaryDiffEditor.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/workbench/browser/parts/editor/binaryDiffEditor.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/browser/parts/editor/binaryEditor.i18n.json b/i18n/fra/src/vs/workbench/browser/parts/editor/binaryEditor.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/workbench/browser/parts/editor/binaryEditor.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/browser/parts/editor/editor.contribution.i18n.json b/i18n/fra/src/vs/workbench/browser/parts/editor/editor.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/workbench/browser/parts/editor/editor.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/browser/parts/editor/editorPart.i18n.json b/i18n/fra/src/vs/workbench/browser/parts/editor/editorPart.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/workbench/browser/parts/editor/editorPart.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/browser/parts/editor/editorStatus.i18n.json b/i18n/fra/src/vs/workbench/browser/parts/editor/editorStatus.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/workbench/browser/parts/editor/editorStatus.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/browser/parts/editor/iframeEditor.i18n.json b/i18n/fra/src/vs/workbench/browser/parts/editor/iframeEditor.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/workbench/browser/parts/editor/iframeEditor.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/browser/parts/editor/sideBySideEditorControl.i18n.json b/i18n/fra/src/vs/workbench/browser/parts/editor/sideBySideEditorControl.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/workbench/browser/parts/editor/sideBySideEditorControl.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/browser/parts/editor/stringEditor.i18n.json b/i18n/fra/src/vs/workbench/browser/parts/editor/stringEditor.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/workbench/browser/parts/editor/stringEditor.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/browser/parts/editor/textDiffEditor.i18n.json b/i18n/fra/src/vs/workbench/browser/parts/editor/textDiffEditor.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/workbench/browser/parts/editor/textDiffEditor.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/browser/parts/panel/panelPart.i18n.json b/i18n/fra/src/vs/workbench/browser/parts/panel/panelPart.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/workbench/browser/parts/panel/panelPart.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/browser/parts/quickopen/editorHistoryModel.i18n.json b/i18n/fra/src/vs/workbench/browser/parts/quickopen/editorHistoryModel.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/workbench/browser/parts/quickopen/editorHistoryModel.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/browser/parts/quickopen/quickOpenController.i18n.json b/i18n/fra/src/vs/workbench/browser/parts/quickopen/quickOpenController.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/workbench/browser/parts/quickopen/quickOpenController.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/browser/parts/sidebar/sidebarPart.i18n.json b/i18n/fra/src/vs/workbench/browser/parts/sidebar/sidebarPart.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/workbench/browser/parts/sidebar/sidebarPart.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/browser/parts/statusbar/statusbarPart.i18n.json b/i18n/fra/src/vs/workbench/browser/parts/statusbar/statusbarPart.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/workbench/browser/parts/statusbar/statusbarPart.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/browser/quickopen.i18n.json b/i18n/fra/src/vs/workbench/browser/quickopen.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/workbench/browser/quickopen.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/browser/ui/actionRegistry.i18n.json b/i18n/fra/src/vs/workbench/browser/ui/actionRegistry.i18n.json new file mode 100644 index 00000000000..89e27a4dbc8 --- /dev/null +++ b/i18n/fra/src/vs/workbench/browser/ui/actionRegistry.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "bindingSeparator": ", " +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/browser/ui/actions/openSettings.i18n.json b/i18n/fra/src/vs/workbench/browser/ui/actions/openSettings.i18n.json new file mode 100644 index 00000000000..a83b2a8f1d2 --- /dev/null +++ b/i18n/fra/src/vs/workbench/browser/ui/actions/openSettings.i18n.json @@ -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. +{ + "fail.createSettings": "Impossible de créer le fichier 'user.json' dans le dossier '.settings'.", + "openSettings": "Ouvrir les paramètres" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/browser/ui/actions/toggleSidebarPosition.i18n.json b/i18n/fra/src/vs/workbench/browser/ui/actions/toggleSidebarPosition.i18n.json new file mode 100644 index 00000000000..e99f21fd11c --- /dev/null +++ b/i18n/fra/src/vs/workbench/browser/ui/actions/toggleSidebarPosition.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "moveLeft": "Déplacer l'encadré vers la gauche", + "moveRight": "Déplacer l'encadré vers la droite", + "togglePosition": "Changer la position de l'encadré" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/browser/ui/actions/toggleSidebarVisibility.i18n.json b/i18n/fra/src/vs/workbench/browser/ui/actions/toggleSidebarVisibility.i18n.json new file mode 100644 index 00000000000..85d6a42fa27 --- /dev/null +++ b/i18n/fra/src/vs/workbench/browser/ui/actions/toggleSidebarVisibility.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "enterMode": "Masquer l'encadré", + "leaveMode": "Afficher l'encadré", + "toggleSidebar": "Changer la visibilité de l'encadré" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/browser/ui/actions/triggerEditorActions.i18n.json b/i18n/fra/src/vs/workbench/browser/ui/actions/triggerEditorActions.i18n.json new file mode 100644 index 00000000000..2c2b2efb352 --- /dev/null +++ b/i18n/fra/src/vs/workbench/browser/ui/actions/triggerEditorActions.i18n.json @@ -0,0 +1,16 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "closeActiveEditor": "Fermer l'éditeur actif", + "cycleEditor": "Basculer entre les éditeurs ouverts", + "focusFirstEditor": "Focus dans l'éditeur de gauche", + "focusLeftEditor": "Focus dans le prochain éditeur de gauche", + "focusRigthEditor": "Focus dans le prochain éditeur de gauche", + "focusSecondEditor": "Focus dans l'éditeur sur le côté", + "focusThirdEditor": "Focus dans l'éditeur sur la droite", + "openToSide": "Ouvrir sur le côté", + "splitEditor": "Fractionner l'éditeur" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/browser/ui/actions/triggerNavigation.i18n.json b/i18n/fra/src/vs/workbench/browser/ui/actions/triggerNavigation.i18n.json new file mode 100644 index 00000000000..ffa81c4db73 --- /dev/null +++ b/i18n/fra/src/vs/workbench/browser/ui/actions/triggerNavigation.i18n.json @@ -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. +{ + "navigateNext": "Avancer dans l'historique de navigation", + "navigatePrevious": "Reculer dans l'historique de navigation" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/browser/ui/actions/triggerQuickOpen.i18n.json b/i18n/fra/src/vs/workbench/browser/ui/actions/triggerQuickOpen.i18n.json new file mode 100644 index 00000000000..c4fef2de452 --- /dev/null +++ b/i18n/fra/src/vs/workbench/browser/ui/actions/triggerQuickOpen.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "gotoFile": "Atteindre le fichier...", + "navigateEditorHistoryByInput": "Reculer dans l'historique de l'éditeur", + "quickOpen": "Ouverture rapide" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/browser/ui/parts/activitybar/activityAction.i18n.json b/i18n/fra/src/vs/workbench/browser/ui/parts/activitybar/activityAction.i18n.json new file mode 100644 index 00000000000..6383238f72c --- /dev/null +++ b/i18n/fra/src/vs/workbench/browser/ui/parts/activitybar/activityAction.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "titleKeybinding": "{0} ({1})" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/browser/ui/parts/editor/binaryDiffEditor.i18n.json b/i18n/fra/src/vs/workbench/browser/ui/parts/editor/binaryDiffEditor.i18n.json new file mode 100644 index 00000000000..89bcb0f3af9 --- /dev/null +++ b/i18n/fra/src/vs/workbench/browser/ui/parts/editor/binaryDiffEditor.i18n.json @@ -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. +{ + "binaryDiffEditor": "Visionneuse de différences binaires", + "cannotDiffTextToBinary": "La comparaison des fichiers binaires et non binaires n'est actuellement pas prise en charge" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/browser/ui/parts/editor/binaryEditor.i18n.json b/i18n/fra/src/vs/workbench/browser/ui/parts/editor/binaryEditor.i18n.json new file mode 100644 index 00000000000..369c3a9f0aa --- /dev/null +++ b/i18n/fra/src/vs/workbench/browser/ui/parts/editor/binaryEditor.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "preview": "Aperçu" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/browser/ui/parts/editor/editor.contribution.i18n.json b/i18n/fra/src/vs/workbench/browser/ui/parts/editor/editor.contribution.i18n.json new file mode 100644 index 00000000000..ab4f85eddc4 --- /dev/null +++ b/i18n/fra/src/vs/workbench/browser/ui/parts/editor/editor.contribution.i18n.json @@ -0,0 +1,12 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "binaryDiffEditor": "Éditeur de différences binaires", + "binaryEditor": "Éditeur de ressources binaires", + "iframeEditor": "Éditeur IFrame", + "stringEditor": "Éditeur de chaînes de texte", + "textDiffEditor": "Éditeur de différences textuelles" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/browser/ui/parts/editor/editorPart.i18n.json b/i18n/fra/src/vs/workbench/browser/ui/parts/editor/editorPart.i18n.json new file mode 100644 index 00000000000..ba818314a33 --- /dev/null +++ b/i18n/fra/src/vs/workbench/browser/ui/parts/editor/editorPart.i18n.json @@ -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. +{ + "editorAccessibleLabel": "Éditeur", + "editorOpenError": "Erreur lors de l'ouverture de '{0}' ({1})." +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/browser/ui/parts/editor/iframeEditor.i18n.json b/i18n/fra/src/vs/workbench/browser/ui/parts/editor/iframeEditor.i18n.json new file mode 100644 index 00000000000..dace75556f1 --- /dev/null +++ b/i18n/fra/src/vs/workbench/browser/ui/parts/editor/iframeEditor.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "iframeEditor": "Visionneuse IFrame" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/browser/ui/parts/editor/sideBySideEditorControl.i18n.json b/i18n/fra/src/vs/workbench/browser/ui/parts/editor/sideBySideEditorControl.i18n.json new file mode 100644 index 00000000000..2e44a28821d --- /dev/null +++ b/i18n/fra/src/vs/workbench/browser/ui/parts/editor/sideBySideEditorControl.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "close": "Fermer", + "loadingLabel": "Chargement en cours...", + "splitEditor": "Fractionner l'éditeur" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/browser/ui/parts/editor/stringEditor.i18n.json b/i18n/fra/src/vs/workbench/browser/ui/parts/editor/stringEditor.i18n.json new file mode 100644 index 00000000000..ce906704061 --- /dev/null +++ b/i18n/fra/src/vs/workbench/browser/ui/parts/editor/stringEditor.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "textEditor": "Visionneuse de texte en lecture seule" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/browser/ui/parts/editor/textDiffEditor.i18n.json b/i18n/fra/src/vs/workbench/browser/ui/parts/editor/textDiffEditor.i18n.json new file mode 100644 index 00000000000..7488ba60337 --- /dev/null +++ b/i18n/fra/src/vs/workbench/browser/ui/parts/editor/textDiffEditor.i18n.json @@ -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. +{ + "cannotDiffBinary": "Au moins l'une des ressources à comparer semble être binaire et cela n'est actuellement pas pris en charge", + "doNotIgnoreTrimWhitespaceLabel": "Ne pas Ignorer l'espace blanc de découpage", + "ignoreTrimWhitespaceLabel": "Ignorer l'espace blanc de découpage", + "inlineDiffLabel": "Basculer vers le mode inline", + "navigate.next.label": "Modification suivante", + "navigate.prev.label": "Modification précédente", + "sideBySideDiffLabel": "Basculer vers le mode Côte à côte", + "textDiffEditor": "Éditeur de différences textuelles" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/browser/ui/parts/quickopen/quickOpenController.i18n.json b/i18n/fra/src/vs/workbench/browser/ui/parts/quickopen/quickOpenController.i18n.json new file mode 100644 index 00000000000..44ef8d0b0aa --- /dev/null +++ b/i18n/fra/src/vs/workbench/browser/ui/parts/quickopen/quickOpenController.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "additionalResultsGroupLabel": "{0} ({1})", + "canNotRunPlaceholder": "Ce gestionnaire d'ouverture rapide ne peut pas être utilisé dans le contexte actuel.", + "historyMatches": "ouvert(s) récemment ({0})", + "noResultsFound1": "Résultats introuvables", + "noResultsFound2": "Résultats introuvables", + "quickOpenInput": "Tapez '?' pour obtenir de l'aide sur les actions que vous pouvez effectuer ici", + "workspaceMatches": "autres correspondances ({0})" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/browser/ui/parts/sidebar/sidebarPart.i18n.json b/i18n/fra/src/vs/workbench/browser/ui/parts/sidebar/sidebarPart.i18n.json new file mode 100644 index 00000000000..ce091234aec --- /dev/null +++ b/i18n/fra/src/vs/workbench/browser/ui/parts/sidebar/sidebarPart.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "viewletTitleTooltip": "{0} ({1})" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/browser/viewlet.i18n.json b/i18n/fra/src/vs/workbench/browser/viewlet.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/workbench/browser/viewlet.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/common/quickopen.i18n.json b/i18n/fra/src/vs/workbench/common/quickopen.i18n.json new file mode 100644 index 00000000000..90c9e0481ef --- /dev/null +++ b/i18n/fra/src/vs/workbench/common/quickopen.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "showEditorCommands": "Afficher les commandes de l'éditeur" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/contrib/actions/triggerEditorAction.i18n.json b/i18n/fra/src/vs/workbench/contrib/actions/triggerEditorAction.i18n.json new file mode 100644 index 00000000000..3a18d539300 --- /dev/null +++ b/i18n/fra/src/vs/workbench/contrib/actions/triggerEditorAction.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "selectAll.label": "Sélectionner tout dans l'éditeur" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/contrib/build/build.contribution.i18n.json b/i18n/fra/src/vs/workbench/contrib/build/build.contribution.i18n.json new file mode 100644 index 00000000000..f7c64a8f56b --- /dev/null +++ b/i18n/fra/src/vs/workbench/contrib/build/build.contribution.i18n.json @@ -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. +{ + "name": "Build", + "showBuildViewlet": "Afficher la viewlet 'Build'" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/contrib/build/build.i18n.json b/i18n/fra/src/vs/workbench/contrib/build/build.i18n.json new file mode 100644 index 00000000000..6b31dfbc30b --- /dev/null +++ b/i18n/fra/src/vs/workbench/contrib/build/build.i18n.json @@ -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. +{ + "buildLog": "Journal de génération", + "nobuildlog.message": "Aucun journal de génération." +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/contrib/build/buildStatusUpdater.i18n.json b/i18n/fra/src/vs/workbench/contrib/build/buildStatusUpdater.i18n.json new file mode 100644 index 00000000000..cf7c2b12252 --- /dev/null +++ b/i18n/fra/src/vs/workbench/contrib/build/buildStatusUpdater.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "buildErrorsBadge": "{0} erreurs de build", + "buildProgressBadge": "Génération", + "buildRequestFailedBadge": "Échec de la requête de build. Vérifier le journal de génération", + "buildStatusFailedBadge": "Échec de l'état de la build. Vérifier le journal de génération" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/contrib/build/buildViewlet.i18n.json b/i18n/fra/src/vs/workbench/contrib/build/buildViewlet.i18n.json new file mode 100644 index 00000000000..3e0ab144be2 --- /dev/null +++ b/i18n/fra/src/vs/workbench/contrib/build/buildViewlet.i18n.json @@ -0,0 +1,16 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "build.label": "Build", + "errorCount": "{0} erreur", + "errorsCount": "{0} erreurs", + "noerror.message": "Aucune erreur de build", + "noresult.message": "Aucun résultat de build pour l'instant.", + "openlog.label": "Ouvrir le journal de génération", + "seelog.message.full": "Consultez le journal pour connaître les erreurs.", + "seelog.message.short": "Consultez le journal pour connaître les erreurs - ", + "showlog.message": "afficher le journal de génération" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/contrib/build/buildWorkspaceService.i18n.json b/i18n/fra/src/vs/workbench/contrib/build/buildWorkspaceService.i18n.json new file mode 100644 index 00000000000..a83701b57cd --- /dev/null +++ b/i18n/fra/src/vs/workbench/contrib/build/buildWorkspaceService.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "build.nobuildconfig.error": "La build ne s'est pas exécutée. Aucune build n'est configurée. Pour configurer une build, ajoutez 'monaco.build.json' ou 'nakefile.js' à l'espace de travail." +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/contrib/files/binaryContentEditor.i18n.json b/i18n/fra/src/vs/workbench/contrib/files/binaryContentEditor.i18n.json new file mode 100644 index 00000000000..a1277241397 --- /dev/null +++ b/i18n/fra/src/vs/workbench/contrib/files/binaryContentEditor.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "binaryContentEditor": "Visionneuse de contenu binaire" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/contrib/files/contentEditorInput.i18n.json b/i18n/fra/src/vs/workbench/contrib/files/contentEditorInput.i18n.json new file mode 100644 index 00000000000..f911e8f264b --- /dev/null +++ b/i18n/fra/src/vs/workbench/contrib/files/contentEditorInput.i18n.json @@ -0,0 +1,16 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "pendingSaveMeeta": "Les modifications sont en cours d'enregistrement sur le serveur...", + "saveConflictDisplay": "Conflit", + "saveConflictMeta": "Impossible d'enregistrer les modifications, car elles sont en conflit avec une autre version sur le serveur", + "saveErorDisplay": "Erreur d'enregistrement", + "saveErrorMeta": "Désolé, un problème s'est produit lors de l'enregistrement de vos modifications", + "savedDiffDate": "Dernier enregistrement le {0}", + "savedDiffTime": "Dernier enregistrement il y a {0}", + "savedDisplay": "Enregistré", + "savingDisplay": "Enregistrement..." +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/contrib/files/contentEditorModel.i18n.json b/i18n/fra/src/vs/workbench/contrib/files/contentEditorModel.i18n.json new file mode 100644 index 00000000000..a12a4301bbe --- /dev/null +++ b/i18n/fra/src/vs/workbench/contrib/files/contentEditorModel.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "genericSaveError": "Échec d'enregistrement de '{0}' ({1}).", + "staleSaveError": "Échec d'enregistrement de '{0}'. La version située sur le serveur est plus récente. Ouvrez le fichier et réenregistrez-le.", + "unexpectedEventError": "Une erreur inattendue s'est produite dans un écouteur de modifications de fichier de type : {0}" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/contrib/files/explorerViewer.i18n.json b/i18n/fra/src/vs/workbench/contrib/files/explorerViewer.i18n.json new file mode 100644 index 00000000000..e4642b5de7f --- /dev/null +++ b/i18n/fra/src/vs/workbench/contrib/files/explorerViewer.i18n.json @@ -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. +{ + "confirmOverwriteMessage": "{0}' existe déjà dans le dossier de destination. Voulez-vous le remplacer ?", + "warningFileDirty": "Le fichier '{0}' est en cours d'enregistrement, réessayez ultérieurement." +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/contrib/files/fileServices.i18n.json b/i18n/fra/src/vs/workbench/contrib/files/fileServices.i18n.json new file mode 100644 index 00000000000..b76b4a724f6 --- /dev/null +++ b/i18n/fra/src/vs/workbench/contrib/files/fileServices.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "cancel": "Annuler", + "createFile": "Créer un fichier", + "unsavedChangesEpilogue": "\n\nRevenez à l'étape précédente et attendez que les modifications soient enregistrées. Sinon, vos modifications seront ignorées.", + "unsavedChangesPreamble": "Il existe des modifications non enregistrées dans :\n" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/contrib/files/files.contribution.i18n.json b/i18n/fra/src/vs/workbench/contrib/files/files.contribution.i18n.json new file mode 100644 index 00000000000..526f4308d90 --- /dev/null +++ b/i18n/fra/src/vs/workbench/contrib/files/files.contribution.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "binaryContentEditor": "Éditeur de contenu binaire", + "explore": "Explorer", + "showExplorerViewlet": "Afficher la viewlet 'Explorer'", + "textContentEditor": "Éditeur de contenu textuel" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/contrib/files/htmlFrameEditorInput.i18n.json b/i18n/fra/src/vs/workbench/contrib/files/htmlFrameEditorInput.i18n.json new file mode 100644 index 00000000000..369c3a9f0aa --- /dev/null +++ b/i18n/fra/src/vs/workbench/contrib/files/htmlFrameEditorInput.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "preview": "Aperçu" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/contrib/files/statModel.i18n.json b/i18n/fra/src/vs/workbench/contrib/files/statModel.i18n.json new file mode 100644 index 00000000000..6058a7da9d4 --- /dev/null +++ b/i18n/fra/src/vs/workbench/contrib/files/statModel.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "emptyFileNameError": "Un nom de fichier ou de dossier doit être fourni.", + "fileNameExistsError": "Un fichier ou dossier **{0}** existe déjà à cet emplacement. Choisissez un autre nom.", + "filePathTooLongError": "Le nom **{0}** correspond à un chemin d'accès trop long. Choisissez un nom plus court.", + "invalidFileNameError": "Le nom **{0}** contient des caractères qui ne sont pas valides pour un nom de fichier ou de dossier. Choisissez un autre nom." +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/contrib/files/textContentEditor.i18n.json b/i18n/fra/src/vs/workbench/contrib/files/textContentEditor.i18n.json new file mode 100644 index 00000000000..17977135ee1 --- /dev/null +++ b/i18n/fra/src/vs/workbench/contrib/files/textContentEditor.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "cancel": "Annuler", + "createFile": "Créer un fichier", + "textContentEditor": "Éditeur de contenu textuel" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/contrib/git/git.contribution.i18n.json b/i18n/fra/src/vs/workbench/contrib/git/git.contribution.i18n.json new file mode 100644 index 00000000000..6815546b340 --- /dev/null +++ b/i18n/fra/src/vs/workbench/contrib/git/git.contribution.i18n.json @@ -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. +{ + "git": "Git", + "toggleGitViewlet": "Afficher la viewlet 'Git'" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/contrib/git/gitOperations.i18n.json b/i18n/fra/src/vs/workbench/contrib/git/gitOperations.i18n.json new file mode 100644 index 00000000000..4ccb2530604 --- /dev/null +++ b/i18n/fra/src/vs/workbench/contrib/git/gitOperations.i18n.json @@ -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. +{ + "failParse": "Impossible d'analyser la réponse du service git : {0}", + "gitError": "Erreur de service Git" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/contrib/git/gitWidgets.i18n.json b/i18n/fra/src/vs/workbench/contrib/git/gitWidgets.i18n.json new file mode 100644 index 00000000000..8ab6861fec8 --- /dev/null +++ b/i18n/fra/src/vs/workbench/contrib/git/gitWidgets.i18n.json @@ -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. +{ + "Branches": "Branches", + "currentlyDetached": "Actuellement en mode HEAD détaché à '{0}'." +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/contrib/git/gitWorkbenchContributions.i18n.json b/i18n/fra/src/vs/workbench/contrib/git/gitWorkbenchContributions.i18n.json new file mode 100644 index 00000000000..c16e65b8a6f --- /dev/null +++ b/i18n/fra/src/vs/workbench/contrib/git/gitWorkbenchContributions.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "credentialsRequest": "Vous devez indiquer vos informations d'identification", + "gitPendingChangesBadge": "{0} modifications en attente", + "gitProgressBadge": "Exécution de l'état de git", + "pendingOperation": "Une opération git en attente demande des informations d'identification. Entrez vos informations d'identification ou annulez l'opération." +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/contrib/git/views/empty/emptyView.i18n.json b/i18n/fra/src/vs/workbench/contrib/git/views/empty/emptyView.i18n.json new file mode 100644 index 00000000000..c71573b5ee0 --- /dev/null +++ b/i18n/fra/src/vs/workbench/contrib/git/views/empty/emptyView.i18n.json @@ -0,0 +1,18 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "cantclone": "Impossible de cloner un référentiel git dans un espace de travail non vide.", + "close": "Fermer", + "gitRepoURL": "URL du référentiel", + "gitclone": "Cloner à partir d'une URL git", + "gitinit": "Initialiser le référentiel git", + "noGit": "Cet espace de travail n'est pas encore sous contrôle de code source git.", + "noRepositories": "Référentiels git introuvables dans le compte Visual Studio Online", + "reconnect": "Se reconnecter", + "repoFromProject": "{0} (dans {1})", + "tfsConnect": "Connexion à Visual Studio Online", + "vsoClone": "Cloner à partir du référentiel Visual Studio Online" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/contrib/output/output.contribution.i18n.json b/i18n/fra/src/vs/workbench/contrib/output/output.contribution.i18n.json new file mode 100644 index 00000000000..a6090fb300a --- /dev/null +++ b/i18n/fra/src/vs/workbench/contrib/output/output.contribution.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "runConfigurationDescription": "Permet de configurer le comportement d'exécution.", + "runConfigurationTitle": "Configuration d'exécution", + "suffixDescription": "Suffixe à ajouter à l'URL lors de l'exécution." +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/contrib/output/output.i18n.json b/i18n/fra/src/vs/workbench/contrib/output/output.i18n.json new file mode 100644 index 00000000000..136e818efdd --- /dev/null +++ b/i18n/fra/src/vs/workbench/contrib/output/output.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "output": "Sortie", + "outputFinaleBad": "[info] Si vous ne voyez pas de sortie, assurez-vous que votre application est correctement configurée pour envoyer une sortie.\n", + "outputFinaleGood1": "[info] La journalisation a été activée pour votre application.", + "outputFinaleGood2": "[info] Le niveau de journalisation est '{0}'. Pour le modifier, configurez votre application à partir de {1}\n", + "outputFinaleGood3": "[info] Le niveau de journalisation est '{0}'.\n", + "outputInfo": "[info] La sortie apparaît ici en provenance de l'application en cours d'exécution sur {0}", + "outputRunner": "de {0}" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/contrib/output/outputActions.contribution.i18n.json b/i18n/fra/src/vs/workbench/contrib/output/outputActions.contribution.i18n.json new file mode 100644 index 00000000000..9d8da3ad549 --- /dev/null +++ b/i18n/fra/src/vs/workbench/contrib/output/outputActions.contribution.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "clearOutput.label": "Effacer la sortie", + "output.show": "Afficher la sortie...", + "run": "Exécuter" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/contrib/terminal/inPlaceCredentialsHelper.i18n.json b/i18n/fra/src/vs/workbench/contrib/terminal/inPlaceCredentialsHelper.i18n.json new file mode 100644 index 00000000000..e4b7c7517ba --- /dev/null +++ b/i18n/fra/src/vs/workbench/contrib/terminal/inPlaceCredentialsHelper.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "label.password": "Mot de passe :", + "label.rememberMe": "Mémoriser le mot de passe :", + "label.username": "Nom d'utilisateur :", + "placeholder.helpMessage": "Fournissez des informations d'identification pour <strong>{0}</strong><br/>\" + \"Appuyez sur <span class=\"shortcut\">{1}</span> pour \" + \"<span class=\"action save\">confirmer</span> ou sur \" + \"<span class=\"shortcut\">{2}</span> pour \" + \"<span class=\"action cancel\">annuler.</span>", + "rememberDisclaimerFullAccessibleText": "Mémoriser les informations d'identification. L'enregistrement de votre mot de passe est stocké dans votre site Web Azure. Cela signifie que toute personne disposant d'un accès FTP à votre site Web sera en mesure de récupérer votre mot de passe.", + "rememberDisclaimerTooltip": "L'enregistrement de votre mot de passe est stocké dans votre site Web Azure. Cela signifie que toute personne disposant d'un accès FTP à votre site Web sera en mesure de récupérer votre mot de passe." +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/contrib/terminal/inPlaceTerminalEditor.i18n.json b/i18n/fra/src/vs/workbench/contrib/terminal/inPlaceTerminalEditor.i18n.json new file mode 100644 index 00000000000..384c717b37d --- /dev/null +++ b/i18n/fra/src/vs/workbench/contrib/terminal/inPlaceTerminalEditor.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "placeholder.helpMessage": "Vous êtes dans un éditeur sur place, appuyez sur \" + \"<span class=\"shortcut\">{0}</span> pour \" + \"<span class=\"action save\">enregistrer</span> ou sur \" + \"<span class=\"shortcut\">{1}</span> pour \" + \"<span class=\"action cancel\">annuler.</span>" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/contrib/terminal/terminalActions.contribution.i18n.json b/i18n/fra/src/vs/workbench/contrib/terminal/terminalActions.contribution.i18n.json new file mode 100644 index 00000000000..800cd6df928 --- /dev/null +++ b/i18n/fra/src/vs/workbench/contrib/terminal/terminalActions.contribution.i18n.json @@ -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. +{ + "clearConsole.label": "Effacer la console", + "globalConsoleAction": "Ouvrir la console" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/contrib/terminal/terminalActions.i18n.json b/i18n/fra/src/vs/workbench/contrib/terminal/terminalActions.i18n.json new file mode 100644 index 00000000000..fd9b94ecce2 --- /dev/null +++ b/i18n/fra/src/vs/workbench/contrib/terminal/terminalActions.i18n.json @@ -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. +{ + "consoleErrorBadge": "Erreur de la console", + "consoleProgressBadge": "Commande en cours", + "extractAll": "Extraire tout", + "globalConsoleAction": "Ouvrir la console", + "openNewConsole": "Ouvrir une nouvelle console", + "runFromConsole": "Exécuter à partir de la console", + "switchToConsole": "{0} {1}", + "switchToConsole.label": "Basculer sur la console" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/contrib/terminal/terminalEditor.i18n.json b/i18n/fra/src/vs/workbench/contrib/terminal/terminalEditor.i18n.json new file mode 100644 index 00000000000..baf5f40365b --- /dev/null +++ b/i18n/fra/src/vs/workbench/contrib/terminal/terminalEditor.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "clearConsole": "Effacer la console", + "console": "Console", + "terminalCancelInfo": "Arrêt de la commande en cours d'exécution...", + "terminalHelp": "Bienvenue dans la console Visual Studio Online Monaco.\nTapez '{0}' pour obtenir une liste des commandes disponibles, ou appuyez sur '{1}' pour obtenir de l'aide. Tapez '{2}' pour fermer une console." +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/contrib/terminal/terminalInput.i18n.json b/i18n/fra/src/vs/workbench/contrib/terminal/terminalInput.i18n.json new file mode 100644 index 00000000000..7848530fd3e --- /dev/null +++ b/i18n/fra/src/vs/workbench/contrib/terminal/terminalInput.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "terminalInputDescription": "{0} - {1}", + "terminalInputDescriptionRunning": "{0} - {1} (en cours d'exécution...)", + "terminalInputName": "Console", + "welcome": "Bienvenue" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/contrib/terminal/terminalModel.i18n.json b/i18n/fra/src/vs/workbench/contrib/terminal/terminalModel.i18n.json new file mode 100644 index 00000000000..2f01d9c6e87 --- /dev/null +++ b/i18n/fra/src/vs/workbench/contrib/terminal/terminalModel.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "socketDisconnectText": "\nErreur : la commande n'affiche plus de sortie, car la connexion au serveur a été perdue. Soit vous avez perdu la connexion à Internet, soit le serveur a redémarré." +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/contrib/terminal/terminalWorkbenchContribution.i18n.json b/i18n/fra/src/vs/workbench/contrib/terminal/terminalWorkbenchContribution.i18n.json new file mode 100644 index 00000000000..02dbdb092ef --- /dev/null +++ b/i18n/fra/src/vs/workbench/contrib/terminal/terminalWorkbenchContribution.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "dashboard": "Tableau de bord", + "explore": "Explorer", + "runningProcessesInfo": "Une commande au moins est toujours en cours d'exécution. Revenez à la console et arrêtez toutes les commandes en cours d'exécution. Sinon, les commandes continueront à s'exécuter en arrière-plan.", + "setupError": "Un problème s'est produit lors de la création de l'espace de travail. Supprimez l'espace de travail du tableau de bord, puis réessayez.", + "setupInfoFinish": "Votre espace de travail a été créé.", + "setupInfoStart": "Votre espace de travail est en cours de création. Patientez jusqu'à ce que l'opération soit terminée." +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/contrib/terminal/terminalWorker.i18n.json b/i18n/fra/src/vs/workbench/contrib/terminal/terminalWorker.i18n.json new file mode 100644 index 00000000000..dbffb4b7bb1 --- /dev/null +++ b/i18n/fra/src/vs/workbench/contrib/terminal/terminalWorker.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "clearCommand": "Effacer la sortie sur terminal", + "clsCommand": "Effacer la sortie sur terminal", + "exitCommand": "Fermer le terminal" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/contrib/testing/coverage/coverageActions.i18n.json b/i18n/fra/src/vs/workbench/contrib/testing/coverage/coverageActions.i18n.json new file mode 100644 index 00000000000..a6e6588d9c3 --- /dev/null +++ b/i18n/fra/src/vs/workbench/contrib/testing/coverage/coverageActions.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "refresh": "Actualiser" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/contrib/testing/test.contribution.i18n.json b/i18n/fra/src/vs/workbench/contrib/testing/test.contribution.i18n.json new file mode 100644 index 00000000000..7fc7558098a --- /dev/null +++ b/i18n/fra/src/vs/workbench/contrib/testing/test.contribution.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "coveargeName": "Couverture de test", + "enabled": "Indique si les tests doivent s'exécuter automatiquement ou non.", + "name": "Test", + "testConfigurationDescription": "Permet de configurer la viewlet de test.", + "testConfigurationTitle": "Configuration de test", + "testPage": "URL relative vers la page qui exécute vos tests." +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/contrib/testing/testActions.i18n.json b/i18n/fra/src/vs/workbench/contrib/testing/testActions.i18n.json new file mode 100644 index 00000000000..2e8f503fedc --- /dev/null +++ b/i18n/fra/src/vs/workbench/contrib/testing/testActions.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "runLocalTests.label": "Exécuter localement", + "runTestsNow.label": "Exécuter les tests", + "showCoverage.label": "Afficher la couverture" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/contrib/testing/testModel.i18n.json b/i18n/fra/src/vs/workbench/contrib/testing/testModel.i18n.json new file mode 100644 index 00000000000..13a510baabd --- /dev/null +++ b/i18n/fra/src/vs/workbench/contrib/testing/testModel.i18n.json @@ -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. +{ + "allTestsPass": "{0} tests réussis ({1} assertions).", + "failedAssertion.actualExpected": "Réel(s) : '{0}'. Attendu(s) : '{1}'", + "failedAssertion.generalFailure": "Échec de l'assertion", + "someTestsPass": "{0}/{1} tests réussis.", + "testResultsUnknow": "Inconnu", + "testRunFailure": "Échec de l'exécution des tests. Raison : {0}", + "testTimeout": "Expiration de l'exécution des tests.", + "unknownError": "Erreur inconnue lors de l'exécution des tests." +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/contrib/testing/testViewlet.i18n.json b/i18n/fra/src/vs/workbench/contrib/testing/testViewlet.i18n.json new file mode 100644 index 00000000000..400d4ceb522 --- /dev/null +++ b/i18n/fra/src/vs/workbench/contrib/testing/testViewlet.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "backendError": "Erreur du programme d'exécution", + "backendExecuteError": "Erreur lors de l'exécution de l'URL du programme d'exécution : {0}; {1}", + "configDisabled": "Tests désactivés en raison de la configuration", + "noConfig": "Aucune configuration de test présente", + "noTestsRun": "Aucun test exécuté pour l'instant.", + "testFilter": "Filtre de test" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/contrib/testing/testWorkbenchContributions.i18n.json b/i18n/fra/src/vs/workbench/contrib/testing/testWorkbenchContributions.i18n.json new file mode 100644 index 00000000000..b4f267e3a9c --- /dev/null +++ b/i18n/fra/src/vs/workbench/contrib/testing/testWorkbenchContributions.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "testsErrorsBadge": "Erreurs de l'atelier de test", + "testsFailedBadge": "{0} tests non réussis", + "testsNotConfiguredBade": "Atelier de test non configuré", + "testsPassedBadge": "Tous les tests ont réussi.", + "testsProgressBadge": "Exécution des tests", + "testsStaleBadge": "Les résultats des tests sont périmés.", + "testsStaleFailedBadge": "{0} tests non réussis" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/contrib/vsconnect/vsconnectActions.i18n.json b/i18n/fra/src/vs/workbench/contrib/vsconnect/vsconnectActions.i18n.json new file mode 100644 index 00000000000..38466725773 --- /dev/null +++ b/i18n/fra/src/vs/workbench/contrib/vsconnect/vsconnectActions.i18n.json @@ -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. +{ + "openInVisualStudio": "Ouvrir dans Visual Studio", + "openInVsNotImplemented": "L'ouverture dans Visual Studio n'est pas actuellement prise en charge." +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/contrib/zumo/zumoActions.i18n.json b/i18n/fra/src/vs/workbench/contrib/zumo/zumoActions.i18n.json new file mode 100644 index 00000000000..ad804ab1f07 --- /dev/null +++ b/i18n/fra/src/vs/workbench/contrib/zumo/zumoActions.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "browseTable": "Parcourir la table", + "createScripts": "Créer des scripts de table", + "newApi": "Nouvelle API", + "newJob": "Nouvelle tâche", + "newTable": "Nouvelle table", + "runJob": "Exécuter la tâche", + "showOutput": "Afficher la sortie" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/electron-browser/actions.i18n.json b/i18n/fra/src/vs/workbench/electron-browser/actions.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/workbench/electron-browser/actions.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/electron-browser/crashReporter.i18n.json b/i18n/fra/src/vs/workbench/electron-browser/crashReporter.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/workbench/electron-browser/crashReporter.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/electron-browser/darwin/cli.contribution.i18n.json b/i18n/fra/src/vs/workbench/electron-browser/darwin/cli.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/workbench/electron-browser/darwin/cli.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/electron-browser/integration.i18n.json b/i18n/fra/src/vs/workbench/electron-browser/integration.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/workbench/electron-browser/integration.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/electron-browser/main.contribution.i18n.json b/i18n/fra/src/vs/workbench/electron-browser/main.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/workbench/electron-browser/main.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/electron-browser/shell.i18n.json b/i18n/fra/src/vs/workbench/electron-browser/shell.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/workbench/electron-browser/shell.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/electron-browser/update.i18n.json b/i18n/fra/src/vs/workbench/electron-browser/update.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/workbench/electron-browser/update.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/electron-main/main.i18n.json b/i18n/fra/src/vs/workbench/electron-main/main.i18n.json new file mode 100644 index 00000000000..d7bb4256809 --- /dev/null +++ b/i18n/fra/src/vs/workbench/electron-main/main.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "newWindow": "Nouvelle fenêtre" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/electron-main/menus.i18n.json b/i18n/fra/src/vs/workbench/electron-main/menus.i18n.json new file mode 100644 index 00000000000..d5d2c8b2d68 --- /dev/null +++ b/i18n/fra/src/vs/workbench/electron-main/menus.i18n.json @@ -0,0 +1,89 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "aboutDetail": "\nVersion {0}\nValidation {1}\nDate {2}\nShell {3}\nConvertisseur {4}\nNœud {5}", + "mAbout": "À propos de {0}", + "mBringToFront": "Mettre tout au premier plan", + "mClose": "Fermer", + "mEdit": "&&Edition", + "mFile": "&&Fichier", + "mGoto": "Attei&&ndre", + "mHelp": "&&Aide", + "mHide": "Masquer {0}", + "mHideOthers": "Masquer les autres", + "mMinimize": "Réduire", + "mShowAll": "Afficher tout", + "mView": "Affic&&hage", + "mWindow": "Fenêtre", + "miAbout": "À pr&&opos de", + "miAutoSave": "Enregistrer automatiquement", + "miBack": "&&Précédent", + "miCheckForUpdates": "Rechercher les mises à jour...", + "miCheckingForUpdates": "Recherche des mises à jour...", + "miClearItems": "Effa&&cer les éléments", + "miCloseEditor": "Fermer l'édit&&eur", + "miCloseFolder": "&&Fermer le dossier", + "miCloseWindow": "Fer&&mer la fenêtre", + "miCommandPalette": "Palette de &&commandes...", + "miCopy": "C&&opier", + "miCut": "&&Couper", + "miDarkTheme": "&&Thème foncé", + "miDocumentation": "&&Documentation", + "miExit": "&&Quitter", + "miFind": "&&Rechercher", + "miFindInFiles": "Rechercher dans les f&&ichiers", + "miForward": "&&Suivant", + "miGotoDefinition": "Atteindre la &&définition", + "miGotoFile": "Atteindre le &&fichier...", + "miGotoLine": "Atteindre la &&ligne...", + "miGotoSymbol": "Atteindre le &&symbole...", + "miHighTheme": "Thème à contr&&aste élevé", + "miInstallingUpdate": "Installation de la mise à jour...", + "miLastCheckedAt": "Dernière vérification le {0}", + "miLicense": "Affic&&her la licence", + "miLightTheme": "Thème c&&lair", + "miMarker": "&&Erreurs et avertissements...", + "miMoveSidebar": "Déplacer la &&barre latérale", + "miNavigateHistory": "&&Naviguer dans l'historique", + "miNewFile": "&&Nouveau fichier", + "miNewWindow": "&&Nouvelle fenêtre", + "miOpen": "&&Ouvrir...", + "miOpenFile": "&&Ouvrir le fichier...", + "miOpenFolder": "Ou&&vrir le dossier...", + "miOpenKeymap": "Racco&&urcis clavier", + "miOpenRecent": "Ouvrir les éléments &&récents", + "miOpenSettings": "Paramètres &&utilisateur", + "miOpenSnippets": "E&&xtraits de code utilisateur", + "miOpenWorkspaceSettings": "Para&&mètres de l'espace de travail", + "miPaste": "Co&&ller", + "miPreferences": "Pr&&éférences", + "miPrivacyStatement": "Déc&&laration de confidentialité", + "miQuit": "Quitter {0}", + "miRedo": "&&Rétablir", + "miReleaseNotes": "Notes de pu&&blication", + "miReplace": "&&Remplacer", + "miReportIssues": "Signale&&r des problèmes", + "miRestartToUpdate": "Redémarrer pour mettre à jour...", + "miRevert": "Rétablir le fichier", + "miSave": "Enregi&&strer", + "miSaveAll": "Enregistrer to&&ut", + "miSaveAs": "Enregistrer sous...", + "miSelectAll": "&&Sélectionner tout", + "miShowWelcome": "Afficher la fenêtre de &&bienvenue", + "miSplitEditor": "Fractionner l'édit&&eur", + "miTheme": "&&Thème", + "miToggleDevTools": "Activer/désactiver les ou&&tils de développement", + "miToggleFullScreen": "Plei&&n écran", + "miToggleOutput": "Activer/désactiver la s&&ortie", + "miToggleSidebar": "Activer/désactiver la &&barre latérale", + "miTwitter": "Re&&joignez-nous sur Twitter", + "miUndo": "Ann&&uler", + "miUpdatesNotAvailable": "Mises à jour non disponibles", + "miUserVoice": "Demande&&r des fonctionnalités", + "miZoomIn": "&&Zoom avant", + "miZoomOut": "Zoo&&m arrière", + "okButton": "OK" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/electron-main/windows.i18n.json b/i18n/fra/src/vs/workbench/electron-main/windows.i18n.json new file mode 100644 index 00000000000..959b7a28dae --- /dev/null +++ b/i18n/fra/src/vs/workbench/electron-main/windows.i18n.json @@ -0,0 +1,16 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "appCrashed": "{0} s'est bloqué", + "appCrashedDetail": "Nous vous prions de nous excuser pour le désagrément encouru. Redémarrez {0}.", + "appStalled": "{0} ne répond plus", + "appStalledDetail": "Voulez-vous quitter {0} ou continuer à attendre ?", + "exit": "Quitter", + "ok": "OK", + "pathNotExistDetail": "Le chemin d'accès '{0}' ne semble plus exister sur le disque.", + "pathNotExistTitle": "Le chemin d'accès n'existe pas", + "wait": "Continuer à attendre" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/facade.i18n.json b/i18n/fra/src/vs/workbench/facade.i18n.json new file mode 100644 index 00000000000..0186bf60d2d --- /dev/null +++ b/i18n/fra/src/vs/workbench/facade.i18n.json @@ -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. +{ + "prefixWorkspaceTitle": "{0} - {1} - {2}", + "workspaceTitle": "{0} - {1}" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/node/extensionHostMain.i18n.json b/i18n/fra/src/vs/workbench/node/extensionHostMain.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/workbench/node/extensionHostMain.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/node/pluginHostMain.i18n.json b/i18n/fra/src/vs/workbench/node/pluginHostMain.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/workbench/node/pluginHostMain.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/emmet/node/emmet.contribution.i18n.json b/i18n/fra/src/vs/workbench/parts/emmet/node/emmet.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/emmet/node/emmet.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/errorList/browser/errorList.contribution.i18n.json b/i18n/fra/src/vs/workbench/parts/errorList/browser/errorList.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/errorList/browser/errorList.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/execution/electron-browser/executionService.i18n.json b/i18n/fra/src/vs/workbench/parts/execution/electron-browser/executionService.i18n.json new file mode 100644 index 00000000000..72ae698d7fa --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/execution/electron-browser/executionService.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "linux.wait": "Appuyez sur une touche pour continuer..." +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json b/i18n/fra/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json new file mode 100644 index 00000000000..dc0603000ff --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "console": "Console" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/extensions/electron-browser/extensions.contribution.i18n.json b/i18n/fra/src/vs/workbench/parts/extensions/electron-browser/extensions.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/extensions/electron-browser/extensions.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/extensions/electron-browser/extensionsActions.i18n.json b/i18n/fra/src/vs/workbench/parts/extensions/electron-browser/extensionsActions.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/extensions/electron-browser/extensionsActions.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/extensions/electron-browser/extensionsAssistant.i18n.json b/i18n/fra/src/vs/workbench/parts/extensions/electron-browser/extensionsAssistant.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/extensions/electron-browser/extensionsAssistant.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/extensions/electron-browser/extensionsQuickOpen.i18n.json b/i18n/fra/src/vs/workbench/parts/extensions/electron-browser/extensionsQuickOpen.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/extensions/electron-browser/extensionsQuickOpen.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/extensions/electron-browser/extensionsWidgets.i18n.json b/i18n/fra/src/vs/workbench/parts/extensions/electron-browser/extensionsWidgets.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/extensions/electron-browser/extensionsWidgets.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/extensions/electron-browser/extensionsWorkbenchExtension.i18n.json b/i18n/fra/src/vs/workbench/parts/extensions/electron-browser/extensionsWorkbenchExtension.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/extensions/electron-browser/extensionsWorkbenchExtension.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/extensions/node/extensionsService.i18n.json b/i18n/fra/src/vs/workbench/parts/extensions/node/extensionsService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/extensions/node/extensionsService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/feedback/browser/feedback.i18n.json b/i18n/fra/src/vs/workbench/parts/feedback/browser/feedback.i18n.json new file mode 100644 index 00000000000..0309857d9e4 --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/feedback/browser/feedback.i18n.json @@ -0,0 +1,20 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "PrivacyText": "Nous prenons la confidentialité au sérieux.", + "aliasFullAccessibleText": "Ajoutez une adresse de messagerie. Si vous indiquez votre adresse de messagerie, nous pouvons vous contacter à propos de vos commentaires, au cas où nous aurions des questions.", + "aliasHeader": "Ajouter une adresse de messagerie", + "aliasTooltip": "Si vous indiquez votre adresse de messagerie, nous pouvons vous contacter afin que vous nous fassiez part de vos commentaires si nous avons des questions.", + "commentsHeader": "Commentaires", + "feedbackSending": "Envoi...", + "feedbackSendingError": "Réessayer", + "feedbackSent": "Merci :)", + "frownCaption": "Déçu", + "send": "Envoyer", + "send us your feedback": "Envoyez-nous vos commentaires.", + "sentiment": "Quelles sont vos impressions ?", + "smileCaption": "Satisfait" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/files/browser/editors/binaryFileEditor.i18n.json b/i18n/fra/src/vs/workbench/parts/files/browser/editors/binaryFileEditor.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/files/browser/editors/binaryFileEditor.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/files/browser/editors/fileEditorInput.i18n.json b/i18n/fra/src/vs/workbench/parts/files/browser/editors/fileEditorInput.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/files/browser/editors/fileEditorInput.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/files/browser/editors/textFileEditor.i18n.json b/i18n/fra/src/vs/workbench/parts/files/browser/editors/textFileEditor.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/files/browser/editors/textFileEditor.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/files/browser/fileActions.contribution.i18n.json b/i18n/fra/src/vs/workbench/parts/files/browser/fileActions.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/files/browser/fileActions.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/files/browser/fileActions.i18n.json b/i18n/fra/src/vs/workbench/parts/files/browser/fileActions.i18n.json new file mode 100644 index 00000000000..a52facfa275 --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/files/browser/fileActions.i18n.json @@ -0,0 +1,45 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "cancel": "Annuler", + "collapse": "Réduire", + "compareFiles": "Comparer des fichiers", + "compareInputDescription": "{0} - comparé à {1}", + "compareSource": "Sélectionner pour comparer", + "compareWith": "Comparer à '{0}'", + "confirmDeleteMessageFile": "Voulez-vous vraiment supprimer définitivement '{0}' ?", + "confirmDeleteMessageFolder": "Voulez-vous vraiment supprimer définitivement '{0}' et son contenu ?", + "confirmMoveTrashMessageFile": "Voulez-vous vraiment supprimer '{0}' ?", + "confirmMoveTrashMessageFolder": "Voulez-vous vraiment supprimer '{0}' et son contenu ?", + "confirmOverwrite": "Un fichier portant le même nom existe déjà dans le dossier de destination. Voulez-vous le remplacer ?", + "copyFile": "Copier", + "createNewFile": "Nouveau fichier", + "createNewFolder": "Nouveau dossier", + "delete": "Supprimer", + "disableJavaScript": "Désactiver JavaScript", + "downloadWorkspace": "Télécharger l'espace de travail", + "duplicateFile": "Doublon", + "emptyFileNameError": "Un nom de fichier ou de dossier doit être fourni.", + "enableJavaScript": "Activer JavaScript", + "fileNameExistsError": "Un fichier ou dossier **{0}** existe déjà à cet emplacement. Choisissez un autre nom.", + "filePathTooLongError": "Le nom **{0}** correspond à un chemin d'accès trop long. Choisissez un nom plus court.", + "invalidFileNameError": "Le nom **{0}** contient des caractères qui ne sont pas valides pour un nom de fichier ou de dossier. Choisissez un autre nom.", + "invalidVSCFileName": "Le nom de fichier ou de dossier **{0}** est réservé et ne peut pas être utilisé. Choisissez un autre nom.", + "newFile": "Nouveau fichier", + "newFolder": "Nouveau dossier", + "openDerivedResource": "Ouvrir la ressource dérivée", + "openPreview": "Ouvrir l'aperçu", + "openToSide": "Ouvrir sur le côté", + "pasteFile": "Coller", + "refresh": "Actualiser", + "reload": "Recharger", + "rename": "Renommer", + "retry": "Réessayer", + "saveAll": "Enregistrer tous les fichiers modifiés", + "uploadFiles": "Télécharger des fichiers", + "viewSource": "Afficher la source", + "warningFileDirty": "Le fichier '{0}' est en cours d'enregistrement, réessayez ultérieurement." +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/files/browser/fileTracker.i18n.json b/i18n/fra/src/vs/workbench/parts/files/browser/fileTracker.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/files/browser/fileTracker.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/files/browser/files.contribution.i18n.json b/i18n/fra/src/vs/workbench/parts/files/browser/files.contribution.i18n.json new file mode 100644 index 00000000000..e556c2ba42c --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/files/browser/files.contribution.i18n.json @@ -0,0 +1,21 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "binaryFileEditor": "Éditeur de fichier binaire", + "dynamicHeight": "Contrôle si la hauteur de la section des fichiers de travail doit s'adapter dynamiquement ou non au nombre d'éléments.", + "encoding": "Encodage du jeu de caractères par défaut à utiliser durant la lecture et l'écriture des fichiers.", + "exclude": "Configurez les modèles Glob pour l'exclusion des fichiers et des dossiers.", + "explore": "Explorer", + "explorerConfigurationTitle": "Configuration de l'Explorateur de fichiers", + "files.exclude.boolean": "Modèle glob auquel les chemins d'accès de fichier doivent correspondre. Affectez la valeur true ou false pour activer ou désactiver le modèle.", + "files.exclude.when": "Vérification supplémentaire des frères d'un fichier correspondant. Utilisez $(basename) comme variable pour le nom de fichier correspondant.", + "filesConfigurationTitle": "Configuration des fichiers", + "maxVisible": "Nombre maximal de fichiers de travail à afficher avant l'apparition des barres de défilement.", + "showExplorerViewlet": "Afficher l'Explorateur", + "textFileEditor": "Éditeur de fichier texte", + "trimTrailingWhitespace": "Si l'option est activée, l'espace blanc de fin est découpé quand vous enregistrez un fichier.", + "view": "Affichage" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/files/browser/saveErrorHandler.i18n.json b/i18n/fra/src/vs/workbench/parts/files/browser/saveErrorHandler.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/files/browser/saveErrorHandler.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/files/browser/views/emptyView.i18n.json b/i18n/fra/src/vs/workbench/parts/files/browser/views/emptyView.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/files/browser/views/emptyView.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/files/browser/views/explorerView.i18n.json b/i18n/fra/src/vs/workbench/parts/files/browser/views/explorerView.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/files/browser/views/explorerView.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/files/browser/views/explorerViewer.i18n.json b/i18n/fra/src/vs/workbench/parts/files/browser/views/explorerViewer.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/files/browser/views/explorerViewer.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/files/browser/views/workingFilesView.i18n.json b/i18n/fra/src/vs/workbench/parts/files/browser/views/workingFilesView.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/files/browser/views/workingFilesView.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/files/browser/views/workingFilesViewer.i18n.json b/i18n/fra/src/vs/workbench/parts/files/browser/views/workingFilesViewer.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/files/browser/views/workingFilesViewer.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/files/browser/workingFilesPicker.i18n.json b/i18n/fra/src/vs/workbench/parts/files/browser/workingFilesPicker.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/files/browser/workingFilesPicker.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/files/common/editors/textFileEditorModel.i18n.json b/i18n/fra/src/vs/workbench/parts/files/common/editors/textFileEditorModel.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/files/common/editors/textFileEditorModel.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/files/electron-browser/electronFileActions.i18n.json b/i18n/fra/src/vs/workbench/parts/files/electron-browser/electronFileActions.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/files/electron-browser/electronFileActions.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/files/electron-browser/files.electron.contribution.i18n.json b/i18n/fra/src/vs/workbench/parts/files/electron-browser/files.electron.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/files/electron-browser/files.electron.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/files/electron-browser/textFileServices.i18n.json b/i18n/fra/src/vs/workbench/parts/files/electron-browser/textFileServices.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/files/electron-browser/textFileServices.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/git/browser/gitActionItems.i18n.json b/i18n/fra/src/vs/workbench/parts/git/browser/gitActionItems.i18n.json new file mode 100644 index 00000000000..65519ea77db --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/git/browser/gitActionItems.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "createNewBranch": "Créer une branche", + "dupeBranchName": "Le nom de branche existe déjà.", + "invalidBranchName": "Nom de branche non valide." +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/git/browser/gitActions.contribution.i18n.json b/i18n/fra/src/vs/workbench/parts/git/browser/gitActions.contribution.i18n.json new file mode 100644 index 00000000000..ea6a40e09a9 --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/git/browser/gitActions.contribution.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "openInEditor": "Basculer vers le mode Éditeur", + "stageSelectedLines": "Stocker les lignes sélectionnées en zone de transit", + "switchToChangesView": "Basculer vers le mode Modifications" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/git/browser/gitActions.i18n.json b/i18n/fra/src/vs/workbench/parts/git/browser/gitActions.i18n.json new file mode 100644 index 00000000000..e9e6c2ef057 --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/git/browser/gitActions.i18n.json @@ -0,0 +1,42 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "amendCommit": "Modifier une validation antérieure", + "branch": "Branche", + "clone": "Cloner", + "commitAll": "Valider tout", + "commitAll2": "Valider tout", + "commitStaged": "Valider le contenu en zone de transit", + "commitStaged2": "Valider le contenu en zone de transit", + "confirmUndo": "Voulez-vous vraiment annuler les modifications dans '{0}' ?", + "confirmUndoAllMultiple": "Il existe des modifications hors zone de transit dans {0} fichiers.", + "confirmUndoAllOne": "Il existe des modifications hors zone de transit dans {0} fichier.", + "confirmUndoMessage": "Voulez-vous vraiment annuler toutes les modifications ?", + "currentBranch": "La branche active '{0}' est à jour.", + "currentBranchPlural": "La branche active '{0}' a {1} validations de retard et {2} validations d'avance par rapport à '{3}'.", + "currentBranchPluralSingle": "La branche active '{0}' a {1} validations de retard et {2} validation d'avance par rapport à '{3}'.", + "currentBranchSingle": "La branche active '{0}' a {1} validation de retard et {2} validation d'avance par rapport à '{3}'.", + "currentBranchSinglePlural": "La branche active '{0}' a {1} validation de retard et {2} validations d'avance par rapport à '{3}'.", + "currentlyDetached": "Synchronisation impossible en mode détaché.", + "dirtyChanges": "Validez, annulez ou mettez de côté vos modifications avant de synchroniser.", + "dirtyTreeCheckout": "Extraction impossible. Validez ou effectuez une copie intermédiaire de votre travail.", + "dirtyTreePull": "Extraction impossible. Validez ou effectuez une copie intermédiaire de votre travail.", + "init": "Init", + "noUpstream": "Aucune branche en amont n'est configurée pour la branche active '{0}.", + "openChange": "Ouvrir la modification", + "openFile": "Ouvrir le fichier", + "pull": "Extraire", + "push": "Push", + "refresh": "Actualiser", + "stageAllChanges": "Stocker tout en zone de transit", + "stageChanges": "Étape", + "sync": "Synchroniser", + "synchronizing": "Synchronisation...", + "undoAllChanges": "Annuler tout", + "undoChanges": "Annuler", + "unstage": "Annuler le stockage en zone de transit", + "unstageAllChanges": "Annuler tout le stockage en zone de transit" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/git/browser/gitQuickOpen.i18n.json b/i18n/fra/src/vs/workbench/parts/git/browser/gitQuickOpen.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/git/browser/gitQuickOpen.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/git/browser/gitServices.i18n.json b/i18n/fra/src/vs/workbench/parts/git/browser/gitServices.i18n.json new file mode 100644 index 00000000000..a8ce583d2ea --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/git/browser/gitServices.i18n.json @@ -0,0 +1,21 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "badConfigFile": "Git {0}", + "cancel": "Annuler", + "cantOpen": "Impossible d'ouvrir cette ressource git.", + "cantOpenResource": "Impossible d'ouvrir cette ressource git.", + "changesFromIndex": "{0} - Modifications de l'index", + "changesFromTree": "{0} - Modifications sur {1}", + "checkConsole": "Un problème s'est produit lors de l'exécution d'une opération git. Utilisez la console pour vérifier l'état de votre référentiel.", + "checkNativeConsole": "Un problème a été rencontré lors de l'exécution d'une opération git. Utilisez une console pour vérifier l'état de votre référentiel.", + "configureUsernameEmail": "Configurez votre nom d'utilisateur et adresse e-mail.", + "gitIndexChanges": "{0} - Modifications de l'index", + "gitMergeChanges": "{0} - Fusionner les modifications", + "openConsole": "Ouvrir la console", + "unmergedChanges": "Vous devez tout d'abord résoudre les modifications non fusionnées avant de valider vos modifications.", + "workingTreeChanges": "{0} - Modifications de l'arborescence de travail" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/git/browser/gitWidgets.i18n.json b/i18n/fra/src/vs/workbench/parts/git/browser/gitWidgets.i18n.json new file mode 100644 index 00000000000..a95865c9432 --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/git/browser/gitWidgets.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "gitNotEnabled": "Git n'est pas activé dans cet espace de travail." +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/git/browser/gitWorkbenchContributions.i18n.json b/i18n/fra/src/vs/workbench/parts/git/browser/gitWorkbenchContributions.i18n.json new file mode 100644 index 00000000000..7330f62da6c --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/git/browser/gitWorkbenchContributions.i18n.json @@ -0,0 +1,17 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "executeGitCommands": "Exécuter des commandes Git", + "git": "Git", + "gitAutoFetch": "Indique si l'extraction automatique est activée.", + "gitCommands": "Commandes Git", + "gitConfigurationTitle": "Configuration Git", + "gitPath": "Chemin d'accès à l'exécutable git", + "gitPendingChangesBadge": "{0} changements en attente", + "gitProgressBadge": "État d'exécution de git", + "toggleGitViewlet": "Afficher Git", + "view": "Affichage" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/git/browser/views/changes/changesView.i18n.json b/i18n/fra/src/vs/workbench/parts/git/browser/views/changes/changesView.i18n.json new file mode 100644 index 00000000000..133a623bc08 --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/git/browser/views/changes/changesView.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "commitMessage": "Message de validation", + "needMessage": "Indiquez un message de validation. Vous pouvez toujours appuyer sur **{0}** pour valider les modifications. S'il existe des modifications en zone de transit, seules ces dernières sont validées ; sinon, toutes les modifications sont validées.", + "nothingToCommit": "Lorsqu'il existe des modifications à valider, tapez le message de validation et appuyez sur **{0}** pour valider les modifications. S'il existe des modifications en zone de transit, seules ces dernières sont validées ; sinon, toutes les modifications sont validées." +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/git/browser/views/changes/changesViewer.i18n.json b/i18n/fra/src/vs/workbench/parts/git/browser/views/changes/changesViewer.i18n.json new file mode 100644 index 00000000000..96ea0720a5c --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/git/browser/views/changes/changesViewer.i18n.json @@ -0,0 +1,33 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "added-char": "A", + "allChanges": "Modifications", + "copied-char": "C", + "deleted-char": "D", + "ignored-char": "!", + "mergeChanges": "Fusionner les modifications", + "modified-char": "M", + "renamed-char": "R", + "stagedChanges": "Modifications en zone de transit", + "title-conflict-added-by-them": "Conflit : ajouté par eux", + "title-conflict-added-by-us": "Conflit : ajouté par nous", + "title-conflict-both-added": "Conflit : ajouté par eux et nous", + "title-conflict-both-deleted": "Conflit : supprimé par eux et nous", + "title-conflict-both-modified": "Conflit : modifié par eux et nous", + "title-conflict-deleted-by-them": "Conflit : supprimé par eux", + "title-conflict-deleted-by-us": "Conflit : supprimé par nous", + "title-deleted": "Supprimé", + "title-ignored": "Ignoré", + "title-index-added": "Ajouté à l'index", + "title-index-copied": "Copié dans l'index", + "title-index-deleted": "Supprimé dans l'index", + "title-index-modified": "Modifié dans l'index", + "title-index-renamed": "Renommé dans l'index", + "title-modified": "Modifié", + "title-untracked": "Non suivi", + "untracked-char": "A" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/git/browser/views/disabled/disabledView.i18n.json b/i18n/fra/src/vs/workbench/parts/git/browser/views/disabled/disabledView.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/git/browser/views/disabled/disabledView.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/git/browser/views/empty/emptyView.i18n.json b/i18n/fra/src/vs/workbench/parts/git/browser/views/empty/emptyView.i18n.json new file mode 100644 index 00000000000..0e9e0ece27e --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/git/browser/views/empty/emptyView.i18n.json @@ -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. +{ + "gitinit": "Initialiser le référentiel git", + "noGit": "Cet espace de travail n'est pas encore sous contrôle de code source git." +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/git/browser/views/gitless/gitlessView.i18n.json b/i18n/fra/src/vs/workbench/parts/git/browser/views/gitless/gitlessView.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/git/browser/views/gitless/gitlessView.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/git/browser/views/notroot/notrootView.i18n.json b/i18n/fra/src/vs/workbench/parts/git/browser/views/notroot/notrootView.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/git/browser/views/notroot/notrootView.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/git/browser/views/noworkspace/noworkspaceView.i18n.json b/i18n/fra/src/vs/workbench/parts/git/browser/views/noworkspace/noworkspaceView.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/git/browser/views/noworkspace/noworkspaceView.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/git/electron-main/askpassService.i18n.json b/i18n/fra/src/vs/workbench/parts/git/electron-main/askpassService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/git/electron-main/askpassService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/git/node/git.lib.i18n.json b/i18n/fra/src/vs/workbench/parts/git/node/git.lib.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/git/node/git.lib.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/html/browser/html.contribution.i18n.json b/i18n/fra/src/vs/workbench/parts/html/browser/html.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/html/browser/html.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/html/browser/htmlPreviewPart.i18n.json b/i18n/fra/src/vs/workbench/parts/html/browser/htmlPreviewPart.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/html/browser/htmlPreviewPart.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/markdown/browser/markdownActions.contribution.i18n.json b/i18n/fra/src/vs/workbench/parts/markdown/browser/markdownActions.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/markdown/browser/markdownActions.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/markdown/browser/markdownActions.i18n.json b/i18n/fra/src/vs/workbench/parts/markdown/browser/markdownActions.i18n.json new file mode 100644 index 00000000000..513689aa74d --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/markdown/browser/markdownActions.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "openPreview": "Ouvrir l'aperçu" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/markdown/browser/markdownEditorInput.i18n.json b/i18n/fra/src/vs/workbench/parts/markdown/browser/markdownEditorInput.i18n.json new file mode 100644 index 00000000000..0f1b0c35e99 --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/markdown/browser/markdownEditorInput.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "preview": "Aperçu de '{0}'" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/markdown/common/markdownEditorInput.i18n.json b/i18n/fra/src/vs/workbench/parts/markdown/common/markdownEditorInput.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/markdown/common/markdownEditorInput.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/markdown/common/markdownEditorModel.i18n.json b/i18n/fra/src/vs/workbench/parts/markdown/common/markdownEditorModel.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/markdown/common/markdownEditorModel.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/output/browser/output.contribution.i18n.json b/i18n/fra/src/vs/workbench/parts/output/browser/output.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/output/browser/output.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/output/browser/outputActions.contribution.i18n.json b/i18n/fra/src/vs/workbench/parts/output/browser/outputActions.contribution.i18n.json new file mode 100644 index 00000000000..21576350815 --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/output/browser/outputActions.contribution.i18n.json @@ -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. +{ + "clearOutput.label": "Effacer la sortie", + "viewCategory": "Affichage" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/output/browser/outputActions.i18n.json b/i18n/fra/src/vs/workbench/parts/output/browser/outputActions.i18n.json new file mode 100644 index 00000000000..c746d8ce29c --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/output/browser/outputActions.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "clearOutput": "Effacer la sortie", + "outputErrorsBadge": "Il existe des erreurs dans la sortie.", + "run": "Exécuter", + "showOutput": "Afficher la sortie" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/output/browser/outputPanel.i18n.json b/i18n/fra/src/vs/workbench/parts/output/browser/outputPanel.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/output/browser/outputPanel.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/output/common/outputEditorInput.i18n.json b/i18n/fra/src/vs/workbench/parts/output/common/outputEditorInput.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/output/common/outputEditorInput.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/quickopen/browser/commandsHandler.i18n.json b/i18n/fra/src/vs/workbench/parts/quickopen/browser/commandsHandler.i18n.json new file mode 100644 index 00000000000..a7738d30457 --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/quickopen/browser/commandsHandler.i18n.json @@ -0,0 +1,17 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "QuickCommandsAction.label": "Afficher les commandes de l'éditeur", + "QuickCommandsEditorAction.label": "Afficher les commandes de l'éditeur", + "actionNotEnabled": "La commande '{0}' n'est pas activée dans ce contexte.", + "canNotRun": "La commande '{0}' ne peut pas être exécutée à partir d'ici.", + "commandsHandlerDescriptionDefault": "Afficher et exécuter les commandes (F1)", + "commandsHandlerDescriptionIE": "Afficher et exécuter les commandes (Alt+F1)", + "commandsHandlerDescriptionMac": "Afficher et exécuter les commandes (Cmd+P)", + "commandsHandlerDescriptionNative": "Afficher et exécuter les commandes (Ctrl+P)", + "editorCommandsHandler": "Afficher et exécuter les commandes de l'éditeur", + "showTriggerActions": "Afficher toutes les commandes" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/quickopen/browser/gotoLineHandler.i18n.json b/i18n/fra/src/vs/workbench/parts/quickopen/browser/gotoLineHandler.i18n.json new file mode 100644 index 00000000000..80b531ae4b8 --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/quickopen/browser/gotoLineHandler.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "gotoLine": "Atteindre la ligne...", + "gotoLineDescriptionMac": "Atteindre la ligne (Commande+G)", + "gotoLineDescriptionWin": "Atteindre la ligne (Ctrl+G)", + "gotoLineLabel": "Atteindre la ligne {0}", + "gotoLineLabelEmpty": "Tapez un numéro de ligne à atteindre.", + "gotoLineLabelEmptyWithLimit": "Tapez un numéro de ligne à atteindre entre 1 et {0}" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/quickopen/browser/gotoSymbolHandler.i18n.json b/i18n/fra/src/vs/workbench/parts/quickopen/browser/gotoSymbolHandler.i18n.json new file mode 100644 index 00000000000..0f8193f4f47 --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/quickopen/browser/gotoSymbolHandler.i18n.json @@ -0,0 +1,24 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "GotoSymbolEditorAction.label": "Atteindre le symbole...", + "_constructor": "constructeurs ({0})", + "call": "appels ({0})", + "class": "classes ({0})", + "function": "fonctions ({0})", + "gotoSymbol": "Atteindre le symbole...", + "gotoSymbolDescriptionNormalMac": "Atteindre le symbole (Commande+Maj+O, Commande+Maj+,)", + "gotoSymbolDescriptionNormalWin": "Atteindre le symbole (Ctrl+Maj+O, Ctrl+Maj+,)", + "gotoSymbolDescriptionScoped": "Atteindre le symbole par catégorie", + "grouplabel": "{0} ({1})", + "interface": "interfaces ({0})", + "method": "méthodes ({0})", + "modules": "modules ({0})", + "property": "propriétés ({0})", + "symbols": "symboles ({0})", + "variable": "variables ({0})", + "variable2": "variables ({0})" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/quickopen/browser/helpHandler.i18n.json b/i18n/fra/src/vs/workbench/parts/quickopen/browser/helpHandler.i18n.json new file mode 100644 index 00000000000..bd3f0f92faa --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/quickopen/browser/helpHandler.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "editorCommands": "commandes de l'éditeur", + "globalCommands": "commandes globales", + "helpDescription": "Afficher l'aide" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/quickopen/browser/markersHandler.i18n.json b/i18n/fra/src/vs/workbench/parts/quickopen/browser/markersHandler.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/quickopen/browser/markersHandler.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/quickopen/browser/quickopen.contribution.i18n.json b/i18n/fra/src/vs/workbench/parts/quickopen/browser/quickopen.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/quickopen/browser/quickopen.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/search/browser/openAnythingHandler.i18n.json b/i18n/fra/src/vs/workbench/parts/search/browser/openAnythingHandler.i18n.json new file mode 100644 index 00000000000..d1cbd1bca6d --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/search/browser/openAnythingHandler.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "fileAndTypeResults": "Résultats des fichiers et des symboles" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/search/browser/openFileHandler.i18n.json b/i18n/fra/src/vs/workbench/parts/search/browser/openFileHandler.i18n.json new file mode 100644 index 00000000000..c30fb5824f7 --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/search/browser/openFileHandler.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "searchResults": "résultats de la recherche" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/search/browser/openSymbolHandler.i18n.json b/i18n/fra/src/vs/workbench/parts/search/browser/openSymbolHandler.i18n.json new file mode 100644 index 00000000000..3e7f6cae4cd --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/search/browser/openSymbolHandler.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "symbols": "résultats des symboles" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/search/browser/search.contribution.i18n.json b/i18n/fra/src/vs/workbench/parts/search/browser/search.contribution.i18n.json new file mode 100644 index 00000000000..fe4205e9117 --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/search/browser/search.contribution.i18n.json @@ -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. +{ + "excludeFolders": "Dossiers à exclure lors d'une recherche en texte intégral dans l'espace de travail.", + "findInFolder": "Rechercher dans le dossier", + "name": "Recherche", + "openAnythingHandlerDescriptionMac": "Ouvrir les fichiers et les symboles par nom (Commande+O, Commande+,)", + "openAnythingHandlerDescriptionWin": "Ouvrir les fichiers et les symboles par nom (Ctrl+O, Ctrl+,)", + "searchConfigurationDescription": "Permet de configurer les paramètres de recherche.", + "searchConfigurationTitle": "Configuration de la recherche", + "showSearchViewlet": "Afficher la viewlet 'Recherche'" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/search/browser/searchViewlet.i18n.json b/i18n/fra/src/vs/workbench/parts/search/browser/searchViewlet.i18n.json new file mode 100644 index 00000000000..26f6bf0f3d7 --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/search/browser/searchViewlet.i18n.json @@ -0,0 +1,31 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "CollapseAllAction.label": "Réduire", + "RefreshAction.label": "Actualiser", + "RemoveAction.label": "supprimer", + "SelectOrRemoveAction.removeLabel": "Supprimer", + "SelectOrRemoveAction.selectLabel": "Sélectionner", + "findInFolder": "Rechercher dans le dossier", + "inputFileTypes": "p. ex. *.js", + "inputFolderExclusions": "p. ex. dossier1, dossier2", + "inputFolderIncludes": "p. ex. dossier1, dossier2", + "label.Search": "Rechercher le terme", + "noResults": "Résultats introuvables", + "noResultsConfiguredExcludes": "Résultants introuvables. Les paramètres actifs excluent certains dossiers.", + "noResultsExcludes": "Résultats introuvables avec l'exclusion des dossiers '{0}' - ", + "noResultsIncludes": "Aucun résultat trouvé dans '{0}' - ", + "noResultsIncludesPatterns": "Aucun résultat trouvé dans '{0}' avec les noms de fichiers '{1}' - ", + "noResultsPatterns": "Aucun résultat trouvé avec les noms de fichiers '{0}' - ", + "regexp.validationFailure": "L'expression correspond à tout.", + "rerunSearch.message": "Rechercher à nouveau dans tous les fichiers", + "searchMatch": "{0} correspondance trouvée", + "searchMatches": "{0} correspondances trouvées", + "searchMaxResultsWarning": "Le jeu de résultats contient uniquement un sous-ensemble de toutes les correspondances. Soyez plus précis dans votre recherche de façon à limiter les résultats retournés.", + "searchScope.files": "fichiers dans lesquels rechercher", + "searchScope.folders": "dossiers à exclure", + "searchScope.include.folders": "dossiers à inclure" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/snippets/electron-browser/snippets.contribution.i18n.json b/i18n/fra/src/vs/workbench/parts/snippets/electron-browser/snippets.contribution.i18n.json new file mode 100644 index 00000000000..442f429322b --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/snippets/electron-browser/snippets.contribution.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "openSnippet.errorOnCreate": "Impossible de créer {0}", + "openSnippet.label": "Extraits", + "openSnippet.pickLanguage": "Sélectionner le langage de l'extrait de code", + "preferences": "Préférences" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/tasks/browser/processRunnerDetector.i18n.json b/i18n/fra/src/vs/workbench/parts/tasks/browser/processRunnerDetector.i18n.json new file mode 100644 index 00000000000..72789ea6bc6 --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/tasks/browser/processRunnerDetector.i18n.json @@ -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. +{ + "TaskSystemDetector.noGulpTasks": "L'exécution de gulp --tasks-simple n'a listé aucune tâche. Avez-vous exécuté npm install ?", + "TaskSystemDetector.noJakeTasks": "L'exécution de jake --tasks n'a listé aucune tâche. Avez-vous exécuté npm install ?" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/tasks/browser/taskQuickOpen.i18n.json b/i18n/fra/src/vs/workbench/parts/tasks/browser/taskQuickOpen.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/tasks/browser/taskQuickOpen.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/tasks/electron-browser/task.contribution.i18n.json b/i18n/fra/src/vs/workbench/parts/tasks/electron-browser/task.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/tasks/electron-browser/task.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/tasks/node/processRunnerConfiguration.i18n.json b/i18n/fra/src/vs/workbench/parts/tasks/node/processRunnerConfiguration.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/tasks/node/processRunnerConfiguration.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/tasks/node/processRunnerDetector.i18n.json b/i18n/fra/src/vs/workbench/parts/tasks/node/processRunnerDetector.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/tasks/node/processRunnerDetector.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/tasks/node/processRunnerSystem.i18n.json b/i18n/fra/src/vs/workbench/parts/tasks/node/processRunnerSystem.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/tasks/node/processRunnerSystem.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/themes/electron-browser/themes.contribution.i18n.json b/i18n/fra/src/vs/workbench/parts/themes/electron-browser/themes.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/themes/electron-browser/themes.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/services/files/electron-browser/fileService.i18n.json b/i18n/fra/src/vs/workbench/services/files/electron-browser/fileService.i18n.json new file mode 100644 index 00000000000..c709d8475c3 --- /dev/null +++ b/i18n/fra/src/vs/workbench/services/files/electron-browser/fileService.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "trashFailed": "Échec du déplacement de '{0}' vers la corbeille" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/services/files/node/fileService.i18n.json b/i18n/fra/src/vs/workbench/services/files/node/fileService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/workbench/services/files/node/fileService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/services/history/browser/history.i18n.json b/i18n/fra/src/vs/workbench/services/history/browser/history.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/workbench/services/history/browser/history.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json b/i18n/fra/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/services/lifecycle/common/lifecycleService.i18n.json b/i18n/fra/src/vs/workbench/services/lifecycle/common/lifecycleService.i18n.json new file mode 100644 index 00000000000..c9cca6459ac --- /dev/null +++ b/i18n/fra/src/vs/workbench/services/lifecycle/common/lifecycleService.i18n.json @@ -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. +{ + "primaryButton": "Annuler", + "secondaryButton": "Quitter" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/services/message/browser/messageService.i18n.json b/i18n/fra/src/vs/workbench/services/message/browser/messageService.i18n.json new file mode 100644 index 00000000000..bb3cc1ed407 --- /dev/null +++ b/i18n/fra/src/vs/workbench/services/message/browser/messageService.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "closeMessages": "Fermer les messages de notification" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/services/message/electron-browser/messageService.i18n.json b/i18n/fra/src/vs/workbench/services/message/electron-browser/messageService.i18n.json new file mode 100644 index 00000000000..54000752406 --- /dev/null +++ b/i18n/fra/src/vs/workbench/services/message/electron-browser/messageService.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "yesButton": "Oui" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/services/request/node/requestService.i18n.json b/i18n/fra/src/vs/workbench/services/request/node/requestService.i18n.json new file mode 100644 index 00000000000..7a6a7568afd --- /dev/null +++ b/i18n/fra/src/vs/workbench/services/request/node/requestService.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "httpConfigurationTitle": "Configuration HTTP", + "localFileNotFound": "Fichier introuvable", + "proxy": "Paramètre de proxy à utiliser. S'il n'est pas défini, il est récupéré à partir des variables d'environnement http_proxy et https_proxy" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/services/themes/node/themeService.i18n.json b/i18n/fra/src/vs/workbench/services/themes/node/themeService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/fra/src/vs/workbench/services/themes/node/themeService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/services/thread/electron-browser/threadService.i18n.json b/i18n/fra/src/vs/workbench/services/thread/electron-browser/threadService.i18n.json new file mode 100644 index 00000000000..186ca3ff6f5 --- /dev/null +++ b/i18n/fra/src/vs/workbench/services/thread/electron-browser/threadService.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "pluginHostProcess.crash": "ERREUR IRRÉCUPÉRABLE : le processus hôte du plug-in s'est arrêté. Pour le moment, nous ne pouvons pas récupérer suite à cette erreur. Procédez à un nouveau chargement." +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/ui/parts/editor/quickstart.i18n.json b/i18n/fra/src/vs/workbench/ui/parts/editor/quickstart.i18n.json new file mode 100644 index 00000000000..a08bc012278 --- /dev/null +++ b/i18n/fra/src/vs/workbench/ui/parts/editor/quickstart.i18n.json @@ -0,0 +1,19 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "previewTitle": "Le service est en mode Aperçu. Envoyez-nous vos commentaires. Merci de nous aider à créer un grand service.", + "quickStartCaption1Body": "Utilisez Git pour cloner du code dans votre site, gérer les modifications et envoyer le résultat en production", + "quickStartCaption1Title": "Contrôle de code source", + "quickStartCaption2Body": "Recherchez rapidement un fichier avec {0}. Vous pouvez également afficher votre historique récent avec Ctrl+Q.", + "quickStartCaption2Title": "Ouverture rapide", + "quickStartCaption3Body": "Afficher un autre fichier côte à côte et en contexte", + "quickStartCaption3Title": "Côte à côte", + "quickStartCaption4Body": "Les fichiers sont enregistrés automatiquement en arrière-plan.", + "quickStartCaption4Title": "Enregistrer automatiquement", + "quickStartSection1Title": "4 conseils clés sur cet environnement", + "quickStartTitle": "Démarrage rapide", + "quickStartVideoLink": "Afficher davantage de conseils sur Channel9" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/ui/parts/editor/resourceDiffEditor.i18n.json b/i18n/fra/src/vs/workbench/ui/parts/editor/resourceDiffEditor.i18n.json new file mode 100644 index 00000000000..f187119ed11 --- /dev/null +++ b/i18n/fra/src/vs/workbench/ui/parts/editor/resourceDiffEditor.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "binaryDiffEditor": "Visionneuse de différences binaires" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/ui/parts/editor/resourceEditor.i18n.json b/i18n/fra/src/vs/workbench/ui/parts/editor/resourceEditor.i18n.json new file mode 100644 index 00000000000..227426d0996 --- /dev/null +++ b/i18n/fra/src/vs/workbench/ui/parts/editor/resourceEditor.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "binaryEditor": "Visionneuse binaire" +} \ No newline at end of file diff --git a/i18n/ita/extensions/typescript/package.i18n.json b/i18n/ita/extensions/typescript/package.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/extensions/typescript/package.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/base/browser/ui/actionbar/actionbar.i18n.json b/i18n/ita/src/vs/base/browser/ui/actionbar/actionbar.i18n.json new file mode 100644 index 00000000000..66236444d81 --- /dev/null +++ b/i18n/ita/src/vs/base/browser/ui/actionbar/actionbar.i18n.json @@ -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. +{ + "actionBarAccessibleLabel": "Barra delle azioni", + "titleLabel": "{0} ({1})" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/base/browser/ui/aria/aria.i18n.json b/i18n/ita/src/vs/base/browser/ui/aria/aria.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/base/browser/ui/aria/aria.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/base/browser/ui/findinput/findInput.i18n.json b/i18n/ita/src/vs/base/browser/ui/findinput/findInput.i18n.json new file mode 100644 index 00000000000..c58b0f8d7a8 --- /dev/null +++ b/i18n/ita/src/vs/base/browser/ui/findinput/findInput.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "caseDescription": "Maiuscole/minuscole", + "defaultLabel": "input", + "regexDescription": "Usa espressione regolare", + "wordsDescription": "Parola intera" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/base/browser/ui/inputbox/inputBox.i18n.json b/i18n/ita/src/vs/base/browser/ui/inputbox/inputBox.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/base/browser/ui/inputbox/inputBox.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/base/browser/ui/messagelist/messageList.i18n.json b/i18n/ita/src/vs/base/browser/ui/messagelist/messageList.i18n.json new file mode 100644 index 00000000000..6e4f17fd4c8 --- /dev/null +++ b/i18n/ita/src/vs/base/browser/ui/messagelist/messageList.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "close": "Chiudi", + "error": "Errore", + "info": "Informazioni", + "warning": "Avviso" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/base/browser/ui/resourceviewer/resourceViewer.i18n.json b/i18n/ita/src/vs/base/browser/ui/resourceviewer/resourceViewer.i18n.json new file mode 100644 index 00000000000..ae2a6ea6ab5 --- /dev/null +++ b/i18n/ita/src/vs/base/browser/ui/resourceviewer/resourceViewer.i18n.json @@ -0,0 +1,12 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "clickToOpen": "Fare clic per aprire l'immagine a schermo intero in una nuova finestra", + "downloadBinary": "Non è possibile visualizzare il file nell'editor perché è binario o usa una codifica testo non supportata. Fare clic sul collegamento seguente per aprirlo nel browser o per scaricarlo: ", + "missingAudioSupport": "La riproduzione di file audio non è supportata.", + "missingVideoSupport": "La riproduzione di file video non è supportata.", + "nativeBinaryError": "Non è possibile visualizzare il file nell'editor perché è binario, è molto grande o usa una codifica testo non supportata" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/base/browser/ui/toolbar/toolbar.i18n.json b/i18n/ita/src/vs/base/browser/ui/toolbar/toolbar.i18n.json new file mode 100644 index 00000000000..2f484c7beb7 --- /dev/null +++ b/i18n/ita/src/vs/base/browser/ui/toolbar/toolbar.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "more": "Altro" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/base/common/errors.i18n.json b/i18n/ita/src/vs/base/common/errors.i18n.json new file mode 100644 index 00000000000..a261e3db7cb --- /dev/null +++ b/i18n/ita/src/vs/base/common/errors.i18n.json @@ -0,0 +1,23 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "error.connection.unknown": "Si è verificato un errore di connessione sconosciuto. La connessione a Internet è stata interrotta o il server al quale si è connessi è offline.", + "error.connection.unknown.verbose": "Errore di connessione sconosciuto ({0})", + "error.defaultMessage": "Si è verificato un errore sconosciuto. Per altri dettagli, vedere il log.", + "error.http": "{0} (HTTP {1})", + "error.http.verbose": "{0} (HTTP {1}: {2})", + "error.permission": "Autorizzazione negata", + "error.permission.verbose": "Autorizzazione negata (HTTP {0})", + "illegalArgumentError": "Argomento non valido: {0}", + "illegalArgumentError2": "Argomento non valido", + "illegalStateError": "Stato non valido: {0}", + "illegalStateError2": "Stato non valido", + "loaderError": "Impossibile caricare un file richiesto. La connessione a Internet è stata interrotta o il server al quale si è connessi è offline. Aggiornare il browser per riprovare.", + "loaderErrorNative": "Non è stato possibile caricare un file obbligatorio. Riavviare l'applicazione e riprovare. Dettagli: {0}", + "message": "{0}. Codice errore: {1}", + "notImplementedError": "Non implementato", + "stackTrace.format": "{0}: {1}" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/base/common/json.i18n.json b/i18n/ita/src/vs/base/common/json.i18n.json new file mode 100644 index 00000000000..3d34f4fc128 --- /dev/null +++ b/i18n/ita/src/vs/base/common/json.i18n.json @@ -0,0 +1,17 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "CloseBraceExpected": "È prevista la parentesi graffa di chiusura", + "CloseBracketExpected": "È prevista la parentesi quadra di chiusura", + "ColonExpected": "Sono previsti i due punti", + "CommaExpected": "È prevista la virgola", + "EOFExpected": "È prevista la fine del contenuto", + "InvalidNumberFormat": "Formato di numero non valido", + "PropertyExpected": "È previsto un nome di proprietà", + "UnknownSymbol": "Simbolo non valido", + "ValeExpected": "È previsto un valore", + "ValueExpected": "È previsto un valore" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/base/common/keyCodes.i18n.json b/i18n/ita/src/vs/base/common/keyCodes.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/base/common/keyCodes.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/base/common/processes.i18n.json b/i18n/ita/src/vs/base/common/processes.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/base/common/processes.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/base/common/severity.i18n.json b/i18n/ita/src/vs/base/common/severity.i18n.json new file mode 100644 index 00000000000..b98155254d3 --- /dev/null +++ b/i18n/ita/src/vs/base/common/severity.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "sev.error": "Errore", + "sev.info": "Informazioni", + "sev.warning": "Avviso" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/base/common/strings.i18n.json b/i18n/ita/src/vs/base/common/strings.i18n.json new file mode 100644 index 00000000000..80b25a051f5 --- /dev/null +++ b/i18n/ita/src/vs/base/common/strings.i18n.json @@ -0,0 +1,22 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "diff.days": "{0}g", + "diff.days.month": "un mese fa", + "diff.days.verbose": "{0} giorni fa", + "diff.days.week": "una settimana fa", + "diff.days.yesterday": "ieri", + "diff.hour.verbose": "1 ora fa", + "diff.hours": "{0}h", + "diff.hours.verbose": "{0} ore fa", + "diff.minute.verbose": "1 minuto fa", + "diff.minutes": "{0}m", + "diff.minutes.verbose": "{0} minuti fa", + "diff.seconds": "{0}s", + "diff.seconds.verbose": "adesso", + "format.date": "{0}-{1}-{2} {3}:{4}:{5}", + "format.time": "{0}.{1}.{2}" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/base/node/processRunner.i18n.json b/i18n/ita/src/vs/base/node/processRunner.i18n.json new file mode 100644 index 00000000000..e589a4a1f3f --- /dev/null +++ b/i18n/ita/src/vs/base/node/processRunner.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "TaskRunner.UNC": "Non è possibile eseguire un comando della shell su un'unità UNC." +} \ No newline at end of file diff --git a/i18n/ita/src/vs/base/node/processes.i18n.json b/i18n/ita/src/vs/base/node/processes.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/base/node/processes.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/base/node/zip.i18n.json b/i18n/ita/src/vs/base/node/zip.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/base/node/zip.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/base/parts/quickopen/browser/quickOpenModel.i18n.json b/i18n/ita/src/vs/base/parts/quickopen/browser/quickOpenModel.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/base/parts/quickopen/browser/quickOpenModel.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/base/parts/quickopen/browser/quickOpenWidget.i18n.json b/i18n/ita/src/vs/base/parts/quickopen/browser/quickOpenWidget.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/base/parts/quickopen/browser/quickOpenWidget.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/base/performance/timer.i18n.json b/i18n/ita/src/vs/base/performance/timer.i18n.json new file mode 100644 index 00000000000..d12b15d45b3 --- /dev/null +++ b/i18n/ita/src/vs/base/performance/timer.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "startAfterStopError": "Impossibile avviare un nuovo timer da uno arrestato." +} \ No newline at end of file diff --git a/i18n/ita/src/vs/base/ui/widgets/comboBox.i18n.json b/i18n/ita/src/vs/base/ui/widgets/comboBox.i18n.json new file mode 100644 index 00000000000..82041aac35b --- /dev/null +++ b/i18n/ita/src/vs/base/ui/widgets/comboBox.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "empty": "&mdash;", + "error": "Impossibile caricare opzioni", + "loading": "Caricamento in corso&hellip;" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/base/ui/widgets/credentials.i18n.json b/i18n/ita/src/vs/base/ui/widgets/credentials.i18n.json new file mode 100644 index 00000000000..b4903f724a9 --- /dev/null +++ b/i18n/ita/src/vs/base/ui/widgets/credentials.i18n.json @@ -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. +{ + "cancel": "Annulla", + "credentialsRequired": "Questo URL Git richiede l'autenticazione:", + "label.password": "Password", + "label.remember": "Memorizza password", + "label.username": "Nome utente", + "ok": "OK", + "rememberDisclaimerFullAccessibleText": "Memorizzare le credenziali. Se si salva la password, tali informazioni vengono archiviate nel sito Web Azure. In tal modo, qualsiasi utente con accesso FTP al sito Web sarà in grado di recuperare la password.", + "rememberDisclaimerTooltip": "Se si salva la password, tali informazioni vengono archiviate nel sito Web Azure. In tal modo, qualsiasi utente con accesso FTP al sito Web sarà in grado di recuperare la password." +} \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/browser/view/viewImpl.i18n.json b/i18n/ita/src/vs/editor/browser/view/viewImpl.i18n.json new file mode 100644 index 00000000000..9c443a0f33d --- /dev/null +++ b/i18n/ita/src/vs/editor/browser/view/viewImpl.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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": "Contenuto editor" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/common/commonCodeEditor.i18n.json b/i18n/ita/src/vs/editor/common/commonCodeEditor.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/editor/common/commonCodeEditor.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/common/config/commonEditorConfig.i18n.json b/i18n/ita/src/vs/editor/common/config/commonEditorConfig.i18n.json new file mode 100644 index 00000000000..ab329678479 --- /dev/null +++ b/i18n/ita/src/vs/editor/common/config/commonEditorConfig.i18n.json @@ -0,0 +1,30 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "autoClosingBrackets": "Controlla se l'editor deve chiudere automaticamente le parentesi quadre dopo che sono state aperte", + "editorConfigurationTitle": "Configurazione editor", + "fontFamily": "Controlla la famiglia di caratteri.", + "fontSize": "Controlla le dimensioni del carattere.", + "formatOnType": "Controlla se l'editor deve formattare automaticamente la riga dopo la digitazione", + "glyphMargin": "Controlla la visibilità del margine del glifo", + "hideCursorInOverviewRuler": "Controlla se il cursore deve essere nascosto nel righello della panoramica.", + "insertSpaces": "Controlla se l'editor inserirà spazi per le tabulazioni. Valori accettati: \"auto\", true, false. Se è impostato su auto, il valore verrà stabilito all'apertura del file.", + "lineHeight": "Controlla l'altezza della riga.", + "lineNumbers": "Controlla la visibilità dei numeri di riga", + "mouseWheelScrollSensitivity": "Moltiplicatore da usare sui valori `deltaX` e `deltaY` degli eventi di scorrimento della rotellina del mouse", + "overviewRulerLanes": "Controlla il numero di effetti che possono essere visualizzati nella stessa posizione nel righello della panoramica", + "quickSuggestions": "Controlla se durante la digitazione verranno o meno visualizzati i suggerimenti rapidi", + "quickSuggestionsDelay": "Controlla il ritardo in ms dopo il quale verranno visualizzati i suggerimenti rapidi", + "referenceInfos": "Controlla se l'editor visualizza le informazioni di riferimento per le modalità supportate", + "renderWhitespace": "Controlla se l'editor deve eseguire il rendering dei spazi vuoti", + "roundedSelection": "Controlla se gli angoli delle selezioni sono arrotondati", + "scrollBeyondLastLine": "Controlla se l'editor scorrerà oltre l'ultima riga", + "selectionHighlight": "Controlla se l'editor deve evidenziare gli elementi corrispondenti simili alla selezione", + "suggestOnTriggerCharacters": "Controlla se i suggerimenti devono essere visualizzati automaticamente durante la digitazione dei caratteri trigger", + "tabSize": "Controlla le dimensioni di rendering delle schede in caratteri. Valori accettati: \"auto\", 2, 4, 6 e così via. Se è impostato su auto, il valore verrà stabilito all'apertura del file.", + "wrappingColumn": "Controlla il numero di caratteri dopo i quali l'editor attiverà l'a capo automatico alla riga successiva. Se è impostato su 0, verrà attivato l'a capo automatico in base alla larghezza del viewport", + "wrappingIndent": "Controlla il rientro delle righe con ritorno a capo. Può essere uno dei valori seguenti: 'none', 'same' o 'indent'." +} \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/common/config/defaultConfig.i18n.json b/i18n/ita/src/vs/editor/common/config/defaultConfig.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/editor/common/config/defaultConfig.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/common/controller/cursor.i18n.json b/i18n/ita/src/vs/editor/common/controller/cursor.i18n.json new file mode 100644 index 00000000000..b46c8df4521 --- /dev/null +++ b/i18n/ita/src/vs/editor/common/controller/cursor.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "corrupt.commands": "Eccezione imprevista durante l'esecuzione del comando." +} \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/common/model/textModelWithTokens.i18n.json b/i18n/ita/src/vs/editor/common/model/textModelWithTokens.i18n.json new file mode 100644 index 00000000000..916eaaf0d7d --- /dev/null +++ b/i18n/ita/src/vs/editor/common/model/textModelWithTokens.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "mode.tokenizationSupportFailed": "Modalità non riuscita durante la tokenizzazione dell'input." +} \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/common/services/bulkEdit.i18n.json b/i18n/ita/src/vs/editor/common/services/bulkEdit.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/editor/common/services/bulkEdit.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/common/services/modeServiceImpl.i18n.json b/i18n/ita/src/vs/editor/common/services/modeServiceImpl.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/editor/common/services/modeServiceImpl.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/contrib/accessibility/browser/accessibility.i18n.json b/i18n/ita/src/vs/editor/contrib/accessibility/browser/accessibility.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/editor/contrib/accessibility/browser/accessibility.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/contrib/clipboard/browser/clipboard.i18n.json b/i18n/ita/src/vs/editor/contrib/clipboard/browser/clipboard.i18n.json new file mode 100644 index 00000000000..122f0e67fb4 --- /dev/null +++ b/i18n/ita/src/vs/editor/contrib/clipboard/browser/clipboard.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "actions.clipboard.copyLabel": "Copia", + "actions.clipboard.cutLabel": "Taglia", + "actions.clipboard.pasteLabel": "Incolla" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/contrib/codelens/browser/codelens.i18n.json b/i18n/ita/src/vs/editor/contrib/codelens/browser/codelens.i18n.json new file mode 100644 index 00000000000..908caedf403 --- /dev/null +++ b/i18n/ita/src/vs/editor/contrib/codelens/browser/codelens.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "n_references": "{0}&nbsp;riferimenti", + "one_reference": "1&nbsp;riferimento", + "unknown_reference": "-&nbsp;riferimenti" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/contrib/color/colorPicker.i18n.json b/i18n/ita/src/vs/editor/contrib/color/colorPicker.i18n.json new file mode 100644 index 00000000000..67c29b783a0 --- /dev/null +++ b/i18n/ita/src/vs/editor/contrib/color/colorPicker.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "color.action.label": "Azione selezione colori" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/contrib/comment/common/comment.i18n.json b/i18n/ita/src/vs/editor/contrib/comment/common/comment.i18n.json new file mode 100644 index 00000000000..6ab3f6b57ae --- /dev/null +++ b/i18n/ita/src/vs/editor/contrib/comment/common/comment.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "comment.block": "Attiva/Disattiva commento per il blocco", + "comment.line": "Attiva/Disattiva commento per la riga", + "comment.line.add": "Aggiungi commento per la riga", + "comment.line.remove": "Rimuovi commento per la riga" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/contrib/contextmenu/browser/contextmenu.i18n.json b/i18n/ita/src/vs/editor/contrib/contextmenu/browser/contextmenu.i18n.json new file mode 100644 index 00000000000..fc0acd1195a --- /dev/null +++ b/i18n/ita/src/vs/editor/contrib/contextmenu/browser/contextmenu.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "action.showContextMenu.label": "Mostra il menu di scelta rapida editor" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/contrib/defineKeybinding/browser/defineKeybinding.i18n.json b/i18n/ita/src/vs/editor/contrib/defineKeybinding/browser/defineKeybinding.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/editor/contrib/defineKeybinding/browser/defineKeybinding.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/contrib/find/browser/find.i18n.json b/i18n/ita/src/vs/editor/contrib/find/browser/find.i18n.json new file mode 100644 index 00000000000..5b6a1849963 --- /dev/null +++ b/i18n/ita/src/vs/editor/contrib/find/browser/find.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "addSelectionToNextFindMatch": "Aggiungi selezione alla successiva corrispondenza di ricerca", + "findNextMatchAction": "Trova successivo", + "findPreviousMatchAction": "Trova precedente", + "moveSelectionToNextFindMatch": "Sposta ultima selezione alla successiva corrispondenza di ricerca", + "selectAllOccurencesOfFindMatch": "Seleziona tutte le occorrenze della corrispondenza di ricerca", + "startFindAction": "Trova", + "startReplace": "Sostituisci" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/contrib/find/browser/findWidget.i18n.json b/i18n/ita/src/vs/editor/contrib/find/browser/findWidget.i18n.json new file mode 100644 index 00000000000..bf009dfa097 --- /dev/null +++ b/i18n/ita/src/vs/editor/contrib/find/browser/findWidget.i18n.json @@ -0,0 +1,18 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "label.closeButton": "Chiudi (ESC)", + "label.find": "Trova", + "label.nextMatchButton": "Risultato successivo (F3)", + "label.previousMatchButton": "Risultato precedente (MAIUSC+F3)", + "label.replace": "Sostituisci", + "label.replaceAllButton": "Sostituisci tutto", + "label.replaceButton": "Sostituisci", + "label.toggleReplaceButton": "Attiva/Disattiva modalità sostituzione", + "label.toggleSelectionFind": "Trova nella selezione", + "placeholder.find": "Trova", + "placeholder.replace": "Sostituisci" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/contrib/find/common/findController.i18n.json b/i18n/ita/src/vs/editor/contrib/find/common/findController.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/editor/contrib/find/common/findController.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/contrib/find2/find.i18n.json b/i18n/ita/src/vs/editor/contrib/find2/find.i18n.json new file mode 100644 index 00000000000..82fcf31073a --- /dev/null +++ b/i18n/ita/src/vs/editor/contrib/find2/find.i18n.json @@ -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. +{ + "disableSelectionFindAction": "Disabilita ricerca nella selezione", + "enableSelectionFindAction": "Abilita ricerca nella selezione", + "findNextMatchAction": "Trova successivo", + "findPreviousMatchAction": "Trova precedente", + "replace.replaceAll": "Sostituisci tutte le istanze", + "replace.replaceThis": "Sostituisci questa istanza", + "startFindAction": "Trova", + "startReplace": "Sostituisci" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/contrib/find2/findInput/findInput.i18n.json b/i18n/ita/src/vs/editor/contrib/find2/findInput/findInput.i18n.json new file mode 100644 index 00000000000..c58b0f8d7a8 --- /dev/null +++ b/i18n/ita/src/vs/editor/contrib/find2/findInput/findInput.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "caseDescription": "Maiuscole/minuscole", + "defaultLabel": "input", + "regexDescription": "Usa espressione regolare", + "wordsDescription": "Parola intera" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/contrib/find2/findWidget/findWidget.i18n.json b/i18n/ita/src/vs/editor/contrib/find2/findWidget/findWidget.i18n.json new file mode 100644 index 00000000000..77a9f4cd77f --- /dev/null +++ b/i18n/ita/src/vs/editor/contrib/find2/findWidget/findWidget.i18n.json @@ -0,0 +1,18 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "label.closeButton": "Chiudi (ESC)", + "label.find": "Trova", + "label.nextMatchButton": "Corrispondenza successiva (F3)", + "label.previousMatchButton": "Corrispondenza precedente (MAIUSC+F3)", + "label.replace": "Sostituisci", + "label.replaceAllButton": "Sostituisci tutto", + "label.replaceButton": "Sostituisci", + "label.toggleReplaceButton": "Attiva/disattiva modalità di sostituzione", + "label.toggleSelectionFind": "Trova nella selezione", + "placeholder.find": "Trova", + "placeholder.replace": "Sostituisci" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/contrib/folding/browser/folding.i18n.json b/i18n/ita/src/vs/editor/contrib/folding/browser/folding.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/editor/contrib/folding/browser/folding.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/contrib/format/common/format.i18n.json b/i18n/ita/src/vs/editor/contrib/format/common/format.i18n.json new file mode 100644 index 00000000000..24ab8d6417b --- /dev/null +++ b/i18n/ita/src/vs/editor/contrib/format/common/format.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "formatAction.label": "Formatta il codice" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/contrib/format/common/formatActions.i18n.json b/i18n/ita/src/vs/editor/contrib/format/common/formatActions.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/editor/contrib/format/common/formatActions.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json b/i18n/ita/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json new file mode 100644 index 00000000000..86f20c29cd8 --- /dev/null +++ b/i18n/ita/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "actions.goToDecl.label": "Vai alla definizione", + "actions.gotoTypeDecl.label": "Vai alla definizione di tipo", + "actions.previewDecl.label": "Visualizza la definizione", + "peekView.alternateTitle": "Dichiarazione" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/contrib/gotoError/browser/gotoError.i18n.json b/i18n/ita/src/vs/editor/contrib/gotoError/browser/gotoError.i18n.json new file mode 100644 index 00000000000..3ed7614cedd --- /dev/null +++ b/i18n/ita/src/vs/editor/contrib/gotoError/browser/gotoError.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "markerAction.next.label": "Vai a errore o avviso successivo", + "markerAction.previous.label": "Vai a errore o avviso precedente", + "quickfix.multiple.label": "Correzioni suggerite: ", + "quickfix.single.label": "Correzione suggerita: " +} \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/contrib/hover/browser/hover.i18n.json b/i18n/ita/src/vs/editor/contrib/hover/browser/hover.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/editor/contrib/hover/browser/hover.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/contrib/hover/browser/modesContentHover.i18n.json b/i18n/ita/src/vs/editor/contrib/hover/browser/modesContentHover.i18n.json new file mode 100644 index 00000000000..9a560262473 --- /dev/null +++ b/i18n/ita/src/vs/editor/contrib/hover/browser/modesContentHover.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "modesContentHover.loading": "Caricamento in corso..." +} \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/contrib/inEditorActions/inEditorActions.i18n.json b/i18n/ita/src/vs/editor/contrib/inEditorActions/inEditorActions.i18n.json new file mode 100644 index 00000000000..fce2f2f9693 --- /dev/null +++ b/i18n/ita/src/vs/editor/contrib/inEditorActions/inEditorActions.i18n.json @@ -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. +{ + "editorActionArrowAccessibleLabel": "Azioni apertura editor", + "ineditor.menu.keybinding": "{0} ({1})" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/contrib/inPlaceReplace/common/inPlaceReplace.i18n.json b/i18n/ita/src/vs/editor/contrib/inPlaceReplace/common/inPlaceReplace.i18n.json new file mode 100644 index 00000000000..0e35a80bc66 --- /dev/null +++ b/i18n/ita/src/vs/editor/contrib/inPlaceReplace/common/inPlaceReplace.i18n.json @@ -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. +{ + "InPlaceReplaceAction.next.label": "Sostituisci con il valore successivo", + "InPlaceReplaceAction.previous.label": "Sostituisci con il valore precedente" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/contrib/indentation/common/indentation.i18n.json b/i18n/ita/src/vs/editor/contrib/indentation/common/indentation.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/editor/contrib/indentation/common/indentation.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/contrib/linesOperations/common/linesOperations.i18n.json b/i18n/ita/src/vs/editor/contrib/linesOperations/common/linesOperations.i18n.json new file mode 100644 index 00000000000..31879c2762e --- /dev/null +++ b/i18n/ita/src/vs/editor/contrib/linesOperations/common/linesOperations.i18n.json @@ -0,0 +1,17 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "lines.copyDown": "Copia la riga in basso", + "lines.copyUp": "Copia la riga in alto", + "lines.delete": "Elimina la riga", + "lines.indent": "Imposta un rientro per la riga", + "lines.insertAfter": "Inserisci la riga sotto", + "lines.insertBefore": "Inserisci la riga sopra", + "lines.moveDown": "Sposta la riga in basso", + "lines.moveUp": "Sposta la riga in alto", + "lines.outdent": "Riduci il rientro per la riga", + "lines.trimTrailingWhitespace": "Taglia spazio vuoto finale" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/contrib/links/browser/links.i18n.json b/i18n/ita/src/vs/editor/contrib/links/browser/links.i18n.json new file mode 100644 index 00000000000..5e896c48318 --- /dev/null +++ b/i18n/ita/src/vs/editor/contrib/links/browser/links.i18n.json @@ -0,0 +1,12 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "label": "Apri il collegamento", + "links.navigate": "CTRL + clic per seguire il collegamento", + "links.navigate.editor": "Per aprire, fare clic tenendo premuto CTRL (CTRL+ALT+clic apre a lato)", + "links.navigate.editor.mac": "Per aprire, fare clic tenendo premuto CMD (CMD+Opzione+clic apre a lato)", + "links.navigate.mac": "Cmd + clic per seguire il collegamento" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json b/i18n/ita/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json new file mode 100644 index 00000000000..9eb38b76028 --- /dev/null +++ b/i18n/ita/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json @@ -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. +{ + "mutlicursor.insertAbove": "Inserisci il cursore sopra", + "mutlicursor.insertBelow": "Inserisci il cursore sotto" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/contrib/parameterHints/browser/parameterHints.i18n.json b/i18n/ita/src/vs/editor/contrib/parameterHints/browser/parameterHints.i18n.json new file mode 100644 index 00000000000..27a96b2c54f --- /dev/null +++ b/i18n/ita/src/vs/editor/contrib/parameterHints/browser/parameterHints.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "parameterHints.trigger.label": "Attiva i suggerimenti per i parametri" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/contrib/quickFix/browser/quickFix.i18n.json b/i18n/ita/src/vs/editor/contrib/quickFix/browser/quickFix.i18n.json new file mode 100644 index 00000000000..5f3718be122 --- /dev/null +++ b/i18n/ita/src/vs/editor/contrib/quickFix/browser/quickFix.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "quickfix.trigger.label": "Correzione rapida" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/contrib/quickFix/browser/quickFixSelectionWidget.i18n.json b/i18n/ita/src/vs/editor/contrib/quickFix/browser/quickFixSelectionWidget.i18n.json new file mode 100644 index 00000000000..323da0be262 --- /dev/null +++ b/i18n/ita/src/vs/editor/contrib/quickFix/browser/quickFixSelectionWidget.i18n.json @@ -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. +{ + "QuickFixSelectionWidget.loading": "Caricamento in corso...", + "QuickFixSelectionWidget.noSuggestions": "Non sono disponibili suggerimenti per la correzione." +} \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/contrib/quickOpen/browser/gotoLine.contribution.i18n.json b/i18n/ita/src/vs/editor/contrib/quickOpen/browser/gotoLine.contribution.i18n.json new file mode 100644 index 00000000000..beab22d1f9b --- /dev/null +++ b/i18n/ita/src/vs/editor/contrib/quickOpen/browser/gotoLine.contribution.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "label": "Vai alla riga..." +} \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/contrib/quickOpen/browser/gotoLine.i18n.json b/i18n/ita/src/vs/editor/contrib/quickOpen/browser/gotoLine.i18n.json new file mode 100644 index 00000000000..3502e22bb69 --- /dev/null +++ b/i18n/ita/src/vs/editor/contrib/quickOpen/browser/gotoLine.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "GotoLineAction.label": "Vai alla riga...", + "gotoLineActionInput": "Digitare un numero di riga, seguito da due punti facoltativi e da un numero di colonna per passare a", + "gotoLineLabelEmptyWithLineAndColumnLimit": "Digitare un numero di colonna compreso tra 1 e {0} per passare a", + "gotoLineLabelEmptyWithLineLimit": "Digitare un numero di riga compreso tra 1 e {0} per passare a", + "gotoLineLabelValidLine": "Vai alla riga {0}", + "gotoLineLabelValidLineAndColumn": "Vai alla riga {0} e alla colonna {1}" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/contrib/quickOpen/browser/quickCommand.contribution.i18n.json b/i18n/ita/src/vs/editor/contrib/quickOpen/browser/quickCommand.contribution.i18n.json new file mode 100644 index 00000000000..85a37f2f06e --- /dev/null +++ b/i18n/ita/src/vs/editor/contrib/quickOpen/browser/quickCommand.contribution.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "label": "Tavolozza comandi" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/contrib/quickOpen/browser/quickCommand.i18n.json b/i18n/ita/src/vs/editor/contrib/quickOpen/browser/quickCommand.i18n.json new file mode 100644 index 00000000000..20b77aca008 --- /dev/null +++ b/i18n/ita/src/vs/editor/contrib/quickOpen/browser/quickCommand.i18n.json @@ -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. +{ + "QuickCommandAction.label": "Tavolozza comandi", + "quickCommandActionInput": "Digitare il nome di un'azione da eseguire" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/contrib/quickOpen/browser/quickOutline.contribution.i18n.json b/i18n/ita/src/vs/editor/contrib/quickOpen/browser/quickOutline.contribution.i18n.json new file mode 100644 index 00000000000..c8bf853e02c --- /dev/null +++ b/i18n/ita/src/vs/editor/contrib/quickOpen/browser/quickOutline.contribution.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "label": "Vai al simbolo..." +} \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/contrib/quickOpen/browser/quickOutline.i18n.json b/i18n/ita/src/vs/editor/contrib/quickOpen/browser/quickOutline.i18n.json new file mode 100644 index 00000000000..87a279a7a56 --- /dev/null +++ b/i18n/ita/src/vs/editor/contrib/quickOpen/browser/quickOutline.i18n.json @@ -0,0 +1,20 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "QuickOutlineAction.label": "Vai al simbolo...", + "_constructor": "costruttori ({0})", + "call": "chiamate ({0})", + "class": "classi ({0})", + "function": "funzioni ({0})", + "interface": "interfacce ({0})", + "method": "metodi ({0})", + "modules": "moduli ({0})", + "property": "proprietà ({0})", + "quickOutlineActionInput": "Digitare il nome di un identificatore a cui passare", + "symbols": "simboli ({0})", + "variable": "variabili ({0})", + "variable2": "variabili ({0})" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/contrib/referenceSearch/browser/referenceSearch.i18n.json b/i18n/ita/src/vs/editor/contrib/referenceSearch/browser/referenceSearch.i18n.json new file mode 100644 index 00000000000..7c1566d3587 --- /dev/null +++ b/i18n/ita/src/vs/editor/contrib/referenceSearch/browser/referenceSearch.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "labelLoading": "Caricamento in corso...", + "noResults": "Nessun risultato", + "references.action.label": "Trova tutti i riferimenti", + "references.action.name": "Mostra i riferimenti" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/contrib/referenceSearch/browser/referenceSearchWidget.i18n.json b/i18n/ita/src/vs/editor/contrib/referenceSearch/browser/referenceSearchWidget.i18n.json new file mode 100644 index 00000000000..f9a685b7e45 --- /dev/null +++ b/i18n/ita/src/vs/editor/contrib/referenceSearch/browser/referenceSearchWidget.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "missingPreviewMessage": "anteprima non disponibile", + "peekView.alternateTitle": "Riferimenti", + "referenceCount": "{0} riferimento", + "referencesCount": "{0} riferimenti" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/contrib/rename/browser/bulkEdit.i18n.json b/i18n/ita/src/vs/editor/contrib/rename/browser/bulkEdit.i18n.json new file mode 100644 index 00000000000..3cdcf98c0a0 --- /dev/null +++ b/i18n/ita/src/vs/editor/contrib/rename/browser/bulkEdit.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "conflict": "Nel frattempo questi file sono stati modificati: {0}" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/contrib/rename/browser/rename.i18n.json b/i18n/ita/src/vs/editor/contrib/rename/browser/rename.i18n.json new file mode 100644 index 00000000000..3d15abf132a --- /dev/null +++ b/i18n/ita/src/vs/editor/contrib/rename/browser/rename.i18n.json @@ -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. +{ + "changeAll.label": "Cambia tutte le occorrenze", + "rename.error.multiplefile": "Non è ancora possibile rinominare simboli utilizzati in più file." +} \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/contrib/rename/browser/rename2.i18n.json b/i18n/ita/src/vs/editor/contrib/rename/browser/rename2.i18n.json new file mode 100644 index 00000000000..38e58c0bd4a --- /dev/null +++ b/i18n/ita/src/vs/editor/contrib/rename/browser/rename2.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "conflict": "Nel frattempo questi file sono stati modificati: {0}", + "missing.support": "Non è possibile eseguire la ridenominazione", + "no result": "Nessun risultato.", + "rename.label": "Rinomina simbolo" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/contrib/rename/browser/renameModel.i18n.json b/i18n/ita/src/vs/editor/contrib/rename/browser/renameModel.i18n.json new file mode 100644 index 00000000000..a0a4fe670ba --- /dev/null +++ b/i18n/ita/src/vs/editor/contrib/rename/browser/renameModel.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "cannotLoadFile": "Non è possibile caricare il file {0}" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/contrib/rename/common/rename.i18n.json b/i18n/ita/src/vs/editor/contrib/rename/common/rename.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/editor/contrib/rename/common/rename.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/contrib/smartSelect/common/jumpToBracket.i18n.json b/i18n/ita/src/vs/editor/contrib/smartSelect/common/jumpToBracket.i18n.json new file mode 100644 index 00000000000..2fc34fe0c22 --- /dev/null +++ b/i18n/ita/src/vs/editor/contrib/smartSelect/common/jumpToBracket.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "smartSelect.jumpBracket": "Vai alla parentesi quadra" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/contrib/smartSelect/common/smartSelect.i18n.json b/i18n/ita/src/vs/editor/contrib/smartSelect/common/smartSelect.i18n.json new file mode 100644 index 00000000000..e50cd06027c --- /dev/null +++ b/i18n/ita/src/vs/editor/contrib/smartSelect/common/smartSelect.i18n.json @@ -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. +{ + "smartSelect.grow": "Espandi SELECT", + "smartSelect.shrink": "Comprimi SELECT" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/contrib/suggest/browser/suggest.i18n.json b/i18n/ita/src/vs/editor/contrib/suggest/browser/suggest.i18n.json new file mode 100644 index 00000000000..53dc4fa9aee --- /dev/null +++ b/i18n/ita/src/vs/editor/contrib/suggest/browser/suggest.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "suggest.trigger.label": "Attiva suggerimento" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/contrib/suggest/browser/suggestWidget.i18n.json b/i18n/ita/src/vs/editor/contrib/suggest/browser/suggestWidget.i18n.json new file mode 100644 index 00000000000..e0efdf14ff7 --- /dev/null +++ b/i18n/ita/src/vs/editor/contrib/suggest/browser/suggestWidget.i18n.json @@ -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. +{ + "suggestWidget.loading": "Caricamento in corso...", + "suggestWidget.noSuggestions": "Nessun suggerimento." +} \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/contrib/toggleTabFocusMode/common/toggleTabFocusMode.i18n.json b/i18n/ita/src/vs/editor/contrib/toggleTabFocusMode/common/toggleTabFocusMode.i18n.json new file mode 100644 index 00000000000..696a7434b99 --- /dev/null +++ b/i18n/ita/src/vs/editor/contrib/toggleTabFocusMode/common/toggleTabFocusMode.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "toggle.tabfocusmode": "Attiva/Disattiva l'uso del tasto TAB per impostare lo stato attivo" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/contrib/toggleWordWrap/common/toggleWordWrap.i18n.json b/i18n/ita/src/vs/editor/contrib/toggleWordWrap/common/toggleWordWrap.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/editor/contrib/toggleWordWrap/common/toggleWordWrap.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/contrib/zoneWidget/browser/peekViewWidget.i18n.json b/i18n/ita/src/vs/editor/contrib/zoneWidget/browser/peekViewWidget.i18n.json new file mode 100644 index 00000000000..fe8e7a6d653 --- /dev/null +++ b/i18n/ita/src/vs/editor/contrib/zoneWidget/browser/peekViewWidget.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "label.close": "Chiudi" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/node/languageConfiguration.i18n.json b/i18n/ita/src/vs/editor/node/languageConfiguration.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/editor/node/languageConfiguration.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/node/textMate/TMSnippets.i18n.json b/i18n/ita/src/vs/editor/node/textMate/TMSnippets.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/editor/node/textMate/TMSnippets.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/node/textMate/TMSyntax.i18n.json b/i18n/ita/src/vs/editor/node/textMate/TMSyntax.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/editor/node/textMate/TMSyntax.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/languages/csharp/browser/ui/statusIcon.i18n.json b/i18n/ita/src/vs/languages/csharp/browser/ui/statusIcon.i18n.json new file mode 100644 index 00000000000..6ba20b3d138 --- /dev/null +++ b/i18n/ita/src/vs/languages/csharp/browser/ui/statusIcon.i18n.json @@ -0,0 +1,21 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "changeProject": "Modifica progetti...", + "projectsLabel.noProject": "Nessun progetto", + "projectsLabel.project": "1 progetto", + "projectsLabel.projects": "{0} progetti", + "projectsLabel.selectSolutionPathOrFolder": "seleziona un progetto", + "selectProject": "Seleziona progetto", + "selectProjectOrSolutionOrFolder": "Seleziona progetto", + "selectSolution": "Seleziona un progetto", + "status.error": "Omnisharp ha rilevato un errore. Per altre informazioni, controllare la console.", + "status.packageRestore": "Ripristino dei pacchetti in corso...", + "status.started": "Omnisharp è in esecuzione", + "status.starting": "Avvio di Omnisharp in corso...", + "status.unknown": "Lo stato di Omnisharp è sconosciuto", + "titleStarted": "Progetto selezionato: '{0}'" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/languages/csharp/common/commandSupport.i18n.json b/i18n/ita/src/vs/languages/csharp/common/commandSupport.i18n.json new file mode 100644 index 00000000000..876a106b585 --- /dev/null +++ b/i18n/ita/src/vs/languages/csharp/common/commandSupport.i18n.json @@ -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. +{ + "category.label.dnx": "dnx", + "category.label.dnx.restore": "dnx", + "category.label.k": "k", + "category.label.k.restore": "k", + "command.gone": "Il comando non è più disponibile.", + "exec.label": "{0} - ({1}, {2})", + "restore.label.dnu": "dnu restore - ({0})", + "restore.label.k": "kpm restore - ({0})" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/languages/csharp/common/projectStatus.i18n.json b/i18n/ita/src/vs/languages/csharp/common/projectStatus.i18n.json new file mode 100644 index 00000000000..5563e80a32d --- /dev/null +++ b/i18n/ita/src/vs/languages/csharp/common/projectStatus.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "cancel": "Annulla", + "close": "Chiudi", + "message": "Si sono verificati problemi di caricamento con alcuni progetti. Per altri dettagli, esaminare l'output.", + "restore": "Ripristina", + "restore.error": "Non è stato possibile eseguire restore, provare a eseguire manualmente 'dnu restore' per {0}.", + "showOutput": "Mostra output", + "unresolvedDependencies": "Sono presenti dipendenze non risolte da '{0}'. Per continuare, eseguire il comando restore." +} \ No newline at end of file diff --git a/i18n/ita/src/vs/languages/csharp/common/restartOmnisharpAction.i18n.json b/i18n/ita/src/vs/languages/csharp/common/restartOmnisharpAction.i18n.json new file mode 100644 index 00000000000..b8e209ede08 --- /dev/null +++ b/i18n/ita/src/vs/languages/csharp/common/restartOmnisharpAction.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "label": "Riavvia server Omnisharp" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/languages/csharp/features/diagnosticsSupport.i18n.json b/i18n/ita/src/vs/languages/csharp/features/diagnosticsSupport.i18n.json new file mode 100644 index 00000000000..01d3b2b962d --- /dev/null +++ b/i18n/ita/src/vs/languages/csharp/features/diagnosticsSupport.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "csharp.diagnostics": "{0} [{1}]" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/languages/csharp/features/suggestSupport.i18n.json b/i18n/ita/src/vs/languages/csharp/features/suggestSupport.i18n.json new file mode 100644 index 00000000000..55794bef5d5 --- /dev/null +++ b/i18n/ita/src/vs/languages/csharp/features/suggestSupport.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "overload_label": "{0} (oltre a {1} overload)" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/languages/csharp/k/execution.i18n.json b/i18n/ita/src/vs/languages/csharp/k/execution.i18n.json new file mode 100644 index 00000000000..fd1011d4add --- /dev/null +++ b/i18n/ita/src/vs/languages/csharp/k/execution.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "exec.label": "k: {0}/{1} ({2})" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/languages/css/common/css.contribution.i18n.json b/i18n/ita/src/vs/languages/css/common/css.contribution.i18n.json new file mode 100644 index 00000000000..291a310017e --- /dev/null +++ b/i18n/ita/src/vs/languages/css/common/css.contribution.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "cssConfigurationDescription": "Utilizzato per configurare il linguaggio CSS.", + "cssConfigurationTitle": "Configurazione di CSS", + "lint": "Controlla le gravità dei problemi usate nella convalida del lint.", + "validationSettings": "Controlla il funzionamento della convalida CSS." +} \ No newline at end of file diff --git a/i18n/ita/src/vs/languages/css/common/cssWorker.i18n.json b/i18n/ita/src/vs/languages/css/common/cssWorker.i18n.json new file mode 100644 index 00000000000..cb1d281ca8f --- /dev/null +++ b/i18n/ita/src/vs/languages/css/common/cssWorker.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "css.quickfix.rename": "Rinomina in '{0}'", + "literal.fontface": "@font-face", + "literal.keyframes": "@keyframes {0}" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/languages/css/common/parser/cssErrors.i18n.json b/i18n/ita/src/vs/languages/css/common/parser/cssErrors.i18n.json new file mode 100644 index 00000000000..6d6c8d898ed --- /dev/null +++ b/i18n/ita/src/vs/languages/css/common/parser/cssErrors.i18n.json @@ -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. +{ + "expected.colon": "sono previsti i due punti", + "expected.comma": "è prevista la virgola", + "expected.condt": "è prevista la condizione", + "expected.dot": "è previsto il punto", + "expected.expression": "è prevista l'espressione", + "expected.ident": "è previsto l'identificatore", + "expected.lcurly": "è prevista la parentesi graffa di apertura {", + "expected.lparen": "è prevista la parentesi tonda di apertura (", + "expected.lsquare": "è prevista la parentesi quadra di apertura [", + "expected.number": "è previsto un numero", + "expected.operator": "è previsto l'operatore", + "expected.pagedirordecl": "è prevista la direttiva o la dichiarazione di pagina", + "expected.percentage": "è prevista una percentuale", + "expected.propvalue": "è previsto il valore della proprietà", + "expected.rcurly": "è prevista la parentesi graffa di chiusura }", + "expected.rparent": "è prevista la parentesi tonda di chiusura )", + "expected.rsquare": "è prevista la parentesi quadra di chiusura ]", + "expected.ruleorselector": "è prevista una regola at-rule o un selettore", + "expected.selector": "è previsto un selettore", + "expected.semicolon": "è previsto un punto e virgola", + "expected.stringliteral": "è previsto un valore letterale stringa", + "expected.term": "è previsto un termine", + "expected.uri": "è previsto un URI", + "expected.uriorstring": "è previsto un URI o una stringa", + "expected.varname": "è previsto un nome di variabile", + "expected.varvalue": "è previsto un valore di variabile", + "unknown.atrule": "regola at-rule sconosciuta", + "unknown.keyword": "parola chiave sconosciuta" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/languages/css/common/services/intelliSense.i18n.json b/i18n/ita/src/vs/languages/css/common/services/intelliSense.i18n.json new file mode 100644 index 00000000000..720add2bbd2 --- /dev/null +++ b/i18n/ita/src/vs/languages/css/common/services/intelliSense.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "css.builtin.hsl": "Crea un colore dai valori di tonalità, saturazione e luminosità.", + "css.builtin.hsla": "Crea un colore dai valori di tonalità, saturazione, luminosità e alfa.", + "css.builtin.rgb": "Crea un colore dai valori di rosso, verde e blu.", + "css.builtin.rgba": "Crea un colore dai valori di rosso, verde, blu e alfa." +} \ No newline at end of file diff --git a/i18n/ita/src/vs/languages/css/common/services/lint.i18n.json b/i18n/ita/src/vs/languages/css/common/services/lint.i18n.json new file mode 100644 index 00000000000..eb97d2c3b16 --- /dev/null +++ b/i18n/ita/src/vs/languages/css/common/services/lint.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "keyframes.standardrule.missing": "Definire sempre la regola standard '@keyframes' durante la definizione di keyframes.", + "keyframes.vendorspecific.missing": "Includere sempre tutte le regole specifiche del fornitore. Regole mancanti: {0}", + "namelist.concatenated": "{0}, '{1}'", + "namelist.single": "'{0}'", + "property.standard.missing": "Definire inoltre la proprietà standard '{0}' per la compatibilità", + "property.vendorspecific.missing": "Includere sempre tutte le proprietà specifiche del fornitore. Proprietà mancanti: {0}" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/languages/css/common/services/lintRules.i18n.json b/i18n/ita/src/vs/languages/css/common/services/lintRules.i18n.json new file mode 100644 index 00000000000..03bcc353905 --- /dev/null +++ b/i18n/ita/src/vs/languages/css/common/services/lintRules.i18n.json @@ -0,0 +1,25 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "rule.avoidFloat": "Evitare di usare 'float'. Con gli elementi float si ottiene codice CSS che causa facilmente interruzioni in caso di modifica di un aspetto del layout.", + "rule.avoidIdSelector": "I selettori non devono contenere ID perché queste regole sono strettamente accoppiate al codice HTML.", + "rule.avoidImportant": "Evitare di usare !important perché indica che la specificità dell'intero codice CSS non è più controllabile ed è necessario effettuarne il refactoring.", + "rule.colorFunction": "Numero di parametri non valido", + "rule.duplicateDeclarations": "Non usare definizioni di stile duplicate", + "rule.emptyRuleSets": "Non usare set di regole vuoti", + "rule.fontFaceProperties": "La regola @font-face deve definire le proprietà 'src' e 'font-family'", + "rule.hexColor": "I colori esadecimali devono essere composti da tre o sei numeri esadecimali", + "rule.ieHack": "Gli hack IE sono necessari solo per il supporto di IE7 e versioni precedenti", + "rule.importDirective": "Le istruzioni Import non vengono caricate in parallelo", + "rule.propertyIgnoredDueToDisplay": "La proprietà viene ignorata a causa della visualizzazione. Ad esempio, con 'display: inline', le proprietà width, height, margin-top, margin-bottom e float non hanno effetto", + "rule.standardvendorprefix.all": "Quando si usa un prefisso specifico del fornitore, includere anche la proprietà standard", + "rule.universalSelector": "Il selettore universale (*) è notoriamente lento", + "rule.unknownProperty": "Proprietà sconosciuta.", + "rule.unknownVendorSpecificProperty": "Proprietà specifica del fornitore sconosciuta.", + "rule.vendorprefixes.all": "Quando si usa un prefisso specifico del fornitore, assicurarsi di includere anche tutte le altre proprietà specifiche del fornitore", + "rule.withHeightAndBorderPadding": "Non usare width o height con padding o border", + "rule.zeroWidthUnit": "Non è necessaria l'unità per lo zero" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/languages/css/cssSnippets.i18n.json b/i18n/ita/src/vs/languages/css/cssSnippets.i18n.json new file mode 100644 index 00000000000..037dc1e87ab --- /dev/null +++ b/i18n/ita/src/vs/languages/css/cssSnippets.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "transition.snippet": "Proprietà di transizione tra browser" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/languages/html/common/htmlTags.i18n.json b/i18n/ita/src/vs/languages/html/common/htmlTags.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/languages/html/common/htmlTags.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/languages/html/htmlSnippets.i18n.json b/i18n/ita/src/vs/languages/html/htmlSnippets.i18n.json new file mode 100644 index 00000000000..090387a3eee --- /dev/null +++ b/i18n/ita/src/vs/languages/html/htmlSnippets.i18n.json @@ -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. +{ + "html.snippet": "Punto di partenza HTML5 semplice", + "img.snippet": "Un'immagine", + "javascriptlink.snippet": "Inserisci un collegamento a un file Javascript esterno", + "link.snippet": "Un collegamento", + "ol.snippet": "Un breve elenco ordinato", + "stylesheetlink.snippet": "Inserisci un collegamento a un foglio di stile", + "table.snippet": "Un punto di partenza della tabella di base", + "ul.snippet": "Un breve elenco non ordinato" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/languages/javascript/common/javascript.contribution.i18n.json b/i18n/ita/src/vs/languages/javascript/common/javascript.contribution.i18n.json new file mode 100644 index 00000000000..614baee58e6 --- /dev/null +++ b/i18n/ita/src/vs/languages/javascript/common/javascript.contribution.i18n.json @@ -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. +{ + "allwaysAllWords": "Includere sempre tutte le parole del documento corrente.", + "compilationSettings": "Determina la modalità di funzionamento della convalida JavaScript.", + "jsConfigurationTitle": "Configurazione di JavaScript", + "lint": "Determina vari aspetti della convalida.", + "lint.comparisonOperatorsNotStrict": "Utilizzare '!==' e '===' anziché '!=' e '=='.", + "lint.curlyBracketsMustNotBeOmitted": "Non omettere le parentesi graffe.", + "lint.emptyBlocksWithoutComment": "Il blocco vuoto deve contenere un commento.", + "lint.forcedTypeConversion": "Non ridichiarare un tipo di variabile in base a un'assegnazione.", + "lint.functionsInsideLoops": "Funzione all'interno di un ciclo.", + "lint.missingSemicolon": "Punto e virgola mancante.", + "lint.mixedTypesArithmetics": "Utilizzare solo numeri per le operazioni aritmetiche.", + "lint.newOnLowercaseFunctions": "Funzione con nome in minuscolo utilizzata come costruttore.", + "lint.newOnReturningFunctions": "Funzione con istruzione return utilizzata come costruttore.", + "lint.parametersDontMatchSignature": "Il parametro non corrisponde a una firma della funzione", + "lint.primitivesInInstanceOf": "Non utilizzare instanceof con tipi primitivi.", + "lint.redeclaredVariables": "Non ridichiarare una variabile né modificarne il tipo.", + "lint.semicolonsInsteadOfBlocks": "Punto e virgola invece di blocco.", + "lint.tripleSlashReferenceAlike": "Cerca i riferimenti con tripla barra digitati in modo non corretto.", + "lint.undeclaredVariables": "Non utilizzare una variabile non dichiarata.", + "lint.unknownModule": "Non è richiesto un modulo sconosciuto.", + "lint.unknownProperty": "Non utilizzare una proprietà sconosciuta.", + "lint.unknownTypeOfResults": "Output non previsto dell'operatore 'typeof'.", + "lint.unusedFunctions": "Funzione locale non in uso.", + "lint.unusedVariables": "Variabile locale non in uso.", + "semanticValidation": "Consente di eseguire le verifiche linter per i file JavaScript. Esegue l'override delle impostazioni di validate.lint.*.", + "suggestSettings": "Determina la modalità di funzionamento di JavaScript IntelliSense.", + "syntaxValidation": "Verifica la presenza di errori di sintassi nei file JavaScript.", + "useCodeSnippetsOnMethodSuggest": "Completare le funzioni con la relativa firma del parametro." +} \ No newline at end of file diff --git a/i18n/ita/src/vs/languages/json/common/contributions/bowerJSONContribution.i18n.json b/i18n/ita/src/vs/languages/json/common/contributions/bowerJSONContribution.i18n.json new file mode 100644 index 00000000000..337df98d3e3 --- /dev/null +++ b/i18n/ita/src/vs/languages/json/common/contributions/bowerJSONContribution.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "json.bower.default": "bower.json predefinito", + "json.bower.error.repoaccess": "La richiesta al repository Bower non è riuscita: {0}", + "json.bower.package.hover": "{0}" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/languages/json/common/contributions/globPatternContribution.i18n.json b/i18n/ita/src/vs/languages/json/common/contributions/globPatternContribution.i18n.json new file mode 100644 index 00000000000..d7c567c86f4 --- /dev/null +++ b/i18n/ita/src/vs/languages/json/common/contributions/globPatternContribution.i18n.json @@ -0,0 +1,24 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "derivedDescription": "Trova file con elementi di pari livello e nome identico ma estensione diversa.", + "derivedLabel": "File con elementi di pari livello in base al nome", + "falseDescription": "Disabilita il criterio.", + "falseLabel": "False", + "fileDescription": "Trova tutti i file di un'estensione di file specifica.", + "fileLabel": "File in base all'estensione", + "filesDescription": "Trova tutti i file con qualsiasi estensione di file.", + "filesLabel": "File con più estensioni", + "folderDescription": "Trova una cartella con un nome specifico in qualsiasi percorso.", + "folderLabel": "Cartella in base al nome (qualsiasi percorso)", + "siblingsDescription": "Trova file con elementi di pari livello e nome identico ma estensione diversa.", + "topFolderDescription": "Trova una cartella di primo livello con un nome specifico.", + "topFolderLabel": "Cartella in base al nome (primo livello)", + "topFoldersDescription": "Trova più cartelle di primo livello.", + "topFoldersLabel": "Cartella con più nomi (primo livello)", + "trueDescription": "Abilita il criterio.", + "trueLabel": "True" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/languages/json/common/contributions/packageJSONContribution.i18n.json b/i18n/ita/src/vs/languages/json/common/contributions/packageJSONContribution.i18n.json new file mode 100644 index 00000000000..917d7968ae3 --- /dev/null +++ b/i18n/ita/src/vs/languages/json/common/contributions/packageJSONContribution.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "json.npm.error.repoaccess": "La richiesta al repository NPM non è riuscita: {0}", + "json.npm.latestversion": "Ultima versione attualmente disponibile del pacchetto", + "json.npm.majorversion": "Trova la versione principale più recente (1.x.x)", + "json.npm.minorversion": "Trova la versione secondaria più recente (1.2.x)", + "json.npm.package.hover": "{0}", + "json.npm.version.hover": "Ultima versione: {0}", + "json.package.default": "package.json predefinito" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/languages/json/common/contributions/projectJSONContribution.i18n.json b/i18n/ita/src/vs/languages/json/common/contributions/projectJSONContribution.i18n.json new file mode 100644 index 00000000000..6e163306686 --- /dev/null +++ b/i18n/ita/src/vs/languages/json/common/contributions/projectJSONContribution.i18n.json @@ -0,0 +1,12 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "json.nugget.error.repoaccess": "La richiesta al repository Nuget non è riuscita: {0}", + "json.nugget.package.hover": "{0}", + "json.nugget.version.hover": "Ultima versione: {0}", + "json.nugget.versiondescription.suggest": "Ultima versione attualmente disponibile del pacchetto", + "json.project.default": "project.json predefinito" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/languages/json/common/json.contribution.i18n.json b/i18n/ita/src/vs/languages/json/common/json.contribution.i18n.json new file mode 100644 index 00000000000..692b223f110 --- /dev/null +++ b/i18n/ita/src/vs/languages/json/common/json.contribution.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "jsonConfiguration.fileMatch": "Criteri dei file che possono contenere '*' da usare per la ricerca durante la risoluzione di file JSON in schemi.", + "jsonConfiguration.fileMatches": "Matrice di criteri dei file da usare per la ricerca durante la risoluzione di file JSON in schemi.", + "jsonConfiguration.schema": "Definizione dello schema per l'URL specificato. È necessario specificare lo schema per evitare accessi all'URL dello schema.", + "jsonConfiguration.schemaPath": "URL di uno schema o percorso relativo di uno schema nella directory corrente", + "jsonConfiguration.schemas": "Associa schemi a file JSON nel progetto corrente", + "jsonConfigurationDescription": "Utilizzato per configurare impostazioni e schemi JSON.", + "jsonConfigurationTitle": "Configurazione di JSON" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/languages/json/common/json.i18n.json b/i18n/ita/src/vs/languages/json/common/json.i18n.json new file mode 100644 index 00000000000..df9b9feede5 --- /dev/null +++ b/i18n/ita/src/vs/languages/json/common/json.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "array": "matrici", + "boolean": "valori booleani", + "number": "numeri", + "object": "oggetti", + "string": "stringhe", + "undefined": "non definito" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/languages/json/common/jsonIntellisense.i18n.json b/i18n/ita/src/vs/languages/json/common/jsonIntellisense.i18n.json new file mode 100644 index 00000000000..44697a44ea5 --- /dev/null +++ b/i18n/ita/src/vs/languages/json/common/jsonIntellisense.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "json.suggest.default": "Valore predefinito" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/languages/json/common/jsonSchemaService.i18n.json b/i18n/ita/src/vs/languages/json/common/jsonSchemaService.i18n.json new file mode 100644 index 00000000000..38b21bcab77 --- /dev/null +++ b/i18n/ita/src/vs/languages/json/common/jsonSchemaService.i18n.json @@ -0,0 +1,169 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "app.plugin.json.activationEvents": "Eventi di attivazione per il plug-in", + "app.plugin.json.contributes": "Contributi di questo plug-in", + "app.plugin.json.contributes.language": "Contributi del plug-in relativi al linguaggio", + "app.plugin.json.contributes.language.aliases": "Alias di nome di questo linguaggio", + "app.plugin.json.contributes.language.extensions": "Estensioni di file associate a questo linguaggio", + "app.plugin.json.contributes.language.filenames": "Nomi file associati a questo linguaggio", + "app.plugin.json.contributes.language.id": "ID di questo linguaggio", + "app.plugin.json.dependencies": "Dipendenze dei plug-in", + "app.plugin.json.mainModule": "Percorso relativo del file JavaScript principale", + "app.plugin.json.pluginId": "ID univoco del plug-in", + "app.plugin.json.scripts": "Script offerti dal plug-in", + "app.plugin.json.scripts.compile": "Riga di comando per la compilazione di questo plug-in", + "bower.json.authors": "Elenco degli utenti che hanno modificato il contenuto del pacchetto.", + "bower.json.dependencies": "Per specificare le dipendenze, viene eseguito un semplice hash del nome del pacchetto in un identificatore o URL compatibile con semver.", + "bower.json.description": "Per facilitare l'identificazione e la ricerca del pacchetto, aggiungere una breve descrizione.", + "bower.json.devDependencies": "Le sole dipendenze necessarie per lo sviluppo del pacchetto, ad esempio framework di test o documentazione sulla compilazione.", + "bower.json.exportsOverride": "Usato da grunt-bower-task per specificare percorsi di installazione personalizzati.", + "bower.json.homepage": "URL per visualizzare altre informazioni sul pacchetto. Se non viene specificato ed è un endpoint GitHub, passa al progetto GitHub.", + "bower.json.ignore": "Elenco di file che Bower deve ignorare durante l'installazione del pacchetto.", + "bower.json.invalidPatternName": "Qualsiasi proprietà che inizia con _ è valida.", + "bower.json.keywords": "Usato per ricerche per parola chiave. Consente agli utenti di individuare il pacchetto più facilmente anche senza conoscerne il nome.", + "bower.json.license": "Identificatore di licenza SPDX o percorso/URL di una licenza.", + "bower.json.main": "File attivi principali necessari per usare il pacchetto.", + "bower.json.moduleType": "Tipi di moduli esposti da questo pacchetto", + "bower.json.packagename": "Nome del pacchetto.", + "bower.json.private": "Se viene impostato su true, non verrà pubblicato. Si tratta di un modo per evitare la pubblicazione accidentale di repository privati.", + "bower.json.repository": "Repository in cui si trova il codice sorgente.", + "bower.json.resolutions": "Versioni delle dipendenze da usare per la risoluzione automatica in caso di conflitti tra pacchetti.", + "bower.json.title": "Schema JSON per i file di configurazione di Bower", + "bower.json.version": "Numero di versione semantico.", + "global.json.projects": "Elenco di cartelle di progetto relative a questo file.", + "global.json.sources": "Elenco di cartelle di origine relative a questo file.", + "global.json.title": "Schema JSON per i file di configurazione globali di ASP.NET", + "jsconfig.json.compilerOptions": "Indica al servizio di linguaggio JavaScript come compilare i file con estensione js", + "jsconfig.json.compilerOptions.charset": "Set di caratteri dei file di input", + "jsconfig.json.compilerOptions.decorators": "Abilita il supporto sperimentale per gli elementi Decorator di ES7.", + "jsconfig.json.compilerOptions.diagnostics": "Mostra le informazioni diagnostiche.", + "jsconfig.json.compilerOptions.locale": "Impostazioni locali da usare per la visualizzazione dei messaggi di errore, ad esempio it-it.", + "jsconfig.json.compilerOptions.mapRoot": "Consente di specificare il percorso in cui il debugger deve trovare i file map invece dei percorsi generati", + "jsconfig.json.compilerOptions.module": "Generazione codice del modulo da usare per la risoluzione: 'commonjs', 'amd', 'system' o 'umd'.", + "jsconfig.json.compilerOptions.noLib": "Non include il file di libreria predefinito (lib.d.ts).", + "jsconfig.json.compilerOptions.target": "Consente di specificare la versione di destinazione di ECMAScript: 'ES3' (predefinita), 'ES5' o 'ES6' (sperimentale).", + "jsconfig.json.exclude": "Elenca file e cartelle da non includere. Questa proprietà non viene rispettata quando è presente la proprietà 'files'.", + "jsconfig.json.files": "Se in un file jsconfig.json non è presente alcuna proprietà 'files', per impostazione predefinita il servizio di linguaggio include tutti i file contenuti nella directory e nelle sottodirectory. Se la proprietà 'files' è specificata, vengono inclusi solo tali file.", + "jsconfig.json.title": "Schema JSON per il file di configurazione JavaScript", + "json.schema.unabletoload": "Non è possibile caricare lo schema da '{0}': {1}.", + "package.json.bugs": "URL dello strumento di gestione dei problemi del progetto e/o indirizzo di posta elettronica a cui devono essere segnalati i problemi. Queste informazioni sono utili per gli utenti che riscontrano problemi con il pacchetto.", + "package.json.bugs.email": "Indirizzo di posta elettronica a cui devono essere segnalati i problemi.", + "package.json.bugs.url": "URL dello strumento di gestione dei problemi del progetto.", + "package.json.bundleDependencies": "Matrice dei nomi di pacchetto che verranno inclusi durante la pubblicazione del pacchetto.", + "package.json.bundledDependencies": "Matrice dei nomi di pacchetto che verranno inclusi durante la pubblicazione del pacchetto.", + "package.json.config": "È possibile usare un hash 'config' per impostare i parametri di configurazione usati negli script del pacchetto che persistono tra un aggiornamento e l'altro.", + "package.json.contributors": "Elenco degli utenti che hanno collaborato a questo pacchetto.", + "package.json.dependency": "Le dipendenze vengono specificate con un semplice hash del nome del pacchetto all'intervallo delle versioni. Quest'ultimo è una stringa contenente uno o più descrittori delimitati da spazi. Le dipendenze possono anche essere identificate da un URL tarball o git.", + "package.json.descr": "Questo facilita l'individuazione del pacchetto, dal momento che è elencato in 'npm search'.", + "package.json.description": "Configurazione NPM per questo pacchetto.", + "package.json.directories.bin": "Se si specifica una directory 'bin', tutti i file in tale cartella verranno usati come hash 'bin'.", + "package.json.directories.doc": "Inserire qui i file markdown. Verranno forse visualizzati in modo corretto in futuro.", + "package.json.directories.example": "Inserire qui gli script di esempio. Verranno forse esposti in modo più chiaro in futuro.", + "package.json.directories.lib": "Indicare agli utenti dove si trova la maggior parte della libreria. La cartella lib non viene usata per operazioni specifiche, ma include meta informazioni utili.", + "package.json.directories.man": "Una cartella contiene numerose pagine man, che vengono usate per generare una matrice 'man'.", + "package.json.files": "Il campo 'files' è costituito da una matrice di file da includere nel progetto. Se si assegna un nome a una cartella nella matrice, questa includerà anche i file all'interno della cartella.", + "package.json.homepage": "URL della home page del progetto.", + "package.json.keywords": "Questo facilita l'individuazione del pacchetto, dal momento che è elencato in 'npm search'.", + "package.json.license": "È consigliabile specificare una licenza per il pacchetto in modo da informare gli utenti delle autorizzazioni necessarie per usarlo e delle eventuali restrizioni applicate.", + "package.json.licenses": "È consigliabile specificare una licenza per il pacchetto in modo da informare gli utenti delle autorizzazioni necessarie per usarlo e delle eventuali restrizioni applicate.", + "package.json.main": "Il campo principale è un ID modulo che costituisce il punto di ingresso principale del programma.", + "package.json.maintainers": "Elenco degli utenti che gestiscono questo pacchetto.", + "package.json.man": "Consente di specificare un singolo file o una matrice di nomi file che il programma man è in grado di trovare.", + "package.json.name": "Nome del pacchetto.", + "package.json.person": "Utente che è stato coinvolto nella creazione o nella gestione di questo pacchetto", + "package.json.preferGlobal": "Se il pacchetto è principalmente un'applicazione da riga di comando che deve essere installata globalmente, impostare questo valore su true per fornire un avviso nel caso in cui venga installato in locale.", + "package.json.private": "Se è impostato su true, npm non consentirà di pubblicarlo.", + "package.json.repository": "Consente di specificare la posizione del codice. Questa informazione è utile per gli utenti che vogliono collaborare.", + "package.json.scripts": "Il membro 'scripts' è un hash oggetto di comandi script eseguiti in diversi momenti del ciclo di vita del pacchetto. La chiave corrisponde all'evento del ciclo di vita, mentre il valore al comando da eseguire in tale momento.", + "package.json.underscore": "Qualsiasi proprietà che inizia con _ è valida.", + "package.json.version": "La versione deve essere analizzabile con node-semver, incluso con npm sotto forma di dipendenza.", + "project.json.authors": "Autore dell'applicazione", + "project.json.bundleExclude": "Elenco di file da escludere dall'output della pubblicazione (kpm bundle).", + "project.json.code": "Criterio GLOB per specificare tutti i file di codice che devono essere compilati. Tipo di dati: stringa o matrice con criteri GLOB. Esempio: [ 'Cartella1*.cs', 'Cartella2*.cs' ]", + "project.json.commands": "Comandi disponibili per questa applicazione", + "project.json.compilationOptions": "Opzioni di compilazione passate a Roslyn", + "project.json.configurations": "Le configurazioni sono gruppi denominati di impostazioni di compilazione. Nel runtime sono integrate due configurazioni predefinite, 'Debug' e 'Release'.", + "project.json.dependencies": "Dipendenze dell'applicazione. Ogni voce specifica il nome e la versione di un pacchetto Nuget.", + "project.json.dependency.name": "Versione della dipendenza.", + "project.json.dependency.type": "Tipo della dipendenza. Le dipendenze di tipo 'build' esistono solo in fase di compilazione.", + "project.json.description": "Descrizione dell'applicazione", + "project.json.exclude": "Criterio GLOB per indicare tutti i file di codice da escludere dalla compilazione. Tipo di dati: stringa o matrice con criteri GLOB.", + "project.json.frameworks": "Framework di destinazione che verranno compilati e dipendenze specifiche della configurazione.", + "project.json.preprocess": "Criterio GLOB per indicare tutti i file di codice da pre-elaborare. Tipo di dati: stringa con criterio GLOB.", + "project.json.resources": "Criterio GLOB per indicare tutti i file da compilare come risorse.", + "project.json.script": "Uno o più script della riga di comando.\r\rVariabili disponibili:\r%project:Directory% - Directory del progetto\r%project:Name% - Nome del progetto\r%project:Version% - Versione del progetto", + "project.json.scripts": "Script da eseguire nelle varie fasi.", + "project.json.shared": "Criterio GLOB per specificare i file di codice da condividere con progetti dipendenti. Esempio: [ 'Cartella1*.cs', 'Cartella2*.cs' ]", + "project.json.title": "Schema JSON per file project.json di ASP.NET", + "project.json.version": "Versione dell'applicazione, ad esempio 1.2.0.0", + "project.json.webroot": "La proprietà webroot specificata nel file project.json indica la radice del server Web, ovvero la cartella pubblica. In Visual Studio questa cartella verrà usata per definire la radice di IIS. I file statici devono essere inseriti in questo punto.", + "schema.json": "Descrive un file JSON che utilizza uno schema. Per ulteriori informazioni, vedere json-schema.org.", + "schema.json.$schema": "Schema da usare per la verifica di questo documento ", + "schema.json.additionalItems": "Per matrici, solo quando gli elementi sono impostati come una matrice. Se è uno schema, convalida gli elementi dopo quelli specificati dalla matrice di elementi. Se è false, gli elementi aggiuntivi impediranno la convalida.", + "schema.json.additionalProperties": "Uno schema o un valore booleano. Se è uno schema, viene usato per convalidare tutte le proprietà che non corrispondono a 'properties' o 'patternProperties'. Se è false, eventuali proprietà non corrispondenti a nessuna delle due bloccheranno lo schema.", + "schema.json.allOf": "Una matrice di schemi, i quali devono tutti avere una corrispondenza.", + "schema.json.anyOf": "Una matrice di schemi, dove almeno uno deve avere una corrispondenza.", + "schema.json.default": "Un valore predefinito. Utilizzato dai suggerimenti.", + "schema.json.definitions": "Non utilizzato per la convalida. Posizionare qui i sottoschemi ai quali si desidera fare riferimento inline con $ref", + "schema.json.dependencies": "Mapping di nomi di proprietà a una matrice di nomi di proprietà o a uno schema. Una matrice di nomi di proprietà indica che, per essere valida, la proprietà denominata nella chiave dipende dalle proprietà nella matrice presente nell'oggetto. Se il valore è uno schema, lo schema viene applicato solo all'oggetto se la proprietà nella chiave esiste nell'oggetto.", + "schema.json.description": "Una lunga descrizione dell'elemento. Utilizzata nei menu visualizzati al passaggio del mouse e nei suggerimenti.", + "schema.json.enum": "Il set di valori letterali validi", + "schema.json.exclusiveMaximum": "Rende esclusiva la proprietà maximum.", + "schema.json.exclusiveMininum": "Rende esclusiva la proprietà minimum.", + "schema.json.id": "Identificatore univoco per lo schema.", + "schema.json.items": "Per le matrici. Può essere uno schema in base al quale convalidare tutti gli elementi o una matrice di schemi in base alla quale convalidare ogni elemento nell'ordine appropriato (il primo schema convalida il primo elemento, il secondo schema convalida il secondo elemento e così via).", + "schema.json.maxItems": "Il numero massimo di elementi che possono essere presenti in una matrice. Inclusivo.", + "schema.json.maxLength": "La lunghezza massima di una stringa.", + "schema.json.maxProperties": "Il numero massimo di proprietà che un oggetto può avere. Inclusivo.", + "schema.json.maximum": "Il valore numerico massimo, inclusivo per impostazione predefinita.", + "schema.json.minItems": "Il numero minimo di elementi che possono essere presenti in una matrice. Inclusivo.", + "schema.json.minLength": "La lunghezza minima di una stringa.", + "schema.json.minProperties": "Il numero minimo di proprietà che un oggetto può avere. Inclusivo.", + "schema.json.minimum": "Il valore numerico minimo, inclusivo per impostazione predefinita.", + "schema.json.multipleOf": "Un numero per il quale il valore corrente deve essere diviso perfettamente (ossia senza resto)", + "schema.json.not": "Uno schema che non deve avere corrispondenze.", + "schema.json.oneOf": "Una matrice di schemi, uno dei quali deve avere una corrispondenza.", + "schema.json.pattern": "Un'espressione regolare alla quale far corrispondere la stringa. Non implicitamente ancorata.", + "schema.json.patternProperties": "Mapping di espressioni regolari su nomi di proprietà a schemi per le proprietà corrispondenti.", + "schema.json.properties": "Mapping di nomi di proprietà a schemi per ogni proprietà.", + "schema.json.required": "Matrice di stringhe che elenca i nomi di tutte le proprietà richieste per questo oggetto.", + "schema.json.title": "Titolo descrittivo dell'elemento", + "schema.json.type": "Una stringa di uno dei tipi di schema di base (numero, intero, null, matrice, oggetto, booleano, stringa) o una matrice di stringhe che specifica un subset di questi tipi.", + "schema.json.uniqueItems": "Se tutti gli elementi nella matrice devono essere univoci. Il valore predefinito è false.", + "snippetSchema.json": "Configurazione del frammento utente", + "snippetSchema.json.body": "Contenuto del frammento. Usare '${id}', '${id:label}', '${1:label}' per le variabili e '$0', '$1' per le posizioni del cursore", + "snippetSchema.json.description": "Descrizione del frammento.", + "snippetSchema.json.prefix": "Prefisso da usare quando si seleziona il frammento in IntelliSense", + "tsconfig.json.compilerOptions": "Indica al compilatore TypeScript come compilare i file con estensione ts", + "tsconfig.json.compilerOptions.charset": "Set di caratteri dei file di input", + "tsconfig.json.compilerOptions.declaration": "Genera i file d.ts corrispondenti.", + "tsconfig.json.compilerOptions.diagnostics": "Mostra le informazioni diagnostiche.", + "tsconfig.json.compilerOptions.emitBOM": "Crea un BOM (Byte Order Mark) UTF-8 all'inizio dei file di output.", + "tsconfig.json.compilerOptions.inlineSourceMap": "Crea un unico file con le mappe di origine invece di file separati.", + "tsconfig.json.compilerOptions.inlineSources": "Crea l'origine unitamente alle mappe di origine all'interno di un unico file. Richiede l'impostazione di --inlineSourceMap.", + "tsconfig.json.compilerOptions.listFiles": "Stampa i nomi dei file che fanno parte della compilazione.", + "tsconfig.json.compilerOptions.locale": "Impostazioni locali da usare per la visualizzazione dei messaggi di errore, ad esempio it-it.", + "tsconfig.json.compilerOptions.mapRoot": "Consente di specificare il percorso in cui il debugger deve trovare i file map invece dei percorsi generati", + "tsconfig.json.compilerOptions.module": "Consente di specificare il tipo di generazione del codice del modulo, ovvero 'CommonJS', 'Amd', 'System' o 'UMD'.", + "tsconfig.json.compilerOptions.newLine": "Consente di specificare la sequenza di fine riga da usare per la creazione dei file, ovvero 'CRLF' (in DOS) o 'LF' (in UNIX).", + "tsconfig.json.compilerOptions.noEmit": "Non crea l'output.", + "tsconfig.json.compilerOptions.noEmitHelpers": "Non genera funzioni di supporto personalizzate, come __extends, nell'output compilato.", + "tsconfig.json.compilerOptions.noEmitOnError": "Non visualizza l'output se sono stati restituiti errori di controllo del tipo.", + "tsconfig.json.compilerOptions.noImplicitAny": "Avvisa in caso di espressioni e dichiarazioni con il tipo 'any' implicito.", + "tsconfig.json.compilerOptions.noLib": "Non include il file di libreria predefinito (lib.d.ts).", + "tsconfig.json.compilerOptions.out": "Concatena e crea l'output in un singolo file.", + "tsconfig.json.compilerOptions.outDir": "Reindirizza la struttura di output alla directory.", + "tsconfig.json.compilerOptions.preserveConstEnums": "Non cancella le dichiarazioni enum const nel codice generato.", + "tsconfig.json.compilerOptions.removeComments": "Non crea commenti nell'output.", + "tsconfig.json.compilerOptions.rootDir": "Consente di specificare la directory radice dei file di input. Usare per controllare la struttura della directory di output con --outDir.", + "tsconfig.json.compilerOptions.sourceMap": "Genera il file '.map' corrispondente.", + "tsconfig.json.compilerOptions.sourceRoot": "Consente di specificare il percorso in cui il debugger deve trovare i file TypeScript invece dei percorsi di origine.", + "tsconfig.json.compilerOptions.suppressImplicitAnyIndexErrors": "Non visualizza gli errori noImplicitAny per gli oggetti di indicizzazione in cui mancano le firme dell'indice.", + "tsconfig.json.compilerOptions.target": "Consente di specificare la versione di destinazione di ECMAScript: 'ES3' (predefinita), 'ES5' o 'ES6' (sperimentale).", + "tsconfig.json.files": "Se in un file tsconfig.json non è presente alcuna proprietà 'files', per impostazione predefinita il compilatore include tutti i file contenuti nella directory e nelle sottodirectory. Se la proprietà 'files' è specificata, vengono inclusi solo tali file.", + "tsconfig.json.title": "Schema JSON per il file di configurazione del compilatore TypeScript" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/languages/json/common/parser/jsonParser.i18n.json b/i18n/ita/src/vs/languages/json/common/parser/jsonParser.i18n.json new file mode 100644 index 00000000000..43c276315ad --- /dev/null +++ b/i18n/ita/src/vs/languages/json/common/parser/jsonParser.i18n.json @@ -0,0 +1,44 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "ColonExpected": "Sono previsti i due punti", + "DisallowedExtraPropWarning": "La proprietà {0} non è consentita", + "DoubleQuotesExpected": "Le chiavi di proprietà devono essere racchiuse tra virgolette doppie", + "DuplicateKeyWarning": "Chiave oggetto duplicata", + "End of file expected": "È prevista la fine del file", + "ExpectedCloseBrace": "È prevista la virgola o la parentesi graffa di chiusura", + "ExpectedCloseBracket": "È prevista la virgola o la parentesi quadra di chiusura", + "Invalid symbol": "È previsto un valore letterale, una matrice o un oggetto JSON", + "InvalidEscapeCharacter": "Carattere di escape non valido nella stringa", + "InvalidNumberFormat": "Formato di numero non valido", + "InvalidUnicode": "Sequenza Unicode non valida nella stringa", + "MaxPropWarning": "L'oggetto ha più proprietà del limite di {0}", + "MinPropWarning": "L'oggetto include un numero di proprietà inferiore al numero richiesto di {0}", + "MissingRequiredPropWarning": "Proprietà mancante \"{0}\"", + "PropertyExpected": "È prevista una proprietà", + "RequiredDependentPropWarning": "L'oggetto non include la proprietà {0} richiesta dalla proprietà {1}", + "UnexpectedEndOfComment": "Fine del commento imprevista", + "UnexpectedEndOfNumber": "Fine del numero imprevista", + "UnexpectedEndOfString": "Fine della stringa imprevista", + "ValueExpected": "È previsto un valore", + "additionalItemsWarning": "La matrice ha troppi elementi in base allo schema. Previsti {0} o meno", + "enumWarning": "Il valore non è un valore accettato. Valori validi: {0}", + "exclusiveMaximumWarning": "Il valore è superiore al massimo esclusivo di {0}", + "exclusiveMinimumWarning": "Il valore è inferiore al minimo esclusivo di {0}", + "maxItemsWarning": "Troppi elementi nella matrice. Previsti {0} o meno", + "maxLengthWarning": "La lunghezza della stringa è inferiore alla lunghezza massima di ", + "maximumWarning": "Il valore è superiore al massimo di {0}", + "minItemsWarning": "Troppo pochi elementi nella matrice. Previsti {0} o più", + "minLengthWarning": "La lunghezza della stringa è inferiore alla lunghezza minima di ", + "minimumWarning": "Il valore è inferiore al minimo di {0}", + "multipleOfWarning": "Valore non divisibile per {0}", + "notSchemaWarning": "Corrisponde a uno schema non consentito.", + "oneOfWarning": "Corrisponde a più schemi quando solo uno deve essere convalidato.", + "patternWarning": "La stringa non rispetta il criterio di \"{0}\"", + "typeArrayMismatchWarning": "Tipo errato. Previsto uno di {0}", + "typeMismatchWarning": "Tipo errato. Previsto \"{0}\"", + "uniqueItemsWarning": "Elementi duplicati nella matrice" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/languages/json/contributions/packageJSONContribution.i18n.json b/i18n/ita/src/vs/languages/json/contributions/packageJSONContribution.i18n.json new file mode 100644 index 00000000000..447d5ff9ad0 --- /dev/null +++ b/i18n/ita/src/vs/languages/json/contributions/packageJSONContribution.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "json.npm.package.hover": "{0}", + "json.npm.version.hover": "Ultima versione: {0}", + "json.package.default": "package.json predefinito" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/languages/less/common/less.contribution.i18n.json b/i18n/ita/src/vs/languages/less/common/less.contribution.i18n.json new file mode 100644 index 00000000000..19592280d79 --- /dev/null +++ b/i18n/ita/src/vs/languages/less/common/less.contribution.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "lessConfigurationDescription": "Viene usato per configurare il linguaggio LESS.", + "lessConfigurationTitle": "Configurazione LESS", + "lessLint": "Controlla le gravità dei problemi usate nella convalida LESS lint.", + "lessValidationSettings": "Controlla il funzionamento della convalida LESS." +} \ No newline at end of file diff --git a/i18n/ita/src/vs/languages/less/common/services/intelliSense.i18n.json b/i18n/ita/src/vs/languages/less/common/services/intelliSense.i18n.json new file mode 100644 index 00000000000..c32dcada0a8 --- /dev/null +++ b/i18n/ita/src/vs/languages/less/common/services/intelliSense.i18n.json @@ -0,0 +1,60 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "less.builtin.abs": "valore assoluto di un numero", + "less.builtin.acos": "arcocoseno - inverso della funzione coseno", + "less.builtin.alpha": "restituisce il canale `alpha` di `@color`", + "less.builtin.argb": "crea un elemento #AARRGGBB", + "less.builtin.asin": "arcoseno - inverso della funzione seno", + "less.builtin.atan": "arcotangente - inverso della funzione tangente", + "less.builtin.blue": "restituisce il canale `blue` di `@color`", + "less.builtin.ceil": "arrotonda per eccesso a un intero", + "less.builtin.color": "analizza una stringa in un colore", + "less.builtin.contrast": "restituisce `@darkcolor` se il valore di @color1 supera del 43% quello di luma, altrimenti restituisce `@lightcolor`; vedere le note", + "less.builtin.convert": "converte i numeri da un tipo in un altro", + "less.builtin.cos": "funzione coseno", + "less.builtin.darken": "restituisce `@color` con punti _più scuri_ del 10%", + "less.builtin.data-uri": "incorpora una risorsa e passa a `url()`", + "less.builtin.desaturate": "restituisce `@color` con una saturazione punti _ridotta_ del 10%", + "less.builtin.e": "contenuto stringa di escape", + "less.builtin.escape": "stringa codificata nell'URL", + "less.builtin.extract": "restituisce un valore in corrispondenza della posizione specificata nell'elenco", + "less.builtin.fade": "restituisce `@color` con una trasparenza pari al 50%", + "less.builtin.fadein": "restituisce `@color` con una trasparenza punti _ridotta_ del 10%", + "less.builtin.fadeout": "restituisce `@color` con una trasparenza punti _aumentata_ del 10%", + "less.builtin.floor": "arrotonda per difetto a un intero", + "less.builtin.green": "restituisce il canale `verde` di `@color`", + "less.builtin.greyscale": "restituisce un colore grigio, desaturato al 100%", + "less.builtin.hsl": "crea un colore", + "less.builtin.hsla": "crea un colore", + "less.builtin.hsv": "crea un colore", + "less.builtin.hsva": "crea un colore", + "less.builtin.hsvhue": "restituisce il canale `hue` di `@color` nello spazio HSV", + "less.builtin.hsvsaturation": "restituisce il canale `saturation` di `@color` nello spazio HSV", + "less.builtin.hsvvalue": "restituisce il canale `value` di `@color` nello spazio HSV", + "less.builtin.hue": "restituisce il canale `hue` di `@color` nello spazio HSL", + "less.builtin.length": "restituisce il numero di elementi in un elenco dei valori", + "less.builtin.lighten": "restituisce `@color` con punti _più chiari_ del 10%", + "less.builtin.lightness": "restituisce il canale `lightness` di `@color` nello spazio HSL", + "less.builtin.luma": "restituisce il valore `luma` (luminosità percepita) di `@color`", + "less.builtin.max": "restituisce il minore di uno o più valori", + "less.builtin.min": "restituisce il minore di uno o più valori", + "less.builtin.mix": "restituisce una combinazione di `@color1` e `@color2`", + "less.builtin.mod": "secondo argomento del resto del primo argomento", + "less.builtin.percentage": "converte in una percentuale, ad esempio 0,5 > 50%", + "less.builtin.pi": "restituisce pi greco", + "less.builtin.pow": "primo argomento elevato alla potenza del secondo argomento", + "less.builtin.red": "restituisce il canale `red` di `@color`", + "less.builtin.replace": "sostituzione stringa", + "less.builtin.round": "arrotonda un numero a un numero di cifre", + "less.builtin.saturate": "restituisce `@color` con una saturazione punti _aumentata_ del 10%", + "less.builtin.saturation": "restituisce il canale `saturation` di `@color` nello spazio HSL", + "less.builtin.sin": "funzione seno", + "less.builtin.spin": "restituisce `@color` con una tonalità aumentata di 10 gradi", + "less.builtin.sqrt": "calcola la radice quadrata di un numero", + "less.builtin.tan": "funzione tangente", + "less.builtin.unit": "rimuove o cambia l'unità di una dimensione" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/languages/less/lessWorker.i18n.json b/i18n/ita/src/vs/languages/less/lessWorker.i18n.json new file mode 100644 index 00000000000..77a351673e1 --- /dev/null +++ b/i18n/ita/src/vs/languages/less/lessWorker.i18n.json @@ -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. +{ + "literal.fontface": "@font-face", + "literal.keyframes": "@keyframes {0}" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/languages/less/parser/errors.i18n.json b/i18n/ita/src/vs/languages/less/parser/errors.i18n.json new file mode 100644 index 00000000000..f8e8808be33 --- /dev/null +++ b/i18n/ita/src/vs/languages/less/parser/errors.i18n.json @@ -0,0 +1,24 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "expected.colon": "previsti due punti", + "expected.condt": "prevista condizione", + "expected.dot": "previsto punto", + "expected.ident": "previsto identificatore", + "expected.lcurly": "È previsto il segno {", + "expected.lparen": "previsto (", + "expected.lsquare": "previsto [", + "expected.number": "previsto numero", + "expected.operator": "previsto operatore", + "expected.propvalue": "previsto valore proprietà", + "expected.rcurly": "È previsto il segno }", + "expected.rparent": "È previsto il segno )", + "expected.rsquare": "previsto ]", + "expected.semicolon": "previsto punto e virgola", + "expected.term": "previsto termine", + "expected.varname": "previsto nome variabile", + "expected.varvalue": "previsto valore variabile" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/languages/less/services/lint.i18n.json b/i18n/ita/src/vs/languages/less/services/lint.i18n.json new file mode 100644 index 00000000000..717ac574376 --- /dev/null +++ b/i18n/ita/src/vs/languages/less/services/lint.i18n.json @@ -0,0 +1,20 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "parse.error.general": "Errore di analisi: {0}", + "rule.colorFunction": "numero di parametri non valido", + "rule.duplicateDeclarations": "Non utilizzare definizioni di stile duplicate", + "rule.emptyRuleSets": "Non utilizzare set di regole vuoti", + "rule.fontFaceProperties": "La regola @font-face deve definire le proprietà 'src' e 'font-family'", + "rule.hexColor": "i colori esadecimali devono consistere in tre o sei numeri esadecimali", + "rule.importDirective": "Importa istruzioni non caricate in parallelo", + "rule.universalSelector": "Il selettore universale (*) è noto per essere lento", + "rule.unkownProperty": "Proprietà sconosciuta.", + "rule.vendorprefixes.all": "Quando si utilizza un prefisso specifico del fornitore, assicurarsi di utilizzarli tutti", + "rule.vendorprefixes.standard": "Quando si utilizzano prefissi specifici del fornitore, assicurarsi di includere anche il nome standard", + "rule.withHeightAndBorderPadding": "Non utilizzare larghezza o altezza quando si utilizza il riempimento o il bordo", + "rule.zeroWidthUnit": "Nessuna unità necessaria per zero" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/languages/lib/javascriptSnippets.i18n.json b/i18n/ita/src/vs/languages/lib/javascriptSnippets.i18n.json new file mode 100644 index 00000000000..ff2b965e19a --- /dev/null +++ b/i18n/ita/src/vs/languages/lib/javascriptSnippets.i18n.json @@ -0,0 +1,22 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "define.snippet": "definire modulo", + "dowhile.snippet": "Istruzione Do-While", + "for.snippet": "Ciclo For", + "foreach.snippet": "Ciclo For-Each", + "forin.snippet": "Ciclo For-In", + "function.snippet": "Istruzione Function", + "if.snippet": "Istruzione If", + "ifelse.snippet": "Istruzione If-Else", + "log.snippet": "Log console", + "new.snippet": "Istruzione New", + "settimeout.snippet": "Funzione Set Timeout", + "switch.snippet": "Istruzione Switch", + "tripleslashreference.snippet": "Riferimento relativo a un altro file", + "trycatch.snippet": "Istruzione Try-Catch", + "while.snippet": "Istruzione While" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/languages/markdown/common/markdown.contribution.i18n.json b/i18n/ita/src/vs/languages/markdown/common/markdown.contribution.i18n.json new file mode 100644 index 00000000000..986cb3a08e7 --- /dev/null +++ b/i18n/ita/src/vs/languages/markdown/common/markdown.contribution.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "markdownConfigurationDescription": "Viene usato per configurare le impostazioni relative all'anteprima markdown.", + "markdownConfigurationTitle": "Configurazione dell'anteprima markdown", + "styles": "Elenco di URL o percorsi locali dei fogli di stile CSS da usare nell'anteprima markdown." +} \ No newline at end of file diff --git a/i18n/ita/src/vs/languages/markdown/markdownSnippets.i18n.json b/i18n/ita/src/vs/languages/markdown/markdownSnippets.i18n.json new file mode 100644 index 00000000000..fab3fbdb551 --- /dev/null +++ b/i18n/ita/src/vs/languages/markdown/markdownSnippets.i18n.json @@ -0,0 +1,18 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "bold.snippet": "Inserisci testo in grassetto", + "code.snippet": "Inserisci codice", + "fencedcodeblock.snippet": "Inserisci blocco di codice a cui è stata applicata la priorità per i conflitti", + "heading.snippet": "Inserisci intestazione", + "image.snippet": "Inserisci immagine", + "italic.snippet": "Inserisci testo in corsivo", + "link.snippet": "Inserisci collegamento", + "orderedList.snippet": "Inserisci elenco ordinato", + "quote.snippet": "Inserisci testo tra virgolette", + "rule.snippet": "Inserisci righello orizzontale", + "unorderedList.snippet": "Inserisci elenco non ordinato" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/languages/sass/common/parser/sassErrors.i18n.json b/i18n/ita/src/vs/languages/sass/common/parser/sassErrors.i18n.json new file mode 100644 index 00000000000..46f09c553ad --- /dev/null +++ b/i18n/ita/src/vs/languages/sass/common/parser/sassErrors.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "expected.from": "È previsto 'from'", + "expected.in": "È previsto 'in'", + "expected.through": "È previsto 'through' o 'to'" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/languages/sass/common/sass.contribution.i18n.json b/i18n/ita/src/vs/languages/sass/common/sass.contribution.i18n.json new file mode 100644 index 00000000000..f95ecc415e3 --- /dev/null +++ b/i18n/ita/src/vs/languages/sass/common/sass.contribution.i18n.json @@ -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. +{ + "sassConfigurationTitle": "Configurazione SASS", + "sassLint": "Controlla le gravità dei problemi usate nella convalida del lint SASS." +} \ No newline at end of file diff --git a/i18n/ita/src/vs/languages/sass/common/services/intelliSense.i18n.json b/i18n/ita/src/vs/languages/sass/common/services/intelliSense.i18n.json new file mode 100644 index 00000000000..550e3948976 --- /dev/null +++ b/i18n/ita/src/vs/languages/sass/common/services/intelliSense.i18n.json @@ -0,0 +1,81 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "sass.builtin.abs": "Restituisce il valore assoluto di un numero.", + "sass.builtin.adjust-color": "Aumenta o riduce uno o più componenti di un colore.", + "sass.builtin.adjust-hue": "Cambia la tonalità di un colore.", + "sass.builtin.alpha": "Ottiene il componente di opacità di un colore.", + "sass.builtin.append": "Accoda un singolo valore alla fine di un elenco.", + "sass.builtin.blue": "Ottiene il componente blu di un colore.", + "sass.builtin.call": "Chiama dinamicamente una funzione Sass.", + "sass.builtin.ceil": "Arrotonda per eccesso un numero all'intero successivo.", + "sass.builtin.change-color": "Modifica una o più proprietà di un colore.", + "sass.builtin.comparable": "Restituisce un valore che indica se due numeri possono essere sommati, sottratti o confrontati.", + "sass.builtin.complement": "Restituisce il complemento di un colore.", + "sass.builtin.darken": "Scurisce un colore.", + "sass.builtin.desaturate": "Riduce la saturazione di un colore.", + "sass.builtin.fade-in": "Aumenta l'opacità di un colore.", + "sass.builtin.feature-exists": "Restituisce un valore che indica se esiste una funzione nel runtime Sass corrente.", + "sass.builtin.floor": "Arrotonda per difetto un numero all'intero precedente.", + "sass.builtin.function-exists": "Restituisce un valore che indica se esiste una funzione con il nome specificato.", + "sass.builtin.global-variable-exists": "Restituisce un valore che indica se nell'ambito globale esiste una variabile con il nome specificato.", + "sass.builtin.grayscale": "Converte un colore in gradazioni di grigio.", + "sass.builtin.green": "Ottiene il componente verde di un colore.", + "sass.builtin.hue": "Ottiene il componente di tonalità di un colore.", + "sass.builtin.ie-hex-str": "Converte un colore nel formato riconosciuto dai filtri di Internet Explorer.", + "sass.builtin.index": "Restituisce la posizione di un valore in un elenco.", + "sass.builtin.inspect": "Restituisce la rappresentazione di stringa di un valore nel formato visualizzato in Sass.", + "sass.builtin.invert": "Restituisce l'inverso di un colore.", + "sass.builtin.is-superselector": "Restituisce un valore che indica se $super corrisponde quanto meno a tutti gli elementi come $sub.", + "sass.builtin.join": "Unisce due elenchi in uno solo.", + "sass.builtin.keywords": "Restituisce le parole chiave passate a una funzione che accetta argomenti di variabile.", + "sass.builtin.length": "Restituisce la lunghezza di un elenco.", + "sass.builtin.lighten": "Schiarisce un colore.", + "sass.builtin.lightness": "Ottiene il componente di luminosità di un colore.", + "sass.builtin.list-separator": "Restituisce il separatore di un elenco.", + "sass.builtin.map-get": "Restituisce il valore di un mapping associato a una chiave specificata.", + "sass.builtin.map-has-key": "Restituisce un valore che indica se un mapping contiene un valore associato a una chiave specificata.", + "sass.builtin.map-keys": "Restituisce un elenco di tutte le chiavi in un mapping.", + "sass.builtin.map-merge": "Unisce due mapping in un nuovo mapping.", + "sass.builtin.map-remove": "Restituisce un nuovo mapping con le chiavi rimosse.", + "sass.builtin.map-values": "Restituisce un elenco di tutti i valori in un mapping.", + "sass.builtin.max": "Trova il massimo di diversi numeri.", + "sass.builtin.min": "Trova il minimo di diversi numeri.", + "sass.builtin.mix": "Combina due colori.", + "sass.builtin.mixin-exists": "Restituisce un valore che indica se esiste un parametro mixin con lo stesso nome.", + "sass.builtin.nth": "Restituisce un elemento specifico in un elenco.", + "sass.builtin.opacify": "Aumenta l'opacità di un colore.", + "sass.builtin.percentage": "Converte un numero senza unità in una percentuale.", + "sass.builtin.quote": "Aggiunge le virgolette a una stringa.", + "sass.builtin.random": "Restituisce un numero casuale.", + "sass.builtin.red": "Ottiene il componente rosso di un colore.", + "sass.builtin.rgba": "Cambia il componente alfa per un colore.", + "sass.builtin.round": "Arrotonda un numero all'intero più vicino.", + "sass.builtin.saturate": "Aumenta la saturazione di un colore.", + "sass.builtin.saturation": "Ottiene il componente di saturazione di un colore.", + "sass.builtin.scale-color": "Scala in modo fluido una o più proprietà di un colore.", + "sass.builtin.selector-append": "Accoda i selettori uno all'altro senza aggiungere spazi di separazione.", + "sass.builtin.selector-extend": "Estende $extendee con $extender in $selector.", + "sass.builtin.selector-nest": "Annida il selettore sotto un altro come se fossero annidati in un foglio di stile.", + "sass.builtin.selector-parse": "Analizza un selettore nel formato restituito da &.", + "sass.builtin.selector-replace": "Sostituisce $original con $replacement in $selector.", + "sass.builtin.selector-unify": "Unifica due selettori in modo da ottenerne uno che corrisponde agli elementi presenti in entrambi.", + "sass.builtin.set-nth": "Sostituisce l'ennesimo elemento in un elenco.", + "sass.builtin.simple-selectors": "Restituisce i selettori semplici che costituiscono un selettore composto.", + "sass.builtin.str-index": "Restituisce l'indice della prima occorrenza di $substring in $string.", + "sass.builtin.str-insert": "Inserisce $insert in $string in corrispondenza di $index.", + "sass.builtin.str-length": "Restituisce il numero di caratteri in una stringa.", + "sass.builtin.str-slice": "Estrae una sottostringa da $string.", + "sass.builtin.to-lower-case": "Converte una stringa in minuscolo.", + "sass.builtin.to-upper-case": "Converte una stringa in maiuscolo.", + "sass.builtin.transparentize": "Aumenta la trasparenza di un colore.", + "sass.builtin.type-of": "Restituisce il tipo di un valore.", + "sass.builtin.unit": "Restituisce le unità associate a un numero.", + "sass.builtin.unitless": "Restituisce un valore che indica se per un numero sono disponibili unità.", + "sass.builtin.unquote": "Rimuove le virgolette da una stringa.", + "sass.builtin.variable-exists": "Restituisce un valore che indica se nell'ambito corrente esiste una variabile con il nome specificato.", + "sass.builtin.zip": "Combina diversi elenchi in un unico elenco multidimensionale." +} \ No newline at end of file diff --git a/i18n/ita/src/vs/languages/typescript.workbench/common/projectResolver.i18n.json b/i18n/ita/src/vs/languages/typescript.workbench/common/projectResolver.i18n.json new file mode 100644 index 00000000000..1fef7dda6a1 --- /dev/null +++ b/i18n/ita/src/vs/languages/typescript.workbench/common/projectResolver.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "resolve.files.N": "Caricamento dei file aggiuntivi in corso..." +} \ No newline at end of file diff --git a/i18n/ita/src/vs/languages/typescript/common/features/quickFix.i18n.json b/i18n/ita/src/vs/languages/typescript/common/features/quickFix.i18n.json new file mode 100644 index 00000000000..eb2d7d276b3 --- /dev/null +++ b/i18n/ita/src/vs/languages/typescript/common/features/quickFix.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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.quickfix.addAsGlobal": "Contrassegna '{0}' come globale", + "typescript.quickfix.rename": "Rinomina in '{0}'", + "typescript.quickfix.typeDefinitions": "Scarica la definizione di tipo {0}" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/languages/typescript/common/features/quickFixMainActions.i18n.json b/i18n/ita/src/vs/languages/typescript/common/features/quickFixMainActions.i18n.json new file mode 100644 index 00000000000..54f95d3189f --- /dev/null +++ b/i18n/ita/src/vs/languages/typescript/common/features/quickFixMainActions.i18n.json @@ -0,0 +1,12 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "typingsReference.already.exists": "{0} esiste già. Verificare che il file sia incluso nel file jsconfig.json del progetto", + "typingsReference.error.download": "Non è possibile recuperare il file d.ts in {0}: {1}", + "typingsReference.error.write": "Problema durante la creazione di {0}: {1}", + "typingsReference.success.nojsconfig": "Download di {0} riuscito", + "typingsReference.success.withjsconfig": "Download di {0} riuscito. Verificare che il file d.ts sia incluso nel file 'jsconfig.json' del progetto." +} \ No newline at end of file diff --git a/i18n/ita/src/vs/languages/typescript/common/lint/lint.i18n.json b/i18n/ita/src/vs/languages/typescript/common/lint/lint.i18n.json new file mode 100644 index 00000000000..7d2039bd033 --- /dev/null +++ b/i18n/ita/src/vs/languages/typescript/common/lint/lint.i18n.json @@ -0,0 +1,24 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "javascript.comparisonOperatorNotStrict": "Utilizzare '!==' e '===' anziché '!=' e '=='.", + "javascript.functionInsideLoop": "Funzione all'interno di un ciclo.", + "javascript.missingSemicolon": "Punto e virgola mancante.", + "javascript.newOnLowercaseFunctions": "Funzione con nome in minuscolo utilizzata come costruttore.", + "javascript.reservedKeyword": "Non utilizzare parole chiave riservate.", + "javascript.semicolonInsteadOfBlock": "Punto e virgola invece di blocco.", + "javascript.typeofCannotBeCompared": "Output non previsto dell'operatore 'typeof'.", + "javascript.typescriptSpecific": "Non utilizzare un costrutto di linguaggio specifico di TypeScript in JavaScript.", + "layout.curlyBracketsMustNotBeOmitted": "Non omettere le parentesi graffe.", + "layout.emptyblock": "Il blocco vuoto deve contenere un commento.", + "typescript.looksLikeTripleSlash": "Si intende '/// <reference path=\"some/path.ts\" />'?", + "typescript.missingReturnType": "Tipo restituito mancante.", + "typescript.unusedFunction": "Funzione locale non in uso.", + "typescript.unusedImport": "Importazione non in uso.", + "typescript.unusedLocalVariable": "Variabile locale non in uso.", + "typescript.unusedPrivateMember": "Membro privato non in uso.", + "typescript.variableUsedBeforeDeclared": "Variabile utilizzata prima di essere dichiarata." +} \ No newline at end of file diff --git a/i18n/ita/src/vs/languages/typescript/common/participants/nlsParticipant.i18n.json b/i18n/ita/src/vs/languages/typescript/common/participants/nlsParticipant.i18n.json new file mode 100644 index 00000000000..304d1252505 --- /dev/null +++ b/i18n/ita/src/vs/languages/typescript/common/participants/nlsParticipant.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "missing.localize": "Stringa da localizzare" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/languages/typescript/common/typescript.contribution.i18n.json b/i18n/ita/src/vs/languages/typescript/common/typescript.contribution.i18n.json new file mode 100644 index 00000000000..05403ef1cc6 --- /dev/null +++ b/i18n/ita/src/vs/languages/typescript/common/typescript.contribution.i18n.json @@ -0,0 +1,34 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "allwaysAllWords": "Includere sempre tutte le parole del documento corrente.", + "baseUrl": "Consente di configurare l'URL di base utilizzato per risolvere i riferimenti al modulo (http://requirejs.org/docs/api.html#config-baseUrl). Questa opzione si applica solo ai progetti che utilizzano la definizione di modulo asincrono (\"module\": \"amd\").", + "compilationSettings": "Determina la modalità di funzionamento della convalida di TypeScript.", + "lint": "Determina vari aspetti della convalida.", + "lint.comparisonOperatorsNotStrict": "Utilizzare '!==' e '===' anziché '!=' e '=='.", + "lint.curlyBracketsMustNotBeOmitted": "Non omettere le parentesi graffe.", + "lint.emptyBlocksWithoutComment": "Il blocco vuoto deve contenere un commento.", + "lint.functionsInsideLoops": "Funzione all'interno di un ciclo.", + "lint.functionsWithoutReturnType": "Non omettere l'annotazione del tipo restituito per le funzioni.", + "lint.missingSemicolon": "Punto e virgola mancante.", + "lint.newOnLowercaseFunctions": "Funzione con nome in minuscolo utilizzata come costruttore.", + "lint.reservedKeywords": "Non utilizzare parole chiave riservate.", + "lint.semicolonsInsteadOfBlocks": "Punto e virgola invece di blocco.", + "lint.tripleSlashReferenceAlike": "Cerca i riferimenti con tripla barra digitati in modo non corretto.", + "lint.typeScriptSpecifics": "Non utilizzare un costrutto di linguaggio specifico di TypeScript in JavaScript.", + "lint.unknownTypeOfResults": "Output non previsto dell'operatore 'typeof'.", + "lint.unusedFunctions": "Funzione locale non in uso.", + "lint.unusedMembers": "Membro privato non in uso.", + "lint.unusedVariables": "Variabile locale non in uso.", + "module": "Specifica il sistema di moduli da utilizzare.", + "noImplicitAny": "Imporre in modo esplicito una dichiarazione di tipo.", + "noLib": "Non utilizzare digitazioni per l'ambiente DOM e browser.", + "scope": "In presenza di più impostazioni di convalida definisce la sottocartella a cui vengono applicate.", + "suggestSettings": "Controlla il funzionamento di IntelliSense in TypeScript.", + "target": "Specifica la versione di ECMA-Script utilizzata.", + "tsConfigurationTitle": "Configurazione di TypeScript", + "useCodeSnippetsOnMethodSuggest": "Completare le funzioni con la relativa firma del parametro." +} \ No newline at end of file diff --git a/i18n/ita/src/vs/languages/typescript/common/typescriptMode.i18n.json b/i18n/ita/src/vs/languages/typescript/common/typescriptMode.i18n.json new file mode 100644 index 00000000000..c0a3cb8a192 --- /dev/null +++ b/i18n/ita/src/vs/languages/typescript/common/typescriptMode.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "err.tooMuchData": "Sono presenti troppi file di origine JavaScript per il codice VS. Provare a usare la proprietà exclude in jsconfig.json." +} \ No newline at end of file diff --git a/i18n/ita/src/vs/languages/typescript/features/typescriptSnippets.i18n.json b/i18n/ita/src/vs/languages/typescript/features/typescriptSnippets.i18n.json new file mode 100644 index 00000000000..a04f1fc2068 --- /dev/null +++ b/i18n/ita/src/vs/languages/typescript/features/typescriptSnippets.i18n.json @@ -0,0 +1,24 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "class.snippet": "Definizione di classe", + "constructor.snippet": "Costruttore", + "doloop.snippet": "Ciclo do-while", + "foreach.snippet": "Ciclo For-Each che usa =>", + "fullproperty.snippet": "Definisci una proprietà completa", + "getproperty.snippet": "Getter proprietà", + "importstatement.snippet": "Importa un modulo esterno.", + "jsdoc.snippet": "Frammento jsdoc", + "log.snippet": "Accedi alla console", + "privatemethod.snippet": "Definizione di metodo privato", + "publicmethod.snippet": "Definizione di metodo pubblico", + "returnfalse.snippet": "Restituisci false", + "returnstatement.snippet": "Istruzione return", + "returntrue.snippet": "Restituisci true", + "setproperty.snippet": "Setter proprietà", + "throwexception.snippet": "Genera eccezione", + "tripleslashreference.snippet": "Riferimento ///" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/languages/typescript/project/dependencyResolver.i18n.json b/i18n/ita/src/vs/languages/typescript/project/dependencyResolver.i18n.json new file mode 100644 index 00000000000..86350b75efa --- /dev/null +++ b/i18n/ita/src/vs/languages/typescript/project/dependencyResolver.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "ref.loadFailure": "Il file '{0}' non è stato trovato" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/languages/typescript/service/typescriptSnippets.i18n.json b/i18n/ita/src/vs/languages/typescript/service/typescriptSnippets.i18n.json new file mode 100644 index 00000000000..2333aa55aaa --- /dev/null +++ b/i18n/ita/src/vs/languages/typescript/service/typescriptSnippets.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "class.snippet": "Definizione della classe", + "constructor.snippet": "Costruttore", + "foreach.snippet": "Ciclo For-Each che utilizza =>", + "importstatement.snippet": "Importare un modulo esterno.", + "jsdoc.snippet": "frammento jsdoc", + "privatemethod.snippet": "Definizione metodo privato", + "publicmethod.snippet": "Definizione metodo pubblico" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/languages/vb/vbSnippets.i18n.json b/i18n/ita/src/vs/languages/vb/vbSnippets.i18n.json new file mode 100644 index 00000000000..a3dc0f23fec --- /dev/null +++ b/i18n/ita/src/vs/languages/vb/vbSnippets.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "vbFor.snippet": "Ciclo For Next", + "vbForEach.snippet": "For Each...Next", + "vbForI.snippet": "For i...Next i", + "vbForJ.snippet": "For j...Next j", + "vbPublicFunction.snippet": "Public Function...", + "vbPublicSub.snippet": "Public Sub ...", + "vbWhile.snippet": "While ... End While" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/monaco/contrib/actions/changeTheme.i18n.json b/i18n/ita/src/vs/monaco/contrib/actions/changeTheme.i18n.json new file mode 100644 index 00000000000..92db3f41620 --- /dev/null +++ b/i18n/ita/src/vs/monaco/contrib/actions/changeTheme.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "highContrastTheme": "Tema a contrasto elevato", + "vsDarkTheme": "Tema scuro di Visual Studio", + "vsLightTheme": "Tema di Visual Studio" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/monaco/contrib/actions/pinWorkbench.i18n.json b/i18n/ita/src/vs/monaco/contrib/actions/pinWorkbench.i18n.json new file mode 100644 index 00000000000..86b0750c7c7 --- /dev/null +++ b/i18n/ita/src/vs/monaco/contrib/actions/pinWorkbench.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "pinShortcut": "Aggiungi collegamento al menu Start" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/monaco/contrib/actions/showQuickStart.i18n.json b/i18n/ita/src/vs/monaco/contrib/actions/showQuickStart.i18n.json new file mode 100644 index 00000000000..7ae7082fbc5 --- /dev/null +++ b/i18n/ita/src/vs/monaco/contrib/actions/showQuickStart.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "showQuickStart": "Mostra avvio rapido" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/monaco/contrib/connect/connectDropdown.i18n.json b/i18n/ita/src/vs/monaco/contrib/connect/connectDropdown.i18n.json new file mode 100644 index 00000000000..2905e481ebd --- /dev/null +++ b/i18n/ita/src/vs/monaco/contrib/connect/connectDropdown.i18n.json @@ -0,0 +1,16 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "accountHome": "Apri home '{0}' di Visual Studio Online", + "clone": "Clona repository da Visual Studio Online", + "connectToVSO": "Connetti a Visual Studio Online", + "connections": "Connessioni", + "disconnectFromVSO": "Disconnetti da Visual Studio Online", + "disconnectedFromVSO": "Disconnessione di questa area di lavoro dall'account '{0}' di Visual Studio Online completata.", + "openAzureDashboard": "Apri dashboard di Microsoft Azure", + "openKuduConsole": "Apri console Kudu", + "openWebSite": "Sfoglia sito Web" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/monaco/contrib/profile/profileWidget.i18n.json b/i18n/ita/src/vs/monaco/contrib/profile/profileWidget.i18n.json new file mode 100644 index 00000000000..2f444b3f029 --- /dev/null +++ b/i18n/ita/src/vs/monaco/contrib/profile/profileWidget.i18n.json @@ -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. +{ + "myProfile": "Profilo personale", + "signOut": "Disconnetti" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/monaco/contrib/sandbox/sandboxActions.i18n.json b/i18n/ita/src/vs/monaco/contrib/sandbox/sandboxActions.i18n.json new file mode 100644 index 00000000000..64f5039025d --- /dev/null +++ b/i18n/ita/src/vs/monaco/contrib/sandbox/sandboxActions.i18n.json @@ -0,0 +1,20 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "customUpdateAction": "Aggiorna a...", + "customVersionPrompt": "Versione personalizzata:", + "dashboardAction": "Dashboard del sito Web Azure", + "debugAction": "Debug", + "host": "Host: {0}", + "hostPrompt": "Host", + "loading": "Caricamento in corso...", + "logAction": "Log", + "pingResponseAction": "Risposta ping: {0}", + "restartAction": "Riavvia", + "stableUpdateAction": "Aggiorna a una versione stabile", + "versionAction": "Versione: {0}", + "versionPrompt": "Versione" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/monaco/core/requestService.i18n.json b/i18n/ita/src/vs/monaco/core/requestService.i18n.json new file mode 100644 index 00000000000..33858307b05 --- /dev/null +++ b/i18n/ita/src/vs/monaco/core/requestService.i18n.json @@ -0,0 +1,19 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "azurePortalInfo": "Visitare il dashboard del sito nel [[portale Azure]] per vedere se il sito è stato arrestato.", + "checkConnection": "Verificare la connessione Internet.", + "doNotRefresh": "Non aggiornare il browser in questo momento.", + "noMore": "Poiché la connessione al server è già stata persa poco fa, il workbench ha interrotto i tentativi di riconnettersi automaticamente.", + "notConnectedTitle": "Connessione al server persa.", + "notRecommended": "L'aggiornamento non è consigliato in questo momento.", + "quotaProblem": "Se l'arresto è dovuto al raggiungimento del limite di quota, verificare la modalità del sito. A seconda della modalità del sito, per risolvere una situazione di quota esaurita è sufficiente attendere qualche minuto. Per altri limiti di quota, è possibile aggiornare il sito a una modalità diversa, ad esempio Condivisa o Standard.", + "reconnectNow": "Provare a riconnettersi ora", + "reconnecting": "Riconnessione in corso...", + "reconnectingIn": "Tentativo di riconnessione tra {0} secondi.", + "siteStoppedProblem": "Se il sito è stato arrestato per altri motivi, provare a riavviare il sito.", + "visualStudioUnavailableTitle": "La modifica in Visual Studio Online non è al momento disponibile." +} \ No newline at end of file diff --git a/i18n/ita/src/vs/monaco/ui/dashboard/actions.i18n.json b/i18n/ita/src/vs/monaco/ui/dashboard/actions.i18n.json new file mode 100644 index 00000000000..97cc1d41c11 --- /dev/null +++ b/i18n/ita/src/vs/monaco/ui/dashboard/actions.i18n.json @@ -0,0 +1,47 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "cloningGitFromGitHub": "Clonazione del repository Git da GitHub in corso...", + "creatingWorkspace": "Creazione dell'area di lavoro in corso...", + "dashboard.cloneGithub": "Clona da Github", + "dashboard.cloneGithub.button": "Clona {0}", + "dashboard.cloneGithub.connect": "Connetti a GitHub", + "dashboard.cloneGithub.description": "Monaco può comunicare con i provider di servizi mediante OAuth. Ad esempio, è possibile connettere facilmente Visual Studio Online all'account GitHub per clonare uno dei repository.", + "dashboard.cloneGithub.error": "Si è verificato un errore. Per ulteriori informazioni, vedere la console.", + "dashboard.cloneGithub.loading": "Caricamento in corso...", + "dashboard.cloneGithub.title": "Clonare un'area di lavoro da un progetto Github", + "dashboard.cloneURL": "Clona dall'URL di Git", + "dashboard.cloneURL.badOrEmptyPublishSettings": "È stato caricato un file publishsettings non valido o nel file non sono presenti sottoscrizioni. Caricare di nuovo il file.", + "dashboard.cloneURL.createFromWebsite": "Crea area di lavoro", + "dashboard.cloneURL.createWorkspaceAndWebSite": "Crea area di lavoro e sito Web", + "dashboard.cloneURL.description": "Se si conosce l'URL del repository Git (attualmente è supportato solo HTTP o HTTPS), inserirlo qui per clonarlo e creare un'area di lavoro con Visual Studio Online.", + "dashboard.cloneURL.errorCreatingWebSite": "Errore durante la creazione del sito Web.", + "dashboard.cloneURL.errorLoadingWebsites": "Errore durante il caricamento dei siti Web. Riprovare più tardi.", + "dashboard.cloneURL.noSubscriptions": "— Nessuna sottoscrizione trovata", + "dashboard.cloneURL.placeholder": "URL repository", + "dashboard.cloneURL.reuploadPublishSettings": "↑ Ricarica account", + "dashboard.cloneURL.title": "Clonare un'area di lavoro da un repository Git", + "dashboard.cloneURL.uploadPublishSettings": "↑ Carica account", + "dashboard.cloneURL.webSiteName": "Nome sito Web", + "dashboard.cloneURL.websiteDescription": "Questa area di lavoro può essere associata anche a un sito Web Azure creato per l'utente. È possibile scaricare il file di impostazioni dell'account da <a href=\"{0}\" class=\"link\" target=\"_blank\"><strong>Azure</strong></a>.", + "dashboard.importFromWebsite": "Importa da sito Web", + "dashboard.upload": "Carica", + "dashboard.upload.button": "↑ Carica", + "dashboard.upload.description": "È possibile caricare anche un archivio compresso dell'area di lavoro (al momento è supportato solo il formato ZIP).", + "dashboard.upload.title": "Carica area di lavoro", + "dashboard.website.badOrEmptyPublishSettings": "È stato caricato un file publishsettings non valido o nel file non sono presenti sottoscrizioni. Caricare di nuovo il file.", + "dashboard.website.createFromWebsite": "Crea area di lavoro", + "dashboard.website.description": "È possibile scaricare il file di impostazioni dell'account da <a href=\"{0}\" class=\"link\" target=\"_blank\"><strong>Azure</strong></a>.", + "dashboard.website.errorLoadingWebsites": "Errore durante il caricamento dei siti Web. Riprovare più tardi.", + "dashboard.website.noSubscriptions": "— Nessuna sottoscrizione trovata", + "dashboard.website.noWebSites": "— Nessun sito Web trovato", + "dashboard.website.pickSubscription": "— Scegli una sottoscrizione", + "dashboard.website.pickWebSite": "— Scegli un sito Web", + "dashboard.website.reuploadPublishSettings": "↑ Ricarica account", + "dashboard.website.title": "Creare un'area di lavoro importando un sito Web Azure", + "dashboard.website.uploadPublishSettings": "↑ Carica account", + "openingWorkspace": "Apertura nuova area di lavoro..." +} \ No newline at end of file diff --git a/i18n/ita/src/vs/monaco/ui/dashboard/dashboard.i18n.json b/i18n/ita/src/vs/monaco/ui/dashboard/dashboard.i18n.json new file mode 100644 index 00000000000..3b9ca40678d --- /dev/null +++ b/i18n/ita/src/vs/monaco/ui/dashboard/dashboard.i18n.json @@ -0,0 +1,18 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "dashboard.confirmDelete": "Eliminare l'area di lavoro '{0}'?", + "dashboard.createWorkspace": "Crea una nuova area di lavoro", + "dashboard.createWorkspace.description": "È semplice creare una nuova area di lavoro in Visual Studio Online. Scegliere una delle opzioni a sinistra.", + "dashboard.createWorkspace.title": "Crea area di lavoro", + "dashboard.lastChangeTime": "Ultima modifica: {0} fa", + "dashboard.one": "1", + "dashboard.toggleFooter": "Attiva/Disattiva piè di pagina", + "dashboard.two": "2", + "dashboard.workspacesSummary": "Aree di lavoro ({0} in totale)", + "workspaces": "Aree di lavoro", + "workspacesName": "Aree di lavoro" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/monaco/ui/shell/connectionIndicator.i18n.json b/i18n/ita/src/vs/monaco/ui/shell/connectionIndicator.i18n.json new file mode 100644 index 00000000000..b933aafef33 --- /dev/null +++ b/i18n/ita/src/vs/monaco/ui/shell/connectionIndicator.i18n.json @@ -0,0 +1,24 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "azurePortalInfoFreeShared": "Visitare questo [[dashboard del sito]] per vedere se il sito ha raggiunto il limite di quota.", + "azurePortalInfoStandard": "Visitare questo [[dashboard del sito]] per vedere se il sito è stato arrestato.", + "azureWebSiteModeFree": "Il sito è in esecuzione in modalità gratuita con quote inferiori.", + "azureWebSiteModeShared": "Il sito è in esecuzione in modalità condivisa con quote.", + "checkConnection": "Verificare la connessione Internet.", + "freeTrial": "Versione di valutazione gratuita", + "ftpAccess": "È sempre possibile recuperare il contenuto del sito con FTP.", + "noMore": "Poiché la connessione al server è stata persa poco fa, il workbench ha smesso di provare a riconnettersi.", + "notConnectedTitle": "Si è verificato un errore di connessione al server", + "reconnectNow": "Riconnetti ora", + "reconnecting": "Riconnessione in corso...", + "reconnectingIn": "Tentativo di riconnessione tra {0} secondi.", + "refreshBrowser": "Connessione al server persa. Aggiornare il browser.", + "refreshNow": "Aggiorna", + "tryAzureExpiredInfo": "È possibile provare a [[creare]] un altro sito o a [[iscriversi]] per ottenere un account gratuito di prova per 30 giorni.", + "visualStudioUnavailableTitle": "La funzionalità di modifica di Visual Studio Online non è attualmente disponibile", + "wawsExpiryTitle": "Il sito è scaduto" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/monaco/ui/shell/shell.i18n.json b/i18n/ita/src/vs/monaco/ui/shell/shell.i18n.json new file mode 100644 index 00000000000..2ada404c828 --- /dev/null +++ b/i18n/ita/src/vs/monaco/ui/shell/shell.i18n.json @@ -0,0 +1,16 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "browseWorkspaces": "Sfoglia aree di lavoro", + "diff.minutes": "{0}m:{1}s", + "diff.seconds": "00m:{0}s", + "legal": "Note legali", + "privacy": "Privacy", + "support": "Supporto", + "tryAzureSiteExpireTimer": "Il sito gratuito scadrà tra {0}", + "tryAzureSiteExpires": "Il sito gratuito è scaduto.", + "workspaces": "Aree di lavoro" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/monaco/ui/widgets/connectDropdown.i18n.json b/i18n/ita/src/vs/monaco/ui/widgets/connectDropdown.i18n.json new file mode 100644 index 00000000000..fa148e08583 --- /dev/null +++ b/i18n/ita/src/vs/monaco/ui/widgets/connectDropdown.i18n.json @@ -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. +{ + "accountHome": "Apri home '{0}' di Visual Studio Online", + "clone": "Clona repository da Visual Studio Online", + "connectToVSO": "Connetti a Visual Studio Online", + "connections": "Connessioni", + "disconnectFromVSO": "Disconnetti da Visual Studio Online", + "disconnectedFromVSO": "Disconnessione di questa area di lavoro dall'account '{0}' di Visual Studio Online completata.", + "openAzureDashboard": "Apri dashboard di Windows Azure", + "openWebSite": "Sfoglia sito Web" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/platform/actions/common/actionsService.i18n.json b/i18n/ita/src/vs/platform/actions/common/actionsService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/platform/actions/common/actionsService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/platform/configuration/common/configurationRegistry.i18n.json b/i18n/ita/src/vs/platform/configuration/common/configurationRegistry.i18n.json new file mode 100644 index 00000000000..d2326f31a03 --- /dev/null +++ b/i18n/ita/src/vs/platform/configuration/common/configurationRegistry.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "masterDefaultConfigDesc": "Impostazioni predefinite", + "masterUserConfigDesc": "Impostazioni specifiche utente", + "masterWorkspaceConfigDesc": "Impostazioni area di lavoro" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/platform/configurationRegistry.i18n.json b/i18n/ita/src/vs/platform/configurationRegistry.i18n.json new file mode 100644 index 00000000000..9071e7fa87c --- /dev/null +++ b/i18n/ita/src/vs/platform/configurationRegistry.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "masterConfigDesc": "File di configurazione per workbench", + "masterConfigTitle": "File di configurazione", + "masterLanguageDesc": "Impostazioni di configurazione per lingue particolari", + "masterTypeDesc": "Il tipo può essere 'user' o 'team'. I file di configurazione utente hanno la precedenza." +} \ No newline at end of file diff --git a/i18n/ita/src/vs/platform/extensions/common/abstractExtensionService.i18n.json b/i18n/ita/src/vs/platform/extensions/common/abstractExtensionService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/platform/extensions/common/abstractExtensionService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/platform/extensions/common/extensionsRegistry.i18n.json b/i18n/ita/src/vs/platform/extensions/common/extensionsRegistry.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/platform/extensions/common/extensionsRegistry.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/platform/extensions/node/extensionValidator.i18n.json b/i18n/ita/src/vs/platform/extensions/node/extensionValidator.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/platform/extensions/node/extensionValidator.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/platform/files/nativeFileService.i18n.json b/i18n/ita/src/vs/platform/files/nativeFileService.i18n.json new file mode 100644 index 00000000000..8ad7f5d9ff9 --- /dev/null +++ b/i18n/ita/src/vs/platform/files/nativeFileService.i18n.json @@ -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. +{ + "encoding": "Codifica del set di caratteri predefinita da usare durante la lettura e la scrittura di file.", + "filesConfigurationTitle": "Configurazione file" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/platform/files/statModel.i18n.json b/i18n/ita/src/vs/platform/files/statModel.i18n.json new file mode 100644 index 00000000000..7da41a0d5fc --- /dev/null +++ b/i18n/ita/src/vs/platform/files/statModel.i18n.json @@ -0,0 +1,12 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "emptyFileNameError": "È necessario specificare un nome file o un nome di cartella.", + "fileNameExistsError": "In questo percorso esiste già un file o una cartella **{0}**. Scegliere un nome diverso.", + "filePathTooLongError": "Con il nome **{0}** il percorso diventa troppo lungo. Scegliere un nome più breve.", + "invalidFileNameError": "Il nome **{0}** contiene caratteri non validi per un nome file o un nome di cartella. Scegliere un nome diverso.", + "invalidVSCFileName": "Il nome file o di cartella **{0}** è riservato e non può essere usato. Sceglierne uno diverso." +} \ No newline at end of file diff --git a/i18n/ita/src/vs/platform/handlerService.i18n.json b/i18n/ita/src/vs/platform/handlerService.i18n.json new file mode 100644 index 00000000000..37719423513 --- /dev/null +++ b/i18n/ita/src/vs/platform/handlerService.i18n.json @@ -0,0 +1,12 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "altKey": "ALT", + "cmdKey": "Comando", + "ctrlKey": "CTRL", + "shiftKey": "MAIUSC", + "windowsKey": "Windows" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/platform/jsonschemas/common/jsonContributionRegistry.i18n.json b/i18n/ita/src/vs/platform/jsonschemas/common/jsonContributionRegistry.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/platform/jsonschemas/common/jsonContributionRegistry.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/platform/jsonschemas/common/jsonValidationExtensionPoint.i18n.json b/i18n/ita/src/vs/platform/jsonschemas/common/jsonValidationExtensionPoint.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/platform/jsonschemas/common/jsonValidationExtensionPoint.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/platform/keybinding/browser/keybindingServiceImpl.i18n.json b/i18n/ita/src/vs/platform/keybinding/browser/keybindingServiceImpl.i18n.json new file mode 100644 index 00000000000..e0837d96db4 --- /dev/null +++ b/i18n/ita/src/vs/platform/keybinding/browser/keybindingServiceImpl.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "first.chord": "È stato premuto ({0}). In attesa del secondo tasto...", + "missing.chord": "La combinazione di tasti ({0}, {1}) non è un comando.", + "unboundCommands": "Altri comandi disponibili: " +} \ No newline at end of file diff --git a/i18n/ita/src/vs/platform/keybinding/common/keybindingsUtils.i18n.json b/i18n/ita/src/vs/platform/keybinding/common/keybindingsUtils.i18n.json new file mode 100644 index 00000000000..99edfd1b1e9 --- /dev/null +++ b/i18n/ita/src/vs/platform/keybinding/common/keybindingsUtils.i18n.json @@ -0,0 +1,12 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "altKey": "ALT", + "cmdKey": "CMD", + "ctrlKey": "CTRL", + "shiftKey": "MAIUSC", + "windowsKey": "Windows" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/platform/lifecycle/common/mainThreadLifecycleService.i18n.json b/i18n/ita/src/vs/platform/lifecycle/common/mainThreadLifecycleService.i18n.json new file mode 100644 index 00000000000..c3e173997e1 --- /dev/null +++ b/i18n/ita/src/vs/platform/lifecycle/common/mainThreadLifecycleService.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "genericVeto": "Uscire?" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/platform/markers/common/problemMatcher.i18n.json b/i18n/ita/src/vs/platform/markers/common/problemMatcher.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/platform/markers/common/problemMatcher.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/platform/message/common/message.i18n.json b/i18n/ita/src/vs/platform/message/common/message.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/platform/message/common/message.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/platform/plugins/common/abstractPluginService.i18n.json b/i18n/ita/src/vs/platform/plugins/common/abstractPluginService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/platform/plugins/common/abstractPluginService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/platform/plugins/common/pluginsRegistry.i18n.json b/i18n/ita/src/vs/platform/plugins/common/pluginsRegistry.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/platform/plugins/common/pluginsRegistry.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/platform/plugins/node/pluginVersionValidator.i18n.json b/i18n/ita/src/vs/platform/plugins/node/pluginVersionValidator.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/platform/plugins/node/pluginVersionValidator.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/platform/request/nativeWorkerRequestService.i18n.json b/i18n/ita/src/vs/platform/request/nativeWorkerRequestService.i18n.json new file mode 100644 index 00000000000..a84d899e0ad --- /dev/null +++ b/i18n/ita/src/vs/platform/request/nativeWorkerRequestService.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "localFileNotFound": "File non trovato" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/platform/telemetry/electron-browser/electronTelemetryService.i18n.json b/i18n/ita/src/vs/platform/telemetry/electron-browser/electronTelemetryService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/platform/telemetry/electron-browser/electronTelemetryService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/platform/theme/common/themes.i18n.json b/i18n/ita/src/vs/platform/theme/common/themes.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/platform/theme/common/themes.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/api/node/extHostMessageService.i18n.json b/i18n/ita/src/vs/workbench/api/node/extHostMessageService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/workbench/api/node/extHostMessageService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/browser/actions/openSettings.i18n.json b/i18n/ita/src/vs/workbench/browser/actions/openSettings.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/workbench/browser/actions/openSettings.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/browser/actions/toggleSidebarPosition.i18n.json b/i18n/ita/src/vs/workbench/browser/actions/toggleSidebarPosition.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/workbench/browser/actions/toggleSidebarPosition.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/browser/actions/toggleSidebarVisibility.i18n.json b/i18n/ita/src/vs/workbench/browser/actions/toggleSidebarVisibility.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/workbench/browser/actions/toggleSidebarVisibility.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/browser/actions/triggerEditorActions.i18n.json b/i18n/ita/src/vs/workbench/browser/actions/triggerEditorActions.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/workbench/browser/actions/triggerEditorActions.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/browser/actions/triggerNavigation.i18n.json b/i18n/ita/src/vs/workbench/browser/actions/triggerNavigation.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/workbench/browser/actions/triggerNavigation.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/browser/actions/triggerQuickOpen.i18n.json b/i18n/ita/src/vs/workbench/browser/actions/triggerQuickOpen.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/workbench/browser/actions/triggerQuickOpen.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/browser/parts/activitybar/activityAction.i18n.json b/i18n/ita/src/vs/workbench/browser/parts/activitybar/activityAction.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/workbench/browser/parts/activitybar/activityAction.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/browser/parts/activitybar/activitybarPart.i18n.json b/i18n/ita/src/vs/workbench/browser/parts/activitybar/activitybarPart.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/workbench/browser/parts/activitybar/activitybarPart.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/browser/parts/compositePart.i18n.json b/i18n/ita/src/vs/workbench/browser/parts/compositePart.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/workbench/browser/parts/compositePart.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/browser/parts/editor/binaryDiffEditor.i18n.json b/i18n/ita/src/vs/workbench/browser/parts/editor/binaryDiffEditor.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/workbench/browser/parts/editor/binaryDiffEditor.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/browser/parts/editor/binaryEditor.i18n.json b/i18n/ita/src/vs/workbench/browser/parts/editor/binaryEditor.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/workbench/browser/parts/editor/binaryEditor.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/browser/parts/editor/editor.contribution.i18n.json b/i18n/ita/src/vs/workbench/browser/parts/editor/editor.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/workbench/browser/parts/editor/editor.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/browser/parts/editor/editorPart.i18n.json b/i18n/ita/src/vs/workbench/browser/parts/editor/editorPart.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/workbench/browser/parts/editor/editorPart.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/browser/parts/editor/editorStatus.i18n.json b/i18n/ita/src/vs/workbench/browser/parts/editor/editorStatus.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/workbench/browser/parts/editor/editorStatus.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/browser/parts/editor/iframeEditor.i18n.json b/i18n/ita/src/vs/workbench/browser/parts/editor/iframeEditor.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/workbench/browser/parts/editor/iframeEditor.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/browser/parts/editor/sideBySideEditorControl.i18n.json b/i18n/ita/src/vs/workbench/browser/parts/editor/sideBySideEditorControl.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/workbench/browser/parts/editor/sideBySideEditorControl.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/browser/parts/editor/stringEditor.i18n.json b/i18n/ita/src/vs/workbench/browser/parts/editor/stringEditor.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/workbench/browser/parts/editor/stringEditor.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/browser/parts/editor/textDiffEditor.i18n.json b/i18n/ita/src/vs/workbench/browser/parts/editor/textDiffEditor.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/workbench/browser/parts/editor/textDiffEditor.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/browser/parts/panel/panelPart.i18n.json b/i18n/ita/src/vs/workbench/browser/parts/panel/panelPart.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/workbench/browser/parts/panel/panelPart.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/browser/parts/quickopen/editorHistoryModel.i18n.json b/i18n/ita/src/vs/workbench/browser/parts/quickopen/editorHistoryModel.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/workbench/browser/parts/quickopen/editorHistoryModel.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/browser/parts/quickopen/quickOpenController.i18n.json b/i18n/ita/src/vs/workbench/browser/parts/quickopen/quickOpenController.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/workbench/browser/parts/quickopen/quickOpenController.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/browser/parts/sidebar/sidebarPart.i18n.json b/i18n/ita/src/vs/workbench/browser/parts/sidebar/sidebarPart.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/workbench/browser/parts/sidebar/sidebarPart.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/browser/parts/statusbar/statusbarPart.i18n.json b/i18n/ita/src/vs/workbench/browser/parts/statusbar/statusbarPart.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/workbench/browser/parts/statusbar/statusbarPart.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/browser/quickopen.i18n.json b/i18n/ita/src/vs/workbench/browser/quickopen.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/workbench/browser/quickopen.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/browser/ui/actionRegistry.i18n.json b/i18n/ita/src/vs/workbench/browser/ui/actionRegistry.i18n.json new file mode 100644 index 00000000000..b7850c48b47 --- /dev/null +++ b/i18n/ita/src/vs/workbench/browser/ui/actionRegistry.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "bindingSeparator": "," +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/browser/ui/actions/openSettings.i18n.json b/i18n/ita/src/vs/workbench/browser/ui/actions/openSettings.i18n.json new file mode 100644 index 00000000000..d14f234cc36 --- /dev/null +++ b/i18n/ita/src/vs/workbench/browser/ui/actions/openSettings.i18n.json @@ -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. +{ + "fail.createSettings": "Impossibile creare il file 'user.json' all'interno della cartella '.settings'.", + "openSettings": "Apri impostazioni" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/browser/ui/actions/toggleSidebarPosition.i18n.json b/i18n/ita/src/vs/workbench/browser/ui/actions/toggleSidebarPosition.i18n.json new file mode 100644 index 00000000000..d6d05f3131c --- /dev/null +++ b/i18n/ita/src/vs/workbench/browser/ui/actions/toggleSidebarPosition.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "moveLeft": "Sposta l'intestazione laterale a sinistra", + "moveRight": "Sposta l'intestazione laterale a destra", + "togglePosition": "Attiva/Disattiva la posizione dell'intestazione laterale" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/browser/ui/actions/toggleSidebarVisibility.i18n.json b/i18n/ita/src/vs/workbench/browser/ui/actions/toggleSidebarVisibility.i18n.json new file mode 100644 index 00000000000..eb158007252 --- /dev/null +++ b/i18n/ita/src/vs/workbench/browser/ui/actions/toggleSidebarVisibility.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "enterMode": "Nascondi l'intestazione laterale", + "leaveMode": "Mostra l'intestazione laterale", + "toggleSidebar": "Attiva/Disattiva la visibilità dell'intestazione laterale" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/browser/ui/actions/triggerEditorActions.i18n.json b/i18n/ita/src/vs/workbench/browser/ui/actions/triggerEditorActions.i18n.json new file mode 100644 index 00000000000..dd361f3a48c --- /dev/null +++ b/i18n/ita/src/vs/workbench/browser/ui/actions/triggerEditorActions.i18n.json @@ -0,0 +1,16 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "closeActiveEditor": "Chiudi l'editor attivo", + "cycleEditor": "Passa da un editor visibile all'altro", + "focusFirstEditor": "Sposta lo stato attivo nell'editor di sinistra", + "focusLeftEditor": "Sposta lo stato attivo nell'editor successivo a sinistra", + "focusRigthEditor": "Sposta lo stato attivo nell'editor successivo a destra", + "focusSecondEditor": "Sposta lo stato attivo nell'editor laterale", + "focusThirdEditor": "Sposta lo stato attivo nell'editor di destra", + "openToSide": "Apri lateralmente", + "splitEditor": "Dividi editor" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/browser/ui/actions/triggerNavigation.i18n.json b/i18n/ita/src/vs/workbench/browser/ui/actions/triggerNavigation.i18n.json new file mode 100644 index 00000000000..1b2c1ea8d7b --- /dev/null +++ b/i18n/ita/src/vs/workbench/browser/ui/actions/triggerNavigation.i18n.json @@ -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. +{ + "navigateNext": "Posizione successiva nella cronologia di navigazione", + "navigatePrevious": "Posizione precedente nella cronologia di navigazione" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/browser/ui/actions/triggerQuickOpen.i18n.json b/i18n/ita/src/vs/workbench/browser/ui/actions/triggerQuickOpen.i18n.json new file mode 100644 index 00000000000..6fd386101b8 --- /dev/null +++ b/i18n/ita/src/vs/workbench/browser/ui/actions/triggerQuickOpen.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "gotoFile": "Vai al file...", + "navigateEditorHistoryByInput": "Posizione precedente nella cronologia dell'editor", + "quickOpen": "Apertura rapida" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/browser/ui/parts/activitybar/activityAction.i18n.json b/i18n/ita/src/vs/workbench/browser/ui/parts/activitybar/activityAction.i18n.json new file mode 100644 index 00000000000..6383238f72c --- /dev/null +++ b/i18n/ita/src/vs/workbench/browser/ui/parts/activitybar/activityAction.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "titleKeybinding": "{0} ({1})" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/browser/ui/parts/editor/binaryDiffEditor.i18n.json b/i18n/ita/src/vs/workbench/browser/ui/parts/editor/binaryDiffEditor.i18n.json new file mode 100644 index 00000000000..2b0582f9fd6 --- /dev/null +++ b/i18n/ita/src/vs/workbench/browser/ui/parts/editor/binaryDiffEditor.i18n.json @@ -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. +{ + "binaryDiffEditor": "Visualizzatore differenze binarie", + "cannotDiffTextToBinary": "Il confronto tra file binari e non binari non è attualmente supportato" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/browser/ui/parts/editor/binaryEditor.i18n.json b/i18n/ita/src/vs/workbench/browser/ui/parts/editor/binaryEditor.i18n.json new file mode 100644 index 00000000000..4853e0f1e52 --- /dev/null +++ b/i18n/ita/src/vs/workbench/browser/ui/parts/editor/binaryEditor.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "preview": "Anteprima" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/browser/ui/parts/editor/editor.contribution.i18n.json b/i18n/ita/src/vs/workbench/browser/ui/parts/editor/editor.contribution.i18n.json new file mode 100644 index 00000000000..bfe8a9895d2 --- /dev/null +++ b/i18n/ita/src/vs/workbench/browser/ui/parts/editor/editor.contribution.i18n.json @@ -0,0 +1,12 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "binaryDiffEditor": "Editor differenze binarie", + "binaryEditor": "Editor risorse binarie", + "iframeEditor": "Editor IFrame", + "stringEditor": "Editor di testo stringhe", + "textDiffEditor": "Editor differenze testo" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/browser/ui/parts/editor/editorPart.i18n.json b/i18n/ita/src/vs/workbench/browser/ui/parts/editor/editorPart.i18n.json new file mode 100644 index 00000000000..e6e760b5ff0 --- /dev/null +++ b/i18n/ita/src/vs/workbench/browser/ui/parts/editor/editorPart.i18n.json @@ -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. +{ + "editorAccessibleLabel": "Editor", + "editorOpenError": "Errore durante l'apertura di '{0}' ({1})." +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/browser/ui/parts/editor/iframeEditor.i18n.json b/i18n/ita/src/vs/workbench/browser/ui/parts/editor/iframeEditor.i18n.json new file mode 100644 index 00000000000..5857ec056ae --- /dev/null +++ b/i18n/ita/src/vs/workbench/browser/ui/parts/editor/iframeEditor.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "iframeEditor": "Visualizzatore IFrame" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/browser/ui/parts/editor/sideBySideEditorControl.i18n.json b/i18n/ita/src/vs/workbench/browser/ui/parts/editor/sideBySideEditorControl.i18n.json new file mode 100644 index 00000000000..9e2d86ce76b --- /dev/null +++ b/i18n/ita/src/vs/workbench/browser/ui/parts/editor/sideBySideEditorControl.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "close": "Chiudi", + "loadingLabel": "Caricamento in corso...", + "splitEditor": "Dividi editor" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/browser/ui/parts/editor/stringEditor.i18n.json b/i18n/ita/src/vs/workbench/browser/ui/parts/editor/stringEditor.i18n.json new file mode 100644 index 00000000000..acb17e6f7ed --- /dev/null +++ b/i18n/ita/src/vs/workbench/browser/ui/parts/editor/stringEditor.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "textEditor": "Visualizzatore testo sola lettura" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/browser/ui/parts/editor/textDiffEditor.i18n.json b/i18n/ita/src/vs/workbench/browser/ui/parts/editor/textDiffEditor.i18n.json new file mode 100644 index 00000000000..48cd07d1112 --- /dev/null +++ b/i18n/ita/src/vs/workbench/browser/ui/parts/editor/textDiffEditor.i18n.json @@ -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. +{ + "cannotDiffBinary": "Almeno una delle risorse da confrontare sembra essere binaria e questa impostazione non è attualmente supportata", + "doNotIgnoreTrimWhitespaceLabel": "Non ignorare il taglio dello spazio vuoto", + "ignoreTrimWhitespaceLabel": "Ignora il taglio spazio vuoto", + "inlineDiffLabel": "Passa alla visualizzazione inline", + "navigate.next.label": "Revisione successiva", + "navigate.prev.label": "Revisione precedente", + "sideBySideDiffLabel": "Passa alla visualizzazione affiancata", + "textDiffEditor": "Editor differenze testo" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/browser/ui/parts/quickopen/quickOpenController.i18n.json b/i18n/ita/src/vs/workbench/browser/ui/parts/quickopen/quickOpenController.i18n.json new file mode 100644 index 00000000000..67e43b18555 --- /dev/null +++ b/i18n/ita/src/vs/workbench/browser/ui/parts/quickopen/quickOpenController.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "additionalResultsGroupLabel": "{0} ({1})", + "canNotRunPlaceholder": "Questo gestore per l'apertura rapida non può essere utilizzato nel contesto corrente", + "historyMatches": "aperti di recente ({0})", + "noResultsFound1": "Nessun risultato trovato", + "noResultsFound2": "Nessun risultato trovato", + "quickOpenInput": "Digitare '?' per la Guida sulle azioni che è possibile eseguire", + "workspaceMatches": "altre corrispondenze ({0})" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/browser/ui/parts/sidebar/sidebarPart.i18n.json b/i18n/ita/src/vs/workbench/browser/ui/parts/sidebar/sidebarPart.i18n.json new file mode 100644 index 00000000000..ce091234aec --- /dev/null +++ b/i18n/ita/src/vs/workbench/browser/ui/parts/sidebar/sidebarPart.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "viewletTitleTooltip": "{0} ({1})" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/browser/viewlet.i18n.json b/i18n/ita/src/vs/workbench/browser/viewlet.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/workbench/browser/viewlet.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/common/quickopen.i18n.json b/i18n/ita/src/vs/workbench/common/quickopen.i18n.json new file mode 100644 index 00000000000..a4c6688d609 --- /dev/null +++ b/i18n/ita/src/vs/workbench/common/quickopen.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "showEditorCommands": "Mostra comandi dell'editor" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/contrib/actions/triggerEditorAction.i18n.json b/i18n/ita/src/vs/workbench/contrib/actions/triggerEditorAction.i18n.json new file mode 100644 index 00000000000..1c8eada5c69 --- /dev/null +++ b/i18n/ita/src/vs/workbench/contrib/actions/triggerEditorAction.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "selectAll.label": "Seleziona tutto nell'editor" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/contrib/build/build.contribution.i18n.json b/i18n/ita/src/vs/workbench/contrib/build/build.contribution.i18n.json new file mode 100644 index 00000000000..0a023167a25 --- /dev/null +++ b/i18n/ita/src/vs/workbench/contrib/build/build.contribution.i18n.json @@ -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. +{ + "name": "Compilazione", + "showBuildViewlet": "Mostra il viewlet 'Compilazione'" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/contrib/build/build.i18n.json b/i18n/ita/src/vs/workbench/contrib/build/build.i18n.json new file mode 100644 index 00000000000..02f8e19cd0c --- /dev/null +++ b/i18n/ita/src/vs/workbench/contrib/build/build.i18n.json @@ -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. +{ + "buildLog": "Log di compilazione", + "nobuildlog.message": "Nessun log di compilazione." +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/contrib/build/buildStatusUpdater.i18n.json b/i18n/ita/src/vs/workbench/contrib/build/buildStatusUpdater.i18n.json new file mode 100644 index 00000000000..cfc3a41ede2 --- /dev/null +++ b/i18n/ita/src/vs/workbench/contrib/build/buildStatusUpdater.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "buildErrorsBadge": "{0} errori di compilazione", + "buildProgressBadge": "Compilazione", + "buildRequestFailedBadge": "Richiesta di compilazione non riuscita. Verificare il log di compilazione.", + "buildStatusFailedBadge": "Stato di compilazione non riuscito. Verificare il log di compilazione." +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/contrib/build/buildViewlet.i18n.json b/i18n/ita/src/vs/workbench/contrib/build/buildViewlet.i18n.json new file mode 100644 index 00000000000..e432bd4e5f9 --- /dev/null +++ b/i18n/ita/src/vs/workbench/contrib/build/buildViewlet.i18n.json @@ -0,0 +1,16 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "build.label": "Compilazione", + "errorCount": "{0} errore", + "errorsCount": "{0} errori", + "noerror.message": "Nessun errore di compilazione", + "noresult.message": "Nessun risultato di compilazione presente al momento.", + "openlog.label": "Apri log di compilazione", + "seelog.message.full": "Vedere gli errori nel log.", + "seelog.message.short": "Vedere gli errori nel log - ", + "showlog.message": "mostra log di compilazione" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/contrib/build/buildWorkspaceService.i18n.json b/i18n/ita/src/vs/workbench/contrib/build/buildWorkspaceService.i18n.json new file mode 100644 index 00000000000..d713d8735ce --- /dev/null +++ b/i18n/ita/src/vs/workbench/contrib/build/buildWorkspaceService.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "build.nobuildconfig.error": "Compilazione non eseguita. Nessuna compilazione configurata. Per configurare una compilazione, aggiungere un file 'monaco.build.json' o 'nakefile.js'' all'area di lavoro." +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/contrib/files/binaryContentEditor.i18n.json b/i18n/ita/src/vs/workbench/contrib/files/binaryContentEditor.i18n.json new file mode 100644 index 00000000000..c2129e0a9ee --- /dev/null +++ b/i18n/ita/src/vs/workbench/contrib/files/binaryContentEditor.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "binaryContentEditor": "Visualizzatore contenuto binario" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/contrib/files/contentEditorInput.i18n.json b/i18n/ita/src/vs/workbench/contrib/files/contentEditorInput.i18n.json new file mode 100644 index 00000000000..07fb08e9d6e --- /dev/null +++ b/i18n/ita/src/vs/workbench/contrib/files/contentEditorInput.i18n.json @@ -0,0 +1,16 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "pendingSaveMeeta": "Salvataggio delle modifiche nel server in corso...", + "saveConflictDisplay": "Conflitto", + "saveConflictMeta": "Impossibile salvare le modifiche perché in conflitto con un'altra versione sul server", + "saveErorDisplay": "Errore di salvataggio", + "saveErrorMeta": "Si è verificato un errore durante il salvataggio delle modifiche", + "savedDiffDate": "Data ultimo salvataggio: {0}", + "savedDiffTime": "Data ultimo salvataggio: {0} fa", + "savedDisplay": "Salvato", + "savingDisplay": "Salvataggio in corso..." +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/contrib/files/contentEditorModel.i18n.json b/i18n/ita/src/vs/workbench/contrib/files/contentEditorModel.i18n.json new file mode 100644 index 00000000000..bbf1d659a68 --- /dev/null +++ b/i18n/ita/src/vs/workbench/contrib/files/contentEditorModel.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "genericSaveError": "Non è stato possibile salvare '{0}': {1}", + "staleSaveError": "Non è stato possibile salvare '{0}': la versione nel server è più recente. Aprire il file e salvarlo di nuovo.", + "unexpectedEventError": "Errore imprevisto generato da un listener di modifica file di tipo: {0}" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/contrib/files/explorerViewer.i18n.json b/i18n/ita/src/vs/workbench/contrib/files/explorerViewer.i18n.json new file mode 100644 index 00000000000..a67e0448e11 --- /dev/null +++ b/i18n/ita/src/vs/workbench/contrib/files/explorerViewer.i18n.json @@ -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. +{ + "confirmOverwriteMessage": "'{0}' esiste già nella cartella di destinazione. Sostituirlo?", + "warningFileDirty": "Il salvataggio del file '{0}' è attualmente in corso. Riprovare più tardi." +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/contrib/files/fileServices.i18n.json b/i18n/ita/src/vs/workbench/contrib/files/fileServices.i18n.json new file mode 100644 index 00000000000..9c4cdfa8346 --- /dev/null +++ b/i18n/ita/src/vs/workbench/contrib/files/fileServices.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "cancel": "Annulla", + "createFile": "Crea file", + "unsavedChangesEpilogue": "\n\nTornare indietro e attendere il completamento del salvataggio delle modifiche. In caso contrario, le modifiche verranno eliminate.", + "unsavedChangesPreamble": "Sono presenti modifiche non salvate in:\n" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/contrib/files/files.contribution.i18n.json b/i18n/ita/src/vs/workbench/contrib/files/files.contribution.i18n.json new file mode 100644 index 00000000000..8eedad533ef --- /dev/null +++ b/i18n/ita/src/vs/workbench/contrib/files/files.contribution.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "binaryContentEditor": "Editor contenuto binario", + "explore": "Esplora", + "showExplorerViewlet": "Mostra viewlet 'Explorer'", + "textContentEditor": "Editor contenuto testo" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/contrib/files/htmlFrameEditorInput.i18n.json b/i18n/ita/src/vs/workbench/contrib/files/htmlFrameEditorInput.i18n.json new file mode 100644 index 00000000000..4853e0f1e52 --- /dev/null +++ b/i18n/ita/src/vs/workbench/contrib/files/htmlFrameEditorInput.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "preview": "Anteprima" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/contrib/files/statModel.i18n.json b/i18n/ita/src/vs/workbench/contrib/files/statModel.i18n.json new file mode 100644 index 00000000000..412aad4576f --- /dev/null +++ b/i18n/ita/src/vs/workbench/contrib/files/statModel.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "emptyFileNameError": "Specificare un nome di file o cartella.", + "fileNameExistsError": "Un file o una cartella **{0}** esiste già in questo percorso. Scegliere un nome diverso.", + "filePathTooLongError": "Il nome **{0}** genera un percorso troppo lungo. Scegliere un nome più breve.", + "invalidFileNameError": "Il nome **{0}** contiene caratteri non validi come nome di file o cartella. Scegliere un nome diverso." +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/contrib/files/textContentEditor.i18n.json b/i18n/ita/src/vs/workbench/contrib/files/textContentEditor.i18n.json new file mode 100644 index 00000000000..84f77996b43 --- /dev/null +++ b/i18n/ita/src/vs/workbench/contrib/files/textContentEditor.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "cancel": "Annulla", + "createFile": "Crea file", + "textContentEditor": "Editor contenuto testo" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/contrib/git/git.contribution.i18n.json b/i18n/ita/src/vs/workbench/contrib/git/git.contribution.i18n.json new file mode 100644 index 00000000000..3895f3a59af --- /dev/null +++ b/i18n/ita/src/vs/workbench/contrib/git/git.contribution.i18n.json @@ -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. +{ + "git": "Git", + "toggleGitViewlet": "Mostra il viewlet 'Git'" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/contrib/git/gitOperations.i18n.json b/i18n/ita/src/vs/workbench/contrib/git/gitOperations.i18n.json new file mode 100644 index 00000000000..74fc2a6c265 --- /dev/null +++ b/i18n/ita/src/vs/workbench/contrib/git/gitOperations.i18n.json @@ -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. +{ + "failParse": "Impossibile analizzare la risposta dal servizio git: {0}", + "gitError": "Errore del servizio git" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/contrib/git/gitWidgets.i18n.json b/i18n/ita/src/vs/workbench/contrib/git/gitWidgets.i18n.json new file mode 100644 index 00000000000..f2d488567bd --- /dev/null +++ b/i18n/ita/src/vs/workbench/contrib/git/gitWidgets.i18n.json @@ -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. +{ + "Branches": "Branch", + "currentlyDetached": "Attualmente in modalità HEAD scollegata in '{0}'." +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/contrib/git/gitWorkbenchContributions.i18n.json b/i18n/ita/src/vs/workbench/contrib/git/gitWorkbenchContributions.i18n.json new file mode 100644 index 00000000000..3be0aeefcda --- /dev/null +++ b/i18n/ita/src/vs/workbench/contrib/git/gitWorkbenchContributions.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "credentialsRequest": "Sono necessarie le credenziali", + "gitPendingChangesBadge": "{0} modifiche in sospeso", + "gitProgressBadge": "Stato di esecuzione Git", + "pendingOperation": "Operazione git in sospeso che richiede le credenziali. Immettere le credenziali o annullare l'operazione." +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/contrib/git/views/empty/emptyView.i18n.json b/i18n/ita/src/vs/workbench/contrib/git/views/empty/emptyView.i18n.json new file mode 100644 index 00000000000..ec86daa47d6 --- /dev/null +++ b/i18n/ita/src/vs/workbench/contrib/git/views/empty/emptyView.i18n.json @@ -0,0 +1,18 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "cantclone": "Impossibile clonare il repository Git in un'area di lavoro non vuota.", + "close": "Chiudi", + "gitRepoURL": "URL repository", + "gitclone": "Clona da URL Git", + "gitinit": "Inizializza repository Git", + "noGit": "Questa area di lavoro non è ancora sotto il controllo del codice sorgente di Git.", + "noRepositories": "Nessun repository Git trovato nell'account di VS Online", + "reconnect": "Riconnetti", + "repoFromProject": "{0} (da {1})", + "tfsConnect": "Connetti a Visual Studio Online", + "vsoClone": "Clona dal repository di VS Online" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/contrib/output/output.contribution.i18n.json b/i18n/ita/src/vs/workbench/contrib/output/output.contribution.i18n.json new file mode 100644 index 00000000000..763d53f75d4 --- /dev/null +++ b/i18n/ita/src/vs/workbench/contrib/output/output.contribution.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "runConfigurationDescription": "Utilizzato per configurare il comportamento di esecuzione.", + "runConfigurationTitle": "Esegui configurazione", + "suffixDescription": "Suffisso da aggiungere all'URL quando si preme Esegui." +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/contrib/output/output.i18n.json b/i18n/ita/src/vs/workbench/contrib/output/output.i18n.json new file mode 100644 index 00000000000..234c29af5e2 --- /dev/null +++ b/i18n/ita/src/vs/workbench/contrib/output/output.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "output": "Output", + "outputFinaleBad": "[info] Se non si visualizza l'output, verificare che l'applicazione sia configurata correttamente per l'invio dell'output\n", + "outputFinaleGood1": "[info] La registrazione è stata abilitata per l'applicazione", + "outputFinaleGood2": "[info] Il livello di registrazione è '{0}'. Per modificarlo, configurare l'applicazione da {1}\n", + "outputFinaleGood3": "[info] Il livello di registrazione è '{0}'.\n", + "outputInfo": "[info] L'output verrà visualizzato qui dall'applicazione in esecuzione in {0}", + "outputRunner": "da {0}" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/contrib/output/outputActions.contribution.i18n.json b/i18n/ita/src/vs/workbench/contrib/output/outputActions.contribution.i18n.json new file mode 100644 index 00000000000..a1aa95ae872 --- /dev/null +++ b/i18n/ita/src/vs/workbench/contrib/output/outputActions.contribution.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "clearOutput.label": "Cancella output", + "output.show": "Mostra output...", + "run": "Esegui" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/contrib/terminal/inPlaceCredentialsHelper.i18n.json b/i18n/ita/src/vs/workbench/contrib/terminal/inPlaceCredentialsHelper.i18n.json new file mode 100644 index 00000000000..5971657babb --- /dev/null +++ b/i18n/ita/src/vs/workbench/contrib/terminal/inPlaceCredentialsHelper.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "label.password": "Password:", + "label.rememberMe": "Memorizza utente:", + "label.username": "Nome utente:", + "placeholder.helpMessage": "Fornire le credenziali per <strong>{0}</strong><br/>\" + \"Premere <span class=\"shortcut\">{1}</span> per \" + \"<span class=\"action save\">confermare</span> o \" + \"<span class=\"shortcut\">{2}</span> per \" + \"<span class=\"action cancel\">annullare.</span>", + "rememberDisclaimerFullAccessibleText": "Memorizzare le credenziali. Se si salva la password, tali informazioni vengono archiviate nel sito Web Azure. In tal modo, qualsiasi utente con accesso FTP al sito Web sarà in grado di recuperare la password.", + "rememberDisclaimerTooltip": "Se si salva la password, tali informazioni vengono archiviate nel sito Web Azure. In tal modo, qualsiasi utente con accesso FTP al sito Web sarà in grado di recuperare la password." +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/contrib/terminal/inPlaceTerminalEditor.i18n.json b/i18n/ita/src/vs/workbench/contrib/terminal/inPlaceTerminalEditor.i18n.json new file mode 100644 index 00000000000..fe033820249 --- /dev/null +++ b/i18n/ita/src/vs/workbench/contrib/terminal/inPlaceTerminalEditor.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "placeholder.helpMessage": "In un editor in-place premere \" + \"<span class=\"shortcut\">{0}</span> per \" + \"<span class=\"action save\">salvarla</span> o \" + \"<span class=\"shortcut\">{1}</span> per \" + \"<span class=\"action cancel\">annullare.</span>" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/contrib/terminal/terminalActions.contribution.i18n.json b/i18n/ita/src/vs/workbench/contrib/terminal/terminalActions.contribution.i18n.json new file mode 100644 index 00000000000..ecda47e797e --- /dev/null +++ b/i18n/ita/src/vs/workbench/contrib/terminal/terminalActions.contribution.i18n.json @@ -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. +{ + "clearConsole.label": "Cancella la console", + "globalConsoleAction": "Apri la console" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/contrib/terminal/terminalActions.i18n.json b/i18n/ita/src/vs/workbench/contrib/terminal/terminalActions.i18n.json new file mode 100644 index 00000000000..7b648ccaa5d --- /dev/null +++ b/i18n/ita/src/vs/workbench/contrib/terminal/terminalActions.i18n.json @@ -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. +{ + "consoleErrorBadge": "Errore console", + "consoleProgressBadge": "Comando in corso", + "extractAll": "Estrai tutto", + "globalConsoleAction": "Apri la console", + "openNewConsole": "Apri la nuova console", + "runFromConsole": "Esegui da console", + "switchToConsole": "{0} {1}", + "switchToConsole.label": "Passa alla console" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/contrib/terminal/terminalEditor.i18n.json b/i18n/ita/src/vs/workbench/contrib/terminal/terminalEditor.i18n.json new file mode 100644 index 00000000000..59a690ca8a2 --- /dev/null +++ b/i18n/ita/src/vs/workbench/contrib/terminal/terminalEditor.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "clearConsole": "Cancella la console", + "console": "Console", + "terminalCancelInfo": "Arresto in corso del comando attualmente in esecuzione...", + "terminalHelp": "Benvenuto nella console di Visual Studio Online Monaco\nDigitare '{0}' per un elenco dei comandi disponibili o premere '{1}' per la Guida. Digitare '{2}' per chiudere una console." +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/contrib/terminal/terminalInput.i18n.json b/i18n/ita/src/vs/workbench/contrib/terminal/terminalInput.i18n.json new file mode 100644 index 00000000000..a97e4403257 --- /dev/null +++ b/i18n/ita/src/vs/workbench/contrib/terminal/terminalInput.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "terminalInputDescription": "{0} - {1}", + "terminalInputDescriptionRunning": "{0} - {1} (in esecuzione...)", + "terminalInputName": "Console", + "welcome": "Introduzione" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/contrib/terminal/terminalModel.i18n.json b/i18n/ita/src/vs/workbench/contrib/terminal/terminalModel.i18n.json new file mode 100644 index 00000000000..7b9fede9a90 --- /dev/null +++ b/i18n/ita/src/vs/workbench/contrib/terminal/terminalModel.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "socketDisconnectText": "\nErrore: il comando non mostra più l'output perché si è interrotta la connessione al server. Si è interrotta la connessione a Internet o il server è stato riavviato." +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/contrib/terminal/terminalWorkbenchContribution.i18n.json b/i18n/ita/src/vs/workbench/contrib/terminal/terminalWorkbenchContribution.i18n.json new file mode 100644 index 00000000000..90a70c02219 --- /dev/null +++ b/i18n/ita/src/vs/workbench/contrib/terminal/terminalWorkbenchContribution.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "dashboard": "Dashboard", + "explore": "Esplora", + "runningProcessesInfo": "È ancora in esecuzione almeno un comando. Tornare alla console e arrestare tutti i comandi in esecuzione. In caso contrario, l'esecuzione dei comandi continuerà in background.", + "setupError": "Si è verificato un errore durante la creazione dell'area di lavoro. Eliminare l'area di lavoro dal dashboard e riprovare.", + "setupInfoFinish": "L'area di lavoro è stata creata.", + "setupInfoStart": "È corso la creazione dell'area di lavoro. Attendere il completamento dell'operazione." +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/contrib/terminal/terminalWorker.i18n.json b/i18n/ita/src/vs/workbench/contrib/terminal/terminalWorker.i18n.json new file mode 100644 index 00000000000..036a21fd1d2 --- /dev/null +++ b/i18n/ita/src/vs/workbench/contrib/terminal/terminalWorker.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "clearCommand": "Cancella output del terminale", + "clsCommand": "Cancella output del terminale", + "exitCommand": "Chiudi terminale" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/contrib/testing/coverage/coverageActions.i18n.json b/i18n/ita/src/vs/workbench/contrib/testing/coverage/coverageActions.i18n.json new file mode 100644 index 00000000000..324ed325042 --- /dev/null +++ b/i18n/ita/src/vs/workbench/contrib/testing/coverage/coverageActions.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "refresh": "Aggiorna" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/contrib/testing/test.contribution.i18n.json b/i18n/ita/src/vs/workbench/contrib/testing/test.contribution.i18n.json new file mode 100644 index 00000000000..1290f3f18a1 --- /dev/null +++ b/i18n/ita/src/vs/workbench/contrib/testing/test.contribution.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "coveargeName": "Copertura test", + "enabled": "Valore che indica se i test devono essere eseguiti automaticamente.", + "name": "Test", + "testConfigurationDescription": "Utilizzato per configurare il viewlet del test.", + "testConfigurationTitle": "Configurazione di test", + "testPage": "URL relativo della pagina che esegue i test." +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/contrib/testing/testActions.i18n.json b/i18n/ita/src/vs/workbench/contrib/testing/testActions.i18n.json new file mode 100644 index 00000000000..0b51707724a --- /dev/null +++ b/i18n/ita/src/vs/workbench/contrib/testing/testActions.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "runLocalTests.label": "Esegui localmente", + "runTestsNow.label": "Esegui test", + "showCoverage.label": "Mostra copertura" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/contrib/testing/testModel.i18n.json b/i18n/ita/src/vs/workbench/contrib/testing/testModel.i18n.json new file mode 100644 index 00000000000..38918624960 --- /dev/null +++ b/i18n/ita/src/vs/workbench/contrib/testing/testModel.i18n.json @@ -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. +{ + "allTestsPass": "{0} test superati ({1} asserzioni).", + "failedAssertion.actualExpected": "Effettiva: '{0}', Prevista: '{1}'", + "failedAssertion.generalFailure": "Asserzione non riuscita", + "someTestsPass": "{0}/{1} test superati.", + "testResultsUnknow": "Sconosciuto", + "testRunFailure": "Esecuzione dei test non riuscita. Motivo: {0}", + "testTimeout": "Timeout durante l'esecuzione dei test.", + "unknownError": "Errore sconosciuto durante l'esecuzione dei test." +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/contrib/testing/testViewlet.i18n.json b/i18n/ita/src/vs/workbench/contrib/testing/testViewlet.i18n.json new file mode 100644 index 00000000000..342a9f3229f --- /dev/null +++ b/i18n/ita/src/vs/workbench/contrib/testing/testViewlet.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "backendError": "Errore dell'utilità di esecuzione", + "backendExecuteError": "Errore nell'URL dell'utilità di esecuzione: {0}; {1}", + "configDisabled": "Test disabilitati dalla configurazione", + "noConfig": "Nessuna configurazione del test presente", + "noTestsRun": "Nessun test ancora eseguito.", + "testFilter": "Filtro test" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/contrib/testing/testWorkbenchContributions.i18n.json b/i18n/ita/src/vs/workbench/contrib/testing/testWorkbenchContributions.i18n.json new file mode 100644 index 00000000000..aaeb9ff9dd5 --- /dev/null +++ b/i18n/ita/src/vs/workbench/contrib/testing/testWorkbenchContributions.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "testsErrorsBadge": "Errori con test harness", + "testsFailedBadge": "{0} test non riusciti", + "testsNotConfiguredBade": "Test harness non configurato", + "testsPassedBadge": "Tutti i test superati", + "testsProgressBadge": "Test in esecuzione", + "testsStaleBadge": "Risultati dei test non aggiornati", + "testsStaleFailedBadge": "{0} test non riusciti" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/contrib/vsconnect/vsconnectActions.i18n.json b/i18n/ita/src/vs/workbench/contrib/vsconnect/vsconnectActions.i18n.json new file mode 100644 index 00000000000..1af3a62fbbd --- /dev/null +++ b/i18n/ita/src/vs/workbench/contrib/vsconnect/vsconnectActions.i18n.json @@ -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. +{ + "openInVisualStudio": "Apri in Visual Studio", + "openInVsNotImplemented": "L'apertura in Visual Studio non è attualmente supportata." +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/contrib/zumo/zumoActions.i18n.json b/i18n/ita/src/vs/workbench/contrib/zumo/zumoActions.i18n.json new file mode 100644 index 00000000000..41a040efab3 --- /dev/null +++ b/i18n/ita/src/vs/workbench/contrib/zumo/zumoActions.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "browseTable": "Sfoglia tabella", + "createScripts": "Crea script tabella", + "newApi": "Nuova API", + "newJob": "Nuovo processo", + "newTable": "Nuova tabella", + "runJob": "Esegui processo", + "showOutput": "Mostra output" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/electron-browser/actions.i18n.json b/i18n/ita/src/vs/workbench/electron-browser/actions.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/workbench/electron-browser/actions.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/electron-browser/crashReporter.i18n.json b/i18n/ita/src/vs/workbench/electron-browser/crashReporter.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/workbench/electron-browser/crashReporter.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/electron-browser/darwin/cli.contribution.i18n.json b/i18n/ita/src/vs/workbench/electron-browser/darwin/cli.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/workbench/electron-browser/darwin/cli.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/electron-browser/integration.i18n.json b/i18n/ita/src/vs/workbench/electron-browser/integration.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/workbench/electron-browser/integration.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/electron-browser/main.contribution.i18n.json b/i18n/ita/src/vs/workbench/electron-browser/main.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/workbench/electron-browser/main.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/electron-browser/shell.i18n.json b/i18n/ita/src/vs/workbench/electron-browser/shell.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/workbench/electron-browser/shell.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/electron-browser/update.i18n.json b/i18n/ita/src/vs/workbench/electron-browser/update.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/workbench/electron-browser/update.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/electron-main/main.i18n.json b/i18n/ita/src/vs/workbench/electron-main/main.i18n.json new file mode 100644 index 00000000000..958a049ade7 --- /dev/null +++ b/i18n/ita/src/vs/workbench/electron-main/main.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "newWindow": "Nuova finestra" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/electron-main/menus.i18n.json b/i18n/ita/src/vs/workbench/electron-main/menus.i18n.json new file mode 100644 index 00000000000..7c3d1f3bb94 --- /dev/null +++ b/i18n/ita/src/vs/workbench/electron-main/menus.i18n.json @@ -0,0 +1,89 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "aboutDetail": "\nVersione {0}\nCommit {1}\nData {2}\nShell {3}\nRenderer {4}\nNodo {5}", + "mAbout": "Informazioni su {0}", + "mBringToFront": "Porta tutto in primo piano", + "mClose": "Chiudi", + "mEdit": "&&Modifica", + "mFile": "&&File", + "mGoto": "&&Vai a", + "mHelp": "&&Guida", + "mHide": "Nascondi {0}", + "mHideOthers": "Nascondi altri", + "mMinimize": "Riduci a icona", + "mShowAll": "Mostra tutto", + "mView": "&&Visualizza", + "mWindow": "Finestra", + "miAbout": "&&Informazioni su", + "miAutoSave": "Salvataggio automatico", + "miBack": "&&Indietro", + "miCheckForUpdates": "Verifica disponibilità aggiornamenti...", + "miCheckingForUpdates": "Verifica della disponibilità di aggiornamenti in corso...", + "miClearItems": "&&Cancella elementi", + "miCloseEditor": "Chiudi &&editor", + "miCloseFolder": "Chiudi &&cartella", + "miCloseWindow": "Chiudi &&finestra", + "miCommandPalette": "&&Tavolozza comandi...", + "miCopy": "C&&opia", + "miCut": "&&Taglia", + "miDarkTheme": "Te&&ma scuro", + "miDocumentation": "&&Documentazione", + "miExit": "E&&sci", + "miFind": "&&Trova", + "miFindInFiles": "Cerca &&nei file", + "miForward": "&&Avanti", + "miGotoDefinition": "Vai alla &&definizione", + "miGotoFile": "Vai al &&file...", + "miGotoLine": "Vai alla &&riga...", + "miGotoSymbol": "Vai al &&simbolo...", + "miHighTheme": "&&Tema a contrasto elevato", + "miInstallingUpdate": "Installazione dell'aggiornamento in corso...", + "miLastCheckedAt": "Ora ultimo controllo: {0}", + "miLicense": "&&Visualizza licenza", + "miLightTheme": "&&Tema chiaro", + "miMarker": "&&Errori e avvisi...", + "miMoveSidebar": "&&Sposta barra laterale", + "miNavigateHistory": "&&Esplora cronologia", + "miNewFile": "&&Nuovo file", + "miNewWindow": "&&Nuova finestra", + "miOpen": "&&Apri...", + "miOpenFile": "&&Apri file...", + "miOpenFolder": "Apri &&cartella...", + "miOpenKeymap": "&&Tasti di scelta rapida", + "miOpenRecent": "Apri &&recenti", + "miOpenSettings": "&&Impostazioni utente", + "miOpenSnippets": "&&Frammenti utente", + "miOpenWorkspaceSettings": "&&Impostazioni area di lavoro", + "miPaste": "&&Incolla", + "miPreferences": "&&Preferenze", + "miPrivacyStatement": "&&Informativa sulla privacy", + "miQuit": "Chiudi {0}", + "miRedo": "&&Ripeti", + "miReleaseNotes": "&&Note sulla versione", + "miReplace": "&&Sostituisci", + "miReportIssues": "&&Segnala problemi", + "miRestartToUpdate": "Riavvia per aggiornare...", + "miRevert": "Ripristina file", + "miSave": "&&Salva", + "miSaveAll": "Salva &&tutto", + "miSaveAs": "Salva con nome...", + "miSelectAll": "&&Seleziona tutto", + "miShowWelcome": "&&Mostra schermata iniziale", + "miSplitEditor": "Dividi &&editor", + "miTheme": "&&Tema", + "miToggleDevTools": "&&Attiva/Disattiva strumenti di sviluppo", + "miToggleFullScreen": "Attiva/Disattiva sc&&hermo intero", + "miToggleOutput": "Attiva/Disattiva &&output", + "miToggleSidebar": "Attiva/Disattiva &&barra laterale", + "miTwitter": "Seguici su T&&witter", + "miUndo": "&&Annulla", + "miUpdatesNotAvailable": "Aggiornamenti non disponibili", + "miUserVoice": "&&Richiedi funzionalità", + "miZoomIn": "&&Zoom avanti", + "miZoomOut": "Zoom indi&&etro", + "okButton": "OK" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/electron-main/windows.i18n.json b/i18n/ita/src/vs/workbench/electron-main/windows.i18n.json new file mode 100644 index 00000000000..e80ed47bf42 --- /dev/null +++ b/i18n/ita/src/vs/workbench/electron-main/windows.i18n.json @@ -0,0 +1,16 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "appCrashed": "{0} è stato arrestato in modo anomalo", + "appCrashedDetail": "Riavviare {0}.", + "appStalled": "{0} non risponde", + "appStalledDetail": "Chiudere {0} o continuare ad attendere?", + "exit": "Esci", + "ok": "OK", + "pathNotExistDetail": "Il percorso '{0}' sembra non esistere più sul disco.", + "pathNotExistTitle": "Il percorso non esiste", + "wait": "Continua ad attendere" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/facade.i18n.json b/i18n/ita/src/vs/workbench/facade.i18n.json new file mode 100644 index 00000000000..0186bf60d2d --- /dev/null +++ b/i18n/ita/src/vs/workbench/facade.i18n.json @@ -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. +{ + "prefixWorkspaceTitle": "{0} - {1} - {2}", + "workspaceTitle": "{0} - {1}" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/node/extensionHostMain.i18n.json b/i18n/ita/src/vs/workbench/node/extensionHostMain.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/workbench/node/extensionHostMain.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/node/pluginHostMain.i18n.json b/i18n/ita/src/vs/workbench/node/pluginHostMain.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/workbench/node/pluginHostMain.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/emmet/node/emmet.contribution.i18n.json b/i18n/ita/src/vs/workbench/parts/emmet/node/emmet.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/emmet/node/emmet.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/errorList/browser/errorList.contribution.i18n.json b/i18n/ita/src/vs/workbench/parts/errorList/browser/errorList.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/errorList/browser/errorList.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/execution/electron-browser/executionService.i18n.json b/i18n/ita/src/vs/workbench/parts/execution/electron-browser/executionService.i18n.json new file mode 100644 index 00000000000..1fcabbc1b26 --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/execution/electron-browser/executionService.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "linux.wait": "Premere un tasto qualsiasi per continuare..." +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json b/i18n/ita/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json new file mode 100644 index 00000000000..dc0603000ff --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "console": "Console" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/extensions/electron-browser/extensions.contribution.i18n.json b/i18n/ita/src/vs/workbench/parts/extensions/electron-browser/extensions.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/extensions/electron-browser/extensions.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/extensions/electron-browser/extensionsActions.i18n.json b/i18n/ita/src/vs/workbench/parts/extensions/electron-browser/extensionsActions.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/extensions/electron-browser/extensionsActions.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/extensions/electron-browser/extensionsAssistant.i18n.json b/i18n/ita/src/vs/workbench/parts/extensions/electron-browser/extensionsAssistant.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/extensions/electron-browser/extensionsAssistant.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/extensions/electron-browser/extensionsQuickOpen.i18n.json b/i18n/ita/src/vs/workbench/parts/extensions/electron-browser/extensionsQuickOpen.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/extensions/electron-browser/extensionsQuickOpen.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/extensions/electron-browser/extensionsWidgets.i18n.json b/i18n/ita/src/vs/workbench/parts/extensions/electron-browser/extensionsWidgets.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/extensions/electron-browser/extensionsWidgets.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/extensions/electron-browser/extensionsWorkbenchExtension.i18n.json b/i18n/ita/src/vs/workbench/parts/extensions/electron-browser/extensionsWorkbenchExtension.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/extensions/electron-browser/extensionsWorkbenchExtension.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/extensions/node/extensionsService.i18n.json b/i18n/ita/src/vs/workbench/parts/extensions/node/extensionsService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/extensions/node/extensionsService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/feedback/browser/feedback.i18n.json b/i18n/ita/src/vs/workbench/parts/feedback/browser/feedback.i18n.json new file mode 100644 index 00000000000..27dfb147942 --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/feedback/browser/feedback.i18n.json @@ -0,0 +1,20 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "PrivacyText": "La privacy è importante per Microsoft", + "aliasFullAccessibleText": "Aggiungere un indirizzo di posta elettronica. L'indirizzo di posta elettronica permette di contattare l'utente nel caso siano necessari chiarimenti sui commenti.", + "aliasHeader": "Aggiungi indirizzo di posta elettronica", + "aliasTooltip": "L'indirizzo di posta elettronica permette di contattare l'utente nel caso di chiarimenti sui commenti.", + "commentsHeader": "Commenti", + "feedbackSending": "Invio in corso...", + "feedbackSendingError": "Riprovare", + "feedbackSent": "Grazie :)", + "frownCaption": "Triste", + "send": "Invia", + "send us your feedback": "Commenti e suggerimenti", + "sentiment": "Grado di soddisfazione dell'esperienza", + "smileCaption": "Felice" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/files/browser/editors/binaryFileEditor.i18n.json b/i18n/ita/src/vs/workbench/parts/files/browser/editors/binaryFileEditor.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/files/browser/editors/binaryFileEditor.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/files/browser/editors/fileEditorInput.i18n.json b/i18n/ita/src/vs/workbench/parts/files/browser/editors/fileEditorInput.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/files/browser/editors/fileEditorInput.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/files/browser/editors/textFileEditor.i18n.json b/i18n/ita/src/vs/workbench/parts/files/browser/editors/textFileEditor.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/files/browser/editors/textFileEditor.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/files/browser/fileActions.contribution.i18n.json b/i18n/ita/src/vs/workbench/parts/files/browser/fileActions.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/files/browser/fileActions.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/files/browser/fileActions.i18n.json b/i18n/ita/src/vs/workbench/parts/files/browser/fileActions.i18n.json new file mode 100644 index 00000000000..a3557ed6b3f --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/files/browser/fileActions.i18n.json @@ -0,0 +1,45 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "cancel": "Annulla", + "collapse": "Comprimi", + "compareFiles": "Confronta i file", + "compareInputDescription": "{0} - confrontato con {1}", + "compareSource": "Seleziona per il confronto", + "compareWith": "Confronta con '{0}'", + "confirmDeleteMessageFile": "Eliminare definitivamente '{0}'?", + "confirmDeleteMessageFolder": "Eliminare definitivamente '{0}' e il relativo contenuto?", + "confirmMoveTrashMessageFile": "Eliminare '{0}'?", + "confirmMoveTrashMessageFolder": "Eliminare '{0}' e il relativo contenuto?", + "confirmOverwrite": "Nella cartella di destinazione esiste già un file con lo stesso nome. Sovrascriverlo?", + "copyFile": "Copia", + "createNewFile": "Nuovo file", + "createNewFolder": "Nuova cartella", + "delete": "Elimina", + "disableJavaScript": "Disabilita JavaScript", + "downloadWorkspace": "Scarica l'area di lavoro", + "duplicateFile": "Duplicato", + "emptyFileNameError": "È necessario specificare un nome file o un nome di cartella.", + "enableJavaScript": "Abilita JavaScript", + "fileNameExistsError": "In questo percorso esiste già un file o una cartella **{0}**. Scegliere un nome diverso.", + "filePathTooLongError": "Con il nome **{0}** il percorso diventa troppo lungo. Scegliere un nome più breve.", + "invalidFileNameError": "Il nome **{0}** contiene caratteri non validi per un nome file o un nome di cartella. Scegliere un nome diverso.", + "invalidVSCFileName": "Non è possibile usare il nome file o il nome di cartella **{0}** perché è riservato. Sceglierne uno diverso.", + "newFile": "Nuovo file", + "newFolder": "Nuova cartella", + "openDerivedResource": "Apri la risorsa derivata", + "openPreview": "Apri l'anteprima", + "openToSide": "Apri lateralmente", + "pasteFile": "Incolla", + "refresh": "Aggiorna", + "reload": "Ricarica", + "rename": "Rinomina", + "retry": "Riprova", + "saveAll": "Salva tutti i file modificati", + "uploadFiles": "Carica file", + "viewSource": "Visualizza origine", + "warningFileDirty": "Il salvataggio del file '{0}' è attualmente in corso. Riprovare più tardi." +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/files/browser/fileTracker.i18n.json b/i18n/ita/src/vs/workbench/parts/files/browser/fileTracker.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/files/browser/fileTracker.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/files/browser/files.contribution.i18n.json b/i18n/ita/src/vs/workbench/parts/files/browser/files.contribution.i18n.json new file mode 100644 index 00000000000..5ca6d2c8286 --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/files/browser/files.contribution.i18n.json @@ -0,0 +1,21 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "binaryFileEditor": "Editor file binari", + "dynamicHeight": "Controlla se l'altezza della sezione dei file di lavoro deve essere adattata o meno dinamicamente al numero di elementi.", + "encoding": "Codifica del set di caratteri predefinita da usare durante la lettura e la scrittura di file.", + "exclude": "Consente di configurare i criteri di ricerca GLOB per escludere file e cartelle.", + "explore": "Esplora", + "explorerConfigurationTitle": "Configurazione di Esplora file", + "files.exclude.boolean": "Criterio GLOB da usare per trovare percorsi file. Impostare su True o False per abilitare o disabilitare il criterio.", + "files.exclude.when": "Controllo aggiuntivo sugli elementi di pari livello di un file corrispondente. Usare $(basename) come variabile del nome file corrispondente.", + "filesConfigurationTitle": "Configurazione file", + "maxVisible": "Numero massimo di file di lavoro da visualizzare prima che appaiano le barre di scorrimento.", + "showExplorerViewlet": "Mostra Esplora file", + "textFileEditor": "Editor file di testo", + "trimTrailingWhitespace": "Se è abilitato, taglierà lo spazio vuoto quando si salva un file.", + "view": "Visualizza" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/files/browser/saveErrorHandler.i18n.json b/i18n/ita/src/vs/workbench/parts/files/browser/saveErrorHandler.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/files/browser/saveErrorHandler.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/files/browser/views/emptyView.i18n.json b/i18n/ita/src/vs/workbench/parts/files/browser/views/emptyView.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/files/browser/views/emptyView.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/files/browser/views/explorerView.i18n.json b/i18n/ita/src/vs/workbench/parts/files/browser/views/explorerView.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/files/browser/views/explorerView.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/files/browser/views/explorerViewer.i18n.json b/i18n/ita/src/vs/workbench/parts/files/browser/views/explorerViewer.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/files/browser/views/explorerViewer.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/files/browser/views/workingFilesView.i18n.json b/i18n/ita/src/vs/workbench/parts/files/browser/views/workingFilesView.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/files/browser/views/workingFilesView.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/files/browser/views/workingFilesViewer.i18n.json b/i18n/ita/src/vs/workbench/parts/files/browser/views/workingFilesViewer.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/files/browser/views/workingFilesViewer.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/files/browser/workingFilesPicker.i18n.json b/i18n/ita/src/vs/workbench/parts/files/browser/workingFilesPicker.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/files/browser/workingFilesPicker.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/files/common/editors/textFileEditorModel.i18n.json b/i18n/ita/src/vs/workbench/parts/files/common/editors/textFileEditorModel.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/files/common/editors/textFileEditorModel.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/files/electron-browser/electronFileActions.i18n.json b/i18n/ita/src/vs/workbench/parts/files/electron-browser/electronFileActions.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/files/electron-browser/electronFileActions.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/files/electron-browser/files.electron.contribution.i18n.json b/i18n/ita/src/vs/workbench/parts/files/electron-browser/files.electron.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/files/electron-browser/files.electron.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/files/electron-browser/textFileServices.i18n.json b/i18n/ita/src/vs/workbench/parts/files/electron-browser/textFileServices.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/files/electron-browser/textFileServices.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/git/browser/gitActionItems.i18n.json b/i18n/ita/src/vs/workbench/parts/git/browser/gitActionItems.i18n.json new file mode 100644 index 00000000000..60d745611f4 --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/git/browser/gitActionItems.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "createNewBranch": "Crea nuovo ramo", + "dupeBranchName": "Nome ramo già esistente.", + "invalidBranchName": "Nome ramo non valido." +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/git/browser/gitActions.contribution.i18n.json b/i18n/ita/src/vs/workbench/parts/git/browser/gitActions.contribution.i18n.json new file mode 100644 index 00000000000..bf398b7c386 --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/git/browser/gitActions.contribution.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "openInEditor": "Passa alla visualizzazione editor", + "stageSelectedLines": "Gestisci temporaneamente le righe selezionate", + "switchToChangesView": "Passa alla visualizzazione modifiche" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/git/browser/gitActions.i18n.json b/i18n/ita/src/vs/workbench/parts/git/browser/gitActions.i18n.json new file mode 100644 index 00000000000..b3a68611e26 --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/git/browser/gitActions.i18n.json @@ -0,0 +1,42 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "amendCommit": "Modifica commit precedente", + "branch": "Ramo", + "clone": "Clona", + "commitAll": "Esegui commit di tutto", + "commitAll2": "Esegui commit di tutto", + "commitStaged": "Esegui commit delle righe gestite temporaneamente", + "commitStaged2": "Esegui commit delle righe gestite temporaneamente", + "confirmUndo": "Annullare le modifiche in '{0}'?", + "confirmUndoAllMultiple": "Sono presenti modifiche non gestite temporaneamente in {0} file.", + "confirmUndoAllOne": "Sono presenti modifiche non gestite temporaneamente in {0} file.", + "confirmUndoMessage": "Annullare tutte le modifiche?", + "currentBranch": "Branch corrente '{0}' aggiornato.", + "currentBranchPlural": "Il branch corrente '{0}' è {1} commit indietro e {2} commit avanti rispetto a '{3}'.", + "currentBranchPluralSingle": "Il branch corrente '{0}' è {1} commit indietro e {2} commit avanti rispetto a '{3}'.", + "currentBranchSingle": "Il branch corrente '{0}' è {1} commit indietro e {2} commit avanti rispetto a '{3}'.", + "currentBranchSinglePlural": "Il branch corrente '{0}' è {1} commit indietro e {2} commit avanti rispetto a '{3}'.", + "currentlyDetached": "Impossibile eseguire la sincronizzazione in modalità scollegata.", + "dirtyChanges": "Eseguire il commit delle modifiche, annullarle o salvarle con il comando stash prima della sincronizzazione.", + "dirtyTreeCheckout": "Impossibile eseguire l'estrazione. Eseguire prima il commit del lavoro o aggiungerlo in un'area di gestione temporanea.", + "dirtyTreePull": "Impossibile eseguire il pull. Eseguire prima il commit del lavoro o aggiungerlo in un'area di gestione temporanea.", + "init": "Init", + "noUpstream": "Il branch '{0}' corrente non contiene un branch a monte configurato.", + "openChange": "Apri modifica", + "openFile": "Apri file", + "pull": "Pull", + "push": "Push", + "refresh": "Aggiorna", + "stageAllChanges": "Gestisci tutto temporaneamente", + "stageChanges": "Prepara", + "sync": "Sincronizzazione", + "synchronizing": "Sincronizzazione in corso...", + "undoAllChanges": "Annulla tutto", + "undoChanges": "Annulla", + "unstage": "Annulla gestione temporanea", + "unstageAllChanges": "Annulla la gestione temporanea di tutto" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/git/browser/gitQuickOpen.i18n.json b/i18n/ita/src/vs/workbench/parts/git/browser/gitQuickOpen.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/git/browser/gitQuickOpen.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/git/browser/gitServices.i18n.json b/i18n/ita/src/vs/workbench/parts/git/browser/gitServices.i18n.json new file mode 100644 index 00000000000..5cc26de8ed9 --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/git/browser/gitServices.i18n.json @@ -0,0 +1,21 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "badConfigFile": "Git {0}", + "cancel": "Annulla", + "cantOpen": "Impossibile aprire la risorsa Git.", + "cantOpenResource": "Impossibile aprire la risorsa git.", + "changesFromIndex": "{0} - Modiche nell'indice", + "changesFromTree": "{0} - Modifiche in {1}", + "checkConsole": "Errore durante l'esecuzione di un'operazione git. Usare la console per controllare lo stato del repository.", + "checkNativeConsole": "Si è verificato un errore durante l'esecuzione di un'operazione git. Usare la console per controllare lo stato del repository.", + "configureUsernameEmail": "Configurare il nome utente e l'indirizzo di posta elettronica.", + "gitIndexChanges": "{0} - Modiche nell'indice", + "gitMergeChanges": "{0} - Unisci modifiche", + "openConsole": "Apri la console", + "unmergedChanges": "Prima di eseguire il commit delle modifiche, è necessario risolvere le modifiche non sottoposte a merge.", + "workingTreeChanges": "{0} - Modifiche nell'albero di lavoro" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/git/browser/gitWidgets.i18n.json b/i18n/ita/src/vs/workbench/parts/git/browser/gitWidgets.i18n.json new file mode 100644 index 00000000000..0fc2557f0f9 --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/git/browser/gitWidgets.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "gitNotEnabled": "GIT non è abilitato in quest'area di lavoro." +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/git/browser/gitWorkbenchContributions.i18n.json b/i18n/ita/src/vs/workbench/parts/git/browser/gitWorkbenchContributions.i18n.json new file mode 100644 index 00000000000..0d889cc8174 --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/git/browser/gitWorkbenchContributions.i18n.json @@ -0,0 +1,17 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "executeGitCommands": "Esegui comandi GIT", + "git": "GIT", + "gitAutoFetch": "Indica se il recupero automatico è abilitato.", + "gitCommands": "Comandi GIT", + "gitConfigurationTitle": "Configurazione GIT", + "gitPath": "Percorso dell'eseguibile di GIT", + "gitPendingChangesBadge": "{0} modifiche in sospeso", + "gitProgressBadge": "Stato di esecuzione GIT", + "toggleGitViewlet": "Mostra GIT", + "view": "Visualizza" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/git/browser/views/changes/changesView.i18n.json b/i18n/ita/src/vs/workbench/parts/git/browser/views/changes/changesView.i18n.json new file mode 100644 index 00000000000..74d8e123292 --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/git/browser/views/changes/changesView.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "commitMessage": "Messaggio commit", + "needMessage": "Fornire un messaggio di commit. È sempre possibile premere **{0}** per eseguire il commit delle modifiche. Se sono presenti modifiche gestite temporaneamente, verrà eseguito il commit solo di tali modifiche. In caso contrario, verrà eseguito il commit di tutte le modifiche.", + "nothingToCommit": "Non appena sono presenti modifiche di cui eseguire il commit, immettere il messaggio di commit e premere **{0}** per eseguire il commit. Se sono presenti modifiche gestite temporaneamente, verrà eseguito il commit solo di tali modifiche. In caso contrario, verrà eseguito il commit di tutte le modifiche." +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/git/browser/views/changes/changesViewer.i18n.json b/i18n/ita/src/vs/workbench/parts/git/browser/views/changes/changesViewer.i18n.json new file mode 100644 index 00000000000..e0fed05c741 --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/git/browser/views/changes/changesViewer.i18n.json @@ -0,0 +1,33 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "added-char": "A", + "allChanges": "Modifiche", + "copied-char": "C", + "deleted-char": "D", + "ignored-char": "!", + "mergeChanges": "Unisci modifiche", + "modified-char": "M", + "renamed-char": "R", + "stagedChanges": "Modifiche gestite temporaneamente", + "title-conflict-added-by-them": "Conflitto: aggiunto dall'utente", + "title-conflict-added-by-us": "Conflitto: aggiunto da Microsoft", + "title-conflict-both-added": "Conflitto: aggiunto dall'utente e da Microsoft", + "title-conflict-both-deleted": "Conflitto: eliminato dall'utente e da Microsoft", + "title-conflict-both-modified": "Conflitto: modificato dall'utente e da Microsoft", + "title-conflict-deleted-by-them": "Conflitto: eliminato dall'utente", + "title-conflict-deleted-by-us": "Conflitto: eliminato da Microsoft", + "title-deleted": "Eliminato", + "title-ignored": "Ignorato", + "title-index-added": "Aggiunto all'indice", + "title-index-copied": "Copiato nell'indice", + "title-index-deleted": "Eliminato nell'indice", + "title-index-modified": "Modificato nell'indice", + "title-index-renamed": "Rinominato nell'indice", + "title-modified": "Modificato", + "title-untracked": "Non registrato", + "untracked-char": "A" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/git/browser/views/disabled/disabledView.i18n.json b/i18n/ita/src/vs/workbench/parts/git/browser/views/disabled/disabledView.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/git/browser/views/disabled/disabledView.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/git/browser/views/empty/emptyView.i18n.json b/i18n/ita/src/vs/workbench/parts/git/browser/views/empty/emptyView.i18n.json new file mode 100644 index 00000000000..49363f8193e --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/git/browser/views/empty/emptyView.i18n.json @@ -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. +{ + "gitinit": "Inizializza il repository GIT", + "noGit": "Quest'area di lavoro non è ancora sotto il controllo del codice sorgente di GIT." +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/git/browser/views/gitless/gitlessView.i18n.json b/i18n/ita/src/vs/workbench/parts/git/browser/views/gitless/gitlessView.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/git/browser/views/gitless/gitlessView.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/git/browser/views/notroot/notrootView.i18n.json b/i18n/ita/src/vs/workbench/parts/git/browser/views/notroot/notrootView.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/git/browser/views/notroot/notrootView.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/git/browser/views/noworkspace/noworkspaceView.i18n.json b/i18n/ita/src/vs/workbench/parts/git/browser/views/noworkspace/noworkspaceView.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/git/browser/views/noworkspace/noworkspaceView.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/git/electron-main/askpassService.i18n.json b/i18n/ita/src/vs/workbench/parts/git/electron-main/askpassService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/git/electron-main/askpassService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/git/node/git.lib.i18n.json b/i18n/ita/src/vs/workbench/parts/git/node/git.lib.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/git/node/git.lib.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/html/browser/html.contribution.i18n.json b/i18n/ita/src/vs/workbench/parts/html/browser/html.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/html/browser/html.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/html/browser/htmlPreviewPart.i18n.json b/i18n/ita/src/vs/workbench/parts/html/browser/htmlPreviewPart.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/html/browser/htmlPreviewPart.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/markdown/browser/markdownActions.contribution.i18n.json b/i18n/ita/src/vs/workbench/parts/markdown/browser/markdownActions.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/markdown/browser/markdownActions.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/markdown/browser/markdownActions.i18n.json b/i18n/ita/src/vs/workbench/parts/markdown/browser/markdownActions.i18n.json new file mode 100644 index 00000000000..de9ff2c6ce8 --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/markdown/browser/markdownActions.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "openPreview": "Apri l'anteprima" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/markdown/browser/markdownEditorInput.i18n.json b/i18n/ita/src/vs/workbench/parts/markdown/browser/markdownEditorInput.i18n.json new file mode 100644 index 00000000000..fc023c6701e --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/markdown/browser/markdownEditorInput.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "preview": "Visualizza anteprima di '{0}'" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/markdown/common/markdownEditorInput.i18n.json b/i18n/ita/src/vs/workbench/parts/markdown/common/markdownEditorInput.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/markdown/common/markdownEditorInput.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/markdown/common/markdownEditorModel.i18n.json b/i18n/ita/src/vs/workbench/parts/markdown/common/markdownEditorModel.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/markdown/common/markdownEditorModel.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/output/browser/output.contribution.i18n.json b/i18n/ita/src/vs/workbench/parts/output/browser/output.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/output/browser/output.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/output/browser/outputActions.contribution.i18n.json b/i18n/ita/src/vs/workbench/parts/output/browser/outputActions.contribution.i18n.json new file mode 100644 index 00000000000..dccb8b0566e --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/output/browser/outputActions.contribution.i18n.json @@ -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. +{ + "clearOutput.label": "Cancella output", + "viewCategory": "Visualizza" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/output/browser/outputActions.i18n.json b/i18n/ita/src/vs/workbench/parts/output/browser/outputActions.i18n.json new file mode 100644 index 00000000000..6becd529d12 --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/output/browser/outputActions.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "clearOutput": "Cancella output", + "outputErrorsBadge": "Errori presenti nell'output", + "run": "Esegui", + "showOutput": "Mostra output" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/output/browser/outputPanel.i18n.json b/i18n/ita/src/vs/workbench/parts/output/browser/outputPanel.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/output/browser/outputPanel.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/output/common/outputEditorInput.i18n.json b/i18n/ita/src/vs/workbench/parts/output/common/outputEditorInput.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/output/common/outputEditorInput.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/quickopen/browser/commandsHandler.i18n.json b/i18n/ita/src/vs/workbench/parts/quickopen/browser/commandsHandler.i18n.json new file mode 100644 index 00000000000..46ef0081ae6 --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/quickopen/browser/commandsHandler.i18n.json @@ -0,0 +1,17 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "QuickCommandsAction.label": "Mostra comandi dell'editor", + "QuickCommandsEditorAction.label": "Mostra comandi dell'editor", + "actionNotEnabled": "Il comando '{0}' non è abilitato in questo contesto.", + "canNotRun": "Impossibile eseguire da qui il comando '{0}'.", + "commandsHandlerDescriptionDefault": "Mostra ed esegui comandi (F1)", + "commandsHandlerDescriptionIE": "Mostra ed esegui comandi (Alt+F1)", + "commandsHandlerDescriptionMac": "Mostra ed esegui comandi (CMD+P)", + "commandsHandlerDescriptionNative": "Mostra ed esegui comandi (CTRL+P)", + "editorCommandsHandler": "Mostra ed esegui comandi dell'editor", + "showTriggerActions": "Mostra tutti i comandi" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/quickopen/browser/gotoLineHandler.i18n.json b/i18n/ita/src/vs/workbench/parts/quickopen/browser/gotoLineHandler.i18n.json new file mode 100644 index 00000000000..f4e495c9a5d --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/quickopen/browser/gotoLineHandler.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "gotoLine": "Vai alla riga...", + "gotoLineDescriptionMac": "Vai alla riga (CMD+G)", + "gotoLineDescriptionWin": "Vai alla riga (CTRL+G)", + "gotoLineLabel": "Vai alla riga {0}", + "gotoLineLabelEmpty": "Digitare un numero di riga a cui passare", + "gotoLineLabelEmptyWithLimit": "Digitare un numero di riga compreso tra 1 e {0} a cui passare" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/quickopen/browser/gotoSymbolHandler.i18n.json b/i18n/ita/src/vs/workbench/parts/quickopen/browser/gotoSymbolHandler.i18n.json new file mode 100644 index 00000000000..ac4bde38dd6 --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/quickopen/browser/gotoSymbolHandler.i18n.json @@ -0,0 +1,24 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "GotoSymbolEditorAction.label": "Vai al simbolo...", + "_constructor": "costruttori ({0})", + "call": "chiamate ({0})", + "class": "classi ({0})", + "function": "funzioni ({0})", + "gotoSymbol": "Vai al simbolo...", + "gotoSymbolDescriptionNormalMac": "Vai al simbolo (CMD+MAIUSC+O, CMD+MAIUSC+,)", + "gotoSymbolDescriptionNormalWin": "Vai al simbolo (CTRL+MAIUSC+O, CTRL+MAIUSC+,)", + "gotoSymbolDescriptionScoped": "Vai al simbolo per categoria", + "grouplabel": "{0} ({1})", + "interface": "interfacce ({0})", + "method": "metodi ({0})", + "modules": "moduli ({0})", + "property": "proprietà ({0})", + "symbols": "simboli ({0})", + "variable": "variabili ({0})", + "variable2": "variabili ({0})" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/quickopen/browser/helpHandler.i18n.json b/i18n/ita/src/vs/workbench/parts/quickopen/browser/helpHandler.i18n.json new file mode 100644 index 00000000000..ac9b3c8bb76 --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/quickopen/browser/helpHandler.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "editorCommands": "comandi dell'editor", + "globalCommands": "comandi globali", + "helpDescription": "Mostra Guida" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/quickopen/browser/markersHandler.i18n.json b/i18n/ita/src/vs/workbench/parts/quickopen/browser/markersHandler.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/quickopen/browser/markersHandler.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/quickopen/browser/quickopen.contribution.i18n.json b/i18n/ita/src/vs/workbench/parts/quickopen/browser/quickopen.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/quickopen/browser/quickopen.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/search/browser/openAnythingHandler.i18n.json b/i18n/ita/src/vs/workbench/parts/search/browser/openAnythingHandler.i18n.json new file mode 100644 index 00000000000..507db4516c7 --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/search/browser/openAnythingHandler.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "fileAndTypeResults": "risultati di file e simboli" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/search/browser/openFileHandler.i18n.json b/i18n/ita/src/vs/workbench/parts/search/browser/openFileHandler.i18n.json new file mode 100644 index 00000000000..3d9d40e2f3d --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/search/browser/openFileHandler.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "searchResults": "risultati ricerca" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/search/browser/openSymbolHandler.i18n.json b/i18n/ita/src/vs/workbench/parts/search/browser/openSymbolHandler.i18n.json new file mode 100644 index 00000000000..9c0f1980fac --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/search/browser/openSymbolHandler.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "symbols": "risultati simboli" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/search/browser/search.contribution.i18n.json b/i18n/ita/src/vs/workbench/parts/search/browser/search.contribution.i18n.json new file mode 100644 index 00000000000..915bcf5e4e0 --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/search/browser/search.contribution.i18n.json @@ -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. +{ + "excludeFolders": "Cartelle da escludere quando si esegue una ricerca full-text nell'area di lavoro.", + "findInFolder": "Trova nella cartella", + "name": "Cerca", + "openAnythingHandlerDescriptionMac": "Apri file e simboli per nome (Cmd+O, Cmd+,)", + "openAnythingHandlerDescriptionWin": "Apri file e simboli per nome (Ctrl+O, Ctrl+,)", + "searchConfigurationDescription": "Utilizzato per configurare le impostazioni correlate alla ricerca.", + "searchConfigurationTitle": "Configurazione di ricerca", + "showSearchViewlet": "Mostra il viewlet 'Ricerca'" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/search/browser/searchViewlet.i18n.json b/i18n/ita/src/vs/workbench/parts/search/browser/searchViewlet.i18n.json new file mode 100644 index 00000000000..d89f7687d92 --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/search/browser/searchViewlet.i18n.json @@ -0,0 +1,31 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "CollapseAllAction.label": "Comprimi", + "RefreshAction.label": "Aggiorna", + "RemoveAction.label": "rimuovi", + "SelectOrRemoveAction.removeLabel": "Rimuovi", + "SelectOrRemoveAction.selectLabel": "Seleziona", + "findInFolder": "Trova nella cartella", + "inputFileTypes": "ad esempio *.js", + "inputFolderExclusions": "ad esempio cartella1, cartella2", + "inputFolderIncludes": "ad esempio cartella1, cartella2", + "label.Search": "Termine di ricerca", + "noResults": "Non sono stati trovati risultati", + "noResultsConfiguredExcludes": "Non sono stati trovati risultati. Nelle impostazioni correnti alcune cartelle sono escluse.", + "noResultsExcludes": "Non sono stati trovati risultati escludendo le cartelle '{0}' - ", + "noResultsIncludes": "Non sono stati trovati risultati in '{0}' - ", + "noResultsIncludesPatterns": "Non sono stati trovati risultati in '{0}' con nomi file '{1}' - ", + "noResultsPatterns": "Non sono stati trovati risultati con i nomi file '{0}' - ", + "regexp.validationFailure": "Espressione corrispondente a qualsiasi valore", + "rerunSearch.message": "Cerca di nuovo in tutti i file", + "searchMatch": "{0} corrispondenza trovata", + "searchMatches": "{0} corrispondenze trovate", + "searchMaxResultsWarning": "Il set di risultati contiene solo un subset di tutte le corrispondenze. Eseguire una ricerca più specifica per ridurre il numero di risultati.", + "searchScope.files": "file da cercare in", + "searchScope.folders": "cartelle da escludere", + "searchScope.include.folders": "cartelle da includere" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/snippets/electron-browser/snippets.contribution.i18n.json b/i18n/ita/src/vs/workbench/parts/snippets/electron-browser/snippets.contribution.i18n.json new file mode 100644 index 00000000000..5d85748dcc3 --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/snippets/electron-browser/snippets.contribution.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "openSnippet.errorOnCreate": "Non è possibile creare {0}", + "openSnippet.label": "Frammenti", + "openSnippet.pickLanguage": "Seleziona il linguaggio per il frammento", + "preferences": "Preferenze" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/tasks/browser/processRunnerDetector.i18n.json b/i18n/ita/src/vs/workbench/parts/tasks/browser/processRunnerDetector.i18n.json new file mode 100644 index 00000000000..84f5164c9f5 --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/tasks/browser/processRunnerDetector.i18n.json @@ -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. +{ + "TaskSystemDetector.noGulpTasks": "Eseguendo gulp --tasks-simple non è stata elencata alcuna attività. È stato eseguito npm install?", + "TaskSystemDetector.noJakeTasks": "Eseguendo jake --tasks non è stata elencata alcuna attività. È stato eseguito npm install?" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/tasks/browser/taskQuickOpen.i18n.json b/i18n/ita/src/vs/workbench/parts/tasks/browser/taskQuickOpen.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/tasks/browser/taskQuickOpen.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/tasks/electron-browser/task.contribution.i18n.json b/i18n/ita/src/vs/workbench/parts/tasks/electron-browser/task.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/tasks/electron-browser/task.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/tasks/node/processRunnerConfiguration.i18n.json b/i18n/ita/src/vs/workbench/parts/tasks/node/processRunnerConfiguration.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/tasks/node/processRunnerConfiguration.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/tasks/node/processRunnerDetector.i18n.json b/i18n/ita/src/vs/workbench/parts/tasks/node/processRunnerDetector.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/tasks/node/processRunnerDetector.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/tasks/node/processRunnerSystem.i18n.json b/i18n/ita/src/vs/workbench/parts/tasks/node/processRunnerSystem.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/tasks/node/processRunnerSystem.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/themes/electron-browser/themes.contribution.i18n.json b/i18n/ita/src/vs/workbench/parts/themes/electron-browser/themes.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/themes/electron-browser/themes.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/services/files/electron-browser/fileService.i18n.json b/i18n/ita/src/vs/workbench/services/files/electron-browser/fileService.i18n.json new file mode 100644 index 00000000000..234a76b2d6f --- /dev/null +++ b/i18n/ita/src/vs/workbench/services/files/electron-browser/fileService.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "trashFailed": "Non è stato possibile spostare '{0}' nel Cestino" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/services/files/node/fileService.i18n.json b/i18n/ita/src/vs/workbench/services/files/node/fileService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/workbench/services/files/node/fileService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/services/history/browser/history.i18n.json b/i18n/ita/src/vs/workbench/services/history/browser/history.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/workbench/services/history/browser/history.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json b/i18n/ita/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/services/lifecycle/common/lifecycleService.i18n.json b/i18n/ita/src/vs/workbench/services/lifecycle/common/lifecycleService.i18n.json new file mode 100644 index 00000000000..8a85bf48e43 --- /dev/null +++ b/i18n/ita/src/vs/workbench/services/lifecycle/common/lifecycleService.i18n.json @@ -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. +{ + "primaryButton": "Annulla", + "secondaryButton": "Esci" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/services/message/browser/messageService.i18n.json b/i18n/ita/src/vs/workbench/services/message/browser/messageService.i18n.json new file mode 100644 index 00000000000..75ff1befe1b --- /dev/null +++ b/i18n/ita/src/vs/workbench/services/message/browser/messageService.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "closeMessages": "Chiudi i messaggi di notifica" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/services/message/electron-browser/messageService.i18n.json b/i18n/ita/src/vs/workbench/services/message/electron-browser/messageService.i18n.json new file mode 100644 index 00000000000..d5b014da5b8 --- /dev/null +++ b/i18n/ita/src/vs/workbench/services/message/electron-browser/messageService.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "yesButton": "Sì" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/services/request/node/requestService.i18n.json b/i18n/ita/src/vs/workbench/services/request/node/requestService.i18n.json new file mode 100644 index 00000000000..47c67ecba2e --- /dev/null +++ b/i18n/ita/src/vs/workbench/services/request/node/requestService.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "httpConfigurationTitle": "Configurazione HTTP", + "localFileNotFound": "File non trovato", + "proxy": "Impostazione proxy da usare. Se non è impostata, verrà ottenuta dalle variabili di ambiente http_proxy e https_proxy" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/services/themes/node/themeService.i18n.json b/i18n/ita/src/vs/workbench/services/themes/node/themeService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/ita/src/vs/workbench/services/themes/node/themeService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/services/thread/electron-browser/threadService.i18n.json b/i18n/ita/src/vs/workbench/services/thread/electron-browser/threadService.i18n.json new file mode 100644 index 00000000000..c6f02ee9939 --- /dev/null +++ b/i18n/ita/src/vs/workbench/services/thread/electron-browser/threadService.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "pluginHostProcess.crash": "ERRORE IRREVERSIBILE: si è verificato un arresto anomalo del processo host del plug-in. Al momento non è possibile risolvere questo problema. Ricaricare." +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/ui/parts/editor/quickstart.i18n.json b/i18n/ita/src/vs/workbench/ui/parts/editor/quickstart.i18n.json new file mode 100644 index 00000000000..a4e009b687c --- /dev/null +++ b/i18n/ita/src/vs/workbench/ui/parts/editor/quickstart.i18n.json @@ -0,0 +1,19 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "previewTitle": "Il servizio è in modalità anteprima. Inviare commenti e suggerimenti. Grazie per la collaborazione.", + "quickStartCaption1Body": "Utilizzare Git per clonare il codice nel sito, gestire le modifiche e realizzare la produzione", + "quickStartCaption1Title": "Controllo del codice sorgente", + "quickStartCaption2Body": "Trovare rapidamente un file con {0}. È anche possibile visualizzare la cronologia recente con Ctrl+Q.", + "quickStartCaption2Title": "Apertura rapida", + "quickStartCaption3Body": "Visualizzare un altro file in modalità affiancata e nel contesto", + "quickStartCaption3Title": "Affiancato", + "quickStartCaption4Body": "I file vengono salvati automaticamente in background", + "quickStartCaption4Title": "Salva automaticamente", + "quickStartSection1Title": "4 suggerimenti chiave sull'ambiente in uso", + "quickStartTitle": "Avvio rapido", + "quickStartVideoLink": "Visualizzare altri suggerimenti su Channel9" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/ui/parts/editor/resourceDiffEditor.i18n.json b/i18n/ita/src/vs/workbench/ui/parts/editor/resourceDiffEditor.i18n.json new file mode 100644 index 00000000000..37d26fea51f --- /dev/null +++ b/i18n/ita/src/vs/workbench/ui/parts/editor/resourceDiffEditor.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "binaryDiffEditor": "Visualizzatore differenze binarie" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/ui/parts/editor/resourceEditor.i18n.json b/i18n/ita/src/vs/workbench/ui/parts/editor/resourceEditor.i18n.json new file mode 100644 index 00000000000..cee5517a409 --- /dev/null +++ b/i18n/ita/src/vs/workbench/ui/parts/editor/resourceEditor.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "binaryEditor": "Visualizzatore binario" +} \ No newline at end of file diff --git a/i18n/jpn/extensions/typescript/package.i18n.json b/i18n/jpn/extensions/typescript/package.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/extensions/typescript/package.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/base/browser/ui/actionbar/actionbar.i18n.json b/i18n/jpn/src/vs/base/browser/ui/actionbar/actionbar.i18n.json new file mode 100644 index 00000000000..91a5701e813 --- /dev/null +++ b/i18n/jpn/src/vs/base/browser/ui/actionbar/actionbar.i18n.json @@ -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. +{ + "actionBarAccessibleLabel": "操作バー", + "titleLabel": "{0} ({1})" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/base/browser/ui/aria/aria.i18n.json b/i18n/jpn/src/vs/base/browser/ui/aria/aria.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/base/browser/ui/aria/aria.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/base/browser/ui/findinput/findInput.i18n.json b/i18n/jpn/src/vs/base/browser/ui/findinput/findInput.i18n.json new file mode 100644 index 00000000000..9c94a683c8c --- /dev/null +++ b/i18n/jpn/src/vs/base/browser/ui/findinput/findInput.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "caseDescription": "大文字と小文字を区別する", + "defaultLabel": "入力", + "regexDescription": "正規表現を使用する", + "wordsDescription": "単語単位で検索する" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/base/browser/ui/inputbox/inputBox.i18n.json b/i18n/jpn/src/vs/base/browser/ui/inputbox/inputBox.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/base/browser/ui/inputbox/inputBox.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/base/browser/ui/messagelist/messageList.i18n.json b/i18n/jpn/src/vs/base/browser/ui/messagelist/messageList.i18n.json new file mode 100644 index 00000000000..13af31f3103 --- /dev/null +++ b/i18n/jpn/src/vs/base/browser/ui/messagelist/messageList.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "close": "閉じる", + "error": "エラー", + "info": "情報", + "warning": "警告" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/base/browser/ui/resourceviewer/resourceViewer.i18n.json b/i18n/jpn/src/vs/base/browser/ui/resourceviewer/resourceViewer.i18n.json new file mode 100644 index 00000000000..04a8d87d6de --- /dev/null +++ b/i18n/jpn/src/vs/base/browser/ui/resourceviewer/resourceViewer.i18n.json @@ -0,0 +1,12 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "clickToOpen": "クリックして、フルサイズのイメージを新しいウィンドウで開く", + "downloadBinary": "このファイルはバイナリか、サポートされていないテキスト エンコードを使用しているため、エディターで表示できません。次のリンクをクリックして、ブラウザーで開くか、ダウンロードしてください: ", + "missingAudioSupport": "オーディオ ファイルの再生はサポートされていません。", + "missingVideoSupport": "ビデオ ファイルの再生はサポートされていません。", + "nativeBinaryError": "このファイルはバイナリか、非常に大きいか、またはサポートされていないテキスト エンコードを使用しているため、エディターで表示できません。" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/base/browser/ui/toolbar/toolbar.i18n.json b/i18n/jpn/src/vs/base/browser/ui/toolbar/toolbar.i18n.json new file mode 100644 index 00000000000..e0c77fe94a2 --- /dev/null +++ b/i18n/jpn/src/vs/base/browser/ui/toolbar/toolbar.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "more": "その他" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/base/common/errors.i18n.json b/i18n/jpn/src/vs/base/common/errors.i18n.json new file mode 100644 index 00000000000..fd55d147787 --- /dev/null +++ b/i18n/jpn/src/vs/base/common/errors.i18n.json @@ -0,0 +1,23 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "error.connection.unknown": "不明な接続エラーが発生しました。インターネットに接続していないか、接続先のサーバーがオフラインです。", + "error.connection.unknown.verbose": "不明な接続エラー ({0})", + "error.defaultMessage": "不明なエラーが発生しました。ログで詳細を確認してください。", + "error.http": "{0} (HTTP {1})", + "error.http.verbose": "{0} (HTTP {1}: {2})", + "error.permission": "アクセス許可が拒否されました", + "error.permission.verbose": "アクセス許可が拒否されました (HTTP {0})", + "illegalArgumentError": "無効な引数: {0}", + "illegalArgumentError2": "無効な引数", + "illegalStateError": "無効な状態: {0}", + "illegalStateError2": "無効な状態", + "loaderError": "必要なファイルを読み込むことができませんでした。インターネットに接続していないか、接続先のサーバーがオフラインです。ブラウザーを更新して、もう一度やり直してください。", + "loaderErrorNative": "必要なファイルの読み込みに失敗しました。アプリケーションを再起動してもう一度試してください。詳細: {0}", + "message": "{0}。エラー コード: {1}", + "notImplementedError": "実装されていません", + "stackTrace.format": "{0}: {1}" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/base/common/json.i18n.json b/i18n/jpn/src/vs/base/common/json.i18n.json new file mode 100644 index 00000000000..e5abf0907c4 --- /dev/null +++ b/i18n/jpn/src/vs/base/common/json.i18n.json @@ -0,0 +1,17 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "CloseBraceExpected": "右中かっこが必要です", + "CloseBracketExpected": "右角かっこが必要です", + "ColonExpected": "コロンが必要です", + "CommaExpected": "コンマが必要です", + "EOFExpected": "内容の終わりが必要です", + "InvalidNumberFormat": "無効な数値表示形式", + "PropertyExpected": "プロパティ名が必要です", + "UnknownSymbol": "無効なシンボル", + "ValeExpected": "値が必要です", + "ValueExpected": "値が必要です" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/base/common/keyCodes.i18n.json b/i18n/jpn/src/vs/base/common/keyCodes.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/base/common/keyCodes.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/base/common/processes.i18n.json b/i18n/jpn/src/vs/base/common/processes.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/base/common/processes.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/base/common/severity.i18n.json b/i18n/jpn/src/vs/base/common/severity.i18n.json new file mode 100644 index 00000000000..da4fbd4505f --- /dev/null +++ b/i18n/jpn/src/vs/base/common/severity.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "sev.error": "エラー", + "sev.info": "情報", + "sev.warning": "警告" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/base/common/strings.i18n.json b/i18n/jpn/src/vs/base/common/strings.i18n.json new file mode 100644 index 00000000000..2ce7fd1a69b --- /dev/null +++ b/i18n/jpn/src/vs/base/common/strings.i18n.json @@ -0,0 +1,22 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "diff.days": "{0} 日", + "diff.days.month": "1 か月前", + "diff.days.verbose": "{0} 日前", + "diff.days.week": "1 週間前", + "diff.days.yesterday": "昨日", + "diff.hour.verbose": "1 時間前", + "diff.hours": "{0} 時間", + "diff.hours.verbose": "{0} 時間前", + "diff.minute.verbose": "1 分前", + "diff.minutes": "{0} 分", + "diff.minutes.verbose": "{0} 分前", + "diff.seconds": "{0} 秒", + "diff.seconds.verbose": "たった今", + "format.date": "{0}-{1}-{2} {3}:{4}:{5}", + "format.time": "{0}:{1}:{2}" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/base/node/processRunner.i18n.json b/i18n/jpn/src/vs/base/node/processRunner.i18n.json new file mode 100644 index 00000000000..56716cabe3c --- /dev/null +++ b/i18n/jpn/src/vs/base/node/processRunner.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "TaskRunner.UNC": "UNC ドライブでシェル コマンドを実行できません。" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/base/node/processes.i18n.json b/i18n/jpn/src/vs/base/node/processes.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/base/node/processes.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/base/node/zip.i18n.json b/i18n/jpn/src/vs/base/node/zip.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/base/node/zip.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/base/parts/quickopen/browser/quickOpenModel.i18n.json b/i18n/jpn/src/vs/base/parts/quickopen/browser/quickOpenModel.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/base/parts/quickopen/browser/quickOpenModel.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/base/parts/quickopen/browser/quickOpenWidget.i18n.json b/i18n/jpn/src/vs/base/parts/quickopen/browser/quickOpenWidget.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/base/parts/quickopen/browser/quickOpenWidget.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/base/performance/timer.i18n.json b/i18n/jpn/src/vs/base/performance/timer.i18n.json new file mode 100644 index 00000000000..e8cd72ea93a --- /dev/null +++ b/i18n/jpn/src/vs/base/performance/timer.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "startAfterStopError": "停止したタイマーから新しいタイマーを開始できません。" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/base/ui/widgets/comboBox.i18n.json b/i18n/jpn/src/vs/base/ui/widgets/comboBox.i18n.json new file mode 100644 index 00000000000..e2df0e8fd68 --- /dev/null +++ b/i18n/jpn/src/vs/base/ui/widgets/comboBox.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "empty": "&mdash;", + "error": "オプションの読み込みに失敗しました", + "loading": "読み込み中&hellip;" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/base/ui/widgets/credentials.i18n.json b/i18n/jpn/src/vs/base/ui/widgets/credentials.i18n.json new file mode 100644 index 00000000000..1687bb12214 --- /dev/null +++ b/i18n/jpn/src/vs/base/ui/widgets/credentials.i18n.json @@ -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. +{ + "cancel": "キャンセル", + "credentialsRequired": "この Git URL は認証する必要があります。", + "label.password": "パスワード", + "label.remember": "パスワードを保存する", + "label.username": "ユーザー名", + "ok": "OK", + "rememberDisclaimerFullAccessibleText": "資格情報を記憶します。パスワードを保存すると、Azure の Web サイト内にこの情報が格納されます。これにより、Web サイトへの FTP アクセスを許可されたすべてのユーザーがパスワードを取得できるようになります。", + "rememberDisclaimerTooltip": "パスワードを保存すると、Azure の Web サイト内にこの情報が格納されます。これにより、Web サイトへの FTP アクセスを許可されたすべてのユーザーがパスワードを取得できるようになります。" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/browser/view/viewImpl.i18n.json b/i18n/jpn/src/vs/editor/browser/view/viewImpl.i18n.json new file mode 100644 index 00000000000..3fdfb4e461b --- /dev/null +++ b/i18n/jpn/src/vs/editor/browser/view/viewImpl.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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 diff --git a/i18n/jpn/src/vs/editor/common/commonCodeEditor.i18n.json b/i18n/jpn/src/vs/editor/common/commonCodeEditor.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/editor/common/commonCodeEditor.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/common/config/commonEditorConfig.i18n.json b/i18n/jpn/src/vs/editor/common/config/commonEditorConfig.i18n.json new file mode 100644 index 00000000000..084b388ad77 --- /dev/null +++ b/i18n/jpn/src/vs/editor/common/config/commonEditorConfig.i18n.json @@ -0,0 +1,30 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "autoClosingBrackets": "エディターで左角かっこの後に自動的に右角かっこを挿入するかどうかを制御します", + "editorConfigurationTitle": "エディターの構成", + "fontFamily": "フォント ファミリを制御します。", + "fontSize": "フォント サイズを制御します。", + "formatOnType": "エディターで入力後に自動的に行の書式設定を行うかどうかを制御します", + "glyphMargin": "グリフ余白の表示を制御します", + "hideCursorInOverviewRuler": "概要ルーラーでカーソルを非表示にするかどうかを制御します。", + "insertSpaces": "エディターでタブの代わりにスペースを挿入するかどうかを制御します。指定できる値は \"auto\"、true、false です。\"auto\" に設定した場合、ファイルを開くときに値が推測されます。", + "lineHeight": "行の高さを制御します。", + "lineNumbers": "行番号の表示を制御します", + "mouseWheelScrollSensitivity": "マウス ホイール スクロール イベントの `deltaX` と `deltaY` で使用される乗数", + "overviewRulerLanes": "概要ルーラーの同じ位置に表示できる装飾の数を制御します", + "quickSuggestions": "入力中にクイック候補を表示するかどうかを制御します", + "quickSuggestionsDelay": "クイック候補が表示されるまでの待ち時間 (ミリ秒) を制御します", + "referenceInfos": "サポートしているモードについての参照情報をエディターで表示するかどうかを制御します", + "renderWhitespace": "エディターで空白文字を表示するかどうかを制御します", + "roundedSelection": "選択範囲の角を丸くするかどうかを制御します", + "scrollBeyondLastLine": "エディターで最後の行を越えてスクロールするかどうかを制御します", + "selectionHighlight": "エディターで選択範囲に類似する箇所を強調表示するかどうかを制御します", + "suggestOnTriggerCharacters": "トリガー文字の入力時に候補が自動的に表示されるようにするかどうかを制御します", + "tabSize": "タブの表示サイズ (文字数単位) を制御します。指定できる値は \"auto\"、2、4、6 などです。\"auto\" に設定した場合、ファイルを開くときに値が推測されます。", + "wrappingColumn": "エディターで次の行に折り返される文字数を制御します。これを 0 に設定すると、ビューポートの幅での折り返しが有効になります", + "wrappingIndent": "折り返し行のインデントを制御します。'none'、'same'、または 'indent' のいずれかを指定できます。" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/common/config/defaultConfig.i18n.json b/i18n/jpn/src/vs/editor/common/config/defaultConfig.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/editor/common/config/defaultConfig.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/common/controller/cursor.i18n.json b/i18n/jpn/src/vs/editor/common/controller/cursor.i18n.json new file mode 100644 index 00000000000..604cd846f07 --- /dev/null +++ b/i18n/jpn/src/vs/editor/common/controller/cursor.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "corrupt.commands": "コマンドの実行中に予期しない例外が発生しました。" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/common/model/textModelWithTokens.i18n.json b/i18n/jpn/src/vs/editor/common/model/textModelWithTokens.i18n.json new file mode 100644 index 00000000000..aaf09102694 --- /dev/null +++ b/i18n/jpn/src/vs/editor/common/model/textModelWithTokens.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "mode.tokenizationSupportFailed": "入力のトークン化中にモードが失敗しました。" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/common/services/bulkEdit.i18n.json b/i18n/jpn/src/vs/editor/common/services/bulkEdit.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/editor/common/services/bulkEdit.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/common/services/modeServiceImpl.i18n.json b/i18n/jpn/src/vs/editor/common/services/modeServiceImpl.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/editor/common/services/modeServiceImpl.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/contrib/accessibility/browser/accessibility.i18n.json b/i18n/jpn/src/vs/editor/contrib/accessibility/browser/accessibility.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/editor/contrib/accessibility/browser/accessibility.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/contrib/clipboard/browser/clipboard.i18n.json b/i18n/jpn/src/vs/editor/contrib/clipboard/browser/clipboard.i18n.json new file mode 100644 index 00000000000..57d61e509fa --- /dev/null +++ b/i18n/jpn/src/vs/editor/contrib/clipboard/browser/clipboard.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "actions.clipboard.copyLabel": "コピー", + "actions.clipboard.cutLabel": "切り取り", + "actions.clipboard.pasteLabel": "貼り付け" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/contrib/codelens/browser/codelens.i18n.json b/i18n/jpn/src/vs/editor/contrib/codelens/browser/codelens.i18n.json new file mode 100644 index 00000000000..22badd28647 --- /dev/null +++ b/i18n/jpn/src/vs/editor/contrib/codelens/browser/codelens.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "n_references": "{0}&nbsp;個の参照", + "one_reference": "1&nbsp;個の参照", + "unknown_reference": "-&nbsp;参照" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/contrib/color/colorPicker.i18n.json b/i18n/jpn/src/vs/editor/contrib/color/colorPicker.i18n.json new file mode 100644 index 00000000000..8a1ea4f19b7 --- /dev/null +++ b/i18n/jpn/src/vs/editor/contrib/color/colorPicker.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "color.action.label": "カラー ピッカー操作" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/contrib/comment/common/comment.i18n.json b/i18n/jpn/src/vs/editor/contrib/comment/common/comment.i18n.json new file mode 100644 index 00000000000..876ec33f1f2 --- /dev/null +++ b/i18n/jpn/src/vs/editor/contrib/comment/common/comment.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "comment.block": "ブロック コメントの切り替え", + "comment.line": "行コメントの切り替え", + "comment.line.add": "行コメントの追加", + "comment.line.remove": "行コメントの削除" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/contrib/contextmenu/browser/contextmenu.i18n.json b/i18n/jpn/src/vs/editor/contrib/contextmenu/browser/contextmenu.i18n.json new file mode 100644 index 00000000000..070e2831f8a --- /dev/null +++ b/i18n/jpn/src/vs/editor/contrib/contextmenu/browser/contextmenu.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "action.showContextMenu.label": "エディターのコンテキスト メニューの表示" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/contrib/defineKeybinding/browser/defineKeybinding.i18n.json b/i18n/jpn/src/vs/editor/contrib/defineKeybinding/browser/defineKeybinding.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/editor/contrib/defineKeybinding/browser/defineKeybinding.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/contrib/find/browser/find.i18n.json b/i18n/jpn/src/vs/editor/contrib/find/browser/find.i18n.json new file mode 100644 index 00000000000..3c95b2d6291 --- /dev/null +++ b/i18n/jpn/src/vs/editor/contrib/find/browser/find.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "addSelectionToNextFindMatch": "選択した項目を次の一致項目に追加", + "findNextMatchAction": "次を検索", + "findPreviousMatchAction": "前を検索", + "moveSelectionToNextFindMatch": "最後に選択した項目を次の一致項目に移動", + "selectAllOccurencesOfFindMatch": "一致項目のすべてのオカレンスを選択", + "startFindAction": "検索", + "startReplace": "置換" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/contrib/find/browser/findWidget.i18n.json b/i18n/jpn/src/vs/editor/contrib/find/browser/findWidget.i18n.json new file mode 100644 index 00000000000..8e184175c39 --- /dev/null +++ b/i18n/jpn/src/vs/editor/contrib/find/browser/findWidget.i18n.json @@ -0,0 +1,18 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "label.closeButton": "閉じる (Esc)", + "label.find": "検索", + "label.nextMatchButton": "次の検索結果 (F3)", + "label.previousMatchButton": "前の検索結果 (Shift + F3)", + "label.replace": "置換", + "label.replaceAllButton": "すべて置換", + "label.replaceButton": "置換", + "label.toggleReplaceButton": "置換モードの切り替え", + "label.toggleSelectionFind": "選択範囲を検索", + "placeholder.find": "検索", + "placeholder.replace": "置換" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/contrib/find/common/findController.i18n.json b/i18n/jpn/src/vs/editor/contrib/find/common/findController.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/editor/contrib/find/common/findController.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/contrib/find2/find.i18n.json b/i18n/jpn/src/vs/editor/contrib/find2/find.i18n.json new file mode 100644 index 00000000000..960b8692ad8 --- /dev/null +++ b/i18n/jpn/src/vs/editor/contrib/find2/find.i18n.json @@ -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. +{ + "disableSelectionFindAction": "選択範囲の検索を無効にする", + "enableSelectionFindAction": "選択範囲の検索を有効にする", + "findNextMatchAction": "次を検索", + "findPreviousMatchAction": "前を検索", + "replace.replaceAll": "すべてのインスタンスを置換", + "replace.replaceThis": "このインスタンスを置換", + "startFindAction": "検索", + "startReplace": "置換" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/contrib/find2/findInput/findInput.i18n.json b/i18n/jpn/src/vs/editor/contrib/find2/findInput/findInput.i18n.json new file mode 100644 index 00000000000..9c94a683c8c --- /dev/null +++ b/i18n/jpn/src/vs/editor/contrib/find2/findInput/findInput.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "caseDescription": "大文字と小文字を区別する", + "defaultLabel": "入力", + "regexDescription": "正規表現を使用する", + "wordsDescription": "単語単位で検索する" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/contrib/find2/findWidget/findWidget.i18n.json b/i18n/jpn/src/vs/editor/contrib/find2/findWidget/findWidget.i18n.json new file mode 100644 index 00000000000..8e184175c39 --- /dev/null +++ b/i18n/jpn/src/vs/editor/contrib/find2/findWidget/findWidget.i18n.json @@ -0,0 +1,18 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "label.closeButton": "閉じる (Esc)", + "label.find": "検索", + "label.nextMatchButton": "次の検索結果 (F3)", + "label.previousMatchButton": "前の検索結果 (Shift + F3)", + "label.replace": "置換", + "label.replaceAllButton": "すべて置換", + "label.replaceButton": "置換", + "label.toggleReplaceButton": "置換モードの切り替え", + "label.toggleSelectionFind": "選択範囲を検索", + "placeholder.find": "検索", + "placeholder.replace": "置換" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/contrib/folding/browser/folding.i18n.json b/i18n/jpn/src/vs/editor/contrib/folding/browser/folding.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/editor/contrib/folding/browser/folding.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/contrib/format/common/format.i18n.json b/i18n/jpn/src/vs/editor/contrib/format/common/format.i18n.json new file mode 100644 index 00000000000..ab3299baa08 --- /dev/null +++ b/i18n/jpn/src/vs/editor/contrib/format/common/format.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "formatAction.label": "コードの書式設定" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/contrib/format/common/formatActions.i18n.json b/i18n/jpn/src/vs/editor/contrib/format/common/formatActions.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/editor/contrib/format/common/formatActions.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json b/i18n/jpn/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json new file mode 100644 index 00000000000..6cff739c8f9 --- /dev/null +++ b/i18n/jpn/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "actions.goToDecl.label": "定義へ移動", + "actions.gotoTypeDecl.label": "型定義へ移動", + "actions.previewDecl.label": "ピークの定義", + "peekView.alternateTitle": "宣言" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/contrib/gotoError/browser/gotoError.i18n.json b/i18n/jpn/src/vs/editor/contrib/gotoError/browser/gotoError.i18n.json new file mode 100644 index 00000000000..e15008531c9 --- /dev/null +++ b/i18n/jpn/src/vs/editor/contrib/gotoError/browser/gotoError.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "markerAction.next.label": "次のエラーまたは警告へ移動", + "markerAction.previous.label": "前のエラーまたは警告へ移動", + "quickfix.multiple.label": "修正の提案:", + "quickfix.single.label": "修正の提案:" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/contrib/hover/browser/hover.i18n.json b/i18n/jpn/src/vs/editor/contrib/hover/browser/hover.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/editor/contrib/hover/browser/hover.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/contrib/hover/browser/modesContentHover.i18n.json b/i18n/jpn/src/vs/editor/contrib/hover/browser/modesContentHover.i18n.json new file mode 100644 index 00000000000..7606a08044a --- /dev/null +++ b/i18n/jpn/src/vs/editor/contrib/hover/browser/modesContentHover.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "modesContentHover.loading": "読み込んでいます..." +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/contrib/inEditorActions/inEditorActions.i18n.json b/i18n/jpn/src/vs/editor/contrib/inEditorActions/inEditorActions.i18n.json new file mode 100644 index 00000000000..e08dcc740ce --- /dev/null +++ b/i18n/jpn/src/vs/editor/contrib/inEditorActions/inEditorActions.i18n.json @@ -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. +{ + "editorActionArrowAccessibleLabel": "エディターの操作を開く", + "ineditor.menu.keybinding": "{0} ({1})" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/contrib/inPlaceReplace/common/inPlaceReplace.i18n.json b/i18n/jpn/src/vs/editor/contrib/inPlaceReplace/common/inPlaceReplace.i18n.json new file mode 100644 index 00000000000..cb0f0636a93 --- /dev/null +++ b/i18n/jpn/src/vs/editor/contrib/inPlaceReplace/common/inPlaceReplace.i18n.json @@ -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. +{ + "InPlaceReplaceAction.next.label": "次の値に置換", + "InPlaceReplaceAction.previous.label": "前の値に置換" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/contrib/indentation/common/indentation.i18n.json b/i18n/jpn/src/vs/editor/contrib/indentation/common/indentation.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/editor/contrib/indentation/common/indentation.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/contrib/linesOperations/common/linesOperations.i18n.json b/i18n/jpn/src/vs/editor/contrib/linesOperations/common/linesOperations.i18n.json new file mode 100644 index 00000000000..cd36a17f892 --- /dev/null +++ b/i18n/jpn/src/vs/editor/contrib/linesOperations/common/linesOperations.i18n.json @@ -0,0 +1,17 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "lines.copyDown": "行を下へコピー", + "lines.copyUp": "行を上へコピー", + "lines.delete": "行の削除", + "lines.indent": "行のインデント", + "lines.insertAfter": "行を下に挿入", + "lines.insertBefore": "行を上に挿入", + "lines.moveDown": "行を下へ移動", + "lines.moveUp": "行を上へ移動", + "lines.outdent": "行のインデント解除", + "lines.trimTrailingWhitespace": "末尾の空白のトリミング" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/contrib/links/browser/links.i18n.json b/i18n/jpn/src/vs/editor/contrib/links/browser/links.i18n.json new file mode 100644 index 00000000000..521a96137af --- /dev/null +++ b/i18n/jpn/src/vs/editor/contrib/links/browser/links.i18n.json @@ -0,0 +1,12 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "label": "リンクを開く", + "links.navigate": "Ctrl キーを押しながらクリックしてリンク先を表示", + "links.navigate.editor": "Ctrl キーを押しながらクリックして開く (Ctrl + Alt キーを押しながらクリックすると横に開きます)", + "links.navigate.editor.mac": "Cmd キーを押しながらクリックして開く (Cmd + Option キーを押しながらクリックすると横に開きます)", + "links.navigate.mac": "command キーを押しながらクリックしてリンク先を表示" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json b/i18n/jpn/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json new file mode 100644 index 00000000000..27357deacb3 --- /dev/null +++ b/i18n/jpn/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json @@ -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. +{ + "mutlicursor.insertAbove": "カーソルを上に挿入", + "mutlicursor.insertBelow": "カーソルを下に挿入" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/contrib/parameterHints/browser/parameterHints.i18n.json b/i18n/jpn/src/vs/editor/contrib/parameterHints/browser/parameterHints.i18n.json new file mode 100644 index 00000000000..64d3d836869 --- /dev/null +++ b/i18n/jpn/src/vs/editor/contrib/parameterHints/browser/parameterHints.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "parameterHints.trigger.label": "パラメーター ヒントをトリガー" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/contrib/quickFix/browser/quickFix.i18n.json b/i18n/jpn/src/vs/editor/contrib/quickFix/browser/quickFix.i18n.json new file mode 100644 index 00000000000..6a23e3fb759 --- /dev/null +++ b/i18n/jpn/src/vs/editor/contrib/quickFix/browser/quickFix.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "quickfix.trigger.label": "クイック修正" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/contrib/quickFix/browser/quickFixSelectionWidget.i18n.json b/i18n/jpn/src/vs/editor/contrib/quickFix/browser/quickFixSelectionWidget.i18n.json new file mode 100644 index 00000000000..b9a1cba232e --- /dev/null +++ b/i18n/jpn/src/vs/editor/contrib/quickFix/browser/quickFixSelectionWidget.i18n.json @@ -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. +{ + "QuickFixSelectionWidget.loading": "読み込んでいます...", + "QuickFixSelectionWidget.noSuggestions": "修正候補はありません。" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/contrib/quickOpen/browser/gotoLine.contribution.i18n.json b/i18n/jpn/src/vs/editor/contrib/quickOpen/browser/gotoLine.contribution.i18n.json new file mode 100644 index 00000000000..9522c38dc9e --- /dev/null +++ b/i18n/jpn/src/vs/editor/contrib/quickOpen/browser/gotoLine.contribution.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "label": "指定行へ移動..." +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/contrib/quickOpen/browser/gotoLine.i18n.json b/i18n/jpn/src/vs/editor/contrib/quickOpen/browser/gotoLine.i18n.json new file mode 100644 index 00000000000..45c6097a05f --- /dev/null +++ b/i18n/jpn/src/vs/editor/contrib/quickOpen/browser/gotoLine.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "GotoLineAction.label": "指定行へ移動...", + "gotoLineActionInput": "オプションのコロンと列番号の前に移動先の行番号を入力してください", + "gotoLineLabelEmptyWithLineAndColumnLimit": "移動先の列を 1 ~ {0} の範囲で入力してください", + "gotoLineLabelEmptyWithLineLimit": "移動先の行番号を 1 ~ {0} の範囲で入力してください", + "gotoLineLabelValidLine": "行 {0} へ移動", + "gotoLineLabelValidLineAndColumn": "行 {0} 列 {1} へ移動" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/contrib/quickOpen/browser/quickCommand.contribution.i18n.json b/i18n/jpn/src/vs/editor/contrib/quickOpen/browser/quickCommand.contribution.i18n.json new file mode 100644 index 00000000000..a74e7d7c420 --- /dev/null +++ b/i18n/jpn/src/vs/editor/contrib/quickOpen/browser/quickCommand.contribution.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "label": "コマンド パレット" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/contrib/quickOpen/browser/quickCommand.i18n.json b/i18n/jpn/src/vs/editor/contrib/quickOpen/browser/quickCommand.i18n.json new file mode 100644 index 00000000000..8258c45ff8e --- /dev/null +++ b/i18n/jpn/src/vs/editor/contrib/quickOpen/browser/quickCommand.i18n.json @@ -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. +{ + "QuickCommandAction.label": "コマンド パレット", + "quickCommandActionInput": "実行する操作の名前を入力してください" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/contrib/quickOpen/browser/quickOutline.contribution.i18n.json b/i18n/jpn/src/vs/editor/contrib/quickOpen/browser/quickOutline.contribution.i18n.json new file mode 100644 index 00000000000..4ab8fea4193 --- /dev/null +++ b/i18n/jpn/src/vs/editor/contrib/quickOpen/browser/quickOutline.contribution.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "label": "シンボルへ移動..." +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/contrib/quickOpen/browser/quickOutline.i18n.json b/i18n/jpn/src/vs/editor/contrib/quickOpen/browser/quickOutline.i18n.json new file mode 100644 index 00000000000..babc2561b28 --- /dev/null +++ b/i18n/jpn/src/vs/editor/contrib/quickOpen/browser/quickOutline.i18n.json @@ -0,0 +1,20 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "QuickOutlineAction.label": "シンボルへ移動...", + "_constructor": "コンストラクター ({0})", + "call": "呼び出し ({0})", + "class": "クラス ({0})", + "function": "関数 ({0})", + "interface": "インターフェイス ({0})", + "method": "メソッド ({0})", + "modules": "モジュール ({0})", + "property": "プロパティ ({0})", + "quickOutlineActionInput": "移動先の識別子の名前を入力してください", + "symbols": "シンボル ({0})", + "variable": "変数 ({0})", + "variable2": "変数 ({0})" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/contrib/referenceSearch/browser/referenceSearch.i18n.json b/i18n/jpn/src/vs/editor/contrib/referenceSearch/browser/referenceSearch.i18n.json new file mode 100644 index 00000000000..e3e16856a4c --- /dev/null +++ b/i18n/jpn/src/vs/editor/contrib/referenceSearch/browser/referenceSearch.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "labelLoading": "読み込んでいます...", + "noResults": "結果がありません", + "references.action.label": "すべての参照の検索", + "references.action.name": "参照の表示" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/contrib/referenceSearch/browser/referenceSearchWidget.i18n.json b/i18n/jpn/src/vs/editor/contrib/referenceSearch/browser/referenceSearchWidget.i18n.json new file mode 100644 index 00000000000..ec36554dff5 --- /dev/null +++ b/i18n/jpn/src/vs/editor/contrib/referenceSearch/browser/referenceSearchWidget.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "missingPreviewMessage": "プレビューを表示できません", + "peekView.alternateTitle": "参照", + "referenceCount": "{0} 個の参照", + "referencesCount": "{0} 個の参照" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/contrib/rename/browser/bulkEdit.i18n.json b/i18n/jpn/src/vs/editor/contrib/rename/browser/bulkEdit.i18n.json new file mode 100644 index 00000000000..f18b7308240 --- /dev/null +++ b/i18n/jpn/src/vs/editor/contrib/rename/browser/bulkEdit.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "conflict": "この間に次のファイルが変更されました: {0}" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/contrib/rename/browser/rename.i18n.json b/i18n/jpn/src/vs/editor/contrib/rename/browser/rename.i18n.json new file mode 100644 index 00000000000..97792f0a9ed --- /dev/null +++ b/i18n/jpn/src/vs/editor/contrib/rename/browser/rename.i18n.json @@ -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. +{ + "changeAll.label": "すべての出現箇所を変更", + "rename.error.multiplefile": "複数のファイルで使用されているシンボルに対して名前の変更を実行できません。" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/contrib/rename/browser/rename2.i18n.json b/i18n/jpn/src/vs/editor/contrib/rename/browser/rename2.i18n.json new file mode 100644 index 00000000000..6c07c886ba6 --- /dev/null +++ b/i18n/jpn/src/vs/editor/contrib/rename/browser/rename2.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "conflict": "この間に次のファイルが変更されました: {0}", + "missing.support": "名前の変更を実行できません", + "no result": "結果がありません。", + "rename.label": "シンボルの名前の変更" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/contrib/rename/browser/renameModel.i18n.json b/i18n/jpn/src/vs/editor/contrib/rename/browser/renameModel.i18n.json new file mode 100644 index 00000000000..739fef67b66 --- /dev/null +++ b/i18n/jpn/src/vs/editor/contrib/rename/browser/renameModel.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "cannotLoadFile": "ファイル {0} を読み込めません" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/contrib/rename/common/rename.i18n.json b/i18n/jpn/src/vs/editor/contrib/rename/common/rename.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/editor/contrib/rename/common/rename.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/contrib/smartSelect/common/jumpToBracket.i18n.json b/i18n/jpn/src/vs/editor/contrib/smartSelect/common/jumpToBracket.i18n.json new file mode 100644 index 00000000000..ae639c721cb --- /dev/null +++ b/i18n/jpn/src/vs/editor/contrib/smartSelect/common/jumpToBracket.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "smartSelect.jumpBracket": "かっこへ移動" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/contrib/smartSelect/common/smartSelect.i18n.json b/i18n/jpn/src/vs/editor/contrib/smartSelect/common/smartSelect.i18n.json new file mode 100644 index 00000000000..381a45a7bda --- /dev/null +++ b/i18n/jpn/src/vs/editor/contrib/smartSelect/common/smartSelect.i18n.json @@ -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. +{ + "smartSelect.grow": "選択範囲を拡大", + "smartSelect.shrink": "選択範囲を縮小" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/contrib/suggest/browser/suggest.i18n.json b/i18n/jpn/src/vs/editor/contrib/suggest/browser/suggest.i18n.json new file mode 100644 index 00000000000..62ab6a347d5 --- /dev/null +++ b/i18n/jpn/src/vs/editor/contrib/suggest/browser/suggest.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "suggest.trigger.label": "候補を表示" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/contrib/suggest/browser/suggestWidget.i18n.json b/i18n/jpn/src/vs/editor/contrib/suggest/browser/suggestWidget.i18n.json new file mode 100644 index 00000000000..6009adccdb9 --- /dev/null +++ b/i18n/jpn/src/vs/editor/contrib/suggest/browser/suggestWidget.i18n.json @@ -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. +{ + "suggestWidget.loading": "読み込んでいます...", + "suggestWidget.noSuggestions": "候補はありません。" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/contrib/toggleTabFocusMode/common/toggleTabFocusMode.i18n.json b/i18n/jpn/src/vs/editor/contrib/toggleTabFocusMode/common/toggleTabFocusMode.i18n.json new file mode 100644 index 00000000000..329a516644a --- /dev/null +++ b/i18n/jpn/src/vs/editor/contrib/toggleTabFocusMode/common/toggleTabFocusMode.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "toggle.tabfocusmode": "フォーカスを設定するために Tab キーの使用を切り替える" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/contrib/toggleWordWrap/common/toggleWordWrap.i18n.json b/i18n/jpn/src/vs/editor/contrib/toggleWordWrap/common/toggleWordWrap.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/editor/contrib/toggleWordWrap/common/toggleWordWrap.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/contrib/zoneWidget/browser/peekViewWidget.i18n.json b/i18n/jpn/src/vs/editor/contrib/zoneWidget/browser/peekViewWidget.i18n.json new file mode 100644 index 00000000000..e6139bff349 --- /dev/null +++ b/i18n/jpn/src/vs/editor/contrib/zoneWidget/browser/peekViewWidget.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "label.close": "閉じる" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/node/languageConfiguration.i18n.json b/i18n/jpn/src/vs/editor/node/languageConfiguration.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/editor/node/languageConfiguration.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/node/textMate/TMSnippets.i18n.json b/i18n/jpn/src/vs/editor/node/textMate/TMSnippets.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/editor/node/textMate/TMSnippets.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/node/textMate/TMSyntax.i18n.json b/i18n/jpn/src/vs/editor/node/textMate/TMSyntax.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/editor/node/textMate/TMSyntax.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/languages/csharp/browser/ui/statusIcon.i18n.json b/i18n/jpn/src/vs/languages/csharp/browser/ui/statusIcon.i18n.json new file mode 100644 index 00000000000..5420c59ad73 --- /dev/null +++ b/i18n/jpn/src/vs/languages/csharp/browser/ui/statusIcon.i18n.json @@ -0,0 +1,21 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "changeProject": "プロジェクトの変更...", + "projectsLabel.noProject": "プロジェクトがありません", + "projectsLabel.project": "1 件のプロジェクト", + "projectsLabel.projects": "{0} 件のプロジェクト", + "projectsLabel.selectSolutionPathOrFolder": "プロジェクトの選択", + "selectProject": "プロジェクトの選択", + "selectProjectOrSolutionOrFolder": "プロジェクトの選択", + "selectSolution": "プロジェクトの選択", + "status.error": "Omnisharp でエラーが発生しました。詳細については、コンソールをご確認ください。", + "status.packageRestore": "パッケージの復元中...", + "status.started": "Omnisharp は実行中です", + "status.starting": "Omnisharp が開始中です...", + "status.unknown": "Omnisharp の状態が不明です", + "titleStarted": "選択されたプロジェクト: '{0}'" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/languages/csharp/common/commandSupport.i18n.json b/i18n/jpn/src/vs/languages/csharp/common/commandSupport.i18n.json new file mode 100644 index 00000000000..753189b8d3c --- /dev/null +++ b/i18n/jpn/src/vs/languages/csharp/common/commandSupport.i18n.json @@ -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. +{ + "category.label.dnx": "dnx", + "category.label.dnx.restore": "dnx", + "category.label.k": "k", + "category.label.k.restore": "k", + "command.gone": "このコマンドは使用できなくなりました。", + "exec.label": "{0} - ({1}, {2})", + "restore.label.dnu": "dnu の復元 - ({0})", + "restore.label.k": "kpm の復元 - ({0})" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/languages/csharp/common/projectStatus.i18n.json b/i18n/jpn/src/vs/languages/csharp/common/projectStatus.i18n.json new file mode 100644 index 00000000000..6d4c9938df9 --- /dev/null +++ b/i18n/jpn/src/vs/languages/csharp/common/projectStatus.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "cancel": "キャンセル", + "close": "閉じる", + "message": "一部のプロジェクトを読み込めません。詳細については、出力を確認してください。", + "restore": "復元", + "restore.error": "復元を実行できませんでした。{0} に対して 'dnu restore' を手動で実行してください。", + "showOutput": "出力の表示", + "unresolvedDependencies": "'{0}' からの未解決の依存関係があります。続行するには、復元コマンドを実行してください。" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/languages/csharp/common/restartOmnisharpAction.i18n.json b/i18n/jpn/src/vs/languages/csharp/common/restartOmnisharpAction.i18n.json new file mode 100644 index 00000000000..bc96a21ef61 --- /dev/null +++ b/i18n/jpn/src/vs/languages/csharp/common/restartOmnisharpAction.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "label": "Omnisharp サーバーの再起動" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/languages/csharp/features/diagnosticsSupport.i18n.json b/i18n/jpn/src/vs/languages/csharp/features/diagnosticsSupport.i18n.json new file mode 100644 index 00000000000..01d3b2b962d --- /dev/null +++ b/i18n/jpn/src/vs/languages/csharp/features/diagnosticsSupport.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "csharp.diagnostics": "{0} [{1}]" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/languages/csharp/features/suggestSupport.i18n.json b/i18n/jpn/src/vs/languages/csharp/features/suggestSupport.i18n.json new file mode 100644 index 00000000000..bd4022ab85a --- /dev/null +++ b/i18n/jpn/src/vs/languages/csharp/features/suggestSupport.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "overload_label": "{0} (+ {1} オーバーロード)" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/languages/csharp/k/execution.i18n.json b/i18n/jpn/src/vs/languages/csharp/k/execution.i18n.json new file mode 100644 index 00000000000..fd1011d4add --- /dev/null +++ b/i18n/jpn/src/vs/languages/csharp/k/execution.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "exec.label": "k: {0}/{1} ({2})" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/languages/css/common/css.contribution.i18n.json b/i18n/jpn/src/vs/languages/css/common/css.contribution.i18n.json new file mode 100644 index 00000000000..bfb93e2ef19 --- /dev/null +++ b/i18n/jpn/src/vs/languages/css/common/css.contribution.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "cssConfigurationDescription": "これは、CSS 言語の構成に使用されます。", + "cssConfigurationTitle": "CSS の構成", + "lint": "lint 検証で使用した問題の重要度を制御します。", + "validationSettings": "CSS の検証の動作を制御します。" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/languages/css/common/cssWorker.i18n.json b/i18n/jpn/src/vs/languages/css/common/cssWorker.i18n.json new file mode 100644 index 00000000000..4fde70366d3 --- /dev/null +++ b/i18n/jpn/src/vs/languages/css/common/cssWorker.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "css.quickfix.rename": "名前を '{0}' に変更します", + "literal.fontface": "@font-face", + "literal.keyframes": "@keyframes {0}" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/languages/css/common/parser/cssErrors.i18n.json b/i18n/jpn/src/vs/languages/css/common/parser/cssErrors.i18n.json new file mode 100644 index 00000000000..e677fe5c58f --- /dev/null +++ b/i18n/jpn/src/vs/languages/css/common/parser/cssErrors.i18n.json @@ -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. +{ + "expected.colon": "コロンが必要です", + "expected.comma": "コンマが必要です", + "expected.condt": "条件が必要です", + "expected.dot": "ドットが必要です", + "expected.expression": "式が必要です", + "expected.ident": "識別子が必要です", + "expected.lcurly": "{ が必要です", + "expected.lparen": "( が必要です", + "expected.lsquare": "[ が必要です", + "expected.number": "数字が必要です", + "expected.operator": "演算子が必要です", + "expected.pagedirordecl": "ページ ディレクティブまたは宣言が必要です", + "expected.percentage": "パーセンテージが必要です", + "expected.propvalue": "プロパティ値が必要です", + "expected.rcurly": "} が必要です", + "expected.rparent": ") が必要です", + "expected.rsquare": "] が必要です", + "expected.ruleorselector": "@ 規則またはセレクターが必要です", + "expected.selector": "セレクターが必要です", + "expected.semicolon": "セミコロンが必要です", + "expected.stringliteral": "リテラル文字列が必要です", + "expected.term": "用語が必要です", + "expected.uri": "URI が必要です", + "expected.uriorstring": "URI または文字列が必要です", + "expected.varname": "変数名が必要です", + "expected.varvalue": "変数値が必要です", + "unknown.atrule": "不明な @ 規則", + "unknown.keyword": "不明なキーワード" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/languages/css/common/services/intelliSense.i18n.json b/i18n/jpn/src/vs/languages/css/common/services/intelliSense.i18n.json new file mode 100644 index 00000000000..6c402e0ca4d --- /dev/null +++ b/i18n/jpn/src/vs/languages/css/common/services/intelliSense.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "css.builtin.hsl": "色合い、鮮やかさ、明るさを指定して色を作成します。", + "css.builtin.hsla": "色合い、鮮やかさ、明るさ、アルファ値を指定して色を作成します。", + "css.builtin.rgb": "赤、緑、青の値を指定して色を作成します。", + "css.builtin.rgba": "赤、緑、青の値とアルファ値を指定して色を作成します。" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/languages/css/common/services/lint.i18n.json b/i18n/jpn/src/vs/languages/css/common/services/lint.i18n.json new file mode 100644 index 00000000000..1a7542837ae --- /dev/null +++ b/i18n/jpn/src/vs/languages/css/common/services/lint.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "keyframes.standardrule.missing": "キーフレームを定義する場合は常に標準の規則 '@keyframes' を定義します。", + "keyframes.vendorspecific.missing": "常にベンダー固有の規則をすべて含めます: 不足: {0}", + "namelist.concatenated": "{0}、'{1}'", + "namelist.single": "'{0}'", + "property.standard.missing": "標準のプロパティ '{0}' も互換性のために定義します", + "property.vendorspecific.missing": "常にベンダー固有のプロパティを含めます: 不足: {0}" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/languages/css/common/services/lintRules.i18n.json b/i18n/jpn/src/vs/languages/css/common/services/lintRules.i18n.json new file mode 100644 index 00000000000..761250754c5 --- /dev/null +++ b/i18n/jpn/src/vs/languages/css/common/services/lintRules.i18n.json @@ -0,0 +1,25 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "rule.avoidFloat": "'float' は使用しないでください。float を使用すると、レイアウトの一部が変更されたときに CSS が破損しやすくなります。", + "rule.avoidIdSelector": "セレクターには ID を含めないでください。これらの規則と HTML の結合が密接すぎます。", + "rule.avoidImportant": "!important は使用しないでください。これは CSS 全体の特定性が制御不能になり、リファクタリングが必要なことを示しています。", + "rule.colorFunction": "パラメーターの数が無効です", + "rule.duplicateDeclarations": "重複するスタイル定義を使用しないでください", + "rule.emptyRuleSets": "空の規則セットを使用しないでください", + "rule.fontFaceProperties": "@font-face 規則で 'src' プロパティと 'font-family' プロパティを定義する必要があります", + "rule.hexColor": "16 進数の色には、3 つまたは 6 つの 16 進数が含まれる必要があります", + "rule.ieHack": "IE ハックは、IE7 以前をサポートする場合にのみ必要です", + "rule.importDirective": "複数の Import ステートメントを同時に読み込むことはできません", + "rule.propertyIgnoredDueToDisplay": "表示によりプロパティが無視されます。例えば、'display: inline' の場合、width、height、margin-top、margin-bottom、および float のプロパティには効果がありません", + "rule.standardvendorprefix.all": "ベンダー固有のプレフィックスを使用する場合は、標準のプロパティも含めます", + "rule.universalSelector": "ユニバーサル セレクター (*) を使用すると処理速度が低下することが分かっています", + "rule.unknownProperty": "不明なプロパティです。", + "rule.unknownVendorSpecificProperty": "不明なベンダー固有のプロパティです。", + "rule.vendorprefixes.all": "ベンダー固有のプレフィックスを使用する場合は、他のすべてのベンダー固有のプロパティも必ず含めてください", + "rule.withHeightAndBorderPadding": "パディングまたは枠線を使用する場合は幅または高さを使用しないでください", + "rule.zeroWidthUnit": "0 の単位は必要ありません" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/languages/css/cssSnippets.i18n.json b/i18n/jpn/src/vs/languages/css/cssSnippets.i18n.json new file mode 100644 index 00000000000..0efb86870b6 --- /dev/null +++ b/i18n/jpn/src/vs/languages/css/cssSnippets.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "transition.snippet": "ブラウザー間の移行プロパティ" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/languages/html/common/htmlTags.i18n.json b/i18n/jpn/src/vs/languages/html/common/htmlTags.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/languages/html/common/htmlTags.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/languages/html/htmlSnippets.i18n.json b/i18n/jpn/src/vs/languages/html/htmlSnippets.i18n.json new file mode 100644 index 00000000000..17bf7b4b294 --- /dev/null +++ b/i18n/jpn/src/vs/languages/html/htmlSnippets.i18n.json @@ -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. +{ + "html.snippet": "簡単な HTML5 の開始位置", + "img.snippet": "イメージ", + "javascriptlink.snippet": "外部の Javascript ファイルへのリンクを挿入する", + "link.snippet": "リンク", + "ol.snippet": "簡単な番号付きリスト", + "stylesheetlink.snippet": "スタイル シートへのリンクを挿入する", + "table.snippet": "基本的なテーブル形式の開始位置", + "ul.snippet": "簡単な記号付きリスト" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/languages/javascript/common/javascript.contribution.i18n.json b/i18n/jpn/src/vs/languages/javascript/common/javascript.contribution.i18n.json new file mode 100644 index 00000000000..6e214fe3a67 --- /dev/null +++ b/i18n/jpn/src/vs/languages/javascript/common/javascript.contribution.i18n.json @@ -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. +{ + "allwaysAllWords": "現在のドキュメントの単語を常にすべて含めます。", + "compilationSettings": "JavaScript の検証の動作を制御します。", + "jsConfigurationTitle": "JavaScript の構成", + "lint": "検証に関するさまざまな設定を制御します。", + "lint.comparisonOperatorsNotStrict": "'!=' と '==' ではなく、'!==' と '===' を使用してください。", + "lint.curlyBracketsMustNotBeOmitted": "中かっこを省略しないでください。", + "lint.emptyBlocksWithoutComment": "空のブロックにはコメントが必要です。", + "lint.forcedTypeConversion": "変数の型を割り当てで再宣言しないでください。", + "lint.functionsInsideLoops": "関数がループ内にあります。", + "lint.missingSemicolon": "セミコロンがありません。", + "lint.mixedTypesArithmetics": "算術演算には数値のみを使用してください。", + "lint.newOnLowercaseFunctions": "小文字の名前の関数がコンストラクターとして使用されています。", + "lint.newOnReturningFunctions": "return ステートメントを持つ関数がコンストラクターとして使用されています。", + "lint.parametersDontMatchSignature": "パラメーターが関数の署名に一致しません", + "lint.primitivesInInstanceOf": "プリミティブ型の instanceof を使用しないでください。", + "lint.redeclaredVariables": "変数を再宣言して型を変更しないでください。", + "lint.semicolonsInsteadOfBlocks": "ブロックではなくセミコロンを使用してください。", + "lint.tripleSlashReferenceAlike": "3 つのスラッシュを含む参照に誤って入力されたものがないかを探します。", + "lint.undeclaredVariables": "宣言されていない変数を使用しないでください。", + "lint.unknownModule": "不明なモジュールを要求しません。", + "lint.unknownProperty": "不明なプロパティを使用しないでください。", + "lint.unknownTypeOfResults": "'typeof' 演算子の想定される出力と異なります。", + "lint.unusedFunctions": "未使用のローカル関数です。", + "lint.unusedVariables": "未使用のローカル変数です。", + "semanticValidation": "JavaScript ファイルにリンター チェックを実行します。validate.lint.* の設定がオーバーライドされます。", + "suggestSettings": "JavaScript の IntelliSense の動作を制御します。", + "syntaxValidation": "JavaScript ファイルの構文エラーをチェックします。", + "useCodeSnippetsOnMethodSuggest": "パラメーター シグネチャを含む完全な関数。" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/languages/json/common/contributions/bowerJSONContribution.i18n.json b/i18n/jpn/src/vs/languages/json/common/contributions/bowerJSONContribution.i18n.json new file mode 100644 index 00000000000..aa48a034922 --- /dev/null +++ b/i18n/jpn/src/vs/languages/json/common/contributions/bowerJSONContribution.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "json.bower.default": "既定の bower.json", + "json.bower.error.repoaccess": "bower レジストリに対する要求が失敗しました: {0}", + "json.bower.package.hover": "{0}" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/languages/json/common/contributions/globPatternContribution.i18n.json b/i18n/jpn/src/vs/languages/json/common/contributions/globPatternContribution.i18n.json new file mode 100644 index 00000000000..afa8bb8d44f --- /dev/null +++ b/i18n/jpn/src/vs/languages/json/common/contributions/globPatternContribution.i18n.json @@ -0,0 +1,24 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "derivedDescription": "名前が同じで拡張子が異なる兄弟を持つファイルと一致します。", + "derivedLabel": "同じ名前の兄弟があるファイル", + "falseDescription": "パターンを無効にします。", + "falseLabel": "False", + "fileDescription": "特定のファイル拡張子を持つすべてのファイルと一致します。", + "fileLabel": "特定の拡張子のファイル", + "filesDescription": "いずれかのファイル拡張子を持つすべてのファイルと一致します。", + "filesLabel": "複数の拡張子のファイル", + "folderDescription": "任意の場所にある特定の名前のフォルダーと一致します。", + "folderLabel": "特定の名前のフォルダー (任意の場所)", + "siblingsDescription": "名前が同じで拡張子が異なる兄弟を持つファイルと一致します。", + "topFolderDescription": "特定の名前の最上位にあるフォルダーと一致します。", + "topFolderLabel": "特定の名前のフォルダー (最上位)", + "topFoldersDescription": "複数の最上位フォルダーと一致します。", + "topFoldersLabel": "複数の名前のフォルダー (最上位)", + "trueDescription": "パターンを有効にします。", + "trueLabel": "True" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/languages/json/common/contributions/packageJSONContribution.i18n.json b/i18n/jpn/src/vs/languages/json/common/contributions/packageJSONContribution.i18n.json new file mode 100644 index 00000000000..cb5b19be821 --- /dev/null +++ b/i18n/jpn/src/vs/languages/json/common/contributions/packageJSONContribution.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "json.npm.error.repoaccess": "NPM リポジトリに対する要求が失敗しました: {0}", + "json.npm.latestversion": "パッケージの現在の最新バージョン", + "json.npm.majorversion": "最新のメジャー バージョンと一致します (1.x.x)", + "json.npm.minorversion": "最新のマイナー バージョンと一致します (1.2.x)", + "json.npm.package.hover": "{0}", + "json.npm.version.hover": "最新バージョン: {0}", + "json.package.default": "既定の package.json" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/languages/json/common/contributions/projectJSONContribution.i18n.json b/i18n/jpn/src/vs/languages/json/common/contributions/projectJSONContribution.i18n.json new file mode 100644 index 00000000000..e758d8f4422 --- /dev/null +++ b/i18n/jpn/src/vs/languages/json/common/contributions/projectJSONContribution.i18n.json @@ -0,0 +1,12 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "json.nugget.error.repoaccess": "nuget リポジトリに対する要求が失敗しました: {0}", + "json.nugget.package.hover": "{0}", + "json.nugget.version.hover": "最新バージョン: {0}", + "json.nugget.versiondescription.suggest": "パッケージの現在の最新バージョン", + "json.project.default": "既定の project.json" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/languages/json/common/json.contribution.i18n.json b/i18n/jpn/src/vs/languages/json/common/json.contribution.i18n.json new file mode 100644 index 00000000000..e663141a4c2 --- /dev/null +++ b/i18n/jpn/src/vs/languages/json/common/json.contribution.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "jsonConfiguration.fileMatch": "JSON ファイルをスキーマに解決するときに照合に使用する、'*' を含めることができるファイルのパターン。", + "jsonConfiguration.fileMatches": "JSON ファイルをスキーマに解決するときに照合に使用する、ファイル パターンの配列。", + "jsonConfiguration.schema": "指定された URL のスキーマ定義。スキーマの URL へのアクセスを防ぐために、スキーマのみを入力してください。", + "jsonConfiguration.schemaPath": "スキーマの URL、またはスキーマへの現在のディレクトリからの相対パス", + "jsonConfiguration.schemas": "現在のプロジェクト内の JSON ファイルにスキーマを関連付けます", + "jsonConfigurationDescription": "JSON の設定およびスキーマの構成に使用されます。", + "jsonConfigurationTitle": "JSON の構成" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/languages/json/common/json.i18n.json b/i18n/jpn/src/vs/languages/json/common/json.i18n.json new file mode 100644 index 00000000000..281be1c999f --- /dev/null +++ b/i18n/jpn/src/vs/languages/json/common/json.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "array": "配列", + "boolean": "ブール値", + "number": "数値", + "object": "オブジェクト", + "string": "文字列", + "undefined": "未定義" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/languages/json/common/jsonIntellisense.i18n.json b/i18n/jpn/src/vs/languages/json/common/jsonIntellisense.i18n.json new file mode 100644 index 00000000000..f7bb5e30dea --- /dev/null +++ b/i18n/jpn/src/vs/languages/json/common/jsonIntellisense.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "json.suggest.default": "既定値" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/languages/json/common/jsonSchemaService.i18n.json b/i18n/jpn/src/vs/languages/json/common/jsonSchemaService.i18n.json new file mode 100644 index 00000000000..571844dfc81 --- /dev/null +++ b/i18n/jpn/src/vs/languages/json/common/jsonSchemaService.i18n.json @@ -0,0 +1,169 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "app.plugin.json.activationEvents": "プラグインのアクティブ化イベント", + "app.plugin.json.contributes": "このプラグインの貢献", + "app.plugin.json.contributes.language": "プラグインの言語貢献", + "app.plugin.json.contributes.language.aliases": "この言語の名前エイリアス", + "app.plugin.json.contributes.language.extensions": "この言語に関連付けられているファイル拡張子", + "app.plugin.json.contributes.language.filenames": "この言語に関連付けられているファイル名", + "app.plugin.json.contributes.language.id": "この言語の ID", + "app.plugin.json.dependencies": "プラグインの依存関係", + "app.plugin.json.mainModule": "メイン JavaScript ファイルへの相対パス", + "app.plugin.json.pluginId": "一意のプラグイン ID", + "app.plugin.json.scripts": "プラグインによって提供されるスクリプト", + "app.plugin.json.scripts.compile": "このプラグインをコンパイルするためのコマンド ライン", + "bower.json.authors": "パッケージのコンテンツを作成したユーザーのリスト。", + "bower.json.dependencies": "依存関係は、semver の互換性のある識別子または URL のパッケージ名の単純なハッシュで指定します。", + "bower.json.description": "簡単な説明を付けて、ユーザーがパッケージを特定および検索できるようにします。", + "bower.json.devDependencies": "テスト フレームワークやドキュメントの作成など、パッケージ開発のみに必要な依存関係。", + "bower.json.exportsOverride": "カスタム インストールの場所を指定するために grunt-bower-task により使用されます。", + "bower.json.homepage": "パッケージに関する詳細の URL。指定されていない場合は GitHub プロジェクトにフォールバックし、GitHub エンドポイントになります。", + "bower.json.ignore": "パッケージをインストールするときに Bower が無視するファイルの一覧。", + "bower.json.invalidPatternName": "_ で始まるすべてのプロパティが有効です。", + "bower.json.keywords": "キーワードでの検索に使用します。名前を知らない人がパッケージを簡単に見つけられるようにします。", + "bower.json.license": "SPDX ライセンスの識別子、またはライセンスへのパス/URL。", + "bower.json.main": "パッケージの使用に必要な、主に動作するファイル。", + "bower.json.moduleType": "このパッケージが公開するモジュールの種類", + "bower.json.packagename": "パッケージの名前。", + "bower.json.private": "True に設定すると、発行を拒否します。これは、プライベート リポジトリが誤って発行されるのを回避する方法です。", + "bower.json.repository": "ソース コードが見つかるリポジトリ。", + "bower.json.resolutions": "パッケージ間で競合が発生した場合に自動的に解決する依存関係のバージョン。", + "bower.json.title": "Bower 構成ファイルの JSON スキーマ", + "bower.json.version": "セマンティックのバージョン番号。", + "global.json.projects": "このファイルに関連するプロジェクト フォルダーの一覧。", + "global.json.sources": "このファイルに関連するソース フォルダーの一覧。", + "global.json.title": "ASP.NET グローバル構成ファイルの JSON スキーマ", + "jsconfig.json.compilerOptions": ".js ファイルの検証方法を JavaScript 言語サービスに指示します", + "jsconfig.json.compilerOptions.charset": "入力ファイルの文字セット", + "jsconfig.json.compilerOptions.decorators": "ES7 デコレーターの実験的なサポートを有効にします。", + "jsconfig.json.compilerOptions.diagnostics": "診断情報を表示します。", + "jsconfig.json.compilerOptions.locale": "エラー メッセージの表示に使用するロケール (例えば en-us)。", + "jsconfig.json.compilerOptions.mapRoot": "生成された場所の代わりに、デバッガーでマップ ファイルを探す場所を指定します", + "jsconfig.json.compilerOptions.module": "解決の対象となるモジュール コード生成。 'commonjs'、'amd'、'system'、または 'umd' のいずれかです。", + "jsconfig.json.compilerOptions.noLib": "既定のライブラリ ファイル (lib.d.ts) を含めません。", + "jsconfig.json.compilerOptions.target": "ECMAScript のターゲット バージョンを指定します: 'ES3' (既定)、'ES5'、または 'ES6' (実験用)。", + "jsconfig.json.exclude": "除外するファイルとフォルダーの一覧を示します。このプロパティは、'files\" プロパティが存在する場合には採用されません。", + "jsconfig.json.files": "jsconfig.json の中に 'files' プロパティが存在しない場合、言語サービスの既定の動作として、ディレクトリやサブディレクトリに入っているすべてのファイルを含めます。'files' プロパティが指定されている場合は、それらのファイルだけが含まれます。", + "jsconfig.json.title": "JavaScript 構成ファイル用の JSON スキーマ", + "json.schema.unabletoload": "'{0}' からスキーマを読み込むことができません: {1}。", + "package.json.bugs": "プロジェクトの問題追跡ツールの URL、または問題の報告先電子メール アドレス。これらは、パッケージで問題が発生するユーザーに役立ちます。", + "package.json.bugs.email": "問題の報告先電子メール アドレス。", + "package.json.bugs.url": "プロジェクトの問題追跡ツールの URL。", + "package.json.bundleDependencies": "パッケージの発行時にバンドルされるパッケージ名の配列。", + "package.json.bundledDependencies": "パッケージの発行時にバンドルされるパッケージ名の配列。", + "package.json.config": "'config' ハッシュはを使用して、パッケージ スクリプトで使用されるアップグレード後も保持される構成パラメーターを設定できます。", + "package.json.contributors": "このパッケージの共同作成者の一覧。", + "package.json.dependency": "依存関係は、パッケージ名からバージョン範囲への単純なハッシュを使用して指定されます。バージョン範囲は、スペースで区切られた 1 つ以上の記述子が含まれる文字列です。依存関係は、ターボールまたは GIT URL によっても指定できます。", + "package.json.descr": "これにより、'npm search' で一覧表示されるので、パッケージが見つけやすくなります。", + "package.json.description": "このパッケージの NPM 構成。", + "package.json.directories.bin": "'bin' ディレクトリを指定すると、そのフォルダー内のすべてのファイルは 'bin' ハッシュとして使用されます。", + "package.json.directories.doc": "マークダウン ファイルをここに配置します。将来、これらは適切に表示される予定です。", + "package.json.directories.example": "サンプル スクリプトをここに配置します。将来、より良い方法で公開される可能性があります。", + "package.json.directories.lib": "ライブラリの大部分の配置場所を示します。lib フォルダーに特別なことをするわけではありませんが、便利なメタ情報です。", + "package.json.directories.man": "完全な man ページを含むフォルダーです。フォルダーを調べて 'man' 配列を生成します。", + "package.json.files": "'files' フィールドは、プロジェクトに含めるファイルの配列です。配列でフォルダーに名前を付けた場合、配列には、そのフォルダー内のファイルも含まれます。", + "package.json.homepage": "プロジェクトのホームページへの URL です。", + "package.json.keywords": "これにより、'npm search' で一覧表示されるので、パッケージが見つけやすくなります。", + "package.json.license": "ユーザーがどの程度パッケージを使用できるのかを理解し、パッケージの使用に制限があるかどうかを理解できるよう、パッケージに特定のライセンスを指定する必要があります。", + "package.json.licenses": "ユーザーがどの程度パッケージを使用できるのかを理解し、パッケージの使用に制限があるかどうかを理解できるよう、パッケージに特定のライセンスを指定する必要があります。", + "package.json.main": "メイン フィールドは、プログラムへのプライマリ エントリ ポイントであるモジュール ID です。", + "package.json.maintainers": "このパッケージをメンテナンスしているユーザーの一覧。", + "package.json.man": "man プログラムが検索する場所に入れる単一ファイルまたはファイル名の配列のいずれかを指定します。", + "package.json.name": "このパッケージの名前。", + "package.json.person": "このパッケージの作成またはメンテナンスに関わっているユーザー", + "package.json.preferGlobal": "パッケージが主にコマンド ライン アプリケーションでグローバルにインストールする必要のある場合、この値を true に設定しローカルにインストールされたときに警告を表示するようにします。", + "package.json.private": "true に設定すると、npm によって発行が拒否されます。", + "package.json.repository": "コードがある場所を指定します。これは、貢献したい人に役立ちます。", + "package.json.scripts": "'scripts' メンバーは、パッケージのライフサイクル内で何度も実行されるスクリプト コマンドのオブジェクト ハッシュです。キーはライフサイクル イベントで、値はその時点で実行するコマンドです。", + "package.json.underscore": "_ で始まるすべてのプロパティが有効です。", + "package.json.version": "バージョンは、依存関係として npm とバンドルされる node-semver によって解析可能でなければなりません。", + "project.json.authors": "このアプリケーションの作成者", + "project.json.bundleExclude": "公開出力 (kpm バンドル) から除外するファイルの一覧。", + "project.json.code": "コンパイルする必要があるすべてのコード ファイルを指定する glob パターン (データ型: glob パターンを持つ文字列または配列)。例: [ 'Folder1*.cs', 'Folder2*.cs' ]", + "project.json.commands": "このアプリケーションで利用可能なコマンド", + "project.json.compilationOptions": "Roslyn に渡されるコンパイル オプション", + "project.json.configurations": "構成は、コンパイル設定の名前付きグループです。ランタイムにビルドされる既定値には、'Debug' と 'Release' の2 つがあります。", + "project.json.dependencies": "アプリケーションの依存関係。各エントリは Nuget パッケージの名前とバージョンを指定します。", + "project.json.dependency.name": "依存関係のバージョン。", + "project.json.dependency.type": "依存関係の種類。'build' の依存関係が存在するのはビルド時のみです", + "project.json.description": "アプリケーションの説明", + "project.json.exclude": "コンパイルから除外するすべてのコード ファイルを示す glob パターン (データ型: glob パターンを使用する文字列または配列)。", + "project.json.frameworks": "ビルドされるターゲット フレームワークと、構成に固有の依存関係。", + "project.json.preprocess": "プリプロセスするすべてのコード ファイルを示す glob パターン (データ型: glob パターンを使用する文字列)。", + "project.json.resources": "リソースとしてコンパイルする必要があるすべてのファイルを示す glob パターン。", + "project.json.script": "コマンド ライン スクリプト。\r\r利用可能な変数:\r%project:Directory% - プロジェクトのディレクトリ\r%project:Name% - プロジェクト名\r%project:Version% - プロジェクトのバージョン", + "project.json.scripts": "さまざまな段階で実行するスクリプト。", + "project.json.shared": "依存プロジェクトと共有するコード ファイルを指定する glob パターン。例: [ 'Folder1*.cs', 'Folder2*.cs' ]", + "project.json.title": "ASP.NET project.json ファイルの JSON スキーマ", + "project.json.version": "アプリケーションのバージョン。例: 1.2.0.0", + "project.json.webroot": "project.json ファイルで webroot プロパティを指定すると、Web サーバーのルート (パブリック フォルダー) が指定されます。Visual Studio では、このフォルダーはルート IIS に使用されます。静的ファイルはここに配置する必要があります。", + "schema.json": "スキーマを使用して JSON ファイルを記述します。詳細については、json-schema.org を参照してください。", + "schema.json.$schema": "このドキュメントを検証するためのスキーマ ", + "schema.json.additionalItems": "配列に対応 (項目が配列として設定されている場合のみ)。スキーマの場合、このスキーマによって、項目の配列によって指定された項目の後にある項目が検証されます。false の場合、追加の項目により、検証に失敗します。", + "schema.json.additionalProperties": "スキーマまたはブール値。スキーマの場合は、'properties' とも 'patternProperties' とも一致しないすべてのプロパティを検証するために使用されます。false の場合は、どちらとも一致しないプロパティがあれば、このスキーマは失敗します。", + "schema.json.allOf": "スキーマの配列 (スキーマはすべて一致する必要があります)。", + "schema.json.anyOf": "スキーマの配列 (この場合、少なくとも 1 つが一致する必要があります)。", + "schema.json.default": "既定値。候補に使用されます。", + "schema.json.definitions": "検証に使用されません。$ref を使用してインラインで参照するサブスキーマをここに配置してください", + "schema.json.dependencies": "プロパティ名の配列、またはスキーマへのプロパティ名のマップ。プロパティ名の配列は、キー形式の名前が付いたプロパティが、有効にするためにオブジェクトに含まれている、配列内のプロパティによって決まることを意味します。値がスキーマの場合は、キー内のプロパティがオブジェクトに存在する場合のみ、スキーマがオブジェクトに適用されます。", + "schema.json.description": "要素の詳しい説明。ホバー メニューや候補に使用されます。", + "schema.json.enum": "有効なリテラル値のセット", + "schema.json.exclusiveMaximum": "maximum プロパティを排他にします。", + "schema.json.exclusiveMininum": "minimum プロパティを排他にします。", + "schema.json.id": "スキーマの一意識別子。", + "schema.json.items": "配列に対応。各要素の検証対象となるスキーマ、または各項目を順番 (最初のスキーマで最初の要素、2 番目のスキーマで 2 番目の要素を検証するなど) に検証する際に対象となるスキーマの配列になります。", + "schema.json.maxItems": "配列内に含めることのできる項目の最大数 (その値を含む)。", + "schema.json.maxLength": "文字列の最大長。", + "schema.json.maxProperties": "オブジェクトに含めることのできるプロパティの最大数 (その値を含む)。", + "schema.json.maximum": "最大数値 (既定で含む)。", + "schema.json.minItems": "配列内に含めることのできる項目の最小数 (その値を含む)。", + "schema.json.minLength": "文字列の最小長。", + "schema.json.minProperties": "オブジェクトに含めることのできるプロパティの最小数 (その値を含む)。", + "schema.json.minimum": "最小数値 (既定で含む)。", + "schema.json.multipleOf": "現在の値を割り切れる数値 (つまり、余りなし)", + "schema.json.not": "一致しないスキーマ。", + "schema.json.oneOf": "スキーマの配列 (スキーマのうち 1 つは一致する必要があります)。", + "schema.json.pattern": "文字列を照合する正規表現。これは暗黙的に固定されていません。", + "schema.json.patternProperties": "一致するプロパティのスキーマへのプロパティ名の正規表現のマップ。", + "schema.json.properties": "各プロパティのスキーマへのプロパティ名のマップ。", + "schema.json.required": "このオブジェクトで必要なすべてのプロパティの名前を示す文字列の配列。", + "schema.json.title": "要素のわかりやすいタイトル", + "schema.json.type": "基本的なスキーマの種類のいずれかの文字列 (number、integer、null、array、object、boolean、string) またはこれらの種類のサブセットを示す文字列の配列。", + "schema.json.uniqueItems": "配列内のすべての項目が一意である必要があるかどうか。既定値は false です。", + "snippetSchema.json": "ユーザー スニペット構成", + "snippetSchema.json.body": "スニペットの内容。変数には '${id}'、'${id:label}'、'${1:label}' を使用し、カーソル位置には '$0'、'$1' を使用します。", + "snippetSchema.json.description": "スニペットについての記述。", + "snippetSchema.json.prefix": "intellisense でスニペットを選択するときに使用するプレフィックス", + "tsconfig.json.compilerOptions": ".ts ファイルをコンパイルする方法をTypeScript コンパイラに指示します。", + "tsconfig.json.compilerOptions.charset": "入力ファイルの文字セット", + "tsconfig.json.compilerOptions.declaration": "対応する d.ts ファイルを生成します。", + "tsconfig.json.compilerOptions.diagnostics": "診断情報を表示します。", + "tsconfig.json.compilerOptions.emitBOM": "出力ファイルの先頭に UTF-8 Byte Order Mark (BOM) を生成します。", + "tsconfig.json.compilerOptions.inlineSourceMap": "ソース マップを別個のファイルにせずに、単一のファイルを生成します。", + "tsconfig.json.compilerOptions.inlineSources": "単一のファイルの中にソースおよびソースマップを生成します。--inlineSourceMap が設定される必要があります。", + "tsconfig.json.compilerOptions.listFiles": "コンパイルのファイル名部分を出力します。", + "tsconfig.json.compilerOptions.locale": "エラー メッセージの表示に使用するロケール (例えば en-us)。", + "tsconfig.json.compilerOptions.mapRoot": "生成された場所ではなくデバッガーがマップ ファイルを探す必要がある場所を指定します", + "tsconfig.json.compilerOptions.module": "モジュール コード生成を指定します: 'CommonJS'、'Amd'、'System'、または 'UMD' です。", + "tsconfig.json.compilerOptions.newLine": "ファイルの生成で使用される改行を指定します: 'CRLF' (dos) または 'LF' (unix) です。", + "tsconfig.json.compilerOptions.noEmit": "出力を生成しません。", + "tsconfig.json.compilerOptions.noEmitHelpers": "コンパイルされる出力で __extends などのカスタム ヘルパー関数を生成しません。", + "tsconfig.json.compilerOptions.noEmitOnError": "チェック エラーが報告された場合は、出力を生成しません。", + "tsconfig.json.compilerOptions.noImplicitAny": "暗黙的な 'any' 型を持つ式と宣言に対する警告。", + "tsconfig.json.compilerOptions.noLib": "既定のライブラリ ファイル (lib.d.ts) を含めません。", + "tsconfig.json.compilerOptions.out": "出力を連結して 1 つのファイルを生成します。", + "tsconfig.json.compilerOptions.outDir": "ディレクトリへ出力構造をリダイレクトします。", + "tsconfig.json.compilerOptions.preserveConstEnums": "生成されたコード内の const enum 宣言を消去しません。", + "tsconfig.json.compilerOptions.removeComments": "コメントを出力しません。", + "tsconfig.json.compilerOptions.rootDir": "入力ファイルのルート ディレクトリを指定します。--outDir と一緒に出力ディレクトリ構造を制御するために使用します。", + "tsconfig.json.compilerOptions.sourceMap": "対応する '.map' ファイルを生成します。", + "tsconfig.json.compilerOptions.sourceRoot": "ソースの場所ではなくデバッガーが TypeScript ファイルを探す必要がある場所を指定します。", + "tsconfig.json.compilerOptions.suppressImplicitAnyIndexErrors": "インデックス シグニチャのないオブジェクトにインデックスを作成するため、noImplicitAny エラーを抑制します。", + "tsconfig.json.compilerOptions.target": "ECMAScript のターゲット バージョンを指定します: 'ES3' (既定)、'ES5'、または 'ES6' (実験用)。", + "tsconfig.json.files": "'files' プロパティが tsconfig.json に存在しない場合、コンパイラは既定でディレクトリおよびサブディレクトリを含むすべてのファイルを含めます。'files' プロパティを指定すると、それらのファイルだけが含まれます。", + "tsconfig.json.title": "TypeScript コンパイラの構成ファイルの JSON スキーマ" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/languages/json/common/parser/jsonParser.i18n.json b/i18n/jpn/src/vs/languages/json/common/parser/jsonParser.i18n.json new file mode 100644 index 00000000000..aa233106af3 --- /dev/null +++ b/i18n/jpn/src/vs/languages/json/common/parser/jsonParser.i18n.json @@ -0,0 +1,44 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "ColonExpected": "コロンが必要です", + "DisallowedExtraPropWarning": "プロパティ {0} は許可されていません", + "DoubleQuotesExpected": "プロパティ キーは二重引用符で囲む必要があります", + "DuplicateKeyWarning": "オブジェクト キーが重複しています", + "End of file expected": "ファイルの終わりが必要です", + "ExpectedCloseBrace": "コンマまたは閉じ波かっこが必要です", + "ExpectedCloseBracket": "コンマまたは右角かっこが必要です", + "Invalid symbol": "JSON オブジェクト、配列、またはリテラルが必要です", + "InvalidEscapeCharacter": "文字列に無効なエスケープ文字があります", + "InvalidNumberFormat": "無効な数値表示形式", + "InvalidUnicode": "文字列に無効な Unicode シーケンスがあります", + "MaxPropWarning": "オブジェクトには、{0} 個の制限を超えるプロパティが含まれています", + "MinPropWarning": "オブジェクトに含まれるプロパティの数が必要な数 {0} 個を下回っています", + "MissingRequiredPropWarning": "プロパティ \"{0}\" がありません", + "PropertyExpected": "プロパティが必要です", + "RequiredDependentPropWarning": "プロパティ {1} に必要なプロパティ {0} がオブジェクトにありません", + "UnexpectedEndOfComment": "予期しないコメントの終了", + "UnexpectedEndOfNumber": "予期しない数の終了", + "UnexpectedEndOfString": "予期しない文字列の終了", + "ValueExpected": "値が必要です", + "additionalItemsWarning": "スキーマに従って配列に含まれる項目が多すぎます。{0} 個以下にする必要があります。", + "enumWarning": "値が利用可能な値ではありません。有効な値: {0}", + "exclusiveMaximumWarning": "値が排他の最大値 {0} を超えています", + "exclusiveMinimumWarning": "値が排他の最小値 {0} を下回っています", + "maxItemsWarning": "配列の項目が多すぎます。{0} 個以下にする必要があります", + "maxLengthWarning": "文字列は最大長より短くなっています: ", + "maximumWarning": "値が最大値 {0} を超えています", + "minItemsWarning": "配列の項目が少なすぎます。{0} 個以上にする必要があります", + "minLengthWarning": "文字列が最小長より短くなっています: ", + "minimumWarning": "値が最小値 {0} を下回っています", + "multipleOfWarning": "値は {0} で割り切ることができません", + "notSchemaWarning": "許可されていないスキーマと一致します。", + "oneOfWarning": "1 つだけ検証する必要があるときに複数のスキーマと一致します。", + "patternWarning": "文字列が \"{0}\" のパターンと一致しません", + "typeArrayMismatchWarning": "型が正しくありません。{0} のいずれかが必要です", + "typeMismatchWarning": "型が正しくありません。\"{0}\" が必要です", + "uniqueItemsWarning": "配列に重複する項目が含まれています" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/languages/json/contributions/packageJSONContribution.i18n.json b/i18n/jpn/src/vs/languages/json/contributions/packageJSONContribution.i18n.json new file mode 100644 index 00000000000..40cb5680a6d --- /dev/null +++ b/i18n/jpn/src/vs/languages/json/contributions/packageJSONContribution.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "json.npm.package.hover": "{0}", + "json.npm.version.hover": "最新バージョン: {0}", + "json.package.default": "既定の package.json" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/languages/less/common/less.contribution.i18n.json b/i18n/jpn/src/vs/languages/less/common/less.contribution.i18n.json new file mode 100644 index 00000000000..38e6dd11085 --- /dev/null +++ b/i18n/jpn/src/vs/languages/less/common/less.contribution.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "lessConfigurationDescription": "これは、LESS の言語の構成に使用されます。", + "lessConfigurationTitle": "LESS の構成", + "lessLint": "LESS lint の検証で使用した問題の重要度を制御します。", + "lessValidationSettings": "LESS の検証の動作を制御します。" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/languages/less/common/services/intelliSense.i18n.json b/i18n/jpn/src/vs/languages/less/common/services/intelliSense.i18n.json new file mode 100644 index 00000000000..345c58694be --- /dev/null +++ b/i18n/jpn/src/vs/languages/less/common/services/intelliSense.i18n.json @@ -0,0 +1,60 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "less.builtin.abs": "数値の絶対値", + "less.builtin.acos": "アークコサイン - コサイン関数の逆関数", + "less.builtin.alpha": "`@color` の `alpha` チャネルを返します", + "less.builtin.argb": "#AARRGGBB を作成します", + "less.builtin.asin": "アークサイン - サイン関数の逆関数", + "less.builtin.atan": "アークタンジェント - タンジェント関数の逆関数", + "less.builtin.blue": "`@color` の `blue` チャネルを返します", + "less.builtin.ceil": "整数に切り上げます", + "less.builtin.color": "文字列を解析して色に変換します", + "less.builtin.contrast": "`@color1 is> 43% 輝度` の場合は `@darkcolor` を返します。それ以外の場合は `@lightcolor` を返します。メモを参照してください。", + "less.builtin.convert": "数値の型を別の型に変換します", + "less.builtin.cos": "コサイン関数", + "less.builtin.darken": "10% points _darker_ の `@color` を返します", + "less.builtin.data-uri": "リソースをインライン化して `url()` の予備にします", + "less.builtin.desaturate": "10% points _less_ saturated の `@color` を返します。", + "less.builtin.e": "文字列の内容をエスケープします", + "less.builtin.escape": "文字列を URL エンコードします", + "less.builtin.extract": "リスト内の指定した位置にある値を返します", + "less.builtin.fade": "透過性が 50% の `@color` を返します", + "less.builtin.fadein": "10% points _less_ transparent の `@color` を返します", + "less.builtin.fadeout": "10% points _more_ transparent の `@color` を返します", + "less.builtin.floor": "整数に切り捨てます", + "less.builtin.green": "`@color` の `green` チャネルを返します", + "less.builtin.greyscale": "色の彩度を 100% 下げた灰色を返します", + "less.builtin.hsl": "色を作成します", + "less.builtin.hsla": "色を作成します", + "less.builtin.hsv": "色を作成します", + "less.builtin.hsva": "色を作成します", + "less.builtin.hsvhue": "HSV 空間での `@color` の `hue` チャネルを返します", + "less.builtin.hsvsaturation": "HSV 空間での `@color` の `saturation` チャネルを返します", + "less.builtin.hsvvalue": "HSV 空間での `@color` の `value` チャネルを返します", + "less.builtin.hue": "HSL 空間での `@color` の `hue` チャネルを返します", + "less.builtin.length": "値リストに含まれる要素の数を返します", + "less.builtin.lighten": "10% points _lighter_ の `@color` を返します", + "less.builtin.lightness": "HSL 空間での `@color` の `lightness` チャネルを返します", + "less.builtin.luma": "`@color` の `輝度` 値 (知覚的な明るさ) を返します", + "less.builtin.max": "1 つ以上の値のうち最低の値を返します", + "less.builtin.min": "1 つ以上の値のうち最低の値を返します", + "less.builtin.mix": "`@color1` と `@color2` を混ぜた色を返します", + "less.builtin.mod": "1 番目の引数に対する 2 番目の引数の剰余", + "less.builtin.percentage": "% に変換します (例 0.5 > 50%)", + "less.builtin.pi": "π を返します", + "less.builtin.pow": "1 番目の引数を 2 番目の引数で累乗します", + "less.builtin.red": "`@color` の `red` チャネルを返します", + "less.builtin.replace": "文字列の置換", + "less.builtin.round": "数値を指定した桁数に丸めます", + "less.builtin.saturate": "10% points _more_ saturated の `@color` を返します", + "less.builtin.saturation": "HSL 空間での `@color` の `saturation` チャネルを返します", + "less.builtin.sin": "サイン関数", + "less.builtin.spin": "色合いを 10 度上げた `@color` を返します", + "less.builtin.sqrt": "数値の平方根を計算します", + "less.builtin.tan": "タンジェント関数", + "less.builtin.unit": "単位を削除または変更します" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/languages/less/lessWorker.i18n.json b/i18n/jpn/src/vs/languages/less/lessWorker.i18n.json new file mode 100644 index 00000000000..77a351673e1 --- /dev/null +++ b/i18n/jpn/src/vs/languages/less/lessWorker.i18n.json @@ -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. +{ + "literal.fontface": "@font-face", + "literal.keyframes": "@keyframes {0}" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/languages/less/parser/errors.i18n.json b/i18n/jpn/src/vs/languages/less/parser/errors.i18n.json new file mode 100644 index 00000000000..c91ea5fd7dc --- /dev/null +++ b/i18n/jpn/src/vs/languages/less/parser/errors.i18n.json @@ -0,0 +1,24 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "expected.colon": "コロンが必要です", + "expected.condt": "条件が必要です", + "expected.dot": "ドットが必要です", + "expected.ident": "識別子が必要です", + "expected.lcurly": "{ が必要です", + "expected.lparen": "( が必要です", + "expected.lsquare": "[ が必要です", + "expected.number": "数字が必要です", + "expected.operator": "演算子が必要です", + "expected.propvalue": "プロパティ値が必要です", + "expected.rcurly": "} が必要です", + "expected.rparent": ") が必要です", + "expected.rsquare": "] が必要です", + "expected.semicolon": "セミコロンが必要です", + "expected.term": "用語が必要です", + "expected.varname": "変数名が必要です", + "expected.varvalue": "変数値が必要です" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/languages/less/services/lint.i18n.json b/i18n/jpn/src/vs/languages/less/services/lint.i18n.json new file mode 100644 index 00000000000..0be5d7e200b --- /dev/null +++ b/i18n/jpn/src/vs/languages/less/services/lint.i18n.json @@ -0,0 +1,20 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "parse.error.general": "解析エラー: {0}", + "rule.colorFunction": "パラメーターの数が無効です", + "rule.duplicateDeclarations": "重複するスタイル定義を使用しないでください", + "rule.emptyRuleSets": "空の規則セットを使用しないでください", + "rule.fontFaceProperties": "@font-face 規則で 'src' プロパティと 'font-family' プロパティを定義する必要があります", + "rule.hexColor": "16 進の色コードは、3 個または 6 個の 16 進数で構成する必要があります", + "rule.importDirective": "複数の Import ステートメントは同時に読み込まれません", + "rule.universalSelector": "ユニバーサル セレクター (*) を使用すると処理速度が低下することが知られています", + "rule.unkownProperty": "不明なプロパティです。", + "rule.vendorprefixes.all": "ベンダー固有のプレフィックスを使用する際は、それらすべてを使用するようにしてください", + "rule.vendorprefixes.standard": "ベンダー固有のプレフィックスを使用する際は、標準の名前も含めてください", + "rule.withHeightAndBorderPadding": "パディングまたは枠線を使用する場合は幅または高さを使用しないでください", + "rule.zeroWidthUnit": "0 の単位は必要ありません" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/languages/lib/javascriptSnippets.i18n.json b/i18n/jpn/src/vs/languages/lib/javascriptSnippets.i18n.json new file mode 100644 index 00000000000..9679beb60cc --- /dev/null +++ b/i18n/jpn/src/vs/languages/lib/javascriptSnippets.i18n.json @@ -0,0 +1,22 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "define.snippet": "define モジュール", + "dowhile.snippet": "Do-While ステートメント", + "for.snippet": "For ループ", + "foreach.snippet": "For-Each ループ", + "forin.snippet": "For-In ループ", + "function.snippet": "Function ステートメント", + "if.snippet": "If ステートメント", + "ifelse.snippet": "If-Else ステートメント", + "log.snippet": "コンソール ログ", + "new.snippet": "New ステートメント", + "settimeout.snippet": "Set Timeout 関数", + "switch.snippet": "Switch ステートメント", + "tripleslashreference.snippet": "別のファイルへの相対参照", + "trycatch.snippet": "Try-Catch ステートメント", + "while.snippet": "While ステートメント" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/languages/markdown/common/markdown.contribution.i18n.json b/i18n/jpn/src/vs/languages/markdown/common/markdown.contribution.i18n.json new file mode 100644 index 00000000000..47d44bed16d --- /dev/null +++ b/i18n/jpn/src/vs/languages/markdown/common/markdown.contribution.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "markdownConfigurationDescription": "これは、マークダウン プレビューに関連する設定の構成に使用されます。", + "markdownConfigurationTitle": "マークダウン プレビューの構成", + "styles": "マークダウン プレビューで使用する CSS スタイル シートへの URL またはローカル パスのリスト。" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/languages/markdown/markdownSnippets.i18n.json b/i18n/jpn/src/vs/languages/markdown/markdownSnippets.i18n.json new file mode 100644 index 00000000000..bd0f172dfb7 --- /dev/null +++ b/i18n/jpn/src/vs/languages/markdown/markdownSnippets.i18n.json @@ -0,0 +1,18 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "bold.snippet": "太字のテキストの挿入", + "code.snippet": "コードの挿入", + "fencedcodeblock.snippet": "フェンス状態のコード ブロックの挿入", + "heading.snippet": "見出しの挿入", + "image.snippet": "イメージの挿入", + "italic.snippet": "斜体のテキストの挿入", + "link.snippet": "リンクの挿入", + "orderedList.snippet": "順序付きリストの挿入", + "quote.snippet": "引用符で囲まれたテキストの挿入", + "rule.snippet": "水平線の挿入", + "unorderedList.snippet": "記号付きリストの挿入" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/languages/sass/common/parser/sassErrors.i18n.json b/i18n/jpn/src/vs/languages/sass/common/parser/sassErrors.i18n.json new file mode 100644 index 00000000000..054a5ddf874 --- /dev/null +++ b/i18n/jpn/src/vs/languages/sass/common/parser/sassErrors.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "expected.from": "'from' が必要です", + "expected.in": "'in' が必要です。", + "expected.through": "'through' または 'to' が必要です" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/languages/sass/common/sass.contribution.i18n.json b/i18n/jpn/src/vs/languages/sass/common/sass.contribution.i18n.json new file mode 100644 index 00000000000..baca81bd1ec --- /dev/null +++ b/i18n/jpn/src/vs/languages/sass/common/sass.contribution.i18n.json @@ -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. +{ + "sassConfigurationTitle": "SASS の構成", + "sassLint": "SASS lint 検証で使用した問題の重要度を制御します。" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/languages/sass/common/services/intelliSense.i18n.json b/i18n/jpn/src/vs/languages/sass/common/services/intelliSense.i18n.json new file mode 100644 index 00000000000..c2d4314a41d --- /dev/null +++ b/i18n/jpn/src/vs/languages/sass/common/services/intelliSense.i18n.json @@ -0,0 +1,81 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "sass.builtin.abs": "数値の絶対値を返します。", + "sass.builtin.adjust-color": "色の 1 つ以上のコンポーネントを増減します。", + "sass.builtin.adjust-hue": "色の色合いを変更します。", + "sass.builtin.alpha": "色の不透明度を取得します。", + "sass.builtin.append": "リストの末尾に 1 つの値を追加します。", + "sass.builtin.blue": "色の青のコンポーネントを取得します。", + "sass.builtin.call": "SASS 関数を動的に呼び出します。", + "sass.builtin.ceil": "数値を次の自然数に切り上げます。", + "sass.builtin.change-color": "色の 1 つ以上のプロパティを変更します。", + "sass.builtin.comparable": "2 つの数値の加算、減算、または比較が可能かどうかを返します。", + "sass.builtin.complement": "色の補色を返します。", + "sass.builtin.darken": "色を暗くします。", + "sass.builtin.desaturate": "色の飽和度を下げます。", + "sass.builtin.fade-in": "色の不透明度を上げます。", + "sass.builtin.feature-exists": "現在の SASS ランタイムに機能が存在するかどうかを返します。", + "sass.builtin.floor": "数値を 1 つ前の自然数に切り下げます。", + "sass.builtin.function-exists": "指定した名前の関数があるかどうかを返します。", + "sass.builtin.global-variable-exists": "指定した名前の変数がグローバル スコープに存在するかどうかを返します。", + "sass.builtin.grayscale": "色をグレースケールに変換します。", + "sass.builtin.green": "色の緑のコンポーネントを取得します。", + "sass.builtin.hue": "色の色合いのコンポーネントを取得します。", + "sass.builtin.ie-hex-str": "色を、IE フィルターが認識できる形式に変換します。", + "sass.builtin.index": "リスト内での値の位置を返します。", + "sass.builtin.inspect": "値を SASS で表現した場合の文字列形式を返します。", + "sass.builtin.invert": "色の反転色を返します。", + "sass.builtin.is-superselector": "$super が、$sub の適合するすべての要素に (そしておそらくそれ以上の要素にも) 適合するかどうかを返します。", + "sass.builtin.join": "2 つのリストを 1 つのリストに結合します。", + "sass.builtin.keywords": "変数引数をとる関数に渡されたキーワードを返します。", + "sass.builtin.length": "リストの長さを返します。", + "sass.builtin.lighten": "色を明るくします。", + "sass.builtin.lightness": "色の明るさのコンポーネントを取得します。", + "sass.builtin.list-separator": "リストの区切り文字を返します。", + "sass.builtin.map-get": "指定したキーに関連付けられたマップ内の値を返します。", + "sass.builtin.map-has-key": "指定したキーに関連付けられた値がマップ内にあるかどうかを返します。", + "sass.builtin.map-keys": "マップ内のすべてのキーのリストを返します。", + "sass.builtin.map-merge": "2 つのマップをマージして新しいマップを作成します。", + "sass.builtin.map-remove": "キーを除去した新しいマップを返します。", + "sass.builtin.map-values": "マップ内のすべての値のリストを返します。", + "sass.builtin.max": "複数の数値の中から最大値を見つけます。", + "sass.builtin.min": "複数の数値の中から最小値を見つけます。", + "sass.builtin.mix": "2 つの色を混ぜ合わせます。", + "sass.builtin.mixin-exists": "指定した名前の混合が存在するかどうかを返します。", + "sass.builtin.nth": "リスト内の特定の項目を返します。", + "sass.builtin.opacify": "色の不透明度を上げます。", + "sass.builtin.percentage": "単位のない数をパーセンテージに変換します。", + "sass.builtin.quote": "文字列に引用符を追加します。", + "sass.builtin.random": "ランダムな数値を返します。", + "sass.builtin.red": "色の赤のコンポーネントを取得します。", + "sass.builtin.rgba": "色のアルファ値のコンポーネントを取得します。", + "sass.builtin.round": "数値を最も近い自然数に丸めます。", + "sass.builtin.saturate": "色の飽和度を上げます。", + "sass.builtin.saturation": "色の飽和度のコンポーネントを取得します。", + "sass.builtin.scale-color": "色の 1 つ以上のプロパティをなめらかに増減します。", + "sass.builtin.selector-append": "スペースを入れずに相互にセレクターを追加します。", + "sass.builtin.selector-extend": "$selector 内で $extendee を $extender で拡張します。", + "sass.builtin.selector-nest": "セレクターを (スタイルシート内の入れ子のように) 相互に入れ子にします。", + "sass.builtin.selector-parse": "セレクターを & によって返される形式に解析します。", + "sass.builtin.selector-replace": "$selector. 内で $original を $replacement に置換します。", + "sass.builtin.selector-unify": "2 つのセレクターを統合して、両方にマッチする要素にマッチするセレクターを作ります。", + "sass.builtin.set-nth": "リスト内の n 番目の項目を置換します。", + "sass.builtin.simple-selectors": "複合セレクターを構成するシンプルなセレクターを返します。", + "sass.builtin.str-index": "$string で $substring が最初に登場する位置のインデックスを返します。", + "sass.builtin.str-insert": "$string 内の $index の位置に $insert を挿入します。", + "sass.builtin.str-length": "文字列に含まれている文字数を返します。", + "sass.builtin.str-slice": "$string から部分文字列を抽出します。", + "sass.builtin.to-lower-case": "文字列を小文字に変換します。", + "sass.builtin.to-upper-case": "文字列を大文字に変換します。", + "sass.builtin.transparentize": "色の透明度を上げます。", + "sass.builtin.type-of": "値の型を返します。", + "sass.builtin.unit": "数値に関連付けられている単位 (1 つ以上) を返します。", + "sass.builtin.unitless": "数値に単位が付いているかどうかを返します。", + "sass.builtin.unquote": "文字列から引用符を削除します。", + "sass.builtin.variable-exists": "指定した名前の変数が現在のスコープに存在するかどうかを返します。", + "sass.builtin.zip": "複数のリストを結合して 1 つの多次元リストを作ります。" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/languages/typescript.workbench/common/projectResolver.i18n.json b/i18n/jpn/src/vs/languages/typescript.workbench/common/projectResolver.i18n.json new file mode 100644 index 00000000000..6db77f74be5 --- /dev/null +++ b/i18n/jpn/src/vs/languages/typescript.workbench/common/projectResolver.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "resolve.files.N": "追加のファイルを読み込んでいます…" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/languages/typescript/common/features/quickFix.i18n.json b/i18n/jpn/src/vs/languages/typescript/common/features/quickFix.i18n.json new file mode 100644 index 00000000000..a70851c1952 --- /dev/null +++ b/i18n/jpn/src/vs/languages/typescript/common/features/quickFix.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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.quickfix.addAsGlobal": "'{0}' をグローバルとしてマークします", + "typescript.quickfix.rename": "名前を '{0}' に変更します", + "typescript.quickfix.typeDefinitions": "型定義 {0} のダウンロード" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/languages/typescript/common/features/quickFixMainActions.i18n.json b/i18n/jpn/src/vs/languages/typescript/common/features/quickFixMainActions.i18n.json new file mode 100644 index 00000000000..e899614c582 --- /dev/null +++ b/i18n/jpn/src/vs/languages/typescript/common/features/quickFixMainActions.i18n.json @@ -0,0 +1,12 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "typingsReference.already.exists": "{0} は既に存在します。プロジェクトの jsconfig.json にファイルが含まれていることを確認してください。", + "typingsReference.error.download": "{0} で d.ts ファイルをフェッチできません: {1}", + "typingsReference.error.write": "{0} の作成で問題が発生しました: {1}", + "typingsReference.success.nojsconfig": "{0} が正常にダウンロードされました", + "typingsReference.success.withjsconfig": "{0} が正常にダウンロードされました。プロジェクトの 'jsconfig.json' に d.ts ファイルが含まれることを確認してください。" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/languages/typescript/common/lint/lint.i18n.json b/i18n/jpn/src/vs/languages/typescript/common/lint/lint.i18n.json new file mode 100644 index 00000000000..4469d3eefa8 --- /dev/null +++ b/i18n/jpn/src/vs/languages/typescript/common/lint/lint.i18n.json @@ -0,0 +1,24 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "javascript.comparisonOperatorNotStrict": "'!=' と '==' ではなく、'!==' と '===' を使用してください。", + "javascript.functionInsideLoop": "関数がループ内にあります。", + "javascript.missingSemicolon": "セミコロンがありません。", + "javascript.newOnLowercaseFunctions": "小文字の名前の関数がコンストラクターとして使用されています。", + "javascript.reservedKeyword": "予約されたキーワードを使用しないでください。", + "javascript.semicolonInsteadOfBlock": "ブロックではなくセミコロンを使用してください。", + "javascript.typeofCannotBeCompared": "'typeof' 演算子の想定される出力と異なります。", + "javascript.typescriptSpecific": "JavaScript で TypeScript 固有の言語コンストラクトを使用しないでください。", + "layout.curlyBracketsMustNotBeOmitted": "中かっこを省略しないでください。", + "layout.emptyblock": "空のブロックにはコメントが必要です。", + "typescript.looksLikeTripleSlash": "'/// <reference path=\"some/path.ts\" />' を意図しましたか?", + "typescript.missingReturnType": "戻り値の型がありません。", + "typescript.unusedFunction": "未使用のローカル関数です。", + "typescript.unusedImport": "未使用のインポートです。", + "typescript.unusedLocalVariable": "未使用のローカル変数です。", + "typescript.unusedPrivateMember": "未使用のプライベート メンバーです。", + "typescript.variableUsedBeforeDeclared": "宣言されていない変数が使用されています。" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/languages/typescript/common/participants/nlsParticipant.i18n.json b/i18n/jpn/src/vs/languages/typescript/common/participants/nlsParticipant.i18n.json new file mode 100644 index 00000000000..4989547476c --- /dev/null +++ b/i18n/jpn/src/vs/languages/typescript/common/participants/nlsParticipant.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "missing.localize": "文字列のローカリゼーションが必要です" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/languages/typescript/common/typescript.contribution.i18n.json b/i18n/jpn/src/vs/languages/typescript/common/typescript.contribution.i18n.json new file mode 100644 index 00000000000..2918fcc6fc2 --- /dev/null +++ b/i18n/jpn/src/vs/languages/typescript/common/typescript.contribution.i18n.json @@ -0,0 +1,34 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "allwaysAllWords": "現在のドキュメントの単語を常にすべて含めます。", + "baseUrl": "モジュール参照の解決に使用されるベース URL を構成できます (http://requirejs.org/docs/api.html#config-baseUrl)。このオプションは、非同期のモジュール定義 (\"module\": \"amd\") を使用するプロジェクトにのみ適用されます。", + "compilationSettings": "TypeScript の検証の動作を制御します。", + "lint": "検証に関するさまざまな設定を制御します。", + "lint.comparisonOperatorsNotStrict": "'!=' と '==' ではなく、'!==' と '===' を使用してください。", + "lint.curlyBracketsMustNotBeOmitted": "中かっこを省略しないでください。", + "lint.emptyBlocksWithoutComment": "空のブロックにはコメントが必要です。", + "lint.functionsInsideLoops": "関数がループ内にあります。", + "lint.functionsWithoutReturnType": "関数の戻り値の型の注釈を省略しないでください。", + "lint.missingSemicolon": "セミコロンがありません。", + "lint.newOnLowercaseFunctions": "小文字の名前の関数がコンストラクターとして使用されています。", + "lint.reservedKeywords": "予約されたキーワードを使用しないでください。", + "lint.semicolonsInsteadOfBlocks": "ブロックではなくセミコロンを使用してください。", + "lint.tripleSlashReferenceAlike": "3 つのスラッシュを含む参照に誤って入力されたものがないかを探します。", + "lint.typeScriptSpecifics": "JavaScript で TypeScript 固有の言語コンストラクトを使用しないでください。", + "lint.unknownTypeOfResults": "'typeof' 演算子の想定される出力と異なります。", + "lint.unusedFunctions": "未使用のローカル関数です。", + "lint.unusedMembers": "未使用のプライベート メンバーです。", + "lint.unusedVariables": "未使用のローカル変数です。", + "module": "使用されているモジュール システムを示します。", + "noImplicitAny": "明示的な任意の型宣言を適用します。", + "noLib": "DOM およびブラウザー環境の型指定を使用しないでください。", + "scope": "検証の設定が複数ある場合に、適用するサブフォルダーを定義します。", + "suggestSettings": "TypeScript の IntelliSense の動作を制御します。", + "target": "使用されている ECMA-Script のバージョンを示します。", + "tsConfigurationTitle": "TypeScript の構成", + "useCodeSnippetsOnMethodSuggest": "パラメーター シグネチャを含む完全な関数。" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/languages/typescript/common/typescriptMode.i18n.json b/i18n/jpn/src/vs/languages/typescript/common/typescriptMode.i18n.json new file mode 100644 index 00000000000..89adbf9b91d --- /dev/null +++ b/i18n/jpn/src/vs/languages/typescript/common/typescriptMode.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "err.tooMuchData": "VS Code 用の JavaScript ソース ファイルが多すぎます。jsconfig.json で除外プロパティを使用することを考慮してください。" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/languages/typescript/features/typescriptSnippets.i18n.json b/i18n/jpn/src/vs/languages/typescript/features/typescriptSnippets.i18n.json new file mode 100644 index 00000000000..6520f2e733f --- /dev/null +++ b/i18n/jpn/src/vs/languages/typescript/features/typescriptSnippets.i18n.json @@ -0,0 +1,24 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "class.snippet": "クラスの定義", + "constructor.snippet": "コンストラクター", + "doloop.snippet": "Do-while ループ", + "foreach.snippet": "=> を使用した For-Each ループ", + "fullproperty.snippet": "フル プロパティの定義", + "getproperty.snippet": "プロパティの get アクセス操作子", + "importstatement.snippet": "外部モジュールをインポートしてください。", + "jsdoc.snippet": "jsdoc スニペット", + "log.snippet": "コンソールへのログ", + "privatemethod.snippet": "プライベート メソッドの定義", + "publicmethod.snippet": "パブリック メソッドの定義", + "returnfalse.snippet": "false を返します", + "returnstatement.snippet": "ステートメントを返します", + "returntrue.snippet": "true を返します", + "setproperty.snippet": "プロパティの set アクセス操作子", + "throwexception.snippet": "例外のスロー", + "tripleslashreference.snippet": "3 つのスラッシュを含む参照" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/languages/typescript/project/dependencyResolver.i18n.json b/i18n/jpn/src/vs/languages/typescript/project/dependencyResolver.i18n.json new file mode 100644 index 00000000000..a4c2f420961 --- /dev/null +++ b/i18n/jpn/src/vs/languages/typescript/project/dependencyResolver.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "ref.loadFailure": "ファイル '{0}' が見つかりません" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/languages/typescript/service/typescriptSnippets.i18n.json b/i18n/jpn/src/vs/languages/typescript/service/typescriptSnippets.i18n.json new file mode 100644 index 00000000000..be92035647a --- /dev/null +++ b/i18n/jpn/src/vs/languages/typescript/service/typescriptSnippets.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "class.snippet": "クラスの定義", + "constructor.snippet": "コンストラクター", + "foreach.snippet": "For-Each ループで使用 =>", + "importstatement.snippet": "外部モジュールをインポートしてください。", + "jsdoc.snippet": "jsdoc スニペット", + "privatemethod.snippet": "プライベート メソッドの定義", + "publicmethod.snippet": "パブリック メソッドの定義" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/languages/vb/vbSnippets.i18n.json b/i18n/jpn/src/vs/languages/vb/vbSnippets.i18n.json new file mode 100644 index 00000000000..a476c4179eb --- /dev/null +++ b/i18n/jpn/src/vs/languages/vb/vbSnippets.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "vbFor.snippet": "For Next ループ", + "vbForEach.snippet": "For Each...Next", + "vbForI.snippet": "For i...Next i", + "vbForJ.snippet": "For j...Next j", + "vbPublicFunction.snippet": "Public 関数...", + "vbPublicSub.snippet": "Public Sub ...", + "vbWhile.snippet": "While ... End While" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/monaco/contrib/actions/changeTheme.i18n.json b/i18n/jpn/src/vs/monaco/contrib/actions/changeTheme.i18n.json new file mode 100644 index 00000000000..f3406a9e3c7 --- /dev/null +++ b/i18n/jpn/src/vs/monaco/contrib/actions/changeTheme.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "highContrastTheme": "ハイコントラストのテーマ", + "vsDarkTheme": "Visual Studio のダーク テーマ", + "vsLightTheme": "Visual Studio のテーマ" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/monaco/contrib/actions/pinWorkbench.i18n.json b/i18n/jpn/src/vs/monaco/contrib/actions/pinWorkbench.i18n.json new file mode 100644 index 00000000000..996a796c49a --- /dev/null +++ b/i18n/jpn/src/vs/monaco/contrib/actions/pinWorkbench.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "pinShortcut": "スタート メニューにショートカットをピン留めする" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/monaco/contrib/actions/showQuickStart.i18n.json b/i18n/jpn/src/vs/monaco/contrib/actions/showQuickStart.i18n.json new file mode 100644 index 00000000000..fd38a542c6e --- /dev/null +++ b/i18n/jpn/src/vs/monaco/contrib/actions/showQuickStart.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "showQuickStart": "クイック スタートの表示" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/monaco/contrib/connect/connectDropdown.i18n.json b/i18n/jpn/src/vs/monaco/contrib/connect/connectDropdown.i18n.json new file mode 100644 index 00000000000..85a2b608586 --- /dev/null +++ b/i18n/jpn/src/vs/monaco/contrib/connect/connectDropdown.i18n.json @@ -0,0 +1,16 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "accountHome": "Visual Studio Online '{0}' のホームを開く", + "clone": "Visual Studio Online からのリポジトリの複製", + "connectToVSO": "Visual Studio Online に接続", + "connections": "接続", + "disconnectFromVSO": "Visual Studio Online から切断", + "disconnectedFromVSO": "このワークスペースが '{0}' Visual Studio Online アカウントから正常に切断されました。", + "openAzureDashboard": "Microsoft Azure ダッシュボードを開く", + "openKuduConsole": "Kudu コンソールを開く", + "openWebSite": "Web サイトの参照" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/monaco/contrib/profile/profileWidget.i18n.json b/i18n/jpn/src/vs/monaco/contrib/profile/profileWidget.i18n.json new file mode 100644 index 00000000000..4858a74e7a1 --- /dev/null +++ b/i18n/jpn/src/vs/monaco/contrib/profile/profileWidget.i18n.json @@ -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. +{ + "myProfile": "マイ プロファイル", + "signOut": "サインアウト" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/monaco/contrib/sandbox/sandboxActions.i18n.json b/i18n/jpn/src/vs/monaco/contrib/sandbox/sandboxActions.i18n.json new file mode 100644 index 00000000000..41e2c8cefc7 --- /dev/null +++ b/i18n/jpn/src/vs/monaco/contrib/sandbox/sandboxActions.i18n.json @@ -0,0 +1,20 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "customUpdateAction": "更新...", + "customVersionPrompt": "カスタム バージョン:", + "dashboardAction": "Azure の Web サイト ダッシュボード", + "debugAction": "デバッグ", + "host": "ホスト: {0}", + "hostPrompt": "ホスト", + "loading": "読み込んでいます...", + "logAction": "ログ", + "pingResponseAction": "Ping 応答: {0}", + "restartAction": "再起動", + "stableUpdateAction": "安定したバージョンに更新", + "versionAction": "バージョン: {0}", + "versionPrompt": "バージョン" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/monaco/core/requestService.i18n.json b/i18n/jpn/src/vs/monaco/core/requestService.i18n.json new file mode 100644 index 00000000000..12ce8ebfbce --- /dev/null +++ b/i18n/jpn/src/vs/monaco/core/requestService.i18n.json @@ -0,0 +1,19 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "azurePortalInfo": "サイトが停止しているかどうかを確認するには、[[Azure ポータル]] でこのサイトのダッシュボードにアクセスしてください。", + "checkConnection": "インターネット接続を確認してください。", + "doNotRefresh": "この時点ではブラウザーを更新しないでください。", + "noMore": "サーバーへの接続が少し前に既に切断されているため、ワークベンチによる自動再接続は中止されています。", + "notConnectedTitle": "サーバーへの接続が切断されています。", + "notRecommended": "この時点では更新しないことをお勧めします。", + "quotaProblem": "クォータの制限に達したことが原因でサイトが停止した場合は、サイトのモードを確認してください。サイトのモードによっては、数分待つだけでクォータの不足が解消されることがあります。それ以外のクォータの制限の場合は、共有や標準などの別のモードにサイトをアップグレードすることを検討してください。", + "reconnectNow": "すぐに再接続を試行する", + "reconnecting": "再接続中...", + "reconnectingIn": "{0} 秒後に再接続を試行します。", + "siteStoppedProblem": "他の理由でサイトが停止した場合は、サイトを再起動してみてください。", + "visualStudioUnavailableTitle": "Visual Studio Online による編集は現在利用できません。" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/monaco/ui/dashboard/actions.i18n.json b/i18n/jpn/src/vs/monaco/ui/dashboard/actions.i18n.json new file mode 100644 index 00000000000..884586842f2 --- /dev/null +++ b/i18n/jpn/src/vs/monaco/ui/dashboard/actions.i18n.json @@ -0,0 +1,47 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "cloningGitFromGitHub": "GitHub から Git リポジトリを複製しています...", + "creatingWorkspace": "ワークスペースを作成しています...", + "dashboard.cloneGithub": "GitHub から複製", + "dashboard.cloneGithub.button": "{0} の複製", + "dashboard.cloneGithub.connect": "GitHub に接続", + "dashboard.cloneGithub.description": "Monaco では、OAuth を使用してサービス プロバイダーとやり取りできます。たとえば、Visual Studio Online を GitHub アカウントに接続してリポジトリを簡単に複製できます。", + "dashboard.cloneGithub.error": "エラーが発生しました。コンソールで詳細を確認してください。", + "dashboard.cloneGithub.loading": "読み込んでいます...", + "dashboard.cloneGithub.title": "GitHub プロジェクトからのワークスペースの複製", + "dashboard.cloneURL": "Git の URL から複製", + "dashboard.cloneURL.badOrEmptyPublishSettings": "アップロードした publishsettings ファイルが無効であるか、サブスクリプションが含まれていません。もう一度アップロードしてください。", + "dashboard.cloneURL.createFromWebsite": "ワークスペースの作成", + "dashboard.cloneURL.createWorkspaceAndWebSite": "ワークスペースと Web サイトの作成", + "dashboard.cloneURL.description": "Git リポジトリの URL がわかっている場合は、その URL をここに入力してください (現在は HTTP と HTTPS のみをサポート)。Visual Studio Online で、その URL からワークスペースの複製や作成を実行できます。", + "dashboard.cloneURL.errorCreatingWebSite": "Web サイトの作成中にエラーが発生しました。", + "dashboard.cloneURL.errorLoadingWebsites": "Web サイトの読み込み中にエラーが発生しました。後でもう一度試してください。", + "dashboard.cloneURL.noSubscriptions": "— サブスクリプションが見つかりません", + "dashboard.cloneURL.placeholder": "リポジトリの URL", + "dashboard.cloneURL.reuploadPublishSettings": "↑ アカウントの再アップロード", + "dashboard.cloneURL.title": "Git リポジトリからのワークスペースの複製", + "dashboard.cloneURL.uploadPublishSettings": "↑ アカウントのアップロード", + "dashboard.cloneURL.webSiteName": "Web サイトの名前", + "dashboard.cloneURL.websiteDescription": "作成する Azure の Web サイトにこのワークスペースを関連付けることもできます。アカウント設定ファイルは <a href=\"{0}\" class=\"link\" target=\"_blank\"><strong>Azure</strong></a> からダウンロードできます。", + "dashboard.importFromWebsite": "Web サイトからインポート", + "dashboard.upload": "アップロード", + "dashboard.upload.button": "↑ アップロード", + "dashboard.upload.description": "ワークスペースの圧縮したアーカイブをアップロードすることもできます (現在は ZIP のみをサポート)。", + "dashboard.upload.title": "ワークスペースのアップロード", + "dashboard.website.badOrEmptyPublishSettings": "アップロードした publishsettings ファイルが無効であるか、サブスクリプションが含まれていません。もう一度アップロードしてください。", + "dashboard.website.createFromWebsite": "ワークスペースの作成", + "dashboard.website.description": "アカウント設定ファイルは <a href=\"{0}\" class=\"link\" target=\"_blank\"><strong>Azure</strong></a> からダウンロードできます。", + "dashboard.website.errorLoadingWebsites": "Web サイトの読み込み中にエラーが発生しました。後でもう一度試してください。", + "dashboard.website.noSubscriptions": "— サブスクリプションが見つかりません", + "dashboard.website.noWebSites": "— Web サイトが見つかりません", + "dashboard.website.pickSubscription": "— サブスクリプションを選択してください", + "dashboard.website.pickWebSite": "— Web サイトを選択してください", + "dashboard.website.reuploadPublishSettings": "↑ アカウントの再アップロード", + "dashboard.website.title": "Azure の Web サイトをインポートしてワークスペースを作成", + "dashboard.website.uploadPublishSettings": "↑ アカウントのアップロード", + "openingWorkspace": "新しいワークスペースを開いています..." +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/monaco/ui/dashboard/dashboard.i18n.json b/i18n/jpn/src/vs/monaco/ui/dashboard/dashboard.i18n.json new file mode 100644 index 00000000000..7bad21d523e --- /dev/null +++ b/i18n/jpn/src/vs/monaco/ui/dashboard/dashboard.i18n.json @@ -0,0 +1,18 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "dashboard.confirmDelete": "ワークスペース '{0}' を削除しますか?", + "dashboard.createWorkspace": "新しいワークスペースの作成", + "dashboard.createWorkspace.description": "Visual Studio Online で新しいワークスペースを簡単に作成できます。左側にあるいずれかのオプションを選択してください。", + "dashboard.createWorkspace.title": "ワークスペースの作成", + "dashboard.lastChangeTime": "更新日時: {0} 前", + "dashboard.one": "1", + "dashboard.toggleFooter": "フッターの切り替え", + "dashboard.two": "2", + "dashboard.workspacesSummary": "ワークスペース (合計 {0})", + "workspaces": "ワークスペース", + "workspacesName": "ワークスペース" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/monaco/ui/shell/connectionIndicator.i18n.json b/i18n/jpn/src/vs/monaco/ui/shell/connectionIndicator.i18n.json new file mode 100644 index 00000000000..aa53caae184 --- /dev/null +++ b/i18n/jpn/src/vs/monaco/ui/shell/connectionIndicator.i18n.json @@ -0,0 +1,24 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "azurePortalInfoFreeShared": "この [[サイトのダッシュボード]] にアクセスして、サイトがクオータの上限に達したかどうかを確認します。", + "azurePortalInfoStandard": "この [[サイトのダッシュボード]] にアクセスして、サイトが停止したかどうかを確認します。", + "azureWebSiteModeFree": "サイトがクオータの低い 'Free' モードで実行されています。", + "azureWebSiteModeShared": "サイトがクオータ付きに 'Shared' モードで実行されています。", + "checkConnection": "インターネット接続を確認してください。", + "freeTrial": "無料試用版", + "ftpAccess": "FTP を使用していつでもサイトの内容をフェッチできます。", + "noMore": "少し前にサーバーへの接続が切断されたため、再接続を試行しようとしてワークベンチが停止しました。", + "notConnectedTitle": "サーバーの接続に関する問題が発生しています", + "reconnectNow": "今すぐ再接続", + "reconnecting": "再接続中...", + "reconnectingIn": "{0} 秒後に再接続を試行します。", + "refreshBrowser": "サーバーへの接続が失われました。ブラウザーを更新してください。", + "refreshNow": "今すぐ更新", + "tryAzureExpiredInfo": "別のサイトを [[作成]] するか、30 日間の無料試用版のアカウントに [[サインアップ]] します。", + "visualStudioUnavailableTitle": "Visual Studio Online の編集は現在利用できません", + "wawsExpiryTitle": "サイトの有効期限が切れています" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/monaco/ui/shell/shell.i18n.json b/i18n/jpn/src/vs/monaco/ui/shell/shell.i18n.json new file mode 100644 index 00000000000..22774600978 --- /dev/null +++ b/i18n/jpn/src/vs/monaco/ui/shell/shell.i18n.json @@ -0,0 +1,16 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "browseWorkspaces": "ワークスペースの参照", + "diff.minutes": "{0}m:{1}s", + "diff.seconds": "00m:{0}s", + "legal": "法的情報", + "privacy": "プライバシー", + "support": "サポート", + "tryAzureSiteExpireTimer": "あと {0} 日で無料サイトの有効期限が切れます。", + "tryAzureSiteExpires": "サイトの有効期限が切れています。", + "workspaces": "ワークスペース" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/monaco/ui/widgets/connectDropdown.i18n.json b/i18n/jpn/src/vs/monaco/ui/widgets/connectDropdown.i18n.json new file mode 100644 index 00000000000..5e4b565704b --- /dev/null +++ b/i18n/jpn/src/vs/monaco/ui/widgets/connectDropdown.i18n.json @@ -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. +{ + "accountHome": "Visual Studio Online '{0}' のホームを開く", + "clone": "Visual Studio Online からのリポジトリの複製", + "connectToVSO": "Visual Studio Online に接続", + "connections": "接続", + "disconnectFromVSO": "Visual Studio Online から切断", + "disconnectedFromVSO": "このワークスペースが '{0}' Visual Studio Online アカウントから正常に切断されました。", + "openAzureDashboard": "Windows Azure ダッシュボードを開く", + "openWebSite": "Web サイトの参照" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/platform/actions/common/actionsService.i18n.json b/i18n/jpn/src/vs/platform/actions/common/actionsService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/platform/actions/common/actionsService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/platform/configuration/common/configurationRegistry.i18n.json b/i18n/jpn/src/vs/platform/configuration/common/configurationRegistry.i18n.json new file mode 100644 index 00000000000..4c8216e5f3f --- /dev/null +++ b/i18n/jpn/src/vs/platform/configuration/common/configurationRegistry.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "masterDefaultConfigDesc": "既定の設定", + "masterUserConfigDesc": "ユーザー固有の設定", + "masterWorkspaceConfigDesc": "ワークスペースの設定" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/platform/configurationRegistry.i18n.json b/i18n/jpn/src/vs/platform/configurationRegistry.i18n.json new file mode 100644 index 00000000000..7ce904f4b57 --- /dev/null +++ b/i18n/jpn/src/vs/platform/configurationRegistry.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "masterConfigDesc": "これはワークベンチの構成ファイルです", + "masterConfigTitle": "構成ファイル", + "masterLanguageDesc": "特定の言語の構成ファイル", + "masterTypeDesc": "'user' または 'team' です。User 構成ファイルが優先されます。" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/platform/extensions/common/abstractExtensionService.i18n.json b/i18n/jpn/src/vs/platform/extensions/common/abstractExtensionService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/platform/extensions/common/abstractExtensionService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/platform/extensions/common/extensionsRegistry.i18n.json b/i18n/jpn/src/vs/platform/extensions/common/extensionsRegistry.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/platform/extensions/common/extensionsRegistry.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/platform/extensions/node/extensionValidator.i18n.json b/i18n/jpn/src/vs/platform/extensions/node/extensionValidator.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/platform/extensions/node/extensionValidator.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/platform/files/nativeFileService.i18n.json b/i18n/jpn/src/vs/platform/files/nativeFileService.i18n.json new file mode 100644 index 00000000000..ecb23aeffae --- /dev/null +++ b/i18n/jpn/src/vs/platform/files/nativeFileService.i18n.json @@ -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. +{ + "encoding": "ファイルの読み取りおよび書き込みのときに使用する既定の文字セットエンコードです。", + "filesConfigurationTitle": "ファイル構成" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/platform/files/statModel.i18n.json b/i18n/jpn/src/vs/platform/files/statModel.i18n.json new file mode 100644 index 00000000000..660cbea2d6f --- /dev/null +++ b/i18n/jpn/src/vs/platform/files/statModel.i18n.json @@ -0,0 +1,12 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "emptyFileNameError": "ファイルまたはフォルダーの名前を指定する必要があります。", + "fileNameExistsError": "**{0}** というファイルまたはフォルダーはこの場所に既に存在します。別の名前を指定してください。", + "filePathTooLongError": "名前 **{0}** のパスが長すぎます。名前を短くしてください。", + "invalidFileNameError": "名前 **{0}** にファイル名またはフォルダー名に使用できない文字が含まれています。別の名前を指定してください。", + "invalidVSCFileName": "ファイル名またはフォルダー名 **{0}** は予約されいるため使用できません。別の名前を選択してください。" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/platform/handlerService.i18n.json b/i18n/jpn/src/vs/platform/handlerService.i18n.json new file mode 100644 index 00000000000..7b83ead5efc --- /dev/null +++ b/i18n/jpn/src/vs/platform/handlerService.i18n.json @@ -0,0 +1,12 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "altKey": "Alt", + "cmdKey": "コマンド", + "ctrlKey": "Ctrl", + "shiftKey": "Shift", + "windowsKey": "Windows" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/platform/jsonschemas/common/jsonContributionRegistry.i18n.json b/i18n/jpn/src/vs/platform/jsonschemas/common/jsonContributionRegistry.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/platform/jsonschemas/common/jsonContributionRegistry.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/platform/jsonschemas/common/jsonValidationExtensionPoint.i18n.json b/i18n/jpn/src/vs/platform/jsonschemas/common/jsonValidationExtensionPoint.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/platform/jsonschemas/common/jsonValidationExtensionPoint.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/platform/keybinding/browser/keybindingServiceImpl.i18n.json b/i18n/jpn/src/vs/platform/keybinding/browser/keybindingServiceImpl.i18n.json new file mode 100644 index 00000000000..eb4cb356168 --- /dev/null +++ b/i18n/jpn/src/vs/platform/keybinding/browser/keybindingServiceImpl.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "first.chord": "({0}) が押されました。2 番目のキーを待っています...", + "missing.chord": "キーの組み合わせ ({0}、{1}) はコマンドではありません。", + "unboundCommands": "他に使用できるコマンドは次のとおりです:" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/platform/keybinding/common/keybindingsUtils.i18n.json b/i18n/jpn/src/vs/platform/keybinding/common/keybindingsUtils.i18n.json new file mode 100644 index 00000000000..7b83ead5efc --- /dev/null +++ b/i18n/jpn/src/vs/platform/keybinding/common/keybindingsUtils.i18n.json @@ -0,0 +1,12 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "altKey": "Alt", + "cmdKey": "コマンド", + "ctrlKey": "Ctrl", + "shiftKey": "Shift", + "windowsKey": "Windows" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/platform/lifecycle/common/mainThreadLifecycleService.i18n.json b/i18n/jpn/src/vs/platform/lifecycle/common/mainThreadLifecycleService.i18n.json new file mode 100644 index 00000000000..4e57e1fd5d1 --- /dev/null +++ b/i18n/jpn/src/vs/platform/lifecycle/common/mainThreadLifecycleService.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "genericVeto": "本当に終了しますか?" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/platform/markers/common/problemMatcher.i18n.json b/i18n/jpn/src/vs/platform/markers/common/problemMatcher.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/platform/markers/common/problemMatcher.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/platform/message/common/message.i18n.json b/i18n/jpn/src/vs/platform/message/common/message.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/platform/message/common/message.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/platform/plugins/common/abstractPluginService.i18n.json b/i18n/jpn/src/vs/platform/plugins/common/abstractPluginService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/platform/plugins/common/abstractPluginService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/platform/plugins/common/pluginsRegistry.i18n.json b/i18n/jpn/src/vs/platform/plugins/common/pluginsRegistry.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/platform/plugins/common/pluginsRegistry.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/platform/plugins/node/pluginVersionValidator.i18n.json b/i18n/jpn/src/vs/platform/plugins/node/pluginVersionValidator.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/platform/plugins/node/pluginVersionValidator.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/platform/request/nativeWorkerRequestService.i18n.json b/i18n/jpn/src/vs/platform/request/nativeWorkerRequestService.i18n.json new file mode 100644 index 00000000000..e02de27cb4a --- /dev/null +++ b/i18n/jpn/src/vs/platform/request/nativeWorkerRequestService.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "localFileNotFound": "ファイルが見つかりません" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/platform/telemetry/electron-browser/electronTelemetryService.i18n.json b/i18n/jpn/src/vs/platform/telemetry/electron-browser/electronTelemetryService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/platform/telemetry/electron-browser/electronTelemetryService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/platform/theme/common/themes.i18n.json b/i18n/jpn/src/vs/platform/theme/common/themes.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/platform/theme/common/themes.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/api/node/extHostMessageService.i18n.json b/i18n/jpn/src/vs/workbench/api/node/extHostMessageService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/api/node/extHostMessageService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/browser/actions/openSettings.i18n.json b/i18n/jpn/src/vs/workbench/browser/actions/openSettings.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/browser/actions/openSettings.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/browser/actions/toggleSidebarPosition.i18n.json b/i18n/jpn/src/vs/workbench/browser/actions/toggleSidebarPosition.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/browser/actions/toggleSidebarPosition.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/browser/actions/toggleSidebarVisibility.i18n.json b/i18n/jpn/src/vs/workbench/browser/actions/toggleSidebarVisibility.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/browser/actions/toggleSidebarVisibility.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/browser/actions/triggerEditorActions.i18n.json b/i18n/jpn/src/vs/workbench/browser/actions/triggerEditorActions.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/browser/actions/triggerEditorActions.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/browser/actions/triggerNavigation.i18n.json b/i18n/jpn/src/vs/workbench/browser/actions/triggerNavigation.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/browser/actions/triggerNavigation.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/browser/actions/triggerQuickOpen.i18n.json b/i18n/jpn/src/vs/workbench/browser/actions/triggerQuickOpen.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/browser/actions/triggerQuickOpen.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/browser/parts/activitybar/activityAction.i18n.json b/i18n/jpn/src/vs/workbench/browser/parts/activitybar/activityAction.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/browser/parts/activitybar/activityAction.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/browser/parts/activitybar/activitybarPart.i18n.json b/i18n/jpn/src/vs/workbench/browser/parts/activitybar/activitybarPart.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/browser/parts/activitybar/activitybarPart.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/browser/parts/compositePart.i18n.json b/i18n/jpn/src/vs/workbench/browser/parts/compositePart.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/browser/parts/compositePart.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/browser/parts/editor/binaryDiffEditor.i18n.json b/i18n/jpn/src/vs/workbench/browser/parts/editor/binaryDiffEditor.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/browser/parts/editor/binaryDiffEditor.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/browser/parts/editor/binaryEditor.i18n.json b/i18n/jpn/src/vs/workbench/browser/parts/editor/binaryEditor.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/browser/parts/editor/binaryEditor.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/browser/parts/editor/editor.contribution.i18n.json b/i18n/jpn/src/vs/workbench/browser/parts/editor/editor.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/browser/parts/editor/editor.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/browser/parts/editor/editorPart.i18n.json b/i18n/jpn/src/vs/workbench/browser/parts/editor/editorPart.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/browser/parts/editor/editorPart.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/browser/parts/editor/editorStatus.i18n.json b/i18n/jpn/src/vs/workbench/browser/parts/editor/editorStatus.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/browser/parts/editor/editorStatus.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/browser/parts/editor/iframeEditor.i18n.json b/i18n/jpn/src/vs/workbench/browser/parts/editor/iframeEditor.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/browser/parts/editor/iframeEditor.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/browser/parts/editor/sideBySideEditorControl.i18n.json b/i18n/jpn/src/vs/workbench/browser/parts/editor/sideBySideEditorControl.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/browser/parts/editor/sideBySideEditorControl.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/browser/parts/editor/stringEditor.i18n.json b/i18n/jpn/src/vs/workbench/browser/parts/editor/stringEditor.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/browser/parts/editor/stringEditor.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/browser/parts/editor/textDiffEditor.i18n.json b/i18n/jpn/src/vs/workbench/browser/parts/editor/textDiffEditor.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/browser/parts/editor/textDiffEditor.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/browser/parts/panel/panelPart.i18n.json b/i18n/jpn/src/vs/workbench/browser/parts/panel/panelPart.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/browser/parts/panel/panelPart.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/browser/parts/quickopen/editorHistoryModel.i18n.json b/i18n/jpn/src/vs/workbench/browser/parts/quickopen/editorHistoryModel.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/browser/parts/quickopen/editorHistoryModel.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/browser/parts/quickopen/quickOpenController.i18n.json b/i18n/jpn/src/vs/workbench/browser/parts/quickopen/quickOpenController.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/browser/parts/quickopen/quickOpenController.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/browser/parts/sidebar/sidebarPart.i18n.json b/i18n/jpn/src/vs/workbench/browser/parts/sidebar/sidebarPart.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/browser/parts/sidebar/sidebarPart.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/browser/parts/statusbar/statusbarPart.i18n.json b/i18n/jpn/src/vs/workbench/browser/parts/statusbar/statusbarPart.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/browser/parts/statusbar/statusbarPart.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/browser/quickopen.i18n.json b/i18n/jpn/src/vs/workbench/browser/quickopen.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/browser/quickopen.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/browser/ui/actionRegistry.i18n.json b/i18n/jpn/src/vs/workbench/browser/ui/actionRegistry.i18n.json new file mode 100644 index 00000000000..89e27a4dbc8 --- /dev/null +++ b/i18n/jpn/src/vs/workbench/browser/ui/actionRegistry.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "bindingSeparator": ", " +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/browser/ui/actions/openSettings.i18n.json b/i18n/jpn/src/vs/workbench/browser/ui/actions/openSettings.i18n.json new file mode 100644 index 00000000000..4f96e393d79 --- /dev/null +++ b/i18n/jpn/src/vs/workbench/browser/ui/actions/openSettings.i18n.json @@ -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. +{ + "fail.createSettings": "'.settings' フォルダー内に 'user.json' ファイルを作成できません。", + "openSettings": "設定を開く" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/browser/ui/actions/toggleSidebarPosition.i18n.json b/i18n/jpn/src/vs/workbench/browser/ui/actions/toggleSidebarPosition.i18n.json new file mode 100644 index 00000000000..10064a7d67e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/browser/ui/actions/toggleSidebarPosition.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "moveLeft": "サイド バーを左に移動", + "moveRight": "サイド バーを右に移動", + "togglePosition": "サイド バーの位置の切り替え" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/browser/ui/actions/toggleSidebarVisibility.i18n.json b/i18n/jpn/src/vs/workbench/browser/ui/actions/toggleSidebarVisibility.i18n.json new file mode 100644 index 00000000000..471bbcd2391 --- /dev/null +++ b/i18n/jpn/src/vs/workbench/browser/ui/actions/toggleSidebarVisibility.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "enterMode": "サイド バーを非表示にする", + "leaveMode": "サイド バーを表示する", + "toggleSidebar": "サイド バーの表示の切り替え" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/browser/ui/actions/triggerEditorActions.i18n.json b/i18n/jpn/src/vs/workbench/browser/ui/actions/triggerEditorActions.i18n.json new file mode 100644 index 00000000000..799a01cd8e5 --- /dev/null +++ b/i18n/jpn/src/vs/workbench/browser/ui/actions/triggerEditorActions.i18n.json @@ -0,0 +1,16 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "closeActiveEditor": "アクティブなエディターを閉じる", + "cycleEditor": "表示されている次のエディターに切り替え", + "focusFirstEditor": "左側のエディターにフォーカスを移動", + "focusLeftEditor": "左側の次のエディターにフォーカスを移動", + "focusRigthEditor": "右側の次のエディターにフォーカスを移動", + "focusSecondEditor": "隣のエディターにフォーカスを移動", + "focusThirdEditor": "右側のエディターにフォーカスを移動", + "openToSide": "横に並べて開く", + "splitEditor": "エディターの分割" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/browser/ui/actions/triggerNavigation.i18n.json b/i18n/jpn/src/vs/workbench/browser/ui/actions/triggerNavigation.i18n.json new file mode 100644 index 00000000000..08d0b3f827e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/browser/ui/actions/triggerNavigation.i18n.json @@ -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. +{ + "navigateNext": "移動履歴で次に進む", + "navigatePrevious": "移動履歴で前に戻る" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/browser/ui/actions/triggerQuickOpen.i18n.json b/i18n/jpn/src/vs/workbench/browser/ui/actions/triggerQuickOpen.i18n.json new file mode 100644 index 00000000000..26c9943caff --- /dev/null +++ b/i18n/jpn/src/vs/workbench/browser/ui/actions/triggerQuickOpen.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "gotoFile": "ファイルに移動...", + "navigateEditorHistoryByInput": "エディターの履歴で前に戻る", + "quickOpen": "クイック オープン" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/browser/ui/parts/activitybar/activityAction.i18n.json b/i18n/jpn/src/vs/workbench/browser/ui/parts/activitybar/activityAction.i18n.json new file mode 100644 index 00000000000..6383238f72c --- /dev/null +++ b/i18n/jpn/src/vs/workbench/browser/ui/parts/activitybar/activityAction.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "titleKeybinding": "{0} ({1})" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/browser/ui/parts/editor/binaryDiffEditor.i18n.json b/i18n/jpn/src/vs/workbench/browser/ui/parts/editor/binaryDiffEditor.i18n.json new file mode 100644 index 00000000000..23390622893 --- /dev/null +++ b/i18n/jpn/src/vs/workbench/browser/ui/parts/editor/binaryDiffEditor.i18n.json @@ -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. +{ + "binaryDiffEditor": "バイナリ差分ビューアー", + "cannotDiffTextToBinary": "バイナリ ファイルと非バイナリ ファイルの比較は現在サポートされていません" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/browser/ui/parts/editor/binaryEditor.i18n.json b/i18n/jpn/src/vs/workbench/browser/ui/parts/editor/binaryEditor.i18n.json new file mode 100644 index 00000000000..cd45100f366 --- /dev/null +++ b/i18n/jpn/src/vs/workbench/browser/ui/parts/editor/binaryEditor.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "preview": "プレビュー" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/browser/ui/parts/editor/editor.contribution.i18n.json b/i18n/jpn/src/vs/workbench/browser/ui/parts/editor/editor.contribution.i18n.json new file mode 100644 index 00000000000..2568c4d94f8 --- /dev/null +++ b/i18n/jpn/src/vs/workbench/browser/ui/parts/editor/editor.contribution.i18n.json @@ -0,0 +1,12 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "binaryDiffEditor": "バイナリ差分エディター", + "binaryEditor": "バイナリ リソース エディター", + "iframeEditor": "IFrame エディター", + "stringEditor": "文字列テキスト エディター", + "textDiffEditor": "テキスト差分エディター" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/browser/ui/parts/editor/editorPart.i18n.json b/i18n/jpn/src/vs/workbench/browser/ui/parts/editor/editorPart.i18n.json new file mode 100644 index 00000000000..5066257bbcb --- /dev/null +++ b/i18n/jpn/src/vs/workbench/browser/ui/parts/editor/editorPart.i18n.json @@ -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. +{ + "editorAccessibleLabel": "エディター", + "editorOpenError": "'{0}' ({1}) を開くときにエラーが発生しました。" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/browser/ui/parts/editor/iframeEditor.i18n.json b/i18n/jpn/src/vs/workbench/browser/ui/parts/editor/iframeEditor.i18n.json new file mode 100644 index 00000000000..9704e44dfab --- /dev/null +++ b/i18n/jpn/src/vs/workbench/browser/ui/parts/editor/iframeEditor.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "iframeEditor": "IFrame ビューアー" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/browser/ui/parts/editor/sideBySideEditorControl.i18n.json b/i18n/jpn/src/vs/workbench/browser/ui/parts/editor/sideBySideEditorControl.i18n.json new file mode 100644 index 00000000000..5df224cd4a7 --- /dev/null +++ b/i18n/jpn/src/vs/workbench/browser/ui/parts/editor/sideBySideEditorControl.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "close": "閉じる", + "loadingLabel": "読み込んでいます...", + "splitEditor": "分割エディター" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/browser/ui/parts/editor/stringEditor.i18n.json b/i18n/jpn/src/vs/workbench/browser/ui/parts/editor/stringEditor.i18n.json new file mode 100644 index 00000000000..f9a456207b4 --- /dev/null +++ b/i18n/jpn/src/vs/workbench/browser/ui/parts/editor/stringEditor.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "textEditor": "読み取り専用テキスト ビューアー" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/browser/ui/parts/editor/textDiffEditor.i18n.json b/i18n/jpn/src/vs/workbench/browser/ui/parts/editor/textDiffEditor.i18n.json new file mode 100644 index 00000000000..8b871f2b6c7 --- /dev/null +++ b/i18n/jpn/src/vs/workbench/browser/ui/parts/editor/textDiffEditor.i18n.json @@ -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. +{ + "cannotDiffBinary": "比較する 1 つ以上のリソースがバイナリのようです。これは現在サポートされていません", + "doNotIgnoreTrimWhitespaceLabel": "トリムの空白を無視しない", + "ignoreTrimWhitespaceLabel": "トリムの空白を無視する", + "inlineDiffLabel": "インライン表示に切り替え", + "navigate.next.label": "次の変更箇所", + "navigate.prev.label": "前の変更箇所", + "sideBySideDiffLabel": "並べて表示に切り替え", + "textDiffEditor": "テキスト差分エディター" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/browser/ui/parts/quickopen/quickOpenController.i18n.json b/i18n/jpn/src/vs/workbench/browser/ui/parts/quickopen/quickOpenController.i18n.json new file mode 100644 index 00000000000..b6cdb76d125 --- /dev/null +++ b/i18n/jpn/src/vs/workbench/browser/ui/parts/quickopen/quickOpenController.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "additionalResultsGroupLabel": "{0} ({1})", + "canNotRunPlaceholder": "このクイック オープン ハンドラーは現在のコンテキストでは使用できません", + "historyMatches": "最近開いたファイル ({0})", + "noResultsFound1": "一致する項目はありません", + "noResultsFound2": "一致する項目はありません", + "quickOpenInput": "'?' と入力すると、ここで実行できる処理に関するヘルプが表示されます", + "workspaceMatches": "その他の一致 ({0})" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/browser/ui/parts/sidebar/sidebarPart.i18n.json b/i18n/jpn/src/vs/workbench/browser/ui/parts/sidebar/sidebarPart.i18n.json new file mode 100644 index 00000000000..ce091234aec --- /dev/null +++ b/i18n/jpn/src/vs/workbench/browser/ui/parts/sidebar/sidebarPart.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "viewletTitleTooltip": "{0} ({1})" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/browser/viewlet.i18n.json b/i18n/jpn/src/vs/workbench/browser/viewlet.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/browser/viewlet.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/common/quickopen.i18n.json b/i18n/jpn/src/vs/workbench/common/quickopen.i18n.json new file mode 100644 index 00000000000..35855131ed9 --- /dev/null +++ b/i18n/jpn/src/vs/workbench/common/quickopen.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "showEditorCommands": "エディター コマンドの表示" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/contrib/actions/triggerEditorAction.i18n.json b/i18n/jpn/src/vs/workbench/contrib/actions/triggerEditorAction.i18n.json new file mode 100644 index 00000000000..08d12e56615 --- /dev/null +++ b/i18n/jpn/src/vs/workbench/contrib/actions/triggerEditorAction.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "selectAll.label": "エディター内ですべて選択" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/contrib/build/build.contribution.i18n.json b/i18n/jpn/src/vs/workbench/contrib/build/build.contribution.i18n.json new file mode 100644 index 00000000000..fe17a253ca7 --- /dev/null +++ b/i18n/jpn/src/vs/workbench/contrib/build/build.contribution.i18n.json @@ -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. +{ + "name": "ビルド", + "showBuildViewlet": "'ビルド' ビューレットの表示" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/contrib/build/build.i18n.json b/i18n/jpn/src/vs/workbench/contrib/build/build.i18n.json new file mode 100644 index 00000000000..95df5716a56 --- /dev/null +++ b/i18n/jpn/src/vs/workbench/contrib/build/build.i18n.json @@ -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. +{ + "buildLog": "ビルド ログ", + "nobuildlog.message": "ビルド ログがありません。" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/contrib/build/buildStatusUpdater.i18n.json b/i18n/jpn/src/vs/workbench/contrib/build/buildStatusUpdater.i18n.json new file mode 100644 index 00000000000..549e26d6ecc --- /dev/null +++ b/i18n/jpn/src/vs/workbench/contrib/build/buildStatusUpdater.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "buildErrorsBadge": "{0} ビルド エラー", + "buildProgressBadge": "ビルド", + "buildRequestFailedBadge": "ビルド要求失敗。ビルド ログを確認してください", + "buildStatusFailedBadge": "ビルド状態失敗。ビルド ログを確認してください" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/contrib/build/buildViewlet.i18n.json b/i18n/jpn/src/vs/workbench/contrib/build/buildViewlet.i18n.json new file mode 100644 index 00000000000..fb02a580220 --- /dev/null +++ b/i18n/jpn/src/vs/workbench/contrib/build/buildViewlet.i18n.json @@ -0,0 +1,16 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "build.label": "ビルド", + "errorCount": "{0} エラー", + "errorsCount": "{0} エラー", + "noerror.message": "ビルド エラーなし", + "noresult.message": "まだビルド結果がありません。", + "openlog.label": "ビルド ログを開く", + "seelog.message.full": "ログでエラーを確認してください。", + "seelog.message.short": "ログでエラーを確認してください - ", + "showlog.message": "ビルド ログの表示" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/contrib/build/buildWorkspaceService.i18n.json b/i18n/jpn/src/vs/workbench/contrib/build/buildWorkspaceService.i18n.json new file mode 100644 index 00000000000..61a9dd81380 --- /dev/null +++ b/i18n/jpn/src/vs/workbench/contrib/build/buildWorkspaceService.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "build.nobuildconfig.error": "ビルドが実行されませんでした。ビルドが構成されていません。ビルドを構成するには、'monaco.build.json' または 'nakefile.js' をワークスペースに追加してください。" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/contrib/files/binaryContentEditor.i18n.json b/i18n/jpn/src/vs/workbench/contrib/files/binaryContentEditor.i18n.json new file mode 100644 index 00000000000..16b1895fded --- /dev/null +++ b/i18n/jpn/src/vs/workbench/contrib/files/binaryContentEditor.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "binaryContentEditor": "バイナリ コンテンツ ビューアー" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/contrib/files/contentEditorInput.i18n.json b/i18n/jpn/src/vs/workbench/contrib/files/contentEditorInput.i18n.json new file mode 100644 index 00000000000..518f1ad1690 --- /dev/null +++ b/i18n/jpn/src/vs/workbench/contrib/files/contentEditorInput.i18n.json @@ -0,0 +1,16 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "pendingSaveMeeta": "変更は現在サーバーに保存されています...", + "saveConflictDisplay": "競合", + "saveConflictMeta": "変更を保存できません。サーバーにある別のバージョンと競合しています", + "saveErorDisplay": "保存エラー", + "saveErrorMeta": "変更を保存できません", + "savedDiffDate": "最終保存日 {0}", + "savedDiffTime": "{0} 日前の最終保存日", + "savedDisplay": "保存済み", + "savingDisplay": "保存中..." +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/contrib/files/contentEditorModel.i18n.json b/i18n/jpn/src/vs/workbench/contrib/files/contentEditorModel.i18n.json new file mode 100644 index 00000000000..177f00837b9 --- /dev/null +++ b/i18n/jpn/src/vs/workbench/contrib/files/contentEditorModel.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "genericSaveError": "'{0}' の保存に失敗しました:{1}", + "staleSaveError": "'{0}' の保存に失敗しました。サーバーに新しいバージョンがあります。ファイルを開いてもう一度保存してください。", + "unexpectedEventError": "ファイル変更リスナーから予期しないエラーがスローされました。リスナーの種類: {0}" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/contrib/files/explorerViewer.i18n.json b/i18n/jpn/src/vs/workbench/contrib/files/explorerViewer.i18n.json new file mode 100644 index 00000000000..ce01b5e0e7d --- /dev/null +++ b/i18n/jpn/src/vs/workbench/contrib/files/explorerViewer.i18n.json @@ -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. +{ + "confirmOverwriteMessage": "'{0}' は保存先フォルダーに既に存在します。置き換えてもよろしいですか。", + "warningFileDirty": "ファイル '{0}' は現在保存中です。後でもう一度お試しください。" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/contrib/files/fileServices.i18n.json b/i18n/jpn/src/vs/workbench/contrib/files/fileServices.i18n.json new file mode 100644 index 00000000000..410ed970b96 --- /dev/null +++ b/i18n/jpn/src/vs/workbench/contrib/files/fileServices.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "cancel": "キャンセル", + "createFile": "ファイルの作成", + "unsavedChangesEpilogue": "\n\n変更が保存されるまで戻ってお待ちください。そうしないと、変更が破棄されます。", + "unsavedChangesPreamble": "保存されていない変更があります:\n" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/contrib/files/files.contribution.i18n.json b/i18n/jpn/src/vs/workbench/contrib/files/files.contribution.i18n.json new file mode 100644 index 00000000000..6ca67ef439b --- /dev/null +++ b/i18n/jpn/src/vs/workbench/contrib/files/files.contribution.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "binaryContentEditor": "バイナリ コンテンツ エディター", + "explore": "探索", + "showExplorerViewlet": "'エクスプローラー' ビューレットの表示", + "textContentEditor": "テキスト コンテンツ エディター" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/contrib/files/htmlFrameEditorInput.i18n.json b/i18n/jpn/src/vs/workbench/contrib/files/htmlFrameEditorInput.i18n.json new file mode 100644 index 00000000000..cd45100f366 --- /dev/null +++ b/i18n/jpn/src/vs/workbench/contrib/files/htmlFrameEditorInput.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "preview": "プレビュー" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/contrib/files/statModel.i18n.json b/i18n/jpn/src/vs/workbench/contrib/files/statModel.i18n.json new file mode 100644 index 00000000000..9ede665e316 --- /dev/null +++ b/i18n/jpn/src/vs/workbench/contrib/files/statModel.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "emptyFileNameError": "ファイルまたはフォルダーの名前を指定する必要があります。", + "fileNameExistsError": "**{0}** というファイルまたはフォルダーはこの場所に既に存在します。別の名前を指定してください。", + "filePathTooLongError": "名前 **{0}** のパスが長すぎます。名前を短くしてください。", + "invalidFileNameError": "名前 **{0}** にファイルまたはフォルダーの名前に使用できない文字が含まれています。別の名前を指定してください。" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/contrib/files/textContentEditor.i18n.json b/i18n/jpn/src/vs/workbench/contrib/files/textContentEditor.i18n.json new file mode 100644 index 00000000000..835e6e76e1b --- /dev/null +++ b/i18n/jpn/src/vs/workbench/contrib/files/textContentEditor.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "cancel": "キャンセル", + "createFile": "ファイルの作成", + "textContentEditor": "テキスト コンテンツ エディター" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/contrib/git/git.contribution.i18n.json b/i18n/jpn/src/vs/workbench/contrib/git/git.contribution.i18n.json new file mode 100644 index 00000000000..3971f409a9d --- /dev/null +++ b/i18n/jpn/src/vs/workbench/contrib/git/git.contribution.i18n.json @@ -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. +{ + "git": "Git", + "toggleGitViewlet": "'Git' ビューレットの表示" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/contrib/git/gitOperations.i18n.json b/i18n/jpn/src/vs/workbench/contrib/git/gitOperations.i18n.json new file mode 100644 index 00000000000..f264c7c56ca --- /dev/null +++ b/i18n/jpn/src/vs/workbench/contrib/git/gitOperations.i18n.json @@ -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. +{ + "failParse": "Git サービスからの応答を解析できませんでした: {0}", + "gitError": "Git サービスのエラー" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/contrib/git/gitWidgets.i18n.json b/i18n/jpn/src/vs/workbench/contrib/git/gitWidgets.i18n.json new file mode 100644 index 00000000000..b084d2597ad --- /dev/null +++ b/i18n/jpn/src/vs/workbench/contrib/git/gitWidgets.i18n.json @@ -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. +{ + "Branches": "分岐", + "currentlyDetached": "現在、'{0}' でデタッチした HEAD モードです。" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/contrib/git/gitWorkbenchContributions.i18n.json b/i18n/jpn/src/vs/workbench/contrib/git/gitWorkbenchContributions.i18n.json new file mode 100644 index 00000000000..430877f0c54 --- /dev/null +++ b/i18n/jpn/src/vs/workbench/contrib/git/gitWorkbenchContributions.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "credentialsRequest": "資格情報が必要です", + "gitPendingChangesBadge": "{0} の保留中の変更", + "gitProgressBadge": "実行中の Git のステータス", + "pendingOperation": "資格情報を必要とする保留中の Git 操作があります。資格情報を入力するか、操作をキャンセルしてください。" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/contrib/git/views/empty/emptyView.i18n.json b/i18n/jpn/src/vs/workbench/contrib/git/views/empty/emptyView.i18n.json new file mode 100644 index 00000000000..a89f9f8e61e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/contrib/git/views/empty/emptyView.i18n.json @@ -0,0 +1,18 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "cantclone": "空でないワークスペースに Git リポジトリを複製することはできません。", + "close": "閉じる", + "gitRepoURL": "リポジトリの URL", + "gitclone": "Git の URL から複製", + "gitinit": "Git リポジトリの初期化", + "noGit": "このワークスペースはまだ Git ソース管理下にありません。", + "noRepositories": "VS Online アカウントで Git リポジトリが見つかりません", + "reconnect": "再接続", + "repoFromProject": "{0} ({1} から)", + "tfsConnect": "Visual Studio Online に接続", + "vsoClone": "VS Online のリポジトリから複製" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/contrib/output/output.contribution.i18n.json b/i18n/jpn/src/vs/workbench/contrib/output/output.contribution.i18n.json new file mode 100644 index 00000000000..a40bea519d5 --- /dev/null +++ b/i18n/jpn/src/vs/workbench/contrib/output/output.contribution.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "runConfigurationDescription": "これは、実行の動作の構成に使用されます。", + "runConfigurationTitle": "実行構成", + "suffixDescription": "[実行] をクリックしたときに URL に追加されるサフィックスです。" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/contrib/output/output.i18n.json b/i18n/jpn/src/vs/workbench/contrib/output/output.i18n.json new file mode 100644 index 00000000000..2f7abe73e40 --- /dev/null +++ b/i18n/jpn/src/vs/workbench/contrib/output/output.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "output": "出力", + "outputFinaleBad": "[情報] 出力が表示されない場合は、アプリケーションが出力を送信するように正しく構成されていることを確認してください\n", + "outputFinaleGood1": "[情報] アプリケーションに対してログが有効になっています", + "outputFinaleGood2": "[情報] ログ レベルは '{0}' です。変更する場合は、{1} からアプリケーションを構成してください\n", + "outputFinaleGood3": "[情報] ログ レベルは '{0}' です。\n", + "outputInfo": "[情報] {0} で実行中のアプリケーションの出力がここに表示されます", + "outputRunner": "{0} から" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/contrib/output/outputActions.contribution.i18n.json b/i18n/jpn/src/vs/workbench/contrib/output/outputActions.contribution.i18n.json new file mode 100644 index 00000000000..3654eb40cad --- /dev/null +++ b/i18n/jpn/src/vs/workbench/contrib/output/outputActions.contribution.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "clearOutput.label": "出力のクリア", + "output.show": "出力を表示...", + "run": "実行" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/contrib/terminal/inPlaceCredentialsHelper.i18n.json b/i18n/jpn/src/vs/workbench/contrib/terminal/inPlaceCredentialsHelper.i18n.json new file mode 100644 index 00000000000..b2ba7ef344c --- /dev/null +++ b/i18n/jpn/src/vs/workbench/contrib/terminal/inPlaceCredentialsHelper.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "label.password": "パスワード:", + "label.rememberMe": "資格情報を記憶する:", + "label.username": "ユーザー名:", + "placeholder.helpMessage": "<strong>{0}</strong><br/> の資格情報を指定してください\" + \"<span class=\"action save\">確認</span>したら、\" + \"<span class=\"shortcut\">{1}</span> をクリックします。\" + \"<span class=\"action cancel\">取り消す</span>場合は、\" + \"<span class=\"shortcut\">{2}</span> をクリックします。", + "rememberDisclaimerFullAccessibleText": "資格情報を記憶します。パスワードを保存すると、Azure の Web サイト内にこの情報が格納されます。これにより、Web サイトへの FTP アクセスを許可されたすべてのユーザーがパスワードを取得できるようになります。", + "rememberDisclaimerTooltip": "パスワードを保存すると、Azure の Web サイト内にこの情報が格納されます。これにより、Web サイトへの FTP アクセスを許可されたすべてのユーザーがパスワードを取得できるようになります。" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/contrib/terminal/inPlaceTerminalEditor.i18n.json b/i18n/jpn/src/vs/workbench/contrib/terminal/inPlaceTerminalEditor.i18n.json new file mode 100644 index 00000000000..ff884c46662 --- /dev/null +++ b/i18n/jpn/src/vs/workbench/contrib/terminal/inPlaceTerminalEditor.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "placeholder.helpMessage": "インプレース エディターに\" + \"<span class=\"action save\">保存</span>するには、\" + \"<span class=\"shortcut\">{0}</span> をクリックします。\" + \"<span class=\"action cancel\">取り消す</span>場合は、\" + \"<span class=\"shortcut\">{1}</span> をクリックします。" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/contrib/terminal/terminalActions.contribution.i18n.json b/i18n/jpn/src/vs/workbench/contrib/terminal/terminalActions.contribution.i18n.json new file mode 100644 index 00000000000..16d21f9f43a --- /dev/null +++ b/i18n/jpn/src/vs/workbench/contrib/terminal/terminalActions.contribution.i18n.json @@ -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. +{ + "clearConsole.label": "コンソールのクリア", + "globalConsoleAction": "コンソールを開く" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/contrib/terminal/terminalActions.i18n.json b/i18n/jpn/src/vs/workbench/contrib/terminal/terminalActions.i18n.json new file mode 100644 index 00000000000..aa32716dc4c --- /dev/null +++ b/i18n/jpn/src/vs/workbench/contrib/terminal/terminalActions.i18n.json @@ -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. +{ + "consoleErrorBadge": "コンソール エラー", + "consoleProgressBadge": "コマンドの実行中", + "extractAll": "すべて展開", + "globalConsoleAction": "コンソールを開く", + "openNewConsole": "新しいコンソールを開く", + "runFromConsole": "コンソールから実行", + "switchToConsole": "{0} {1}", + "switchToConsole.label": "コンソールに切り替える" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/contrib/terminal/terminalEditor.i18n.json b/i18n/jpn/src/vs/workbench/contrib/terminal/terminalEditor.i18n.json new file mode 100644 index 00000000000..9494361b420 --- /dev/null +++ b/i18n/jpn/src/vs/workbench/contrib/terminal/terminalEditor.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "clearConsole": "コンソールのクリア", + "console": "コンソール", + "terminalCancelInfo": "現在実行中のコマンドを停止しています...", + "terminalHelp": "Visual Studio Online Monaco コンソールへようこそ\n使用可能なコマンドの一覧を表示するには、'{0}' と入力してください。ヘルプを表示するには、'{1}' をクリックしてください。コンソールを閉じるには、'{2}' と入力してください。" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/contrib/terminal/terminalInput.i18n.json b/i18n/jpn/src/vs/workbench/contrib/terminal/terminalInput.i18n.json new file mode 100644 index 00000000000..dd1d6f81d1f --- /dev/null +++ b/i18n/jpn/src/vs/workbench/contrib/terminal/terminalInput.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "terminalInputDescription": "{0} - {1}", + "terminalInputDescriptionRunning": "{0} - {1} (実行中...)", + "terminalInputName": "コンソール", + "welcome": "ようこそ" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/contrib/terminal/terminalModel.i18n.json b/i18n/jpn/src/vs/workbench/contrib/terminal/terminalModel.i18n.json new file mode 100644 index 00000000000..76c68506e3e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/contrib/terminal/terminalModel.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "socketDisconnectText": "\nエラー: サーバーへの接続が切断されたため、コマンドの出力を表示できません。インターネット接続が切断されているか、サーバーが再起動されました。" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/contrib/terminal/terminalWorkbenchContribution.i18n.json b/i18n/jpn/src/vs/workbench/contrib/terminal/terminalWorkbenchContribution.i18n.json new file mode 100644 index 00000000000..a0aaee2758c --- /dev/null +++ b/i18n/jpn/src/vs/workbench/contrib/terminal/terminalWorkbenchContribution.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "dashboard": "ダッシュボード", + "explore": "探索", + "runningProcessesInfo": "実行中のコマンドが少なくとも 1 つ残っています。コンソールに戻って、実行中のコマンドをすべて停止してください。これを行わないと、コマンドの実行がバックグラウンドで継続されます。", + "setupError": "ワークスペースの作成中に問題が発生しました。ワークスペースをダッシュボードから削除してやり直してください。", + "setupInfoFinish": "ワークスペースが作成されました。", + "setupInfoStart": "ワークスペースを作成しています。この処理が完了するまでお待ちください。" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/contrib/terminal/terminalWorker.i18n.json b/i18n/jpn/src/vs/workbench/contrib/terminal/terminalWorker.i18n.json new file mode 100644 index 00000000000..1f4c1b982af --- /dev/null +++ b/i18n/jpn/src/vs/workbench/contrib/terminal/terminalWorker.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "clearCommand": "ターミナルの出力のクリア", + "clsCommand": "ターミナルの出力のクリア", + "exitCommand": "ターミナルを閉じる" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/contrib/testing/coverage/coverageActions.i18n.json b/i18n/jpn/src/vs/workbench/contrib/testing/coverage/coverageActions.i18n.json new file mode 100644 index 00000000000..35740fe14c4 --- /dev/null +++ b/i18n/jpn/src/vs/workbench/contrib/testing/coverage/coverageActions.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "refresh": "最新の情報に更新" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/contrib/testing/test.contribution.i18n.json b/i18n/jpn/src/vs/workbench/contrib/testing/test.contribution.i18n.json new file mode 100644 index 00000000000..45eaf5bcd8f --- /dev/null +++ b/i18n/jpn/src/vs/workbench/contrib/testing/test.contribution.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "coveargeName": "テスト カバレッジ", + "enabled": "テストを自動的に実行するかどうかを制御します。", + "name": "テスト", + "testConfigurationDescription": "これは、テスト ビューレットの構成に使用されます。", + "testConfigurationTitle": "テスト構成", + "testPage": "テストを実行するページの相対 URL です。" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/contrib/testing/testActions.i18n.json b/i18n/jpn/src/vs/workbench/contrib/testing/testActions.i18n.json new file mode 100644 index 00000000000..18bb96f5aed --- /dev/null +++ b/i18n/jpn/src/vs/workbench/contrib/testing/testActions.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "runLocalTests.label": "ローカルで実行", + "runTestsNow.label": "テストの実行", + "showCoverage.label": "カバレッジの表示" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/contrib/testing/testModel.i18n.json b/i18n/jpn/src/vs/workbench/contrib/testing/testModel.i18n.json new file mode 100644 index 00000000000..aee97c8f4df --- /dev/null +++ b/i18n/jpn/src/vs/workbench/contrib/testing/testModel.i18n.json @@ -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. +{ + "allTestsPass": "{0} 個のテストに成功しました ({1} アサーション)。", + "failedAssertion.actualExpected": "実際の内容: '{0}'、想定される内容: '{1}'", + "failedAssertion.generalFailure": "アサーション エラー", + "someTestsPass": "{0}/{1} 個のテストに成功しました。", + "testResultsUnknow": "不明", + "testRunFailure": "テストの実行に失敗しました。理由: {0}", + "testTimeout": "テストの実行がタイムアウトしました。", + "unknownError": "テストの実行中に不明なエラーが発生しました。" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/contrib/testing/testViewlet.i18n.json b/i18n/jpn/src/vs/workbench/contrib/testing/testViewlet.i18n.json new file mode 100644 index 00000000000..055bf2e839b --- /dev/null +++ b/i18n/jpn/src/vs/workbench/contrib/testing/testViewlet.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "backendError": "ランナー エラー", + "backendExecuteError": "ランナーの実行中にエラーが発生しました。URL: {0}、{1}", + "configDisabled": "テストが構成で無効になっています", + "noConfig": "テスト構成がありません", + "noTestsRun": "テストがまだ実行されていません。", + "testFilter": "テスト フィルター" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/contrib/testing/testWorkbenchContributions.i18n.json b/i18n/jpn/src/vs/workbench/contrib/testing/testWorkbenchContributions.i18n.json new file mode 100644 index 00000000000..2b77dd40395 --- /dev/null +++ b/i18n/jpn/src/vs/workbench/contrib/testing/testWorkbenchContributions.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "testsErrorsBadge": "テスト ハーネスのエラー", + "testsFailedBadge": "{0} 個のテストに失敗しました", + "testsNotConfiguredBade": "テスト ハーネスが構成されていません", + "testsPassedBadge": "すべてのテストに成功しました", + "testsProgressBadge": "テストの実行中", + "testsStaleBadge": "古いテスト結果です", + "testsStaleFailedBadge": "{0} 個のテストに失敗しました" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/contrib/vsconnect/vsconnectActions.i18n.json b/i18n/jpn/src/vs/workbench/contrib/vsconnect/vsconnectActions.i18n.json new file mode 100644 index 00000000000..fc1d464dd9f --- /dev/null +++ b/i18n/jpn/src/vs/workbench/contrib/vsconnect/vsconnectActions.i18n.json @@ -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. +{ + "openInVisualStudio": "Visual Studio で開く", + "openInVsNotImplemented": "[Visual Studio で開く] は現在サポートされていません。" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/contrib/zumo/zumoActions.i18n.json b/i18n/jpn/src/vs/workbench/contrib/zumo/zumoActions.i18n.json new file mode 100644 index 00000000000..e11678d5d47 --- /dev/null +++ b/i18n/jpn/src/vs/workbench/contrib/zumo/zumoActions.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "browseTable": "テーブルの参照", + "createScripts": "テーブル スクリプトの参照", + "newApi": "新しい API", + "newJob": "新しいジョブ", + "newTable": "新しいテーブル", + "runJob": "ジョブの実行", + "showOutput": "出力の表示" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/electron-browser/actions.i18n.json b/i18n/jpn/src/vs/workbench/electron-browser/actions.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/electron-browser/actions.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/electron-browser/crashReporter.i18n.json b/i18n/jpn/src/vs/workbench/electron-browser/crashReporter.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/electron-browser/crashReporter.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/electron-browser/darwin/cli.contribution.i18n.json b/i18n/jpn/src/vs/workbench/electron-browser/darwin/cli.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/electron-browser/darwin/cli.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/electron-browser/integration.i18n.json b/i18n/jpn/src/vs/workbench/electron-browser/integration.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/electron-browser/integration.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/electron-browser/main.contribution.i18n.json b/i18n/jpn/src/vs/workbench/electron-browser/main.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/electron-browser/main.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/electron-browser/shell.i18n.json b/i18n/jpn/src/vs/workbench/electron-browser/shell.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/electron-browser/shell.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/electron-browser/update.i18n.json b/i18n/jpn/src/vs/workbench/electron-browser/update.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/electron-browser/update.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/electron-main/main.i18n.json b/i18n/jpn/src/vs/workbench/electron-main/main.i18n.json new file mode 100644 index 00000000000..73582264e61 --- /dev/null +++ b/i18n/jpn/src/vs/workbench/electron-main/main.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "newWindow": "新しいウィンドウ" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/electron-main/menus.i18n.json b/i18n/jpn/src/vs/workbench/electron-main/menus.i18n.json new file mode 100644 index 00000000000..c0cd0c8506c --- /dev/null +++ b/i18n/jpn/src/vs/workbench/electron-main/menus.i18n.json @@ -0,0 +1,89 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "aboutDetail": "\nバージョン {0}\nコミット {1}\n日付 {2}\nシェル {3}\nレンダラー {4}\nノード {5}", + "mAbout": "{0} のバージョン情報", + "mBringToFront": "すべてを前面に配置", + "mClose": "閉じる", + "mEdit": "編集(&&E)", + "mFile": "ファイル(&&F)", + "mGoto": "ジャンプ(&&G)", + "mHelp": "ヘルプ(&&H)", + "mHide": "{0} を非表示にする", + "mHideOthers": "その他を非表示にする", + "mMinimize": "最小化", + "mShowAll": "すべて表示", + "mView": "表示(&&V)", + "mWindow": "ウィンドウ", + "miAbout": "バージョン情報(&&A)", + "miAutoSave": "自動保存", + "miBack": "戻る(&&B)", + "miCheckForUpdates": "更新の確認…", + "miCheckingForUpdates": "更新を確認しています…", + "miClearItems": "項目を消去(&&C)", + "miCloseEditor": "エディターを閉じる(&&E)", + "miCloseFolder": "フォルダーを閉じる(&&F)", + "miCloseWindow": "ウィンドウを閉じる(&&W)", + "miCommandPalette": "コマンド パレット(&&C)...", + "miCopy": "コピー(&&O)", + "miCut": "切り取り(&&C)", + "miDarkTheme": "ダーク テーマ(&&D)", + "miDocumentation": "参照資料(&&D)", + "miExit": "終了(&&X)", + "miFind": "検索(&&F)", + "miFindInFiles": "ファイル内を検索(&&I)", + "miForward": "転送(&&F)", + "miGotoDefinition": "定義に移動(&&D)", + "miGotoFile": "ファイルに移動(&&F)...", + "miGotoLine": "行に移動(&&L)...", + "miGotoSymbol": "記号に移動(&&S)...", + "miHighTheme": "ハイ コントラスト テーマ(&&H)", + "miInstallingUpdate": "更新をインストールしています…", + "miLastCheckedAt": "最終確認: {0}", + "miLicense": "ライセンスを表示(&&V)", + "miLightTheme": "ライト テーマ(&&L)", + "miMarker": "エラーと警告(&&E)...", + "miMoveSidebar": "サイドバーを移動(&&M)", + "miNavigateHistory": "履歴を参照(&&N)", + "miNewFile": "新規ファイル(&&N)", + "miNewWindow": "新しいウィンドウ(&&N)", + "miOpen": "開く(&&O)...", + "miOpenFile": "ファイルを開く(&&O)...", + "miOpenFolder": "フォルダーを開く(&&F)...", + "miOpenKeymap": "キーボード ショートカット(&&K)", + "miOpenRecent": "最近使用した項目を開く(&&R)", + "miOpenSettings": "ユーザー設定(&&U)", + "miOpenSnippets": "ユーザー スニペット(&&U)", + "miOpenWorkspaceSettings": "ワークスペース設定(&&W)", + "miPaste": "貼り付け(&&P)", + "miPreferences": "基本設定(&&P)", + "miPrivacyStatement": "プライバシーについて(&&P)", + "miQuit": "{0} を終了", + "miRedo": "やり直し(&&R)", + "miReleaseNotes": "リリース ノート(&&R)", + "miReplace": "置換(&&R)", + "miReportIssues": "問題の報告(&&R)", + "miRestartToUpdate": "更新のために再起動します...", + "miRevert": "ファイルを元に戻す", + "miSave": "保存(&&S)", + "miSaveAll": "すべて保存(&&A)", + "miSaveAs": "名前を付けて保存...", + "miSelectAll": "すべて選択(&&S)", + "miShowWelcome": "[ようこそ] を表示(&&S)", + "miSplitEditor": "エディターを分割(&&E)", + "miTheme": "テーマ(&&T)", + "miToggleDevTools": "開発者ツールの切り替え(&&T)", + "miToggleFullScreen": "全画面の切り替え(&&F)", + "miToggleOutput": "出力の切り替え(&&O)", + "miToggleSidebar": "サイドバーの切り替え(&&T)", + "miTwitter": "ツイッターに参加(&&J)", + "miUndo": "元に戻す(&&U)", + "miUpdatesNotAvailable": "利用可能な更新はありません", + "miUserVoice": "機能を要求(&&R)", + "miZoomIn": "ズーム イン(&&Z)", + "miZoomOut": "ズーム アウト(&&U)", + "okButton": "OK" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/electron-main/windows.i18n.json b/i18n/jpn/src/vs/workbench/electron-main/windows.i18n.json new file mode 100644 index 00000000000..81614a0e5c1 --- /dev/null +++ b/i18n/jpn/src/vs/workbench/electron-main/windows.i18n.json @@ -0,0 +1,16 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "appCrashed": "{0} がクラッシュしました", + "appCrashedDetail": "申し訳ありません。{0} を再起動してください。", + "appStalled": "{0} から応答がありません", + "appStalledDetail": "このまま待機するか、{0} を終了してください。", + "exit": "終了", + "ok": "OK", + "pathNotExistDetail": "パス '{0}' はディスクにもはや存在しません。", + "pathNotExistTitle": "パスが存在しません", + "wait": "待機を続ける" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/facade.i18n.json b/i18n/jpn/src/vs/workbench/facade.i18n.json new file mode 100644 index 00000000000..0186bf60d2d --- /dev/null +++ b/i18n/jpn/src/vs/workbench/facade.i18n.json @@ -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. +{ + "prefixWorkspaceTitle": "{0} - {1} - {2}", + "workspaceTitle": "{0} - {1}" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/node/extensionHostMain.i18n.json b/i18n/jpn/src/vs/workbench/node/extensionHostMain.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/node/extensionHostMain.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/node/pluginHostMain.i18n.json b/i18n/jpn/src/vs/workbench/node/pluginHostMain.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/node/pluginHostMain.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/emmet/node/emmet.contribution.i18n.json b/i18n/jpn/src/vs/workbench/parts/emmet/node/emmet.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/emmet/node/emmet.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/errorList/browser/errorList.contribution.i18n.json b/i18n/jpn/src/vs/workbench/parts/errorList/browser/errorList.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/errorList/browser/errorList.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/execution/electron-browser/executionService.i18n.json b/i18n/jpn/src/vs/workbench/parts/execution/electron-browser/executionService.i18n.json new file mode 100644 index 00000000000..3d819d890a5 --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/execution/electron-browser/executionService.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "linux.wait": "続行するには、任意のキーを押してください..." +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json b/i18n/jpn/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json new file mode 100644 index 00000000000..c61aeae9392 --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "console": "コンソール" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/extensions/electron-browser/extensions.contribution.i18n.json b/i18n/jpn/src/vs/workbench/parts/extensions/electron-browser/extensions.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/extensions/electron-browser/extensions.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/extensions/electron-browser/extensionsActions.i18n.json b/i18n/jpn/src/vs/workbench/parts/extensions/electron-browser/extensionsActions.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/extensions/electron-browser/extensionsActions.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/extensions/electron-browser/extensionsAssistant.i18n.json b/i18n/jpn/src/vs/workbench/parts/extensions/electron-browser/extensionsAssistant.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/extensions/electron-browser/extensionsAssistant.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/extensions/electron-browser/extensionsQuickOpen.i18n.json b/i18n/jpn/src/vs/workbench/parts/extensions/electron-browser/extensionsQuickOpen.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/extensions/electron-browser/extensionsQuickOpen.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/extensions/electron-browser/extensionsWidgets.i18n.json b/i18n/jpn/src/vs/workbench/parts/extensions/electron-browser/extensionsWidgets.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/extensions/electron-browser/extensionsWidgets.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/extensions/electron-browser/extensionsWorkbenchExtension.i18n.json b/i18n/jpn/src/vs/workbench/parts/extensions/electron-browser/extensionsWorkbenchExtension.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/extensions/electron-browser/extensionsWorkbenchExtension.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/extensions/node/extensionsService.i18n.json b/i18n/jpn/src/vs/workbench/parts/extensions/node/extensionsService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/extensions/node/extensionsService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/feedback/browser/feedback.i18n.json b/i18n/jpn/src/vs/workbench/parts/feedback/browser/feedback.i18n.json new file mode 100644 index 00000000000..fd55ecc4f76 --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/feedback/browser/feedback.i18n.json @@ -0,0 +1,20 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "PrivacyText": "お客様のプライバシーの保護について", + "aliasFullAccessibleText": "電子メール アドレスを追加します。電子メール アドレスを含めていただくと、お客様からのフィードバックについて質問や不明点がある場合にこちらからご連絡いたします。", + "aliasHeader": "電子メール アドレスの追加", + "aliasTooltip": "電子メール アドレスを含めていただくと、お客様からのフィードバックについて質問や不明点がある場合にこちらからご連絡いたします。", + "commentsHeader": "コメント", + "feedbackSending": "送信中...", + "feedbackSendingError": "もう一度やり直してください", + "feedbackSent": "ありがとうございました", + "frownCaption": "悲しい", + "send": "送信", + "send us your feedback": "フィードバックの送信", + "sentiment": "ご感想をお聞かせください。", + "smileCaption": "ハッピー" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/files/browser/editors/binaryFileEditor.i18n.json b/i18n/jpn/src/vs/workbench/parts/files/browser/editors/binaryFileEditor.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/files/browser/editors/binaryFileEditor.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/files/browser/editors/fileEditorInput.i18n.json b/i18n/jpn/src/vs/workbench/parts/files/browser/editors/fileEditorInput.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/files/browser/editors/fileEditorInput.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/files/browser/editors/textFileEditor.i18n.json b/i18n/jpn/src/vs/workbench/parts/files/browser/editors/textFileEditor.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/files/browser/editors/textFileEditor.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/files/browser/fileActions.contribution.i18n.json b/i18n/jpn/src/vs/workbench/parts/files/browser/fileActions.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/files/browser/fileActions.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/files/browser/fileActions.i18n.json b/i18n/jpn/src/vs/workbench/parts/files/browser/fileActions.i18n.json new file mode 100644 index 00000000000..5f404590eb8 --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/files/browser/fileActions.i18n.json @@ -0,0 +1,45 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "cancel": "キャンセル", + "collapse": "折りたたみ", + "compareFiles": "ファイルの比較", + "compareInputDescription": "{0} - {1} と比較", + "compareSource": "比較対象の選択", + "compareWith": "'{0}' と比較", + "confirmDeleteMessageFile": "'{0}' を完全に削除してもよろしいですか?", + "confirmDeleteMessageFolder": "'{0}' とその内容を完全に削除してもよろしいですか?", + "confirmMoveTrashMessageFile": "'{0}' を削除しますか?", + "confirmMoveTrashMessageFolder": "'{0}' とその内容を削除しますか?", + "confirmOverwrite": "保存先のフォルダーに同じ名前のファイルが既に存在します。置き換えてもよろしいですか?", + "copyFile": "コピー", + "createNewFile": "新しいファイル", + "createNewFolder": "新しいフォルダー", + "delete": "削除", + "disableJavaScript": "JavaScript を無効にする", + "downloadWorkspace": "ワークスペースのダウンロード", + "duplicateFile": "重複", + "emptyFileNameError": "ファイルまたはフォルダーの名前を指定する必要があります。", + "enableJavaScript": "JavaScript を有効にする", + "fileNameExistsError": "**{0}** というファイルまたはフォルダーはこの場所に既に存在します。別の名前を指定してください。", + "filePathTooLongError": "名前 **{0}** のパスが長すぎます。名前を短くしてください。", + "invalidFileNameError": "名前 **{0}** にファイル名またはフォルダー名に使用できない文字が含まれています。別の名前を指定してください。", + "invalidVSCFileName": "ファイル名またはフォルダー名 **{0}** は予約されいるため使用できません。別の名前を選択してください。", + "newFile": "新しいファイル", + "newFolder": "新しいフォルダー", + "openDerivedResource": "派生したリソースを開く", + "openPreview": "プレビューを開く", + "openToSide": "横に並べて開く", + "pasteFile": "貼り付け", + "refresh": "最新の情報に更新", + "reload": "再読み込み", + "rename": "名前変更", + "retry": "再試行", + "saveAll": "ダーティ ファイルをすべて保存", + "uploadFiles": "ファイルのアップロード", + "viewSource": "ソースの表示", + "warningFileDirty": "ファイル '{0}' は現在保存中です。後でもう一度お試しください。" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/files/browser/fileTracker.i18n.json b/i18n/jpn/src/vs/workbench/parts/files/browser/fileTracker.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/files/browser/fileTracker.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/files/browser/files.contribution.i18n.json b/i18n/jpn/src/vs/workbench/parts/files/browser/files.contribution.i18n.json new file mode 100644 index 00000000000..2bbc6f1708e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/files/browser/files.contribution.i18n.json @@ -0,0 +1,21 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "binaryFileEditor": "バイナリ ファイル エディター", + "dynamicHeight": "作業ファイル セクションの高さを要素数に合わせて動的に調整するかどうか制御します。", + "encoding": "ファイルの読み取り/書き込みで使用する既定の文字セット エンコーディング。", + "exclude": "ファイルとフォルダーを除外するための glob パターンを構成します。", + "explore": "探索", + "explorerConfigurationTitle": "ファイル エクスプローラー構成", + "files.exclude.boolean": "ファイル パスの照合対象となる glob パターン。これを true または false に設定すると、パターンがそれぞれ有効/無効になります。", + "files.exclude.when": "マッチするファイルの兄弟を追加的に検査します。一致するファイル名の変数として $(basename) を使用します。", + "filesConfigurationTitle": "ファイル構成", + "maxVisible": "スクロールバーなしで表示される作業ファイルの最大数。", + "showExplorerViewlet": "エクスプローラーを表示", + "textFileEditor": "テキスト ファイル エディター", + "trimTrailingWhitespace": "有効にすると、ファイルの保存時に末尾の空白をトリミングします。", + "view": "表示" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/files/browser/saveErrorHandler.i18n.json b/i18n/jpn/src/vs/workbench/parts/files/browser/saveErrorHandler.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/files/browser/saveErrorHandler.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/files/browser/views/emptyView.i18n.json b/i18n/jpn/src/vs/workbench/parts/files/browser/views/emptyView.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/files/browser/views/emptyView.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/files/browser/views/explorerView.i18n.json b/i18n/jpn/src/vs/workbench/parts/files/browser/views/explorerView.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/files/browser/views/explorerView.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/files/browser/views/explorerViewer.i18n.json b/i18n/jpn/src/vs/workbench/parts/files/browser/views/explorerViewer.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/files/browser/views/explorerViewer.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/files/browser/views/workingFilesView.i18n.json b/i18n/jpn/src/vs/workbench/parts/files/browser/views/workingFilesView.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/files/browser/views/workingFilesView.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/files/browser/views/workingFilesViewer.i18n.json b/i18n/jpn/src/vs/workbench/parts/files/browser/views/workingFilesViewer.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/files/browser/views/workingFilesViewer.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/files/browser/workingFilesPicker.i18n.json b/i18n/jpn/src/vs/workbench/parts/files/browser/workingFilesPicker.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/files/browser/workingFilesPicker.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/files/common/editors/textFileEditorModel.i18n.json b/i18n/jpn/src/vs/workbench/parts/files/common/editors/textFileEditorModel.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/files/common/editors/textFileEditorModel.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/files/electron-browser/electronFileActions.i18n.json b/i18n/jpn/src/vs/workbench/parts/files/electron-browser/electronFileActions.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/files/electron-browser/electronFileActions.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/files/electron-browser/files.electron.contribution.i18n.json b/i18n/jpn/src/vs/workbench/parts/files/electron-browser/files.electron.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/files/electron-browser/files.electron.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/files/electron-browser/textFileServices.i18n.json b/i18n/jpn/src/vs/workbench/parts/files/electron-browser/textFileServices.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/files/electron-browser/textFileServices.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/git/browser/gitActionItems.i18n.json b/i18n/jpn/src/vs/workbench/parts/git/browser/gitActionItems.i18n.json new file mode 100644 index 00000000000..a39ff1cb52b --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/git/browser/gitActionItems.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "createNewBranch": "新しいブランチの作成", + "dupeBranchName": "同じ名前の分岐が既に存在します。", + "invalidBranchName": "分岐名が無効です。" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/git/browser/gitActions.contribution.i18n.json b/i18n/jpn/src/vs/workbench/parts/git/browser/gitActions.contribution.i18n.json new file mode 100644 index 00000000000..0d29a775b2c --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/git/browser/gitActions.contribution.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "openInEditor": "エディター ビューに切り替える", + "stageSelectedLines": "選択した行のステージング", + "switchToChangesView": "変更の表示に切り替え" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/git/browser/gitActions.i18n.json b/i18n/jpn/src/vs/workbench/parts/git/browser/gitActions.i18n.json new file mode 100644 index 00000000000..20507b322c6 --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/git/browser/gitActions.i18n.json @@ -0,0 +1,42 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "amendCommit": "以前のコミットを修正", + "branch": "分岐", + "clone": "複製", + "commitAll": "すべてコミット", + "commitAll2": "すべてコミット", + "commitStaged": "ステージング済みをコミット", + "commitStaged2": "ステージング済みをコミット", + "confirmUndo": "'{0}' の変更を元に戻しますか?", + "confirmUndoAllMultiple": "{0} ファイルにステージングされていない変更があります。", + "confirmUndoAllOne": "{0} ファイルにステージングされていない変更があります。", + "confirmUndoMessage": "変更をすべて元に戻してもよろしいですか?", + "currentBranch": "現在の分岐 '{0}' は最新の状態です。", + "currentBranchPlural": "現在の分岐 '{0}' は、{1} 個のコミットの後で、'{3}' から {2} 個のコミットの前です。", + "currentBranchPluralSingle": "現在の分岐 '{0}' は、{1} 個のコミットの後で、'{3}' から {2} 個のコミットの前です。", + "currentBranchSingle": "現在の分岐 '{0}' は、{1} 個のコミットの後で、'{3}' から {2} 個のコミットの前です。", + "currentBranchSinglePlural": "現在の分岐 '{0}' は、{1} 個のコミットの後で、'{3}' から {2} 個のコミットの前に位置しています。", + "currentlyDetached": "デタッチ モードで同期できません。", + "dirtyChanges": "同期する前に変更をコミットする、元に戻す、または格納します。", + "dirtyTreeCheckout": "チェック アウトできません。まず動作をコミットまたはステージングしてください。", + "dirtyTreePull": "プルできません。まず動作をコミットまたはステージングしてください。", + "init": "初期化", + "noUpstream": "現在の分岐 '{0} にはアップストリームの分岐が構成されていません。", + "openChange": "変更を開く", + "openFile": "ファイルを開く", + "pull": "プル", + "push": "プッシュ", + "refresh": "最新の情報に更新", + "stageAllChanges": "すべてステージング", + "stageChanges": "ステージ", + "sync": "同期", + "synchronizing": "同期しています...", + "undoAllChanges": "すべて元に戻す", + "undoChanges": "元に戻す", + "unstage": "ステージング解除", + "unstageAllChanges": "すべてステージング解除" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/git/browser/gitQuickOpen.i18n.json b/i18n/jpn/src/vs/workbench/parts/git/browser/gitQuickOpen.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/git/browser/gitQuickOpen.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/git/browser/gitServices.i18n.json b/i18n/jpn/src/vs/workbench/parts/git/browser/gitServices.i18n.json new file mode 100644 index 00000000000..873c88ae572 --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/git/browser/gitServices.i18n.json @@ -0,0 +1,21 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "badConfigFile": "Git {0}", + "cancel": "キャンセル", + "cantOpen": "この Git リソースを開けません。", + "cantOpenResource": "この Git リソースを開けません。", + "changesFromIndex": "{0} - インデックスでの変更", + "changesFromTree": "{0} - {1} での変更", + "checkConsole": "Git 操作の実行中に問題が発生しました。コンソールを使用して、リポジトリの状態を確認してください。", + "checkNativeConsole": "Git の操作を実行しているときに問題が発生しました。コンソールを使用してリポジトリの状態を確認してください。", + "configureUsernameEmail": "ユーザー名と電子メールを構成してください。", + "gitIndexChanges": "{0} - インデックスでの変更", + "gitMergeChanges": "{0} - 変更のマージ", + "openConsole": "コンソールを開く", + "unmergedChanges": "変更をコミットする前に、まずマージされていない変更を解決する必要があります。", + "workingTreeChanges": "{0} - 作業ツリーでの変更" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/git/browser/gitWidgets.i18n.json b/i18n/jpn/src/vs/workbench/parts/git/browser/gitWidgets.i18n.json new file mode 100644 index 00000000000..7c671380453 --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/git/browser/gitWidgets.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "gitNotEnabled": "このワークスペースでは Git が有効になっていません。" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/git/browser/gitWorkbenchContributions.i18n.json b/i18n/jpn/src/vs/workbench/parts/git/browser/gitWorkbenchContributions.i18n.json new file mode 100644 index 00000000000..d8f49b0b469 --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/git/browser/gitWorkbenchContributions.i18n.json @@ -0,0 +1,17 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "executeGitCommands": "Git コマンドの実行", + "git": "Git", + "gitAutoFetch": "自動フェッチの有効/無効。", + "gitCommands": "Git コマンド", + "gitConfigurationTitle": "Git 構成", + "gitPath": "git 実行可能ファイルのパス", + "gitPendingChangesBadge": "{0} 個の保留中の変更", + "gitProgressBadge": "実行中の git の状態", + "toggleGitViewlet": "Git を表示", + "view": "表示" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/git/browser/views/changes/changesView.i18n.json b/i18n/jpn/src/vs/workbench/parts/git/browser/views/changes/changesView.i18n.json new file mode 100644 index 00000000000..2efbb43c98a --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/git/browser/views/changes/changesView.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "commitMessage": "コミット メッセージ", + "needMessage": "コミット メッセージを入力してください。**{0}** を押すといつでも変更をコミットできます。ステージング済みの変更がある場合は、それらの変更だけがコミットされます。それ以外の場合は、すべての変更がコミットされます。", + "nothingToCommit": "コミットする変更があった時点で、コミット メッセージを入力するか、**{0}** を押して変更をコミットしてください。ステージング済みの変更がある場合は、それらの変更だけがコミットされます。それ以外の場合は、すべての変更がコミットされます。" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/git/browser/views/changes/changesViewer.i18n.json b/i18n/jpn/src/vs/workbench/parts/git/browser/views/changes/changesViewer.i18n.json new file mode 100644 index 00000000000..873d763f9b5 --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/git/browser/views/changes/changesViewer.i18n.json @@ -0,0 +1,33 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "added-char": "A", + "allChanges": "変更", + "copied-char": "C", + "deleted-char": "D", + "ignored-char": "!", + "mergeChanges": "変更のマージ", + "modified-char": "M", + "renamed-char": "R", + "stagedChanges": "ステージング済みの変更", + "title-conflict-added-by-them": "競合: 他者が追加", + "title-conflict-added-by-us": "競合: こちらが追加", + "title-conflict-both-added": "競合: 両方追加", + "title-conflict-both-deleted": "競合: 両方削除", + "title-conflict-both-modified": "競合: 両方変更", + "title-conflict-deleted-by-them": "競合: 他者が削除", + "title-conflict-deleted-by-us": "競合: こちらが削除", + "title-deleted": "削除済み", + "title-ignored": "無視", + "title-index-added": "インデックスに追加済み", + "title-index-copied": "インデックスでコピー済み", + "title-index-deleted": "インデックスで削除済み", + "title-index-modified": "インデックスで変更済み", + "title-index-renamed": "インデックスで名前を変更済み", + "title-modified": "変更済み", + "title-untracked": "追跡対象外", + "untracked-char": "A" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/git/browser/views/disabled/disabledView.i18n.json b/i18n/jpn/src/vs/workbench/parts/git/browser/views/disabled/disabledView.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/git/browser/views/disabled/disabledView.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/git/browser/views/empty/emptyView.i18n.json b/i18n/jpn/src/vs/workbench/parts/git/browser/views/empty/emptyView.i18n.json new file mode 100644 index 00000000000..10515db8d66 --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/git/browser/views/empty/emptyView.i18n.json @@ -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. +{ + "gitinit": "git リポジトリの初期化", + "noGit": "このワークスペースはまだ git ソース管理下にありません。" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/git/browser/views/gitless/gitlessView.i18n.json b/i18n/jpn/src/vs/workbench/parts/git/browser/views/gitless/gitlessView.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/git/browser/views/gitless/gitlessView.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/git/browser/views/notroot/notrootView.i18n.json b/i18n/jpn/src/vs/workbench/parts/git/browser/views/notroot/notrootView.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/git/browser/views/notroot/notrootView.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/git/browser/views/noworkspace/noworkspaceView.i18n.json b/i18n/jpn/src/vs/workbench/parts/git/browser/views/noworkspace/noworkspaceView.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/git/browser/views/noworkspace/noworkspaceView.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/git/electron-main/askpassService.i18n.json b/i18n/jpn/src/vs/workbench/parts/git/electron-main/askpassService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/git/electron-main/askpassService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/git/node/git.lib.i18n.json b/i18n/jpn/src/vs/workbench/parts/git/node/git.lib.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/git/node/git.lib.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/html/browser/html.contribution.i18n.json b/i18n/jpn/src/vs/workbench/parts/html/browser/html.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/html/browser/html.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/html/browser/htmlPreviewPart.i18n.json b/i18n/jpn/src/vs/workbench/parts/html/browser/htmlPreviewPart.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/html/browser/htmlPreviewPart.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/markdown/browser/markdownActions.contribution.i18n.json b/i18n/jpn/src/vs/workbench/parts/markdown/browser/markdownActions.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/markdown/browser/markdownActions.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/markdown/browser/markdownActions.i18n.json b/i18n/jpn/src/vs/workbench/parts/markdown/browser/markdownActions.i18n.json new file mode 100644 index 00000000000..a00cb133572 --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/markdown/browser/markdownActions.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "openPreview": "プレビューを開く" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/markdown/browser/markdownEditorInput.i18n.json b/i18n/jpn/src/vs/workbench/parts/markdown/browser/markdownEditorInput.i18n.json new file mode 100644 index 00000000000..90a11a22519 --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/markdown/browser/markdownEditorInput.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "preview": "'{0}' のプレビュー" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/markdown/common/markdownEditorInput.i18n.json b/i18n/jpn/src/vs/workbench/parts/markdown/common/markdownEditorInput.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/markdown/common/markdownEditorInput.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/markdown/common/markdownEditorModel.i18n.json b/i18n/jpn/src/vs/workbench/parts/markdown/common/markdownEditorModel.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/markdown/common/markdownEditorModel.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/output/browser/output.contribution.i18n.json b/i18n/jpn/src/vs/workbench/parts/output/browser/output.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/output/browser/output.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/output/browser/outputActions.contribution.i18n.json b/i18n/jpn/src/vs/workbench/parts/output/browser/outputActions.contribution.i18n.json new file mode 100644 index 00000000000..828be6c043b --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/output/browser/outputActions.contribution.i18n.json @@ -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. +{ + "clearOutput.label": "出力を消去", + "viewCategory": "表示" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/output/browser/outputActions.i18n.json b/i18n/jpn/src/vs/workbench/parts/output/browser/outputActions.i18n.json new file mode 100644 index 00000000000..bc336b8b0fe --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/output/browser/outputActions.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "clearOutput": "出力のクリア", + "outputErrorsBadge": "出力にエラーがあります", + "run": "実行", + "showOutput": "出力の表示" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/output/browser/outputPanel.i18n.json b/i18n/jpn/src/vs/workbench/parts/output/browser/outputPanel.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/output/browser/outputPanel.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/output/common/outputEditorInput.i18n.json b/i18n/jpn/src/vs/workbench/parts/output/common/outputEditorInput.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/output/common/outputEditorInput.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/quickopen/browser/commandsHandler.i18n.json b/i18n/jpn/src/vs/workbench/parts/quickopen/browser/commandsHandler.i18n.json new file mode 100644 index 00000000000..24a9d8026fa --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/quickopen/browser/commandsHandler.i18n.json @@ -0,0 +1,17 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "QuickCommandsAction.label": "エディター コマンドの表示", + "QuickCommandsEditorAction.label": "エディター コマンドの表示", + "actionNotEnabled": "コマンド '{0}' はこのコンテキストでは無効です。", + "canNotRun": "コマンド '{0}' はここでは実行できません。", + "commandsHandlerDescriptionDefault": "コマンドの表示と実行 (F1)", + "commandsHandlerDescriptionIE": "コマンドの表示と実行 (Alt + F1)", + "commandsHandlerDescriptionMac": "コマンドの表示および実行 (Cmd + P)", + "commandsHandlerDescriptionNative": "コマンドの表示および実行 (Ctrl+P)", + "editorCommandsHandler": "エディター コマンドの表示と実行", + "showTriggerActions": "すべてのコマンドの表示" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/quickopen/browser/gotoLineHandler.i18n.json b/i18n/jpn/src/vs/workbench/parts/quickopen/browser/gotoLineHandler.i18n.json new file mode 100644 index 00000000000..f8b39be68ab --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/quickopen/browser/gotoLineHandler.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "gotoLine": "指定行へ移動...", + "gotoLineDescriptionMac": "指定行へ移動 (Cmd+G)", + "gotoLineDescriptionWin": "指定行へ移動 (Ctrl + G)", + "gotoLineLabel": "行 {0} へ移動", + "gotoLineLabelEmpty": "移動先の行番号を入力してください", + "gotoLineLabelEmptyWithLimit": "移動先の行番号を 1 ~ {0} の範囲で入力してください" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/quickopen/browser/gotoSymbolHandler.i18n.json b/i18n/jpn/src/vs/workbench/parts/quickopen/browser/gotoSymbolHandler.i18n.json new file mode 100644 index 00000000000..30f46e4d61b --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/quickopen/browser/gotoSymbolHandler.i18n.json @@ -0,0 +1,24 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "GotoSymbolEditorAction.label": "シンボルへ移動...", + "_constructor": "コンストラクター ({0})", + "call": "呼び出し ({0})", + "class": "クラス ({0})", + "function": "関数 ({0})", + "gotoSymbol": "シンボルへ移動...", + "gotoSymbolDescriptionNormalMac": "シンボルへ移動 (Cmd+Shift+O、Cmd+Shift+,)", + "gotoSymbolDescriptionNormalWin": "シンボルへ移動 (Ctrl + Shift + O、Ctrl + Shift + ,)", + "gotoSymbolDescriptionScoped": "カテゴリを指定してシンボルへ移動", + "grouplabel": "{0} ({1})", + "interface": "インターフェイス ({0})", + "method": "メソッド ({0})", + "modules": "モジュール ({0})", + "property": "プロパティ ({0})", + "symbols": "シンボル ({0})", + "variable": "変数 ({0})", + "variable2": "変数 ({0})" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/quickopen/browser/helpHandler.i18n.json b/i18n/jpn/src/vs/workbench/parts/quickopen/browser/helpHandler.i18n.json new file mode 100644 index 00000000000..a3ce190708d --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/quickopen/browser/helpHandler.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "editorCommands": "エディター コマンド", + "globalCommands": "グローバル コマンド", + "helpDescription": "ヘルプの表示" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/quickopen/browser/markersHandler.i18n.json b/i18n/jpn/src/vs/workbench/parts/quickopen/browser/markersHandler.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/quickopen/browser/markersHandler.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/quickopen/browser/quickopen.contribution.i18n.json b/i18n/jpn/src/vs/workbench/parts/quickopen/browser/quickopen.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/quickopen/browser/quickopen.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/search/browser/openAnythingHandler.i18n.json b/i18n/jpn/src/vs/workbench/parts/search/browser/openAnythingHandler.i18n.json new file mode 100644 index 00000000000..d064da0247e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/search/browser/openAnythingHandler.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "fileAndTypeResults": "ファイルとシンボルの結果" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/search/browser/openFileHandler.i18n.json b/i18n/jpn/src/vs/workbench/parts/search/browser/openFileHandler.i18n.json new file mode 100644 index 00000000000..c01cc82e1e6 --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/search/browser/openFileHandler.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "searchResults": "検索結果" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/search/browser/openSymbolHandler.i18n.json b/i18n/jpn/src/vs/workbench/parts/search/browser/openSymbolHandler.i18n.json new file mode 100644 index 00000000000..8a0a2847173 --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/search/browser/openSymbolHandler.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "symbols": "シンボルの結果" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/search/browser/search.contribution.i18n.json b/i18n/jpn/src/vs/workbench/parts/search/browser/search.contribution.i18n.json new file mode 100644 index 00000000000..c8f6c294d7d --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/search/browser/search.contribution.i18n.json @@ -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. +{ + "excludeFolders": "ワークスペースでフルテキスト検索を実行するときに除外するフォルダーです。", + "findInFolder": "フォルダー内を検索", + "name": "検索", + "openAnythingHandlerDescriptionMac": "名前を指定してファイルとシンボルを開く (command+O、command+,)", + "openAnythingHandlerDescriptionWin": "名前を指定してファイルとシンボルを開く (Ctrl + O、Ctrl + ,)", + "searchConfigurationDescription": "これは、検索に関する設定の構成に使用されます。", + "searchConfigurationTitle": "検索構成", + "showSearchViewlet": "'検索' ビューレットの表示" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/search/browser/searchViewlet.i18n.json b/i18n/jpn/src/vs/workbench/parts/search/browser/searchViewlet.i18n.json new file mode 100644 index 00000000000..09387083e65 --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/search/browser/searchViewlet.i18n.json @@ -0,0 +1,31 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "CollapseAllAction.label": "折りたたむ", + "RefreshAction.label": "最新の情報に更新", + "RemoveAction.label": "削除", + "SelectOrRemoveAction.removeLabel": "削除", + "SelectOrRemoveAction.selectLabel": "選択", + "findInFolder": "フォルダー内を検索", + "inputFileTypes": "例: *.js", + "inputFolderExclusions": "例: folder1、folder2", + "inputFolderIncludes": "例: folder1、folder2", + "label.Search": "検索語句", + "noResults": "一致する項目はありません", + "noResultsConfiguredExcludes": "何も見つかりませんでした。現在の設定ではいくつかのフォルダーを除外します。", + "noResultsExcludes": "フォルダー '{0}' を除き、何も見つかりませんでした。- ", + "noResultsIncludes": "'{0}' 内に一致する項目はありません - ", + "noResultsIncludesPatterns": "'{0}' 内にファイル名 '{1}' に一致する項目はありません - ", + "noResultsPatterns": "ファイル名 '{0}' に一致する項目はありません - ", + "regexp.validationFailure": "この式はすべてに一致します", + "rerunSearch.message": "すべてのファイルをもう一度検索してください", + "searchMatch": "一致する項目が {0} 件見つかりました", + "searchMatches": "一致する項目が {0} 件見つかりました", + "searchMaxResultsWarning": "結果セットにはすべての一致項目のサブセットのみが含まれています。より限定的な検索条件を入力して、検索結果を絞り込んでください。", + "searchScope.files": "検索するファイル", + "searchScope.folders": "除外するフォルダー", + "searchScope.include.folders": "含めるフォルダー" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/snippets/electron-browser/snippets.contribution.i18n.json b/i18n/jpn/src/vs/workbench/parts/snippets/electron-browser/snippets.contribution.i18n.json new file mode 100644 index 00000000000..528a1579c3a --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/snippets/electron-browser/snippets.contribution.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "openSnippet.errorOnCreate": "{0} を作成できません", + "openSnippet.label": "スニペット", + "openSnippet.pickLanguage": "スニペットの言語を選択", + "preferences": "基本設定" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/tasks/browser/processRunnerDetector.i18n.json b/i18n/jpn/src/vs/workbench/parts/tasks/browser/processRunnerDetector.i18n.json new file mode 100644 index 00000000000..61944c3f009 --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/tasks/browser/processRunnerDetector.i18n.json @@ -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. +{ + "TaskSystemDetector.noGulpTasks": "gulp --tasks-simple の実行により、タスク一覧が生成されませんでした。npm のインストールをすでに実行しましたか?", + "TaskSystemDetector.noJakeTasks": "jake --tasks の実行により、タスク一覧が生成されませんでした。npm のインストールをすでに実行しましたか?" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/tasks/browser/taskQuickOpen.i18n.json b/i18n/jpn/src/vs/workbench/parts/tasks/browser/taskQuickOpen.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/tasks/browser/taskQuickOpen.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/tasks/electron-browser/task.contribution.i18n.json b/i18n/jpn/src/vs/workbench/parts/tasks/electron-browser/task.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/tasks/electron-browser/task.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/tasks/node/processRunnerConfiguration.i18n.json b/i18n/jpn/src/vs/workbench/parts/tasks/node/processRunnerConfiguration.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/tasks/node/processRunnerConfiguration.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/tasks/node/processRunnerDetector.i18n.json b/i18n/jpn/src/vs/workbench/parts/tasks/node/processRunnerDetector.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/tasks/node/processRunnerDetector.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/tasks/node/processRunnerSystem.i18n.json b/i18n/jpn/src/vs/workbench/parts/tasks/node/processRunnerSystem.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/tasks/node/processRunnerSystem.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/themes/electron-browser/themes.contribution.i18n.json b/i18n/jpn/src/vs/workbench/parts/themes/electron-browser/themes.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/themes/electron-browser/themes.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/services/files/electron-browser/fileService.i18n.json b/i18n/jpn/src/vs/workbench/services/files/electron-browser/fileService.i18n.json new file mode 100644 index 00000000000..56d0fb5b862 --- /dev/null +++ b/i18n/jpn/src/vs/workbench/services/files/electron-browser/fileService.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "trashFailed": "'{0}' をごみ箱に移動できませんでした" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/services/files/node/fileService.i18n.json b/i18n/jpn/src/vs/workbench/services/files/node/fileService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/services/files/node/fileService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/services/history/browser/history.i18n.json b/i18n/jpn/src/vs/workbench/services/history/browser/history.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/services/history/browser/history.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json b/i18n/jpn/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/services/lifecycle/common/lifecycleService.i18n.json b/i18n/jpn/src/vs/workbench/services/lifecycle/common/lifecycleService.i18n.json new file mode 100644 index 00000000000..81235f05c60 --- /dev/null +++ b/i18n/jpn/src/vs/workbench/services/lifecycle/common/lifecycleService.i18n.json @@ -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. +{ + "primaryButton": "キャンセル", + "secondaryButton": "終了" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/services/message/browser/messageService.i18n.json b/i18n/jpn/src/vs/workbench/services/message/browser/messageService.i18n.json new file mode 100644 index 00000000000..a6b8329e7c9 --- /dev/null +++ b/i18n/jpn/src/vs/workbench/services/message/browser/messageService.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "closeMessages": "通知メッセージを閉じる" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/services/message/electron-browser/messageService.i18n.json b/i18n/jpn/src/vs/workbench/services/message/electron-browser/messageService.i18n.json new file mode 100644 index 00000000000..687d76d8e47 --- /dev/null +++ b/i18n/jpn/src/vs/workbench/services/message/electron-browser/messageService.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "yesButton": "はい" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/services/request/node/requestService.i18n.json b/i18n/jpn/src/vs/workbench/services/request/node/requestService.i18n.json new file mode 100644 index 00000000000..750fc6f6ec6 --- /dev/null +++ b/i18n/jpn/src/vs/workbench/services/request/node/requestService.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "httpConfigurationTitle": "HTTP 構成", + "localFileNotFound": "ファイルが見つかりません。", + "proxy": "使用するプロキシ設定。これを設定しない場合、環境変数 http_proxy および https_proxy から取得されます。" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/services/themes/node/themeService.i18n.json b/i18n/jpn/src/vs/workbench/services/themes/node/themeService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/services/themes/node/themeService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/services/thread/electron-browser/threadService.i18n.json b/i18n/jpn/src/vs/workbench/services/thread/electron-browser/threadService.i18n.json new file mode 100644 index 00000000000..e8855680499 --- /dev/null +++ b/i18n/jpn/src/vs/workbench/services/thread/electron-browser/threadService.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "pluginHostProcess.crash": "致命的: プラグイン ホスト プロセスがクラッシュしました。現在、このエラーからは回復できません。再度読み込んでください。" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/ui/parts/editor/quickstart.i18n.json b/i18n/jpn/src/vs/workbench/ui/parts/editor/quickstart.i18n.json new file mode 100644 index 00000000000..9a3b3011955 --- /dev/null +++ b/i18n/jpn/src/vs/workbench/ui/parts/editor/quickstart.i18n.json @@ -0,0 +1,19 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "previewTitle": "これはプレビュー モードのサービスです。サービスの改善のためにフィードバックにご協力ください。", + "quickStartCaption1Body": "Git を使用してサイトにコードを複製し、変更を管理して、運用を開始できます", + "quickStartCaption1Title": "ソース管理", + "quickStartCaption2Body": "{0} を使用すると、ファイルをすばやく検索できます。また、Ctrl + Q キーを押すと、最近の履歴を表示できます。", + "quickStartCaption2Title": "クイック オープン", + "quickStartCaption3Body": "別のファイルを並べて表示してコンテキストを確認できます", + "quickStartCaption3Title": "並べて表示", + "quickStartCaption4Body": "ファイルはバックグラウンドで自動的に保存されます", + "quickStartCaption4Title": "自動保存", + "quickStartSection1Title": "この環境に関する重要な 4 つのヒント", + "quickStartTitle": "クイック スタート", + "quickStartVideoLink": "Channel9 に関するその他のヒントを表示する" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/ui/parts/editor/resourceDiffEditor.i18n.json b/i18n/jpn/src/vs/workbench/ui/parts/editor/resourceDiffEditor.i18n.json new file mode 100644 index 00000000000..123535877f5 --- /dev/null +++ b/i18n/jpn/src/vs/workbench/ui/parts/editor/resourceDiffEditor.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "binaryDiffEditor": "バイナリ差分ビューアー" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/ui/parts/editor/resourceEditor.i18n.json b/i18n/jpn/src/vs/workbench/ui/parts/editor/resourceEditor.i18n.json new file mode 100644 index 00000000000..117e3efeda7 --- /dev/null +++ b/i18n/jpn/src/vs/workbench/ui/parts/editor/resourceEditor.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "binaryEditor": "バイナリ ビューアー" +} \ No newline at end of file diff --git a/i18n/kor/extensions/typescript/package.i18n.json b/i18n/kor/extensions/typescript/package.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/extensions/typescript/package.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/base/browser/ui/actionbar/actionbar.i18n.json b/i18n/kor/src/vs/base/browser/ui/actionbar/actionbar.i18n.json new file mode 100644 index 00000000000..532713adb7e --- /dev/null +++ b/i18n/kor/src/vs/base/browser/ui/actionbar/actionbar.i18n.json @@ -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. +{ + "actionBarAccessibleLabel": "작업 모음", + "titleLabel": "{0}({1})" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/base/browser/ui/aria/aria.i18n.json b/i18n/kor/src/vs/base/browser/ui/aria/aria.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/base/browser/ui/aria/aria.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/base/browser/ui/findinput/findInput.i18n.json b/i18n/kor/src/vs/base/browser/ui/findinput/findInput.i18n.json new file mode 100644 index 00000000000..c120bdda672 --- /dev/null +++ b/i18n/kor/src/vs/base/browser/ui/findinput/findInput.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "caseDescription": "대/소문자 구분", + "defaultLabel": "입력", + "regexDescription": "정규식 사용", + "wordsDescription": "단어 단위로" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/base/browser/ui/inputbox/inputBox.i18n.json b/i18n/kor/src/vs/base/browser/ui/inputbox/inputBox.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/base/browser/ui/inputbox/inputBox.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/base/browser/ui/messagelist/messageList.i18n.json b/i18n/kor/src/vs/base/browser/ui/messagelist/messageList.i18n.json new file mode 100644 index 00000000000..be9e1c017cf --- /dev/null +++ b/i18n/kor/src/vs/base/browser/ui/messagelist/messageList.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "close": "닫기", + "error": "오류", + "info": "정보", + "warning": "경고" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/base/browser/ui/resourceviewer/resourceViewer.i18n.json b/i18n/kor/src/vs/base/browser/ui/resourceviewer/resourceViewer.i18n.json new file mode 100644 index 00000000000..dd4bda739ae --- /dev/null +++ b/i18n/kor/src/vs/base/browser/ui/resourceviewer/resourceViewer.i18n.json @@ -0,0 +1,12 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "clickToOpen": "새 창에서 전체 크기 이미지로 열려면 클릭하십시오.", + "downloadBinary": "파일이 텍스트가 아니고 이진이거나 지원되지 않는 텍스트 인코딩을 사용하기 때문에 편집기에서 파일을 표시할 수 없습니다. 다음 링크를 클릭하여 해당 파일을 브라우저에서 열거나 다운로드하세요.", + "missingAudioSupport": "오디오 파일 재생을 지원하지 않습니다.", + "missingVideoSupport": "비디오 파일 재생을 지원하지 않습니다.", + "nativeBinaryError": "파일이 텍스트가 아니라 이진이거나 매우 크거나 지원되지 않는 텍스트 인코딩을 사용하기 때문에 편집기에서 파일을 표시할 수 없습니다." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/base/browser/ui/toolbar/toolbar.i18n.json b/i18n/kor/src/vs/base/browser/ui/toolbar/toolbar.i18n.json new file mode 100644 index 00000000000..95ce862ebf7 --- /dev/null +++ b/i18n/kor/src/vs/base/browser/ui/toolbar/toolbar.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "more": "자세히" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/base/common/errors.i18n.json b/i18n/kor/src/vs/base/common/errors.i18n.json new file mode 100644 index 00000000000..bac81ce18cd --- /dev/null +++ b/i18n/kor/src/vs/base/common/errors.i18n.json @@ -0,0 +1,23 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "error.connection.unknown": "알 수 없는 연결 오류가 발생했습니다. 인터넷에 연결되지 않았거나 연결된 서버가 오프라인 상태입니다.", + "error.connection.unknown.verbose": "알 수 없는 연결 오류({0})", + "error.defaultMessage": "알 수 없는 오류가 발생했습니다. 자세한 내용은 로그를 참조하세요.", + "error.http": "{0}(HTTP {1})", + "error.http.verbose": "{0}(HTTP {1}: {2})", + "error.permission": "사용 권한이 거부되었습니다.", + "error.permission.verbose": "사용 권한이 거부되었습니다(HTTP {0}).", + "illegalArgumentError": "잘못된 인수: {0}", + "illegalArgumentError2": "잘못된 인수", + "illegalStateError": "잘못된 상태: {0}", + "illegalStateError2": "잘못된 상태", + "loaderError": "필요한 파일을 로드하지 못했습니다. 인터넷에 연결되지 않았거나 연결된 서버가 오프라인 상태입니다. 브라우저를 새로 고친 후 다시 시도해 보십시오.", + "loaderErrorNative": "필요한 파일을 로드하지 못했습니다. 응용 프로그램을 다시 시작하여 다시 시도하세요. 세부 정보: {0}", + "message": "{0}. 오류 코드: {1}", + "notImplementedError": "구현 안 됨", + "stackTrace.format": "{0}: {1}" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/base/common/json.i18n.json b/i18n/kor/src/vs/base/common/json.i18n.json new file mode 100644 index 00000000000..298408321f7 --- /dev/null +++ b/i18n/kor/src/vs/base/common/json.i18n.json @@ -0,0 +1,17 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "CloseBraceExpected": "닫는 괄호 필요", + "CloseBracketExpected": "닫는 대괄호 필요", + "ColonExpected": "콜론 필요", + "CommaExpected": "쉼표 필요", + "EOFExpected": "콘텐츠 끝 필요", + "InvalidNumberFormat": "잘못된 숫자 형식", + "PropertyExpected": "속성 이름 필요", + "UnknownSymbol": "잘못된 기호", + "ValeExpected": "값 필요", + "ValueExpected": "값 필요" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/base/common/keyCodes.i18n.json b/i18n/kor/src/vs/base/common/keyCodes.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/base/common/keyCodes.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/base/common/processes.i18n.json b/i18n/kor/src/vs/base/common/processes.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/base/common/processes.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/base/common/severity.i18n.json b/i18n/kor/src/vs/base/common/severity.i18n.json new file mode 100644 index 00000000000..54a72acb81a --- /dev/null +++ b/i18n/kor/src/vs/base/common/severity.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "sev.error": "오류", + "sev.info": "정보", + "sev.warning": "경고" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/base/common/strings.i18n.json b/i18n/kor/src/vs/base/common/strings.i18n.json new file mode 100644 index 00000000000..c747351499a --- /dev/null +++ b/i18n/kor/src/vs/base/common/strings.i18n.json @@ -0,0 +1,22 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "diff.days": "{0}d", + "diff.days.month": "1개월 전", + "diff.days.verbose": "{0}일 전", + "diff.days.week": "1주일 전", + "diff.days.yesterday": "어제", + "diff.hour.verbose": "1시간 전", + "diff.hours": "{0}h", + "diff.hours.verbose": "{0}시간 전", + "diff.minute.verbose": "1분 전", + "diff.minutes": "{0}m", + "diff.minutes.verbose": "{0}분 전", + "diff.seconds": "{0}s", + "diff.seconds.verbose": "바로 지금", + "format.date": "{0}-{1}-{2} {3}:{4}:{5}", + "format.time": "{0}:{1}:{2}" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/base/node/processRunner.i18n.json b/i18n/kor/src/vs/base/node/processRunner.i18n.json new file mode 100644 index 00000000000..2ef61d20833 --- /dev/null +++ b/i18n/kor/src/vs/base/node/processRunner.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "TaskRunner.UNC": "UNC 드라이브에 대해 셸 명령을 실행할 수 없습니다." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/base/node/processes.i18n.json b/i18n/kor/src/vs/base/node/processes.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/base/node/processes.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/base/node/zip.i18n.json b/i18n/kor/src/vs/base/node/zip.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/base/node/zip.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/base/parts/quickopen/browser/quickOpenModel.i18n.json b/i18n/kor/src/vs/base/parts/quickopen/browser/quickOpenModel.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/base/parts/quickopen/browser/quickOpenModel.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/base/parts/quickopen/browser/quickOpenWidget.i18n.json b/i18n/kor/src/vs/base/parts/quickopen/browser/quickOpenWidget.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/base/parts/quickopen/browser/quickOpenWidget.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/base/performance/timer.i18n.json b/i18n/kor/src/vs/base/performance/timer.i18n.json new file mode 100644 index 00000000000..07105291fca --- /dev/null +++ b/i18n/kor/src/vs/base/performance/timer.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "startAfterStopError": "중지된 타이머에서 새 타이머를 시작할 수 없습니다." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/base/ui/widgets/comboBox.i18n.json b/i18n/kor/src/vs/base/ui/widgets/comboBox.i18n.json new file mode 100644 index 00000000000..184d93ef67c --- /dev/null +++ b/i18n/kor/src/vs/base/ui/widgets/comboBox.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "empty": "&mdash;", + "error": "옵션을 로드하지 못했습니다.", + "loading": "로드 중&hellip;" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/base/ui/widgets/credentials.i18n.json b/i18n/kor/src/vs/base/ui/widgets/credentials.i18n.json new file mode 100644 index 00000000000..35478b32c7f --- /dev/null +++ b/i18n/kor/src/vs/base/ui/widgets/credentials.i18n.json @@ -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. +{ + "cancel": "취소", + "credentialsRequired": "이 Git URL에서는 사용자를 인증해야 합니다.", + "label.password": "암호", + "label.remember": "암호 저장", + "label.username": "사용자 이름", + "ok": "확인", + "rememberDisclaimerFullAccessibleText": "자격 증명을 기억하세요. 암호를 저장하면 이 정보가 Azure 웹 사이트 내에 저장됩니다. 따라서 웹 사이트에 대한 FTP 액세스 권한이 있는 사람 모두 사용자의 암호를 검색할 수 있습니다.", + "rememberDisclaimerTooltip": "암호를 저장하면 이 정보가 Azure 웹 사이트 내에 저장됩니다. 따라서 웹 사이트에 대한 FTP 액세스 권한이 있는 사람 모두 사용자의 암호를 검색할 수 있습니다." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/browser/view/viewImpl.i18n.json b/i18n/kor/src/vs/editor/browser/view/viewImpl.i18n.json new file mode 100644 index 00000000000..4118aae2aa7 --- /dev/null +++ b/i18n/kor/src/vs/editor/browser/view/viewImpl.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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 diff --git a/i18n/kor/src/vs/editor/common/commonCodeEditor.i18n.json b/i18n/kor/src/vs/editor/common/commonCodeEditor.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/editor/common/commonCodeEditor.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/common/config/commonEditorConfig.i18n.json b/i18n/kor/src/vs/editor/common/config/commonEditorConfig.i18n.json new file mode 100644 index 00000000000..3beabd3832e --- /dev/null +++ b/i18n/kor/src/vs/editor/common/config/commonEditorConfig.i18n.json @@ -0,0 +1,30 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "autoClosingBrackets": "괄호를 연 다음에 편집기에서 괄호를 자동으로 닫을지 여부를 제어합니다.", + "editorConfigurationTitle": "편집기 구성", + "fontFamily": "글꼴 패밀리를 제어합니다.", + "fontSize": "글꼴 크기를 제어합니다.", + "formatOnType": "입력 후 편집기에서 자동으로 줄의 서식을 지정할지 여부를 제어합니다.", + "glyphMargin": "문자 모양 여백의 표시 여부를 제어합니다.", + "hideCursorInOverviewRuler": "커서가 개요 눈금자에서 가려져야 하는지 여부를 제어합니다.", + "insertSpaces": "편집기에서 탭에 대한 공백을 삽입할지 여부를 제어합니다. 허용되는 값: \"auto\", true, false. \"auto\"로 설정되면 파일이 열릴 때 값이 추측됩니다.", + "lineHeight": "줄 높이를 제어합니다.", + "lineNumbers": "줄 번호의 표시 여부를 제어합니다.", + "mouseWheelScrollSensitivity": "마우스 휠 스크롤 이벤트의 `deltaX` 및 `deltaY`에서 사용할 승수", + "overviewRulerLanes": "개요 눈금자에서 동일한 위치에 표시될 수 있는 장식 수를 제어합니다.", + "quickSuggestions": "입력하는 동안 빠른 제안을 표시할지 여부를 제어합니다.", + "quickSuggestionsDelay": "빠른 제안을 표시할 지연 시간(밀리초)을 제어합니다.", + "referenceInfos": "편집기에서 지원하는 모드에 대한 참조 정보가 표시되는지 여부를 제어합니다.", + "renderWhitespace": "편집기에서 공백 문자를 렌더링할지 여부를 제어합니다.", + "roundedSelection": "선택 항목의 모서리를 둥글게 할지 여부를 제어합니다.", + "scrollBeyondLastLine": "편집기에서 마지막 줄 이후로 스크롤할지 여부를 제어합니다.", + "selectionHighlight": "편집기에서 선택 항목과 유사한 일치 항목을 강조 표시할지 여부를 제어합니다.", + "suggestOnTriggerCharacters": "트리거 문자를 입력할 때 제안을 자동으로 표시할지 여부를 제어합니다.", + "tabSize": "탭의 렌더링 크기(문자 단위)를 제어합니다. 허용되는 값: \"auto\", 2, 4, 6 등. \"auto\"로 설정되면 파일이 열릴 때 값이 추측됩니다.", + "wrappingColumn": "편집기에서 몇 개의 문자 이후에 줄을 바꿀지를 제어합니다. 이 값을 0으로 설정하면 뷰포트 너비 줄 바꿈이 설정됩니다.", + "wrappingIndent": "줄 바꿈 행의 들여쓰기를 제어합니다. 'none', 'same' 또는 'indent' 중 하나일 수 있습니다." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/common/config/defaultConfig.i18n.json b/i18n/kor/src/vs/editor/common/config/defaultConfig.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/editor/common/config/defaultConfig.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/common/controller/cursor.i18n.json b/i18n/kor/src/vs/editor/common/controller/cursor.i18n.json new file mode 100644 index 00000000000..7dc4d4066b6 --- /dev/null +++ b/i18n/kor/src/vs/editor/common/controller/cursor.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "corrupt.commands": "명령을 실행하는 동안 예기치 않은 예외가 발생했습니다." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/common/model/textModelWithTokens.i18n.json b/i18n/kor/src/vs/editor/common/model/textModelWithTokens.i18n.json new file mode 100644 index 00000000000..e0730be40aa --- /dev/null +++ b/i18n/kor/src/vs/editor/common/model/textModelWithTokens.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "mode.tokenizationSupportFailed": "입력을 토큰화하는 동안 모드에서 오류가 발생했습니다." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/common/services/bulkEdit.i18n.json b/i18n/kor/src/vs/editor/common/services/bulkEdit.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/editor/common/services/bulkEdit.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/common/services/modeServiceImpl.i18n.json b/i18n/kor/src/vs/editor/common/services/modeServiceImpl.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/editor/common/services/modeServiceImpl.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/contrib/accessibility/browser/accessibility.i18n.json b/i18n/kor/src/vs/editor/contrib/accessibility/browser/accessibility.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/editor/contrib/accessibility/browser/accessibility.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/contrib/clipboard/browser/clipboard.i18n.json b/i18n/kor/src/vs/editor/contrib/clipboard/browser/clipboard.i18n.json new file mode 100644 index 00000000000..e87e4b4d36b --- /dev/null +++ b/i18n/kor/src/vs/editor/contrib/clipboard/browser/clipboard.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "actions.clipboard.copyLabel": "복사", + "actions.clipboard.cutLabel": "잘라내기", + "actions.clipboard.pasteLabel": "붙여넣기" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/contrib/codelens/browser/codelens.i18n.json b/i18n/kor/src/vs/editor/contrib/codelens/browser/codelens.i18n.json new file mode 100644 index 00000000000..5d8e117a9d2 --- /dev/null +++ b/i18n/kor/src/vs/editor/contrib/codelens/browser/codelens.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "n_references": "{0}개&nbsp;참조", + "one_reference": "1개&nbsp;참조", + "unknown_reference": "-&nbsp;참조" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/contrib/color/colorPicker.i18n.json b/i18n/kor/src/vs/editor/contrib/color/colorPicker.i18n.json new file mode 100644 index 00000000000..0306e8b11f2 --- /dev/null +++ b/i18n/kor/src/vs/editor/contrib/color/colorPicker.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "color.action.label": "색 선택 작업" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/contrib/comment/common/comment.i18n.json b/i18n/kor/src/vs/editor/contrib/comment/common/comment.i18n.json new file mode 100644 index 00000000000..dc1a8f5e487 --- /dev/null +++ b/i18n/kor/src/vs/editor/contrib/comment/common/comment.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "comment.block": "블록 주석 설정/해제", + "comment.line": "줄 주석 설정/해제", + "comment.line.add": "줄 주석 추가", + "comment.line.remove": "줄 주석 제거" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/contrib/contextmenu/browser/contextmenu.i18n.json b/i18n/kor/src/vs/editor/contrib/contextmenu/browser/contextmenu.i18n.json new file mode 100644 index 00000000000..cee5d91a1b7 --- /dev/null +++ b/i18n/kor/src/vs/editor/contrib/contextmenu/browser/contextmenu.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "action.showContextMenu.label": "편집기 상황에 맞는 메뉴 표시" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/contrib/defineKeybinding/browser/defineKeybinding.i18n.json b/i18n/kor/src/vs/editor/contrib/defineKeybinding/browser/defineKeybinding.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/editor/contrib/defineKeybinding/browser/defineKeybinding.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/contrib/find/browser/find.i18n.json b/i18n/kor/src/vs/editor/contrib/find/browser/find.i18n.json new file mode 100644 index 00000000000..1f32f3fb8ae --- /dev/null +++ b/i18n/kor/src/vs/editor/contrib/find/browser/find.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "addSelectionToNextFindMatch": "다음 일치 항목 찾기에 선택 항목 추가", + "findNextMatchAction": "다음 찾기", + "findPreviousMatchAction": "이전 찾기", + "moveSelectionToNextFindMatch": "다음 일치 항목 찾기로 마지막 선택 항목 이동", + "selectAllOccurencesOfFindMatch": "일치 항목 찾기의 모든 항목 선택", + "startFindAction": "찾기", + "startReplace": "바꾸기" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/contrib/find/browser/findWidget.i18n.json b/i18n/kor/src/vs/editor/contrib/find/browser/findWidget.i18n.json new file mode 100644 index 00000000000..73113a02128 --- /dev/null +++ b/i18n/kor/src/vs/editor/contrib/find/browser/findWidget.i18n.json @@ -0,0 +1,18 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "label.closeButton": "닫기(끝내기)", + "label.find": "찾기", + "label.nextMatchButton": "다음 검색 결과(F3)", + "label.previousMatchButton": "이전 검색 결과(Shift+F3)", + "label.replace": "바꾸기", + "label.replaceAllButton": "모두 바꾸기", + "label.replaceButton": "바꾸기", + "label.toggleReplaceButton": "바꾸기 모드 설정/해제", + "label.toggleSelectionFind": "선택 항목에서 찾기", + "placeholder.find": "찾기", + "placeholder.replace": "바꾸기" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/contrib/find/common/findController.i18n.json b/i18n/kor/src/vs/editor/contrib/find/common/findController.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/editor/contrib/find/common/findController.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/contrib/find2/find.i18n.json b/i18n/kor/src/vs/editor/contrib/find2/find.i18n.json new file mode 100644 index 00000000000..1644d717dca --- /dev/null +++ b/i18n/kor/src/vs/editor/contrib/find2/find.i18n.json @@ -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. +{ + "disableSelectionFindAction": "선택 항목에서 찾기 사용 안 함", + "enableSelectionFindAction": "선택 항목에서 찾기 사용", + "findNextMatchAction": "다음 찾기", + "findPreviousMatchAction": "이전 찾기", + "replace.replaceAll": "모든 인스턴스 바꾸기", + "replace.replaceThis": "이 인스턴스 바꾸기", + "startFindAction": "찾기", + "startReplace": "바꾸기" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/contrib/find2/findInput/findInput.i18n.json b/i18n/kor/src/vs/editor/contrib/find2/findInput/findInput.i18n.json new file mode 100644 index 00000000000..c120bdda672 --- /dev/null +++ b/i18n/kor/src/vs/editor/contrib/find2/findInput/findInput.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "caseDescription": "대/소문자 구분", + "defaultLabel": "입력", + "regexDescription": "정규식 사용", + "wordsDescription": "단어 단위로" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/contrib/find2/findWidget/findWidget.i18n.json b/i18n/kor/src/vs/editor/contrib/find2/findWidget/findWidget.i18n.json new file mode 100644 index 00000000000..d956c1dd60a --- /dev/null +++ b/i18n/kor/src/vs/editor/contrib/find2/findWidget/findWidget.i18n.json @@ -0,0 +1,18 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "label.closeButton": "닫기(Esc)", + "label.find": "찾기", + "label.nextMatchButton": "다음 검색 결과(F3)", + "label.previousMatchButton": "이전 검색 결과(Shift+F3)", + "label.replace": "바꾸기", + "label.replaceAllButton": "모두 바꾸기", + "label.replaceButton": "바꾸기", + "label.toggleReplaceButton": "바꾸기 모드 설정/해제", + "label.toggleSelectionFind": "선택 항목에서 찾기", + "placeholder.find": "찾기", + "placeholder.replace": "바꾸기" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/contrib/folding/browser/folding.i18n.json b/i18n/kor/src/vs/editor/contrib/folding/browser/folding.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/editor/contrib/folding/browser/folding.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/contrib/format/common/format.i18n.json b/i18n/kor/src/vs/editor/contrib/format/common/format.i18n.json new file mode 100644 index 00000000000..78d0b5607ca --- /dev/null +++ b/i18n/kor/src/vs/editor/contrib/format/common/format.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "formatAction.label": "코드 서식" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/contrib/format/common/formatActions.i18n.json b/i18n/kor/src/vs/editor/contrib/format/common/formatActions.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/editor/contrib/format/common/formatActions.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json b/i18n/kor/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json new file mode 100644 index 00000000000..57cf7e8dfdc --- /dev/null +++ b/i18n/kor/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "actions.goToDecl.label": "정의로 이동", + "actions.gotoTypeDecl.label": "형식 정의로 이동", + "actions.previewDecl.label": "정의 피킹(Peeking)", + "peekView.alternateTitle": "선언" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/contrib/gotoError/browser/gotoError.i18n.json b/i18n/kor/src/vs/editor/contrib/gotoError/browser/gotoError.i18n.json new file mode 100644 index 00000000000..3255bd0817a --- /dev/null +++ b/i18n/kor/src/vs/editor/contrib/gotoError/browser/gotoError.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "markerAction.next.label": "다음 오류 또는 경고로 이동", + "markerAction.previous.label": "이전 오류 또는 경고로 이동", + "quickfix.multiple.label": "제안 수정:", + "quickfix.single.label": "제안 수정: " +} \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/contrib/hover/browser/hover.i18n.json b/i18n/kor/src/vs/editor/contrib/hover/browser/hover.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/editor/contrib/hover/browser/hover.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/contrib/hover/browser/modesContentHover.i18n.json b/i18n/kor/src/vs/editor/contrib/hover/browser/modesContentHover.i18n.json new file mode 100644 index 00000000000..9e3147cdd15 --- /dev/null +++ b/i18n/kor/src/vs/editor/contrib/hover/browser/modesContentHover.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "modesContentHover.loading": "로드 중..." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/contrib/inEditorActions/inEditorActions.i18n.json b/i18n/kor/src/vs/editor/contrib/inEditorActions/inEditorActions.i18n.json new file mode 100644 index 00000000000..d7db782e320 --- /dev/null +++ b/i18n/kor/src/vs/editor/contrib/inEditorActions/inEditorActions.i18n.json @@ -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. +{ + "editorActionArrowAccessibleLabel": "편집기 작업 열기", + "ineditor.menu.keybinding": "{0}({1})" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/contrib/inPlaceReplace/common/inPlaceReplace.i18n.json b/i18n/kor/src/vs/editor/contrib/inPlaceReplace/common/inPlaceReplace.i18n.json new file mode 100644 index 00000000000..0b5fa9832a0 --- /dev/null +++ b/i18n/kor/src/vs/editor/contrib/inPlaceReplace/common/inPlaceReplace.i18n.json @@ -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. +{ + "InPlaceReplaceAction.next.label": "다음 값으로 바꾸기", + "InPlaceReplaceAction.previous.label": "이전 값으로 바꾸기" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/contrib/indentation/common/indentation.i18n.json b/i18n/kor/src/vs/editor/contrib/indentation/common/indentation.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/editor/contrib/indentation/common/indentation.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/contrib/linesOperations/common/linesOperations.i18n.json b/i18n/kor/src/vs/editor/contrib/linesOperations/common/linesOperations.i18n.json new file mode 100644 index 00000000000..266a42c5548 --- /dev/null +++ b/i18n/kor/src/vs/editor/contrib/linesOperations/common/linesOperations.i18n.json @@ -0,0 +1,17 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "lines.copyDown": "아래에 줄 복사", + "lines.copyUp": "위에 줄 복사", + "lines.delete": "줄 삭제", + "lines.indent": "줄 들여쓰기", + "lines.insertAfter": "아래에 줄 삽입", + "lines.insertBefore": "위에 줄 삽입", + "lines.moveDown": "줄 아래로 이동", + "lines.moveUp": "줄 위로 이동", + "lines.outdent": "줄 내어쓰기", + "lines.trimTrailingWhitespace": "후행 공백 자르기" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/contrib/links/browser/links.i18n.json b/i18n/kor/src/vs/editor/contrib/links/browser/links.i18n.json new file mode 100644 index 00000000000..f505003a380 --- /dev/null +++ b/i18n/kor/src/vs/editor/contrib/links/browser/links.i18n.json @@ -0,0 +1,12 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "label": "링크 열기", + "links.navigate": "Ctrl 키를 누르고 클릭하여 링크로 이동", + "links.navigate.editor": "열려면 Ctrl 키를 누르고 클릭(측면에서 열려면 Ctrl+Alt를 누르고 클릭)", + "links.navigate.editor.mac": "열려면 Cmd 키를 누르고 클릭(측면에서 열려면 Cmd+옵션을 누르고 클릭)", + "links.navigate.mac": "Cmd 키를 누르고 클릭하여 링크로 이동" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json b/i18n/kor/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json new file mode 100644 index 00000000000..02e70b21d3d --- /dev/null +++ b/i18n/kor/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json @@ -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. +{ + "mutlicursor.insertAbove": "위에 커서 삽입", + "mutlicursor.insertBelow": "아래에 커서 삽입" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/contrib/parameterHints/browser/parameterHints.i18n.json b/i18n/kor/src/vs/editor/contrib/parameterHints/browser/parameterHints.i18n.json new file mode 100644 index 00000000000..884202c9ab9 --- /dev/null +++ b/i18n/kor/src/vs/editor/contrib/parameterHints/browser/parameterHints.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "parameterHints.trigger.label": "매개 변수 힌트 트리거" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/contrib/quickFix/browser/quickFix.i18n.json b/i18n/kor/src/vs/editor/contrib/quickFix/browser/quickFix.i18n.json new file mode 100644 index 00000000000..1b3f572f3e0 --- /dev/null +++ b/i18n/kor/src/vs/editor/contrib/quickFix/browser/quickFix.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "quickfix.trigger.label": "빠른 수정" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/contrib/quickFix/browser/quickFixSelectionWidget.i18n.json b/i18n/kor/src/vs/editor/contrib/quickFix/browser/quickFixSelectionWidget.i18n.json new file mode 100644 index 00000000000..3f43edc9528 --- /dev/null +++ b/i18n/kor/src/vs/editor/contrib/quickFix/browser/quickFixSelectionWidget.i18n.json @@ -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. +{ + "QuickFixSelectionWidget.loading": "로드 중...", + "QuickFixSelectionWidget.noSuggestions": "수정 제안 사항이 없습니다." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/contrib/quickOpen/browser/gotoLine.contribution.i18n.json b/i18n/kor/src/vs/editor/contrib/quickOpen/browser/gotoLine.contribution.i18n.json new file mode 100644 index 00000000000..de4587c73ed --- /dev/null +++ b/i18n/kor/src/vs/editor/contrib/quickOpen/browser/gotoLine.contribution.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "label": "줄 이동..." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/contrib/quickOpen/browser/gotoLine.i18n.json b/i18n/kor/src/vs/editor/contrib/quickOpen/browser/gotoLine.i18n.json new file mode 100644 index 00000000000..af33690387a --- /dev/null +++ b/i18n/kor/src/vs/editor/contrib/quickOpen/browser/gotoLine.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "GotoLineAction.label": "줄 이동...", + "gotoLineActionInput": "줄 번호를 입력하고 선택적 콜론과 이동할 열 번호를 입력합니다.", + "gotoLineLabelEmptyWithLineAndColumnLimit": "이동할 1과 {0} 사이의 열을 입력합니다.", + "gotoLineLabelEmptyWithLineLimit": "이동할 1과 {0} 사이의 줄 번호 입력합니다.", + "gotoLineLabelValidLine": "줄 {0}(으)로 이동", + "gotoLineLabelValidLineAndColumn": "줄 {0} 및 열 {1}(으)로 이동" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/contrib/quickOpen/browser/quickCommand.contribution.i18n.json b/i18n/kor/src/vs/editor/contrib/quickOpen/browser/quickCommand.contribution.i18n.json new file mode 100644 index 00000000000..92cd9947ed5 --- /dev/null +++ b/i18n/kor/src/vs/editor/contrib/quickOpen/browser/quickCommand.contribution.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "label": "명령 팔레트" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/contrib/quickOpen/browser/quickCommand.i18n.json b/i18n/kor/src/vs/editor/contrib/quickOpen/browser/quickCommand.i18n.json new file mode 100644 index 00000000000..69604995567 --- /dev/null +++ b/i18n/kor/src/vs/editor/contrib/quickOpen/browser/quickCommand.i18n.json @@ -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. +{ + "QuickCommandAction.label": "명령 팔레트", + "quickCommandActionInput": "실행할 동작의 이름을 입력합니다." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/contrib/quickOpen/browser/quickOutline.contribution.i18n.json b/i18n/kor/src/vs/editor/contrib/quickOpen/browser/quickOutline.contribution.i18n.json new file mode 100644 index 00000000000..3f6ae28ea2f --- /dev/null +++ b/i18n/kor/src/vs/editor/contrib/quickOpen/browser/quickOutline.contribution.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "label": "기호 이동..." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/contrib/quickOpen/browser/quickOutline.i18n.json b/i18n/kor/src/vs/editor/contrib/quickOpen/browser/quickOutline.i18n.json new file mode 100644 index 00000000000..dc6c3a1f691 --- /dev/null +++ b/i18n/kor/src/vs/editor/contrib/quickOpen/browser/quickOutline.i18n.json @@ -0,0 +1,20 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "QuickOutlineAction.label": "기호 이동...", + "_constructor": "생성자({0})", + "call": "호출({0})", + "class": "클래스({0})", + "function": "함수({0})", + "interface": "인터페이스({0})", + "method": "메서드({0})", + "modules": "모듈({0})", + "property": "속성({0})", + "quickOutlineActionInput": "탐색할 식별자의 이름을 입력합니다.", + "symbols": "기호({0})", + "variable": "변수({0})", + "variable2": "변수({0})" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/contrib/referenceSearch/browser/referenceSearch.i18n.json b/i18n/kor/src/vs/editor/contrib/referenceSearch/browser/referenceSearch.i18n.json new file mode 100644 index 00000000000..250aa5bb0a3 --- /dev/null +++ b/i18n/kor/src/vs/editor/contrib/referenceSearch/browser/referenceSearch.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "labelLoading": "로드 중...", + "noResults": "결과 없음", + "references.action.label": "모든 참조 찾기", + "references.action.name": "참조 표시" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/contrib/referenceSearch/browser/referenceSearchWidget.i18n.json b/i18n/kor/src/vs/editor/contrib/referenceSearch/browser/referenceSearchWidget.i18n.json new file mode 100644 index 00000000000..ad8327eee06 --- /dev/null +++ b/i18n/kor/src/vs/editor/contrib/referenceSearch/browser/referenceSearchWidget.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "missingPreviewMessage": "사용 가능한 미리 보기 없음", + "peekView.alternateTitle": "참조", + "referenceCount": "참조 {0}개", + "referencesCount": "참조 {0}개" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/contrib/rename/browser/bulkEdit.i18n.json b/i18n/kor/src/vs/editor/contrib/rename/browser/bulkEdit.i18n.json new file mode 100644 index 00000000000..2d03877793e --- /dev/null +++ b/i18n/kor/src/vs/editor/contrib/rename/browser/bulkEdit.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "conflict": "이러한 파일이 동시에 변경되었습니다. {0}" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/contrib/rename/browser/rename.i18n.json b/i18n/kor/src/vs/editor/contrib/rename/browser/rename.i18n.json new file mode 100644 index 00000000000..944aec4686b --- /dev/null +++ b/i18n/kor/src/vs/editor/contrib/rename/browser/rename.i18n.json @@ -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. +{ + "changeAll.label": "모든 항목 변경", + "rename.error.multiplefile": "죄송합니다. 아직 여러 파일에서 사용되는 기호에 대해 이름 바꾸기를 수행할 수 없습니다." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/contrib/rename/browser/rename2.i18n.json b/i18n/kor/src/vs/editor/contrib/rename/browser/rename2.i18n.json new file mode 100644 index 00000000000..5e8b9149098 --- /dev/null +++ b/i18n/kor/src/vs/editor/contrib/rename/browser/rename2.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "conflict": "이러한 파일이 동시에 변경되었습니다. {0}", + "missing.support": "이름 바꾸기를 실행할 수 없습니다.", + "no result": "결과가 없습니다.", + "rename.label": "기호 이름 바꾸기" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/contrib/rename/browser/renameModel.i18n.json b/i18n/kor/src/vs/editor/contrib/rename/browser/renameModel.i18n.json new file mode 100644 index 00000000000..2265d961b37 --- /dev/null +++ b/i18n/kor/src/vs/editor/contrib/rename/browser/renameModel.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "cannotLoadFile": "{0} 파일을 로드할 수 없습니다." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/contrib/rename/common/rename.i18n.json b/i18n/kor/src/vs/editor/contrib/rename/common/rename.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/editor/contrib/rename/common/rename.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/contrib/smartSelect/common/jumpToBracket.i18n.json b/i18n/kor/src/vs/editor/contrib/smartSelect/common/jumpToBracket.i18n.json new file mode 100644 index 00000000000..4bf58092c96 --- /dev/null +++ b/i18n/kor/src/vs/editor/contrib/smartSelect/common/jumpToBracket.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "smartSelect.jumpBracket": "대괄호로 이동" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/contrib/smartSelect/common/smartSelect.i18n.json b/i18n/kor/src/vs/editor/contrib/smartSelect/common/smartSelect.i18n.json new file mode 100644 index 00000000000..127400173af --- /dev/null +++ b/i18n/kor/src/vs/editor/contrib/smartSelect/common/smartSelect.i18n.json @@ -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. +{ + "smartSelect.grow": "선택 확장", + "smartSelect.shrink": "선택 축소" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/contrib/suggest/browser/suggest.i18n.json b/i18n/kor/src/vs/editor/contrib/suggest/browser/suggest.i18n.json new file mode 100644 index 00000000000..a3ddfaa6897 --- /dev/null +++ b/i18n/kor/src/vs/editor/contrib/suggest/browser/suggest.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "suggest.trigger.label": "제안 항목 트리거" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/contrib/suggest/browser/suggestWidget.i18n.json b/i18n/kor/src/vs/editor/contrib/suggest/browser/suggestWidget.i18n.json new file mode 100644 index 00000000000..206c2a5efc0 --- /dev/null +++ b/i18n/kor/src/vs/editor/contrib/suggest/browser/suggestWidget.i18n.json @@ -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. +{ + "suggestWidget.loading": "로드 중...", + "suggestWidget.noSuggestions": "제안 항목이 없습니다." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/contrib/toggleTabFocusMode/common/toggleTabFocusMode.i18n.json b/i18n/kor/src/vs/editor/contrib/toggleTabFocusMode/common/toggleTabFocusMode.i18n.json new file mode 100644 index 00000000000..5411a7c6c44 --- /dev/null +++ b/i18n/kor/src/vs/editor/contrib/toggleTabFocusMode/common/toggleTabFocusMode.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "toggle.tabfocusmode": "Tab 키 사용한 포커스 설정 토글" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/contrib/toggleWordWrap/common/toggleWordWrap.i18n.json b/i18n/kor/src/vs/editor/contrib/toggleWordWrap/common/toggleWordWrap.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/editor/contrib/toggleWordWrap/common/toggleWordWrap.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/contrib/zoneWidget/browser/peekViewWidget.i18n.json b/i18n/kor/src/vs/editor/contrib/zoneWidget/browser/peekViewWidget.i18n.json new file mode 100644 index 00000000000..9befc5560b1 --- /dev/null +++ b/i18n/kor/src/vs/editor/contrib/zoneWidget/browser/peekViewWidget.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "label.close": "닫기" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/node/languageConfiguration.i18n.json b/i18n/kor/src/vs/editor/node/languageConfiguration.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/editor/node/languageConfiguration.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/node/textMate/TMSnippets.i18n.json b/i18n/kor/src/vs/editor/node/textMate/TMSnippets.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/editor/node/textMate/TMSnippets.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/node/textMate/TMSyntax.i18n.json b/i18n/kor/src/vs/editor/node/textMate/TMSyntax.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/editor/node/textMate/TMSyntax.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/languages/csharp/browser/ui/statusIcon.i18n.json b/i18n/kor/src/vs/languages/csharp/browser/ui/statusIcon.i18n.json new file mode 100644 index 00000000000..cadd7a93fdf --- /dev/null +++ b/i18n/kor/src/vs/languages/csharp/browser/ui/statusIcon.i18n.json @@ -0,0 +1,21 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "changeProject": "프로젝트 변경...", + "projectsLabel.noProject": "프로젝트 없음", + "projectsLabel.project": "1개 프로젝트", + "projectsLabel.projects": "{0} 프로젝트", + "projectsLabel.selectSolutionPathOrFolder": "프로젝트 선택", + "selectProject": "프로젝트 선택", + "selectProjectOrSolutionOrFolder": "프로젝트 선택", + "selectSolution": "프로젝트 선택", + "status.error": "Omnisharp에서 오류가 발생했습니다. 자세한 내용은 콘솔을 확인하세요.", + "status.packageRestore": "패키지를 복원하는 중...", + "status.started": "Omnisharp 실행 중", + "status.starting": "Omnisharp 시작 중...", + "status.unknown": "Omnisharp 상태를 알 수 없습니다.", + "titleStarted": "선택된 프로젝트: '{0}'" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/languages/csharp/common/commandSupport.i18n.json b/i18n/kor/src/vs/languages/csharp/common/commandSupport.i18n.json new file mode 100644 index 00000000000..406b8d73020 --- /dev/null +++ b/i18n/kor/src/vs/languages/csharp/common/commandSupport.i18n.json @@ -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. +{ + "category.label.dnx": "dnx", + "category.label.dnx.restore": "dnx", + "category.label.k": "k", + "category.label.k.restore": "k", + "command.gone": "명령을 더 이상 사용할 수 없습니다.", + "exec.label": "{0} - ({1}, {2})", + "restore.label.dnu": "dnu restore - ({0})", + "restore.label.k": "kpm restore - ({0})" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/languages/csharp/common/projectStatus.i18n.json b/i18n/kor/src/vs/languages/csharp/common/projectStatus.i18n.json new file mode 100644 index 00000000000..4f1fbd8c5a3 --- /dev/null +++ b/i18n/kor/src/vs/languages/csharp/common/projectStatus.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "cancel": "취소", + "close": "닫기", + "message": "일부 프로젝트를 로드하는 데 문제가 있습니다. 자세한 내용은 출력을 검토하세요.", + "restore": "복원", + "restore.error": "복원을 실행하지 못했습니다. {0}에 대해 'dnu restore'를 수동으로 실행해 보세요.", + "showOutput": "출력 표시", + "unresolvedDependencies": "'{0}'에서 확인되지 않은 종속성이 있습니다. 계속하려면 복원 명령을 실행하세요." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/languages/csharp/common/restartOmnisharpAction.i18n.json b/i18n/kor/src/vs/languages/csharp/common/restartOmnisharpAction.i18n.json new file mode 100644 index 00000000000..ff8e909c1e9 --- /dev/null +++ b/i18n/kor/src/vs/languages/csharp/common/restartOmnisharpAction.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "label": "Omnisharp 서버 다시 시작" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/languages/csharp/features/diagnosticsSupport.i18n.json b/i18n/kor/src/vs/languages/csharp/features/diagnosticsSupport.i18n.json new file mode 100644 index 00000000000..de641495fe9 --- /dev/null +++ b/i18n/kor/src/vs/languages/csharp/features/diagnosticsSupport.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "csharp.diagnostics": "{0}[{1}]" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/languages/csharp/features/suggestSupport.i18n.json b/i18n/kor/src/vs/languages/csharp/features/suggestSupport.i18n.json new file mode 100644 index 00000000000..4ed13a055fe --- /dev/null +++ b/i18n/kor/src/vs/languages/csharp/features/suggestSupport.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "overload_label": "{0}(+ {1} 오버로드)" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/languages/csharp/k/execution.i18n.json b/i18n/kor/src/vs/languages/csharp/k/execution.i18n.json new file mode 100644 index 00000000000..fc87fecbec8 --- /dev/null +++ b/i18n/kor/src/vs/languages/csharp/k/execution.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "exec.label": "k: {0}/{1}({2})" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/languages/css/common/css.contribution.i18n.json b/i18n/kor/src/vs/languages/css/common/css.contribution.i18n.json new file mode 100644 index 00000000000..76a63f5cc5f --- /dev/null +++ b/i18n/kor/src/vs/languages/css/common/css.contribution.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "cssConfigurationDescription": "이는 CSS 언어를 구성하는 데 사용됩니다.", + "cssConfigurationTitle": "CSS 구성", + "lint": "lint 유효성 검사에 사용되는 문제 심각도를 제어합니다.", + "validationSettings": "CSS 유효성 검사 작동 방식을 제어합니다." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/languages/css/common/cssWorker.i18n.json b/i18n/kor/src/vs/languages/css/common/cssWorker.i18n.json new file mode 100644 index 00000000000..6ee68e06cd1 --- /dev/null +++ b/i18n/kor/src/vs/languages/css/common/cssWorker.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "css.quickfix.rename": "'{0}'(으)로 이름 바꾸기", + "literal.fontface": "@font-face", + "literal.keyframes": "@keyframes {0}" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/languages/css/common/parser/cssErrors.i18n.json b/i18n/kor/src/vs/languages/css/common/parser/cssErrors.i18n.json new file mode 100644 index 00000000000..61bfeb9beee --- /dev/null +++ b/i18n/kor/src/vs/languages/css/common/parser/cssErrors.i18n.json @@ -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. +{ + "expected.colon": "콜론이 필요합니다.", + "expected.comma": "쉼표가 필요합니다.", + "expected.condt": "조건이 필요합니다.", + "expected.dot": "점이 필요합니다.", + "expected.expression": "식이 필요합니다.", + "expected.ident": "식별자가 필요합니다.", + "expected.lcurly": "{가 필요합니다.", + "expected.lparen": "(가 필요합니다.", + "expected.lsquare": "[가 필요합니다.", + "expected.number": "숫자가 필요합니다.", + "expected.operator": "연산자가 필요합니다.", + "expected.pagedirordecl": "page 지시문 또는 선언이 필요합니다.", + "expected.percentage": "백분율이 필요합니다.", + "expected.propvalue": "속성 값이 필요합니다.", + "expected.rcurly": "}가 필요합니다.", + "expected.rparent": ")가 필요합니다.", + "expected.rsquare": "]가 필요합니다.", + "expected.ruleorselector": "at-rule 또는 선택기가 필요합니다.", + "expected.selector": "선택기가 필요합니다.", + "expected.semicolon": "세미콜론이 필요합니다.", + "expected.stringliteral": "문자열 리터럴이 필요합니다.", + "expected.term": "용어가 필요합니다.", + "expected.uri": "URI가 필요합니다.", + "expected.uriorstring": "URI 또는 문자열이 필요합니다.", + "expected.varname": "변수 이름이 필요합니다.", + "expected.varvalue": "변수 값이 필요합니다.", + "unknown.atrule": "at-rule을 알 수 없음", + "unknown.keyword": "알 수 없는 키워드" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/languages/css/common/services/intelliSense.i18n.json b/i18n/kor/src/vs/languages/css/common/services/intelliSense.i18n.json new file mode 100644 index 00000000000..7554e57a223 --- /dev/null +++ b/i18n/kor/src/vs/languages/css/common/services/intelliSense.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "css.builtin.hsl": "색상,채도 및 명도 값으로 색을 만듭니다.", + "css.builtin.hsla": "색상, 채도, 명도 및 알파 값으로 색을 만듭니다.", + "css.builtin.rgb": "빨강, 녹색 및 파랑 값으로 색을 만듭니다.", + "css.builtin.rgba": "빨강, 녹색, 파랑 및 알파 값으로 색을 만듭니다." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/languages/css/common/services/lint.i18n.json b/i18n/kor/src/vs/languages/css/common/services/lint.i18n.json new file mode 100644 index 00000000000..edaca34e7e7 --- /dev/null +++ b/i18n/kor/src/vs/languages/css/common/services/lint.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "keyframes.standardrule.missing": "키 프레임을 정의할 때 표준 규칙 '@keyframes'를 항상 정의합니다.", + "keyframes.vendorspecific.missing": "모든 공급업체 관련 규칙을 항상 포함해야 하는데 {0}이(가) 없습니다.", + "namelist.concatenated": "{0}, '{1}'", + "namelist.single": "'{0}'", + "property.standard.missing": "호환성을 위해 표준 속성 '{0}'도 정의합니다.", + "property.vendorspecific.missing": "모든 공급업체 관련 속성을 항상 포함해야 하는데 {0}이(가) 없습니다." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/languages/css/common/services/lintRules.i18n.json b/i18n/kor/src/vs/languages/css/common/services/lintRules.i18n.json new file mode 100644 index 00000000000..296691825d8 --- /dev/null +++ b/i18n/kor/src/vs/languages/css/common/services/lintRules.i18n.json @@ -0,0 +1,25 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "rule.avoidFloat": "'float'를 사용하지 않도록 합니다. Float를 사용하면 레이아웃의 한쪽이 바뀔 경우 CSS가 쉽게 깨질 수 있습니다.", + "rule.avoidIdSelector": "이러한 규칙은 HTML과 긴밀하게 결합되므로 선택기에 ID를 포함하면 안 됩니다.", + "rule.avoidImportant": "!important는 사용하지 않도록 합니다. 이것은 전체 CSS의 특정성에 문제가 있어서 리팩터링해야 함을 나타냅니다.", + "rule.colorFunction": "잘못된 매개 변수 수", + "rule.duplicateDeclarations": "중복된 스타일 정의를 사용하지 마세요.", + "rule.emptyRuleSets": "빈 규칙 집합을 사용하지 마세요.", + "rule.fontFaceProperties": "@font-face 규칙에서 'src' 및 'font-family' 속성을 정의해야 합니다.", + "rule.hexColor": "16진수 색은 3개 또는 6개의 16진수로 구성되어야 합니다.", + "rule.ieHack": "IE 핵(Hack)은 IE7 이상을 지원할 때만 필요합니다.", + "rule.importDirective": "Import 문은 병렬로 로드되지 않습니다.", + "rule.propertyIgnoredDueToDisplay": "display 때문에 속성이 무시됩니다. 예를 들어 'display: inline'을 사용할 경우 width, height, margin-top, margin-bottom 및 float 속성은 적용되지 않습니다.", + "rule.standardvendorprefix.all": "공급업체 관련 접두사를 사용할 때 표준 속성도 포함합니다.", + "rule.universalSelector": "범용 선택기 (*)는 느린 것으로 알려져 있습니다.", + "rule.unknownProperty": "알 수 없는 속성입니다.", + "rule.unknownVendorSpecificProperty": "알 수 없는 공급업체 관련 속성입니다.", + "rule.vendorprefixes.all": "공급업체 관련 접두사를 사용할 경우 다른 모든 공급업체 관련 속성도 포함합니다.", + "rule.withHeightAndBorderPadding": "패딩 또는 테두리를 사용하는 경우 너비 또는 높이를 사용하지 마세요.", + "rule.zeroWidthUnit": "0에는 단위가 필요하지 않습니다." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/languages/css/cssSnippets.i18n.json b/i18n/kor/src/vs/languages/css/cssSnippets.i18n.json new file mode 100644 index 00000000000..81f79ec9dad --- /dev/null +++ b/i18n/kor/src/vs/languages/css/cssSnippets.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "transition.snippet": "브라우저 간 전환 속성" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/languages/html/common/htmlTags.i18n.json b/i18n/kor/src/vs/languages/html/common/htmlTags.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/languages/html/common/htmlTags.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/languages/html/htmlSnippets.i18n.json b/i18n/kor/src/vs/languages/html/htmlSnippets.i18n.json new file mode 100644 index 00000000000..56c276063ec --- /dev/null +++ b/i18n/kor/src/vs/languages/html/htmlSnippets.i18n.json @@ -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. +{ + "html.snippet": "간단한 HTML5 시작 지점", + "img.snippet": "이미지", + "javascriptlink.snippet": "외부 Javascript 파일 링크 삽입", + "link.snippet": "링크", + "ol.snippet": "순서가 지정된 소규모 목록", + "stylesheetlink.snippet": "스타일시트 링크 삽입", + "table.snippet": "기본 표 시작 지점", + "ul.snippet": "순서가 지정되지 않은 소규모 목록" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/languages/javascript/common/javascript.contribution.i18n.json b/i18n/kor/src/vs/languages/javascript/common/javascript.contribution.i18n.json new file mode 100644 index 00000000000..f492893e2e0 --- /dev/null +++ b/i18n/kor/src/vs/languages/javascript/common/javascript.contribution.i18n.json @@ -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. +{ + "allwaysAllWords": "항상 현재 문서의 모든 단어를 포함해야 합니다.", + "compilationSettings": "JavaScript 유효성 검사 작동 방식을 제어합니다.", + "jsConfigurationTitle": "JavaScript 구성", + "lint": "유효성 검사의 다양한 요소를 제어합니다.", + "lint.comparisonOperatorsNotStrict": "'!=' 및 '==' 대신 '!==' 및 '==='를 사용하십시오.", + "lint.curlyBracketsMustNotBeOmitted": "중괄호를 사용하지 마십시오.", + "lint.emptyBlocksWithoutComment": "빈 블록에 설명이 있어야 합니다.", + "lint.forcedTypeConversion": "할당별로 변수 형식을 다시 선언하지 마십시오.", + "lint.functionsInsideLoops": "루프 내부 함수입니다.", + "lint.missingSemicolon": "세미콜론이 누락되었습니다.", + "lint.mixedTypesArithmetics": "숫자는 산술 연산에만 사용하십시오.", + "lint.newOnLowercaseFunctions": "소문자 이름의 함수는 생성자로 사용됩니다.", + "lint.newOnReturningFunctions": "return 문이 있는 함수는 생성자로 사용됩니다.", + "lint.parametersDontMatchSignature": "매개 변수가 함수 서명과 일치하지 않습니다.", + "lint.primitivesInInstanceOf": "기본 형식에 instanceof를 사용하지 마십시오.", + "lint.redeclaredVariables": "변수를 다시 선언하고 해당 형식을 변경하지 마십시오.", + "lint.semicolonsInsteadOfBlocks": "블록 대신 세미콜론을 사용하십시오.", + "lint.tripleSlashReferenceAlike": "잘못 입력된 트리플 슬래시 참조를 찾습니다.", + "lint.undeclaredVariables": "선언되지 않은 변수를 사용하지 마십시오.", + "lint.unknownModule": "알 수 없는 모듈을 필요로 하지 않습니다.", + "lint.unknownProperty": "알려지지 않은 속성을 사용하지 마십시오.", + "lint.unknownTypeOfResults": "'typeof' 연산자의 예기치 않은 출력입니다.", + "lint.unusedFunctions": "사용되지 않는 로컬 함수입니다.", + "lint.unusedVariables": "사용되지 않는 지역 변수입니다.", + "semanticValidation": "JavaScript 파일에 대한 Linter 검사 실행 - validate.lint.* 설정을 재정의합니다.", + "suggestSettings": "JavaScript IntelliSense 작동 방식을 제어합니다.", + "syntaxValidation": "JavaScript 파일에서 구문 오류를 확인하세요.", + "useCodeSnippetsOnMethodSuggest": "매개 변수 서명으로 함수를 완료하십시오." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/languages/json/common/contributions/bowerJSONContribution.i18n.json b/i18n/kor/src/vs/languages/json/common/contributions/bowerJSONContribution.i18n.json new file mode 100644 index 00000000000..97852c48a60 --- /dev/null +++ b/i18n/kor/src/vs/languages/json/common/contributions/bowerJSONContribution.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "json.bower.default": "Default bower.json", + "json.bower.error.repoaccess": "Bower 리포지토리 요청 실패: {0}", + "json.bower.package.hover": "{0}" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/languages/json/common/contributions/globPatternContribution.i18n.json b/i18n/kor/src/vs/languages/json/common/contributions/globPatternContribution.i18n.json new file mode 100644 index 00000000000..0d13e40ea0c --- /dev/null +++ b/i18n/kor/src/vs/languages/json/common/contributions/globPatternContribution.i18n.json @@ -0,0 +1,24 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "derivedDescription": "동일한 이름의 형제가 있지만 확장명이 다른 파일을 일치시킵니다.", + "derivedLabel": "이름별 형제가 있는 파일", + "falseDescription": "패턴을 사용하지 않도록 설정합니다.", + "falseLabel": "False", + "fileDescription": "특정 파일 확장명의 모든 파일을 일치시킵니다.", + "fileLabel": "확장명별 파일", + "filesDescription": "모든 파일을 모든 파일 확장명과 일치시킵니다.", + "filesLabel": "여러 확장명이 있는 파일", + "folderDescription": "폴더를 모든 위치의 특정 이름과 일치시킵니다.", + "folderLabel": "이름별 폴더(모든 위치)", + "siblingsDescription": "동일한 이름의 형제가 있지만 확장명이 다른 파일을 일치시킵니다.", + "topFolderDescription": "최상위 폴더를 특정 이름과 일치시킵니다.", + "topFolderLabel": "이름별 폴더(최상위 수준)", + "topFoldersDescription": "여러 최상위 폴더를 일치시킵니다.", + "topFoldersLabel": "여러 이름이 있는 폴더(최상위 수준)", + "trueDescription": "패턴을 사용하도록 설정합니다.", + "trueLabel": "True" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/languages/json/common/contributions/packageJSONContribution.i18n.json b/i18n/kor/src/vs/languages/json/common/contributions/packageJSONContribution.i18n.json new file mode 100644 index 00000000000..f9300285bd0 --- /dev/null +++ b/i18n/kor/src/vs/languages/json/common/contributions/packageJSONContribution.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "json.npm.error.repoaccess": "NPM 리포지토리 요청 실패: {0}", + "json.npm.latestversion": "패키지의 최신 버전", + "json.npm.majorversion": "최신 주 버전(1.x.x)을 일치시킵니다.", + "json.npm.minorversion": "최신 부 버전(1.2.x)을 일치시킵니다.", + "json.npm.package.hover": "{0}", + "json.npm.version.hover": "최신 버전: {0}", + "json.package.default": "기본 package.json" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/languages/json/common/contributions/projectJSONContribution.i18n.json b/i18n/kor/src/vs/languages/json/common/contributions/projectJSONContribution.i18n.json new file mode 100644 index 00000000000..2055b0c8419 --- /dev/null +++ b/i18n/kor/src/vs/languages/json/common/contributions/projectJSONContribution.i18n.json @@ -0,0 +1,12 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "json.nugget.error.repoaccess": "nuget 리포지토리 요청 실패: {0}", + "json.nugget.package.hover": "{0}", + "json.nugget.version.hover": "최신 버전: {0}", + "json.nugget.versiondescription.suggest": "현재 패키지의 최신 버전", + "json.project.default": "Default project.json" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/languages/json/common/json.contribution.i18n.json b/i18n/kor/src/vs/languages/json/common/json.contribution.i18n.json new file mode 100644 index 00000000000..0b940f4225c --- /dev/null +++ b/i18n/kor/src/vs/languages/json/common/json.contribution.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "jsonConfiguration.fileMatch": "스키마에 대한 JSON 파일을 확인할 때 일치할 '*'를 포함할 수 있는 파일 패턴입니다.", + "jsonConfiguration.fileMatches": "스키마에 대한 JSON 파일을 확인할 때 일치할 파일 패턴의 배열입니다.", + "jsonConfiguration.schema": "지정된 URL에 대한 스키마 정의입니다. 스키마 URL에 대한 액세스 방지를 위해서만 스키마를 제공해야 합니다.", + "jsonConfiguration.schemaPath": "현재 디렉터리에 있는 스키마의 URL 또는 상대 경로", + "jsonConfiguration.schemas": "현재 프로젝트에서 스키마를 JSON 파일에 연결", + "jsonConfigurationDescription": "JSON 설정 및 스키마를 구성하는 데 사용됩니다.", + "jsonConfigurationTitle": "JSON 구성" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/languages/json/common/json.i18n.json b/i18n/kor/src/vs/languages/json/common/json.i18n.json new file mode 100644 index 00000000000..8017ada9da7 --- /dev/null +++ b/i18n/kor/src/vs/languages/json/common/json.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "array": "배열", + "boolean": "부울", + "number": "숫자", + "object": "개체", + "string": "문자열", + "undefined": "정의되지 않음" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/languages/json/common/jsonIntellisense.i18n.json b/i18n/kor/src/vs/languages/json/common/jsonIntellisense.i18n.json new file mode 100644 index 00000000000..6f1fec3eebe --- /dev/null +++ b/i18n/kor/src/vs/languages/json/common/jsonIntellisense.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "json.suggest.default": "기본값" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/languages/json/common/jsonSchemaService.i18n.json b/i18n/kor/src/vs/languages/json/common/jsonSchemaService.i18n.json new file mode 100644 index 00000000000..02bccd86e7b --- /dev/null +++ b/i18n/kor/src/vs/languages/json/common/jsonSchemaService.i18n.json @@ -0,0 +1,169 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "app.plugin.json.activationEvents": "플러그 인에 대한 활성화 이벤트", + "app.plugin.json.contributes": "이 플러그 인의 참여", + "app.plugin.json.contributes.language": "플러그 인의 언어 참여", + "app.plugin.json.contributes.language.aliases": "이 언어에 대한 이름 별칭", + "app.plugin.json.contributes.language.extensions": "이 언어와 관련된 파일 확장명", + "app.plugin.json.contributes.language.filenames": "이 언어와 관련된 파일 이름", + "app.plugin.json.contributes.language.id": "이 언어의 ID", + "app.plugin.json.dependencies": "플러그 인 종속성", + "app.plugin.json.mainModule": "주 JavaScript 파일의 상대 경로", + "app.plugin.json.pluginId": "고유 플러그 인 ID", + "app.plugin.json.scripts": "플러그 인에서 제공된 스크립트", + "app.plugin.json.scripts.compile": "이 플러그 인을 컴파일할 명령줄", + "bower.json.authors": "패키지의 내용을 승인한 사람의 목록입니다.", + "bower.json.dependencies": "종속성은 semver 호환 식별자 또는 URL에 대한 패키지 이름의 간단한 해시를 통해 지정됩니다.", + "bower.json.description": "사용자가 간략한 설명으로 패키지를 식별 및 검색하도록 도와줍니다.", + "bower.json.devDependencies": "패키지 개발(예: 프레임워크 테스트 또는 설명서 작성)에만 필요한 종속성입니다.", + "bower.json.exportsOverride": "grunt-bower-task에서 사용자 지정 설치 위치를 지정하는 데 사용됩니다.", + "bower.json.homepage": "패키지에 대한 자세한 정보를 제공하는 URL입니다. 지정하지 않은 경우 GitHub 끝점인 GitHub 프로젝트로 대체합니다.", + "bower.json.ignore": "패키지를 설치할 때 Bower에서 무시할 파일 목록입니다.", + "bower.json.invalidPatternName": "_로 시작하는 속성은 유효합니다.", + "bower.json.keywords": "키워드로 검색하는 데 사용됩니다. 이름을 모르더라도 패키지를 쉽게 검색할 수 있도록 만들어줍니다.", + "bower.json.license": "SPDS 라이선스 ID 또는 라이선스 경로/url입니다.", + "bower.json.main": "패키지를 사용하는 데 필요한 주 작동 파일입니다.", + "bower.json.moduleType": "이 패키지가 표시되는 모듈의 유형", + "bower.json.packagename": "패키지의 이름입니다.", + "bower.json.private": "true로 설정한 경우 게시가 거부됩니다. 그러면 사설 리포지토리를 실수로 게시하는 것을 방지할 수 있습니다.", + "bower.json.repository": "소스 코드를 찾을 수 있는 리포지토리입니다.", + "bower.json.resolutions": "패키지 간에 충돌이 발생하는 경우에 자동으로 해결할 종속성 버전입니다.", + "bower.json.title": "Bower 구성 파일의 JSON 스키마", + "bower.json.version": "의미 체계 버전 번호입니다.", + "global.json.projects": "이 파일에 상대적인 프로젝트 폴더의 목록입니다.", + "global.json.sources": "이 파일에 상대적인 소스 폴더의 목록입니다.", + "global.json.title": "ASP.NET 글로벌 구성 파일용 JSON 스키마", + "jsconfig.json.compilerOptions": "JavaScript 언어 서비스에 .js 파일의 유효성을 검사하는 방법을 지시합니다.", + "jsconfig.json.compilerOptions.charset": "입력 파일의 문자 집합", + "jsconfig.json.compilerOptions.decorators": "ES7 데코레이터에 대해 실험적 지원을 사용합니다.", + "jsconfig.json.compilerOptions.diagnostics": "진단 정보를 표시합니다.", + "jsconfig.json.compilerOptions.locale": "오류 메시지를 표시하는 데 사용할 로캘(예: en-us)입니다.", + "jsconfig.json.compilerOptions.mapRoot": "디버거가 생성된 위치 대신 맵 파일을 찾아야 하는 위치를 지정합니다.", + "jsconfig.json.compilerOptions.module": "확인할 모듈 코드 생성: 'commonjs', 'amd', 'system' 및 'umd'.", + "jsconfig.json.compilerOptions.noLib": "기본 라이브러리 파일(lib.d.ts)을 포함하지 않습니다.", + "jsconfig.json.compilerOptions.target": "ECMAScript 대상 버전 지정: 'ES3'(기본값), 'ES5' 또는 'ES6'(실험적).", + "jsconfig.json.exclude": "포함되지 않아야 하는 파일과 폴더를 나열합니다. 이 속성은 'files' 속성이 있는 경우 적용되지 않습니다.", + "jsconfig.json.files": "'files' 속성이 jsconfig.json에 없는 경우 언어 서비스는 디렉터리 및 하위 디렉터리를 비롯한 모든 파일을 기본적으로 포함합니다. 'files' 속성이 지정된 경우에는 해당 파일만 포함됩니다.", + "jsconfig.json.title": "JavaScript 구성 파일에 대한 JSON 스키마", + "json.schema.unabletoload": "'{0}'에서 스키마를 로드할 수 없습니다. {1}.", + "package.json.bugs": "문제를 보고할 프로젝트 문제 추적기의 URL 및/또는 메일 주소입니다. 이는 패키지에서 문제를 경험하는 사람들에게 유용합니다.", + "package.json.bugs.email": "문제를 보고할 메일 주소입니다.", + "package.json.bugs.url": "프로젝트 문제 추적기의 URL입니다.", + "package.json.bundleDependencies": "패키지를 게시할 때 포함될 패키지 이름의 배열입니다.", + "package.json.bundledDependencies": "패키지를 게시할 때 포함될 패키지 이름의 배열입니다.", + "package.json.config": "'config' 해시를 사용하여 업그레이드 간에 유지되는, 패키지 스크립트에서 사용되는 구성 매개 변수를 설정할 수 있습니다.", + "package.json.contributors": "이 패키지에 참가한 사람들의 목록입니다.", + "package.json.dependency": "종속성은 버전 범위에 대한 패키지 이름의 간단한 해시를 통해 지정됩니다. 버전 범위는 공백으로 구분된 설명자가 하나 이상 있는 문자열입니다. 종속성은 tarball 또는 git URL로 식별될 수도 있습니다.", + "package.json.descr": "패키지가 'npm search'에 나열되므로 패키지를 검색하는 데 도움이 됩니다.", + "package.json.description": "이 패키지의 NPM 구성입니다.", + "package.json.directories.bin": "'bin' 디렉터리를 지정하면 해당 폴더의 모든 파일이 'bin' 해시로 사용됩니다.", + "package.json.directories.doc": "여기에 마크다운 파일을 배치하세요. 결국 해당 파일은 언젠가 멋지게 표시될 것입니다.", + "package.json.directories.example": "여기에 예제 스크립트를 배치하세요. 해당 스크립트는 언젠가 현명한 방법으로 노출될 수도 있습니다.", + "package.json.directories.lib": "대부분의 라이브러리가 있는 위치를 사람들에게 알리세요. lib 폴더에 특별한 작업은 전혀 수행되지 않지만 유용한 메타 정보입니다.", + "package.json.directories.man": "기본 페이지로 가득 찬 폴더입니다. 신택틱 슈거(syntactic sugar)를 통해 이 폴더를 검색하여 'man' 배열을 생성할 수 있습니다.", + "package.json.files": "'files' 필드는 프로젝트에 포함할 파일의 배열입니다. 배열에서 폴더 이름을 지정하면 해당 폴더의 파일도 포함됩니다.", + "package.json.homepage": "프로젝트 홈 페이지의 URL입니다.", + "package.json.keywords": "패키지가 'npm search'에 나열되므로 패키지를 검색하는 데 도움이 됩니다.", + "package.json.license": "사용할 수 있는 방법과 적용된 제한 사항을 알 수 있도록 패키지의 라이선스를 지정해야 합니다.", + "package.json.licenses": "사용할 수 있는 방법과 적용된 제한 사항을 알 수 있도록 패키지의 라이선스를 지정해야 합니다.", + "package.json.main": "주 필드는 프로그램에 대한 주 진입점인 모듈 ID입니다.", + "package.json.maintainers": "이 패키지를 유지 관리하는 사용자의 목록입니다.", + "package.json.man": "man 프로그램에서 찾도록 배치할 단일 파일이나 파일 이름의 배열을 지정합니다.", + "package.json.name": "패키지의 이름입니다.", + "package.json.person": "이 패키지를 만들거나 유지 관리하는 데 관련된 사용자입니다.", + "package.json.preferGlobal": "패키지가 전역으로 설치되어야 하는 명령줄 응용 프로그램인 경우 이 값을 true로 설정하여 로컬로 설치된 경우 경고를 제공하세요.", + "package.json.private": "true로 설정되면 npm이 게시하지 않습니다.", + "package.json.repository": "코드가 있는 위치를 지정합니다. 이는 참여하려는 사람들에게 유용합니다.", + "package.json.scripts": "'scripts' 멤버는 패키지 수명 주기에서 다양한 시점에 실행되는 스크립트 명령의 개체 해시입니다. 키는 수명 주기 이벤트이고 값은 해당 시점에 실행할 명령입니다.", + "package.json.underscore": "_로 시작하는 속성은 유효합니다.", + "package.json.version": "버전은 node-semver을 통해 구문 분석될 수 있어야 합니다. node-semver은 npm과 함께 종속성으로 포함되어 있습니다.", + "project.json.authors": "응용 프로그램의 작성자", + "project.json.bundleExclude": "게시 출력에서 제외할 파일의 목록입니다(kpm bundle).", + "project.json.code": "컴파일해야 하는 모든 코드 파일을 지정하는 GLOB 패턴입니다(데이터 형식: GLOB 패턴을 포함하는 문자열 또는 배열). 예: [ 'Folder1*.cs', 'Folder2*.cs' ]", + "project.json.commands": "이 응용 프로그램에서 사용할 수 있는 명령", + "project.json.compilationOptions": "Roslyn에게 전달된 컴파일 옵션", + "project.json.configurations": "구성은 컴파일 설정의 명명된 그룹입니다. 런타임에 기본 제공된 두 가지 기본 구성으로 '디버그'와 '릴리스'가 있습니다.", + "project.json.dependencies": "응용 프로그램의 종속성. 각 항목에서는 이름과 Nuget 패키지의 버전을 지정합니다.", + "project.json.dependency.name": "종속성의 버전.", + "project.json.dependency.type": "종속성의 유형. 'build' 종속성은 빌드 시에만 존재합니다.", + "project.json.description": "응용 프로그램 설명", + "project.json.exclude": "컴파일에서 제외할 모든 코드 파일을 나타내는 전역 패턴입니다(데이터 형식: GLOB 패턴을 포함하는 문자열 또는 배열).", + "project.json.frameworks": "작성할 대상 프레임워크 및 구성에 따른 종속성", + "project.json.preprocess": "전처리할 모든 코드 파일을 나타내는 전역 패턴입니다(데이터 형식: GLOB 패턴을 포함하는 문자열).", + "project.json.resources": "리소스로 컴파일할 모든 파일을 나타내는 GLOB 패턴입니다.", + "project.json.script": "명령줄 스크립트입니다.\r\r사용 가능한 변수:\r%project:Directory% - 프로젝트 디렉터리\r%project:Name% - 프로젝트 이름\r%project:Version% - 프로젝트 버전", + "project.json.scripts": "다양한 단계 중에 제외할 스크립트입니다.", + "project.json.shared": "종속 스크립트와 공유할 코드 파일을 지정하는 GLOB 패턴입니다. 예: [ 'Folder1*.cs', 'Folder2*.cs' ]", + "project.json.title": "ASP.NET project.json 파일에 대한 JSON 스키마", + "project.json.version": "응용 프로그램의 버전입니다. 예: 1.2.0.0", + "project.json.webroot": "project.json 파일에서 웹 루트 속성을 지정하여 웹 서버 루트(공용 폴더라고도 함)를 지정합니다. Visual Studio에서 이 폴더는 IIS 루트를 지정하는 데 사용됩니다. 여기에 정적 파일을 넣어야 합니다.", + "schema.json": "스키마를 사용하는 JSON 파일을 설명합니다. 자세한 내용은 json-schema.org를 참조하십시오.", + "schema.json.$schema": "이 문서를 확인할 비교 대상 스키마 ", + "schema.json.additionalItems": "항목이 배열로 설정된 경우의 배열에만 사용됩니다. 해당 배열이 스키마인 경우 항목 배열에서 항목을 지정한 후 이 스키마에서 항목의 유효성을 검사합니다. false인 경우 추가 항목의 유효성 검사가 실패합니다.", + "schema.json.additionalProperties": "스키마 또는 부울입니다. 스키마의 경우 'properties' 또는 'patternProperties'와 일치하지 않는 모든 속성의 유효성을 검사하는 데 사용됩니다. false인 경우 둘 중 하나와 일치하지 않는 모든 속성으로 인해 이 스키마가 실패합니다.", + "schema.json.allOf": "모든 스키마가 일치해야 하는 스키마 배열입니다.", + "schema.json.anyOf": "최소한 하나의 스키마가 일치해야 하는 스키마 배열입니다.", + "schema.json.default": "기본값입니다. 제안에서 사용됩니다.", + "schema.json.definitions": "유효성 검사에 사용되지 않습니다. $ref가 포함된 인라인을 참조하려는 하위 스키마를 여기에 배치합니다.", + "schema.json.dependencies": "속성 이름 배열 또는 스키마에 대한 속성 이름 맵입니다. 속성 이름 배열은 키에 이름이 지정된 속성의 유효성이 개체에 있는 배열의 속성에 따라 결정된다는 것을 의미합니다. 값이 스키마인 경우 키의 속성이 개체에 존재해야 스키마가 개체에 적용됩니다.", + "schema.json.description": "요소의 자세한 설명입니다. 가리킨 항목 메뉴 및 제안에 사용됩니다.", + "schema.json.enum": "유효한 리터럴 값 집합", + "schema.json.exclusiveMaximum": "최대 속성을 배타적으로 설정합니다.", + "schema.json.exclusiveMininum": "최소 속성을 배타적으로 설정합니다.", + "schema.json.id": "스키마의 고유한 식별자입니다.", + "schema.json.items": "배열에 사용됩니다. 순서(첫 번째 스키마에서 첫 번째 요소의 유효성을 검사하고 두 번째 스키마에서 두 번째 요소의 유효성을 검사하는 형식)대로 모든 요소의 유효성을 검사할 스키마이거나 각 아이템의 유효성을 검사할 스키마 배열일 수 있습니다.", + "schema.json.maxItems": "배열 내에 있을 수 있는 최대 항목 수입니다. 포괄적입니다.", + "schema.json.maxLength": "문자열의 최대 길이입니다.", + "schema.json.maxProperties": "개체가 가질 수 있는 최대 속성 수입니다. 포괄적입니다.", + "schema.json.maximum": "최대 숫자 값입니다. 기본적으로 포괄적입니다.", + "schema.json.minItems": "배열 내에 배치할 수 있는 최소 항목 수입니다. 포괄적입니다.", + "schema.json.minLength": "문자열의 최소 길이입니다.", + "schema.json.minProperties": "개체가 가질 수 있는 최소 속성 수입니다. 포괄적입니다.", + "schema.json.minimum": "최소 숫자 값입니다. 기본적으로 포괄적입니다.", + "schema.json.multipleOf": "현재 값을 정확하게 나누어야 하는 숫자(예: 나머지 없음)입니다.", + "schema.json.not": "일치하지 않아야 하는 스키마입니다.", + "schema.json.oneOf": "스키마 배열로, 이러한 스키마 중 하나가 정확하게 일치해야 합니다.", + "schema.json.pattern": "문자열과 일치하는 정규식입니다. 암시적으로 앵커가 지정되지 않습니다.", + "schema.json.patternProperties": "속성 일치를 위한 스키마에 대한 속성 이름의 정규식 맵입니다.", + "schema.json.properties": "각 속성의 스키마에 대한 속성 이름 맵입니다.", + "schema.json.required": "이 개체에 필요한 모든 속성의 이름을 나열하는 문자열 배열입니다.", + "schema.json.title": "요소에 대한 설명이 포함된 제목입니다.", + "schema.json.type": "기본 스키마 유형(숫자, 정수, Null, 배열, 개체, 부울, 문자열) 중 하나의 문자열 또는 해당 유형의 하위 집합을 지정하는 문자열 배열입니다.", + "schema.json.uniqueItems": "배열의 모든 항목이 고유해야 하는지의 여부입니다. 기본값은 false입니다.", + "snippetSchema.json": "사용자 코드 조각 구성", + "snippetSchema.json.body": "코드 조각 콘텐츠입니다. '${id}', '${id:label}', '${1:label}'을 변수에 사용하고 '$0', '$1'을 커서 위치에 사용하세요.", + "snippetSchema.json.description": "코드 조각 설명입니다.", + "snippetSchema.json.prefix": "IntelliSense에서 코드 조각을 선택할 때 사용할 접두사입니다.", + "tsconfig.json.compilerOptions": "TypeScript 컴파일러에 .ts 파일을 컴파일하는 방법을 지시합니다.", + "tsconfig.json.compilerOptions.charset": "입력 파일의 문자 집합", + "tsconfig.json.compilerOptions.declaration": "해당하는 d.ts 파일을 생성합니다.", + "tsconfig.json.compilerOptions.diagnostics": "진단 정보를 표시합니다.", + "tsconfig.json.compilerOptions.emitBOM": "출력 파일의 시작에서 UTF-8 BOM(바이트 순서 표시)을 내보냅니다.", + "tsconfig.json.compilerOptions.inlineSourceMap": "별도의 파일을 사용하는 대신 소스 맵과 함께 단일 파일을 내보냅니다.", + "tsconfig.json.compilerOptions.inlineSources": "단일 파일 내에서 소스 맵과 함께 소스를 내보냅니다. --inlineSourceMap이 설정되어야 합니다.", + "tsconfig.json.compilerOptions.listFiles": "컴파일의 일부로 파일의 이름을 인쇄합니다.", + "tsconfig.json.compilerOptions.locale": "오류 메시지를 표시하는 데 사용할 로캘(예: en-us)입니다.", + "tsconfig.json.compilerOptions.mapRoot": "디버거가 생성된 위치 대신 맵 파일을 찾아야 하는 위치를 지정합니다.", + "tsconfig.json.compilerOptions.module": "모듈 코드 생성 지정: 'CommonJS', 'Amd', 'System' 또는 'UMD'.", + "tsconfig.json.compilerOptions.newLine": "파일을 내보낼 때 사용할 줄 시퀀스의 끝을 지정하며, 'CRLF'(dos) 또는 'LF'(unix)입니다.", + "tsconfig.json.compilerOptions.noEmit": "출력을 내보내지 마세요.", + "tsconfig.json.compilerOptions.noEmitHelpers": "컴파일된 출력에서 __extends와 같은 사용자 지정 도우미 함수를 생성하지 않습니다.", + "tsconfig.json.compilerOptions.noEmitOnError": "형식 검사 오류가 보고되면 출력을 내보내지 마세요.", + "tsconfig.json.compilerOptions.noImplicitAny": "암시된 'any' 형식이 있는 식 및 선언이 발생할 경우 경고 표시", + "tsconfig.json.compilerOptions.noLib": "기본 라이브러리 파일(lib.d.ts)을 포함하지 않습니다.", + "tsconfig.json.compilerOptions.out": "출력을 연결하고 단일 파일로 내보냅니다.", + "tsconfig.json.compilerOptions.outDir": "출력 구조를 디렉터리로 리디렉션합니다.", + "tsconfig.json.compilerOptions.preserveConstEnums": "생성된 코드에서 const 열거형 선언을 지우지 마세요.", + "tsconfig.json.compilerOptions.removeComments": "주석을 출력에 내보내지 마세요.", + "tsconfig.json.compilerOptions.rootDir": "입력 파일의 루트 디렉터리를 지정합니다. --outDir이 포함된 출력 디렉터리 구조를 제어하는 데 사용됩니다.", + "tsconfig.json.compilerOptions.sourceMap": "해당 '.map' 파일을 생성합니다.", + "tsconfig.json.compilerOptions.sourceRoot": "디버거가 소스 위치 대신 TypeScript 파일을 찾아야 하는 위치를 지정합니다.", + "tsconfig.json.compilerOptions.suppressImplicitAnyIndexErrors": "인덱스 서명이 없는 개체 인덱싱에 대한 noImplicitAny 오류를 표시하지 않습니다.", + "tsconfig.json.compilerOptions.target": "ECMAScript 대상 버전 지정: 'ES3'(기본값), 'ES5' 또는 'ES6'(실험적).", + "tsconfig.json.files": "'files' 속성이 tsconfig.json에 없는 경우 컴파일러는 포함하는 디렉터리와 하위 디렉터리의 모든 파일을 기본적으로 포함합니다. 'files' 속성이 지정된 경우에는 해당 파일만 포함됩니다.", + "tsconfig.json.title": "TypeScript 컴파일러의 구성 파일에 대한 JSON 스키마" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/languages/json/common/parser/jsonParser.i18n.json b/i18n/kor/src/vs/languages/json/common/parser/jsonParser.i18n.json new file mode 100644 index 00000000000..5f898f01400 --- /dev/null +++ b/i18n/kor/src/vs/languages/json/common/parser/jsonParser.i18n.json @@ -0,0 +1,44 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "ColonExpected": "콜론 필요", + "DisallowedExtraPropWarning": "{0} 속성이 허용되지 않습니다.", + "DoubleQuotesExpected": "속성 키는 큰따옴표로 묶어야 합니다.", + "DuplicateKeyWarning": "중복된 개체 키", + "End of file expected": "파일 끝 필요", + "ExpectedCloseBrace": "쉼표 또는 닫는 중괄호 필요", + "ExpectedCloseBracket": "쉼표 또는 닫는 대괄호 필요", + "Invalid symbol": "JSON 개체, 배열 또는 리터럴 필요", + "InvalidEscapeCharacter": "문자열에 잘못된 이스케이프 문자가 있습니다.", + "InvalidNumberFormat": "잘못된 숫자 형식", + "InvalidUnicode": "문자열에 잘못된 유니코드 시퀀스가 있습니다.", + "MaxPropWarning": "개체의 속성이 제한인 {0}보다 많습니다.", + "MinPropWarning": "개체의 속성이 필요한 수인 {0}보다 적습니다.", + "MissingRequiredPropWarning": "\"{0}\" 속성 누락", + "PropertyExpected": "속성 필요", + "RequiredDependentPropWarning": "개체에 {1} 속성에 필요한 {0} 속성이 없습니다.", + "UnexpectedEndOfComment": "필요하지 않은 주석 끝", + "UnexpectedEndOfNumber": "필요하지 않은 번호 끝", + "UnexpectedEndOfString": "필요하지 않은 문자열 끝", + "ValueExpected": "값 필요", + "additionalItemsWarning": "스키마를 기준으로 배열에 항목이 너무 많습니다. {0}개 이하여야 합니다.", + "enumWarning": "값이 허용되지 않습니다. 유효한 값은 {0}입니다.", + "exclusiveMaximumWarning": "값이 배타적 최대값인 {0}보다 큽니다.", + "exclusiveMinimumWarning": "값이 배타적 최소값인 {0}보다 작습니다.", + "maxItemsWarning": "배열에 항목이 너무 많습니다. {0}개 이하여야 합니다.", + "maxLengthWarning": "문자열이 다음 최대 길이보다 짧습니다. ", + "maximumWarning": "값이 최대값인 {0}보다 큽니다.", + "minItemsWarning": "배열에 항목이 너무 적습니다. {0}개 이상이어야 합니다.", + "minLengthWarning": "문자열이 다음 최소 길이보다 짧습니다. ", + "minimumWarning": "값이 최소값인 {0}보다 작습니다.", + "multipleOfWarning": "값을 {0}(으)로 나눌 수 없습니다.", + "notSchemaWarning": "허용되지 않는 스키마와 일치합니다.", + "oneOfWarning": "하나의 스키마만 유효성 검사해야 하는데 여러 스키마와 일치합니다.", + "patternWarning": "문자열이 \"{0}\" 패턴과 일치하지 않습니다.", + "typeArrayMismatchWarning": "형식이 잘못되었습니다. {0} 중 하나의 형식이어야 합니다.", + "typeMismatchWarning": "형식이 잘못되었습니다. \"{0}\"이어야 합니다.", + "uniqueItemsWarning": "배열에 중복 항목이 있습니다." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/languages/json/contributions/packageJSONContribution.i18n.json b/i18n/kor/src/vs/languages/json/contributions/packageJSONContribution.i18n.json new file mode 100644 index 00000000000..1235d589baa --- /dev/null +++ b/i18n/kor/src/vs/languages/json/contributions/packageJSONContribution.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "json.npm.package.hover": "{0}", + "json.npm.version.hover": "최신 버전: {0}", + "json.package.default": "Default package.json" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/languages/less/common/less.contribution.i18n.json b/i18n/kor/src/vs/languages/less/common/less.contribution.i18n.json new file mode 100644 index 00000000000..fc3c6c3dd54 --- /dev/null +++ b/i18n/kor/src/vs/languages/less/common/less.contribution.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "lessConfigurationDescription": "LESS 언어를 구성하는 데 사용됩니다.", + "lessConfigurationTitle": "LESS 구성", + "lessLint": "LESS LINT 유효성 검사에 사용되는 문제 심각도를 제어합니다.", + "lessValidationSettings": "LESS 유효성 검사 작동 방식을 제어합니다." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/languages/less/common/services/intelliSense.i18n.json b/i18n/kor/src/vs/languages/less/common/services/intelliSense.i18n.json new file mode 100644 index 00000000000..cf0ebd94290 --- /dev/null +++ b/i18n/kor/src/vs/languages/less/common/services/intelliSense.i18n.json @@ -0,0 +1,60 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "less.builtin.abs": "숫자의 절대 값", + "less.builtin.acos": "아크코사인 - 코사인 함수의 역수", + "less.builtin.alpha": "`@color`의 `알파` 채널을 반환합니다.", + "less.builtin.argb": "#AARRGGBB를 만듭니다.", + "less.builtin.asin": "아크사인 - 사인 함수의 역수", + "less.builtin.atan": "아크탄젠트 - 탄젠트 함수의 역수", + "less.builtin.blue": "`@color`의 `파란색` 채널을 반환합니다.", + "less.builtin.ceil": "정수로 올림합니다.", + "less.builtin.color": "문자열을 색으로 구문 분석합니다.", + "less.builtin.contrast": "`@color1이(가) > 43% 광도`이면 `@darkcolor`을(를) 반환하고, 그렇지 않으면 `@lightcolor`을(를) 반환합니다. 메모를 참조하세요.", + "less.builtin.convert": "숫자의 형식을 변환합니다.", + "less.builtin.cos": "코사인 함수", + "less.builtin.darken": " 10% points _darker_로 `@color`을(를) 반환합니다.", + "less.builtin.data-uri": "리소스를 인라인 처리하고 `url()`로 대체합니다.", + "less.builtin.desaturate": "10% points _less_ saturated로 `@color`을(를) 반환합니다.", + "less.builtin.e": "이스케이프 문자열 콘텐츠", + "less.builtin.escape": "URL은 문자열을 인코딩합니다.", + "less.builtin.extract": "목록에서 지정된 위치에 있는 값을 반환합니다.", + "less.builtin.fade": "50% 투명도로 `@color`을(를) 반환합니다.", + "less.builtin.fadein": "10% points _less_ transparent로 `@color`을(를) 반환합니다.", + "less.builtin.fadeout": "10% points _more_ transparent로 `@color`을(를) 반환합니다.", + "less.builtin.floor": "정수로 내림합니다.", + "less.builtin.green": "`@color`의 `녹색` 채널을 반환합니다.", + "less.builtin.greyscale": "100% 채도를 낮춘 회색을 반환합니다.", + "less.builtin.hsl": "색을 만듭니다.", + "less.builtin.hsla": "색을 만듭니다.", + "less.builtin.hsv": "색을 만듭니다.", + "less.builtin.hsva": "색을 만듭니다.", + "less.builtin.hsvhue": "HSV 공간에서 `@color`의 `색상` 채널을 반환합니다.", + "less.builtin.hsvsaturation": "HSV 공간에서 `@color`의 `채도` 채널을 반환합니다.", + "less.builtin.hsvvalue": "HSV 공간에서 `@color`의 `값` 채널을 반환합니다.", + "less.builtin.hue": "HSL 공간에서 `@color`의 `색상` 채널을 반환합니다.", + "less.builtin.length": "값 목록에서 요소 수를 반환합니다.", + "less.builtin.lighten": "10% points _lighter_로 `@color`을(를) 반환합니다.", + "less.builtin.lightness": "HSL 공간에서 `@color`의 `명도` 채널을 반환합니다.", + "less.builtin.luma": "`@color`의 `광도` 값(지각적 밝기)을 반환합니다.", + "less.builtin.max": "하나 이상의 값 중 가장 낮은 값을 반환합니다.", + "less.builtin.min": "하나 이상의 값 중 가장 낮은 값을 반환합니다.", + "less.builtin.mix": "`@color1` 및 `@color2`의 혼합을 반환합니다.", + "less.builtin.mod": "첫 번째 인수 모듈러스 두 번째 인수", + "less.builtin.percentage": "%로 변환합니다(예: 0.5 > 50%).", + "less.builtin.pi": "파이를 반환합니다.", + "less.builtin.pow": "두 번째 인수를 지수로 한 첫 번째 인수의 거듭제곱", + "less.builtin.red": "`@color`의 `빨간색` 채널을 반환합니다.", + "less.builtin.replace": "문자열 바꾸기", + "less.builtin.round": "숫자를 여러 위치로 반올림합니다.", + "less.builtin.saturate": "10% points _more_ saturated로 `@color`을(를) 반환합니다.", + "less.builtin.saturation": "HSL 공간에서 `@color`의 `채도` 채널을 반환합니다.", + "less.builtin.sin": "사인 함수", + "less.builtin.spin": "10도 더 큰 색상으로 `@color`을(를) 반환합니다.", + "less.builtin.sqrt": "숫자의 제곱근을 계산합니다.", + "less.builtin.tan": "탄젠트 함수", + "less.builtin.unit": "차원의 단위를 제거하거나 변경합니다." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/languages/less/lessWorker.i18n.json b/i18n/kor/src/vs/languages/less/lessWorker.i18n.json new file mode 100644 index 00000000000..77a351673e1 --- /dev/null +++ b/i18n/kor/src/vs/languages/less/lessWorker.i18n.json @@ -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. +{ + "literal.fontface": "@font-face", + "literal.keyframes": "@keyframes {0}" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/languages/less/parser/errors.i18n.json b/i18n/kor/src/vs/languages/less/parser/errors.i18n.json new file mode 100644 index 00000000000..b4e5c6aa03e --- /dev/null +++ b/i18n/kor/src/vs/languages/less/parser/errors.i18n.json @@ -0,0 +1,24 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "expected.colon": "콜론이 필요합니다.", + "expected.condt": "조건이 필요합니다.", + "expected.dot": "점이 필요합니다.", + "expected.ident": "식별자가 필요합니다.", + "expected.lcurly": "{가 필요합니다.", + "expected.lparen": "(가 필요합니다.", + "expected.lsquare": "[가 필요합니다.", + "expected.number": "숫자가 필요합니다.", + "expected.operator": "연산자가 필요합니다.", + "expected.propvalue": "속성 값이 필요합니다.", + "expected.rcurly": "}가 필요합니다.", + "expected.rparent": ")가 필요합니다.", + "expected.rsquare": "]가 필요합니다.", + "expected.semicolon": "세미콜론이 필요합니다.", + "expected.term": "용어가 필요합니다.", + "expected.varname": "변수 이름이 필요합니다.", + "expected.varvalue": "변수 값이 필요합니다." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/languages/less/services/lint.i18n.json b/i18n/kor/src/vs/languages/less/services/lint.i18n.json new file mode 100644 index 00000000000..540800b546e --- /dev/null +++ b/i18n/kor/src/vs/languages/less/services/lint.i18n.json @@ -0,0 +1,20 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "parse.error.general": "구문 분석 오류: {0}", + "rule.colorFunction": "매개 변수의 개수가 잘못되었습니다.", + "rule.duplicateDeclarations": "중복된 스타일 정의를 사용하지 마십시오.", + "rule.emptyRuleSets": "빈 규칙 집합을 사용하지 마십시오.", + "rule.fontFaceProperties": "@font-face 규칙에서 'src' 및 'font-family' 속성을 정의해야 합니다.", + "rule.hexColor": "16진수 색은 3개 또는 6개의 16진수로 구성해야 합니다.", + "rule.importDirective": "Import 문은 병렬로 로드되지 않습니다.", + "rule.universalSelector": "범용 선택기 (*)는 느린 것으로 알려져 있습니다.", + "rule.unkownProperty": "알려지지 않은 속성입니다.", + "rule.vendorprefixes.all": "공급업체별 접두사를 사용하는 경우 해당 접두사를 모두 사용해야 합니다.", + "rule.vendorprefixes.standard": "공급업체별 접두사를 사용하는 경우 표준 이름도 포함해야 합니다.", + "rule.withHeightAndBorderPadding": "패딩 또는 테두리를 사용하는 경우 너비 또는 높이를 사용하지 마십시오.", + "rule.zeroWidthUnit": "0에는 단위가 필요하지 않습니다." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/languages/lib/javascriptSnippets.i18n.json b/i18n/kor/src/vs/languages/lib/javascriptSnippets.i18n.json new file mode 100644 index 00000000000..d01afa575f9 --- /dev/null +++ b/i18n/kor/src/vs/languages/lib/javascriptSnippets.i18n.json @@ -0,0 +1,22 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "define.snippet": "모듈 정의", + "dowhile.snippet": "Do-While 문", + "for.snippet": "For 루프", + "foreach.snippet": "For-Each 루프", + "forin.snippet": "For-In 루프", + "function.snippet": "Function 문", + "if.snippet": "If 문", + "ifelse.snippet": "If-Else 문", + "log.snippet": "콘솔 로그", + "new.snippet": "New 문", + "settimeout.snippet": "시간 제한 함수 설정", + "switch.snippet": "Switch 문", + "tripleslashreference.snippet": "다른 파일에 대한 상대 참조", + "trycatch.snippet": "Try-Catch 문", + "while.snippet": "While 문" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/languages/markdown/common/markdown.contribution.i18n.json b/i18n/kor/src/vs/languages/markdown/common/markdown.contribution.i18n.json new file mode 100644 index 00000000000..eae61eb3e3d --- /dev/null +++ b/i18n/kor/src/vs/languages/markdown/common/markdown.contribution.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "markdownConfigurationDescription": "가격 인하 미리 보기 관련 설정을 구성하는 데 사용됩니다.", + "markdownConfigurationTitle": "가격 인하 미리 보기 구성", + "styles": "가격 인하 미리 보기에서 사용할 CSS 스타일시트의 로컬 경로 또는 URL 목록입니다." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/languages/markdown/markdownSnippets.i18n.json b/i18n/kor/src/vs/languages/markdown/markdownSnippets.i18n.json new file mode 100644 index 00000000000..c1f6613dafa --- /dev/null +++ b/i18n/kor/src/vs/languages/markdown/markdownSnippets.i18n.json @@ -0,0 +1,18 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "bold.snippet": "굵게 텍스트 삽입", + "code.snippet": "코드 삽입", + "fencedcodeblock.snippet": "fence 코드 블록 삽입", + "heading.snippet": "제목 삽입", + "image.snippet": "이미지 삽입", + "italic.snippet": "기울임꼴 텍스트 삽입", + "link.snippet": "링크 삽입", + "orderedList.snippet": "순서가 지정된 목록 삽입", + "quote.snippet": "따옴표 붙은 텍스트 삽입", + "rule.snippet": "가로 규칙 삽입", + "unorderedList.snippet": "순서가 지정되지 않은 목록 삽입" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/languages/sass/common/parser/sassErrors.i18n.json b/i18n/kor/src/vs/languages/sass/common/parser/sassErrors.i18n.json new file mode 100644 index 00000000000..660c63d9f7e --- /dev/null +++ b/i18n/kor/src/vs/languages/sass/common/parser/sassErrors.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "expected.from": "'from'이 필요합니다.", + "expected.in": "'in'이 필요합니다.", + "expected.through": "'through' 또는 'to'가 필요합니다." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/languages/sass/common/sass.contribution.i18n.json b/i18n/kor/src/vs/languages/sass/common/sass.contribution.i18n.json new file mode 100644 index 00000000000..7dcf3a1220b --- /dev/null +++ b/i18n/kor/src/vs/languages/sass/common/sass.contribution.i18n.json @@ -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. +{ + "sassConfigurationTitle": "Sass 구성", + "sassLint": "Sass lint 유효성 검사에 사용되는 문제 심각도를 제어합니다." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/languages/sass/common/services/intelliSense.i18n.json b/i18n/kor/src/vs/languages/sass/common/services/intelliSense.i18n.json new file mode 100644 index 00000000000..c2a99de1750 --- /dev/null +++ b/i18n/kor/src/vs/languages/sass/common/services/intelliSense.i18n.json @@ -0,0 +1,81 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "sass.builtin.abs": "숫자의 절대 값을 반환합니다.", + "sass.builtin.adjust-color": "색의 여러 가지 구성 요소를 늘리거나 줄입니다.", + "sass.builtin.adjust-hue": "색의 색상을 변경합니다.", + "sass.builtin.alpha": "색의 불투명도 구성 요소를 가져옵니다.", + "sass.builtin.append": "목록의 끝에 단일 값을 추가합니다.", + "sass.builtin.blue": "색의 파란색 구성 요소를 가져옵니다.", + "sass.builtin.call": "Sass 함수를 동적으로 호출합니다.", + "sass.builtin.ceil": "숫자를 다음 정수로 올림합니다.", + "sass.builtin.change-color": "색의 여러 가지 속성을 변경합니다.", + "sass.builtin.comparable": "두 개의 숫자를 더하거나, 빼거나, 비교할 수 있는지 여부를 반환합니다.", + "sass.builtin.complement": "색의 보수를 반환합니다.", + "sass.builtin.darken": "색을 더 어둡게 만듭니다.", + "sass.builtin.desaturate": "색을 더 낮은 채도로 만듭니다.", + "sass.builtin.fade-in": "색을 더 불투명하게 만듭니다.", + "sass.builtin.feature-exists": "현재 Sass 런타임에 기능이 있는지 여부를 반환합니다.", + "sass.builtin.floor": "숫자를 이전 정수로 내림합니다.", + "sass.builtin.function-exists": "지정된 이름의 함수가 있는지 여부를 반환합니다.", + "sass.builtin.global-variable-exists": "지정된 이름의 변수가 전역 범위에 있는지 여부를 반환합니다.", + "sass.builtin.grayscale": "색을 회색조로 변환합니다.", + "sass.builtin.green": "색의 녹색 구성 요소를 가져옵니다.", + "sass.builtin.hue": "색의 색상 구성 요소를 가져옵니다.", + "sass.builtin.ie-hex-str": "색을 IE 필터에서 인식할 수 있는 형식으로 변환합니다.", + "sass.builtin.index": "목록 내에서 값의 위치를 반환합니다.", + "sass.builtin.inspect": "Sass로 표현되는 경우처럼 값의 문자열 표현을 반환합니다.", + "sass.builtin.invert": "색의 역수를 반환합니다.", + "sass.builtin.is-superselector": "$sub이(가) 일치하는 모든 요소와 $super이(가) 일치하는지 여부 등을 반환합니다.", + "sass.builtin.join": "두 목록을 하나로 함께 결합합니다.", + "sass.builtin.keywords": "가변 인수를 사용하는 함수에 전달된 키워드를 반환합니다.", + "sass.builtin.length": "목록의 길이를 반환합니다.", + "sass.builtin.lighten": "색을 더 밝게 만듭니다.", + "sass.builtin.lightness": "색의 명도 구성 요소를 가져옵니다.", + "sass.builtin.list-separator": "목록의 구분 기호를 반환합니다.", + "sass.builtin.map-get": "맵에서 지정된 키와 연결된 값을 반환합니다.", + "sass.builtin.map-has-key": "맵에 지정된 키와 연결된 값이 있는지 여부를 반환합니다.", + "sass.builtin.map-keys": "맵의 모든 키 목록을 반환합니다.", + "sass.builtin.map-merge": "두 맵을 새 맵으로 함께 병합합니다.", + "sass.builtin.map-remove": "키가 제거된 새 맵을 반환합니다.", + "sass.builtin.map-values": "맵의 모든 값 목록을 반환합니다.", + "sass.builtin.max": "여러 숫자의 최대값을 찾습니다.", + "sass.builtin.min": "여러 숫자의 최소값을 찾습니다.", + "sass.builtin.mix": "두 색을 함께 혼합합니다.", + "sass.builtin.mixin-exists": "지정된 이름의 mixin이 있는지 여부를 반환합니다.", + "sass.builtin.nth": "목록의 특정 항목을 반환합니다.", + "sass.builtin.opacify": "색을 더 불투명하게 만듭니다.", + "sass.builtin.percentage": "단위 없는 숫자를 백분율로 변환합니다.", + "sass.builtin.quote": "문자열에 따옴표를 추가합니다.", + "sass.builtin.random": "난수를 반환합니다.", + "sass.builtin.red": "색의 빨간색 구성 요소를 가져옵니다.", + "sass.builtin.rgba": "색의 알파 구성 요소를 변경합니다.", + "sass.builtin.round": "숫자를 가장 가까운 정수로 반올림합니다.", + "sass.builtin.saturate": "색을 더 높은 채도로 만듭니다.", + "sass.builtin.saturation": "색의 채도 구성 요소를 가져옵니다.", + "sass.builtin.scale-color": "색의 여러 가지 속성을 유연하게 확장합니다.", + "sass.builtin.selector-append": "사이에 공백 없이 서로에 선택기를 추가합니다.", + "sass.builtin.selector-extend": "$selector 내에서 $extender(으)로 $extendee을(를) 확장합니다.", + "sass.builtin.selector-nest": "스타일시트에서 중첩된 것처럼 서로의 아래에 선택기를 중첩합니다.", + "sass.builtin.selector-parse": "선택기를 &에서 반환된 형식으로 구문 분석합니다.", + "sass.builtin.selector-replace": "$selector 내에서 $original을(를) $replacement(으)로 바꿉니다.", + "sass.builtin.selector-unify": "두 선택기를 통합하여 둘 다와 일치하는 요소와 일치하는 선택기를 생성합니다.", + "sass.builtin.set-nth": "목록의 n번째 항목을 바꿉니다.", + "sass.builtin.simple-selectors": "복합 선택기를 구성하는 간단한 선택기를 반환합니다.", + "sass.builtin.str-index": "$string에서 처음으로 나타나는 $substring의 인덱스를 반환합니다.", + "sass.builtin.str-insert": "$insert을(를) $index의 $string에 삽입합니다.", + "sass.builtin.str-length": "문자열에서 문자 수를 반환합니다.", + "sass.builtin.str-slice": "$string에서 부분 문자열을 추출합니다.", + "sass.builtin.to-lower-case": "문자열을 소문자로 변환합니다.", + "sass.builtin.to-upper-case": "문자열을 대문자로 변환합니다.", + "sass.builtin.transparentize": "색을 더 투명하게 만듭니다.", + "sass.builtin.type-of": "값의 형식을 반환합니다.", + "sass.builtin.unit": "숫자와 연결된 단위를 반환합니다.", + "sass.builtin.unitless": "숫자에 단위가 있는지 여부를 반환합니다.", + "sass.builtin.unquote": "문자열에서 따옴표를 제거합니다.", + "sass.builtin.variable-exists": "지정된 이름의 변수가 현재 범위에 있는지 여부를 반환합니다.", + "sass.builtin.zip": "여러 목록을 단일 다차원 목록으로 결합합니다." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/languages/typescript.workbench/common/projectResolver.i18n.json b/i18n/kor/src/vs/languages/typescript.workbench/common/projectResolver.i18n.json new file mode 100644 index 00000000000..f43518c6290 --- /dev/null +++ b/i18n/kor/src/vs/languages/typescript.workbench/common/projectResolver.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "resolve.files.N": "추가 파일을 로드하는 중..." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/languages/typescript/common/features/quickFix.i18n.json b/i18n/kor/src/vs/languages/typescript/common/features/quickFix.i18n.json new file mode 100644 index 00000000000..5d9777dfded --- /dev/null +++ b/i18n/kor/src/vs/languages/typescript/common/features/quickFix.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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.quickfix.addAsGlobal": "global로 '{0}' 표시", + "typescript.quickfix.rename": "'{0}'(으)로 이름 바꾸기", + "typescript.quickfix.typeDefinitions": "다운로드 형식 정의 {0}" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/languages/typescript/common/features/quickFixMainActions.i18n.json b/i18n/kor/src/vs/languages/typescript/common/features/quickFixMainActions.i18n.json new file mode 100644 index 00000000000..6f9d6522040 --- /dev/null +++ b/i18n/kor/src/vs/languages/typescript/common/features/quickFixMainActions.i18n.json @@ -0,0 +1,12 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "typingsReference.already.exists": "{0}이(가) 이미 있습니다. 파일이 프로젝트의 jsconfig.json에 포함되어 있는지 확인하세요.", + "typingsReference.error.download": "{0}에서 d.ts 파일을 가져올 수 없음: {1}", + "typingsReference.error.write": "{0}을(를) 만드는 동안 문제 발생: {1}", + "typingsReference.success.nojsconfig": "{0}이(가) 성공적으로 다운로드되었습니다.", + "typingsReference.success.withjsconfig": "{0}이(가) 성공적으로 다운로드되었습니다. d.ts 파일이 프로젝트의 'jsconfig.json'에 포함되어 있는지 확인하세요." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/languages/typescript/common/lint/lint.i18n.json b/i18n/kor/src/vs/languages/typescript/common/lint/lint.i18n.json new file mode 100644 index 00000000000..e6f98a6d847 --- /dev/null +++ b/i18n/kor/src/vs/languages/typescript/common/lint/lint.i18n.json @@ -0,0 +1,24 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "javascript.comparisonOperatorNotStrict": "'!=' 및 '==' 대신 '!==' 및 '==='를 사용하십시오.", + "javascript.functionInsideLoop": "루프 내부 함수입니다.", + "javascript.missingSemicolon": "세미콜론이 누락되었습니다.", + "javascript.newOnLowercaseFunctions": "소문자 이름의 함수는 생성자로 사용됩니다.", + "javascript.reservedKeyword": "예약된 키워드를 사용하지 마십시오.", + "javascript.semicolonInsteadOfBlock": "블록 대신 세미콜론을 사용하십시오.", + "javascript.typeofCannotBeCompared": "'typeof' 연산자의 예기치 않은 출력입니다.", + "javascript.typescriptSpecific": "JavaScript에서 TypeScript 관련 언어 구문을 사용하지 마십시오.", + "layout.curlyBracketsMustNotBeOmitted": "중괄호를 사용하지 마십시오.", + "layout.emptyblock": "빈 블록에 설명이 있어야 합니다.", + "typescript.looksLikeTripleSlash": "'/// <reference path=\"some/path.ts\" />'을(를) 사용하시겠습니까?", + "typescript.missingReturnType": "반환 형식이 누락되었습니다.", + "typescript.unusedFunction": "사용되지 않는 로컬 함수입니다.", + "typescript.unusedImport": "사용되지 않는 가져오기입니다.", + "typescript.unusedLocalVariable": "사용되지 않는 지역 변수입니다.", + "typescript.unusedPrivateMember": "사용되지 않는 전용 멤버입니다.", + "typescript.variableUsedBeforeDeclared": "변수가 선언되기 전에 사용되었습니다." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/languages/typescript/common/participants/nlsParticipant.i18n.json b/i18n/kor/src/vs/languages/typescript/common/participants/nlsParticipant.i18n.json new file mode 100644 index 00000000000..3f31b1785b0 --- /dev/null +++ b/i18n/kor/src/vs/languages/typescript/common/participants/nlsParticipant.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "missing.localize": "문자열에 지역화 필요" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/languages/typescript/common/typescript.contribution.i18n.json b/i18n/kor/src/vs/languages/typescript/common/typescript.contribution.i18n.json new file mode 100644 index 00000000000..0fbca244dfe --- /dev/null +++ b/i18n/kor/src/vs/languages/typescript/common/typescript.contribution.i18n.json @@ -0,0 +1,34 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "allwaysAllWords": "항상 현재 문서의 모든 단어를 포함해야 합니다.", + "baseUrl": "모듈 참조 해결에 사용되는 기본 URL(http://requirejs.org/docs/api.html#config-baseUrl)의 구성을 허용합니다. 이 옵션은 비동기 모듈 정의(\"module\": \"amd\")를 사용하는 프로젝트에만 적용됩니다.", + "compilationSettings": "TypeScript 유효성 검사 작동 방식을 제어합니다.", + "lint": "유효성 검사의 다양한 요소를 제어합니다.", + "lint.comparisonOperatorsNotStrict": "'!=' 및 '==' 대신 '!==' 및 '==='를 사용하십시오.", + "lint.curlyBracketsMustNotBeOmitted": "중괄호를 사용하지 마십시오.", + "lint.emptyBlocksWithoutComment": "빈 블록에 설명이 있어야 합니다.", + "lint.functionsInsideLoops": "루프 내부 함수입니다.", + "lint.functionsWithoutReturnType": "함수에 반환 형식 주석을 사용하지 마십시오.", + "lint.missingSemicolon": "세미콜론이 누락되었습니다.", + "lint.newOnLowercaseFunctions": "소문자 이름의 함수는 생성자로 사용됩니다.", + "lint.reservedKeywords": "예약된 키워드를 사용하지 마십시오.", + "lint.semicolonsInsteadOfBlocks": "블록 대신 세미콜론을 사용하십시오.", + "lint.tripleSlashReferenceAlike": "잘못 입력된 트리플 슬래시 참조를 찾습니다.", + "lint.typeScriptSpecifics": "JavaScript에서 TypeScript 관련 언어 구문을 사용하지 마십시오.", + "lint.unknownTypeOfResults": "'typeof' 연산자의 예기치 않은 출력입니다.", + "lint.unusedFunctions": "사용되지 않는 로컬 함수입니다.", + "lint.unusedMembers": "사용되지 않는 전용 멤버입니다.", + "lint.unusedVariables": "사용되지 않는 지역 변수입니다.", + "module": "사용 중인 모듈 시스템을 지정합니다.", + "noImplicitAny": "모든 형식 선언을 명시적으로 적용하십시오.", + "noLib": "DOM 및 브라우저 환경에 대한 입력을 사용하지 마십시오.", + "scope": "유효성 검사 설정이 여러 개일 경우 이를 적용할 하위 폴더를 정의하십시오.", + "suggestSettings": "TypeScript IntelliSense 작동 방식을 제어합니다.", + "target": "사용할 ECMA-Script 버전을 지정합니다.", + "tsConfigurationTitle": "TypeScript 구성", + "useCodeSnippetsOnMethodSuggest": "매개 변수 서명으로 함수를 완료하십시오." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/languages/typescript/common/typescriptMode.i18n.json b/i18n/kor/src/vs/languages/typescript/common/typescriptMode.i18n.json new file mode 100644 index 00000000000..42c616f66d9 --- /dev/null +++ b/i18n/kor/src/vs/languages/typescript/common/typescriptMode.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "err.tooMuchData": "죄송하지만 VS 코드용 JavaScript 소스 파일이 너무 많습니다. jsconfig.json에서 exclude-property를 사용해 보세요." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/languages/typescript/features/typescriptSnippets.i18n.json b/i18n/kor/src/vs/languages/typescript/features/typescriptSnippets.i18n.json new file mode 100644 index 00000000000..7196e126e6e --- /dev/null +++ b/i18n/kor/src/vs/languages/typescript/features/typescriptSnippets.i18n.json @@ -0,0 +1,24 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "class.snippet": "클래스 정의", + "constructor.snippet": "생성자", + "doloop.snippet": "Do-while 루프", + "foreach.snippet": "=>를 사용하는 For-Each 루프", + "fullproperty.snippet": "전체 속성 정의", + "getproperty.snippet": "속성 getter", + "importstatement.snippet": "외부 모듈을 가져옵니다.", + "jsdoc.snippet": "jsdoc 조각", + "log.snippet": "콘솔에 기록", + "privatemethod.snippet": "전용 메서드 정의", + "publicmethod.snippet": "공용 메서드 정의", + "returnfalse.snippet": "false 반환", + "returnstatement.snippet": "Return 문", + "returntrue.snippet": "true 반환", + "setproperty.snippet": "속성 setter", + "throwexception.snippet": "예외 Throw", + "tripleslashreference.snippet": "삼중 슬래시 참조" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/languages/typescript/project/dependencyResolver.i18n.json b/i18n/kor/src/vs/languages/typescript/project/dependencyResolver.i18n.json new file mode 100644 index 00000000000..fadfdcdbb04 --- /dev/null +++ b/i18n/kor/src/vs/languages/typescript/project/dependencyResolver.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "ref.loadFailure": "'{0}' 파일을 찾을 수 없음" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/languages/typescript/service/typescriptSnippets.i18n.json b/i18n/kor/src/vs/languages/typescript/service/typescriptSnippets.i18n.json new file mode 100644 index 00000000000..e27b588dd6e --- /dev/null +++ b/i18n/kor/src/vs/languages/typescript/service/typescriptSnippets.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "class.snippet": "클래스 정의", + "constructor.snippet": "생성자", + "foreach.snippet": "=>를 사용하는 For-Each 루프", + "importstatement.snippet": "외부 모듈을 가져옵니다.", + "jsdoc.snippet": "jsdoc 조각", + "privatemethod.snippet": "전용 메서드 정의", + "publicmethod.snippet": "공용 메서드 정의" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/languages/vb/vbSnippets.i18n.json b/i18n/kor/src/vs/languages/vb/vbSnippets.i18n.json new file mode 100644 index 00000000000..e63c0a1ab50 --- /dev/null +++ b/i18n/kor/src/vs/languages/vb/vbSnippets.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "vbFor.snippet": "For Next 루프", + "vbForEach.snippet": "For Each...Next", + "vbForI.snippet": "For i...Next i", + "vbForJ.snippet": "For j...Next j", + "vbPublicFunction.snippet": "Public Function...", + "vbPublicSub.snippet": "Public Sub ...", + "vbWhile.snippet": "While ... End While" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/monaco/contrib/actions/changeTheme.i18n.json b/i18n/kor/src/vs/monaco/contrib/actions/changeTheme.i18n.json new file mode 100644 index 00000000000..59fdeec0555 --- /dev/null +++ b/i18n/kor/src/vs/monaco/contrib/actions/changeTheme.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "highContrastTheme": "고대비 테마", + "vsDarkTheme": "Visual Studio 어두운 테마", + "vsLightTheme": "Visual Studio 테마" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/monaco/contrib/actions/pinWorkbench.i18n.json b/i18n/kor/src/vs/monaco/contrib/actions/pinWorkbench.i18n.json new file mode 100644 index 00000000000..18e66249082 --- /dev/null +++ b/i18n/kor/src/vs/monaco/contrib/actions/pinWorkbench.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "pinShortcut": "시작 메뉴에 바로 가기 고정" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/monaco/contrib/actions/showQuickStart.i18n.json b/i18n/kor/src/vs/monaco/contrib/actions/showQuickStart.i18n.json new file mode 100644 index 00000000000..cf9cbc68d78 --- /dev/null +++ b/i18n/kor/src/vs/monaco/contrib/actions/showQuickStart.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "showQuickStart": "빠른 시작 보기" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/monaco/contrib/connect/connectDropdown.i18n.json b/i18n/kor/src/vs/monaco/contrib/connect/connectDropdown.i18n.json new file mode 100644 index 00000000000..9e0974e2064 --- /dev/null +++ b/i18n/kor/src/vs/monaco/contrib/connect/connectDropdown.i18n.json @@ -0,0 +1,16 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "accountHome": "Visual Studio Online '{0}' 홈 열기", + "clone": "Visual Studio Online에서 리포지토리 복제", + "connectToVSO": "Visual Studio Online에 연결", + "connections": "연결", + "disconnectFromVSO": "Visual Studio Online에서 연결 끊기", + "disconnectedFromVSO": "이 작업 영역과 '{0}' Visual Studio Online 계정의 연결을 끊었습니다.", + "openAzureDashboard": "Microsoft Azure 대시보드 열기", + "openKuduConsole": "Kudu 콘솔 열기", + "openWebSite": "웹 사이트 찾아보기" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/monaco/contrib/profile/profileWidget.i18n.json b/i18n/kor/src/vs/monaco/contrib/profile/profileWidget.i18n.json new file mode 100644 index 00000000000..1a48b509d83 --- /dev/null +++ b/i18n/kor/src/vs/monaco/contrib/profile/profileWidget.i18n.json @@ -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. +{ + "myProfile": "내 프로필", + "signOut": "로그아웃" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/monaco/contrib/sandbox/sandboxActions.i18n.json b/i18n/kor/src/vs/monaco/contrib/sandbox/sandboxActions.i18n.json new file mode 100644 index 00000000000..5b957c1266e --- /dev/null +++ b/i18n/kor/src/vs/monaco/contrib/sandbox/sandboxActions.i18n.json @@ -0,0 +1,20 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "customUpdateAction": "업데이트...", + "customVersionPrompt": "사용자 지정 버전:", + "dashboardAction": "Azure 웹 사이트 대시보드", + "debugAction": "디버그", + "host": "호스트: {0}", + "hostPrompt": "호스트", + "loading": "로드 중...", + "logAction": "로그", + "pingResponseAction": "Ping 응답: {0}", + "restartAction": "다시 시작", + "stableUpdateAction": "안정적인 버전으로 업데이트", + "versionAction": "버전: {0}", + "versionPrompt": "버전" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/monaco/core/requestService.i18n.json b/i18n/kor/src/vs/monaco/core/requestService.i18n.json new file mode 100644 index 00000000000..a462657bd63 --- /dev/null +++ b/i18n/kor/src/vs/monaco/core/requestService.i18n.json @@ -0,0 +1,19 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "azurePortalInfo": "[[Azure 포털]]에서 이 사이트의 대시보드를 방문하여 사용자 사이트의 중지 여부를 확인해 보십시오.", + "checkConnection": "인터넷 연결 상태를 확인하십시오.", + "doNotRefresh": "지금은 브라우저를 새로 고치지 마십시오.", + "noMore": "오랫동안 서버에 대한 연결이 끊어져 워크벤치가 자동으로 다시 연결하려는 시도를 중지했습니다.", + "notConnectedTitle": "서버에 대한 연결이 끊어졌습니다.", + "notRecommended": "이 시점에서 새로 고침을 하지 마십시오.", + "quotaProblem": "할당량 한도에 도달하여 중지된 경우 사이트의 모드를 확인하십시오. 사이트의 모드에 따라 할당량 부족 상황은 몇 분만 기다리면 간단하게 해결될 수 있습니다. 다른 할당량 한도 상황인 경우 사이트를 공유 또는 표준 같은 다른 모드로 업그레이드하는 것이 좋습니다.", + "reconnectNow": "지금 다시 연결 시도", + "reconnecting": "다시 연결 중...", + "reconnectingIn": "{0}초 내에 다시 연결을 시도합니다.", + "siteStoppedProblem": "사이트가 다른 이유로 중지된 경우 사이트를 다시 시작하십시오.", + "visualStudioUnavailableTitle": "Visual Studio Online 편집은 현재 사용할 수 없습니다." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/monaco/ui/dashboard/actions.i18n.json b/i18n/kor/src/vs/monaco/ui/dashboard/actions.i18n.json new file mode 100644 index 00000000000..0d72888395f --- /dev/null +++ b/i18n/kor/src/vs/monaco/ui/dashboard/actions.i18n.json @@ -0,0 +1,47 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "cloningGitFromGitHub": "GitHub에서 Git 리포지토리 복제하는 중...", + "creatingWorkspace": "작업 영역 만드는 중...", + "dashboard.cloneGithub": "Github에서 복제", + "dashboard.cloneGithub.button": "{0} 복제", + "dashboard.cloneGithub.connect": "GitHub에 연결", + "dashboard.cloneGithub.description": "Monaco는 OAuth를 사용하여 공급자와 통신합니다. 예를 들어 Visual Studio Online을 쉽게 GitHub 계정에 연결하여 리포지토리 중 하나를 복제할 수 있습니다.", + "dashboard.cloneGithub.error": "오류가 발생했습니다. 자세한 내용은 콘솔에서 확인하십시오.", + "dashboard.cloneGithub.loading": "로드 중...", + "dashboard.cloneGithub.title": "Github 프로젝트에서 작업 영역 복제", + "dashboard.cloneURL": "Git URL에서 복제", + "dashboard.cloneURL.badOrEmptyPublishSettings": "잘못된 게시 설정 파일을 업로드했거나 해당 파일 안에 구독이 없습니다. 다시 업로드하십시오.", + "dashboard.cloneURL.createFromWebsite": "작업 영역 만들기", + "dashboard.cloneURL.createWorkspaceAndWebSite": "작업 영역 및 웹 사이트 만들기", + "dashboard.cloneURL.description": "Git 리포지토리 URL을 알고 있는 경우(현재 HTTP 또는 HTTPS만 지원) 여기에 배치하면 Visual Studio Online에서 복제하여 작업 영역을 만들 수 있습니다.", + "dashboard.cloneURL.errorCreatingWebSite": "웹 사이트를 만드는 동안 오류가 발생했습니다.", + "dashboard.cloneURL.errorLoadingWebsites": "웹 사이트를 로드하는 동안 오류가 발생했습니다. 나중에 다시 시도하십시오.", + "dashboard.cloneURL.noSubscriptions": "— 구독이 없습니다.", + "dashboard.cloneURL.placeholder": "리포지토리 URL", + "dashboard.cloneURL.reuploadPublishSettings": "↑ 계정 다시 업로드", + "dashboard.cloneURL.title": "Git 리포지토리에서 작업 영역 복제", + "dashboard.cloneURL.uploadPublishSettings": "↑ 계정 업로드", + "dashboard.cloneURL.webSiteName": "웹 사이트 이름", + "dashboard.cloneURL.websiteDescription": "생성될 Azure 웹 사이트에 이 작업 영역을 연결할 수도 있습니다. <a href=\"{0}\" class=\"link\" target=\"_blank\"><strong>Azure</strong></a>에서 계정 설정 파일을 다운로드할 수 있습니다.", + "dashboard.importFromWebsite": "웹 사이트에서 가져오기", + "dashboard.upload": "업로드", + "dashboard.upload.button": "↑ 업로드", + "dashboard.upload.description": "작업 영역의 압축된 아카이브를 업로드할 수도 있습니다(현재 ZIP만 지원).", + "dashboard.upload.title": "작업 영역 업로드", + "dashboard.website.badOrEmptyPublishSettings": "잘못된 게시 설정 파일을 업로드했거나 해당 파일 안에 구독이 없습니다. 다시 업로드하십시오.", + "dashboard.website.createFromWebsite": "작업 영역 만들기", + "dashboard.website.description": "<a href=\"{0}\" class=\"link\" target=\"_blank\"><strong>Azure</strong></a>에서 계정 설정 파일을 다운로드할 수 있습니다.", + "dashboard.website.errorLoadingWebsites": "웹 사이트를 로드하는 동안 오류가 발생했습니다. 나중에 다시 시도하십시오.", + "dashboard.website.noSubscriptions": "— 구독이 없습니다.", + "dashboard.website.noWebSites": "— 웹 사이트가 없습니다.", + "dashboard.website.pickSubscription": "— 구독을 선택하십시오.", + "dashboard.website.pickWebSite": "— 웹 사이트를 선택하십시오.", + "dashboard.website.reuploadPublishSettings": "↑ 계정 다시 업로드", + "dashboard.website.title": "Azure 웹 사이트를 가져와서 작업 영역 만들기", + "dashboard.website.uploadPublishSettings": "↑ 계정 업로드", + "openingWorkspace": "새 작업 영역을 여는 중..." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/monaco/ui/dashboard/dashboard.i18n.json b/i18n/kor/src/vs/monaco/ui/dashboard/dashboard.i18n.json new file mode 100644 index 00000000000..2b5bca59d8f --- /dev/null +++ b/i18n/kor/src/vs/monaco/ui/dashboard/dashboard.i18n.json @@ -0,0 +1,18 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "dashboard.confirmDelete": "작업 영역 '{0}'을(를) 삭제하시겠습니까?", + "dashboard.createWorkspace": "새 작업 영역 만들기", + "dashboard.createWorkspace.description": "Visual Studio Online에서 쉽게 새 작업 영역을 만들 수 있습니다. 왼쪽의 옵션 중 하나를 사용해 보십시오.", + "dashboard.createWorkspace.title": "작업 영역 만들기", + "dashboard.lastChangeTime": "마지막 수정: {0} 전", + "dashboard.one": "1", + "dashboard.toggleFooter": "바닥글 설정/해제", + "dashboard.two": "2", + "dashboard.workspacesSummary": "작업 영역(총 {0}개)", + "workspaces": "작업 영역", + "workspacesName": "작업 영역" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/monaco/ui/shell/connectionIndicator.i18n.json b/i18n/kor/src/vs/monaco/ui/shell/connectionIndicator.i18n.json new file mode 100644 index 00000000000..bac6b92e011 --- /dev/null +++ b/i18n/kor/src/vs/monaco/ui/shell/connectionIndicator.i18n.json @@ -0,0 +1,24 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "azurePortalInfoFreeShared": "이 [[사이트의 대시보드]]를 방문하여 사이트가 할당량 제한에 도달했는지 확인하세요.", + "azurePortalInfoStandard": "이 [[사이트의 대시보드]]를 방문하여 사이트가 중지되었는지 확인하세요.", + "azureWebSiteModeFree": "사이트가 하한 할당량이 있는 '무료' 모드로 실행되고 있습니다.", + "azureWebSiteModeShared": "사이트가 할당량이 있는 '공유' 모드로 실행되고 있습니다.", + "checkConnection": "인터넷 연결 상태를 확인하세요.", + "freeTrial": "무료 평가판", + "ftpAccess": "항상 FTP를 사용하여 사이트의 콘텐츠를 페치할 수 있습니다.", + "noMore": "조금 전에 서버로의 연결이 끊어졌으므로 워크벤치가 다시 연결 시도를 중지했습니다.", + "notConnectedTitle": "서버에 연결하는 데 문제가 있습니다.", + "reconnectNow": "지금 다시 연결", + "reconnecting": "다시 연결 중...", + "reconnectingIn": "{0}초 내에 다시 연결을 시도합니다.", + "refreshBrowser": "서버로의 연결이 끊어졌습니다. 브라우저를 새로 고치세요.", + "refreshNow": "지금 새로 고침", + "tryAzureExpiredInfo": "30일 무료 평가 계정 기간 동안 다른 사이트를 [[만들거나]] [[등록]]해볼 수 있습니다..", + "visualStudioUnavailableTitle": "Visual Studio Online 편집을 현재 사용할 수 없습니다.", + "wawsExpiryTitle": "사이트가 만료되었습니다." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/monaco/ui/shell/shell.i18n.json b/i18n/kor/src/vs/monaco/ui/shell/shell.i18n.json new file mode 100644 index 00000000000..4b9f4837c48 --- /dev/null +++ b/i18n/kor/src/vs/monaco/ui/shell/shell.i18n.json @@ -0,0 +1,16 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "browseWorkspaces": "작업 영역 찾아보기", + "diff.minutes": "{0}m:{1}s", + "diff.seconds": "00m:{0}s", + "legal": "법적", + "privacy": "개인 정보", + "support": "지원", + "tryAzureSiteExpireTimer": "무료 사이트 만료 날짜: {0}", + "tryAzureSiteExpires": "무료 사이트가 만료되었습니다.", + "workspaces": "작업 영역" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/monaco/ui/widgets/connectDropdown.i18n.json b/i18n/kor/src/vs/monaco/ui/widgets/connectDropdown.i18n.json new file mode 100644 index 00000000000..bec412f3027 --- /dev/null +++ b/i18n/kor/src/vs/monaco/ui/widgets/connectDropdown.i18n.json @@ -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. +{ + "accountHome": "Visual Studio Online '{0}' 홈 열기", + "clone": "Visual Studio Online에서 리포지토리 복제", + "connectToVSO": "Visual Studio Online에 연결", + "connections": "연결", + "disconnectFromVSO": "Visual Studio Online에서 연결 끊기", + "disconnectedFromVSO": "이 작업 영역과 '{0}' Visual Studio Online 계정의 연결을 끊었습니다.", + "openAzureDashboard": "Windows Azure 대시보드 열기", + "openWebSite": "웹 사이트 찾아보기" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/platform/actions/common/actionsService.i18n.json b/i18n/kor/src/vs/platform/actions/common/actionsService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/platform/actions/common/actionsService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/platform/configuration/common/configurationRegistry.i18n.json b/i18n/kor/src/vs/platform/configuration/common/configurationRegistry.i18n.json new file mode 100644 index 00000000000..abb99a20a14 --- /dev/null +++ b/i18n/kor/src/vs/platform/configuration/common/configurationRegistry.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "masterDefaultConfigDesc": "기본 설정", + "masterUserConfigDesc": "사용자 관련 설정입니다.", + "masterWorkspaceConfigDesc": "작업 영역 설정" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/platform/configurationRegistry.i18n.json b/i18n/kor/src/vs/platform/configurationRegistry.i18n.json new file mode 100644 index 00000000000..237df73d0f8 --- /dev/null +++ b/i18n/kor/src/vs/platform/configurationRegistry.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "masterConfigDesc": "이 파일은 워크벤치용 구성 파일입니다.", + "masterConfigTitle": "구성 파일", + "masterLanguageDesc": "특정 언어를 위한 구성 설정", + "masterTypeDesc": "'user' 또는 'team'입니다. 사용자 구성 파일이 우선합니다." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/platform/extensions/common/abstractExtensionService.i18n.json b/i18n/kor/src/vs/platform/extensions/common/abstractExtensionService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/platform/extensions/common/abstractExtensionService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/platform/extensions/common/extensionsRegistry.i18n.json b/i18n/kor/src/vs/platform/extensions/common/extensionsRegistry.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/platform/extensions/common/extensionsRegistry.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/platform/extensions/node/extensionValidator.i18n.json b/i18n/kor/src/vs/platform/extensions/node/extensionValidator.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/platform/extensions/node/extensionValidator.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/platform/files/nativeFileService.i18n.json b/i18n/kor/src/vs/platform/files/nativeFileService.i18n.json new file mode 100644 index 00000000000..c3aeeb9e675 --- /dev/null +++ b/i18n/kor/src/vs/platform/files/nativeFileService.i18n.json @@ -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. +{ + "encoding": "파일을 읽고 쓸 때 사용할 기본 문자 집합 인코딩입니다.", + "filesConfigurationTitle": "파일 구성" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/platform/files/statModel.i18n.json b/i18n/kor/src/vs/platform/files/statModel.i18n.json new file mode 100644 index 00000000000..6869b493fc6 --- /dev/null +++ b/i18n/kor/src/vs/platform/files/statModel.i18n.json @@ -0,0 +1,12 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "emptyFileNameError": "파일 또는 폴더 이름을 입력해야 합니다.", + "fileNameExistsError": "파일 또는 폴더 **{0}**이(가) 이 위치에 이미 있습니다. 다른 이름을 선택하세요.", + "filePathTooLongError": "**{0}**(이)라는 이름을 사용하면 경로가 너무 길어집니다. 짧은 이름을 선택하세요.", + "invalidFileNameError": "**{0}**(이)라는 이름에는 파일 또는 폴더 이름을 올바르지 않은 문자가 포함되어 있습니다. 다른 이름을 선택하세요.", + "invalidVSCFileName": "파일 또는 폴더 이름 **{0}**은(는) 예약되어 있으므로 사용할 수 없습니다. 다른 이름을 선택하세요." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/platform/handlerService.i18n.json b/i18n/kor/src/vs/platform/handlerService.i18n.json new file mode 100644 index 00000000000..a7584c3920f --- /dev/null +++ b/i18n/kor/src/vs/platform/handlerService.i18n.json @@ -0,0 +1,12 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "altKey": "Alt", + "cmdKey": "명령", + "ctrlKey": "Ctrl", + "shiftKey": "Shift", + "windowsKey": "Windows" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/platform/jsonschemas/common/jsonContributionRegistry.i18n.json b/i18n/kor/src/vs/platform/jsonschemas/common/jsonContributionRegistry.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/platform/jsonschemas/common/jsonContributionRegistry.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/platform/jsonschemas/common/jsonValidationExtensionPoint.i18n.json b/i18n/kor/src/vs/platform/jsonschemas/common/jsonValidationExtensionPoint.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/platform/jsonschemas/common/jsonValidationExtensionPoint.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/platform/keybinding/browser/keybindingServiceImpl.i18n.json b/i18n/kor/src/vs/platform/keybinding/browser/keybindingServiceImpl.i18n.json new file mode 100644 index 00000000000..4e48c93066a --- /dev/null +++ b/i18n/kor/src/vs/platform/keybinding/browser/keybindingServiceImpl.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "first.chord": "({0})을(를) 눌렀습니다. 둘째 키는 잠시 기다렸다가 누르세요.", + "missing.chord": "키 조합({0}, {1})은 명령이 아닙니다.", + "unboundCommands": "사용 가능한 다른 명령:" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/platform/keybinding/common/keybindingsUtils.i18n.json b/i18n/kor/src/vs/platform/keybinding/common/keybindingsUtils.i18n.json new file mode 100644 index 00000000000..a7584c3920f --- /dev/null +++ b/i18n/kor/src/vs/platform/keybinding/common/keybindingsUtils.i18n.json @@ -0,0 +1,12 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "altKey": "Alt", + "cmdKey": "명령", + "ctrlKey": "Ctrl", + "shiftKey": "Shift", + "windowsKey": "Windows" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/platform/lifecycle/common/mainThreadLifecycleService.i18n.json b/i18n/kor/src/vs/platform/lifecycle/common/mainThreadLifecycleService.i18n.json new file mode 100644 index 00000000000..4dc1cc50753 --- /dev/null +++ b/i18n/kor/src/vs/platform/lifecycle/common/mainThreadLifecycleService.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "genericVeto": "정말 나가시겠어요?" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/platform/markers/common/problemMatcher.i18n.json b/i18n/kor/src/vs/platform/markers/common/problemMatcher.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/platform/markers/common/problemMatcher.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/platform/message/common/message.i18n.json b/i18n/kor/src/vs/platform/message/common/message.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/platform/message/common/message.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/platform/plugins/common/abstractPluginService.i18n.json b/i18n/kor/src/vs/platform/plugins/common/abstractPluginService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/platform/plugins/common/abstractPluginService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/platform/plugins/common/pluginsRegistry.i18n.json b/i18n/kor/src/vs/platform/plugins/common/pluginsRegistry.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/platform/plugins/common/pluginsRegistry.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/platform/plugins/node/pluginVersionValidator.i18n.json b/i18n/kor/src/vs/platform/plugins/node/pluginVersionValidator.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/platform/plugins/node/pluginVersionValidator.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/platform/request/nativeWorkerRequestService.i18n.json b/i18n/kor/src/vs/platform/request/nativeWorkerRequestService.i18n.json new file mode 100644 index 00000000000..75b8733abe9 --- /dev/null +++ b/i18n/kor/src/vs/platform/request/nativeWorkerRequestService.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "localFileNotFound": "파일을 찾을 수 없음" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/platform/telemetry/electron-browser/electronTelemetryService.i18n.json b/i18n/kor/src/vs/platform/telemetry/electron-browser/electronTelemetryService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/platform/telemetry/electron-browser/electronTelemetryService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/platform/theme/common/themes.i18n.json b/i18n/kor/src/vs/platform/theme/common/themes.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/platform/theme/common/themes.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/api/node/extHostMessageService.i18n.json b/i18n/kor/src/vs/workbench/api/node/extHostMessageService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/workbench/api/node/extHostMessageService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/browser/actions/openSettings.i18n.json b/i18n/kor/src/vs/workbench/browser/actions/openSettings.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/workbench/browser/actions/openSettings.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/browser/actions/toggleSidebarPosition.i18n.json b/i18n/kor/src/vs/workbench/browser/actions/toggleSidebarPosition.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/workbench/browser/actions/toggleSidebarPosition.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/browser/actions/toggleSidebarVisibility.i18n.json b/i18n/kor/src/vs/workbench/browser/actions/toggleSidebarVisibility.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/workbench/browser/actions/toggleSidebarVisibility.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/browser/actions/triggerEditorActions.i18n.json b/i18n/kor/src/vs/workbench/browser/actions/triggerEditorActions.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/workbench/browser/actions/triggerEditorActions.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/browser/actions/triggerNavigation.i18n.json b/i18n/kor/src/vs/workbench/browser/actions/triggerNavigation.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/workbench/browser/actions/triggerNavigation.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/browser/actions/triggerQuickOpen.i18n.json b/i18n/kor/src/vs/workbench/browser/actions/triggerQuickOpen.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/workbench/browser/actions/triggerQuickOpen.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/browser/parts/activitybar/activityAction.i18n.json b/i18n/kor/src/vs/workbench/browser/parts/activitybar/activityAction.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/workbench/browser/parts/activitybar/activityAction.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/browser/parts/activitybar/activitybarPart.i18n.json b/i18n/kor/src/vs/workbench/browser/parts/activitybar/activitybarPart.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/workbench/browser/parts/activitybar/activitybarPart.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/browser/parts/compositePart.i18n.json b/i18n/kor/src/vs/workbench/browser/parts/compositePart.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/workbench/browser/parts/compositePart.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/browser/parts/editor/binaryDiffEditor.i18n.json b/i18n/kor/src/vs/workbench/browser/parts/editor/binaryDiffEditor.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/workbench/browser/parts/editor/binaryDiffEditor.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/browser/parts/editor/binaryEditor.i18n.json b/i18n/kor/src/vs/workbench/browser/parts/editor/binaryEditor.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/workbench/browser/parts/editor/binaryEditor.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/browser/parts/editor/editor.contribution.i18n.json b/i18n/kor/src/vs/workbench/browser/parts/editor/editor.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/workbench/browser/parts/editor/editor.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/browser/parts/editor/editorPart.i18n.json b/i18n/kor/src/vs/workbench/browser/parts/editor/editorPart.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/workbench/browser/parts/editor/editorPart.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/browser/parts/editor/editorStatus.i18n.json b/i18n/kor/src/vs/workbench/browser/parts/editor/editorStatus.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/workbench/browser/parts/editor/editorStatus.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/browser/parts/editor/iframeEditor.i18n.json b/i18n/kor/src/vs/workbench/browser/parts/editor/iframeEditor.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/workbench/browser/parts/editor/iframeEditor.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/browser/parts/editor/sideBySideEditorControl.i18n.json b/i18n/kor/src/vs/workbench/browser/parts/editor/sideBySideEditorControl.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/workbench/browser/parts/editor/sideBySideEditorControl.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/browser/parts/editor/stringEditor.i18n.json b/i18n/kor/src/vs/workbench/browser/parts/editor/stringEditor.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/workbench/browser/parts/editor/stringEditor.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/browser/parts/editor/textDiffEditor.i18n.json b/i18n/kor/src/vs/workbench/browser/parts/editor/textDiffEditor.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/workbench/browser/parts/editor/textDiffEditor.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/browser/parts/panel/panelPart.i18n.json b/i18n/kor/src/vs/workbench/browser/parts/panel/panelPart.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/workbench/browser/parts/panel/panelPart.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/browser/parts/quickopen/editorHistoryModel.i18n.json b/i18n/kor/src/vs/workbench/browser/parts/quickopen/editorHistoryModel.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/workbench/browser/parts/quickopen/editorHistoryModel.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/browser/parts/quickopen/quickOpenController.i18n.json b/i18n/kor/src/vs/workbench/browser/parts/quickopen/quickOpenController.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/workbench/browser/parts/quickopen/quickOpenController.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/browser/parts/sidebar/sidebarPart.i18n.json b/i18n/kor/src/vs/workbench/browser/parts/sidebar/sidebarPart.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/workbench/browser/parts/sidebar/sidebarPart.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/browser/parts/statusbar/statusbarPart.i18n.json b/i18n/kor/src/vs/workbench/browser/parts/statusbar/statusbarPart.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/workbench/browser/parts/statusbar/statusbarPart.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/browser/quickopen.i18n.json b/i18n/kor/src/vs/workbench/browser/quickopen.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/workbench/browser/quickopen.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/browser/ui/actionRegistry.i18n.json b/i18n/kor/src/vs/workbench/browser/ui/actionRegistry.i18n.json new file mode 100644 index 00000000000..89e27a4dbc8 --- /dev/null +++ b/i18n/kor/src/vs/workbench/browser/ui/actionRegistry.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "bindingSeparator": ", " +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/browser/ui/actions/openSettings.i18n.json b/i18n/kor/src/vs/workbench/browser/ui/actions/openSettings.i18n.json new file mode 100644 index 00000000000..ad036085bc9 --- /dev/null +++ b/i18n/kor/src/vs/workbench/browser/ui/actions/openSettings.i18n.json @@ -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. +{ + "fail.createSettings": "'.settings' 폴더 안에 'user.json' 파일을 만들 수 없습니다.", + "openSettings": "설정 열기" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/browser/ui/actions/toggleSidebarPosition.i18n.json b/i18n/kor/src/vs/workbench/browser/ui/actions/toggleSidebarPosition.i18n.json new file mode 100644 index 00000000000..27fe60cf8e5 --- /dev/null +++ b/i18n/kor/src/vs/workbench/browser/ui/actions/toggleSidebarPosition.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "moveLeft": "사이드바 왼쪽으로 이동", + "moveRight": "사이드바 오른쪽으로 이동", + "togglePosition": "사이드바 위치 설정/해제" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/browser/ui/actions/toggleSidebarVisibility.i18n.json b/i18n/kor/src/vs/workbench/browser/ui/actions/toggleSidebarVisibility.i18n.json new file mode 100644 index 00000000000..c67410f2f19 --- /dev/null +++ b/i18n/kor/src/vs/workbench/browser/ui/actions/toggleSidebarVisibility.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "enterMode": "사이드바 숨기기", + "leaveMode": "사이드바 표시", + "toggleSidebar": "사이드바 표시 설정/해제" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/browser/ui/actions/triggerEditorActions.i18n.json b/i18n/kor/src/vs/workbench/browser/ui/actions/triggerEditorActions.i18n.json new file mode 100644 index 00000000000..322624364e2 --- /dev/null +++ b/i18n/kor/src/vs/workbench/browser/ui/actions/triggerEditorActions.i18n.json @@ -0,0 +1,16 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "closeActiveEditor": "활성 편집기 닫기", + "cycleEditor": "열려 있는 편집기 간 순환", + "focusFirstEditor": "왼쪽 편집기로 포커스 이동", + "focusLeftEditor": "왼쪽에서 다음 편집기로 포커스 이동", + "focusRigthEditor": "오른쪽에서 다음 편집기로 포커스 이동", + "focusSecondEditor": "측면 편집기로 포커스 이동", + "focusThirdEditor": "오른쪽 편집기로 포커스 이동", + "openToSide": "측면에서 열기", + "splitEditor": "편집기 분할" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/browser/ui/actions/triggerNavigation.i18n.json b/i18n/kor/src/vs/workbench/browser/ui/actions/triggerNavigation.i18n.json new file mode 100644 index 00000000000..86e0d74d584 --- /dev/null +++ b/i18n/kor/src/vs/workbench/browser/ui/actions/triggerNavigation.i18n.json @@ -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. +{ + "navigateNext": "탐색 기록에서 앞으로 이동", + "navigatePrevious": "탐색 기록에서 뒤로 이동" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/browser/ui/actions/triggerQuickOpen.i18n.json b/i18n/kor/src/vs/workbench/browser/ui/actions/triggerQuickOpen.i18n.json new file mode 100644 index 00000000000..3e021118f71 --- /dev/null +++ b/i18n/kor/src/vs/workbench/browser/ui/actions/triggerQuickOpen.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "gotoFile": "파일로 이동...", + "navigateEditorHistoryByInput": "편집기 기록에서 뒤로 이동", + "quickOpen": "빠른 열기" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/browser/ui/parts/activitybar/activityAction.i18n.json b/i18n/kor/src/vs/workbench/browser/ui/parts/activitybar/activityAction.i18n.json new file mode 100644 index 00000000000..a15f6b71a7e --- /dev/null +++ b/i18n/kor/src/vs/workbench/browser/ui/parts/activitybar/activityAction.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "titleKeybinding": "{0}({1})" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/browser/ui/parts/editor/binaryDiffEditor.i18n.json b/i18n/kor/src/vs/workbench/browser/ui/parts/editor/binaryDiffEditor.i18n.json new file mode 100644 index 00000000000..8f333a10475 --- /dev/null +++ b/i18n/kor/src/vs/workbench/browser/ui/parts/editor/binaryDiffEditor.i18n.json @@ -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. +{ + "binaryDiffEditor": "이진 Diff 뷰어", + "cannotDiffTextToBinary": "현재는 이진 파일을 이진이 아닌 파일과 비교할 수 없습니다." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/browser/ui/parts/editor/binaryEditor.i18n.json b/i18n/kor/src/vs/workbench/browser/ui/parts/editor/binaryEditor.i18n.json new file mode 100644 index 00000000000..4a869e7d5bd --- /dev/null +++ b/i18n/kor/src/vs/workbench/browser/ui/parts/editor/binaryEditor.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "preview": "미리 보기" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/browser/ui/parts/editor/editor.contribution.i18n.json b/i18n/kor/src/vs/workbench/browser/ui/parts/editor/editor.contribution.i18n.json new file mode 100644 index 00000000000..b930d02cfbd --- /dev/null +++ b/i18n/kor/src/vs/workbench/browser/ui/parts/editor/editor.contribution.i18n.json @@ -0,0 +1,12 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "binaryDiffEditor": "이진 Diff 편집기", + "binaryEditor": "이진 리소스 편집기", + "iframeEditor": "IFrame 편집기", + "stringEditor": "문자열 텍스트 편집기", + "textDiffEditor": "텍스트 Diff 편집기" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/browser/ui/parts/editor/editorPart.i18n.json b/i18n/kor/src/vs/workbench/browser/ui/parts/editor/editorPart.i18n.json new file mode 100644 index 00000000000..069e125a27a --- /dev/null +++ b/i18n/kor/src/vs/workbench/browser/ui/parts/editor/editorPart.i18n.json @@ -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. +{ + "editorAccessibleLabel": "편집기", + "editorOpenError": "'{0}'({1})을(를) 여는 동안 오류가 발생했습니다." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/browser/ui/parts/editor/iframeEditor.i18n.json b/i18n/kor/src/vs/workbench/browser/ui/parts/editor/iframeEditor.i18n.json new file mode 100644 index 00000000000..2002a2b8542 --- /dev/null +++ b/i18n/kor/src/vs/workbench/browser/ui/parts/editor/iframeEditor.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "iframeEditor": "IFrame 뷰어" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/browser/ui/parts/editor/sideBySideEditorControl.i18n.json b/i18n/kor/src/vs/workbench/browser/ui/parts/editor/sideBySideEditorControl.i18n.json new file mode 100644 index 00000000000..3c2f78fb78a --- /dev/null +++ b/i18n/kor/src/vs/workbench/browser/ui/parts/editor/sideBySideEditorControl.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "close": "닫기", + "loadingLabel": "로드 중...", + "splitEditor": "편집기 분할" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/browser/ui/parts/editor/stringEditor.i18n.json b/i18n/kor/src/vs/workbench/browser/ui/parts/editor/stringEditor.i18n.json new file mode 100644 index 00000000000..f83aefc9a17 --- /dev/null +++ b/i18n/kor/src/vs/workbench/browser/ui/parts/editor/stringEditor.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "textEditor": "읽기 전용 텍스트 뷰어" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/browser/ui/parts/editor/textDiffEditor.i18n.json b/i18n/kor/src/vs/workbench/browser/ui/parts/editor/textDiffEditor.i18n.json new file mode 100644 index 00000000000..b13bc3d1552 --- /dev/null +++ b/i18n/kor/src/vs/workbench/browser/ui/parts/editor/textDiffEditor.i18n.json @@ -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. +{ + "cannotDiffBinary": "비교할 하나 이상의 리소스가 이진 파일이지만 현재 지원되지 않습니다.", + "doNotIgnoreTrimWhitespaceLabel": "공백 문자 잘라내기 무시 안 함", + "ignoreTrimWhitespaceLabel": "공백 문자 잘라내기 무시", + "inlineDiffLabel": "인라인 보기로 전환", + "navigate.next.label": "다음 변경 내용", + "navigate.prev.label": "이전 변경 내용", + "sideBySideDiffLabel": "세로 정렬 보기로 전환", + "textDiffEditor": "텍스트 Diff 편집기" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/browser/ui/parts/quickopen/quickOpenController.i18n.json b/i18n/kor/src/vs/workbench/browser/ui/parts/quickopen/quickOpenController.i18n.json new file mode 100644 index 00000000000..3d108c9c9b4 --- /dev/null +++ b/i18n/kor/src/vs/workbench/browser/ui/parts/quickopen/quickOpenController.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "additionalResultsGroupLabel": "{0}({1})", + "canNotRunPlaceholder": "이 빠른 열기 처리기는 현재 컨텍스트에서 사용할 수 없습니다.", + "historyMatches": "최근에 연 항목({0})", + "noResultsFound1": "결과 없음", + "noResultsFound2": "결과 없음", + "quickOpenInput": "'?'를 입력하면 여기에서 수행할 수 있는 작업에 대한 도움말을 확인할 수 있습니다.", + "workspaceMatches": "기타 일치 항목({0})" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/browser/ui/parts/sidebar/sidebarPart.i18n.json b/i18n/kor/src/vs/workbench/browser/ui/parts/sidebar/sidebarPart.i18n.json new file mode 100644 index 00000000000..b98b5e1a7cb --- /dev/null +++ b/i18n/kor/src/vs/workbench/browser/ui/parts/sidebar/sidebarPart.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "viewletTitleTooltip": "{0}({1})" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/browser/viewlet.i18n.json b/i18n/kor/src/vs/workbench/browser/viewlet.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/workbench/browser/viewlet.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/common/quickopen.i18n.json b/i18n/kor/src/vs/workbench/common/quickopen.i18n.json new file mode 100644 index 00000000000..303a536d54e --- /dev/null +++ b/i18n/kor/src/vs/workbench/common/quickopen.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "showEditorCommands": "편집기 명령 표시" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/contrib/actions/triggerEditorAction.i18n.json b/i18n/kor/src/vs/workbench/contrib/actions/triggerEditorAction.i18n.json new file mode 100644 index 00000000000..e0b4182f984 --- /dev/null +++ b/i18n/kor/src/vs/workbench/contrib/actions/triggerEditorAction.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "selectAll.label": "편집기에서 모두 선택" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/contrib/build/build.contribution.i18n.json b/i18n/kor/src/vs/workbench/contrib/build/build.contribution.i18n.json new file mode 100644 index 00000000000..dc3bb6519e9 --- /dev/null +++ b/i18n/kor/src/vs/workbench/contrib/build/build.contribution.i18n.json @@ -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. +{ + "name": "빌드", + "showBuildViewlet": "'빌드' 뷰렛 표시" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/contrib/build/build.i18n.json b/i18n/kor/src/vs/workbench/contrib/build/build.i18n.json new file mode 100644 index 00000000000..a350b38ff00 --- /dev/null +++ b/i18n/kor/src/vs/workbench/contrib/build/build.i18n.json @@ -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. +{ + "buildLog": "빌드 로그", + "nobuildlog.message": "빌드 로그가 없습니다." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/contrib/build/buildStatusUpdater.i18n.json b/i18n/kor/src/vs/workbench/contrib/build/buildStatusUpdater.i18n.json new file mode 100644 index 00000000000..9bf9334fc88 --- /dev/null +++ b/i18n/kor/src/vs/workbench/contrib/build/buildStatusUpdater.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "buildErrorsBadge": "{0}개의 빌드 오류", + "buildProgressBadge": "빌드하고 있습니다.", + "buildRequestFailedBadge": "빌드 요청에 실패했습니다. 빌드 로그를 확인하십시오.", + "buildStatusFailedBadge": "빌드 상태 실패입니다. 빌드 로그를 확인하십시오." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/contrib/build/buildViewlet.i18n.json b/i18n/kor/src/vs/workbench/contrib/build/buildViewlet.i18n.json new file mode 100644 index 00000000000..4b3db4b0f3c --- /dev/null +++ b/i18n/kor/src/vs/workbench/contrib/build/buildViewlet.i18n.json @@ -0,0 +1,16 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "build.label": "빌드", + "errorCount": "{0} 오류", + "errorsCount": "{0} 오류", + "noerror.message": "빌드 오류 없음", + "noresult.message": "아직 빌드 결과가 없습니다.", + "openlog.label": "빌드 로그 열기", + "seelog.message.full": "로그에서 오류를 확인하십시오.", + "seelog.message.short": "로그에서 오류를 확인하십시오. -", + "showlog.message": "빌드 로그 표시" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/contrib/build/buildWorkspaceService.i18n.json b/i18n/kor/src/vs/workbench/contrib/build/buildWorkspaceService.i18n.json new file mode 100644 index 00000000000..921585be71d --- /dev/null +++ b/i18n/kor/src/vs/workbench/contrib/build/buildWorkspaceService.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "build.nobuildconfig.error": "빌드가 실행되지 않았습니다. 구성된 빌드가 없습니다. 빌드를 구성하려면 작업 영역에 'monaco.build.json' 또는 'nakefile.js'를 추가하세요." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/contrib/files/binaryContentEditor.i18n.json b/i18n/kor/src/vs/workbench/contrib/files/binaryContentEditor.i18n.json new file mode 100644 index 00000000000..a975e2c3950 --- /dev/null +++ b/i18n/kor/src/vs/workbench/contrib/files/binaryContentEditor.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "binaryContentEditor": "이진 콘텐츠 뷰어" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/contrib/files/contentEditorInput.i18n.json b/i18n/kor/src/vs/workbench/contrib/files/contentEditorInput.i18n.json new file mode 100644 index 00000000000..3f93f2cd56f --- /dev/null +++ b/i18n/kor/src/vs/workbench/contrib/files/contentEditorInput.i18n.json @@ -0,0 +1,16 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "pendingSaveMeeta": "현재 변경 내용이 서버에 저장되고 있습니다.", + "saveConflictDisplay": "충돌", + "saveConflictMeta": "변경 내용이 서버의 다른 버전과 충돌하므로 저장할 수 없습니다.", + "saveErorDisplay": "저장 오류", + "saveErrorMeta": "죄송합니다. 변경 내용을 저장하는 데 문제가 있습니다.", + "savedDiffDate": "{0}에 마지막으로 저장됨", + "savedDiffTime": "{0} 전에 마지막으로 저장됨", + "savedDisplay": "저장됨", + "savingDisplay": "저장하는 중..." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/contrib/files/contentEditorModel.i18n.json b/i18n/kor/src/vs/workbench/contrib/files/contentEditorModel.i18n.json new file mode 100644 index 00000000000..1bb28dda8bb --- /dev/null +++ b/i18n/kor/src/vs/workbench/contrib/files/contentEditorModel.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "genericSaveError": "'{0}'({1})을(를) 저장하지 못했습니다.", + "staleSaveError": "'{0}'을(를) 저장하지 못했습니다. 서버의 버전이 더 최신입니다. 파일을 열고 다시 저장하세요.", + "unexpectedEventError": "{0} 형식의 파일 변경 리스너가 예기치 않은 오류를 throw했습니다." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/contrib/files/explorerViewer.i18n.json b/i18n/kor/src/vs/workbench/contrib/files/explorerViewer.i18n.json new file mode 100644 index 00000000000..7ba819010e2 --- /dev/null +++ b/i18n/kor/src/vs/workbench/contrib/files/explorerViewer.i18n.json @@ -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. +{ + "confirmOverwriteMessage": "'{0}'이(가) 대상 폴더에 이미 있습니다. 바꿀까요?", + "warningFileDirty": "현재 '{0}' 파일을 저장하고 있습니다. 나중에 다시 시도하세요." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/contrib/files/fileServices.i18n.json b/i18n/kor/src/vs/workbench/contrib/files/fileServices.i18n.json new file mode 100644 index 00000000000..4a577106a96 --- /dev/null +++ b/i18n/kor/src/vs/workbench/contrib/files/fileServices.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "cancel": "취소", + "createFile": "파일 만들기", + "unsavedChangesEpilogue": "\n\n돌아가서 변경 내용이 저장될 때까지 기다리십시오. 그렇지 않으면 변경 내용이 삭제됩니다.", + "unsavedChangesPreamble": "저장되지 않은 변경 내용이 있습니다.\n" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/contrib/files/files.contribution.i18n.json b/i18n/kor/src/vs/workbench/contrib/files/files.contribution.i18n.json new file mode 100644 index 00000000000..6fd0f55edb0 --- /dev/null +++ b/i18n/kor/src/vs/workbench/contrib/files/files.contribution.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "binaryContentEditor": "이진 콘텐츠 편집기", + "explore": "탐색", + "showExplorerViewlet": "'탐색기' 뷰렛 표시", + "textContentEditor": "텍스트 콘텐츠 편집기" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/contrib/files/htmlFrameEditorInput.i18n.json b/i18n/kor/src/vs/workbench/contrib/files/htmlFrameEditorInput.i18n.json new file mode 100644 index 00000000000..4a869e7d5bd --- /dev/null +++ b/i18n/kor/src/vs/workbench/contrib/files/htmlFrameEditorInput.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "preview": "미리 보기" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/contrib/files/statModel.i18n.json b/i18n/kor/src/vs/workbench/contrib/files/statModel.i18n.json new file mode 100644 index 00000000000..5663c5ff6dd --- /dev/null +++ b/i18n/kor/src/vs/workbench/contrib/files/statModel.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "emptyFileNameError": "파일 또는 폴더 이름을 입력해야 합니다.", + "fileNameExistsError": "파일 또는 폴더 **{0}**이(가) 이 위치에 이미 있습니다. 다른 이름을 선택하십시오.", + "filePathTooLongError": "**{0}**(이)라는 이름을 사용하면 경로가 너무 길어집니다. 짧은 이름을 선택하십시오.", + "invalidFileNameError": "**{0}**(이)라는 이름에는 파일 또는 폴더 이름을 올바르지 않은 문자가 포함되어 있습니다. 다른 이름을 선택하십시오." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/contrib/files/textContentEditor.i18n.json b/i18n/kor/src/vs/workbench/contrib/files/textContentEditor.i18n.json new file mode 100644 index 00000000000..fcf07d46d5e --- /dev/null +++ b/i18n/kor/src/vs/workbench/contrib/files/textContentEditor.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "cancel": "취소", + "createFile": "파일 만들기", + "textContentEditor": "텍스트 콘텐츠 편집기" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/contrib/git/git.contribution.i18n.json b/i18n/kor/src/vs/workbench/contrib/git/git.contribution.i18n.json new file mode 100644 index 00000000000..cf3f24f714f --- /dev/null +++ b/i18n/kor/src/vs/workbench/contrib/git/git.contribution.i18n.json @@ -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. +{ + "git": "Git", + "toggleGitViewlet": "'Git' 뷰렛 표시" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/contrib/git/gitOperations.i18n.json b/i18n/kor/src/vs/workbench/contrib/git/gitOperations.i18n.json new file mode 100644 index 00000000000..46aa359181b --- /dev/null +++ b/i18n/kor/src/vs/workbench/contrib/git/gitOperations.i18n.json @@ -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. +{ + "failParse": "Git 서비스의 응답을 구문 분석하지 못했습니다. {0}", + "gitError": "Git 서비스 오류" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/contrib/git/gitWidgets.i18n.json b/i18n/kor/src/vs/workbench/contrib/git/gitWidgets.i18n.json new file mode 100644 index 00000000000..c07965246b8 --- /dev/null +++ b/i18n/kor/src/vs/workbench/contrib/git/gitWidgets.i18n.json @@ -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. +{ + "Branches": "분기", + "currentlyDetached": "현재 '{0}'에서 연결된 HEAD 모드입니다." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/contrib/git/gitWorkbenchContributions.i18n.json b/i18n/kor/src/vs/workbench/contrib/git/gitWorkbenchContributions.i18n.json new file mode 100644 index 00000000000..7c828520975 --- /dev/null +++ b/i18n/kor/src/vs/workbench/contrib/git/gitWorkbenchContributions.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "credentialsRequest": "자격 증명이 필요합니다.", + "gitPendingChangesBadge": "{0}개의 보류 중인 변경 내용", + "gitProgressBadge": "실행 중인 Git 상태", + "pendingOperation": "자격 증명을 요구하는 보류 중인 Git 작업이 있습니다. 자격 증명을 입력하거나 작업을 취소하세요." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/contrib/git/views/empty/emptyView.i18n.json b/i18n/kor/src/vs/workbench/contrib/git/views/empty/emptyView.i18n.json new file mode 100644 index 00000000000..00614c3aba6 --- /dev/null +++ b/i18n/kor/src/vs/workbench/contrib/git/views/empty/emptyView.i18n.json @@ -0,0 +1,18 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "cantclone": "Git 리포지토리를 비어 있지 않은 작업 영역으로 복제할 수 없습니다.", + "close": "닫기", + "gitRepoURL": "리포지토리 URL", + "gitclone": "Git URL에서 복제", + "gitinit": "Git 리포지토리 초기화", + "noGit": "이 작업 영역은 아직 Git 소스의 제어를 받지 않습니다.", + "noRepositories": "VS Online 계정에서 Git 리포지토리를 찾을 수 없습니다.", + "reconnect": "다시 연결", + "repoFromProject": "{0}({1}에서)", + "tfsConnect": "Visual Studio Online에 연결", + "vsoClone": "VS Online 리포지토리에서 복제" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/contrib/output/output.contribution.i18n.json b/i18n/kor/src/vs/workbench/contrib/output/output.contribution.i18n.json new file mode 100644 index 00000000000..e4ba33d22b9 --- /dev/null +++ b/i18n/kor/src/vs/workbench/contrib/output/output.contribution.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "runConfigurationDescription": "실행 동작을 구성하는 데 사용됩니다.", + "runConfigurationTitle": "실행 구성", + "suffixDescription": "실행을 누를 때 URL에 추가할 접미사입니다." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/contrib/output/output.i18n.json b/i18n/kor/src/vs/workbench/contrib/output/output.i18n.json new file mode 100644 index 00000000000..a2b33e9350b --- /dev/null +++ b/i18n/kor/src/vs/workbench/contrib/output/output.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "output": "출력", + "outputFinaleBad": "[정보] 출력 내용이 표시되지 않으면 응용 프로그램이 출력 내용을 전송할 수 있도록 적절하게 구성되었는지 확인하십시오.\n", + "outputFinaleGood1": "[정보] 응용 프로그램에 대해 로깅을 사용할 수 있습니다.", + "outputFinaleGood2": "[정보] 로깅 수준이 '{0}'입니다. 이를 변경하려면 {1}에서 응용 프로그램을 구성하십시오.\n", + "outputFinaleGood3": "[정보] 로깅 수준은 '{0}'입니다.\n", + "outputInfo": "[정보] {0}에 실행 중인 응용 프로그램에서 여기에 출력 내용이 표시됩니다.", + "outputRunner": "소스: {0}" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/contrib/output/outputActions.contribution.i18n.json b/i18n/kor/src/vs/workbench/contrib/output/outputActions.contribution.i18n.json new file mode 100644 index 00000000000..7977eddcbec --- /dev/null +++ b/i18n/kor/src/vs/workbench/contrib/output/outputActions.contribution.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "clearOutput.label": "출력 내용 지우기", + "output.show": "출력 표시...", + "run": "실행" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/contrib/terminal/inPlaceCredentialsHelper.i18n.json b/i18n/kor/src/vs/workbench/contrib/terminal/inPlaceCredentialsHelper.i18n.json new file mode 100644 index 00000000000..87de34d8068 --- /dev/null +++ b/i18n/kor/src/vs/workbench/contrib/terminal/inPlaceCredentialsHelper.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "label.password": "암호:", + "label.rememberMe": "사용자 이름 및 암호 저장:", + "label.username": "사용자 이름:", + "placeholder.helpMessage": "<strong>{0}</strong>에 대한 자격 증명을 입력하십시오.<br/>\" + \"<span class=\"shortcut\">{1}</span>을(를) 눌러 \" + \"<span class=\"action save\">확인</span>하거나 \" + \"<span class=\"shortcut\">{2}</span>을(를) 눌러 \" + \"<span class=\"action cancel\">취소하십시오.</span>", + "rememberDisclaimerFullAccessibleText": "자격 증명을 기억하십시오. 암호를 저장하면 이 정보가 Azure 웹 사이트 내에 저장됩니다. 따라서 웹 사이트에 대한 FTP 액세스 권한이 있는 사람 모두 사용자의 암호를 검색할 수 있습니다.", + "rememberDisclaimerTooltip": "암호를 저장하면 이 정보가 Azure 웹 사이트 내에 저장됩니다. 따라서 웹 사이트에 대한 FTP 액세스 권한이 있는 사람 모두 사용자의 암호를 검색할 수 있습니다." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/contrib/terminal/inPlaceTerminalEditor.i18n.json b/i18n/kor/src/vs/workbench/contrib/terminal/inPlaceTerminalEditor.i18n.json new file mode 100644 index 00000000000..8ae6bd0d006 --- /dev/null +++ b/i18n/kor/src/vs/workbench/contrib/terminal/inPlaceTerminalEditor.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "placeholder.helpMessage": "내부 편집기를 사용 중입니다. \" + \"<span class=\"shortcut\">{0}</span>을(를) 눌러 \" + \"<span class=\"action save\">저장</span>하거나 \" + \"<span class=\"shortcut\">{1}</span>을(를) 눌러 \" + \"<span class=\"action cancel\">취소하십시오.</span>" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/contrib/terminal/terminalActions.contribution.i18n.json b/i18n/kor/src/vs/workbench/contrib/terminal/terminalActions.contribution.i18n.json new file mode 100644 index 00000000000..e481007734f --- /dev/null +++ b/i18n/kor/src/vs/workbench/contrib/terminal/terminalActions.contribution.i18n.json @@ -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. +{ + "clearConsole.label": "콘솔 지우기", + "globalConsoleAction": "콘솔 열기" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/contrib/terminal/terminalActions.i18n.json b/i18n/kor/src/vs/workbench/contrib/terminal/terminalActions.i18n.json new file mode 100644 index 00000000000..b46db4508a8 --- /dev/null +++ b/i18n/kor/src/vs/workbench/contrib/terminal/terminalActions.i18n.json @@ -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. +{ + "consoleErrorBadge": "콘솔 오류", + "consoleProgressBadge": "명령 실행 중", + "extractAll": "모두 추출", + "globalConsoleAction": "콘솔 열기", + "openNewConsole": "새 콘솔 열기", + "runFromConsole": "콘솔에서 실행", + "switchToConsole": "{0} {1}", + "switchToConsole.label": "콘솔로 전환" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/contrib/terminal/terminalEditor.i18n.json b/i18n/kor/src/vs/workbench/contrib/terminal/terminalEditor.i18n.json new file mode 100644 index 00000000000..78e4e7dae1e --- /dev/null +++ b/i18n/kor/src/vs/workbench/contrib/terminal/terminalEditor.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "clearConsole": "콘솔 지우기", + "console": "콘솔", + "terminalCancelInfo": "현재 실행 중인 명령을 중지하는 중...", + "terminalHelp": "Visual Studio Online Monaco 콘솔을 시작합니다.\n사용할 수 있는 명령 목록을 보려면 {0}을(를) 입력하고 도움이 필요한 경우 {1}을(를) 누릅니다. 콘솔을 닫으려면 '{2}'을(를) 입력합니다." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/contrib/terminal/terminalInput.i18n.json b/i18n/kor/src/vs/workbench/contrib/terminal/terminalInput.i18n.json new file mode 100644 index 00000000000..cd04874aaf2 --- /dev/null +++ b/i18n/kor/src/vs/workbench/contrib/terminal/terminalInput.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "terminalInputDescription": "{0} - {1}", + "terminalInputDescriptionRunning": "{0} - {1}(실행 중...)", + "terminalInputName": "콘솔", + "welcome": "시작" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/contrib/terminal/terminalModel.i18n.json b/i18n/kor/src/vs/workbench/contrib/terminal/terminalModel.i18n.json new file mode 100644 index 00000000000..eed4020caf0 --- /dev/null +++ b/i18n/kor/src/vs/workbench/contrib/terminal/terminalModel.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "socketDisconnectText": "\n오류: 서버에 대한 연결이 끊어져서 명령으로 더 이상 출력 내용을 표시할 수 없습니다. 사용자의 인터넷 연결이 끊어졌거나 서버가 다시 시작되었습니다." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/contrib/terminal/terminalWorkbenchContribution.i18n.json b/i18n/kor/src/vs/workbench/contrib/terminal/terminalWorkbenchContribution.i18n.json new file mode 100644 index 00000000000..9b531ec239a --- /dev/null +++ b/i18n/kor/src/vs/workbench/contrib/terminal/terminalWorkbenchContribution.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "dashboard": "대시보드", + "explore": "탐색", + "runningProcessesInfo": "하나 이상의 명령이 아직 실행 중입니다. 콘솔로 돌아가서 실행 중인 모든 명령을 중지하십시오. 그렇지 않으면 명령이 계속해서 백그라운드에서 실행됩니다.", + "setupError": "작업 영역을 만드는 동안 문제가 발생했습니다. 작업 영역을 대시보드에서 삭제하고 다시 시도하십시오.", + "setupInfoFinish": "작업 영역을 만들었습니다.", + "setupInfoStart": "작업 영역을 만드는 중입니다. 이 작업이 완료될 때까지 기다리십시오." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/contrib/terminal/terminalWorker.i18n.json b/i18n/kor/src/vs/workbench/contrib/terminal/terminalWorker.i18n.json new file mode 100644 index 00000000000..21ac6014067 --- /dev/null +++ b/i18n/kor/src/vs/workbench/contrib/terminal/terminalWorker.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "clearCommand": "터미널 출력 지우기", + "clsCommand": "터미널 출력 지우기", + "exitCommand": "터미널 닫기" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/contrib/testing/coverage/coverageActions.i18n.json b/i18n/kor/src/vs/workbench/contrib/testing/coverage/coverageActions.i18n.json new file mode 100644 index 00000000000..5553273dba2 --- /dev/null +++ b/i18n/kor/src/vs/workbench/contrib/testing/coverage/coverageActions.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "refresh": "새로 고침" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/contrib/testing/test.contribution.i18n.json b/i18n/kor/src/vs/workbench/contrib/testing/test.contribution.i18n.json new file mode 100644 index 00000000000..a27bdc5e037 --- /dev/null +++ b/i18n/kor/src/vs/workbench/contrib/testing/test.contribution.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "coveargeName": "테스트 검사", + "enabled": "테스트를 자동으로 실행할지 여부입니다.", + "name": "테스트", + "testConfigurationDescription": "테스트 뷰렛을 구성하는 데 사용됩니다.", + "testConfigurationTitle": "테스트 구성", + "testPage": "테스트를 실행하는 페이지의 상대 URL입니다." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/contrib/testing/testActions.i18n.json b/i18n/kor/src/vs/workbench/contrib/testing/testActions.i18n.json new file mode 100644 index 00000000000..2de2dd3156e --- /dev/null +++ b/i18n/kor/src/vs/workbench/contrib/testing/testActions.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "runLocalTests.label": "로컬에서 실행", + "runTestsNow.label": "테스트 실행", + "showCoverage.label": "검사 표시" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/contrib/testing/testModel.i18n.json b/i18n/kor/src/vs/workbench/contrib/testing/testModel.i18n.json new file mode 100644 index 00000000000..a858f63b57d --- /dev/null +++ b/i18n/kor/src/vs/workbench/contrib/testing/testModel.i18n.json @@ -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. +{ + "allTestsPass": "{0}개의 테스트를 통과했습니다({1}개의 어설션).", + "failedAssertion.actualExpected": "실제 값: '{0}', 예상 값: '{1}'", + "failedAssertion.generalFailure": "어설션 실패", + "someTestsPass": "{0}/{1}개의 테스트를 통과했습니다.", + "testResultsUnknow": "알 수 없음", + "testRunFailure": "테스트 실행에 실패했습니다. 이유: {0}", + "testTimeout": "테스트 실행이 시간 초과되었습니다.", + "unknownError": "테스트 실행 도중 알 수 없는 오류가 발생했습니다." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/contrib/testing/testViewlet.i18n.json b/i18n/kor/src/vs/workbench/contrib/testing/testViewlet.i18n.json new file mode 100644 index 00000000000..d46a0dc6c0a --- /dev/null +++ b/i18n/kor/src/vs/workbench/contrib/testing/testViewlet.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "backendError": "Runner 오류", + "backendExecuteError": "Runner URL 실행 오류: {0}; {1}", + "configDisabled": "구성에 따라 테스트 사용 안 함으로 설정됨", + "noConfig": "테스트 구성 없음", + "noTestsRun": "아직 테스트가 실행되지 않았습니다.", + "testFilter": "테스트 필터" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/contrib/testing/testWorkbenchContributions.i18n.json b/i18n/kor/src/vs/workbench/contrib/testing/testWorkbenchContributions.i18n.json new file mode 100644 index 00000000000..ab44dd31006 --- /dev/null +++ b/i18n/kor/src/vs/workbench/contrib/testing/testWorkbenchContributions.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "testsErrorsBadge": "테스트 도구 오류", + "testsFailedBadge": "{0}개의 테스트 실패", + "testsNotConfiguredBade": "테스트 도구 구성되지 않음", + "testsPassedBadge": "모든 테스트 통과", + "testsProgressBadge": "테스트 실행 중", + "testsStaleBadge": "테스트 결과 부실", + "testsStaleFailedBadge": "{0}개의 테스트 실패" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/contrib/vsconnect/vsconnectActions.i18n.json b/i18n/kor/src/vs/workbench/contrib/vsconnect/vsconnectActions.i18n.json new file mode 100644 index 00000000000..c1320156b7a --- /dev/null +++ b/i18n/kor/src/vs/workbench/contrib/vsconnect/vsconnectActions.i18n.json @@ -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. +{ + "openInVisualStudio": "Visual Studio에서 열기", + "openInVsNotImplemented": "Visual Studio에서 열기는 현재 지원되지 않습니다." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/contrib/zumo/zumoActions.i18n.json b/i18n/kor/src/vs/workbench/contrib/zumo/zumoActions.i18n.json new file mode 100644 index 00000000000..40115704da0 --- /dev/null +++ b/i18n/kor/src/vs/workbench/contrib/zumo/zumoActions.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "browseTable": "테이블 찾아보기", + "createScripts": "테이블 스크립트 만들기", + "newApi": "새 API", + "newJob": "새 작업", + "newTable": "새 테이블", + "runJob": "작업 실행", + "showOutput": "출력 내용 표시" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/electron-browser/actions.i18n.json b/i18n/kor/src/vs/workbench/electron-browser/actions.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/workbench/electron-browser/actions.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/electron-browser/crashReporter.i18n.json b/i18n/kor/src/vs/workbench/electron-browser/crashReporter.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/workbench/electron-browser/crashReporter.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/electron-browser/darwin/cli.contribution.i18n.json b/i18n/kor/src/vs/workbench/electron-browser/darwin/cli.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/workbench/electron-browser/darwin/cli.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/electron-browser/integration.i18n.json b/i18n/kor/src/vs/workbench/electron-browser/integration.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/workbench/electron-browser/integration.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/electron-browser/main.contribution.i18n.json b/i18n/kor/src/vs/workbench/electron-browser/main.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/workbench/electron-browser/main.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/electron-browser/shell.i18n.json b/i18n/kor/src/vs/workbench/electron-browser/shell.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/workbench/electron-browser/shell.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/electron-browser/update.i18n.json b/i18n/kor/src/vs/workbench/electron-browser/update.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/workbench/electron-browser/update.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/electron-main/main.i18n.json b/i18n/kor/src/vs/workbench/electron-main/main.i18n.json new file mode 100644 index 00000000000..ac2a1209236 --- /dev/null +++ b/i18n/kor/src/vs/workbench/electron-main/main.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "newWindow": "새 창" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/electron-main/menus.i18n.json b/i18n/kor/src/vs/workbench/electron-main/menus.i18n.json new file mode 100644 index 00000000000..fb92e313d57 --- /dev/null +++ b/i18n/kor/src/vs/workbench/electron-main/menus.i18n.json @@ -0,0 +1,89 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "aboutDetail": "\n버전 {0}\n커밋 {1}\n날짜 {2}\n셸 {3}\n렌더러 {4}\n노드 {5}", + "mAbout": "{0} 정보", + "mBringToFront": "모두 맨 앞으로 가져오기", + "mClose": "닫기", + "mEdit": "편집(&&E)", + "mFile": "파일(&&F)", + "mGoto": "이동(&&G)", + "mHelp": "도움말(&&H)", + "mHide": "{0} 숨기기", + "mHideOthers": "기타 숨기기", + "mMinimize": "최소화", + "mShowAll": "모두 표시", + "mView": "보기(&&V)", + "mWindow": "창", + "miAbout": "정보(&&A)", + "miAutoSave": "자동 저장", + "miBack": "뒤로(&&)", + "miCheckForUpdates": "업데이트 확인...", + "miCheckingForUpdates": "업데이트를 확인하는 중...", + "miClearItems": "항목 지우기(&&C)", + "miCloseEditor": "편집기 닫기(&&E)", + "miCloseFolder": "폴더 닫기(&&F)", + "miCloseWindow": "창 닫기(&&W)", + "miCommandPalette": "명령 팔레트(&&C)...", + "miCopy": "복사(&&O)", + "miCut": "잘라내기(&&C)", + "miDarkTheme": "어두운 테마(&&D)", + "miDocumentation": "설명서(&&D)", + "miExit": "끝내기(&&X)", + "miFind": "찾기(&&F)", + "miFindInFiles": "파일에서 찾기(&&I)", + "miForward": "앞으로(&&F)", + "miGotoDefinition": "정의로 이동(&&D)", + "miGotoFile": "파일로 이동(&&F)...", + "miGotoLine": "줄로 이동(&&L)...", + "miGotoSymbol": "기호로 이동(&&S)...", + "miHighTheme": "고대비 테마(&&H)", + "miInstallingUpdate": "업데이트를 설치하는 중...", + "miLastCheckedAt": "마지막 확인 시간: {0}", + "miLicense": "라이선스 보기(&&V)", + "miLightTheme": "밝은 테마(&&L)", + "miMarker": "오류 및 경고(&&E)", + "miMoveSidebar": "사이드바 이동(&&M)", + "miNavigateHistory": "기록 탐색(&&N)", + "miNewFile": "새 파일(&&N)", + "miNewWindow": "새 창(&&N)", + "miOpen": "열기(&&O)...", + "miOpenFile": "파일 열기(&&O)...", + "miOpenFolder": "폴더 열기(&&F)...", + "miOpenKeymap": "바로 가기 키(&&K)", + "miOpenRecent": "최근 항목 열기(&&R)", + "miOpenSettings": "사용자 설정(&&U)", + "miOpenSnippets": "사용자 코드 조각(&&U)", + "miOpenWorkspaceSettings": "작업 영역 설정(&&W)", + "miPaste": "붙여넣기(&&P)", + "miPreferences": "기본 설정(&&P)", + "miPrivacyStatement": "개인정보취급방침(&&P)", + "miQuit": "{0} 종료", + "miRedo": "다시 실행(&&R)", + "miReleaseNotes": "릴리스 정보(&&R)", + "miReplace": "바꾸기(&&R)", + "miReportIssues": "문제 보고(&&R)", + "miRestartToUpdate": "업데이트하기 위해 다시 시작...", + "miRevert": "파일 되돌리기", + "miSave": "저장(&&S)", + "miSaveAll": "모두 저장(&&A)", + "miSaveAs": "다른 이름으로 저장...", + "miSelectAll": "모두 선택(&&S)", + "miShowWelcome": "시작 표시(&&S)", + "miSplitEditor": "편집기 분할(&&E)", + "miTheme": "테마(&&T)", + "miToggleDevTools": "개발자 도구 설정/해제(&&T)", + "miToggleFullScreen": "전체 화면 설정/해제(&&F)", + "miToggleOutput": "출력 설정/해제(&&O)", + "miToggleSidebar": "사이드바 설정/해제(&&T)", + "miTwitter": "Twitter에서 참여(&&J)", + "miUndo": "실행 취소(&&U)", + "miUpdatesNotAvailable": "업데이트를 사용할 수 없음", + "miUserVoice": "기능 요청(&&R)", + "miZoomIn": "확대(&&Z)", + "miZoomOut": "축소(&&U)", + "okButton": "확인" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/electron-main/windows.i18n.json b/i18n/kor/src/vs/workbench/electron-main/windows.i18n.json new file mode 100644 index 00000000000..24186583bea --- /dev/null +++ b/i18n/kor/src/vs/workbench/electron-main/windows.i18n.json @@ -0,0 +1,16 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "appCrashed": "{0}이(가) 충돌했습니다.", + "appCrashedDetail": "불편을 드려서 죄송합니다. {0}을(를) 다시 시작하세요.", + "appStalled": "{0}이(가) 더 이상 응답하지 않습니다.", + "appStalledDetail": "{0}을(를) 끝낼까요? 아니면 그냥 기다릴까요?", + "exit": "끝내기", + "ok": "확인", + "pathNotExistDetail": "'{0}' 경로가 디스크에 더 이상 없는 것 같습니다.", + "pathNotExistTitle": "경로가 없습니다.", + "wait": "계속 대기" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/facade.i18n.json b/i18n/kor/src/vs/workbench/facade.i18n.json new file mode 100644 index 00000000000..0186bf60d2d --- /dev/null +++ b/i18n/kor/src/vs/workbench/facade.i18n.json @@ -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. +{ + "prefixWorkspaceTitle": "{0} - {1} - {2}", + "workspaceTitle": "{0} - {1}" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/node/extensionHostMain.i18n.json b/i18n/kor/src/vs/workbench/node/extensionHostMain.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/workbench/node/extensionHostMain.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/node/pluginHostMain.i18n.json b/i18n/kor/src/vs/workbench/node/pluginHostMain.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/workbench/node/pluginHostMain.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/emmet/node/emmet.contribution.i18n.json b/i18n/kor/src/vs/workbench/parts/emmet/node/emmet.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/emmet/node/emmet.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/errorList/browser/errorList.contribution.i18n.json b/i18n/kor/src/vs/workbench/parts/errorList/browser/errorList.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/errorList/browser/errorList.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/execution/electron-browser/executionService.i18n.json b/i18n/kor/src/vs/workbench/parts/execution/electron-browser/executionService.i18n.json new file mode 100644 index 00000000000..a26194faeb5 --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/execution/electron-browser/executionService.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "linux.wait": "계속하려면 아무 키나 누르세요." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json b/i18n/kor/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json new file mode 100644 index 00000000000..4a937f5feef --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "console": "콘솔" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/extensions/electron-browser/extensions.contribution.i18n.json b/i18n/kor/src/vs/workbench/parts/extensions/electron-browser/extensions.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/extensions/electron-browser/extensions.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/extensions/electron-browser/extensionsActions.i18n.json b/i18n/kor/src/vs/workbench/parts/extensions/electron-browser/extensionsActions.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/extensions/electron-browser/extensionsActions.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/extensions/electron-browser/extensionsAssistant.i18n.json b/i18n/kor/src/vs/workbench/parts/extensions/electron-browser/extensionsAssistant.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/extensions/electron-browser/extensionsAssistant.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/extensions/electron-browser/extensionsQuickOpen.i18n.json b/i18n/kor/src/vs/workbench/parts/extensions/electron-browser/extensionsQuickOpen.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/extensions/electron-browser/extensionsQuickOpen.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/extensions/electron-browser/extensionsWidgets.i18n.json b/i18n/kor/src/vs/workbench/parts/extensions/electron-browser/extensionsWidgets.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/extensions/electron-browser/extensionsWidgets.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/extensions/electron-browser/extensionsWorkbenchExtension.i18n.json b/i18n/kor/src/vs/workbench/parts/extensions/electron-browser/extensionsWorkbenchExtension.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/extensions/electron-browser/extensionsWorkbenchExtension.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/extensions/node/extensionsService.i18n.json b/i18n/kor/src/vs/workbench/parts/extensions/node/extensionsService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/extensions/node/extensionsService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/feedback/browser/feedback.i18n.json b/i18n/kor/src/vs/workbench/parts/feedback/browser/feedback.i18n.json new file mode 100644 index 00000000000..16befc8f473 --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/feedback/browser/feedback.i18n.json @@ -0,0 +1,20 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "PrivacyText": "사용자의 개인 정보는 소중하게 다루고 있습니다.", + "aliasFullAccessibleText": "전자 메일 주소를 추가하십시오. 전자 메일을 추가하시면 궁금한 점이 있을 때 의견을 요청 드릴 수 있습니다.", + "aliasHeader": "전자 메일 주소 추가", + "aliasTooltip": "전자 메일 주소를 포함하면 귀하의 피드백에 대해 질문이 있을 경우 문의할 수 있습니다.", + "commentsHeader": "설명", + "feedbackSending": "보내는 중...", + "feedbackSendingError": "다시 시도하세요.", + "feedbackSent": "감사합니다.", + "frownCaption": "슬픔", + "send": "보내기", + "send us your feedback": "의견 보내기", + "sentiment": "사용 소감을 알려주십시오.", + "smileCaption": "기쁨" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/files/browser/editors/binaryFileEditor.i18n.json b/i18n/kor/src/vs/workbench/parts/files/browser/editors/binaryFileEditor.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/files/browser/editors/binaryFileEditor.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/files/browser/editors/fileEditorInput.i18n.json b/i18n/kor/src/vs/workbench/parts/files/browser/editors/fileEditorInput.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/files/browser/editors/fileEditorInput.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/files/browser/editors/textFileEditor.i18n.json b/i18n/kor/src/vs/workbench/parts/files/browser/editors/textFileEditor.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/files/browser/editors/textFileEditor.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/files/browser/fileActions.contribution.i18n.json b/i18n/kor/src/vs/workbench/parts/files/browser/fileActions.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/files/browser/fileActions.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/files/browser/fileActions.i18n.json b/i18n/kor/src/vs/workbench/parts/files/browser/fileActions.i18n.json new file mode 100644 index 00000000000..1442807863e --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/files/browser/fileActions.i18n.json @@ -0,0 +1,45 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "cancel": "취소", + "collapse": "축소", + "compareFiles": "파일 비교", + "compareInputDescription": "{0} - {1}과(와) 비교", + "compareSource": "비교를 위해 선택", + "compareWith": "'{0}'과(와) 비교", + "confirmDeleteMessageFile": "'{0}'을(를) 영구히 삭제할까요?", + "confirmDeleteMessageFolder": "'{0}'과(와) 해당 내용을 영구히 삭제할까요?", + "confirmMoveTrashMessageFile": "'{0}'을(를) 삭제할까요?", + "confirmMoveTrashMessageFolder": "'{0}'과(와) 해당 내용을 삭제할까요?", + "confirmOverwrite": "이름이 같은 파일이 대상 폴더에 이미 있습니다. 덮어쓸까요?", + "copyFile": "복사", + "createNewFile": "새 파일", + "createNewFolder": "새 폴더", + "delete": "삭제", + "disableJavaScript": "JavaScript 사용 안 함", + "downloadWorkspace": "작업 영역 다운로드", + "duplicateFile": "중복", + "emptyFileNameError": "파일 또는 폴더 이름을 입력해야 합니다.", + "enableJavaScript": "JavaScript 사용", + "fileNameExistsError": "파일 또는 폴더 **{0}**이(가) 이 위치에 이미 있습니다. 다른 이름을 선택하세요.", + "filePathTooLongError": "**{0}**(이)라는 이름을 사용하면 경로가 너무 길어집니다. 짧은 이름을 선택하세요.", + "invalidFileNameError": "**{0}**(이)라는 이름에는 파일 또는 폴더 이름으로 올바르지 않은 문자가 포함되어 있습니다. 다른 이름을 선택하세요.", + "invalidVSCFileName": "파일 또는 폴더 이름 **{0}**은(는) 예약되어 있으므로 사용할 수 없습니다. 다른 이름을 선택하세요.", + "newFile": "새 파일", + "newFolder": "새 폴더", + "openDerivedResource": "파생된 리소스 열기", + "openPreview": "미리 보기 열기", + "openToSide": "측면에서 열기", + "pasteFile": "붙여넣기", + "refresh": "새로 고침", + "reload": "다시 로드", + "rename": "이름 바꾸기", + "retry": "다시 시도", + "saveAll": "모든 더티 파일 저장", + "uploadFiles": "파일 업로드", + "viewSource": "소스 보기", + "warningFileDirty": "현재 '{0}' 파일을 저장하고 있습니다. 나중에 다시 시도하세요." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/files/browser/fileTracker.i18n.json b/i18n/kor/src/vs/workbench/parts/files/browser/fileTracker.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/files/browser/fileTracker.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/files/browser/files.contribution.i18n.json b/i18n/kor/src/vs/workbench/parts/files/browser/files.contribution.i18n.json new file mode 100644 index 00000000000..86a0f786480 --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/files/browser/files.contribution.i18n.json @@ -0,0 +1,21 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "binaryFileEditor": "이진 파일 편집기", + "dynamicHeight": "작업 파일 섹션의 높이가 요소 수에 따라 동적으로 조정되는지 여부를 제어합니다.", + "encoding": "파일을 읽고 쓸 때 사용할 기본 문자 집합 인코딩입니다.", + "exclude": "파일과 폴더를 제외하기 위한 GLOB 패턴을 구성합니다.", + "explore": "탐색", + "explorerConfigurationTitle": "파일 탐색기 구성", + "files.exclude.boolean": "파일 경로를 일치시킬 GLOB 패턴입니다. 패턴을 사용하거나 사용하지 않도록 설정하려면 true 또는 false로 설정하세요.", + "files.exclude.when": "일치하는 파일의 형제에 대한 추가 검사입니다. $(basename)을 일치하는 파일 이름에 대한 변수로 사용하세요.", + "filesConfigurationTitle": "파일 구성", + "maxVisible": "스크롤 막대가 나타나기 전에 표시할 작업 파일의 최대 수입니다.", + "showExplorerViewlet": "탐색기 표시", + "textFileEditor": "텍스트 파일 편집기", + "trimTrailingWhitespace": "사용하도록 설정되면 파일을 저장할 때 후행 공백이 잘립니다.", + "view": "보기" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/files/browser/saveErrorHandler.i18n.json b/i18n/kor/src/vs/workbench/parts/files/browser/saveErrorHandler.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/files/browser/saveErrorHandler.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/files/browser/views/emptyView.i18n.json b/i18n/kor/src/vs/workbench/parts/files/browser/views/emptyView.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/files/browser/views/emptyView.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/files/browser/views/explorerView.i18n.json b/i18n/kor/src/vs/workbench/parts/files/browser/views/explorerView.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/files/browser/views/explorerView.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/files/browser/views/explorerViewer.i18n.json b/i18n/kor/src/vs/workbench/parts/files/browser/views/explorerViewer.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/files/browser/views/explorerViewer.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/files/browser/views/workingFilesView.i18n.json b/i18n/kor/src/vs/workbench/parts/files/browser/views/workingFilesView.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/files/browser/views/workingFilesView.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/files/browser/views/workingFilesViewer.i18n.json b/i18n/kor/src/vs/workbench/parts/files/browser/views/workingFilesViewer.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/files/browser/views/workingFilesViewer.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/files/browser/workingFilesPicker.i18n.json b/i18n/kor/src/vs/workbench/parts/files/browser/workingFilesPicker.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/files/browser/workingFilesPicker.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/files/common/editors/textFileEditorModel.i18n.json b/i18n/kor/src/vs/workbench/parts/files/common/editors/textFileEditorModel.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/files/common/editors/textFileEditorModel.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/files/electron-browser/electronFileActions.i18n.json b/i18n/kor/src/vs/workbench/parts/files/electron-browser/electronFileActions.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/files/electron-browser/electronFileActions.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/files/electron-browser/files.electron.contribution.i18n.json b/i18n/kor/src/vs/workbench/parts/files/electron-browser/files.electron.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/files/electron-browser/files.electron.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/files/electron-browser/textFileServices.i18n.json b/i18n/kor/src/vs/workbench/parts/files/electron-browser/textFileServices.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/files/electron-browser/textFileServices.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/git/browser/gitActionItems.i18n.json b/i18n/kor/src/vs/workbench/parts/git/browser/gitActionItems.i18n.json new file mode 100644 index 00000000000..c4a6b1c7fdb --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/git/browser/gitActionItems.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "createNewBranch": "새 분기 만들기", + "dupeBranchName": "분기 이름이 이미 있습니다.", + "invalidBranchName": "분기 이름이 잘못되었습니다." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/git/browser/gitActions.contribution.i18n.json b/i18n/kor/src/vs/workbench/parts/git/browser/gitActions.contribution.i18n.json new file mode 100644 index 00000000000..e8c765c30dc --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/git/browser/gitActions.contribution.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "openInEditor": "편집기 보기로 전환", + "stageSelectedLines": "선택한 줄 스테이징", + "switchToChangesView": "변경 내용 보기로 전환" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/git/browser/gitActions.i18n.json b/i18n/kor/src/vs/workbench/parts/git/browser/gitActions.i18n.json new file mode 100644 index 00000000000..f1ceb8923ed --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/git/browser/gitActions.i18n.json @@ -0,0 +1,42 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "amendCommit": "이전 커밋 수정", + "branch": "분기", + "clone": "복제본", + "commitAll": "모두 커밋", + "commitAll2": "모두 커밋", + "commitStaged": "스테이징된 항목 커밋", + "commitStaged2": "스테이징된 항목 커밋", + "confirmUndo": "'{0}'의 변경 내용을 취소하시겠습니까?", + "confirmUndoAllMultiple": "{0}개 파일에 스테이징되지 않은 변경 내용이 있습니다.", + "confirmUndoAllOne": "{0} 파일에 스테이징되지 않은 변경 내용이 있습니다.", + "confirmUndoMessage": "모든 변경 내용을 취소할까요?", + "currentBranch": "현재 '{0}' 분기가 최신 상태입니다.", + "currentBranchPlural": "현재 분기 '{0}'은(는) {1}개의 커밋 뒤에 있고 '{3}'보다는 {2}개의 커밋 앞에 있습니다.", + "currentBranchPluralSingle": "현재 분기 '{0}'은(는) {1}개의 커밋 뒤에 있고 '{3}'보다는 {2}개의 커밋 앞에 있습니다.", + "currentBranchSingle": "현재 분기 '{0}'은(는) {1}개의 커밋 뒤에 있고 '{3}'보다는 {2}개의 커밋 앞에 있습니다.", + "currentBranchSinglePlural": "현재 분기 '{0}'은(는) {1}개의 커밋 뒤에 있고 '{3}'보다는 {2}개의 커밋 앞에 있습니다.", + "currentlyDetached": "분리 모드에서는 동기화할 수 없습니다.", + "dirtyChanges": "동기화하기 전에 변경 내용을 커밋, 실행 취소 또는 저장하세요.", + "dirtyTreeCheckout": "체크 아웃할 수 없습니다. 먼저 작업을 커밋하거나 스테이지하세요.", + "dirtyTreePull": "끌어올 수 없습니다. 먼저 작업을 커밋하거나 스테이지하세요.", + "init": "Init", + "noUpstream": "현재 '{0}' 분기에 업스트림 분기가 구성되어 있지 않습니다.", + "openChange": "변경 내용 열기", + "openFile": "파일 열기", + "pull": "풀", + "push": "푸시", + "refresh": "새로 고침", + "stageAllChanges": "모두 스테이징", + "stageChanges": "단계", + "sync": "동기화", + "synchronizing": "동기화 중...", + "undoAllChanges": "모두 실행 취소", + "undoChanges": "실행 취소", + "unstage": "스테이징 취소", + "unstageAllChanges": "모두 스테이징 취소" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/git/browser/gitQuickOpen.i18n.json b/i18n/kor/src/vs/workbench/parts/git/browser/gitQuickOpen.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/git/browser/gitQuickOpen.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/git/browser/gitServices.i18n.json b/i18n/kor/src/vs/workbench/parts/git/browser/gitServices.i18n.json new file mode 100644 index 00000000000..f76e8b5cfe5 --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/git/browser/gitServices.i18n.json @@ -0,0 +1,21 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "badConfigFile": "Git {0}", + "cancel": "취소", + "cantOpen": "이 Git 리소스를 열 수 없습니다.", + "cantOpenResource": "이 Git 리소스를 열 수 없습니다.", + "changesFromIndex": "{0} - 인덱스 변경 내용", + "changesFromTree": "{0} - {1} 변경 내용", + "checkConsole": "Git 작업을 실행하는 동안 문제가 발생했습니다. 콘솔을 사용하여 리포지토리의 상태를 확인하세요.", + "checkNativeConsole": "git 작업을 실행하는 동안 문제가 발생했습니다. 콘솔을 사용하여 리포지토리의 상태를 확인하세요.", + "configureUsernameEmail": "사용자 이름 및 전자 메일을 구성하세요.", + "gitIndexChanges": "{0} - 인덱스 변경 내용", + "gitMergeChanges": "{0} - 변경 내용 병합", + "openConsole": "콘솔 열기", + "unmergedChanges": "변경 내용을 커밋하기 전에 먼저 병합되지 않은 변경 내용을 확인해야 합니다.", + "workingTreeChanges": "{0} - 작업 트리 변경 내용" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/git/browser/gitWidgets.i18n.json b/i18n/kor/src/vs/workbench/parts/git/browser/gitWidgets.i18n.json new file mode 100644 index 00000000000..7a770d3706f --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/git/browser/gitWidgets.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "gitNotEnabled": "이 작업 영역에서 Git을 사용하도록 설정되어 있지 않습니다." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/git/browser/gitWorkbenchContributions.i18n.json b/i18n/kor/src/vs/workbench/parts/git/browser/gitWorkbenchContributions.i18n.json new file mode 100644 index 00000000000..fd4ec14a7ab --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/git/browser/gitWorkbenchContributions.i18n.json @@ -0,0 +1,17 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "executeGitCommands": "Git 명령 실행", + "git": "Git", + "gitAutoFetch": "자동 가져오기를 사용하도록 설정했는지 여부입니다.", + "gitCommands": "Git 명령", + "gitConfigurationTitle": "Git 구성", + "gitPath": "Git 실행 파일의 경로", + "gitPendingChangesBadge": "{0}이(가) 변경 내용을 보류 중입니다.", + "gitProgressBadge": "실행 중인 Git 상태", + "toggleGitViewlet": "Git 표시", + "view": "보기" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/git/browser/views/changes/changesView.i18n.json b/i18n/kor/src/vs/workbench/parts/git/browser/views/changes/changesView.i18n.json new file mode 100644 index 00000000000..a45145a61be --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/git/browser/views/changes/changesView.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "commitMessage": "커밋 메시지", + "needMessage": "커밋 메시지를 입력하십시오. 언제든지 **{0}**을(를) 눌러 변경 내용을 커밋할 수 있습니다. 스테이징된 변경 내용이 있으면 해당 변경 내용만 커밋되고 그렇지 않으면 모든 변경 내용이 커밋됩니다.", + "nothingToCommit": "커밋할 변경 내용이 있으면 커밋 메시지를 입력하고 **{0}**을(를) 눌러 변경 내용을 커밋하십시오. 스테이징된 변경 내용이 있으면 해당 변경 내용만 커밋되고 그렇지 않으면 모든 변경 내용이 커밋됩니다." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/git/browser/views/changes/changesViewer.i18n.json b/i18n/kor/src/vs/workbench/parts/git/browser/views/changes/changesViewer.i18n.json new file mode 100644 index 00000000000..acf70612db8 --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/git/browser/views/changes/changesViewer.i18n.json @@ -0,0 +1,33 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "added-char": "A", + "allChanges": "변경 내용", + "copied-char": "C", + "deleted-char": "D", + "ignored-char": "!", + "mergeChanges": "변경 내용 병합", + "modified-char": "M", + "renamed-char": "R", + "stagedChanges": "스테이징된 변경 내용", + "title-conflict-added-by-them": "충돌: 타인이 추가", + "title-conflict-added-by-us": "충돌: 자체 추가", + "title-conflict-both-added": "충돌: 양쪽에서 추가", + "title-conflict-both-deleted": "충돌: 양쪽에서 삭제", + "title-conflict-both-modified": "충돌: 양쪽에서 수정", + "title-conflict-deleted-by-them": "충돌: 타인이 삭제", + "title-conflict-deleted-by-us": "충돌: 자체 삭제", + "title-deleted": "삭제됨", + "title-ignored": "무시됨", + "title-index-added": "인덱스에 추가", + "title-index-copied": "인덱스에 복사", + "title-index-deleted": "인덱스에서 삭제", + "title-index-modified": "인덱스에서 수정", + "title-index-renamed": "인덱스에서 이름 변경", + "title-modified": "수정됨", + "title-untracked": "추적되지 않음", + "untracked-char": "A" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/git/browser/views/disabled/disabledView.i18n.json b/i18n/kor/src/vs/workbench/parts/git/browser/views/disabled/disabledView.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/git/browser/views/disabled/disabledView.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/git/browser/views/empty/emptyView.i18n.json b/i18n/kor/src/vs/workbench/parts/git/browser/views/empty/emptyView.i18n.json new file mode 100644 index 00000000000..b565c768f46 --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/git/browser/views/empty/emptyView.i18n.json @@ -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. +{ + "gitinit": "Git 리포지토리 초기화", + "noGit": "이 작업 영역에는 아직 Git 소스 제어가 적용되지 않습니다." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/git/browser/views/gitless/gitlessView.i18n.json b/i18n/kor/src/vs/workbench/parts/git/browser/views/gitless/gitlessView.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/git/browser/views/gitless/gitlessView.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/git/browser/views/notroot/notrootView.i18n.json b/i18n/kor/src/vs/workbench/parts/git/browser/views/notroot/notrootView.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/git/browser/views/notroot/notrootView.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/git/browser/views/noworkspace/noworkspaceView.i18n.json b/i18n/kor/src/vs/workbench/parts/git/browser/views/noworkspace/noworkspaceView.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/git/browser/views/noworkspace/noworkspaceView.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/git/electron-main/askpassService.i18n.json b/i18n/kor/src/vs/workbench/parts/git/electron-main/askpassService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/git/electron-main/askpassService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/git/node/git.lib.i18n.json b/i18n/kor/src/vs/workbench/parts/git/node/git.lib.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/git/node/git.lib.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/html/browser/html.contribution.i18n.json b/i18n/kor/src/vs/workbench/parts/html/browser/html.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/html/browser/html.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/html/browser/htmlPreviewPart.i18n.json b/i18n/kor/src/vs/workbench/parts/html/browser/htmlPreviewPart.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/html/browser/htmlPreviewPart.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/markdown/browser/markdownActions.contribution.i18n.json b/i18n/kor/src/vs/workbench/parts/markdown/browser/markdownActions.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/markdown/browser/markdownActions.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/markdown/browser/markdownActions.i18n.json b/i18n/kor/src/vs/workbench/parts/markdown/browser/markdownActions.i18n.json new file mode 100644 index 00000000000..63b8810f359 --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/markdown/browser/markdownActions.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "openPreview": "미리 보기 열기" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/markdown/browser/markdownEditorInput.i18n.json b/i18n/kor/src/vs/workbench/parts/markdown/browser/markdownEditorInput.i18n.json new file mode 100644 index 00000000000..a9934a4dfb4 --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/markdown/browser/markdownEditorInput.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "preview": "'{0}' 미리 보기" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/markdown/common/markdownEditorInput.i18n.json b/i18n/kor/src/vs/workbench/parts/markdown/common/markdownEditorInput.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/markdown/common/markdownEditorInput.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/markdown/common/markdownEditorModel.i18n.json b/i18n/kor/src/vs/workbench/parts/markdown/common/markdownEditorModel.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/markdown/common/markdownEditorModel.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/output/browser/output.contribution.i18n.json b/i18n/kor/src/vs/workbench/parts/output/browser/output.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/output/browser/output.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/output/browser/outputActions.contribution.i18n.json b/i18n/kor/src/vs/workbench/parts/output/browser/outputActions.contribution.i18n.json new file mode 100644 index 00000000000..3c6999a9f98 --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/output/browser/outputActions.contribution.i18n.json @@ -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. +{ + "clearOutput.label": "출력 지우기", + "viewCategory": "보기" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/output/browser/outputActions.i18n.json b/i18n/kor/src/vs/workbench/parts/output/browser/outputActions.i18n.json new file mode 100644 index 00000000000..530a71304eb --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/output/browser/outputActions.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "clearOutput": "출력 내용 지우기", + "outputErrorsBadge": "출력 내용에 오류가 있습니다.", + "run": "실행", + "showOutput": "출력 내용 표시" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/output/browser/outputPanel.i18n.json b/i18n/kor/src/vs/workbench/parts/output/browser/outputPanel.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/output/browser/outputPanel.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/output/common/outputEditorInput.i18n.json b/i18n/kor/src/vs/workbench/parts/output/common/outputEditorInput.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/output/common/outputEditorInput.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/quickopen/browser/commandsHandler.i18n.json b/i18n/kor/src/vs/workbench/parts/quickopen/browser/commandsHandler.i18n.json new file mode 100644 index 00000000000..51f7549eef0 --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/quickopen/browser/commandsHandler.i18n.json @@ -0,0 +1,17 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "QuickCommandsAction.label": "편집기 명령 표시", + "QuickCommandsEditorAction.label": "편집기 명령 표시", + "actionNotEnabled": "'{0}' 명령은 이 컨텍스트에서 사용할 수 없습니다.", + "canNotRun": "'{0}' 명령은 여기에서 실행할 수 없습니다.", + "commandsHandlerDescriptionDefault": "명령 표시 및 실행(F1)", + "commandsHandlerDescriptionIE": "명령 표시 및 실행(Alt+F1)", + "commandsHandlerDescriptionMac": "명령 표시 및 실행(Cmd+P)", + "commandsHandlerDescriptionNative": "명령 표시 및 실행(Ctrl+P)", + "editorCommandsHandler": "편집기 명령 표시 및 실행", + "showTriggerActions": "모든 명령 표시" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/quickopen/browser/gotoLineHandler.i18n.json b/i18n/kor/src/vs/workbench/parts/quickopen/browser/gotoLineHandler.i18n.json new file mode 100644 index 00000000000..493bab4f04b --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/quickopen/browser/gotoLineHandler.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "gotoLine": "줄 이동...", + "gotoLineDescriptionMac": "줄 이동(Cmd+G)", + "gotoLineDescriptionWin": "줄 이동(Ctrl+G)", + "gotoLineLabel": "줄 {0}(으)로 이동", + "gotoLineLabelEmpty": "이동할 줄 번호 입력", + "gotoLineLabelEmptyWithLimit": "이동할 1과 {0} 사이의 줄 번호 입력" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/quickopen/browser/gotoSymbolHandler.i18n.json b/i18n/kor/src/vs/workbench/parts/quickopen/browser/gotoSymbolHandler.i18n.json new file mode 100644 index 00000000000..249c2bc0b39 --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/quickopen/browser/gotoSymbolHandler.i18n.json @@ -0,0 +1,24 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "GotoSymbolEditorAction.label": "기호 이동...", + "_constructor": "생성자({0})", + "call": "호출({0})", + "class": "클래스({0})", + "function": "함수({0})", + "gotoSymbol": "기호 이동...", + "gotoSymbolDescriptionNormalMac": "기호 이동(Cmd+Shift+O, Cmd+Shift+,)", + "gotoSymbolDescriptionNormalWin": "기호 이동(Ctrl+Shift+O, Ctrl+Shift+,)", + "gotoSymbolDescriptionScoped": "범주별 기호 이동", + "grouplabel": "{0}({1})", + "interface": "인터페이스({0})", + "method": "메서드({0})", + "modules": "모듈({0})", + "property": "속성({0})", + "symbols": "기호({0})", + "variable": "변수({0})", + "variable2": "변수({0})" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/quickopen/browser/helpHandler.i18n.json b/i18n/kor/src/vs/workbench/parts/quickopen/browser/helpHandler.i18n.json new file mode 100644 index 00000000000..4b25ed8c70c --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/quickopen/browser/helpHandler.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "editorCommands": "편집기 명령", + "globalCommands": "전역 명령", + "helpDescription": "도움말 표시" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/quickopen/browser/markersHandler.i18n.json b/i18n/kor/src/vs/workbench/parts/quickopen/browser/markersHandler.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/quickopen/browser/markersHandler.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/quickopen/browser/quickopen.contribution.i18n.json b/i18n/kor/src/vs/workbench/parts/quickopen/browser/quickopen.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/quickopen/browser/quickopen.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/search/browser/openAnythingHandler.i18n.json b/i18n/kor/src/vs/workbench/parts/search/browser/openAnythingHandler.i18n.json new file mode 100644 index 00000000000..08ec9deb42f --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/search/browser/openAnythingHandler.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "fileAndTypeResults": "파일 및 기호 결과" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/search/browser/openFileHandler.i18n.json b/i18n/kor/src/vs/workbench/parts/search/browser/openFileHandler.i18n.json new file mode 100644 index 00000000000..f4ca84421b2 --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/search/browser/openFileHandler.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "searchResults": "검색 결과" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/search/browser/openSymbolHandler.i18n.json b/i18n/kor/src/vs/workbench/parts/search/browser/openSymbolHandler.i18n.json new file mode 100644 index 00000000000..bf630dd40eb --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/search/browser/openSymbolHandler.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "symbols": "기호 결과" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/search/browser/search.contribution.i18n.json b/i18n/kor/src/vs/workbench/parts/search/browser/search.contribution.i18n.json new file mode 100644 index 00000000000..33160e20906 --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/search/browser/search.contribution.i18n.json @@ -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. +{ + "excludeFolders": "작업 영역에서 전체 텍스트 검색 수행 시 제외할 폴더입니다.", + "findInFolder": "폴더에서 찾기", + "name": "검색", + "openAnythingHandlerDescriptionMac": "이름별 파일 및 기호 열기(Cmd+O, Cmd+,)", + "openAnythingHandlerDescriptionWin": "이름별 파일 및 기호 열기(Ctrl+O, Ctrl+,)", + "searchConfigurationDescription": "검색 관련 설정을 구성하는 데 사용됩니다.", + "searchConfigurationTitle": "구성 검색", + "showSearchViewlet": "'검색' 뷰렛 표시" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/search/browser/searchViewlet.i18n.json b/i18n/kor/src/vs/workbench/parts/search/browser/searchViewlet.i18n.json new file mode 100644 index 00000000000..ce8375d602b --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/search/browser/searchViewlet.i18n.json @@ -0,0 +1,31 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "CollapseAllAction.label": "축소", + "RefreshAction.label": "새로 고침", + "RemoveAction.label": "제거", + "SelectOrRemoveAction.removeLabel": "제거", + "SelectOrRemoveAction.selectLabel": "선택", + "findInFolder": "폴더에서 찾기", + "inputFileTypes": "예: *.js", + "inputFolderExclusions": "예: folder1, folder2", + "inputFolderIncludes": "예: folder1, folder2", + "label.Search": "검색어", + "noResults": "결과 없음", + "noResultsConfiguredExcludes": "결과가 없습니다. 현재 설정에서 일부 폴더를 제외합니다.", + "noResultsExcludes": "'{0}' 폴더를 제외하는 결과가 없음 - ", + "noResultsIncludes": "'{0}'에 결과 없음 - ", + "noResultsIncludesPatterns": "'{0}'에 파일 이름이 '{1}'인 결과 없음 - ", + "noResultsPatterns": "파일 이름이 '{0}'인 결과 없음 - ", + "regexp.validationFailure": "식이 모든 항목과 일치", + "rerunSearch.message": "모든 파일에서 다시 검색", + "searchMatch": "일치하는 {0}개 항목을 찾음", + "searchMatches": "일치하는 {0}개 항목을 찾음", + "searchMaxResultsWarning": "결과 집합에는 모든 일치 항목의 하위 집합만 포함됩니다. 결과 범위를 좁히려면 검색을 더 세분화하세요.", + "searchScope.files": "검색할 파일", + "searchScope.folders": "제외할 폴더", + "searchScope.include.folders": "포함할 폴더" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/snippets/electron-browser/snippets.contribution.i18n.json b/i18n/kor/src/vs/workbench/parts/snippets/electron-browser/snippets.contribution.i18n.json new file mode 100644 index 00000000000..641857af49c --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/snippets/electron-browser/snippets.contribution.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "openSnippet.errorOnCreate": "{0}을(를) 만들 수 없음", + "openSnippet.label": "코드 조각", + "openSnippet.pickLanguage": "코드 조각의 언어 선택", + "preferences": "기본 설정" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/tasks/browser/processRunnerDetector.i18n.json b/i18n/kor/src/vs/workbench/parts/tasks/browser/processRunnerDetector.i18n.json new file mode 100644 index 00000000000..088cd220117 --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/tasks/browser/processRunnerDetector.i18n.json @@ -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. +{ + "TaskSystemDetector.noGulpTasks": "gulp --tasks-simple 실행에서 작업이 나열되지 않았습니다. npm install을 실행했나요?", + "TaskSystemDetector.noJakeTasks": "jake --tasks 실행에서 작업이 나열되지 않았습니다. npm install을 실행했나요?" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/tasks/browser/taskQuickOpen.i18n.json b/i18n/kor/src/vs/workbench/parts/tasks/browser/taskQuickOpen.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/tasks/browser/taskQuickOpen.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/tasks/electron-browser/task.contribution.i18n.json b/i18n/kor/src/vs/workbench/parts/tasks/electron-browser/task.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/tasks/electron-browser/task.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/tasks/node/processRunnerConfiguration.i18n.json b/i18n/kor/src/vs/workbench/parts/tasks/node/processRunnerConfiguration.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/tasks/node/processRunnerConfiguration.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/tasks/node/processRunnerDetector.i18n.json b/i18n/kor/src/vs/workbench/parts/tasks/node/processRunnerDetector.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/tasks/node/processRunnerDetector.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/tasks/node/processRunnerSystem.i18n.json b/i18n/kor/src/vs/workbench/parts/tasks/node/processRunnerSystem.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/tasks/node/processRunnerSystem.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/themes/electron-browser/themes.contribution.i18n.json b/i18n/kor/src/vs/workbench/parts/themes/electron-browser/themes.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/themes/electron-browser/themes.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/services/files/electron-browser/fileService.i18n.json b/i18n/kor/src/vs/workbench/services/files/electron-browser/fileService.i18n.json new file mode 100644 index 00000000000..4b5ffb3ac87 --- /dev/null +++ b/i18n/kor/src/vs/workbench/services/files/electron-browser/fileService.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "trashFailed": "'{0}'을(를) 휴지통으로 이동하지 못함" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/services/files/node/fileService.i18n.json b/i18n/kor/src/vs/workbench/services/files/node/fileService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/workbench/services/files/node/fileService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/services/history/browser/history.i18n.json b/i18n/kor/src/vs/workbench/services/history/browser/history.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/workbench/services/history/browser/history.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json b/i18n/kor/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/services/lifecycle/common/lifecycleService.i18n.json b/i18n/kor/src/vs/workbench/services/lifecycle/common/lifecycleService.i18n.json new file mode 100644 index 00000000000..88bea635025 --- /dev/null +++ b/i18n/kor/src/vs/workbench/services/lifecycle/common/lifecycleService.i18n.json @@ -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. +{ + "primaryButton": "취소", + "secondaryButton": "끝내기" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/services/message/browser/messageService.i18n.json b/i18n/kor/src/vs/workbench/services/message/browser/messageService.i18n.json new file mode 100644 index 00000000000..14358498c6a --- /dev/null +++ b/i18n/kor/src/vs/workbench/services/message/browser/messageService.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "closeMessages": "알림 메시지 닫기" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/services/message/electron-browser/messageService.i18n.json b/i18n/kor/src/vs/workbench/services/message/electron-browser/messageService.i18n.json new file mode 100644 index 00000000000..666adbdeac0 --- /dev/null +++ b/i18n/kor/src/vs/workbench/services/message/electron-browser/messageService.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "yesButton": "예" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/services/request/node/requestService.i18n.json b/i18n/kor/src/vs/workbench/services/request/node/requestService.i18n.json new file mode 100644 index 00000000000..4ba3831e5e3 --- /dev/null +++ b/i18n/kor/src/vs/workbench/services/request/node/requestService.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "httpConfigurationTitle": "HTTP 구성", + "localFileNotFound": "파일을 찾을 수 없음", + "proxy": "사용할 프록시 설정입니다. 설정되지 않으면 http_proxy 및 https_proxy 환경 변수에서 가져옵니다." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/services/themes/node/themeService.i18n.json b/i18n/kor/src/vs/workbench/services/themes/node/themeService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/kor/src/vs/workbench/services/themes/node/themeService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/services/thread/electron-browser/threadService.i18n.json b/i18n/kor/src/vs/workbench/services/thread/electron-browser/threadService.i18n.json new file mode 100644 index 00000000000..fabe22eef66 --- /dev/null +++ b/i18n/kor/src/vs/workbench/services/thread/electron-browser/threadService.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "pluginHostProcess.crash": "오류: 플러그인 호스트 프로세스가 손상되었습니다. 이 오류를 지금 복구할 수 없습니다. 다시 로드하세요." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/ui/parts/editor/quickstart.i18n.json b/i18n/kor/src/vs/workbench/ui/parts/editor/quickstart.i18n.json new file mode 100644 index 00000000000..5ffd0aa4e62 --- /dev/null +++ b/i18n/kor/src/vs/workbench/ui/parts/editor/quickstart.i18n.json @@ -0,0 +1,19 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "previewTitle": "미리 보기 모드에서 서비스 중입니다. 의견을 보내 주시기 바랍니다. 서비스 개선에 도움을 주셔서 감사합니다.", + "quickStartCaption1Body": "Git을 사용하여 코드를 사이트로 복제하고, 변경 내용을 관리하고, 프로덕션으로 푸시합니다.", + "quickStartCaption1Title": "소스 제어", + "quickStartCaption2Body": "{0}(으)로 파일을 빠르게 찾을 수 있습니다. Ctrl+Q로 최근 기록을 확인할 수도 있습니다.", + "quickStartCaption2Title": "빠른 열기", + "quickStartCaption3Body": "다른 파일을 나란히 놓고 컨텍스트 확인", + "quickStartCaption3Title": "나란히", + "quickStartCaption4Body": "파일이 백그라운드에서 자동으로 저장됩니다.", + "quickStartCaption4Title": "자동 저장", + "quickStartSection1Title": "이 환경에 대한 4개의 키 팁", + "quickStartTitle": "빠른 시작", + "quickStartVideoLink": "Channel9에 대한 추가 정보 보기" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/ui/parts/editor/resourceDiffEditor.i18n.json b/i18n/kor/src/vs/workbench/ui/parts/editor/resourceDiffEditor.i18n.json new file mode 100644 index 00000000000..0cf99676822 --- /dev/null +++ b/i18n/kor/src/vs/workbench/ui/parts/editor/resourceDiffEditor.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "binaryDiffEditor": "이진 Diff 뷰어" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/ui/parts/editor/resourceEditor.i18n.json b/i18n/kor/src/vs/workbench/ui/parts/editor/resourceEditor.i18n.json new file mode 100644 index 00000000000..d00d41497b1 --- /dev/null +++ b/i18n/kor/src/vs/workbench/ui/parts/editor/resourceEditor.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "binaryEditor": "이진 뷰어" +} \ No newline at end of file diff --git a/i18n/rus/extensions/typescript/package.i18n.json b/i18n/rus/extensions/typescript/package.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/extensions/typescript/package.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/base/browser/ui/actionbar/actionbar.i18n.json b/i18n/rus/src/vs/base/browser/ui/actionbar/actionbar.i18n.json new file mode 100644 index 00000000000..e26de05c638 --- /dev/null +++ b/i18n/rus/src/vs/base/browser/ui/actionbar/actionbar.i18n.json @@ -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. +{ + "actionBarAccessibleLabel": "Панель действий", + "titleLabel": "{0} ({1})" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/base/browser/ui/aria/aria.i18n.json b/i18n/rus/src/vs/base/browser/ui/aria/aria.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/base/browser/ui/aria/aria.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/base/browser/ui/findinput/findInput.i18n.json b/i18n/rus/src/vs/base/browser/ui/findinput/findInput.i18n.json new file mode 100644 index 00000000000..4f573d42e6c --- /dev/null +++ b/i18n/rus/src/vs/base/browser/ui/findinput/findInput.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "caseDescription": "С учетом регистра", + "defaultLabel": "ввод", + "regexDescription": "Использовать регулярное выражение", + "wordsDescription": "Слово целиком" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/base/browser/ui/inputbox/inputBox.i18n.json b/i18n/rus/src/vs/base/browser/ui/inputbox/inputBox.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/base/browser/ui/inputbox/inputBox.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/base/browser/ui/messagelist/messageList.i18n.json b/i18n/rus/src/vs/base/browser/ui/messagelist/messageList.i18n.json new file mode 100644 index 00000000000..1d9107d231a --- /dev/null +++ b/i18n/rus/src/vs/base/browser/ui/messagelist/messageList.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "close": "Закрыть", + "error": "Ошибка", + "info": "Сведения", + "warning": "Предупреждение" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/base/browser/ui/resourceviewer/resourceViewer.i18n.json b/i18n/rus/src/vs/base/browser/ui/resourceviewer/resourceViewer.i18n.json new file mode 100644 index 00000000000..3dea2547aad --- /dev/null +++ b/i18n/rus/src/vs/base/browser/ui/resourceviewer/resourceViewer.i18n.json @@ -0,0 +1,12 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "clickToOpen": "Щелкните, чтобы открыть полноразмерное изображение в новом окне", + "downloadBinary": "Невозможно отобразить файл в редакторе, так как он двоичный или использует неподдерживаемую кодировку текста. Щелкните следующую ссылку, чтобы отобразить файл в браузере или скачать его: ", + "missingAudioSupport": "Воспроизведение аудиофайлов не поддерживается.", + "missingVideoSupport": "Воспроизведение видеофайлов не поддерживается.", + "nativeBinaryError": "Не удается отобразить файл в редакторе, так как он двоичный, очень большой или использует неподдерживаемую кодировку текста." +} \ No newline at end of file diff --git a/i18n/rus/src/vs/base/browser/ui/toolbar/toolbar.i18n.json b/i18n/rus/src/vs/base/browser/ui/toolbar/toolbar.i18n.json new file mode 100644 index 00000000000..d476f8f2447 --- /dev/null +++ b/i18n/rus/src/vs/base/browser/ui/toolbar/toolbar.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "more": "Еще" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/base/common/errors.i18n.json b/i18n/rus/src/vs/base/common/errors.i18n.json new file mode 100644 index 00000000000..89f9f277973 --- /dev/null +++ b/i18n/rus/src/vs/base/common/errors.i18n.json @@ -0,0 +1,23 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "error.connection.unknown": "Произошла неизвестная ошибка подключения. Утеряно подключение к Интернету, либо сервер, к которому вы подключены, перешел в автономный режим.", + "error.connection.unknown.verbose": "Неизвестная ошибка подключения ({0})", + "error.defaultMessage": "Произошла неопознанная ошибка. Подробные сведения см. в журнале.", + "error.http": "{0} (HTTP {1})", + "error.http.verbose": "{0} (HTTP {1}: {2})", + "error.permission": "Отказано в разрешении", + "error.permission.verbose": "Отказано в разрешении (HTTP {0})", + "illegalArgumentError": "Недопустимый аргумент: {0}", + "illegalArgumentError2": "Недопустимый аргумент", + "illegalStateError": "Недопустимое состояние: {0}", + "illegalStateError2": "Недопустимое состояние", + "loaderError": "Сбой загрузки требуемого файла. Утеряно подключение к Интернету, либо сервер, к которому вы подключены, перешел в автономный режим. Обновите браузер, чтобы повторить попытку.", + "loaderErrorNative": "Не удалось загрузить требуемый файл. Перезапустите приложение, чтобы повторить попытку. Дополнительные сведения: {0}.", + "message": "{0}. Код ошибки: {1}", + "notImplementedError": "Не реализовано", + "stackTrace.format": "{0}: {1}" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/base/common/json.i18n.json b/i18n/rus/src/vs/base/common/json.i18n.json new file mode 100644 index 00000000000..588a69a4db4 --- /dev/null +++ b/i18n/rus/src/vs/base/common/json.i18n.json @@ -0,0 +1,17 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "CloseBraceExpected": "Требуется закрывающая фигурная скобка", + "CloseBracketExpected": "Требуется закрывающая скобка", + "ColonExpected": "Требуется двоеточие", + "CommaExpected": "Требуется запятая", + "EOFExpected": "Требуется конец содержимого", + "InvalidNumberFormat": "Недопустимый числовой формат", + "PropertyExpected": "Требуется имя свойства", + "UnknownSymbol": "Недопустимый символ", + "ValeExpected": "Требуется значение", + "ValueExpected": "Требуется значение" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/base/common/keyCodes.i18n.json b/i18n/rus/src/vs/base/common/keyCodes.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/base/common/keyCodes.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/base/common/processes.i18n.json b/i18n/rus/src/vs/base/common/processes.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/base/common/processes.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/base/common/severity.i18n.json b/i18n/rus/src/vs/base/common/severity.i18n.json new file mode 100644 index 00000000000..42e61e9aac3 --- /dev/null +++ b/i18n/rus/src/vs/base/common/severity.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "sev.error": "Ошибка", + "sev.info": "Сведения", + "sev.warning": "Предупреждение" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/base/common/strings.i18n.json b/i18n/rus/src/vs/base/common/strings.i18n.json new file mode 100644 index 00000000000..7db145f50ea --- /dev/null +++ b/i18n/rus/src/vs/base/common/strings.i18n.json @@ -0,0 +1,22 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "diff.days": "{0} дн.", + "diff.days.month": "месяц назад", + "diff.days.verbose": "{0} дн. назад", + "diff.days.week": "неделю назад", + "diff.days.yesterday": "вчера", + "diff.hour.verbose": "1 час назад", + "diff.hours": "{0} ч", + "diff.hours.verbose": "{0} ч назад", + "diff.minute.verbose": "1 минуту назад", + "diff.minutes": "{0} мин", + "diff.minutes.verbose": "{0} мин назад", + "diff.seconds": "{0} с", + "diff.seconds.verbose": "только что", + "format.date": "{0}.{1}.{2} {3}:{4}:{5}", + "format.time": "{0}:{1}:{2}" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/base/node/processRunner.i18n.json b/i18n/rus/src/vs/base/node/processRunner.i18n.json new file mode 100644 index 00000000000..8de36eadb0e --- /dev/null +++ b/i18n/rus/src/vs/base/node/processRunner.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "TaskRunner.UNC": "Невозможно выполнить команду оболочки на диске UNC." +} \ No newline at end of file diff --git a/i18n/rus/src/vs/base/node/processes.i18n.json b/i18n/rus/src/vs/base/node/processes.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/base/node/processes.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/base/node/zip.i18n.json b/i18n/rus/src/vs/base/node/zip.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/base/node/zip.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/base/parts/quickopen/browser/quickOpenModel.i18n.json b/i18n/rus/src/vs/base/parts/quickopen/browser/quickOpenModel.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/base/parts/quickopen/browser/quickOpenModel.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/base/parts/quickopen/browser/quickOpenWidget.i18n.json b/i18n/rus/src/vs/base/parts/quickopen/browser/quickOpenWidget.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/base/parts/quickopen/browser/quickOpenWidget.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/base/performance/timer.i18n.json b/i18n/rus/src/vs/base/performance/timer.i18n.json new file mode 100644 index 00000000000..61cad028e67 --- /dev/null +++ b/i18n/rus/src/vs/base/performance/timer.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "startAfterStopError": "Невозможно запустить новый таймер из остановленного." +} \ No newline at end of file diff --git a/i18n/rus/src/vs/base/ui/widgets/comboBox.i18n.json b/i18n/rus/src/vs/base/ui/widgets/comboBox.i18n.json new file mode 100644 index 00000000000..ae289c9a227 --- /dev/null +++ b/i18n/rus/src/vs/base/ui/widgets/comboBox.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "empty": "&mdash;", + "error": "Сбой загрузки параметров", + "loading": "Loading&hellip;" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/base/ui/widgets/credentials.i18n.json b/i18n/rus/src/vs/base/ui/widgets/credentials.i18n.json new file mode 100644 index 00000000000..2cd6e53fc54 --- /dev/null +++ b/i18n/rus/src/vs/base/ui/widgets/credentials.i18n.json @@ -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. +{ + "cancel": "Отмена", + "credentialsRequired": "Для этого URL-адреса Git необходимо пройти проверку подлинности:", + "label.password": "Пароль", + "label.remember": "Запомнить пароль", + "label.username": "Имя пользователя", + "ok": "ОК", + "rememberDisclaimerFullAccessibleText": "Запомните учетные данные. При сохранении пароля эта информация сохраняется на вашем веб-сайте Azure. Это означает, что любой пользователь с доступом к сайту через FTP сможет получить ваш пароль.", + "rememberDisclaimerTooltip": "При сохранении пароля эта информация сохраняется на вашем веб-сайте Azure. Это означает, что любой пользователь с доступом к сайту через FTP сможет получить ваш пароль." +} \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/browser/view/viewImpl.i18n.json b/i18n/rus/src/vs/editor/browser/view/viewImpl.i18n.json new file mode 100644 index 00000000000..90b3992a47d --- /dev/null +++ b/i18n/rus/src/vs/editor/browser/view/viewImpl.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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 diff --git a/i18n/rus/src/vs/editor/common/commonCodeEditor.i18n.json b/i18n/rus/src/vs/editor/common/commonCodeEditor.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/editor/common/commonCodeEditor.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/common/config/commonEditorConfig.i18n.json b/i18n/rus/src/vs/editor/common/config/commonEditorConfig.i18n.json new file mode 100644 index 00000000000..3e20ca1c98c --- /dev/null +++ b/i18n/rus/src/vs/editor/common/config/commonEditorConfig.i18n.json @@ -0,0 +1,30 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "autoClosingBrackets": "Управляет параметром, определяющим, должен ли редактор автоматически закрывать скобки после открытия.", + "editorConfigurationTitle": "Конфигурация редактора", + "fontFamily": "Управляет семейством шрифтов.", + "fontSize": "Управляет размером шрифтов.", + "formatOnType": "Управляет параметром, определяющим, должен ли редактор автоматически форматировать строку после ввода.", + "glyphMargin": "Управляет видимостью полей глифа.", + "hideCursorInOverviewRuler": "Управляет скрытием курсора в обзорной линейке.", + "insertSpaces": "Управляет тем, будет ли редактор вставлять пробелы вместо табуляции. Допустимые значения: \"auto\", true, false. Если задан параметр \"auto\", значение будет автоматически предполагаться при открытии файла.", + "lineHeight": "Управляет высотой строк.", + "lineNumbers": "Управляет видимостью номеров строк.", + "mouseWheelScrollSensitivity": "При событиях прокрутки колесика мыши следует использовать множитель на \"deltaX\" и \"deltaY\".", + "overviewRulerLanes": "Управляет числом украшений, которые могут отображаться на том же месте в обзорной линейке.", + "quickSuggestions": "Управляет параметром, определяющим, должны ли при вводе текста отображаться краткие предложения.", + "quickSuggestionsDelay": "Управляет длительностью задержки (в мс), после которой будут отображаться краткие предложения.", + "referenceInfos": "Управляет тем, отображает ли редактор справочные сведения для поддерживаемых режимов.", + "renderWhitespace": "Управляет отображением символов пробелов в редакторе.", + "roundedSelection": "Управляет параметром, определяющим, будут ли выделения иметь скругленные углы.", + "scrollBeyondLastLine": "Управляет параметром, определяющим, будет ли редактор прокручиваться за последнюю строку.", + "selectionHighlight": "Управляет возможностью выделения совпадений, похожих на выделенный фрагмент, в редакторе.", + "suggestOnTriggerCharacters": "Управляет параметром, определяющим, должны ли предложения автоматически отображаться при вводе триггерных символов.", + "tabSize": "Управляет размером отрисовки знаков табуляции. Допустимые значения: \"auto\", 2, 4, 6 и т. д. Если задан параметр \"auto\", значение будет автоматически предложено при открытии файла.", + "wrappingColumn": "Управляет параметром, определяющим число символов, которые будут перенесены редактором на следующую строку. Если этот параметр имеет значение 0, включается перенос по ширине окна просмотра.", + "wrappingIndent": "Управляет отступом упакованных строк. Может быть \"none\", \"same\" или \"indent\"." +} \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/common/config/defaultConfig.i18n.json b/i18n/rus/src/vs/editor/common/config/defaultConfig.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/editor/common/config/defaultConfig.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/common/controller/cursor.i18n.json b/i18n/rus/src/vs/editor/common/controller/cursor.i18n.json new file mode 100644 index 00000000000..906805f4b8e --- /dev/null +++ b/i18n/rus/src/vs/editor/common/controller/cursor.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "corrupt.commands": "Неожиданное исключение при выполнении команды." +} \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/common/model/textModelWithTokens.i18n.json b/i18n/rus/src/vs/editor/common/model/textModelWithTokens.i18n.json new file mode 100644 index 00000000000..1256b38bcf5 --- /dev/null +++ b/i18n/rus/src/vs/editor/common/model/textModelWithTokens.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "mode.tokenizationSupportFailed": "Не удалось разметить входные данные." +} \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/common/services/bulkEdit.i18n.json b/i18n/rus/src/vs/editor/common/services/bulkEdit.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/editor/common/services/bulkEdit.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/common/services/modeServiceImpl.i18n.json b/i18n/rus/src/vs/editor/common/services/modeServiceImpl.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/editor/common/services/modeServiceImpl.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/contrib/accessibility/browser/accessibility.i18n.json b/i18n/rus/src/vs/editor/contrib/accessibility/browser/accessibility.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/editor/contrib/accessibility/browser/accessibility.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/contrib/clipboard/browser/clipboard.i18n.json b/i18n/rus/src/vs/editor/contrib/clipboard/browser/clipboard.i18n.json new file mode 100644 index 00000000000..85b402f165d --- /dev/null +++ b/i18n/rus/src/vs/editor/contrib/clipboard/browser/clipboard.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "actions.clipboard.copyLabel": "Копировать", + "actions.clipboard.cutLabel": "Вырезать", + "actions.clipboard.pasteLabel": "Вставить" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/contrib/codelens/browser/codelens.i18n.json b/i18n/rus/src/vs/editor/contrib/codelens/browser/codelens.i18n.json new file mode 100644 index 00000000000..5bc7d3eae03 --- /dev/null +++ b/i18n/rus/src/vs/editor/contrib/codelens/browser/codelens.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "n_references": "ссылок:&nbsp;{0}", + "one_reference": "1&nbsp;ссылка", + "unknown_reference": "—&nbsp;ссылки" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/contrib/color/colorPicker.i18n.json b/i18n/rus/src/vs/editor/contrib/color/colorPicker.i18n.json new file mode 100644 index 00000000000..b7f26c3989a --- /dev/null +++ b/i18n/rus/src/vs/editor/contrib/color/colorPicker.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "color.action.label": "Действие палитры цветов" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/contrib/comment/common/comment.i18n.json b/i18n/rus/src/vs/editor/contrib/comment/common/comment.i18n.json new file mode 100644 index 00000000000..030152ab246 --- /dev/null +++ b/i18n/rus/src/vs/editor/contrib/comment/common/comment.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "comment.block": "Включить или выключить комментарий к блоку", + "comment.line": "Включить или выключить комментарий к строке", + "comment.line.add": "Добавить комментарий к строке", + "comment.line.remove": "Удалить комментарий к строке" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/contrib/contextmenu/browser/contextmenu.i18n.json b/i18n/rus/src/vs/editor/contrib/contextmenu/browser/contextmenu.i18n.json new file mode 100644 index 00000000000..1d813732e52 --- /dev/null +++ b/i18n/rus/src/vs/editor/contrib/contextmenu/browser/contextmenu.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "action.showContextMenu.label": "Показать контекстное меню редактора" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/contrib/defineKeybinding/browser/defineKeybinding.i18n.json b/i18n/rus/src/vs/editor/contrib/defineKeybinding/browser/defineKeybinding.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/editor/contrib/defineKeybinding/browser/defineKeybinding.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/contrib/find/browser/find.i18n.json b/i18n/rus/src/vs/editor/contrib/find/browser/find.i18n.json new file mode 100644 index 00000000000..3a83b9ab8dc --- /dev/null +++ b/i18n/rus/src/vs/editor/contrib/find/browser/find.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "addSelectionToNextFindMatch": "Добавить выделение в следующее найденное совпадение", + "findNextMatchAction": "Найти далее", + "findPreviousMatchAction": "Найти ранее", + "moveSelectionToNextFindMatch": "Переместить последнее выделение в следующее найденное совпадение", + "selectAllOccurencesOfFindMatch": "Выбрать все вхождения найденных совпадений", + "startFindAction": "Найти", + "startReplace": "Заменить" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/contrib/find/browser/findWidget.i18n.json b/i18n/rus/src/vs/editor/contrib/find/browser/findWidget.i18n.json new file mode 100644 index 00000000000..90d4a6ab029 --- /dev/null +++ b/i18n/rus/src/vs/editor/contrib/find/browser/findWidget.i18n.json @@ -0,0 +1,18 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "label.closeButton": "Закрыть (Esc)", + "label.find": "Найти", + "label.nextMatchButton": "Следующее соответствие (F3)", + "label.previousMatchButton": "Предыдущее соответствие (Shift+F3)", + "label.replace": "Заменить", + "label.replaceAllButton": "Заменить все", + "label.replaceButton": "Заменить", + "label.toggleReplaceButton": "Режим \"Переключение замены\"", + "label.toggleSelectionFind": "Найти в выделении", + "placeholder.find": "Найти", + "placeholder.replace": "Заменить" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/contrib/find/common/findController.i18n.json b/i18n/rus/src/vs/editor/contrib/find/common/findController.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/editor/contrib/find/common/findController.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/contrib/find2/find.i18n.json b/i18n/rus/src/vs/editor/contrib/find2/find.i18n.json new file mode 100644 index 00000000000..7d3162abb1e --- /dev/null +++ b/i18n/rus/src/vs/editor/contrib/find2/find.i18n.json @@ -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. +{ + "disableSelectionFindAction": "Отключить поиск в выделенных элементах", + "enableSelectionFindAction": "Включить поиск в выделенных элементах", + "findNextMatchAction": "Найти далее", + "findPreviousMatchAction": "Найти ранее", + "replace.replaceAll": "Заменить все экземпляры", + "replace.replaceThis": "Заменить этот экземпляр", + "startFindAction": "Найти", + "startReplace": "Заменить" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/contrib/find2/findInput/findInput.i18n.json b/i18n/rus/src/vs/editor/contrib/find2/findInput/findInput.i18n.json new file mode 100644 index 00000000000..4f573d42e6c --- /dev/null +++ b/i18n/rus/src/vs/editor/contrib/find2/findInput/findInput.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "caseDescription": "С учетом регистра", + "defaultLabel": "ввод", + "regexDescription": "Использовать регулярное выражение", + "wordsDescription": "Слово целиком" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/contrib/find2/findWidget/findWidget.i18n.json b/i18n/rus/src/vs/editor/contrib/find2/findWidget/findWidget.i18n.json new file mode 100644 index 00000000000..a0ae9243f9a --- /dev/null +++ b/i18n/rus/src/vs/editor/contrib/find2/findWidget/findWidget.i18n.json @@ -0,0 +1,18 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "label.closeButton": "Закрыть (ESC)", + "label.find": "Найти", + "label.nextMatchButton": "Следующее соответствие (F3)", + "label.previousMatchButton": "Предыдущее соответствие (Shift+F3)", + "label.replace": "Заменить", + "label.replaceAllButton": "Заменить все", + "label.replaceButton": "Заменить", + "label.toggleReplaceButton": "Режим \"Переключение замены\"", + "label.toggleSelectionFind": "Найти в выделении", + "placeholder.find": "Найти", + "placeholder.replace": "Заменить" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/contrib/folding/browser/folding.i18n.json b/i18n/rus/src/vs/editor/contrib/folding/browser/folding.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/editor/contrib/folding/browser/folding.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/contrib/format/common/format.i18n.json b/i18n/rus/src/vs/editor/contrib/format/common/format.i18n.json new file mode 100644 index 00000000000..ed3cde98504 --- /dev/null +++ b/i18n/rus/src/vs/editor/contrib/format/common/format.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "formatAction.label": "Код формата" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/contrib/format/common/formatActions.i18n.json b/i18n/rus/src/vs/editor/contrib/format/common/formatActions.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/editor/contrib/format/common/formatActions.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json b/i18n/rus/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json new file mode 100644 index 00000000000..601a03b9118 --- /dev/null +++ b/i18n/rus/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "actions.goToDecl.label": "Перейти к определению", + "actions.gotoTypeDecl.label": "Перейти к определению типа", + "actions.previewDecl.label": "Показать определение", + "peekView.alternateTitle": "Объявление" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/contrib/gotoError/browser/gotoError.i18n.json b/i18n/rus/src/vs/editor/contrib/gotoError/browser/gotoError.i18n.json new file mode 100644 index 00000000000..c5e05061ff8 --- /dev/null +++ b/i18n/rus/src/vs/editor/contrib/gotoError/browser/gotoError.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "markerAction.next.label": "Перейти к следующей ошибке или предупреждению", + "markerAction.previous.label": "Перейти к предыдущей ошибке или предупреждению", + "quickfix.multiple.label": "Предложенные исправления: ", + "quickfix.single.label": "Предложенное исправление: " +} \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/contrib/hover/browser/hover.i18n.json b/i18n/rus/src/vs/editor/contrib/hover/browser/hover.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/editor/contrib/hover/browser/hover.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/contrib/hover/browser/modesContentHover.i18n.json b/i18n/rus/src/vs/editor/contrib/hover/browser/modesContentHover.i18n.json new file mode 100644 index 00000000000..afb4cd39d72 --- /dev/null +++ b/i18n/rus/src/vs/editor/contrib/hover/browser/modesContentHover.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "modesContentHover.loading": "Идет загрузка..." +} \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/contrib/inEditorActions/inEditorActions.i18n.json b/i18n/rus/src/vs/editor/contrib/inEditorActions/inEditorActions.i18n.json new file mode 100644 index 00000000000..d03d359e713 --- /dev/null +++ b/i18n/rus/src/vs/editor/contrib/inEditorActions/inEditorActions.i18n.json @@ -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. +{ + "editorActionArrowAccessibleLabel": "Действия открытого редактора", + "ineditor.menu.keybinding": "{0} ({1})" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/contrib/inPlaceReplace/common/inPlaceReplace.i18n.json b/i18n/rus/src/vs/editor/contrib/inPlaceReplace/common/inPlaceReplace.i18n.json new file mode 100644 index 00000000000..b3ec1f82fd8 --- /dev/null +++ b/i18n/rus/src/vs/editor/contrib/inPlaceReplace/common/inPlaceReplace.i18n.json @@ -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. +{ + "InPlaceReplaceAction.next.label": "Заменить следующим значением", + "InPlaceReplaceAction.previous.label": "Заменить предыдущим значением" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/contrib/indentation/common/indentation.i18n.json b/i18n/rus/src/vs/editor/contrib/indentation/common/indentation.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/editor/contrib/indentation/common/indentation.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/contrib/linesOperations/common/linesOperations.i18n.json b/i18n/rus/src/vs/editor/contrib/linesOperations/common/linesOperations.i18n.json new file mode 100644 index 00000000000..d273e775156 --- /dev/null +++ b/i18n/rus/src/vs/editor/contrib/linesOperations/common/linesOperations.i18n.json @@ -0,0 +1,17 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "lines.copyDown": "Копировать строку вниз", + "lines.copyUp": "Копировать строку вверх", + "lines.delete": "Удалить строку", + "lines.indent": "Смещение строки вправо", + "lines.insertAfter": "Вставит строку ниже", + "lines.insertBefore": "Вставит строку выше", + "lines.moveDown": "Переместить строку вниз", + "lines.moveUp": "Переместить строку вверх", + "lines.outdent": "Смещение строки влево", + "lines.trimTrailingWhitespace": "Удалить пробел в конце" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/contrib/links/browser/links.i18n.json b/i18n/rus/src/vs/editor/contrib/links/browser/links.i18n.json new file mode 100644 index 00000000000..1b23c77a0ef --- /dev/null +++ b/i18n/rus/src/vs/editor/contrib/links/browser/links.i18n.json @@ -0,0 +1,12 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "label": "Открыть ссылку", + "links.navigate": "Щелкните с нажатой клавишей Ctrl, чтобы перейти по ссылке", + "links.navigate.editor": "Чтобы открыть, щелкните, удерживая клавишу CTRL (чтобы открыть сбоку, щелкните, удерживая клавиши CTRL + ALT)", + "links.navigate.editor.mac": "Чтобы открыть, щелкните и удерживайте клавишу CMD (чтобы открыть сбоку, щелкните и удерживайте клавиши CMD+ALT)", + "links.navigate.mac": "Щелкните с нажатой клавишей Cmd, чтобы перейти по ссылке" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json b/i18n/rus/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json new file mode 100644 index 00000000000..582b7293726 --- /dev/null +++ b/i18n/rus/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json @@ -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. +{ + "mutlicursor.insertAbove": "Вставить курсор выше", + "mutlicursor.insertBelow": "Вставить курсор ниже" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/contrib/parameterHints/browser/parameterHints.i18n.json b/i18n/rus/src/vs/editor/contrib/parameterHints/browser/parameterHints.i18n.json new file mode 100644 index 00000000000..9524d18fc38 --- /dev/null +++ b/i18n/rus/src/vs/editor/contrib/parameterHints/browser/parameterHints.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "parameterHints.trigger.label": "Подсказки параметра Trigger" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/contrib/quickFix/browser/quickFix.i18n.json b/i18n/rus/src/vs/editor/contrib/quickFix/browser/quickFix.i18n.json new file mode 100644 index 00000000000..ca37061159b --- /dev/null +++ b/i18n/rus/src/vs/editor/contrib/quickFix/browser/quickFix.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "quickfix.trigger.label": "Быстрое исправление" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/contrib/quickFix/browser/quickFixSelectionWidget.i18n.json b/i18n/rus/src/vs/editor/contrib/quickFix/browser/quickFixSelectionWidget.i18n.json new file mode 100644 index 00000000000..4ead35adfe4 --- /dev/null +++ b/i18n/rus/src/vs/editor/contrib/quickFix/browser/quickFixSelectionWidget.i18n.json @@ -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. +{ + "QuickFixSelectionWidget.loading": "Загрузка...", + "QuickFixSelectionWidget.noSuggestions": "Предложения по исправлениям отсутствуют." +} \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/contrib/quickOpen/browser/gotoLine.contribution.i18n.json b/i18n/rus/src/vs/editor/contrib/quickOpen/browser/gotoLine.contribution.i18n.json new file mode 100644 index 00000000000..58595c16646 --- /dev/null +++ b/i18n/rus/src/vs/editor/contrib/quickOpen/browser/gotoLine.contribution.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "label": "Перейти к строке..." +} \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/contrib/quickOpen/browser/gotoLine.i18n.json b/i18n/rus/src/vs/editor/contrib/quickOpen/browser/gotoLine.i18n.json new file mode 100644 index 00000000000..33ef4ed677e --- /dev/null +++ b/i18n/rus/src/vs/editor/contrib/quickOpen/browser/gotoLine.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "GotoLineAction.label": "Перейти к строке...", + "gotoLineActionInput": "Введите номер строки, затем двоеточие (необязательно) и номер столбца, для перехода", + "gotoLineLabelEmptyWithLineAndColumnLimit": "Введите столбец между 1 и {0} для перехода", + "gotoLineLabelEmptyWithLineLimit": "Введите номер строки от 1 до {0} для перехода", + "gotoLineLabelValidLine": "Перейти к строке {0}", + "gotoLineLabelValidLineAndColumn": "Перейти к строке {0} и столбцу {1}" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/contrib/quickOpen/browser/quickCommand.contribution.i18n.json b/i18n/rus/src/vs/editor/contrib/quickOpen/browser/quickCommand.contribution.i18n.json new file mode 100644 index 00000000000..3924032353c --- /dev/null +++ b/i18n/rus/src/vs/editor/contrib/quickOpen/browser/quickCommand.contribution.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "label": "Палитра команд" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/contrib/quickOpen/browser/quickCommand.i18n.json b/i18n/rus/src/vs/editor/contrib/quickOpen/browser/quickCommand.i18n.json new file mode 100644 index 00000000000..b5407d2f66a --- /dev/null +++ b/i18n/rus/src/vs/editor/contrib/quickOpen/browser/quickCommand.i18n.json @@ -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. +{ + "QuickCommandAction.label": "Палитра команд", + "quickCommandActionInput": "Введите имя действия, которое нужно выполнить" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/contrib/quickOpen/browser/quickOutline.contribution.i18n.json b/i18n/rus/src/vs/editor/contrib/quickOpen/browser/quickOutline.contribution.i18n.json new file mode 100644 index 00000000000..ecc17a2fb08 --- /dev/null +++ b/i18n/rus/src/vs/editor/contrib/quickOpen/browser/quickOutline.contribution.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "label": "Перейти к символу..." +} \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/contrib/quickOpen/browser/quickOutline.i18n.json b/i18n/rus/src/vs/editor/contrib/quickOpen/browser/quickOutline.i18n.json new file mode 100644 index 00000000000..e42b29862ed --- /dev/null +++ b/i18n/rus/src/vs/editor/contrib/quickOpen/browser/quickOutline.i18n.json @@ -0,0 +1,20 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "QuickOutlineAction.label": "Перейти к символу...", + "_constructor": "конструкторы ({0})", + "call": "вызовы ({0})", + "class": "классы ({0})", + "function": "функции ({0})", + "interface": "интерфейсы ({0})", + "method": "методы ({0})", + "modules": "модули ({0})", + "property": "свойства ({0})", + "quickOutlineActionInput": "Введите имя идентификатора, к которому нужно перейти", + "symbols": "символы ({0})", + "variable": "переменные ({0})", + "variable2": "переменные ({0})" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/contrib/referenceSearch/browser/referenceSearch.i18n.json b/i18n/rus/src/vs/editor/contrib/referenceSearch/browser/referenceSearch.i18n.json new file mode 100644 index 00000000000..5d9111af090 --- /dev/null +++ b/i18n/rus/src/vs/editor/contrib/referenceSearch/browser/referenceSearch.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "labelLoading": "Загрузка...", + "noResults": "Результаты отсутствуют", + "references.action.label": "Найти все ссылки", + "references.action.name": "Показать ссылки" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/contrib/referenceSearch/browser/referenceSearchWidget.i18n.json b/i18n/rus/src/vs/editor/contrib/referenceSearch/browser/referenceSearchWidget.i18n.json new file mode 100644 index 00000000000..991f56c5c65 --- /dev/null +++ b/i18n/rus/src/vs/editor/contrib/referenceSearch/browser/referenceSearchWidget.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "missingPreviewMessage": "предварительный просмотр недоступен", + "peekView.alternateTitle": "Ссылки", + "referenceCount": "ссылка {0}", + "referencesCount": "ссылок {0}" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/contrib/rename/browser/bulkEdit.i18n.json b/i18n/rus/src/vs/editor/contrib/rename/browser/bulkEdit.i18n.json new file mode 100644 index 00000000000..cfc48d4339a --- /dev/null +++ b/i18n/rus/src/vs/editor/contrib/rename/browser/bulkEdit.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "conflict": "Следующие файлы были изменены: {0}." +} \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/contrib/rename/browser/rename.i18n.json b/i18n/rus/src/vs/editor/contrib/rename/browser/rename.i18n.json new file mode 100644 index 00000000000..4a7c5e4953f --- /dev/null +++ b/i18n/rus/src/vs/editor/contrib/rename/browser/rename.i18n.json @@ -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. +{ + "changeAll.label": "Изменить все вхождения", + "rename.error.multiplefile": "Извините, но переименовать символы, используемые в нескольких файлах, невозможно." +} \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/contrib/rename/browser/rename2.i18n.json b/i18n/rus/src/vs/editor/contrib/rename/browser/rename2.i18n.json new file mode 100644 index 00000000000..cbd41f26885 --- /dev/null +++ b/i18n/rus/src/vs/editor/contrib/rename/browser/rename2.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "conflict": "Следующие файлы были изменены: {0}", + "missing.support": "Невозможно запустить операцию переименования", + "no result": "Результаты отсутствуют.", + "rename.label": "Переименовать символ" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/contrib/rename/browser/renameModel.i18n.json b/i18n/rus/src/vs/editor/contrib/rename/browser/renameModel.i18n.json new file mode 100644 index 00000000000..6a3bc342874 --- /dev/null +++ b/i18n/rus/src/vs/editor/contrib/rename/browser/renameModel.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "cannotLoadFile": "Не удается загрузить файл {0}" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/contrib/rename/common/rename.i18n.json b/i18n/rus/src/vs/editor/contrib/rename/common/rename.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/editor/contrib/rename/common/rename.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/contrib/smartSelect/common/jumpToBracket.i18n.json b/i18n/rus/src/vs/editor/contrib/smartSelect/common/jumpToBracket.i18n.json new file mode 100644 index 00000000000..b1e1079e98b --- /dev/null +++ b/i18n/rus/src/vs/editor/contrib/smartSelect/common/jumpToBracket.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "smartSelect.jumpBracket": "Перейти к скобке" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/contrib/smartSelect/common/smartSelect.i18n.json b/i18n/rus/src/vs/editor/contrib/smartSelect/common/smartSelect.i18n.json new file mode 100644 index 00000000000..937d51a9e11 --- /dev/null +++ b/i18n/rus/src/vs/editor/contrib/smartSelect/common/smartSelect.i18n.json @@ -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. +{ + "smartSelect.grow": "Развернуть выделение", + "smartSelect.shrink": "Сжать выделение" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/contrib/suggest/browser/suggest.i18n.json b/i18n/rus/src/vs/editor/contrib/suggest/browser/suggest.i18n.json new file mode 100644 index 00000000000..de3f6f928e5 --- /dev/null +++ b/i18n/rus/src/vs/editor/contrib/suggest/browser/suggest.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "suggest.trigger.label": "Предложения для Trigger" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/contrib/suggest/browser/suggestWidget.i18n.json b/i18n/rus/src/vs/editor/contrib/suggest/browser/suggestWidget.i18n.json new file mode 100644 index 00000000000..6487b76aeb5 --- /dev/null +++ b/i18n/rus/src/vs/editor/contrib/suggest/browser/suggestWidget.i18n.json @@ -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. +{ + "suggestWidget.loading": "Загрузка...", + "suggestWidget.noSuggestions": "Предложения отсутствуют." +} \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/contrib/toggleTabFocusMode/common/toggleTabFocusMode.i18n.json b/i18n/rus/src/vs/editor/contrib/toggleTabFocusMode/common/toggleTabFocusMode.i18n.json new file mode 100644 index 00000000000..d6d96f80305 --- /dev/null +++ b/i18n/rus/src/vs/editor/contrib/toggleTabFocusMode/common/toggleTabFocusMode.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "toggle.tabfocusmode": "Переключение фокуса настройки с помощью клавиши TAB" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/contrib/toggleWordWrap/common/toggleWordWrap.i18n.json b/i18n/rus/src/vs/editor/contrib/toggleWordWrap/common/toggleWordWrap.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/editor/contrib/toggleWordWrap/common/toggleWordWrap.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/contrib/zoneWidget/browser/peekViewWidget.i18n.json b/i18n/rus/src/vs/editor/contrib/zoneWidget/browser/peekViewWidget.i18n.json new file mode 100644 index 00000000000..6f6dde161df --- /dev/null +++ b/i18n/rus/src/vs/editor/contrib/zoneWidget/browser/peekViewWidget.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "label.close": "Закрыть" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/node/languageConfiguration.i18n.json b/i18n/rus/src/vs/editor/node/languageConfiguration.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/editor/node/languageConfiguration.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/node/textMate/TMSnippets.i18n.json b/i18n/rus/src/vs/editor/node/textMate/TMSnippets.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/editor/node/textMate/TMSnippets.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/node/textMate/TMSyntax.i18n.json b/i18n/rus/src/vs/editor/node/textMate/TMSyntax.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/editor/node/textMate/TMSyntax.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/languages/csharp/browser/ui/statusIcon.i18n.json b/i18n/rus/src/vs/languages/csharp/browser/ui/statusIcon.i18n.json new file mode 100644 index 00000000000..cb33d314158 --- /dev/null +++ b/i18n/rus/src/vs/languages/csharp/browser/ui/statusIcon.i18n.json @@ -0,0 +1,21 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "changeProject": "Изменить проекты...", + "projectsLabel.noProject": "Нет проектов", + "projectsLabel.project": "1 проект", + "projectsLabel.projects": "Проекты: {0}", + "projectsLabel.selectSolutionPathOrFolder": "выбрать проект", + "selectProject": "Выбор проекта", + "selectProjectOrSolutionOrFolder": "Выбор проекта", + "selectSolution": "Выбор проекта", + "status.error": "Служба OmniSharp обнаружила ошибку. Дополнительные сведения см. в консоли.", + "status.packageRestore": "Идет восстановление пакетов...", + "status.started": "OmniSharp работает", + "status.starting": "Выполняется запуск OmniSharp...", + "status.unknown": "Состояние Omnisharp неизвестно", + "titleStarted": "Выбранный проект: \"{0}\"" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/languages/csharp/common/commandSupport.i18n.json b/i18n/rus/src/vs/languages/csharp/common/commandSupport.i18n.json new file mode 100644 index 00000000000..19f2f744e57 --- /dev/null +++ b/i18n/rus/src/vs/languages/csharp/common/commandSupport.i18n.json @@ -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. +{ + "category.label.dnx": "dnx", + "category.label.dnx.restore": "dnx", + "category.label.k": "k", + "category.label.k.restore": "k", + "command.gone": "Команда больше не доступна.", + "exec.label": "{0} — ({1}, {2})", + "restore.label.dnu": "dnu restore — ({0})", + "restore.label.k": "kpm restore — ({0})" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/languages/csharp/common/projectStatus.i18n.json b/i18n/rus/src/vs/languages/csharp/common/projectStatus.i18n.json new file mode 100644 index 00000000000..4af7ca42cbf --- /dev/null +++ b/i18n/rus/src/vs/languages/csharp/common/projectStatus.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "cancel": "Отмена", + "close": "Закрыть", + "message": "Возникли проблемы при загрузке некоторых проектов. Дополнительные сведения см. в выходных данных.", + "restore": "Восстановить", + "restore.error": "Не удалось выполнить восстановление, попробуйте запустить команду \"dnu restore\" вручную для {0}.", + "showOutput": "Показать выходные данные", + "unresolvedDependencies": "Возникли неразрешенные зависимости из \"{0}\". Выполните команду restore, чтобы продолжить." +} \ No newline at end of file diff --git a/i18n/rus/src/vs/languages/csharp/common/restartOmnisharpAction.i18n.json b/i18n/rus/src/vs/languages/csharp/common/restartOmnisharpAction.i18n.json new file mode 100644 index 00000000000..95146b625f1 --- /dev/null +++ b/i18n/rus/src/vs/languages/csharp/common/restartOmnisharpAction.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "label": "Перезагрузить Omnisharp Server" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/languages/csharp/features/diagnosticsSupport.i18n.json b/i18n/rus/src/vs/languages/csharp/features/diagnosticsSupport.i18n.json new file mode 100644 index 00000000000..01d3b2b962d --- /dev/null +++ b/i18n/rus/src/vs/languages/csharp/features/diagnosticsSupport.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "csharp.diagnostics": "{0} [{1}]" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/languages/csharp/features/suggestSupport.i18n.json b/i18n/rus/src/vs/languages/csharp/features/suggestSupport.i18n.json new file mode 100644 index 00000000000..4506ef53449 --- /dev/null +++ b/i18n/rus/src/vs/languages/csharp/features/suggestSupport.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "overload_label": "{0} (+ {1} перегр.)" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/languages/csharp/k/execution.i18n.json b/i18n/rus/src/vs/languages/csharp/k/execution.i18n.json new file mode 100644 index 00000000000..c5a22ee4942 --- /dev/null +++ b/i18n/rus/src/vs/languages/csharp/k/execution.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "exec.label": "к: {0}/{1} ({2})" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/languages/css/common/css.contribution.i18n.json b/i18n/rus/src/vs/languages/css/common/css.contribution.i18n.json new file mode 100644 index 00000000000..a60fe2c1cf9 --- /dev/null +++ b/i18n/rus/src/vs/languages/css/common/css.contribution.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "cssConfigurationDescription": "Используется для настройки CSS-языка.", + "cssConfigurationTitle": "Конфигурация CSS", + "lint": "Управляет серьезностью проблем при проверке строки.", + "validationSettings": "Управляет механизмом проверки CSS." +} \ No newline at end of file diff --git a/i18n/rus/src/vs/languages/css/common/cssWorker.i18n.json b/i18n/rus/src/vs/languages/css/common/cssWorker.i18n.json new file mode 100644 index 00000000000..c45ad9a4fb0 --- /dev/null +++ b/i18n/rus/src/vs/languages/css/common/cssWorker.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "css.quickfix.rename": "Переименовать в \"{0}\"", + "literal.fontface": "@font-face", + "literal.keyframes": "@keyframes {0}" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/languages/css/common/parser/cssErrors.i18n.json b/i18n/rus/src/vs/languages/css/common/parser/cssErrors.i18n.json new file mode 100644 index 00000000000..47ed57038f9 --- /dev/null +++ b/i18n/rus/src/vs/languages/css/common/parser/cssErrors.i18n.json @@ -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. +{ + "expected.colon": "ожидается двоеточие", + "expected.comma": "ожидается запятая", + "expected.condt": "ожидается условие", + "expected.dot": "ожидается точка", + "expected.expression": "ожидается выражение", + "expected.ident": "ожидается идентификатор", + "expected.lcurly": "Ожидается \"{\"", + "expected.lparen": "Ожидается \"(\"", + "expected.lsquare": "Ожидается \"[\"", + "expected.number": "ожидается число", + "expected.operator": "ожидается оператор", + "expected.pagedirordecl": "ожидается директива или объявление страницы", + "expected.percentage": "ожидается процент", + "expected.propvalue": "ожидается значение свойства", + "expected.rcurly": "Ожидается \"}\"", + "expected.rparent": "Ожидается \")\"", + "expected.rsquare": "Ожидается \"]\"", + "expected.ruleorselector": "ожидается at-правило или селектор", + "expected.selector": "ожидается селектор", + "expected.semicolon": "ожидается точка с запятой", + "expected.stringliteral": "ожидается строковый литерал", + "expected.term": "ожидается термин", + "expected.uri": "ожидается универсальный код ресурса (URI)", + "expected.uriorstring": "ожидается универсальный код ресурса (URI) или строка", + "expected.varname": "ожидается имя переменной", + "expected.varvalue": "ожидается значение переменной", + "unknown.atrule": "неизвестное at-правильно", + "unknown.keyword": "неизвестное ключевое слово" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/languages/css/common/services/intelliSense.i18n.json b/i18n/rus/src/vs/languages/css/common/services/intelliSense.i18n.json new file mode 100644 index 00000000000..6a8ea262101 --- /dev/null +++ b/i18n/rus/src/vs/languages/css/common/services/intelliSense.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "css.builtin.hsl": "Создает цвет на основании значений оттенка, насыщенности и освещенности.", + "css.builtin.hsla": "Создает цвет на основании значений оттенка, насыщенности, освещенности и альфа-фактора.", + "css.builtin.rgb": "Создает цвет на основании значений красного, зеленого и синего цветов.", + "css.builtin.rgba": "Создает цвет на основании значений красного, зеленого, синего цветов и альфа-фактора." +} \ No newline at end of file diff --git a/i18n/rus/src/vs/languages/css/common/services/lint.i18n.json b/i18n/rus/src/vs/languages/css/common/services/lint.i18n.json new file mode 100644 index 00000000000..8be0d58d04a --- /dev/null +++ b/i18n/rus/src/vs/languages/css/common/services/lint.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "keyframes.standardrule.missing": "Всегда определяйте стандартное правило \"@keyframes\" при определении ключевых кадров.", + "keyframes.vendorspecific.missing": "Всегда включайте все зависящие от поставщиков правила: отсутствует: {0}", + "namelist.concatenated": "{0}, \"{1}\"", + "namelist.single": "\"{0}\"", + "property.standard.missing": "Также для совместимости определяйте стандартное свойство \"{0}\"", + "property.vendorspecific.missing": "Всегда включайте все зависящие от поставщиков свойства: отсутствует: {0}" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/languages/css/common/services/lintRules.i18n.json b/i18n/rus/src/vs/languages/css/common/services/lintRules.i18n.json new file mode 100644 index 00000000000..b7fcdb76268 --- /dev/null +++ b/i18n/rus/src/vs/languages/css/common/services/lintRules.i18n.json @@ -0,0 +1,25 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "rule.avoidFloat": "Старайтесь не использовать \"float\". Из-за элементов \"float\" работа кода CSS может легко нарушиться, если изменить один из аспектов верстки.", + "rule.avoidIdSelector": "Селекторы не должны содержать идентификаторов, потому что эти правила слишком тесно связаны с HTML.", + "rule.avoidImportant": "Старайтесь не использовать !important, так как это признак того, что весь код CSS стал неуправляемым и его надо переработать.", + "rule.colorFunction": "Недопустимое число параметров", + "rule.duplicateDeclarations": "Не использовать дублирующиеся определения стилей", + "rule.emptyRuleSets": "Не использовать пустые наборы правил", + "rule.fontFaceProperties": "Правило @font-face должно определять свойства \"src\" и \"font-family\"", + "rule.hexColor": "Цвета в шестнадцатеричном формате должны содержать три или шесть шестнадцатеричных чисел", + "rule.ieHack": "Хаки для Internet Explorer требуются только при поддержке Internet Explorer 7 и более ранних версий", + "rule.importDirective": "Операторы импорта не загружаются параллельно", + "rule.propertyIgnoredDueToDisplay": "Свойство пропущено из-за значения \"display\". Например, при \"display: inline\", свойства \"width\", \"height\", \"margin-top\", \"margin-bottom\", и \"float\" не работают", + "rule.standardvendorprefix.all": "При использовании зависящих от поставщиков префиксов также указывайте стандартное свойство", + "rule.universalSelector": "Универсальный селектор (*), как известно, функционирует медленно", + "rule.unknownProperty": "Неизвестное свойство.", + "rule.unknownVendorSpecificProperty": "Неизвестное свойство поставщика.", + "rule.vendorprefixes.all": "При использовании зависящих от поставщиков префиксов также указывайте все остальные свойства поставщиков", + "rule.withHeightAndBorderPadding": "Не использовать ширину или высоту при использовании поля или границы", + "rule.zeroWidthUnit": "Для нуля не требуется никакой единицы" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/languages/css/cssSnippets.i18n.json b/i18n/rus/src/vs/languages/css/cssSnippets.i18n.json new file mode 100644 index 00000000000..3cb5792603a --- /dev/null +++ b/i18n/rus/src/vs/languages/css/cssSnippets.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "transition.snippet": "Свойство переноса между браузерами" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/languages/html/common/htmlTags.i18n.json b/i18n/rus/src/vs/languages/html/common/htmlTags.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/languages/html/common/htmlTags.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/languages/html/htmlSnippets.i18n.json b/i18n/rus/src/vs/languages/html/htmlSnippets.i18n.json new file mode 100644 index 00000000000..5ec2432fcd6 --- /dev/null +++ b/i18n/rus/src/vs/languages/html/htmlSnippets.i18n.json @@ -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. +{ + "html.snippet": "Простая начальная точка HTML5", + "img.snippet": "Изображение", + "javascriptlink.snippet": "Вставьте ссылку на внешний файл JavaScript", + "link.snippet": "Ссылка", + "ol.snippet": "Небольшой упорядоченный список", + "stylesheetlink.snippet": "Вставьте ссылку на таблицу стилей", + "table.snippet": "Базовая начальная точка таблицы", + "ul.snippet": "Небольшой неупорядоченный список" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/languages/javascript/common/javascript.contribution.i18n.json b/i18n/rus/src/vs/languages/javascript/common/javascript.contribution.i18n.json new file mode 100644 index 00000000000..83bb12c91cb --- /dev/null +++ b/i18n/rus/src/vs/languages/javascript/common/javascript.contribution.i18n.json @@ -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. +{ + "allwaysAllWords": "Всегда включать все слова из текущего документа.", + "compilationSettings": "Управляет механизмом проверки JavaScript.", + "jsConfigurationTitle": "Конфигурация JavaScript", + "lint": "Управляет разными аспектами проверки.", + "lint.comparisonOperatorsNotStrict": "Используйте \"!==\" и \"===\" вместо \"!=\" и \"==\".", + "lint.curlyBracketsMustNotBeOmitted": "Используйте как можно меньше фигурных скобок.", + "lint.emptyBlocksWithoutComment": "Пустой блок должен сопровождаться комментарием.", + "lint.forcedTypeConversion": "Не следует повторно объявлять тип переменной назначением.", + "lint.functionsInsideLoops": "Функция внутри цикла.", + "lint.missingSemicolon": "Отсутствующая точка с запятой.", + "lint.mixedTypesArithmetics": "Используйте числа только для арифметических операций.", + "lint.newOnLowercaseFunctions": "Функция с именем в нижнем регистре, используемая в качестве конструктора.", + "lint.newOnReturningFunctions": "Функция с оператором return, используемая в качестве конструктора.", + "lint.parametersDontMatchSignature": "Параметр не соответствует сигнатуре функции.", + "lint.primitivesInInstanceOf": "Не используйте instanceof с типами-примитивами.", + "lint.redeclaredVariables": "Не следует повторно объявлять переменную и изменять ее тип.", + "lint.semicolonsInsteadOfBlocks": "Точка с запятой вместо блока.", + "lint.tripleSlashReferenceAlike": "Ищет ссылки с тройной косой чертой, содержащие опечатки.", + "lint.undeclaredVariables": "Не используйте необъявленную переменную.", + "lint.unknownModule": "Не требовать неизвестный модуль", + "lint.unknownProperty": "Не используйте неизвестное свойство.", + "lint.unknownTypeOfResults": "Не является ожидаемым выводом оператора typeof.", + "lint.unusedFunctions": "Неиспользуемая локальная функция.", + "lint.unusedVariables": "Неиспользуемая локальная переменная.", + "semanticValidation": "Запуск проверок Linter для файлов JavaScript — будут переопределены параметры validate.lint.*.", + "suggestSettings": "Управляет работой JavaScript IntelliSense.", + "syntaxValidation": "Проверка файлов JavaScript на предмет ошибок синтаксиса.", + "useCodeSnippetsOnMethodSuggest": "Дополните функции их параметрической подписью." +} \ No newline at end of file diff --git a/i18n/rus/src/vs/languages/json/common/contributions/bowerJSONContribution.i18n.json b/i18n/rus/src/vs/languages/json/common/contributions/bowerJSONContribution.i18n.json new file mode 100644 index 00000000000..ae91987c7b0 --- /dev/null +++ b/i18n/rus/src/vs/languages/json/common/contributions/bowerJSONContribution.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "json.bower.default": "Bower.json по умолчанию", + "json.bower.error.repoaccess": "Сбой запроса в репозиторий браузера: {0}", + "json.bower.package.hover": "{0}" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/languages/json/common/contributions/globPatternContribution.i18n.json b/i18n/rus/src/vs/languages/json/common/contributions/globPatternContribution.i18n.json new file mode 100644 index 00000000000..fbcf3ecf8d0 --- /dev/null +++ b/i18n/rus/src/vs/languages/json/common/contributions/globPatternContribution.i18n.json @@ -0,0 +1,24 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "derivedDescription": "Сопоставление файлов с одноранговыми элементами с тем же именем, но разными расширениями", + "derivedLabel": "Файлы с элементами того же уровня по имени", + "falseDescription": "Отключение шаблона", + "falseLabel": "False", + "fileDescription": "Сопоставление всех файлов с определенным расширением", + "fileLabel": "Файлы по расширению", + "filesDescription": "Сопоставление всех файлов с любым из расширений файлов", + "filesLabel": "Файлы с несколькими расширениями", + "folderDescription": "Сопоставление папки с определенным именем в любом расположении", + "folderLabel": "Папка по имени (любое расположение)", + "siblingsDescription": "Сопоставление файлов с одноранговыми элементами с тем же именем, но разными расширениями", + "topFolderDescription": "Сопоставление папки верхнего уровня с определенным именем", + "topFolderLabel": "Папка по имени (верхний уровень)", + "topFoldersDescription": "Сопоставление нескольких папок верхнего уровня", + "topFoldersLabel": "Папки с несколькими именами (верхний уровень)", + "trueDescription": "Включение шаблона", + "trueLabel": "True" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/languages/json/common/contributions/packageJSONContribution.i18n.json b/i18n/rus/src/vs/languages/json/common/contributions/packageJSONContribution.i18n.json new file mode 100644 index 00000000000..5dae0d7dc05 --- /dev/null +++ b/i18n/rus/src/vs/languages/json/common/contributions/packageJSONContribution.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "json.npm.error.repoaccess": "Сбой запроса в репозиторий NPM: {0}", + "json.npm.latestversion": "Последняя версия пакета, существующая на данный момент", + "json.npm.majorversion": "Сопоставление последней основной версии (1.x.x)", + "json.npm.minorversion": "Сопоставление последней дополнительной версии (1.2.x)", + "json.npm.package.hover": "{0}", + "json.npm.version.hover": "Последняя версия: {0}", + "json.package.default": "Файл package.json по умолчанию" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/languages/json/common/contributions/projectJSONContribution.i18n.json b/i18n/rus/src/vs/languages/json/common/contributions/projectJSONContribution.i18n.json new file mode 100644 index 00000000000..3c4663f9a7f --- /dev/null +++ b/i18n/rus/src/vs/languages/json/common/contributions/projectJSONContribution.i18n.json @@ -0,0 +1,12 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "json.nugget.error.repoaccess": "Сбой запроса в репозиторий NuGet: {0}", + "json.nugget.package.hover": "{0}", + "json.nugget.version.hover": "Последняя версия: {0}", + "json.nugget.versiondescription.suggest": "Последняя версия пакета, существующая на данный момент", + "json.project.default": "Project.json по умолчанию" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/languages/json/common/json.contribution.i18n.json b/i18n/rus/src/vs/languages/json/common/json.contribution.i18n.json new file mode 100644 index 00000000000..78c51159934 --- /dev/null +++ b/i18n/rus/src/vs/languages/json/common/json.contribution.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "jsonConfiguration.fileMatch": "Шаблон файла, который может содержать \"*\", для сопоставления при преобразовании JSON-файлов в схемы.", + "jsonConfiguration.fileMatches": "Массив шаблонов файлов для сопоставления при преобразовании JSON-файлов в схемы.", + "jsonConfiguration.schema": "Определение схемы для заданного URL-адреса. Необходимо предоставить схему, чтобы исключить возможность получения доступа к URL-адресу схемы.", + "jsonConfiguration.schemaPath": "URL-адрес схемы или относительный путь к схеме в текущем каталоге", + "jsonConfiguration.schemas": "Сопоставить схемы с JSON-файлами в текущем проекте", + "jsonConfigurationDescription": "Используется для настройки параметров и схем JSON.", + "jsonConfigurationTitle": "Конфигурация JSON" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/languages/json/common/json.i18n.json b/i18n/rus/src/vs/languages/json/common/json.i18n.json new file mode 100644 index 00000000000..77d41b0ad45 --- /dev/null +++ b/i18n/rus/src/vs/languages/json/common/json.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "array": "массивы", + "boolean": "логические значения", + "number": "числа", + "object": "объекты", + "string": "строки", + "undefined": "не определено" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/languages/json/common/jsonIntellisense.i18n.json b/i18n/rus/src/vs/languages/json/common/jsonIntellisense.i18n.json new file mode 100644 index 00000000000..c882a3f7159 --- /dev/null +++ b/i18n/rus/src/vs/languages/json/common/jsonIntellisense.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "json.suggest.default": "Значение по умолчанию" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/languages/json/common/jsonSchemaService.i18n.json b/i18n/rus/src/vs/languages/json/common/jsonSchemaService.i18n.json new file mode 100644 index 00000000000..98da0c8ff2c --- /dev/null +++ b/i18n/rus/src/vs/languages/json/common/jsonSchemaService.i18n.json @@ -0,0 +1,169 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "app.plugin.json.activationEvents": "События активации для подключаемого модуля", + "app.plugin.json.contributes": "Предоставляемые дополнения этого подключаемого модуля", + "app.plugin.json.contributes.language": "Предоставляемые дополнения языка подключаемого модуля", + "app.plugin.json.contributes.language.aliases": "Псевдонимы имен для этого языка", + "app.plugin.json.contributes.language.extensions": "Расширения файлов, связанные с этим языком", + "app.plugin.json.contributes.language.filenames": "Имена файлов, связанные с этим языком", + "app.plugin.json.contributes.language.id": "Идентификатор этого языка", + "app.plugin.json.dependencies": "Зависимости подключаемого модуля", + "app.plugin.json.mainModule": "Относительный путь к основному файлу JavaScript", + "app.plugin.json.pluginId": "Уникальный идентификатор подключаемого модуля", + "app.plugin.json.scripts": "Скрипты, предложенные подключаемым модулем", + "app.plugin.json.scripts.compile": "Командная строка для компиляции этого подключаемого модуля", + "bower.json.authors": "Список людей, которые являются создателями содержимого пакета.", + "bower.json.dependencies": "Зависимости задаются с помощью простой хэш-функции имени пакета к идентификатору, совместимому с модулем semver, или к URL-адресу.", + "bower.json.description": "Помогите пользователям найти ваш пакет, указав краткое описание.", + "bower.json.devDependencies": "Зависимости, необходимые только для разработки пакета, например, среда тестирования, или для сборки документации. ", + "bower.json.exportsOverride": "Используется модулем grunt-bower-task для задания пользовательского расположения установки.", + "bower.json.homepage": "URL-адрес дополнительных сведений о пакете. Если адрес не указан и используется конечная точка GitHub, происходит откат к проекту GitHub. ", + "bower.json.ignore": "Список файлов, которые следует игнорировать в Bower при установке пакета.", + "bower.json.invalidPatternName": "Допустимым является любое свойство, начинающееся с \"_\".", + "bower.json.keywords": "Используется для поиска по ключевому слову. Упрощает поиск вашего пакета и не требует знания имени пакета.", + "bower.json.license": "Идентификатор лицензии SPDX или URL-адрес или путь к лицензии.", + "bower.json.main": "Основные файлы, необходимые для использования пакета.", + "bower.json.moduleType": "Типы модулей, включенных в пакет", + "bower.json.packagename": "Имя пакета.", + "bower.json.private": "Если в качестве значения будет задано \"true\", то в публикации будет отказано. Это способ предотвратить случайную публикацию частного репозитория.", + "bower.json.repository": "Репозиторий, в котором может быть найден исходный код.", + "bower.json.resolutions": "Версии зависимостей для автоматического разрешения при конфликтах между пакетами.", + "bower.json.title": "JSON-схема для файлов конфигурации Bower", + "bower.json.version": "Номер семантической версии.", + "global.json.projects": "Список папок проекта, относящихся к этому файлу.", + "global.json.sources": "Список исходных папок, относящихся к этому файлу.", + "global.json.title": "Схема JSON для файлов глобальной конфигурации ASP.NET", + "jsconfig.json.compilerOptions": "Указывает языковой службе JavaScript, как проверять JS-файлы.", + "jsconfig.json.compilerOptions.charset": "Набор символов для входных файлов", + "jsconfig.json.compilerOptions.decorators": "Включает экспериментальную поддержку для декораторов ES7.", + "jsconfig.json.compilerOptions.diagnostics": "Отображение сведений диагностики", + "jsconfig.json.compilerOptions.locale": "Языковой стандарт, используемый для отображения сообщений об ошибках, например, ru-ru.", + "jsconfig.json.compilerOptions.mapRoot": "Указывает расположение, в котором отладчик должен искать файлы карты вместо созданных расположений.", + "jsconfig.json.compilerOptions.module": "Создание кода модуля, разрешаемого в \"commonjs\", \"amd\", \"system\" или \"umd\".", + "jsconfig.json.compilerOptions.noLib": "Не включать файл библиотеки по умолчанию (lib.d.ts)", + "jsconfig.json.compilerOptions.target": "Указание целевой версии ECMAScript: \"ES3\" (по умолчанию), \"ES5\" или \"ES6\" (экспериментальная).", + "jsconfig.json.exclude": "Перечисление файлов и папок, которые не следует включать. Это свойство не учитывается, если свойство \"files\" отсутствует.", + "jsconfig.json.files": "Если свойство \"files\" отсутствует в файле jsconfig.json, языковая служба по умолчанию включает все файлы с каталогом и подкаталогами. Если указано свойство \"files\", включаются только эти файлы.", + "jsconfig.json.title": "Схема JSON для файла конфигурации JavaScript", + "json.schema.unabletoload": "Не удается загрузить схему из \"{0}\": {1}.", + "package.json.bugs": "URL-адрес средства отслеживания проблем проекта или адрес электронной почты, на который нужно сообщать о проблемах. Это полезно для людей, у которых возникают проблемы с пакетом.", + "package.json.bugs.email": "Адрес электронной почты, на который будут отправлены сообщения о проблемах.", + "package.json.bugs.url": "URL-адрес средства отслеживания проблем проектов.", + "package.json.bundleDependencies": "Массив имен пакетов, которые будут объединены при публикации пакета.", + "package.json.bundledDependencies": "Массив имен пакетов, которые будут объединены при публикации пакета.", + "package.json.config": "Хэш \"config\" можно использовать, чтобы задать параметры конфигурации в скриптах пакета, которые сохраняются после любых обновлений.", + "package.json.contributors": "Список составителей этого пакета.", + "package.json.dependency": "Зависимости указываются с простым хэшем имени пакета в диапазоне версии. Диапазон версии является строкой с одним или несколькими дескрипторами с разделителями-пробелами. Зависимости можно также определить с помощью архива tar или URL-адреса GIT.", + "package.json.descr": "Это поможет людям найти ваш пакет, так как он отображается в \"поиске NPM\".", + "package.json.description": "Конфигурация NPM этого пакета.", + "package.json.directories.bin": "Если вы укажете каталог \"bin\", то все файлы в этой папке будут использоваться как хэш \"bin\".", + "package.json.directories.doc": "Поместите сюда файлы Markdown. Вполне возможно, что когда-нибудь они будут отображаться красиво.", + "package.json.directories.example": "Поместите сюда примеры скриптов. Вполне возможно, что когда-нибудь их удастся толково использовать.", + "package.json.directories.lib": "Сообщите людям, где находится основная часть вашей библиотеки. С папкой библиотеки ничего особенного никто не делает, но эти метаданные могут быть полезны.", + "package.json.directories.man": "Папка со страницами руководства. Добавьте \"сахар\", чтобы создать массив \"man\", перейдя в папку.", + "package.json.files": "Поле \"файлы\" является массивом файлов, включаемых в проект. Если папка названа в массиве, он также будет включать файлы из этой папки.", + "package.json.homepage": "URL-адрес домашней страницы проекта.", + "package.json.keywords": "Это поможет людям найти ваш пакет, так как он отображается в \"поиске NPM\".", + "package.json.license": "Следует указать лицензию для пакета, чтобы люди знали, что им разрешено использовать его (с учетом применимых ограничений, если они есть).", + "package.json.licenses": "Следует указать лицензию для пакета, чтобы люди знали, что им разрешено использовать его (с учетом применимых ограничений, если они есть).", + "package.json.main": "Основное поле — это идентификатор модуля, который является первой точкой входа в программу.", + "package.json.maintainers": "Список людей, обслуживающих пакет.", + "package.json.man": "Укажите один файл или массив имен файлов для поиска программой man.", + "package.json.name": "Имя пакета.", + "package.json.person": "Человек, вовлеченный в создание или обслуживание этого пакета", + "package.json.preferGlobal": "Если пакет в первую очередь является приложением командной строки, которое следует установить глобально, задайте для него значение \"true\", чтобы отправить предупреждение, если оно установлено локально.", + "package.json.private": "Если задано значение \"true\", NPM откажется публиковать его", + "package.json.repository": "Укажите место хранения кода этого пакета. Это будет полезно для других составителей.", + "package.json.scripts": "Элемент \"Скрипты\" является хэшем объекта команд скрипта, которые запускаются несколько раз в жизненном цикле пакета. Ключ — это событие жизненного цикла, а значение — команда, выполняемая в этой точке.", + "package.json.underscore": "Допустимым является любое свойство, начинающееся с \"_\".", + "package.json.version": "Версия должна быть доступна для анализа node-semver (входит в пакет NPM как зависимость).", + "project.json.authors": "Автор приложения", + "project.json.bundleExclude": "Список файлов, исключаемых из выходных данных публикации (пакет kpm).", + "project.json.code": "Стандартная маска, используемая для указания всех файлов кода. которые необходимо скомпилировать (тип данных: строка или массив со стандартными масками). Пример: [ 'Folder1*.cs', 'Folder2*.cs' ]", + "project.json.commands": "Доступные для этого приложения команды", + "project.json.compilationOptions": "Параметры компиляции, которые передаются в Roslyn", + "project.json.configurations": "Конфигурации — это именованные группы параметров компиляции. Существует два значения по умолчанию, встроенные в среду выполнения, — \"Отладка\" и \"Выпуск\".", + "project.json.dependencies": "Зависимости приложения. В каждой записи указывается имя и версия пакета Nuget.", + "project.json.dependency.name": "Версия зависимости.", + "project.json.dependency.type": "Тип зависимости. Зависимости \"build\" существуют только во время сборки", + "project.json.description": "Описание приложения", + "project.json.exclude": "Стандартная маска, используемая для указания всех файлов кода, которые необходимо исключить из компиляции (тип данных: строка или массив со стандартными масками).", + "project.json.frameworks": "Целевые платформы, которые будут созданы, и зависимости, связанные с конфигурацией.", + "project.json.preprocess": "Стандартная маска, используемая для указания всех файлов кода, для которых необходимо выполнить предварительную обработку (тип данных: строка со стандартной маской).", + "project.json.resources": "Стандартная маска, используемая для указания всех файлов, которые необходимо скомпилировать в качестве ресурсов.", + "project.json.script": "Скрипт или скрипты командной строки.\r\rДоступные переменные:\r%project:Directory% - каталог проекта\r%project:Name% - название проекта\r%project:Version% - версия проекта", + "project.json.scripts": "Скрипты для выполнения на различных этапах.", + "project.json.shared": "Стандартная маска, используемая для указания файлов кода, которые необходимо использовать для зависимых проектов. Пример: [ 'Folder1*.cs', 'Folder2*.cs' ]", + "project.json.title": "JSON-схема для файлов project.json ASP.NET", + "project.json.version": "Версия приложения. Пример: 1.2.0.0", + "project.json.webroot": "Свойство Webroot в файле project.json определяет корень веб-сервера (также называемый общедоступной папкой). В Visual Studio эта папка будет использоваться для создания корня IIS. Статические файлы следует разместить здесь.", + "schema.json": "Описывает JSON-файл с использованием схемы. Дополнительные сведения см. на веб-сайте json-schema.org.", + "schema.json.$schema": "Схема, с использованием которой будет проверяться этот документ", + "schema.json.additionalItems": "Для массивов, только когда элементы заданы в виде массива. Если это схема, эта схема проверяет элементы после тех, которые заданы массивом элементов. Если значение false, дополнительные элементы вызывают сбой проверки.", + "schema.json.additionalProperties": "Схема или логическое значение. Если это схема, она используется для проверки всех свойств, не сопоставленных с параметром \"properties\" или \"patternProperties\". Если значение false, любые свойства, не сопоставленные ни с одним из этих параметров, вызывают сбой схемы.", + "schema.json.allOf": "Массив схем, все из которых должны соответствовать.", + "schema.json.anyOf": "Массив схем, хотя бы одна из которых должна соответствовать.", + "schema.json.default": "Значение по умолчанию. Используется предложениями.", + "schema.json.definitions": "Не используется для проверки. Поместите сюда вложенные схемы, на которые требуется ссылаться в строке с помощью $ref", + "schema.json.dependencies": "Сопоставление имен свойств массиву имен свойств или схеме. Массив имен свойств означает, что допустимость свойства, именованного в ключе, зависит от свойств массива, присутствующих в объекте. Если значение - схема, эта схема применима к объекту только в том случае, если свойство ключа существует в объекте.", + "schema.json.description": "Длинное описание элемента. Используется в меню наведения и предложениях.", + "schema.json.enum": "Набор допустимых значений литерала", + "schema.json.exclusiveMaximum": "Делает максимальное свойство эксклюзивным.", + "schema.json.exclusiveMininum": "Делает минимальное свойство эксклюзивным.", + "schema.json.id": "Уникальный идентификатор для схемы.", + "schema.json.items": "Для массивов. Может являться схемой, относительно которой проверяется каждый элемент, или массивом схем, относительно которого проверяется каждый элемент по порядку (первая схема проверяет первый элемент, вторая схема проверяет второй элемент и так далее).", + "schema.json.maxItems": "Максимальное число элементов, которые могут находиться внутри массива. Включительно.", + "schema.json.maxLength": "Максимальная длина строки.", + "schema.json.maxProperties": "Максимальное число свойств, которыми может обладать объект. Включительно.", + "schema.json.maximum": "Максимальное числовое значение, включенное по умолчанию.", + "schema.json.minItems": "Минимальное число элементов, которые могут находиться внутри массива. Включительно.", + "schema.json.minLength": "Минимальная длина строки.", + "schema.json.minProperties": "Минимальное число свойств, которыми может обладать объект. Включительно.", + "schema.json.minimum": "Минимальное числовое значение, включенное по умолчанию.", + "schema.json.multipleOf": "Число, которое должно разделять текущее значение без остатка", + "schema.json.not": "Схема, которая не должна соответствовать.", + "schema.json.oneOf": "Массив схем, из которых должна соответствовать только одна.", + "schema.json.pattern": "Регулярное выражение, относительно которого сопоставляется строка. Оно не является неявно прикрепленным.", + "schema.json.patternProperties": "Сопоставление регулярных выражений в именах свойств схемам для соответствующих свойств.", + "schema.json.properties": "Сопоставление имен свойств схемам для каждого свойства.", + "schema.json.required": "Массив строк, перечисляющий имена всех свойств, необходимых в этом объекте.", + "schema.json.title": "Описательное название элемента.", + "schema.json.type": "Строка одного из базовых типов схем (число, целое число, значение null, массив, объект, логическое значение, строка) или массив строк, задающий подмножество тех типов.", + "schema.json.uniqueItems": "Если все элементы массива должны быть уникальными. По умолчанию имеет значение false.", + "snippetSchema.json": "Настройка фрагмента пользователя", + "snippetSchema.json.body": "Содержимое фрагмента. Используйте \"${id}\", \"${id:label}\" и \"${1:label}\" для переменных и \"$0\" и \"$1\" для позиций курсора.", + "snippetSchema.json.description": "Описание фрагмента", + "snippetSchema.json.prefix": "Префикс, используемый при выборе фрагмента в Intellisense.", + "tsconfig.json.compilerOptions": "Сообщает компилятору TypeScript, как следует компилировать TS-файлы", + "tsconfig.json.compilerOptions.charset": "Набор символов для входных файлов", + "tsconfig.json.compilerOptions.declaration": "Создает соответствующие D.TS-файлы.", + "tsconfig.json.compilerOptions.diagnostics": "Отображение сведений диагностики", + "tsconfig.json.compilerOptions.emitBOM": "Выдача метки порядка байтов UTF-8 (BOM) в начале выходных файлов.", + "tsconfig.json.compilerOptions.inlineSourceMap": "Выдача одного файла с исходными сопоставлениями вместо отдельного файла.", + "tsconfig.json.compilerOptions.inlineSources": "Выдача источника с sourcemap в одном файле; требуется задать --inlineSourceMap.", + "tsconfig.json.compilerOptions.listFiles": "Печать имен файлов в рамках компиляции", + "tsconfig.json.compilerOptions.locale": "Языковой стандарт, используемый для отображения сообщений об ошибках, например, ru-ru.", + "tsconfig.json.compilerOptions.mapRoot": "Указывает расположение, в котором отладчик должен искать файлы карты вместо созданных расположений", + "tsconfig.json.compilerOptions.module": "Указание создания кода модуля: \"CommonJS\", \"Amd\", \"System\" или \"UMD\"", + "tsconfig.json.compilerOptions.newLine": "Указывает последовательность конца строки, используемую при порождении файлов: \"CRLF\" (DOS) или \"LF\" (UNIX).", + "tsconfig.json.compilerOptions.noEmit": "Не создавать выходные данные.", + "tsconfig.json.compilerOptions.noEmitHelpers": "Не создавать пользовательские функции вспомогательного приложения, такие как __extends, в скомпилированных выходных данных", + "tsconfig.json.compilerOptions.noEmitOnError": "Не создавать выходные данные при обнаружении ошибок по проверке типа \"any\".", + "tsconfig.json.compilerOptions.noImplicitAny": "Предупреждать о выражениях и объявлениях, имеющих неявный тип \"any\".", + "tsconfig.json.compilerOptions.noLib": "Не включать файл библиотеки по умолчанию (lib.d.ts)", + "tsconfig.json.compilerOptions.out": "Сцепить и вывести выходные данные в одном файле.", + "tsconfig.json.compilerOptions.outDir": "Перенаправить структуру выходных данных в каталог.", + "tsconfig.json.compilerOptions.preserveConstEnums": "Не удалять объявления перечислений констант из созданного кода.", + "tsconfig.json.compilerOptions.removeComments": "Не создавать комментарии в выходных данных.", + "tsconfig.json.compilerOptions.rootDir": "Задает корневой каталог исходных файлов. Используйте для управления структурой выходного каталога с --outDir.", + "tsconfig.json.compilerOptions.sourceMap": "Создает соответствующий MAP-файл.", + "tsconfig.json.compilerOptions.sourceRoot": "Указывает расположение, в котором отладчик должен искать файлы TypeScript вместо исходных расположений.", + "tsconfig.json.compilerOptions.suppressImplicitAnyIndexErrors": "Подавлять ошибки noImplicitAny для объектов индексирования с отсутствующими сигнатурами индекса.", + "tsconfig.json.compilerOptions.target": "Указать целевую версию ECMAScript: \"ES3\" (по умолчанию), \"ES5\" или \"ES6\" (экспериментальная).", + "tsconfig.json.files": "Если свойство \"files\" отсутствует в tsconfig.json, компилятор по умолчанию включает все файлы в содержащем каталоге и подкаталогах. Когда свойство \"files\" указано, включаются только эти файлы.", + "tsconfig.json.title": "Схема JSON для файла конфигурации компилятора TypeScript" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/languages/json/common/parser/jsonParser.i18n.json b/i18n/rus/src/vs/languages/json/common/parser/jsonParser.i18n.json new file mode 100644 index 00000000000..fe8e62e71d5 --- /dev/null +++ b/i18n/rus/src/vs/languages/json/common/parser/jsonParser.i18n.json @@ -0,0 +1,44 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "ColonExpected": "Ожидается двоеточие", + "DisallowedExtraPropWarning": "Свойство {0} запрещено", + "DoubleQuotesExpected": "Ключи свойств должны быть заключены в двойные кавычки", + "DuplicateKeyWarning": "Дублирующийся ключ объекта", + "End of file expected": "Ожидается конец файла", + "ExpectedCloseBrace": "Ожидается запятая или закрывающая фигурная скобка.", + "ExpectedCloseBracket": "Ожидается запятая или закрывающая скобка.", + "Invalid symbol": "Ожидается JSON-объект, массив или литерал", + "InvalidEscapeCharacter": "Недопустимый escape-символ в строке", + "InvalidNumberFormat": "Недопустимый числовой формат", + "InvalidUnicode": "Недопустимая последовательность Юникода в строке", + "MaxPropWarning": "У объекта больше свойств, чем предельно допустимо ({0})", + "MinPropWarning": "Объект имеет меньше свойств, чем требуется ({0})", + "MissingRequiredPropWarning": "Отсутствующее свойство \"{0}\"", + "PropertyExpected": "Ожидалось свойство", + "RequiredDependentPropWarning": "В объекте отсутствует свойство {0}, требуемое свойством {1}", + "UnexpectedEndOfComment": "Непредвиденное окончание комментария", + "UnexpectedEndOfNumber": "Непредвиденное окончание числа", + "UnexpectedEndOfString": "Непредвиденное окончание строки", + "ValueExpected": "Ожидаемое значение", + "additionalItemsWarning": "Согласно схеме, в массиве слишком много элементов. Ожидаемое количество - не более {0}", + "enumWarning": "Значение не является допустимым. Допустимые значения: {0}", + "exclusiveMaximumWarning": "Значение превышает эксклюзивный максимум {0}", + "exclusiveMinimumWarning": "Значение ниже эксклюзивного минимума {0}", + "maxItemsWarning": "В массиве слишком много элементов. Ожидаемое количество - не более {0}", + "maxLengthWarning": "Строка короче максимальной длины", + "maximumWarning": "Значение превышает максимум, {0}", + "minItemsWarning": "В массиве слишком мало элементов. Ожидаемое количество - не менее {0}", + "minLengthWarning": "Строка короче минимальной длины", + "minimumWarning": "Значение меньше минимума, {0}", + "multipleOfWarning": "Значение не делится на {0}", + "notSchemaWarning": "Соответствует неразрешенной схеме.", + "oneOfWarning": "Соответствует нескольким схемам, хотя достаточно, чтобы проверку прошла только одна.", + "patternWarning": "Строка не соответствует шаблону \"{0}\"", + "typeArrayMismatchWarning": "Неверный тип. Ожидаемый тип - один из {0}", + "typeMismatchWarning": "Неверный тип. Ожидаемый тип: \"{0}\"", + "uniqueItemsWarning": "Массив дублирующихся единиц" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/languages/json/contributions/packageJSONContribution.i18n.json b/i18n/rus/src/vs/languages/json/contributions/packageJSONContribution.i18n.json new file mode 100644 index 00000000000..b77f1de0d6a --- /dev/null +++ b/i18n/rus/src/vs/languages/json/contributions/packageJSONContribution.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "json.npm.package.hover": "{0}", + "json.npm.version.hover": "Последняя версия: {0}", + "json.package.default": "Package.json по умолчанию" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/languages/less/common/less.contribution.i18n.json b/i18n/rus/src/vs/languages/less/common/less.contribution.i18n.json new file mode 100644 index 00000000000..7dcb24c11af --- /dev/null +++ b/i18n/rus/src/vs/languages/less/common/less.contribution.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "lessConfigurationDescription": "Используется для настройки языка LESS.", + "lessConfigurationTitle": "Конфигурация LESS", + "lessLint": "Управляет серьезностью проблем при проверке LESS lint.", + "lessValidationSettings": "Управляет механизмом проверки LESS." +} \ No newline at end of file diff --git a/i18n/rus/src/vs/languages/less/common/services/intelliSense.i18n.json b/i18n/rus/src/vs/languages/less/common/services/intelliSense.i18n.json new file mode 100644 index 00000000000..8a78801b2fb --- /dev/null +++ b/i18n/rus/src/vs/languages/less/common/services/intelliSense.i18n.json @@ -0,0 +1,60 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "less.builtin.abs": "абсолютная величина числа", + "less.builtin.acos": "арккосинус — инверсия косинуса", + "less.builtin.alpha": "возвращает канал \"альфа\" для \"@color\"", + "less.builtin.argb": "создает #AARRGGBB", + "less.builtin.asin": "арксинус — инверсия синуса", + "less.builtin.atan": "арктангенс — инверсия тангенса", + "less.builtin.blue": "возвращает канал \"синий\" для \"@color\"", + "less.builtin.ceil": "округляет до целого числа", + "less.builtin.color": "анализирует строку и преобразовывает в цвет", + "less.builtin.contrast": "возвращать значение \"@darkcolor\", если значение \"@color1\" > 43% яркости, в ином случае возвращать значение \"@lightcolor\"; см. заметки", + "less.builtin.convert": "конвертирует число одного типа в другой тип", + "less.builtin.cos": "косинус", + "less.builtin.darken": "возвращать \"@color\" на 10% темнее", + "less.builtin.data-uri": "внедряет ресурс и использует для перехода адрес \"url()\"", + "less.builtin.desaturate": "возвращать \"@color\" со значением насыщенности меньше на 10%", + "less.builtin.e": "экранировать содержимое строки", + "less.builtin.escape": "URL-адрес кодирует строку", + "less.builtin.extract": "возвращает значение для определенной позиции в списке", + "less.builtin.fade": "возвращать \"@color\" со значением прозрачности в 50%", + "less.builtin.fadein": "возвращать \"@color\" со значением прозрачности меньше на 10%", + "less.builtin.fadeout": "возвращать \"@color\" со значением прозрачности больше на 10%", + "less.builtin.floor": "округляет в меньшую сторону до целого числа", + "less.builtin.green": "возвращает канал \"зеленый\" для \"@color\"", + "less.builtin.greyscale": "возвращает серый, 100% ненасыщенный цвет", + "less.builtin.hsl": "создает цвет", + "less.builtin.hsla": "создает цвет", + "less.builtin.hsv": "создает цвет", + "less.builtin.hsva": "создает цвет", + "less.builtin.hsvhue": "возвращает канал \"оттенок\" для \"@color\" в пространстве HSV", + "less.builtin.hsvsaturation": "возвращает канал \"насыщенность\" для \"@color\" в пространстве HSV", + "less.builtin.hsvvalue": "возвращает канал \"значение\" для \"@color\" в пространстве HSV", + "less.builtin.hue": "возвращает канал \"оттенок\" для \"@color\" в пространстве HSL", + "less.builtin.length": "возвращает число элементов в списке значений", + "less.builtin.lighten": "возвращать \"@color\" со значением освещенности больше на 10%", + "less.builtin.lightness": "возвращает канал \"освещенность\" для \"@color\" в пространстве HSL", + "less.builtin.luma": "возвращает значение \"яркость\" (сенсорная яркость) для \"@color\"", + "less.builtin.max": "возвращает наименьшее из одного или нескольких значений", + "less.builtin.min": "возвращает наименьшее из одного или нескольких значений", + "less.builtin.mix": "возвращать сочетание \"@color1\" и \"@color2\"", + "less.builtin.mod": "первый аргумент модуль второй аргумент", + "less.builtin.percentage": "преобразовывает в процентное значение, например, 0.5 > 50%", + "less.builtin.pi": "возвращает число пи", + "less.builtin.pow": "первый аргумент, возведенный в степень второго аргумента", + "less.builtin.red": "возвращает канал \"красный\" для \"@color\"", + "less.builtin.replace": "замена строки", + "less.builtin.round": "округляет число до числа элементов", + "less.builtin.saturate": "возвращать \"@color\" со значением насыщенности больше на 10%", + "less.builtin.saturation": "возвращает канал \"насыщенность\" для \"@color\" в пространстве HSL", + "less.builtin.sin": "синус", + "less.builtin.spin": "возвращать \"@color\" со значением оттенка больше на 10 уровней", + "less.builtin.sqrt": "вычисляет квадратный корень числа", + "less.builtin.tan": "тангенс", + "less.builtin.unit": "удаление или изменение единицы измерения" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/languages/less/lessWorker.i18n.json b/i18n/rus/src/vs/languages/less/lessWorker.i18n.json new file mode 100644 index 00000000000..77a351673e1 --- /dev/null +++ b/i18n/rus/src/vs/languages/less/lessWorker.i18n.json @@ -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. +{ + "literal.fontface": "@font-face", + "literal.keyframes": "@keyframes {0}" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/languages/less/parser/errors.i18n.json b/i18n/rus/src/vs/languages/less/parser/errors.i18n.json new file mode 100644 index 00000000000..46beaca86ea --- /dev/null +++ b/i18n/rus/src/vs/languages/less/parser/errors.i18n.json @@ -0,0 +1,24 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "expected.colon": "ожидается двоеточие", + "expected.condt": "ожидается условие", + "expected.dot": "ожидается точка", + "expected.ident": "ожидается идентификатор", + "expected.lcurly": "Требуется \"{\"", + "expected.lparen": "ожидается (", + "expected.lsquare": "ожидается [", + "expected.number": "ожидается число", + "expected.operator": "ожидается оператор", + "expected.propvalue": "ожидается значение свойства", + "expected.rcurly": "Требуется \"}\"", + "expected.rparent": "Требуется \")\"", + "expected.rsquare": "ожидается ]", + "expected.semicolon": "ожидается точка с запятой", + "expected.term": "ожидается термин", + "expected.varname": "ожидается имя переменной", + "expected.varvalue": "ожидается значение переменной" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/languages/less/services/lint.i18n.json b/i18n/rus/src/vs/languages/less/services/lint.i18n.json new file mode 100644 index 00000000000..8ec0547f89c --- /dev/null +++ b/i18n/rus/src/vs/languages/less/services/lint.i18n.json @@ -0,0 +1,20 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "parse.error.general": "Ошибка синтаксического анализа: {0}", + "rule.colorFunction": "недопустимое число параметров", + "rule.duplicateDeclarations": "Не использовать дублирующиеся определения стилей", + "rule.emptyRuleSets": "Не использовать пустые наборы правил", + "rule.fontFaceProperties": "Правило @font-face должно определять свойства \"src\" и \"font-family\"", + "rule.hexColor": "шестнадцатеричные описания цветов должны состоять из трех или шести шестнадцатеричных чисел", + "rule.importDirective": "Операторы импорта не загружаются параллельно", + "rule.universalSelector": "Универсальный селектор (*), как известно, функционирует медленно", + "rule.unkownProperty": "Неизвестное свойство.", + "rule.vendorprefixes.all": "При использовании префиксов конкретного поставщика необходимо использовать их все", + "rule.vendorprefixes.standard": "При использовании префиксов конкретного поставщика необходимо также включить стандартное имя", + "rule.withHeightAndBorderPadding": "Не использовать ширину или высоту при использовании поля или границы", + "rule.zeroWidthUnit": "Для нуля не требуется никакой единицы" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/languages/lib/javascriptSnippets.i18n.json b/i18n/rus/src/vs/languages/lib/javascriptSnippets.i18n.json new file mode 100644 index 00000000000..da9e1a9b75c --- /dev/null +++ b/i18n/rus/src/vs/languages/lib/javascriptSnippets.i18n.json @@ -0,0 +1,22 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "define.snippet": "определить модуль", + "dowhile.snippet": "Оператор Do-While", + "for.snippet": "Цикл For", + "foreach.snippet": "Цикл For-Each", + "forin.snippet": "Цикл For-In", + "function.snippet": "Оператор функции", + "if.snippet": "Оператор If", + "ifelse.snippet": "Оператор If-Else", + "log.snippet": "Журнал консоли", + "new.snippet": "Оператор New", + "settimeout.snippet": "Задать функцию времени ожидания", + "switch.snippet": "Оператор Switch", + "tripleslashreference.snippet": "Относительная ссылка на другой файл", + "trycatch.snippet": "Оператор Try-Catch", + "while.snippet": "Оператор While" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/languages/markdown/common/markdown.contribution.i18n.json b/i18n/rus/src/vs/languages/markdown/common/markdown.contribution.i18n.json new file mode 100644 index 00000000000..55b8e90fb68 --- /dev/null +++ b/i18n/rus/src/vs/languages/markdown/common/markdown.contribution.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "markdownConfigurationDescription": "Используется для настройки markdown.", + "markdownConfigurationTitle": "Конфигурация предварительного просмотра markdown", + "styles": "Список URL-адресов или локальных путей к стилям CSS для использования в предварительном просмотре markdown." +} \ No newline at end of file diff --git a/i18n/rus/src/vs/languages/markdown/markdownSnippets.i18n.json b/i18n/rus/src/vs/languages/markdown/markdownSnippets.i18n.json new file mode 100644 index 00000000000..680f5f35ecc --- /dev/null +++ b/i18n/rus/src/vs/languages/markdown/markdownSnippets.i18n.json @@ -0,0 +1,18 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "bold.snippet": "Вставить полужирный текст", + "code.snippet": "Вставить код", + "fencedcodeblock.snippet": "Вставить огражденный блок кода", + "heading.snippet": "Вставить заголовок", + "image.snippet": "Вставить изображение", + "italic.snippet": "Вставить курсивный текст", + "link.snippet": "Вставить ссылку", + "orderedList.snippet": "Вставить нумерованный список", + "quote.snippet": "Вставить цитату", + "rule.snippet": "Вставить горизонтальную линию", + "unorderedList.snippet": "Вставить маркированный список" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/languages/sass/common/parser/sassErrors.i18n.json b/i18n/rus/src/vs/languages/sass/common/parser/sassErrors.i18n.json new file mode 100644 index 00000000000..69feeeb5fe5 --- /dev/null +++ b/i18n/rus/src/vs/languages/sass/common/parser/sassErrors.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "expected.from": "ожидается \"от\"", + "expected.in": "Ожидается \"in\"", + "expected.through": "ожидается \"через\" или \"к\"" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/languages/sass/common/sass.contribution.i18n.json b/i18n/rus/src/vs/languages/sass/common/sass.contribution.i18n.json new file mode 100644 index 00000000000..e0c7f787cf4 --- /dev/null +++ b/i18n/rus/src/vs/languages/sass/common/sass.contribution.i18n.json @@ -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. +{ + "sassConfigurationTitle": "Конфигурация SASS", + "sassLint": "Управляет серьезностью проблем при линт-проверке SASS." +} \ No newline at end of file diff --git a/i18n/rus/src/vs/languages/sass/common/services/intelliSense.i18n.json b/i18n/rus/src/vs/languages/sass/common/services/intelliSense.i18n.json new file mode 100644 index 00000000000..eee94657ad0 --- /dev/null +++ b/i18n/rus/src/vs/languages/sass/common/services/intelliSense.i18n.json @@ -0,0 +1,81 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "sass.builtin.abs": "Возвращает абсолютную величину числа.", + "sass.builtin.adjust-color": "Увеличивает или уменьшает значение одного или нескольких компонентов цвета.", + "sass.builtin.adjust-hue": "Изменяет оттенок цвета.", + "sass.builtin.alpha": "Получает значения компонента \"непрозрачность\" цвета.", + "sass.builtin.append": "Добавляет одно значение в конец списка.", + "sass.builtin.blue": "Получает значение компонента \"синий\" цвета.", + "sass.builtin.call": "Динамически вызывает функцию Sass.", + "sass.builtin.ceil": "Округляет число до следующего целого числа.", + "sass.builtin.change-color": "Изменяет одно или несколько свойств цвета.", + "sass.builtin.comparable": "Показывает, можно ли сложить, вычесть или сравнить два числа.", + "sass.builtin.complement": "Возвращает дополнение цвета.", + "sass.builtin.darken": "Делает цвет темнее.", + "sass.builtin.desaturate": "Делает цвет менее насыщенным.", + "sass.builtin.fade-in": "Делает цвет более непрозрачным.", + "sass.builtin.feature-exists": "Показывает, существует ли конкретная функция в текущей среде выполнения Sass.", + "sass.builtin.floor": "Округляет число до наименьшего предыдущего целого числа.", + "sass.builtin.function-exists": "Показывает, существует ли функция с указанным именем.", + "sass.builtin.global-variable-exists": "Показывает, существует ли переменная с указанным именем в глобальной области.", + "sass.builtin.grayscale": "Конвертирует цвет в оттенок серого.", + "sass.builtin.green": "Получает компонент \"зеленый\" цвета.", + "sass.builtin.hue": "Получает компонент \"оттенок\" цвета.", + "sass.builtin.ie-hex-str": "Конвертирует цвет в формат, распознаваемый фильтрами IE.", + "sass.builtin.index": "Возвращает позицию значения в списке.", + "sass.builtin.inspect": "Возвращает строковое представление значения, как оно было бы представлено в Sass.", + "sass.builtin.invert": "Возвращает инверсию цвета.", + "sass.builtin.is-superselector": "Показывает, соответствует ли $super всем элементам, как и $sub, или большему числу элементов.", + "sass.builtin.join": "Объединяет два списка в один.", + "sass.builtin.keywords": "Возвращает ключевые слова, переданные функции, которая использует переменные аргументы.", + "sass.builtin.length": "Возвращает длину списка.", + "sass.builtin.lighten": "Делает цвет светлее.", + "sass.builtin.lightness": "Получает компонент \"освещенность\" цвета.", + "sass.builtin.list-separator": "Возвращает разделитель элементов списка.", + "sass.builtin.map-get": "Возвращает значение карты, связанное с указанным ключом.", + "sass.builtin.map-has-key": "Показывает, имеет ли карта значение, связанное с указанным ключом.", + "sass.builtin.map-keys": "Возвращает список всех ключей карты.", + "sass.builtin.map-merge": "Осуществляет слияние двух карт в одну новую.", + "sass.builtin.map-remove": "Возвращает новую карту с удаленными ключами.", + "sass.builtin.map-values": "Возвращает список всех значений карты.", + "sass.builtin.max": "Находит максимальное значение нескольких чисел.", + "sass.builtin.min": "Находит минимальное значение нескольких чисел.", + "sass.builtin.mix": "Совмещает два цвета.", + "sass.builtin.mixin-exists": "Показывает, существует ли сочетание с указанным именем.", + "sass.builtin.nth": "Возвращает определенный элемент в списке.", + "sass.builtin.opacify": "Делает цвет более непрозрачным.", + "sass.builtin.percentage": "Конвертирует безразмерное число в проценты.", + "sass.builtin.quote": "Добавляет кавычки в строку.", + "sass.builtin.random": "Возвращает случайное число.", + "sass.builtin.red": "Получает компонент \"красный\" цвета.", + "sass.builtin.rgba": "Изменяет компонент \"альфа\" цвета.", + "sass.builtin.round": "Округляет число до ближайшего целого числа.", + "sass.builtin.saturate": "Делает цвет более насыщенным.", + "sass.builtin.saturation": "Получает компонент \"насыщенность\" цвета.", + "sass.builtin.scale-color": "Плавно масштабирует одно или несколько свойств цвета.", + "sass.builtin.selector-append": "Присоединяет селекторы друг к другу без пробелов между ними.", + "sass.builtin.selector-extend": "Расширяет $extendee с помощью $extender в $selector.", + "sass.builtin.selector-nest": "Вкладывает селектор один под другой, как они были бы вложены в таблице стилей.", + "sass.builtin.selector-parse": "Анализирует селектор в формате, возвращенном &.", + "sass.builtin.selector-replace": "Заменяет исходный $original на $replacement в $selector.", + "sass.builtin.selector-unify": "Объединяет два селектора в один, который соответствует тем же элементам, что и два исходных селектора.", + "sass.builtin.set-nth": "Заменяет n-ный элемент в списке.", + "sass.builtin.simple-selectors": "Возвращает простые селекторы, которые включены в составной селектор.", + "sass.builtin.str-index": "Возвращает индекс первого экземпляра подстроки $substring в строке $string.", + "sass.builtin.str-insert": "Вставляет $insert в строку $string в место, обозначенное индексом $index.", + "sass.builtin.str-length": "Возвращает число знаков в строке.", + "sass.builtin.str-slice": "Извлекает подстроку из строки $string.", + "sass.builtin.to-lower-case": "Конвертирует строку с использованием нижнего регистра.", + "sass.builtin.to-upper-case": "Конвертирует строку с использованием верхнего регистра.", + "sass.builtin.transparentize": "Делает цвет более прозрачным.", + "sass.builtin.type-of": "Возвращает тип значения.", + "sass.builtin.unit": "Возвращает единицу измерения (единицы измерения), связанные с числом.", + "sass.builtin.unitless": "Показывает, имеет ли число единицы измерения.", + "sass.builtin.unquote": "Удаляет кавычки из строки.", + "sass.builtin.variable-exists": "Показывает, существует ли переменная с указанным именем в текущей области.", + "sass.builtin.zip": "Объединяет несколько списков в один многомерный список." +} \ No newline at end of file diff --git a/i18n/rus/src/vs/languages/typescript.workbench/common/projectResolver.i18n.json b/i18n/rus/src/vs/languages/typescript.workbench/common/projectResolver.i18n.json new file mode 100644 index 00000000000..526596450c1 --- /dev/null +++ b/i18n/rus/src/vs/languages/typescript.workbench/common/projectResolver.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "resolve.files.N": "Идет загрузка дополнительных файлов..." +} \ No newline at end of file diff --git a/i18n/rus/src/vs/languages/typescript/common/features/quickFix.i18n.json b/i18n/rus/src/vs/languages/typescript/common/features/quickFix.i18n.json new file mode 100644 index 00000000000..cc8970b69b4 --- /dev/null +++ b/i18n/rus/src/vs/languages/typescript/common/features/quickFix.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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.quickfix.addAsGlobal": "Пометить свойство \"{0}\" как глобальное", + "typescript.quickfix.rename": "Переименовать в \"{0}\"", + "typescript.quickfix.typeDefinitions": "Скачать определение типа {0}" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/languages/typescript/common/features/quickFixMainActions.i18n.json b/i18n/rus/src/vs/languages/typescript/common/features/quickFixMainActions.i18n.json new file mode 100644 index 00000000000..f1152d30f81 --- /dev/null +++ b/i18n/rus/src/vs/languages/typescript/common/features/quickFixMainActions.i18n.json @@ -0,0 +1,12 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "typingsReference.already.exists": "{0} уже существует. Убедитесь, что файл включен в jsconfig.json проекта.", + "typingsReference.error.download": "Не удалось получить файл d.ts в {0}: {1}.", + "typingsReference.error.write": "Проблема при создании {0}: {1}", + "typingsReference.success.nojsconfig": "Файл {0} успешно загружен.", + "typingsReference.success.withjsconfig": "Файл {0} успешно загружен. Убедитесь, что файл d.ts включен в \"jsconfig.json\" проекта." +} \ No newline at end of file diff --git a/i18n/rus/src/vs/languages/typescript/common/lint/lint.i18n.json b/i18n/rus/src/vs/languages/typescript/common/lint/lint.i18n.json new file mode 100644 index 00000000000..6db9d4124d0 --- /dev/null +++ b/i18n/rus/src/vs/languages/typescript/common/lint/lint.i18n.json @@ -0,0 +1,24 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "javascript.comparisonOperatorNotStrict": "Используйте \"!==\" и \"===\" вместо \"!=\" и \"==\".", + "javascript.functionInsideLoop": "Функция внутри цикла.", + "javascript.missingSemicolon": "Отсутствующая точка с запятой.", + "javascript.newOnLowercaseFunctions": "Функция с именем в нижнем регистре, используемая в качестве конструктора.", + "javascript.reservedKeyword": "Не используйте зарезервированные ключевые слова.", + "javascript.semicolonInsteadOfBlock": "Точка с запятой вместо блока.", + "javascript.typeofCannotBeCompared": "Не является ожидаемым выводом оператора typeof.", + "javascript.typescriptSpecific": "Не используйте языковую конструкцию, характерную для TypeScript, в JavaScript.", + "layout.curlyBracketsMustNotBeOmitted": "Используйте как можно меньше фигурных скобок.", + "layout.emptyblock": "Пустой блок должен сопровождаться комментарием.", + "typescript.looksLikeTripleSlash": "Имелось в виду \"/// <reference path=\"some/path.ts\" />\"?", + "typescript.missingReturnType": "Отсутствующий возвращаемый тип.", + "typescript.unusedFunction": "Неиспользуемая локальная функция.", + "typescript.unusedImport": "Неиспользуемый импорт.", + "typescript.unusedLocalVariable": "Неиспользуемая локальная переменная.", + "typescript.unusedPrivateMember": "Неиспользуемый частный член.", + "typescript.variableUsedBeforeDeclared": "Переменная сначала используется, а затем объявляется." +} \ No newline at end of file diff --git a/i18n/rus/src/vs/languages/typescript/common/participants/nlsParticipant.i18n.json b/i18n/rus/src/vs/languages/typescript/common/participants/nlsParticipant.i18n.json new file mode 100644 index 00000000000..a15f134b1c7 --- /dev/null +++ b/i18n/rus/src/vs/languages/typescript/common/participants/nlsParticipant.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "missing.localize": "Строка требует локализации" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/languages/typescript/common/typescript.contribution.i18n.json b/i18n/rus/src/vs/languages/typescript/common/typescript.contribution.i18n.json new file mode 100644 index 00000000000..0e1ac1c38fd --- /dev/null +++ b/i18n/rus/src/vs/languages/typescript/common/typescript.contribution.i18n.json @@ -0,0 +1,34 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "allwaysAllWords": "Всегда включать все слова из текущего документа.", + "baseUrl": "Позволяет настроить базовый URL-адрес, используемый для разрешения ссылок на модуль (http://requirejs.org/docs/api.html#config-baseUrl). Этот параметр применим только к проектам, использующим определение асинхронных модулей (\"module\": \"amd\").", + "compilationSettings": "Управляет механизмом проверки TypeScript.", + "lint": "Управляет разными аспектами проверки.", + "lint.comparisonOperatorsNotStrict": "Используйте \"!==\" и \"===\" вместо \"!=\" и \"==\".", + "lint.curlyBracketsMustNotBeOmitted": "Используйте как можно меньше фигурных скобок.", + "lint.emptyBlocksWithoutComment": "Пустой блок должен сопровождаться комментарием.", + "lint.functionsInsideLoops": "Функция внутри цикла.", + "lint.functionsWithoutReturnType": "Используйте как можно меньше аннотаций возвращаемого типа для функций.", + "lint.missingSemicolon": "Отсутствующая точка с запятой.", + "lint.newOnLowercaseFunctions": "Функция с именем в нижнем регистре, используемая в качестве конструктора.", + "lint.reservedKeywords": "Не используйте зарезервированные ключевые слова.", + "lint.semicolonsInsteadOfBlocks": "Точка с запятой вместо блока.", + "lint.tripleSlashReferenceAlike": "Ищет ссылки с тройной косой чертой, содержащие опечатки.", + "lint.typeScriptSpecifics": "Не используйте языковую конструкцию, характерную для TypeScript, в JavaScript.", + "lint.unknownTypeOfResults": "Не является ожидаемым выводом оператора typeof.", + "lint.unusedFunctions": "Неиспользуемая локальная функция.", + "lint.unusedMembers": "Неиспользуемый частный член.", + "lint.unusedVariables": "Неиспользуемая локальная переменная.", + "module": "Задает используемую модульную систему.", + "noImplicitAny": "Явно примените объявления любого типа.", + "noLib": "Не используйте ввод с клавиатуры в DOM и браузерной среде.", + "scope": "При наличии нескольких проверяющих параметров определяет вложенную папку, к которой они применяются.", + "suggestSettings": "Управляет работой TypeScript IntelliSense.", + "target": "Задает используемую версию ECMA-Script.", + "tsConfigurationTitle": "Конфигурация TypeScript", + "useCodeSnippetsOnMethodSuggest": "Дополните функции их параметрической подписью." +} \ No newline at end of file diff --git a/i18n/rus/src/vs/languages/typescript/common/typescriptMode.i18n.json b/i18n/rus/src/vs/languages/typescript/common/typescriptMode.i18n.json new file mode 100644 index 00000000000..49a3242bd37 --- /dev/null +++ b/i18n/rus/src/vs/languages/typescript/common/typescriptMode.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "err.tooMuchData": "Слишком много исходных файлов JavaScript для кода VS. Рассмотрите возможность использования exclude-property в jsconfig.json." +} \ No newline at end of file diff --git a/i18n/rus/src/vs/languages/typescript/features/typescriptSnippets.i18n.json b/i18n/rus/src/vs/languages/typescript/features/typescriptSnippets.i18n.json new file mode 100644 index 00000000000..9be08bd84d7 --- /dev/null +++ b/i18n/rus/src/vs/languages/typescript/features/typescriptSnippets.i18n.json @@ -0,0 +1,24 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "class.snippet": "Определение класса", + "constructor.snippet": "Конструктор", + "doloop.snippet": "Цикл Do-while", + "foreach.snippet": "Цикл For-Each с использованием =>", + "fullproperty.snippet": "Определить полное свойство", + "getproperty.snippet": "Метод получения свойства", + "importstatement.snippet": "Импортируйте внешний модуль.", + "jsdoc.snippet": "фрагмент jsdoc", + "log.snippet": "Журнал на консоли", + "privatemethod.snippet": "Определение закрытого метода", + "publicmethod.snippet": "Определение открытого метода", + "returnfalse.snippet": "Вернуть false", + "returnstatement.snippet": "Вернуть оператор", + "returntrue.snippet": "Вернуть true", + "setproperty.snippet": "Метод задания свойства", + "throwexception.snippet": "Создать исключение", + "tripleslashreference.snippet": "Ссылка с тройной косой чертой" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/languages/typescript/project/dependencyResolver.i18n.json b/i18n/rus/src/vs/languages/typescript/project/dependencyResolver.i18n.json new file mode 100644 index 00000000000..6cfb0b17f28 --- /dev/null +++ b/i18n/rus/src/vs/languages/typescript/project/dependencyResolver.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "ref.loadFailure": "Не удалось найти файл \"{0}\"" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/languages/typescript/service/typescriptSnippets.i18n.json b/i18n/rus/src/vs/languages/typescript/service/typescriptSnippets.i18n.json new file mode 100644 index 00000000000..7e8ad8518fd --- /dev/null +++ b/i18n/rus/src/vs/languages/typescript/service/typescriptSnippets.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "class.snippet": "Определение класса", + "constructor.snippet": "Конструктор", + "foreach.snippet": "Цикл For-Each с использованием =>", + "importstatement.snippet": "Импортируйте внешний модуль.", + "jsdoc.snippet": "фрагмент jsdoc", + "privatemethod.snippet": "Определение закрытого метода", + "publicmethod.snippet": "Определение открытого метода" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/languages/vb/vbSnippets.i18n.json b/i18n/rus/src/vs/languages/vb/vbSnippets.i18n.json new file mode 100644 index 00000000000..745966e46ec --- /dev/null +++ b/i18n/rus/src/vs/languages/vb/vbSnippets.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "vbFor.snippet": "Цикл For Next", + "vbForEach.snippet": "For Each...Next", + "vbForI.snippet": "For i...Next i", + "vbForJ.snippet": "For j...Next j", + "vbPublicFunction.snippet": "Открытая функция...", + "vbPublicSub.snippet": "Открытый под...", + "vbWhile.snippet": "While ... End While" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/monaco/contrib/actions/changeTheme.i18n.json b/i18n/rus/src/vs/monaco/contrib/actions/changeTheme.i18n.json new file mode 100644 index 00000000000..3f56e1fc606 --- /dev/null +++ b/i18n/rus/src/vs/monaco/contrib/actions/changeTheme.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "highContrastTheme": "Высококонтрастная тема", + "vsDarkTheme": "Темная тема Visual Studio", + "vsLightTheme": "Тема Visual Studio" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/monaco/contrib/actions/pinWorkbench.i18n.json b/i18n/rus/src/vs/monaco/contrib/actions/pinWorkbench.i18n.json new file mode 100644 index 00000000000..c017f324df8 --- /dev/null +++ b/i18n/rus/src/vs/monaco/contrib/actions/pinWorkbench.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "pinShortcut": "Закрепить ярлык в меню \"Пуск\"" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/monaco/contrib/actions/showQuickStart.i18n.json b/i18n/rus/src/vs/monaco/contrib/actions/showQuickStart.i18n.json new file mode 100644 index 00000000000..7b7d583c49a --- /dev/null +++ b/i18n/rus/src/vs/monaco/contrib/actions/showQuickStart.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "showQuickStart": "Показать краткое руководство" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/monaco/contrib/connect/connectDropdown.i18n.json b/i18n/rus/src/vs/monaco/contrib/connect/connectDropdown.i18n.json new file mode 100644 index 00000000000..fdd46b61278 --- /dev/null +++ b/i18n/rus/src/vs/monaco/contrib/connect/connectDropdown.i18n.json @@ -0,0 +1,16 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "accountHome": "Открыть домашнюю страницу Visual Studio Online \"{0}\"", + "clone": "Клонировать репозиторий из Visual Studio Online", + "connectToVSO": "Подключиться к Visual Studio Online", + "connections": "Подключения", + "disconnectFromVSO": "Отключиться от Visual Studio Online", + "disconnectedFromVSO": "Данное рабочее пространство успешно отключено от учетной записи \"{0}\" Visual Studio Online.", + "openAzureDashboard": "Открыть панель мониторинга Microsoft Azure", + "openKuduConsole": "Открыть консоль Kudu", + "openWebSite": "Обзор веб-сайта" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/monaco/contrib/profile/profileWidget.i18n.json b/i18n/rus/src/vs/monaco/contrib/profile/profileWidget.i18n.json new file mode 100644 index 00000000000..cc57c73d577 --- /dev/null +++ b/i18n/rus/src/vs/monaco/contrib/profile/profileWidget.i18n.json @@ -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. +{ + "myProfile": "Мой профиль", + "signOut": "Выход" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/monaco/contrib/sandbox/sandboxActions.i18n.json b/i18n/rus/src/vs/monaco/contrib/sandbox/sandboxActions.i18n.json new file mode 100644 index 00000000000..4cca72d0d69 --- /dev/null +++ b/i18n/rus/src/vs/monaco/contrib/sandbox/sandboxActions.i18n.json @@ -0,0 +1,20 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "customUpdateAction": "Обновить до...", + "customVersionPrompt": "Пользовательская версия:", + "dashboardAction": "Панель мониторинга веб-сайтов Azure", + "debugAction": "Отладка", + "host": "Узел: {0}", + "hostPrompt": "Узел", + "loading": "Загрузка...", + "logAction": "Журнал", + "pingResponseAction": "Ответ на запрос проверки связи: {0}", + "restartAction": "Перезапустить", + "stableUpdateAction": "Обновить до стабильной версии", + "versionAction": "Версия: {0}", + "versionPrompt": "Версия" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/monaco/core/requestService.i18n.json b/i18n/rus/src/vs/monaco/core/requestService.i18n.json new file mode 100644 index 00000000000..807b4df9031 --- /dev/null +++ b/i18n/rus/src/vs/monaco/core/requestService.i18n.json @@ -0,0 +1,19 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "azurePortalInfo": "Посетите панель мониторинга этого сайта на [[портал Azure]], чтобы узнать, не была ли прекращена работа вашего сайта.", + "checkConnection": "Проверьте подключение к Интернету.", + "doNotRefresh": "Пока не обновляйте браузер.", + "noMore": "Поскольку подключение к серверу отсутствует довольно давно, Workbench больше не предпринимает попытки автоматического восстановления подключения.", + "notConnectedTitle": "Утрачено подключение к серверу.", + "notRecommended": "В настоящий момент выполнять обновление не рекомендуется.", + "quotaProblem": "Если подключение было прервано из-за достижения лимита квоты, проверьте режим работы сайта. В зависимости от этого решить проблему может быть очень просто - достаточно подождать несколько минут. Если используются другие лимиты квот, проанализируйте целесообразность изменения режима работы сайта на \"Общий\" или \"Стандартный\".", + "reconnectNow": "Попытайтесь подключиться повторно прямо сейчас", + "reconnecting": "Повторное подключение...", + "reconnectingIn": "Попытка повторного подключения через {0} секунд.", + "siteStoppedProblem": "Если работа сайта остановлена по другим причинам, попытайтесь перезапустить сайт.", + "visualStudioUnavailableTitle": "Редактирование в Visual Studio Online в настоящее время недоступно." +} \ No newline at end of file diff --git a/i18n/rus/src/vs/monaco/ui/dashboard/actions.i18n.json b/i18n/rus/src/vs/monaco/ui/dashboard/actions.i18n.json new file mode 100644 index 00000000000..2636a0db7d2 --- /dev/null +++ b/i18n/rus/src/vs/monaco/ui/dashboard/actions.i18n.json @@ -0,0 +1,47 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "cloningGitFromGitHub": "Клонирование репозитория Git из GitHub...", + "creatingWorkspace": "Создание рабочего пространства...", + "dashboard.cloneGithub": "Клонирование из Github", + "dashboard.cloneGithub.button": "Клонировать {0}", + "dashboard.cloneGithub.connect": "Подключиться GitHub", + "dashboard.cloneGithub.description": "Monaco может взаимодействовать с поставщиками услуг с помощью OAuth. Например, можно легко подключить Visual Studio Online к учетной записи GitHub, чтобы клонировать один из репозиториев.", + "dashboard.cloneGithub.error": "Произошла ошибка, см. дополнительные сведения на консоли.", + "dashboard.cloneGithub.loading": "Загрузка...", + "dashboard.cloneGithub.title": "Клонировать рабочее пространство из проекта Github", + "dashboard.cloneURL": "Клонировать с URL-адреса Git", + "dashboard.cloneURL.badOrEmptyPublishSettings": "Был отправлен неверный файл параметров публикации, либо в нем отсутствуют подписки. Отправьте файл повторно.", + "dashboard.cloneURL.createFromWebsite": "Создать рабочее пространство", + "dashboard.cloneURL.createWorkspaceAndWebSite": "Создать рабочее пространство и веб-сайт", + "dashboard.cloneURL.description": "Если URL-адрес репозитория git известен заранее (в настоящее время поддерживается только протокол HTTP или HTTPS), укажите его здесь, и Visual Studio Online сможет выполнить клонирование и создать из него рабочее пространство.", + "dashboard.cloneURL.errorCreatingWebSite": "Ошибка создания веб-сайта.", + "dashboard.cloneURL.errorLoadingWebsites": "Ошибка загрузки веб-сайтов, повторите попытку позже.", + "dashboard.cloneURL.noSubscriptions": "— Подписки не найдены", + "dashboard.cloneURL.placeholder": "URL-адрес репозитория", + "dashboard.cloneURL.reuploadPublishSettings": "Отправить учетную запись повторно", + "dashboard.cloneURL.title": "Клонировать рабочее пространство из репозитория Git", + "dashboard.cloneURL.uploadPublishSettings": "Отправить учетную запись", + "dashboard.cloneURL.webSiteName": "Имя веб-сайта", + "dashboard.cloneURL.websiteDescription": "Это рабочее пространство можно также связать с веб-сайтом Azure, который мы создадим для вас. Можно загрузить файл параметров учетной записи с <a href=\"{0}\" class=\"link\" target=\"_blank\"><strong>Azure</strong></a>.", + "dashboard.importFromWebsite": "Импортировать с веб-сайта", + "dashboard.upload": "Отправить", + "dashboard.upload.button": "Отправить", + "dashboard.upload.description": "Кроме того, можно отправить рабочее пространство в виде сжатого архива (в настоящее время поддерживается только ZIP).", + "dashboard.upload.title": "Отправить рабочее пространство", + "dashboard.website.badOrEmptyPublishSettings": "Был отправлен неверный файл параметров публикации, либо в нем отсутствуют подписки. Отправьте файл повторно.", + "dashboard.website.createFromWebsite": "Создать рабочее пространство", + "dashboard.website.description": "Можно загрузить параметры учетной записи с <a href=\"{0}\" class=\"link\" target=\"_blank\"><strong>Azure</strong></a>.", + "dashboard.website.errorLoadingWebsites": "Ошибка загрузки веб-сайтов, повторите попытку позже.", + "dashboard.website.noSubscriptions": "— Подписки не найдены", + "dashboard.website.noWebSites": "— Веб-сайты не найдены", + "dashboard.website.pickSubscription": "— Выберите подписку", + "dashboard.website.pickWebSite": "— Выберите веб-сайт", + "dashboard.website.reuploadPublishSettings": "Отправить учетную запись повторно", + "dashboard.website.title": "Создать рабочее пространство, импортировав веб-сайт Azure", + "dashboard.website.uploadPublishSettings": "Отправить учетную запись", + "openingWorkspace": "Открывается новая рабочая область..." +} \ No newline at end of file diff --git a/i18n/rus/src/vs/monaco/ui/dashboard/dashboard.i18n.json b/i18n/rus/src/vs/monaco/ui/dashboard/dashboard.i18n.json new file mode 100644 index 00000000000..a9a35ac118b --- /dev/null +++ b/i18n/rus/src/vs/monaco/ui/dashboard/dashboard.i18n.json @@ -0,0 +1,18 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "dashboard.confirmDelete": "Удалить рабочее пространство {0}?", + "dashboard.createWorkspace": "Создать новое рабочее пространство", + "dashboard.createWorkspace.description": "Создать новое рабочее пространство в Visual Studio Online очень легко. Для этого достаточно воспользоваться одним из перечисленных слева вариантов.", + "dashboard.createWorkspace.title": "Создать рабочую область", + "dashboard.lastChangeTime": "Дата последнего изменения: {0} назад", + "dashboard.one": "1", + "dashboard.toggleFooter": "Переключить нижний колонтитул", + "dashboard.two": "2", + "dashboard.workspacesSummary": "Рабочие пространства (всего {0})", + "workspaces": "Рабочие пространства", + "workspacesName": "Рабочие пространства" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/monaco/ui/shell/connectionIndicator.i18n.json b/i18n/rus/src/vs/monaco/ui/shell/connectionIndicator.i18n.json new file mode 100644 index 00000000000..b70dba3cfcc --- /dev/null +++ b/i18n/rus/src/vs/monaco/ui/shell/connectionIndicator.i18n.json @@ -0,0 +1,24 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "azurePortalInfoFreeShared": "Посетите [[панель мониторинга сайта]], чтобы узнать, достиг ли сайт предельной квоты.", + "azurePortalInfoStandard": "Посетите [[панель мониторинга сайта]], чтобы узнать, остановлен ли сайт.", + "azureWebSiteModeFree": "Сайт работает в бесплатном режиме с пониженными квотами.", + "azureWebSiteModeShared": "Сайт работает в режиме общего доступа с квотами.", + "checkConnection": "Проверьте подключение к Интернету.", + "freeTrial": "Бесплатная пробная версия", + "ftpAccess": "Содержимое сайта всегда можно получить по FTP.", + "noMore": "Так как соединение с сервером было утеряно некоторое время назад, workbench остановил попытки повторного подключения.", + "notConnectedTitle": "Возникли проблемы с подключением к серверу", + "reconnectNow": "Повторное подключение", + "reconnecting": "Повторное подключение...", + "reconnectingIn": "Попытка повторного подключения через {0} секунд.", + "refreshBrowser": "Связи с сервером утеряна. Обновите браузер.", + "refreshNow": "Обновить", + "tryAzureExpiredInfo": "Можно попытаться [[создать]] другой сайт или [[зарегистрироваться]] для получения бесплатной 30-дневной пробной учетной записи.", + "visualStudioUnavailableTitle": "Редактирование в Visual Studio Online сейчас недоступно.", + "wawsExpiryTitle": "Срок действия сайта истек" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/monaco/ui/shell/shell.i18n.json b/i18n/rus/src/vs/monaco/ui/shell/shell.i18n.json new file mode 100644 index 00000000000..de8392b5a0a --- /dev/null +++ b/i18n/rus/src/vs/monaco/ui/shell/shell.i18n.json @@ -0,0 +1,16 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "browseWorkspaces": "Обзор рабочих пространств", + "diff.minutes": "{0} мин : {1} с", + "diff.seconds": "00 мин : {0} с", + "legal": "Юридическая информация", + "privacy": "Конфиденциальность", + "support": "Поддержка", + "tryAzureSiteExpireTimer": "Срок действия бесплатного сайта истекает через: {0}", + "tryAzureSiteExpires": "Срок действия бесплатного сайта истек.", + "workspaces": "Рабочие пространства" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/monaco/ui/widgets/connectDropdown.i18n.json b/i18n/rus/src/vs/monaco/ui/widgets/connectDropdown.i18n.json new file mode 100644 index 00000000000..a6fd9ffbf1f --- /dev/null +++ b/i18n/rus/src/vs/monaco/ui/widgets/connectDropdown.i18n.json @@ -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. +{ + "accountHome": "Открыть домашнюю страницу Visual Studio Online {0}", + "clone": "Клонировать репозиторий из Visual Studio Online", + "connectToVSO": "Подключиться к Visual Studio Online", + "connections": "Подключения", + "disconnectFromVSO": "Отключиться от Visual Studio Online", + "disconnectedFromVSO": "Данное рабочее пространство успешно отключено от учетной записи {0} Visual Studio Online.", + "openAzureDashboard": "Открыть панель мониторинга Windows Azure", + "openWebSite": "Обзор веб-сайта" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/platform/actions/common/actionsService.i18n.json b/i18n/rus/src/vs/platform/actions/common/actionsService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/platform/actions/common/actionsService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/platform/configuration/common/configurationRegistry.i18n.json b/i18n/rus/src/vs/platform/configuration/common/configurationRegistry.i18n.json new file mode 100644 index 00000000000..d5c0dcb172b --- /dev/null +++ b/i18n/rus/src/vs/platform/configuration/common/configurationRegistry.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "masterDefaultConfigDesc": "Параметры по умолчанию", + "masterUserConfigDesc": "Параметры пользователя", + "masterWorkspaceConfigDesc": "Параметры рабочей области" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/platform/configurationRegistry.i18n.json b/i18n/rus/src/vs/platform/configurationRegistry.i18n.json new file mode 100644 index 00000000000..e6b3e5a4a40 --- /dev/null +++ b/i18n/rus/src/vs/platform/configurationRegistry.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "masterConfigDesc": "Это файл конфигурации для Workbench", + "masterConfigTitle": "Файл конфигурации", + "masterLanguageDesc": "Параметры конфигурации для отдельных языков", + "masterTypeDesc": "Или user, или team. Файлы конфигурации user имеют преимущество" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/platform/extensions/common/abstractExtensionService.i18n.json b/i18n/rus/src/vs/platform/extensions/common/abstractExtensionService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/platform/extensions/common/abstractExtensionService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/platform/extensions/common/extensionsRegistry.i18n.json b/i18n/rus/src/vs/platform/extensions/common/extensionsRegistry.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/platform/extensions/common/extensionsRegistry.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/platform/extensions/node/extensionValidator.i18n.json b/i18n/rus/src/vs/platform/extensions/node/extensionValidator.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/platform/extensions/node/extensionValidator.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/platform/files/nativeFileService.i18n.json b/i18n/rus/src/vs/platform/files/nativeFileService.i18n.json new file mode 100644 index 00000000000..ac29ed2345b --- /dev/null +++ b/i18n/rus/src/vs/platform/files/nativeFileService.i18n.json @@ -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. +{ + "encoding": "Кодировка по умолчанию для использования при чтении и записи файлов.", + "filesConfigurationTitle": "Конфигурация файлов" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/platform/files/statModel.i18n.json b/i18n/rus/src/vs/platform/files/statModel.i18n.json new file mode 100644 index 00000000000..6a6f1785557 --- /dev/null +++ b/i18n/rus/src/vs/platform/files/statModel.i18n.json @@ -0,0 +1,12 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "emptyFileNameError": "Необходимо указать имя файла или папки.", + "fileNameExistsError": "Файл или папка **{0}** уже существует в данном расположении. Выберите другое имя.", + "filePathTooLongError": "Из-за использования имени **{0}** путь слишком длинный. Выберите более короткое имя.", + "invalidFileNameError": "Имя **{0}** содержит недопустимые для имени файла или папки символы. Выберите другое имя.", + "invalidVSCFileName": "Или файла или папки **{0}** зарезервировано и его нельзя использовать. Укажите другое имя." +} \ No newline at end of file diff --git a/i18n/rus/src/vs/platform/handlerService.i18n.json b/i18n/rus/src/vs/platform/handlerService.i18n.json new file mode 100644 index 00000000000..a463cc29cb1 --- /dev/null +++ b/i18n/rus/src/vs/platform/handlerService.i18n.json @@ -0,0 +1,12 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "altKey": "ALT", + "cmdKey": "Команда", + "ctrlKey": "CTRL", + "shiftKey": "SHIFT", + "windowsKey": "Windows" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/platform/jsonschemas/common/jsonContributionRegistry.i18n.json b/i18n/rus/src/vs/platform/jsonschemas/common/jsonContributionRegistry.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/platform/jsonschemas/common/jsonContributionRegistry.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/platform/jsonschemas/common/jsonValidationExtensionPoint.i18n.json b/i18n/rus/src/vs/platform/jsonschemas/common/jsonValidationExtensionPoint.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/platform/jsonschemas/common/jsonValidationExtensionPoint.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/platform/keybinding/browser/keybindingServiceImpl.i18n.json b/i18n/rus/src/vs/platform/keybinding/browser/keybindingServiceImpl.i18n.json new file mode 100644 index 00000000000..eb3d9f2d483 --- /dev/null +++ b/i18n/rus/src/vs/platform/keybinding/browser/keybindingServiceImpl.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "first.chord": "Была нажата клавиша ({0}). Ожидание нажатия второй клавиши сочетания...", + "missing.chord": "Сочетание клавиш ({0} и {1}) не является командой.", + "unboundCommands": "Доступные команды:" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/platform/keybinding/common/keybindingsUtils.i18n.json b/i18n/rus/src/vs/platform/keybinding/common/keybindingsUtils.i18n.json new file mode 100644 index 00000000000..bdf3cb1bc18 --- /dev/null +++ b/i18n/rus/src/vs/platform/keybinding/common/keybindingsUtils.i18n.json @@ -0,0 +1,12 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "altKey": "ALT", + "cmdKey": "Команда", + "ctrlKey": "CTRL", + "shiftKey": "SHIFT", + "windowsKey": "WINDOWS" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/platform/lifecycle/common/mainThreadLifecycleService.i18n.json b/i18n/rus/src/vs/platform/lifecycle/common/mainThreadLifecycleService.i18n.json new file mode 100644 index 00000000000..d61cdbec02f --- /dev/null +++ b/i18n/rus/src/vs/platform/lifecycle/common/mainThreadLifecycleService.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "genericVeto": "Вы действительно хотите выйти?" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/platform/markers/common/problemMatcher.i18n.json b/i18n/rus/src/vs/platform/markers/common/problemMatcher.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/platform/markers/common/problemMatcher.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/platform/message/common/message.i18n.json b/i18n/rus/src/vs/platform/message/common/message.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/platform/message/common/message.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/platform/plugins/common/abstractPluginService.i18n.json b/i18n/rus/src/vs/platform/plugins/common/abstractPluginService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/platform/plugins/common/abstractPluginService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/platform/plugins/common/pluginsRegistry.i18n.json b/i18n/rus/src/vs/platform/plugins/common/pluginsRegistry.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/platform/plugins/common/pluginsRegistry.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/platform/plugins/node/pluginVersionValidator.i18n.json b/i18n/rus/src/vs/platform/plugins/node/pluginVersionValidator.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/platform/plugins/node/pluginVersionValidator.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/platform/request/nativeWorkerRequestService.i18n.json b/i18n/rus/src/vs/platform/request/nativeWorkerRequestService.i18n.json new file mode 100644 index 00000000000..150d8440f09 --- /dev/null +++ b/i18n/rus/src/vs/platform/request/nativeWorkerRequestService.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "localFileNotFound": "Файл не найден" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/platform/telemetry/electron-browser/electronTelemetryService.i18n.json b/i18n/rus/src/vs/platform/telemetry/electron-browser/electronTelemetryService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/platform/telemetry/electron-browser/electronTelemetryService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/platform/theme/common/themes.i18n.json b/i18n/rus/src/vs/platform/theme/common/themes.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/platform/theme/common/themes.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/api/node/extHostMessageService.i18n.json b/i18n/rus/src/vs/workbench/api/node/extHostMessageService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/workbench/api/node/extHostMessageService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/browser/actions/openSettings.i18n.json b/i18n/rus/src/vs/workbench/browser/actions/openSettings.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/workbench/browser/actions/openSettings.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/browser/actions/toggleSidebarPosition.i18n.json b/i18n/rus/src/vs/workbench/browser/actions/toggleSidebarPosition.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/workbench/browser/actions/toggleSidebarPosition.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/browser/actions/toggleSidebarVisibility.i18n.json b/i18n/rus/src/vs/workbench/browser/actions/toggleSidebarVisibility.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/workbench/browser/actions/toggleSidebarVisibility.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/browser/actions/triggerEditorActions.i18n.json b/i18n/rus/src/vs/workbench/browser/actions/triggerEditorActions.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/workbench/browser/actions/triggerEditorActions.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/browser/actions/triggerNavigation.i18n.json b/i18n/rus/src/vs/workbench/browser/actions/triggerNavigation.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/workbench/browser/actions/triggerNavigation.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/browser/actions/triggerQuickOpen.i18n.json b/i18n/rus/src/vs/workbench/browser/actions/triggerQuickOpen.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/workbench/browser/actions/triggerQuickOpen.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/browser/parts/activitybar/activityAction.i18n.json b/i18n/rus/src/vs/workbench/browser/parts/activitybar/activityAction.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/workbench/browser/parts/activitybar/activityAction.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/browser/parts/activitybar/activitybarPart.i18n.json b/i18n/rus/src/vs/workbench/browser/parts/activitybar/activitybarPart.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/workbench/browser/parts/activitybar/activitybarPart.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/browser/parts/compositePart.i18n.json b/i18n/rus/src/vs/workbench/browser/parts/compositePart.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/workbench/browser/parts/compositePart.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/browser/parts/editor/binaryDiffEditor.i18n.json b/i18n/rus/src/vs/workbench/browser/parts/editor/binaryDiffEditor.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/workbench/browser/parts/editor/binaryDiffEditor.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/browser/parts/editor/binaryEditor.i18n.json b/i18n/rus/src/vs/workbench/browser/parts/editor/binaryEditor.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/workbench/browser/parts/editor/binaryEditor.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/browser/parts/editor/editor.contribution.i18n.json b/i18n/rus/src/vs/workbench/browser/parts/editor/editor.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/workbench/browser/parts/editor/editor.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/browser/parts/editor/editorPart.i18n.json b/i18n/rus/src/vs/workbench/browser/parts/editor/editorPart.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/workbench/browser/parts/editor/editorPart.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/browser/parts/editor/editorStatus.i18n.json b/i18n/rus/src/vs/workbench/browser/parts/editor/editorStatus.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/workbench/browser/parts/editor/editorStatus.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/browser/parts/editor/iframeEditor.i18n.json b/i18n/rus/src/vs/workbench/browser/parts/editor/iframeEditor.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/workbench/browser/parts/editor/iframeEditor.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/browser/parts/editor/sideBySideEditorControl.i18n.json b/i18n/rus/src/vs/workbench/browser/parts/editor/sideBySideEditorControl.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/workbench/browser/parts/editor/sideBySideEditorControl.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/browser/parts/editor/stringEditor.i18n.json b/i18n/rus/src/vs/workbench/browser/parts/editor/stringEditor.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/workbench/browser/parts/editor/stringEditor.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/browser/parts/editor/textDiffEditor.i18n.json b/i18n/rus/src/vs/workbench/browser/parts/editor/textDiffEditor.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/workbench/browser/parts/editor/textDiffEditor.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/browser/parts/panel/panelPart.i18n.json b/i18n/rus/src/vs/workbench/browser/parts/panel/panelPart.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/workbench/browser/parts/panel/panelPart.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/browser/parts/quickopen/editorHistoryModel.i18n.json b/i18n/rus/src/vs/workbench/browser/parts/quickopen/editorHistoryModel.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/workbench/browser/parts/quickopen/editorHistoryModel.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/browser/parts/quickopen/quickOpenController.i18n.json b/i18n/rus/src/vs/workbench/browser/parts/quickopen/quickOpenController.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/workbench/browser/parts/quickopen/quickOpenController.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/browser/parts/sidebar/sidebarPart.i18n.json b/i18n/rus/src/vs/workbench/browser/parts/sidebar/sidebarPart.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/workbench/browser/parts/sidebar/sidebarPart.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/browser/parts/statusbar/statusbarPart.i18n.json b/i18n/rus/src/vs/workbench/browser/parts/statusbar/statusbarPart.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/workbench/browser/parts/statusbar/statusbarPart.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/browser/quickopen.i18n.json b/i18n/rus/src/vs/workbench/browser/quickopen.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/workbench/browser/quickopen.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/browser/ui/actionRegistry.i18n.json b/i18n/rus/src/vs/workbench/browser/ui/actionRegistry.i18n.json new file mode 100644 index 00000000000..89e27a4dbc8 --- /dev/null +++ b/i18n/rus/src/vs/workbench/browser/ui/actionRegistry.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "bindingSeparator": ", " +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/browser/ui/actions/openSettings.i18n.json b/i18n/rus/src/vs/workbench/browser/ui/actions/openSettings.i18n.json new file mode 100644 index 00000000000..381837ff863 --- /dev/null +++ b/i18n/rus/src/vs/workbench/browser/ui/actions/openSettings.i18n.json @@ -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. +{ + "fail.createSettings": "Не удалось создать файл \"user.json\" внутри папки \".settings\".", + "openSettings": "Открыть параметры" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/browser/ui/actions/toggleSidebarPosition.i18n.json b/i18n/rus/src/vs/workbench/browser/ui/actions/toggleSidebarPosition.i18n.json new file mode 100644 index 00000000000..18a134d8f2e --- /dev/null +++ b/i18n/rus/src/vs/workbench/browser/ui/actions/toggleSidebarPosition.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "moveLeft": "Переместить боковую панель влево", + "moveRight": "Переместить боковую панель вправо", + "togglePosition": "Изменить положение боковой панели" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/browser/ui/actions/toggleSidebarVisibility.i18n.json b/i18n/rus/src/vs/workbench/browser/ui/actions/toggleSidebarVisibility.i18n.json new file mode 100644 index 00000000000..1d91a3d5b74 --- /dev/null +++ b/i18n/rus/src/vs/workbench/browser/ui/actions/toggleSidebarVisibility.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "enterMode": "Скрыть боковую панель", + "leaveMode": "Показать боковую панель", + "toggleSidebar": "Переключить видимость боковой панели" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/browser/ui/actions/triggerEditorActions.i18n.json b/i18n/rus/src/vs/workbench/browser/ui/actions/triggerEditorActions.i18n.json new file mode 100644 index 00000000000..173b7a44538 --- /dev/null +++ b/i18n/rus/src/vs/workbench/browser/ui/actions/triggerEditorActions.i18n.json @@ -0,0 +1,16 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "closeActiveEditor": "Закрыть активный редактор", + "cycleEditor": "Перемещение между открытыми редакторами", + "focusFirstEditor": "Перейти к редактору слева", + "focusLeftEditor": "Перейти к следующему редактору слева", + "focusRigthEditor": "Перейти к следующему редактору справа", + "focusSecondEditor": "Перейти к боковому редактору", + "focusThirdEditor": "Перейти к правому редактору", + "openToSide": "Открыть сбоку", + "splitEditor": "Разделить редактор" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/browser/ui/actions/triggerNavigation.i18n.json b/i18n/rus/src/vs/workbench/browser/ui/actions/triggerNavigation.i18n.json new file mode 100644 index 00000000000..4806f7850cd --- /dev/null +++ b/i18n/rus/src/vs/workbench/browser/ui/actions/triggerNavigation.i18n.json @@ -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. +{ + "navigateNext": "Перейти вперед в истории навигации", + "navigatePrevious": "Перейти назад в истории навигации" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/browser/ui/actions/triggerQuickOpen.i18n.json b/i18n/rus/src/vs/workbench/browser/ui/actions/triggerQuickOpen.i18n.json new file mode 100644 index 00000000000..4de8eb65e80 --- /dev/null +++ b/i18n/rus/src/vs/workbench/browser/ui/actions/triggerQuickOpen.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "gotoFile": "Перейти к файлу...", + "navigateEditorHistoryByInput": "Перейти назад в истории редактора", + "quickOpen": "Быстрое открытие" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/browser/ui/parts/activitybar/activityAction.i18n.json b/i18n/rus/src/vs/workbench/browser/ui/parts/activitybar/activityAction.i18n.json new file mode 100644 index 00000000000..6383238f72c --- /dev/null +++ b/i18n/rus/src/vs/workbench/browser/ui/parts/activitybar/activityAction.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "titleKeybinding": "{0} ({1})" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/browser/ui/parts/editor/binaryDiffEditor.i18n.json b/i18n/rus/src/vs/workbench/browser/ui/parts/editor/binaryDiffEditor.i18n.json new file mode 100644 index 00000000000..2b51f5ba1f9 --- /dev/null +++ b/i18n/rus/src/vs/workbench/browser/ui/parts/editor/binaryDiffEditor.i18n.json @@ -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. +{ + "binaryDiffEditor": "Средство просмотра двоичных разниц", + "cannotDiffTextToBinary": "Сравнение двоичных и других файлов в настоящее время не поддерживается." +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/browser/ui/parts/editor/binaryEditor.i18n.json b/i18n/rus/src/vs/workbench/browser/ui/parts/editor/binaryEditor.i18n.json new file mode 100644 index 00000000000..c895e945f64 --- /dev/null +++ b/i18n/rus/src/vs/workbench/browser/ui/parts/editor/binaryEditor.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "preview": "Просмотр" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/browser/ui/parts/editor/editor.contribution.i18n.json b/i18n/rus/src/vs/workbench/browser/ui/parts/editor/editor.contribution.i18n.json new file mode 100644 index 00000000000..5b8b2b67423 --- /dev/null +++ b/i18n/rus/src/vs/workbench/browser/ui/parts/editor/editor.contribution.i18n.json @@ -0,0 +1,12 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "binaryDiffEditor": "Редактор двоичных разниц", + "binaryEditor": "Редактор двоичных ресурсов", + "iframeEditor": "Редактор IFrame", + "stringEditor": "Текстовый редактор строк", + "textDiffEditor": "Редактор текстовых разниц" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/browser/ui/parts/editor/editorPart.i18n.json b/i18n/rus/src/vs/workbench/browser/ui/parts/editor/editorPart.i18n.json new file mode 100644 index 00000000000..9ec9963aa13 --- /dev/null +++ b/i18n/rus/src/vs/workbench/browser/ui/parts/editor/editorPart.i18n.json @@ -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. +{ + "editorAccessibleLabel": "Редактор", + "editorOpenError": "Ошибка открытия {0} ({1})." +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/browser/ui/parts/editor/iframeEditor.i18n.json b/i18n/rus/src/vs/workbench/browser/ui/parts/editor/iframeEditor.i18n.json new file mode 100644 index 00000000000..1edf0b7869d --- /dev/null +++ b/i18n/rus/src/vs/workbench/browser/ui/parts/editor/iframeEditor.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "iframeEditor": "Средство просмотра IFrame" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/browser/ui/parts/editor/sideBySideEditorControl.i18n.json b/i18n/rus/src/vs/workbench/browser/ui/parts/editor/sideBySideEditorControl.i18n.json new file mode 100644 index 00000000000..f1652e39d8d --- /dev/null +++ b/i18n/rus/src/vs/workbench/browser/ui/parts/editor/sideBySideEditorControl.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "close": "Закрыть", + "loadingLabel": "Загрузка...", + "splitEditor": "Разделить редактор" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/browser/ui/parts/editor/stringEditor.i18n.json b/i18n/rus/src/vs/workbench/browser/ui/parts/editor/stringEditor.i18n.json new file mode 100644 index 00000000000..acebca2d84b --- /dev/null +++ b/i18n/rus/src/vs/workbench/browser/ui/parts/editor/stringEditor.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "textEditor": "Средство просмотра доступного только для чтения текста" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/browser/ui/parts/editor/textDiffEditor.i18n.json b/i18n/rus/src/vs/workbench/browser/ui/parts/editor/textDiffEditor.i18n.json new file mode 100644 index 00000000000..21d921db30e --- /dev/null +++ b/i18n/rus/src/vs/workbench/browser/ui/parts/editor/textDiffEditor.i18n.json @@ -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. +{ + "cannotDiffBinary": "Как минимум один из ресурсов для сравнения является двоичным. В настоящее время это не поддерживается.", + "doNotIgnoreTrimWhitespaceLabel": "Не игнорировать обрезку пробелов", + "ignoreTrimWhitespaceLabel": "Игнорировать обрезку пробелов", + "inlineDiffLabel": "Переключиться на представление в строке", + "navigate.next.label": "Следующее исправление", + "navigate.prev.label": "Предыдущее исправление", + "sideBySideDiffLabel": "Переключиться на параллельное представление", + "textDiffEditor": "Редактор текстовых разниц" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/browser/ui/parts/quickopen/quickOpenController.i18n.json b/i18n/rus/src/vs/workbench/browser/ui/parts/quickopen/quickOpenController.i18n.json new file mode 100644 index 00000000000..ad410fa23b9 --- /dev/null +++ b/i18n/rus/src/vs/workbench/browser/ui/parts/quickopen/quickOpenController.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "additionalResultsGroupLabel": "{0} ({1})", + "canNotRunPlaceholder": "Данный обработчик быстрого открытия невозможно использовать в текущем контексте", + "historyMatches": "открытые недавно ({0})", + "noResultsFound1": "Результаты не найдены", + "noResultsFound2": "Результаты не найдены", + "quickOpenInput": "Введите \"?\", чтобы узнать, какие отсюда можно выполнить действия", + "workspaceMatches": "другие соответствия ({0})" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/browser/ui/parts/sidebar/sidebarPart.i18n.json b/i18n/rus/src/vs/workbench/browser/ui/parts/sidebar/sidebarPart.i18n.json new file mode 100644 index 00000000000..ce091234aec --- /dev/null +++ b/i18n/rus/src/vs/workbench/browser/ui/parts/sidebar/sidebarPart.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "viewletTitleTooltip": "{0} ({1})" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/browser/viewlet.i18n.json b/i18n/rus/src/vs/workbench/browser/viewlet.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/workbench/browser/viewlet.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/common/quickopen.i18n.json b/i18n/rus/src/vs/workbench/common/quickopen.i18n.json new file mode 100644 index 00000000000..52e49733c21 --- /dev/null +++ b/i18n/rus/src/vs/workbench/common/quickopen.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "showEditorCommands": "Показать команды редактора" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/contrib/actions/triggerEditorAction.i18n.json b/i18n/rus/src/vs/workbench/contrib/actions/triggerEditorAction.i18n.json new file mode 100644 index 00000000000..3f373c237c4 --- /dev/null +++ b/i18n/rus/src/vs/workbench/contrib/actions/triggerEditorAction.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "selectAll.label": "Выделить все в редакторе" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/contrib/build/build.contribution.i18n.json b/i18n/rus/src/vs/workbench/contrib/build/build.contribution.i18n.json new file mode 100644 index 00000000000..9c2f20a911e --- /dev/null +++ b/i18n/rus/src/vs/workbench/contrib/build/build.contribution.i18n.json @@ -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. +{ + "name": "Сборка", + "showBuildViewlet": "Показать средство просмотра \"Сборка\"" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/contrib/build/build.i18n.json b/i18n/rus/src/vs/workbench/contrib/build/build.i18n.json new file mode 100644 index 00000000000..437036ab2aa --- /dev/null +++ b/i18n/rus/src/vs/workbench/contrib/build/build.i18n.json @@ -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. +{ + "buildLog": "Журнал сборки", + "nobuildlog.message": "Журнал сборки отсутствует." +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/contrib/build/buildStatusUpdater.i18n.json b/i18n/rus/src/vs/workbench/contrib/build/buildStatusUpdater.i18n.json new file mode 100644 index 00000000000..ebd6ada6441 --- /dev/null +++ b/i18n/rus/src/vs/workbench/contrib/build/buildStatusUpdater.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "buildErrorsBadge": "{0} ошибок сборки", + "buildProgressBadge": "Сборка", + "buildRequestFailedBadge": "Сбой запроса сборки. Проверьте журнал сборки", + "buildStatusFailedBadge": "Сбой статуса сборки. Проверьте журнал сборки" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/contrib/build/buildViewlet.i18n.json b/i18n/rus/src/vs/workbench/contrib/build/buildViewlet.i18n.json new file mode 100644 index 00000000000..e31fde9db54 --- /dev/null +++ b/i18n/rus/src/vs/workbench/contrib/build/buildViewlet.i18n.json @@ -0,0 +1,16 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "build.label": "Сборка", + "errorCount": "{0} ошибка", + "errorsCount": "{0} ошибок", + "noerror.message": "Ошибки сборки отсутствуют", + "noresult.message": "Результат сборки еще не получен.", + "openlog.label": "Открыть журнал сборки", + "seelog.message.full": "См. описание ошибок в журнале.", + "seelog.message.short": "См. описание ошибок в журнале - ", + "showlog.message": "показать журнал сборки" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/contrib/build/buildWorkspaceService.i18n.json b/i18n/rus/src/vs/workbench/contrib/build/buildWorkspaceService.i18n.json new file mode 100644 index 00000000000..95ed41a9d71 --- /dev/null +++ b/i18n/rus/src/vs/workbench/contrib/build/buildWorkspaceService.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "build.nobuildconfig.error": "Сборка не была выполнена. Отсутствуют настроенные сборки. Для настройки сборки добавьте \"monaco.build.json\" или \"nakefile.js\" в рабочую область." +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/contrib/files/binaryContentEditor.i18n.json b/i18n/rus/src/vs/workbench/contrib/files/binaryContentEditor.i18n.json new file mode 100644 index 00000000000..c637c4cd28c --- /dev/null +++ b/i18n/rus/src/vs/workbench/contrib/files/binaryContentEditor.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "binaryContentEditor": "Средство просмотра двоичного содержимого" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/contrib/files/contentEditorInput.i18n.json b/i18n/rus/src/vs/workbench/contrib/files/contentEditorInput.i18n.json new file mode 100644 index 00000000000..b32775279f1 --- /dev/null +++ b/i18n/rus/src/vs/workbench/contrib/files/contentEditorInput.i18n.json @@ -0,0 +1,16 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "pendingSaveMeeta": "Изменения сейчас сохраняются на сервер...", + "saveConflictDisplay": "Конфликт", + "saveConflictMeta": "Невозможно сохранить изменения, потому что они конфликтуют с другой версией на сервере", + "saveErorDisplay": "Ошибка при сохранении", + "saveErrorMeta": "К сожалению, возникли сложности при сохранении изменений", + "savedDiffDate": "Дата последнего сохранения: {0}", + "savedDiffTime": "Последнее сохранение: {0} назад", + "savedDisplay": "Сохранено", + "savingDisplay": "Сохранение..." +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/contrib/files/contentEditorModel.i18n.json b/i18n/rus/src/vs/workbench/contrib/files/contentEditorModel.i18n.json new file mode 100644 index 00000000000..83983f138f6 --- /dev/null +++ b/i18n/rus/src/vs/workbench/contrib/files/contentEditorModel.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "genericSaveError": "Не удалось сохранить \"{0}\": {1}", + "staleSaveError": "Не удалось сохранить {0}. На сервере сохранена более новая версия. Откройте файл и сохраните его снова.", + "unexpectedEventError": "Непредвиденная ошибка создана прослушивателем изменений файлов следующего типа: {0}" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/contrib/files/explorerViewer.i18n.json b/i18n/rus/src/vs/workbench/contrib/files/explorerViewer.i18n.json new file mode 100644 index 00000000000..e2388c8a262 --- /dev/null +++ b/i18n/rus/src/vs/workbench/contrib/files/explorerViewer.i18n.json @@ -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. +{ + "confirmOverwriteMessage": "\"{0}\" уже существует в целевой папке. Заменить его?", + "warningFileDirty": "В данный момент файл \"{0}\" сохраняется, повторите попытку позднее." +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/contrib/files/fileServices.i18n.json b/i18n/rus/src/vs/workbench/contrib/files/fileServices.i18n.json new file mode 100644 index 00000000000..b78e0825a71 --- /dev/null +++ b/i18n/rus/src/vs/workbench/contrib/files/fileServices.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "cancel": "Отмена", + "createFile": "Создать файл", + "unsavedChangesEpilogue": "\n\nВернитесь и дождитесь сохранения изменений. В противном случае изменения будут отменены.", + "unsavedChangesPreamble": "Имеются несохраненные изменения в:\n" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/contrib/files/files.contribution.i18n.json b/i18n/rus/src/vs/workbench/contrib/files/files.contribution.i18n.json new file mode 100644 index 00000000000..9b4e57da0dc --- /dev/null +++ b/i18n/rus/src/vs/workbench/contrib/files/files.contribution.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "binaryContentEditor": "Редактор двоичного содержимого", + "explore": "Произвольное тестирование", + "showExplorerViewlet": "Показать средство просмотра Explorer", + "textContentEditor": "Редактор текстового содержимого" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/contrib/files/htmlFrameEditorInput.i18n.json b/i18n/rus/src/vs/workbench/contrib/files/htmlFrameEditorInput.i18n.json new file mode 100644 index 00000000000..c895e945f64 --- /dev/null +++ b/i18n/rus/src/vs/workbench/contrib/files/htmlFrameEditorInput.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "preview": "Просмотр" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/contrib/files/statModel.i18n.json b/i18n/rus/src/vs/workbench/contrib/files/statModel.i18n.json new file mode 100644 index 00000000000..62331e9326f --- /dev/null +++ b/i18n/rus/src/vs/workbench/contrib/files/statModel.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "emptyFileNameError": "Необходимо указать имя файла или папки.", + "fileNameExistsError": "Файл или папка **{0}** уже существует в данном расположении. Выберите другое имя.", + "filePathTooLongError": "Из-за использования имени **{0}** путь слишком длинный. Выберите более короткое имя.", + "invalidFileNameError": "Имя **{0}** содержит недопустимые для имени файла или папки символы. Выберите другое имя." +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/contrib/files/textContentEditor.i18n.json b/i18n/rus/src/vs/workbench/contrib/files/textContentEditor.i18n.json new file mode 100644 index 00000000000..b1cccbb4b8a --- /dev/null +++ b/i18n/rus/src/vs/workbench/contrib/files/textContentEditor.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "cancel": "Отмена", + "createFile": "Создать файл", + "textContentEditor": "Редактор текстового содержимого" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/contrib/git/git.contribution.i18n.json b/i18n/rus/src/vs/workbench/contrib/git/git.contribution.i18n.json new file mode 100644 index 00000000000..487d6ccdb5e --- /dev/null +++ b/i18n/rus/src/vs/workbench/contrib/git/git.contribution.i18n.json @@ -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. +{ + "git": "Git", + "toggleGitViewlet": "Показать средство просмотра Git" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/contrib/git/gitOperations.i18n.json b/i18n/rus/src/vs/workbench/contrib/git/gitOperations.i18n.json new file mode 100644 index 00000000000..1e6473140c5 --- /dev/null +++ b/i18n/rus/src/vs/workbench/contrib/git/gitOperations.i18n.json @@ -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. +{ + "failParse": "Не удалось проанализировать отклик службы Git: {0}", + "gitError": "Ошибка службы Git" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/contrib/git/gitWidgets.i18n.json b/i18n/rus/src/vs/workbench/contrib/git/gitWidgets.i18n.json new file mode 100644 index 00000000000..6b4959ae7bd --- /dev/null +++ b/i18n/rus/src/vs/workbench/contrib/git/gitWidgets.i18n.json @@ -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. +{ + "Branches": "Ветви", + "currentlyDetached": "В настоящее время находится в отсоединенном режиме HEAD в {0}." +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/contrib/git/gitWorkbenchContributions.i18n.json b/i18n/rus/src/vs/workbench/contrib/git/gitWorkbenchContributions.i18n.json new file mode 100644 index 00000000000..87390912bb3 --- /dev/null +++ b/i18n/rus/src/vs/workbench/contrib/git/gitWorkbenchContributions.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "credentialsRequest": "Необходимы ваши учетные данные", + "gitPendingChangesBadge": "{0} ожидающих изменений", + "gitProgressBadge": "Выполнение статуса git", + "pendingOperation": "Ожидающая операция git запрашивает учетные данные. Введите учетные данные или отмените операцию." +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/contrib/git/views/empty/emptyView.i18n.json b/i18n/rus/src/vs/workbench/contrib/git/views/empty/emptyView.i18n.json new file mode 100644 index 00000000000..51f166d197d --- /dev/null +++ b/i18n/rus/src/vs/workbench/contrib/git/views/empty/emptyView.i18n.json @@ -0,0 +1,18 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "cantclone": "Невозможно клонировать репозиторий git в непустое рабочее пространство.", + "close": "Закрыть", + "gitRepoURL": "URL-адрес репозитория", + "gitclone": "Клонировать из URL-адреса git", + "gitinit": "Инициализировать репозиторий git", + "noGit": "Данное рабочее пространство еще не контролируется системой управления версиями git.", + "noRepositories": "В учетной записи VS Online не найдены репозитории git", + "reconnect": "Повторно подключить", + "repoFromProject": "{0} (из {1})", + "tfsConnect": "Подключиться к Visual Studio Online", + "vsoClone": "Клонировать из репозитория VS Online" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/contrib/output/output.contribution.i18n.json b/i18n/rus/src/vs/workbench/contrib/output/output.contribution.i18n.json new file mode 100644 index 00000000000..91022cb01e7 --- /dev/null +++ b/i18n/rus/src/vs/workbench/contrib/output/output.contribution.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "runConfigurationDescription": "Используется для настройки поведения при выполнении.", + "runConfigurationTitle": "Конфигурация выполнения", + "suffixDescription": "Суффикс, добавляемый к URL-адресу при нажатии кнопки \"Выполнить\"." +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/contrib/output/output.i18n.json b/i18n/rus/src/vs/workbench/contrib/output/output.i18n.json new file mode 100644 index 00000000000..57ad0fc436d --- /dev/null +++ b/i18n/rus/src/vs/workbench/contrib/output/output.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "output": "Вывод", + "outputFinaleBad": "[инфо] Если вывод не отображается, проверьте правильность настройки приложения для отправки вывода\n", + "outputFinaleGood1": "[инфо] Для данного приложения включено ведение журнала", + "outputFinaleGood2": "[инфо] Уровень ведения журнала - {0}. Для изменения этого параметра настройке приложение из {1}\n", + "outputFinaleGood3": "[info] Уровень ведения журнала: \"{0}\".\n", + "outputInfo": "[инфо] Выходные данные от выполняемого в {0} приложения отобразится здесь", + "outputRunner": "из {0}" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/contrib/output/outputActions.contribution.i18n.json b/i18n/rus/src/vs/workbench/contrib/output/outputActions.contribution.i18n.json new file mode 100644 index 00000000000..c3e0a83483c --- /dev/null +++ b/i18n/rus/src/vs/workbench/contrib/output/outputActions.contribution.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "clearOutput.label": "Очистить выходные данные", + "output.show": "Показать выходные данные...", + "run": "Выполнить" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/contrib/terminal/inPlaceCredentialsHelper.i18n.json b/i18n/rus/src/vs/workbench/contrib/terminal/inPlaceCredentialsHelper.i18n.json new file mode 100644 index 00000000000..0147a36df89 --- /dev/null +++ b/i18n/rus/src/vs/workbench/contrib/terminal/inPlaceCredentialsHelper.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "label.password": "Пароль:", + "label.rememberMe": "Запомнить меня:", + "label.username": "Имя пользователя:", + "placeholder.helpMessage": "Укажите учетные данные для <strong>{0}</strong><br/>\" + \"Нажмите <span class=\"shortcut\">{1}</span> для \" + \"<span class=\"action save\">подтверждения</span> или \" + \"<span class=\"shortcut\">{2}</span> для \" + \"<span class=\"action cancel\">отмены.</span>", + "rememberDisclaimerFullAccessibleText": "Запомните учетные данные. При сохранении пароля эта информация сохраняется на вашем веб-сайте Azure. Это означает, что любой пользователь с доступом к сайту через FTP сможет получить ваш пароль.", + "rememberDisclaimerTooltip": "При сохранении пароля эта информация сохраняется на вашем веб-сайте Azure. Это означает, что любой пользователь с доступом к сайту через FTP сможет получить ваш пароль." +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/contrib/terminal/inPlaceTerminalEditor.i18n.json b/i18n/rus/src/vs/workbench/contrib/terminal/inPlaceTerminalEditor.i18n.json new file mode 100644 index 00000000000..9f1f8f92744 --- /dev/null +++ b/i18n/rus/src/vs/workbench/contrib/terminal/inPlaceTerminalEditor.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "placeholder.helpMessage": "Вы находитесь в локальном редакторе. Нажмите \" + \"<span class=\"shortcut\">{0}</span> для \" + \"<span class=\"action save\">сохранения</span> или \" + \"<span class=\"shortcut\">{1}</span> для \" + \"<span class=\"action cancel\">отмены.</span>" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/contrib/terminal/terminalActions.contribution.i18n.json b/i18n/rus/src/vs/workbench/contrib/terminal/terminalActions.contribution.i18n.json new file mode 100644 index 00000000000..29a137688e6 --- /dev/null +++ b/i18n/rus/src/vs/workbench/contrib/terminal/terminalActions.contribution.i18n.json @@ -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. +{ + "clearConsole.label": "Очистить консоль", + "globalConsoleAction": "Открыть консоль" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/contrib/terminal/terminalActions.i18n.json b/i18n/rus/src/vs/workbench/contrib/terminal/terminalActions.i18n.json new file mode 100644 index 00000000000..2c3983aa85c --- /dev/null +++ b/i18n/rus/src/vs/workbench/contrib/terminal/terminalActions.i18n.json @@ -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. +{ + "consoleErrorBadge": "Ошибка консоли", + "consoleProgressBadge": "Команда выполняется", + "extractAll": "Извлечь все", + "globalConsoleAction": "Открыть консоль", + "openNewConsole": "Открыть новую консоль", + "runFromConsole": "Выполнить с консоли", + "switchToConsole": "{0} {1}", + "switchToConsole.label": "Переключиться к консоли" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/contrib/terminal/terminalEditor.i18n.json b/i18n/rus/src/vs/workbench/contrib/terminal/terminalEditor.i18n.json new file mode 100644 index 00000000000..68a9763c4ba --- /dev/null +++ b/i18n/rus/src/vs/workbench/contrib/terminal/terminalEditor.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "clearConsole": "Очистить консоль", + "console": "Консоль", + "terminalCancelInfo": "Остановка выполняемой в настоящее время команды...", + "terminalHelp": "Добро пожаловать на консоль Visual Studio Online Monaco!\nВведите \"{0}\", чтобы отобразить список доступных команд, или нажмите {1} для получения помощи. Введите \"{2}\", чтобы закрыть консоль." +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/contrib/terminal/terminalInput.i18n.json b/i18n/rus/src/vs/workbench/contrib/terminal/terminalInput.i18n.json new file mode 100644 index 00000000000..faddeda9ae8 --- /dev/null +++ b/i18n/rus/src/vs/workbench/contrib/terminal/terminalInput.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "terminalInputDescription": "{0} — {1}", + "terminalInputDescriptionRunning": "{0} — {1} (выполняются...)", + "terminalInputName": "Консоль", + "welcome": "Добро пожаловать" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/contrib/terminal/terminalModel.i18n.json b/i18n/rus/src/vs/workbench/contrib/terminal/terminalModel.i18n.json new file mode 100644 index 00000000000..52cd1b3c4c6 --- /dev/null +++ b/i18n/rus/src/vs/workbench/contrib/terminal/terminalModel.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "socketDisconnectText": "\nОшибка: команда более не отображает выходные данные, потому что подключение к серверу утеряно. Утеряно подключение к Интернету, либо сервер был перезапущен." +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/contrib/terminal/terminalWorkbenchContribution.i18n.json b/i18n/rus/src/vs/workbench/contrib/terminal/terminalWorkbenchContribution.i18n.json new file mode 100644 index 00000000000..6b8f237328c --- /dev/null +++ b/i18n/rus/src/vs/workbench/contrib/terminal/terminalWorkbenchContribution.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "dashboard": "Панель мониторинга", + "explore": "Произвольное тестирование", + "runningProcessesInfo": "Все еще выполняется по меньшей мере одна команда. Вернитесь на консоль и остановите выполнение всех команд. В противном случае выполнение команд продолжится в фоновом режиме.", + "setupError": "При создании рабочего пространства произошла ошибка. Удалите рабочее пространство с панели мониторинга и повторите попытку.", + "setupInfoFinish": "Рабочее пространство создано.", + "setupInfoStart": "Рабочее пространство создается. Дождитесь завершения операции." +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/contrib/terminal/terminalWorker.i18n.json b/i18n/rus/src/vs/workbench/contrib/terminal/terminalWorker.i18n.json new file mode 100644 index 00000000000..1ebeb316313 --- /dev/null +++ b/i18n/rus/src/vs/workbench/contrib/terminal/terminalWorker.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "clearCommand": "Удалить выходные данные терминала", + "clsCommand": "Удалить выходные данные терминала", + "exitCommand": "Закрыть терминал" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/contrib/testing/coverage/coverageActions.i18n.json b/i18n/rus/src/vs/workbench/contrib/testing/coverage/coverageActions.i18n.json new file mode 100644 index 00000000000..3eaef578513 --- /dev/null +++ b/i18n/rus/src/vs/workbench/contrib/testing/coverage/coverageActions.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "refresh": "Обновить" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/contrib/testing/test.contribution.i18n.json b/i18n/rus/src/vs/workbench/contrib/testing/test.contribution.i18n.json new file mode 100644 index 00000000000..bfe92910b95 --- /dev/null +++ b/i18n/rus/src/vs/workbench/contrib/testing/test.contribution.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "coveargeName": "Покрытие теста", + "enabled": "Должны ли тесты выполняться автоматически или нет.", + "name": "Тест", + "testConfigurationDescription": "Используется для настройки средства просмотра тестов.", + "testConfigurationTitle": "Конфигурация теста", + "testPage": "Относительный URL-адрес страницы, на которой выполняются тесты." +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/contrib/testing/testActions.i18n.json b/i18n/rus/src/vs/workbench/contrib/testing/testActions.i18n.json new file mode 100644 index 00000000000..b0d8f422c12 --- /dev/null +++ b/i18n/rus/src/vs/workbench/contrib/testing/testActions.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "runLocalTests.label": "Выполнить локально", + "runTestsNow.label": "Выполнить тесты", + "showCoverage.label": "Показать покрытие" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/contrib/testing/testModel.i18n.json b/i18n/rus/src/vs/workbench/contrib/testing/testModel.i18n.json new file mode 100644 index 00000000000..c4670bcf08a --- /dev/null +++ b/i18n/rus/src/vs/workbench/contrib/testing/testModel.i18n.json @@ -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. +{ + "allTestsPass": "{0} тестов пройдено успешно ({1} утверждений).", + "failedAssertion.actualExpected": "Фактически: {0}, ожидалось: {1}", + "failedAssertion.generalFailure": "Сбой утверждения", + "someTestsPass": "{0}/{1} тестов пройдено успешно.", + "testResultsUnknow": "Неизвестный", + "testRunFailure": "Сбой выполнения тестов. Причина: {0}", + "testTimeout": "Истечение времени ожидания выполнения тестов.", + "unknownError": "Неизвестная ошибка при выполнении тестов." +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/contrib/testing/testViewlet.i18n.json b/i18n/rus/src/vs/workbench/contrib/testing/testViewlet.i18n.json new file mode 100644 index 00000000000..f7242a1817c --- /dev/null +++ b/i18n/rus/src/vs/workbench/contrib/testing/testViewlet.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "backendError": "Ошибка средства запуска", + "backendExecuteError": "Ошибка выполнения URL-адреса средства запуск: {0}; {1}", + "configDisabled": "Тесты, отключенные в конфигурации", + "noConfig": "Отсутствует конфигурация теста", + "noTestsRun": "Никакие тесты еще не выполнены.", + "testFilter": "Фильтр тестов" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/contrib/testing/testWorkbenchContributions.i18n.json b/i18n/rus/src/vs/workbench/contrib/testing/testWorkbenchContributions.i18n.json new file mode 100644 index 00000000000..ed0c44c6eeb --- /dev/null +++ b/i18n/rus/src/vs/workbench/contrib/testing/testWorkbenchContributions.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "testsErrorsBadge": "Ошибки в окружении теста", + "testsFailedBadge": "{0} тестов завершились сбоем", + "testsNotConfiguredBade": "Окружение теста не настроено", + "testsPassedBadge": "Все тесты пройдены успешно", + "testsProgressBadge": "Выполнение тестов", + "testsStaleBadge": "Результаты теста устарели", + "testsStaleFailedBadge": "{0} тестов завершились сбоем" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/contrib/vsconnect/vsconnectActions.i18n.json b/i18n/rus/src/vs/workbench/contrib/vsconnect/vsconnectActions.i18n.json new file mode 100644 index 00000000000..12b167c2628 --- /dev/null +++ b/i18n/rus/src/vs/workbench/contrib/vsconnect/vsconnectActions.i18n.json @@ -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. +{ + "openInVisualStudio": "Открыть в Visual Studio", + "openInVsNotImplemented": "Открытие в Visual Studio сейчас не поддерживается." +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/contrib/zumo/zumoActions.i18n.json b/i18n/rus/src/vs/workbench/contrib/zumo/zumoActions.i18n.json new file mode 100644 index 00000000000..b99f58017fe --- /dev/null +++ b/i18n/rus/src/vs/workbench/contrib/zumo/zumoActions.i18n.json @@ -0,0 +1,14 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "browseTable": "Просмотр таблицы", + "createScripts": "Создать сценарии таблиц", + "newApi": "Новый API", + "newJob": "Новое задание", + "newTable": "Новая таблица", + "runJob": "Запустить задание", + "showOutput": "Показать выходные данные" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/electron-browser/actions.i18n.json b/i18n/rus/src/vs/workbench/electron-browser/actions.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/workbench/electron-browser/actions.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/electron-browser/crashReporter.i18n.json b/i18n/rus/src/vs/workbench/electron-browser/crashReporter.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/workbench/electron-browser/crashReporter.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/electron-browser/darwin/cli.contribution.i18n.json b/i18n/rus/src/vs/workbench/electron-browser/darwin/cli.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/workbench/electron-browser/darwin/cli.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/electron-browser/integration.i18n.json b/i18n/rus/src/vs/workbench/electron-browser/integration.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/workbench/electron-browser/integration.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/electron-browser/main.contribution.i18n.json b/i18n/rus/src/vs/workbench/electron-browser/main.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/workbench/electron-browser/main.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/electron-browser/shell.i18n.json b/i18n/rus/src/vs/workbench/electron-browser/shell.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/workbench/electron-browser/shell.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/electron-browser/update.i18n.json b/i18n/rus/src/vs/workbench/electron-browser/update.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/workbench/electron-browser/update.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/electron-main/main.i18n.json b/i18n/rus/src/vs/workbench/electron-main/main.i18n.json new file mode 100644 index 00000000000..3b06c96bf63 --- /dev/null +++ b/i18n/rus/src/vs/workbench/electron-main/main.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "newWindow": "Новое окно" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/electron-main/menus.i18n.json b/i18n/rus/src/vs/workbench/electron-main/menus.i18n.json new file mode 100644 index 00000000000..3f38e8e7097 --- /dev/null +++ b/i18n/rus/src/vs/workbench/electron-main/menus.i18n.json @@ -0,0 +1,89 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "aboutDetail": "\nВерсия {0}\nФиксация {1}\nДата {2}\nОболочка {3}\nОбработчик {4}\nУзел {5}", + "mAbout": "О программе {0}", + "mBringToFront": "Переместить все на передний план", + "mClose": "Закрыть", + "mEdit": "&&Изменить", + "mFile": "&&Файл", + "mGoto": "&&Перейти", + "mHelp": "&&Справка", + "mHide": "Скрыть {0}", + "mHideOthers": "Скрыть другие", + "mMinimize": "Свернуть", + "mShowAll": "Показать все", + "mView": "&&Просмотреть", + "mWindow": "Окно", + "miAbout": "&&О программе", + "miAutoSave": "Автоматическое сохранение", + "miBack": "&&Назад", + "miCheckForUpdates": "Проверить обновления...", + "miCheckingForUpdates": "Идет проверка обновлений...", + "miClearItems": "&&Очистить элементы", + "miCloseEditor": "Закрыть &&редактор", + "miCloseFolder": "Закрыть &&папку", + "miCloseWindow": "Закрыть &&окно", + "miCommandPalette": "&&Палитра команд...", + "miCopy": "&&Копировать", + "miCut": "&&Вырезать", + "miDarkTheme": "&&Темная тема", + "miDocumentation": "&&Документация", + "miExit": "В&&ыход", + "miFind": "&&Найти", + "miFindInFiles": "Найти в &&файлах", + "miForward": "&&Вперед", + "miGotoDefinition": "Перейти к &&определению", + "miGotoFile": "Перейти к &&файлу...", + "miGotoLine": "Перейти к &&строке...", + "miGotoSymbol": "Перейти к с&&имволу...", + "miHighTheme": "&&Высококонтрастная тема", + "miInstallingUpdate": "Идет установка обновления...", + "miLastCheckedAt": "Последняя проверка: {0}", + "miLicense": "&&Просмотреть лицензию", + "miLightTheme": "&&Светлая тема", + "miMarker": "&&Ошибки и предупреждения...", + "miMoveSidebar": "&&Переместить боковую панель", + "miNavigateHistory": "&&Журнал навигации", + "miNewFile": "&&Новый файл", + "miNewWindow": "&&Новое окно", + "miOpen": "&&Открыть...", + "miOpenFile": "&&Открыть файл...", + "miOpenFolder": "Открыть &&папку...", + "miOpenKeymap": "&&Сочетания клавиш", + "miOpenRecent": "Открыть &&последние", + "miOpenSettings": "&&Параметры пользователя", + "miOpenSnippets": "&&Фрагменты пользователя", + "miOpenWorkspaceSettings": "&&Параметры рабочей области", + "miPaste": "&&Вставить", + "miPreferences": "&&Параметры", + "miPrivacyStatement": "&&Заявление о конфиденциальности", + "miQuit": "Выйти из {0}", + "miRedo": "&&Повторить", + "miReleaseNotes": "&&Заметки о выпуске", + "miReplace": "&&Заменить", + "miReportIssues": "&&Сообщить о проблемах", + "miRestartToUpdate": "Перезапустить для обновления...", + "miRevert": "Отменить изменения в файле", + "miSave": "&&Сохранить", + "miSaveAll": "Сохранить &&все", + "miSaveAs": "Сохранить как...", + "miSelectAll": "&&Выделить все", + "miShowWelcome": "&&Отобразить приветствие", + "miSplitEditor": "Разделить &&редактор", + "miTheme": "&&Тема", + "miToggleDevTools": "&&Переключить средства разработчика", + "miToggleFullScreen": "Переключить в полно&&экранный режим", + "miToggleOutput": "Переключить в&&ыходные данные", + "miToggleSidebar": "&&Переключить боковую панель", + "miTwitter": "&&Присоединяйтесь к нам в Twitter", + "miUndo": "&&Отменить", + "miUpdatesNotAvailable": "Обновления недоступны", + "miUserVoice": "&&Запросить функции", + "miZoomIn": "&&Увеличить", + "miZoomOut": "&&Уменьшить", + "okButton": "ОК" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/electron-main/windows.i18n.json b/i18n/rus/src/vs/workbench/electron-main/windows.i18n.json new file mode 100644 index 00000000000..2aa50503515 --- /dev/null +++ b/i18n/rus/src/vs/workbench/electron-main/windows.i18n.json @@ -0,0 +1,16 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "appCrashed": "Сбой {0}", + "appCrashedDetail": "Приносим извинения за неудобство! Перезапустите {0}.", + "appStalled": "{0} не отвечает.", + "appStalledDetail": "Вы хотите выйти из {0} или продолжить ожидание?", + "exit": "Выйти", + "ok": "ОК", + "pathNotExistDetail": "Путь \"{0}\" больше не существует на диске.", + "pathNotExistTitle": "Путь не существует.", + "wait": "Подождать" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/facade.i18n.json b/i18n/rus/src/vs/workbench/facade.i18n.json new file mode 100644 index 00000000000..0186bf60d2d --- /dev/null +++ b/i18n/rus/src/vs/workbench/facade.i18n.json @@ -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. +{ + "prefixWorkspaceTitle": "{0} - {1} - {2}", + "workspaceTitle": "{0} - {1}" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/node/extensionHostMain.i18n.json b/i18n/rus/src/vs/workbench/node/extensionHostMain.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/workbench/node/extensionHostMain.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/node/pluginHostMain.i18n.json b/i18n/rus/src/vs/workbench/node/pluginHostMain.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/workbench/node/pluginHostMain.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/emmet/node/emmet.contribution.i18n.json b/i18n/rus/src/vs/workbench/parts/emmet/node/emmet.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/emmet/node/emmet.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/errorList/browser/errorList.contribution.i18n.json b/i18n/rus/src/vs/workbench/parts/errorList/browser/errorList.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/errorList/browser/errorList.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/execution/electron-browser/executionService.i18n.json b/i18n/rus/src/vs/workbench/parts/execution/electron-browser/executionService.i18n.json new file mode 100644 index 00000000000..99726e45482 --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/execution/electron-browser/executionService.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "linux.wait": "Для продолжения нажмите любую клавишу..." +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json b/i18n/rus/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json new file mode 100644 index 00000000000..0f83fac67c3 --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "console": "Консоль" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/extensions/electron-browser/extensions.contribution.i18n.json b/i18n/rus/src/vs/workbench/parts/extensions/electron-browser/extensions.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/extensions/electron-browser/extensions.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/extensions/electron-browser/extensionsActions.i18n.json b/i18n/rus/src/vs/workbench/parts/extensions/electron-browser/extensionsActions.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/extensions/electron-browser/extensionsActions.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/extensions/electron-browser/extensionsAssistant.i18n.json b/i18n/rus/src/vs/workbench/parts/extensions/electron-browser/extensionsAssistant.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/extensions/electron-browser/extensionsAssistant.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/extensions/electron-browser/extensionsQuickOpen.i18n.json b/i18n/rus/src/vs/workbench/parts/extensions/electron-browser/extensionsQuickOpen.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/extensions/electron-browser/extensionsQuickOpen.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/extensions/electron-browser/extensionsWidgets.i18n.json b/i18n/rus/src/vs/workbench/parts/extensions/electron-browser/extensionsWidgets.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/extensions/electron-browser/extensionsWidgets.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/extensions/electron-browser/extensionsWorkbenchExtension.i18n.json b/i18n/rus/src/vs/workbench/parts/extensions/electron-browser/extensionsWorkbenchExtension.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/extensions/electron-browser/extensionsWorkbenchExtension.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/extensions/node/extensionsService.i18n.json b/i18n/rus/src/vs/workbench/parts/extensions/node/extensionsService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/extensions/node/extensionsService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/feedback/browser/feedback.i18n.json b/i18n/rus/src/vs/workbench/parts/feedback/browser/feedback.i18n.json new file mode 100644 index 00000000000..05cd89dae97 --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/feedback/browser/feedback.i18n.json @@ -0,0 +1,20 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "PrivacyText": "Мы заботимся о вашей конфиденциальности", + "aliasFullAccessibleText": "Укажите свой адрес электронной почты, чтобы мы могли связаться с вами при наличии вопросов по поводу вашего отзыва.", + "aliasHeader": "Добавить адрес электронной почты", + "aliasTooltip": "Если вы укажете свой адрес электронной почты, мы сможем связаться с вами, если у нас возникнут какие-либо вопросы по поводу вашего отзыва.", + "commentsHeader": "Комментарии", + "feedbackSending": "Отправляется...", + "feedbackSendingError": "Повторите попытку", + "feedbackSent": "Спасибо :)", + "frownCaption": "Плохо", + "send": "Отправить", + "send us your feedback": "Отправьте нам свой отзыв", + "sentiment": "Каковы ваши впечатления?", + "smileCaption": "Хорошо" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/files/browser/editors/binaryFileEditor.i18n.json b/i18n/rus/src/vs/workbench/parts/files/browser/editors/binaryFileEditor.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/files/browser/editors/binaryFileEditor.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/files/browser/editors/fileEditorInput.i18n.json b/i18n/rus/src/vs/workbench/parts/files/browser/editors/fileEditorInput.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/files/browser/editors/fileEditorInput.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/files/browser/editors/textFileEditor.i18n.json b/i18n/rus/src/vs/workbench/parts/files/browser/editors/textFileEditor.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/files/browser/editors/textFileEditor.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/files/browser/fileActions.contribution.i18n.json b/i18n/rus/src/vs/workbench/parts/files/browser/fileActions.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/files/browser/fileActions.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/files/browser/fileActions.i18n.json b/i18n/rus/src/vs/workbench/parts/files/browser/fileActions.i18n.json new file mode 100644 index 00000000000..6443a880964 --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/files/browser/fileActions.i18n.json @@ -0,0 +1,45 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "cancel": "Отмена", + "collapse": "Свернуть", + "compareFiles": "Сравнить файлы", + "compareInputDescription": "{0} - сравнивается с {1}", + "compareSource": "Выбрать для сравнения", + "compareWith": "Сравнить с {0}", + "confirmDeleteMessageFile": "Вы действительно хотите удалить \"{0}\" без возможности восстановления?", + "confirmDeleteMessageFolder": "Вы действительно хотите удалить папку \"{0}\" и ее содержимое без возможности восстановления?", + "confirmMoveTrashMessageFile": "Вы действительно хотите удалить \"{0}\"?", + "confirmMoveTrashMessageFolder": "Вы действительно хотите удалить папку \"{0}\" и ее содержимое?", + "confirmOverwrite": "Файл с таким именем уже существует в конечной папке. Заменить его?", + "copyFile": "Копировать", + "createNewFile": "Создать файл", + "createNewFolder": "Создать папку", + "delete": "Удалить", + "disableJavaScript": "Отключить JavaScript", + "downloadWorkspace": "Скачать рабочее пространство", + "duplicateFile": "Дублировать", + "emptyFileNameError": "Необходимо указать имя файла или папки.", + "enableJavaScript": "Включить JavaScript", + "fileNameExistsError": "Файл или папка **{0}** уже существует в данном расположении. Выберите другое имя.", + "filePathTooLongError": "Из-за использования имени **{0}** путь слишком длинный. Выберите более короткое имя.", + "invalidFileNameError": "Имя **{0}** содержит недопустимые для имени файла или папки символы. Выберите другое имя.", + "invalidVSCFileName": "Или файла или папки **{0}** зарезервировано и его нельзя использовать. Укажите другое имя.", + "newFile": "Создать файл", + "newFolder": "Создать папку", + "openDerivedResource": "Открыть производный ресурс", + "openPreview": "Открыть предварительный просмотр", + "openToSide": "Открыть сбоку", + "pasteFile": "Вставить", + "refresh": "Обновить", + "reload": "Перезагрузить", + "rename": "Переименовать", + "retry": "Повторить попытку", + "saveAll": "Сохранить все \"грязные\" файлы", + "uploadFiles": "Отправить файлы", + "viewSource": "Показать исходный код", + "warningFileDirty": "В данный момент файл \"{0}\" сохраняется, повторите попытку позднее." +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/files/browser/fileTracker.i18n.json b/i18n/rus/src/vs/workbench/parts/files/browser/fileTracker.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/files/browser/fileTracker.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/files/browser/files.contribution.i18n.json b/i18n/rus/src/vs/workbench/parts/files/browser/files.contribution.i18n.json new file mode 100644 index 00000000000..70d9e746534 --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/files/browser/files.contribution.i18n.json @@ -0,0 +1,21 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "binaryFileEditor": "Редактор двоичных файлов", + "dynamicHeight": "Управляет тем, будет ли высота раздела рабочих файлов динамически адаптироваться к количеству элементов.", + "encoding": "Кодировка набора символов по умолчанию, используемая при чтении и записи файлов", + "exclude": "Настройка стандартных масок для исключения файлов и папок", + "explore": "Просмотр", + "explorerConfigurationTitle": "Конфигурация проводника", + "files.exclude.boolean": "Стандартная маска, соответствующая путям к файлам. Задайте значение true или false, чтобы включить или отключить маску.", + "files.exclude.when": "Дополнительная проверка элементов того же уровня соответствующего файла. Используйте $(basename) в качестве переменной для соответствующего имени файла.", + "filesConfigurationTitle": "Конфигурация файлов", + "maxVisible": "Максимальное число рабочих файлов, отображаемых до появления полосы прокрутки", + "showExplorerViewlet": "Показать проводник", + "textFileEditor": "Редактор текстовых файлов", + "trimTrailingWhitespace": "Если этот параметр включен, при сохранении файла будет удален пробел в конце.", + "view": "Просмотреть" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/files/browser/saveErrorHandler.i18n.json b/i18n/rus/src/vs/workbench/parts/files/browser/saveErrorHandler.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/files/browser/saveErrorHandler.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/files/browser/views/emptyView.i18n.json b/i18n/rus/src/vs/workbench/parts/files/browser/views/emptyView.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/files/browser/views/emptyView.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/files/browser/views/explorerView.i18n.json b/i18n/rus/src/vs/workbench/parts/files/browser/views/explorerView.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/files/browser/views/explorerView.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/files/browser/views/explorerViewer.i18n.json b/i18n/rus/src/vs/workbench/parts/files/browser/views/explorerViewer.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/files/browser/views/explorerViewer.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/files/browser/views/workingFilesView.i18n.json b/i18n/rus/src/vs/workbench/parts/files/browser/views/workingFilesView.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/files/browser/views/workingFilesView.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/files/browser/views/workingFilesViewer.i18n.json b/i18n/rus/src/vs/workbench/parts/files/browser/views/workingFilesViewer.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/files/browser/views/workingFilesViewer.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/files/browser/workingFilesPicker.i18n.json b/i18n/rus/src/vs/workbench/parts/files/browser/workingFilesPicker.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/files/browser/workingFilesPicker.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/files/common/editors/textFileEditorModel.i18n.json b/i18n/rus/src/vs/workbench/parts/files/common/editors/textFileEditorModel.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/files/common/editors/textFileEditorModel.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/files/electron-browser/electronFileActions.i18n.json b/i18n/rus/src/vs/workbench/parts/files/electron-browser/electronFileActions.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/files/electron-browser/electronFileActions.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/files/electron-browser/files.electron.contribution.i18n.json b/i18n/rus/src/vs/workbench/parts/files/electron-browser/files.electron.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/files/electron-browser/files.electron.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/files/electron-browser/textFileServices.i18n.json b/i18n/rus/src/vs/workbench/parts/files/electron-browser/textFileServices.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/files/electron-browser/textFileServices.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/git/browser/gitActionItems.i18n.json b/i18n/rus/src/vs/workbench/parts/git/browser/gitActionItems.i18n.json new file mode 100644 index 00000000000..55364270a75 --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/git/browser/gitActionItems.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "createNewBranch": "Создать новую ветвь", + "dupeBranchName": "Имя ветви уже существует.", + "invalidBranchName": "Недопустимое имя ветви." +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/git/browser/gitActions.contribution.i18n.json b/i18n/rus/src/vs/workbench/parts/git/browser/gitActions.contribution.i18n.json new file mode 100644 index 00000000000..b580de601fd --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/git/browser/gitActions.contribution.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "openInEditor": "Переключиться в представление редактора", + "stageSelectedLines": "Разместить выделенные строки в промежуточной среде", + "switchToChangesView": "Переключиться в представление изменений" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/git/browser/gitActions.i18n.json b/i18n/rus/src/vs/workbench/parts/git/browser/gitActions.i18n.json new file mode 100644 index 00000000000..bab6e2968f0 --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/git/browser/gitActions.i18n.json @@ -0,0 +1,42 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "amendCommit": "Изменить предыдущую фиксацию", + "branch": "Ветвь", + "clone": "Клон", + "commitAll": "Зафиксировать все", + "commitAll2": "Зафиксировать все", + "commitStaged": "Зафиксировать размещенные в промежуточной среде", + "commitStaged2": "Зафиксировать размещенные в промежуточной среде", + "confirmUndo": "Отменить изменения в {0}?", + "confirmUndoAllMultiple": "Имеются неразмещенные в промежуточной среде изменения в файлах ({0} шт.).", + "confirmUndoAllOne": "Имеются неразмещенные в промежуточной среде изменения в файле {0}.", + "confirmUndoMessage": "Вы действительно хотите отменить все изменения?", + "currentBranch": "Текущая ветвь \"{0}\" обновлена.", + "currentBranchPlural": "Текущая ветвь {0} находится на {1} фиксаций до и {2} фиксаций после {3}.", + "currentBranchPluralSingle": "Текущая ветвь {0} находится на {1} фиксаций до и {2} фиксаций после {3}.", + "currentBranchSingle": "Текущая ветвь {0} находится на {1} фиксаций до и {2} фиксаций после {3}.", + "currentBranchSinglePlural": "Текущая ветвь {0} находится на {1} фиксаций до и {2} фиксаций после {3}.", + "currentlyDetached": "Нельзя выполнить синхронизацию в отключенном режиме.", + "dirtyChanges": "Сохраните, отмените или создайте временную копию изменений перед синхронизацией.", + "dirtyTreeCheckout": "Не удается извлечь. Сначала нужно сохранить или разместить работу.", + "dirtyTreePull": "Не удается запросить. Сначала нужно сохранить или разместить работу.", + "init": "Инициализация", + "noUpstream": "Для текущей ветви \"{0}\" не настроена восходящая ветвь.", + "openChange": "Открыть изменение", + "openFile": "Открыть файл", + "pull": "Получить", + "push": "Отправить", + "refresh": "Обновить", + "stageAllChanges": "Разместить в промежуточной среде все", + "stageChanges": "Этап", + "sync": "Синхронизация", + "synchronizing": "Идет синхронизация...", + "undoAllChanges": "Отменить все", + "undoChanges": "Отменить", + "unstage": "Отменить размещение", + "unstageAllChanges": "Отменить размещение в промежуточной среде всего" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/git/browser/gitQuickOpen.i18n.json b/i18n/rus/src/vs/workbench/parts/git/browser/gitQuickOpen.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/git/browser/gitQuickOpen.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/git/browser/gitServices.i18n.json b/i18n/rus/src/vs/workbench/parts/git/browser/gitServices.i18n.json new file mode 100644 index 00000000000..7fa448197be --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/git/browser/gitServices.i18n.json @@ -0,0 +1,21 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "badConfigFile": "Git {0}", + "cancel": "Отмена", + "cantOpen": "Невозможно открыть этот ресурс git.", + "cantOpenResource": "Невозможно открыть этот ресурс git.", + "changesFromIndex": "{0} - Изменения в индексе", + "changesFromTree": "{0} - Изменения в {1}", + "checkConsole": "Возникла проблема при выполнении операции git. Воспользуйтесь консолью для проверки состояния репозитория.", + "checkNativeConsole": "Ошибка при выполнении операции GIT, используйте консоль для проверки состояния репозитория.", + "configureUsernameEmail": "Настройте ваши имя пользователя и электронную почту.", + "gitIndexChanges": "{0} - Изменения в индексе", + "gitMergeChanges": "{0} - Объединить изменения", + "openConsole": "Открыть консоль", + "unmergedChanges": "Перед сохранением необходимо сначала разрешить необъединенные изменения.", + "workingTreeChanges": "{0} - Изменения в рабочем дереве" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/git/browser/gitWidgets.i18n.json b/i18n/rus/src/vs/workbench/parts/git/browser/gitWidgets.i18n.json new file mode 100644 index 00000000000..956aed82d52 --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/git/browser/gitWidgets.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "gitNotEnabled": "Git недоступен в этой рабочей области." +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/git/browser/gitWorkbenchContributions.i18n.json b/i18n/rus/src/vs/workbench/parts/git/browser/gitWorkbenchContributions.i18n.json new file mode 100644 index 00000000000..2753ffc9fe1 --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/git/browser/gitWorkbenchContributions.i18n.json @@ -0,0 +1,17 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "executeGitCommands": "Выполнить команды Git", + "git": "Git", + "gitAutoFetch": "Включено ли автоматическое получение.", + "gitCommands": "Команды Git", + "gitConfigurationTitle": "Конфигурация Git", + "gitPath": "Путь к исполняемому файлу Git", + "gitPendingChangesBadge": "Ожидающие изменения: {0}", + "gitProgressBadge": "Состояние выполнения Git", + "toggleGitViewlet": "Показать Git", + "view": "Просмотреть" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/git/browser/views/changes/changesView.i18n.json b/i18n/rus/src/vs/workbench/parts/git/browser/views/changes/changesView.i18n.json new file mode 100644 index 00000000000..81c1741d175 --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/git/browser/views/changes/changesView.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "commitMessage": "Сообщение фиксации", + "needMessage": "Предоставьте сообщение фиксации. В любом случае можно нажать кнопку **{0}**, чтобы зафиксировать изменения. При наличии размещенных изменений зафиксированы будут только они. В противном случае фиксируются все изменения.", + "nothingToCommit": "Как только появятся изменения для фиксации, введите сообщение фиксации и нажмите кнопку **{0}**, чтобы зафиксировать изменения. При наличии размещенных изменений зафиксированы будут только они. В противном случае фиксируются все изменения." +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/git/browser/views/changes/changesViewer.i18n.json b/i18n/rus/src/vs/workbench/parts/git/browser/views/changes/changesViewer.i18n.json new file mode 100644 index 00000000000..d6855e66f66 --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/git/browser/views/changes/changesViewer.i18n.json @@ -0,0 +1,33 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "added-char": "A", + "allChanges": "Изменения", + "copied-char": "C", + "deleted-char": "D", + "ignored-char": "!", + "mergeChanges": "Объединить изменения", + "modified-char": "M", + "renamed-char": "R", + "stagedChanges": "Размещенные изменения", + "title-conflict-added-by-them": "Конфликт: добавлено ими", + "title-conflict-added-by-us": "Конфликт: добавлено нами", + "title-conflict-both-added": "Конфликт: оба добавлены", + "title-conflict-both-deleted": "Конфликт: оба удалены", + "title-conflict-both-modified": "Конфликт: оба изменены", + "title-conflict-deleted-by-them": "Конфликт: удалено ими", + "title-conflict-deleted-by-us": "Конфликт: удалено нами", + "title-deleted": "Удалено", + "title-ignored": "Пропущен", + "title-index-added": "Добавлено в индекс", + "title-index-copied": "Копировано в индекс", + "title-index-deleted": "Удалено из индекса", + "title-index-modified": "Изменено в индексе", + "title-index-renamed": "Переименовано в индексе", + "title-modified": "Изменено", + "title-untracked": "Не отслеживается", + "untracked-char": "A" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/git/browser/views/disabled/disabledView.i18n.json b/i18n/rus/src/vs/workbench/parts/git/browser/views/disabled/disabledView.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/git/browser/views/disabled/disabledView.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/git/browser/views/empty/emptyView.i18n.json b/i18n/rus/src/vs/workbench/parts/git/browser/views/empty/emptyView.i18n.json new file mode 100644 index 00000000000..1005d325d3b --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/git/browser/views/empty/emptyView.i18n.json @@ -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. +{ + "gitinit": "Инициализировать репозиторий Git", + "noGit": "Эта рабочая область еще не находится в системе управления версиями Git." +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/git/browser/views/gitless/gitlessView.i18n.json b/i18n/rus/src/vs/workbench/parts/git/browser/views/gitless/gitlessView.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/git/browser/views/gitless/gitlessView.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/git/browser/views/notroot/notrootView.i18n.json b/i18n/rus/src/vs/workbench/parts/git/browser/views/notroot/notrootView.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/git/browser/views/notroot/notrootView.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/git/browser/views/noworkspace/noworkspaceView.i18n.json b/i18n/rus/src/vs/workbench/parts/git/browser/views/noworkspace/noworkspaceView.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/git/browser/views/noworkspace/noworkspaceView.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/git/electron-main/askpassService.i18n.json b/i18n/rus/src/vs/workbench/parts/git/electron-main/askpassService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/git/electron-main/askpassService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/git/node/git.lib.i18n.json b/i18n/rus/src/vs/workbench/parts/git/node/git.lib.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/git/node/git.lib.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/html/browser/html.contribution.i18n.json b/i18n/rus/src/vs/workbench/parts/html/browser/html.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/html/browser/html.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/html/browser/htmlPreviewPart.i18n.json b/i18n/rus/src/vs/workbench/parts/html/browser/htmlPreviewPart.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/html/browser/htmlPreviewPart.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/markdown/browser/markdownActions.contribution.i18n.json b/i18n/rus/src/vs/workbench/parts/markdown/browser/markdownActions.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/markdown/browser/markdownActions.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/markdown/browser/markdownActions.i18n.json b/i18n/rus/src/vs/workbench/parts/markdown/browser/markdownActions.i18n.json new file mode 100644 index 00000000000..f47e5a197a4 --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/markdown/browser/markdownActions.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "openPreview": "Открыть предварительный просмотр" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/markdown/browser/markdownEditorInput.i18n.json b/i18n/rus/src/vs/workbench/parts/markdown/browser/markdownEditorInput.i18n.json new file mode 100644 index 00000000000..667a92e3374 --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/markdown/browser/markdownEditorInput.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "preview": "Предварительный просмотр \"{0}\"" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/markdown/common/markdownEditorInput.i18n.json b/i18n/rus/src/vs/workbench/parts/markdown/common/markdownEditorInput.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/markdown/common/markdownEditorInput.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/markdown/common/markdownEditorModel.i18n.json b/i18n/rus/src/vs/workbench/parts/markdown/common/markdownEditorModel.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/markdown/common/markdownEditorModel.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/output/browser/output.contribution.i18n.json b/i18n/rus/src/vs/workbench/parts/output/browser/output.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/output/browser/output.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/output/browser/outputActions.contribution.i18n.json b/i18n/rus/src/vs/workbench/parts/output/browser/outputActions.contribution.i18n.json new file mode 100644 index 00000000000..b1988a7d84a --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/output/browser/outputActions.contribution.i18n.json @@ -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. +{ + "clearOutput.label": "Очистить выходные данные", + "viewCategory": "Просмотреть" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/output/browser/outputActions.i18n.json b/i18n/rus/src/vs/workbench/parts/output/browser/outputActions.i18n.json new file mode 100644 index 00000000000..7c357ae6ca2 --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/output/browser/outputActions.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "clearOutput": "Очистить выходные данные", + "outputErrorsBadge": "Выходные данные содержат ошибки", + "run": "Выполнить", + "showOutput": "Показать выходные данные" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/output/browser/outputPanel.i18n.json b/i18n/rus/src/vs/workbench/parts/output/browser/outputPanel.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/output/browser/outputPanel.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/output/common/outputEditorInput.i18n.json b/i18n/rus/src/vs/workbench/parts/output/common/outputEditorInput.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/output/common/outputEditorInput.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/quickopen/browser/commandsHandler.i18n.json b/i18n/rus/src/vs/workbench/parts/quickopen/browser/commandsHandler.i18n.json new file mode 100644 index 00000000000..db9f5e0e984 --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/quickopen/browser/commandsHandler.i18n.json @@ -0,0 +1,17 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "QuickCommandsAction.label": "Показать команды редактора", + "QuickCommandsEditorAction.label": "Показать команды редактора", + "actionNotEnabled": "Команда {0} не включена в этом контексте.", + "canNotRun": "Выполнить команду {0} отсюда невозможно.", + "commandsHandlerDescriptionDefault": "Показать и выполнить команды (F1)", + "commandsHandlerDescriptionIE": "Показать и выполнить команды (Alt+F1)", + "commandsHandlerDescriptionMac": "Отобразить и выполнить команды (Cmd+P)", + "commandsHandlerDescriptionNative": "Отобразить и выполнить команды (CTRL+P)", + "editorCommandsHandler": "Показать и выполнить команды редактора", + "showTriggerActions": "Показать все команды" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/quickopen/browser/gotoLineHandler.i18n.json b/i18n/rus/src/vs/workbench/parts/quickopen/browser/gotoLineHandler.i18n.json new file mode 100644 index 00000000000..5d20c0fd34e --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/quickopen/browser/gotoLineHandler.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "gotoLine": "Перейти к строке...", + "gotoLineDescriptionMac": "Перейти к строке (Cmd+G)", + "gotoLineDescriptionWin": "Перейти к строке (CTRL+G)", + "gotoLineLabel": "Перейти к строке {0}", + "gotoLineLabelEmpty": "Введите номер строки для перехода", + "gotoLineLabelEmptyWithLimit": "Введите номер строки от 1 до {0} для перехода" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/quickopen/browser/gotoSymbolHandler.i18n.json b/i18n/rus/src/vs/workbench/parts/quickopen/browser/gotoSymbolHandler.i18n.json new file mode 100644 index 00000000000..c6f19c80ea2 --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/quickopen/browser/gotoSymbolHandler.i18n.json @@ -0,0 +1,24 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "GotoSymbolEditorAction.label": "Перейти к символу...", + "_constructor": "конструкторы ({0})", + "call": "вызовы ({0})", + "class": "классы ({0})", + "function": "функции ({0})", + "gotoSymbol": "Перейти к символу...", + "gotoSymbolDescriptionNormalMac": "Перейти к символу (Cmd+SHIFT+O, Cmd+SHIFT+,)", + "gotoSymbolDescriptionNormalWin": "Перейти к символу (CTRL+SHIFT+O, CTRL+SHIFT+,)", + "gotoSymbolDescriptionScoped": "Перейти к символу по категории", + "grouplabel": "{0} ({1})", + "interface": "интерфейсы ({0})", + "method": "методы ({0})", + "modules": "модули ({0})", + "property": "свойства ({0})", + "symbols": "символы ({0})", + "variable": "переменные ({0})", + "variable2": "переменные ({0})" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/quickopen/browser/helpHandler.i18n.json b/i18n/rus/src/vs/workbench/parts/quickopen/browser/helpHandler.i18n.json new file mode 100644 index 00000000000..923addf7286 --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/quickopen/browser/helpHandler.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "editorCommands": "команды редактора", + "globalCommands": "глобальные команды", + "helpDescription": "Показать справку" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/quickopen/browser/markersHandler.i18n.json b/i18n/rus/src/vs/workbench/parts/quickopen/browser/markersHandler.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/quickopen/browser/markersHandler.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/quickopen/browser/quickopen.contribution.i18n.json b/i18n/rus/src/vs/workbench/parts/quickopen/browser/quickopen.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/quickopen/browser/quickopen.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/search/browser/openAnythingHandler.i18n.json b/i18n/rus/src/vs/workbench/parts/search/browser/openAnythingHandler.i18n.json new file mode 100644 index 00000000000..c5af77410c6 --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/search/browser/openAnythingHandler.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "fileAndTypeResults": "результаты файлов и символов" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/search/browser/openFileHandler.i18n.json b/i18n/rus/src/vs/workbench/parts/search/browser/openFileHandler.i18n.json new file mode 100644 index 00000000000..a53f45a4207 --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/search/browser/openFileHandler.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "searchResults": "результаты поиска" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/search/browser/openSymbolHandler.i18n.json b/i18n/rus/src/vs/workbench/parts/search/browser/openSymbolHandler.i18n.json new file mode 100644 index 00000000000..72f3a42429b --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/search/browser/openSymbolHandler.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "symbols": "результаты символов" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/search/browser/search.contribution.i18n.json b/i18n/rus/src/vs/workbench/parts/search/browser/search.contribution.i18n.json new file mode 100644 index 00000000000..a03f95ca76a --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/search/browser/search.contribution.i18n.json @@ -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. +{ + "excludeFolders": "Исключаемые папки при выполнении полнотекстового поиска в рабочем пространстве.", + "findInFolder": "Найти в папке", + "name": "Поиск", + "openAnythingHandlerDescriptionMac": "Открыть файлы и символы по имени (Cmd+O, Cmd+,)", + "openAnythingHandlerDescriptionWin": "Открыть файлы и символы по имени (Ctrl+O, Ctrl+,)", + "searchConfigurationDescription": "Используется для настройки параметров поиска.", + "searchConfigurationTitle": "Конфигурация поиска", + "showSearchViewlet": "Показать средство просмотра \"Поиск\"" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/search/browser/searchViewlet.i18n.json b/i18n/rus/src/vs/workbench/parts/search/browser/searchViewlet.i18n.json new file mode 100644 index 00000000000..70f539391ca --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/search/browser/searchViewlet.i18n.json @@ -0,0 +1,31 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "CollapseAllAction.label": "Свернуть", + "RefreshAction.label": "Обновить", + "RemoveAction.label": "remove", + "SelectOrRemoveAction.removeLabel": "Удалить", + "SelectOrRemoveAction.selectLabel": "Выделить", + "findInFolder": "Найти в папке", + "inputFileTypes": "например, *.js", + "inputFolderExclusions": "например, folder1, folder2", + "inputFolderIncludes": "например, folder1, folder2", + "label.Search": "Условие поиска", + "noResults": "Результаты не найдены", + "noResultsConfiguredExcludes": "Результаты не найдены. Текущие настройки исключают некоторые папки.", + "noResultsExcludes": "Результаты не найдены за исключением папок \"{0}\" - ", + "noResultsIncludes": "Результаты в \"{0}\" не найдены - ", + "noResultsIncludesPatterns": "В \"{0}\" не найдены результаты с именами файлов \"{1}\" - ", + "noResultsPatterns": "Результаты с именами файлов \"{0}\" не найдены - ", + "regexp.validationFailure": "Выражение сопоставляет все", + "rerunSearch.message": "Выполните поиск во всех файлах", + "searchMatch": "Найдено {0} соответствие", + "searchMatches": "Найдено {0} соответствий", + "searchMaxResultsWarning": "Результирующий набор включает только подмножество всех соответствий. Чтобы уменьшить число результатов, сузьте условия поиска.", + "searchScope.files": "файлы для выполнения поиска", + "searchScope.folders": "исключаемые папки", + "searchScope.include.folders": "включаемые папки" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/snippets/electron-browser/snippets.contribution.i18n.json b/i18n/rus/src/vs/workbench/parts/snippets/electron-browser/snippets.contribution.i18n.json new file mode 100644 index 00000000000..531cdfbf5dc --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/snippets/electron-browser/snippets.contribution.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "openSnippet.errorOnCreate": "Не удалось создать {0}.", + "openSnippet.label": "Фрагменты", + "openSnippet.pickLanguage": "Выберите язык для фрагмента.", + "preferences": "Параметры" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/tasks/browser/processRunnerDetector.i18n.json b/i18n/rus/src/vs/workbench/parts/tasks/browser/processRunnerDetector.i18n.json new file mode 100644 index 00000000000..87b22aa404f --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/tasks/browser/processRunnerDetector.i18n.json @@ -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. +{ + "TaskSystemDetector.noGulpTasks": "Выполнение gulp --tasks-simple не выдало ни одной задачи. Вы выполнили установку NPM?", + "TaskSystemDetector.noJakeTasks": "Выполнение jake --tasks не выдало ни одной задачи. Вы выполнили установку NPM?" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/tasks/browser/taskQuickOpen.i18n.json b/i18n/rus/src/vs/workbench/parts/tasks/browser/taskQuickOpen.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/tasks/browser/taskQuickOpen.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/tasks/electron-browser/task.contribution.i18n.json b/i18n/rus/src/vs/workbench/parts/tasks/electron-browser/task.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/tasks/electron-browser/task.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/tasks/node/processRunnerConfiguration.i18n.json b/i18n/rus/src/vs/workbench/parts/tasks/node/processRunnerConfiguration.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/tasks/node/processRunnerConfiguration.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/tasks/node/processRunnerDetector.i18n.json b/i18n/rus/src/vs/workbench/parts/tasks/node/processRunnerDetector.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/tasks/node/processRunnerDetector.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/tasks/node/processRunnerSystem.i18n.json b/i18n/rus/src/vs/workbench/parts/tasks/node/processRunnerSystem.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/tasks/node/processRunnerSystem.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/themes/electron-browser/themes.contribution.i18n.json b/i18n/rus/src/vs/workbench/parts/themes/electron-browser/themes.contribution.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/themes/electron-browser/themes.contribution.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/services/files/electron-browser/fileService.i18n.json b/i18n/rus/src/vs/workbench/services/files/electron-browser/fileService.i18n.json new file mode 100644 index 00000000000..0344f79f043 --- /dev/null +++ b/i18n/rus/src/vs/workbench/services/files/electron-browser/fileService.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "trashFailed": "Не удалось переместить \"{0}\" в корзину." +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/services/files/node/fileService.i18n.json b/i18n/rus/src/vs/workbench/services/files/node/fileService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/workbench/services/files/node/fileService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/services/history/browser/history.i18n.json b/i18n/rus/src/vs/workbench/services/history/browser/history.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/workbench/services/history/browser/history.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json b/i18n/rus/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/services/lifecycle/common/lifecycleService.i18n.json b/i18n/rus/src/vs/workbench/services/lifecycle/common/lifecycleService.i18n.json new file mode 100644 index 00000000000..483c64e54c9 --- /dev/null +++ b/i18n/rus/src/vs/workbench/services/lifecycle/common/lifecycleService.i18n.json @@ -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. +{ + "primaryButton": "Отмена", + "secondaryButton": "Выйти" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/services/message/browser/messageService.i18n.json b/i18n/rus/src/vs/workbench/services/message/browser/messageService.i18n.json new file mode 100644 index 00000000000..3a0fb133ed0 --- /dev/null +++ b/i18n/rus/src/vs/workbench/services/message/browser/messageService.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "closeMessages": "Закрыть уведомления" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/services/message/electron-browser/messageService.i18n.json b/i18n/rus/src/vs/workbench/services/message/electron-browser/messageService.i18n.json new file mode 100644 index 00000000000..ed8ac4a6654 --- /dev/null +++ b/i18n/rus/src/vs/workbench/services/message/electron-browser/messageService.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "yesButton": "Да" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/services/request/node/requestService.i18n.json b/i18n/rus/src/vs/workbench/services/request/node/requestService.i18n.json new file mode 100644 index 00000000000..7224cab1ada --- /dev/null +++ b/i18n/rus/src/vs/workbench/services/request/node/requestService.i18n.json @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "httpConfigurationTitle": "Конфигурация HTTP", + "localFileNotFound": "Файл не найден.", + "proxy": "Используемый параметр прокси. Если он не задан, он будет взят из переменных среды http_proxy и https_proxy." +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/services/themes/node/themeService.i18n.json b/i18n/rus/src/vs/workbench/services/themes/node/themeService.i18n.json new file mode 100644 index 00000000000..8b6ad71cd4e --- /dev/null +++ b/i18n/rus/src/vs/workbench/services/themes/node/themeService.i18n.json @@ -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. +{} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/services/thread/electron-browser/threadService.i18n.json b/i18n/rus/src/vs/workbench/services/thread/electron-browser/threadService.i18n.json new file mode 100644 index 00000000000..db1b0b88e41 --- /dev/null +++ b/i18n/rus/src/vs/workbench/services/thread/electron-browser/threadService.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "pluginHostProcess.crash": "НЕУСТРАНИМАЯ ОШИБКА. Произошел сбой в хост-процессе подключаемого модуля. В настоящий момент не удается восстановиться после этой ошибки. Перезапустите модуль." +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/ui/parts/editor/quickstart.i18n.json b/i18n/rus/src/vs/workbench/ui/parts/editor/quickstart.i18n.json new file mode 100644 index 00000000000..8ba6e9418b2 --- /dev/null +++ b/i18n/rus/src/vs/workbench/ui/parts/editor/quickstart.i18n.json @@ -0,0 +1,19 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "previewTitle": "Служба функционирует в режиме предварительного просмотра. Отправьте нам свой отзыв. Благодарим за помощь в создании безупречной службы!", + "quickStartCaption1Body": "Используйте Git для клонирования кода на сайт, управления изменениями и запуска в продуктивной среде", + "quickStartCaption1Title": "Система управления версиями", + "quickStartCaption2Body": "С помощью {0} можно быстро найти файл. Нажав CTRL + Q, можно просмотреть недавнюю историю.", + "quickStartCaption2Title": "Быстрое открытие", + "quickStartCaption3Body": "Просмотреть другой файл параллельно и в контексте", + "quickStartCaption3Title": "Параллельно", + "quickStartCaption4Body": "Файлы автоматически сохраняются в фоновом режиме", + "quickStartCaption4Title": "Автоматическое сохранение", + "quickStartSection1Title": "Четыре основных совета по этой среде", + "quickStartTitle": "Краткое руководство", + "quickStartVideoLink": "См. другие советы на Channel9" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/ui/parts/editor/resourceDiffEditor.i18n.json b/i18n/rus/src/vs/workbench/ui/parts/editor/resourceDiffEditor.i18n.json new file mode 100644 index 00000000000..364f1743a81 --- /dev/null +++ b/i18n/rus/src/vs/workbench/ui/parts/editor/resourceDiffEditor.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "binaryDiffEditor": "Средство просмотра двоичных разниц" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/ui/parts/editor/resourceEditor.i18n.json b/i18n/rus/src/vs/workbench/ui/parts/editor/resourceEditor.i18n.json new file mode 100644 index 00000000000..0bfb5d111d2 --- /dev/null +++ b/i18n/rus/src/vs/workbench/ui/parts/editor/resourceEditor.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "binaryEditor": "Средство просмотра двоичных объектов" +} \ No newline at end of file