First cut of translations.

This commit is contained in:
Dirk Baeumer 2016-05-26 15:47:13 +02:00
parent e1999f2685
commit 3318619f5d
162 changed files with 746 additions and 116 deletions

View file

@ -11,7 +11,7 @@
"End of file expected": "预期的文件结尾",
"ExpectedCloseBrace": "需要逗号或右大括号",
"ExpectedCloseBracket": "需要逗号或右中括号",
"Invalid symbol": "预期的 JSON 对象、数组或文本",
"Invalid symbol": "需要 JSON 对象、数组或文本",
"InvalidEscapeCharacter": "字符串中的转义字符无效",
"InvalidNumberFormat": "数字格式无效",
"InvalidUnicode": "字符串中的 Unicode 序列无效",

View file

@ -18,6 +18,7 @@
"javascript.validate.enable": "启用/禁用 JavaScript 验证",
"typescript.reloadProjects.title": "重新加载 TypeScript 项目",
"typescript.tsdk.desc": "指定包含要使用的 tsserver 和 lib*.d.ts 文件的文件夹路径。",
"typescript.tsserver.trace": "启用对发送到 TS 服务器的消息进行跟踪",
"typescript.useCodeSnippetsOnMethodSuggest.dec": "完成函数的参数签名。",
"typescript.validate.enable": "启用/禁用 TypeScript 验证"
}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -4,7 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"acceptSuggestionOnEnter": "控制是否应接受建议 \"Enter\" (\"Tab\" 除外)。帮助避免“插入新行”或“接受建议”之间的歧义。",
"acceptSuggestionOnEnter": "控制除了 \"Tab\" 以外,是否还应在 \"Enter\" 时接受建议。帮助避免“插入新行”或“接受建议”之间的歧义。",
"autoClosingBrackets": "控制编辑器是否应该在左括号后自动插入右括号",
"cursorBlinking": "控制光标闪烁动画,接受的值为'blink'、'visible' 和 'hidden'",
"cursorStyle": "控制光标样式,接受的值为 'block' 和 'line'",

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -5,7 +5,7 @@
// Do not edit this file. It is machine generated.
{
"addSelectionToNextFindMatch": "将选择添加到下一个查找匹配项",
"changeAll.label": "更改所有事件",
"changeAll.label": "更改所有匹配项",
"findNextMatchAction": "查找下一个",
"findPreviousMatchAction": "查找上一个",
"moveSelectionToNextFindMatch": "将上次选择移动到下一个查找匹配项",

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,9 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* 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": "对不起,但是还不能对用于多个文件的符号执行重命名。"
}

View file

@ -66,7 +66,7 @@
"tags.ion.item": "ionList 的子级。",
"tags.ion.list": "该列表几乎在任何移动应用中都是被广泛使用的界面元素,并且内容范围可以涵盖从基本的文本到按钮、切换组件、图标以及缩略图。",
"tags.ion.modalview": "Modal 是一个内容窗格,可以临时查看用户的主视图。通常用于做出选择或编辑项。",
"tags.ion.navbackbutton": "ionNavBar 的子级。 在 ionNavBar 内创建一个返回按钮。该按钮在用户在当前导航堆栈能够返回时出现。",
"tags.ion.navbackbutton": "ionNavBar 的子级。在 ionNavBar 内创建一个返回按钮。在用户在当前导航堆栈能够返回时,将出现该按钮。",
"tags.ion.navbar": "如果你有 ionNavView 指令,你也可以创建 <ion-nav-bar>,它将创建随着应用程序状态改变而更新的 topbar。",
"tags.ion.navbuttons": "ionNavView 的子级。使用 ionNavButtons 设置来自 ionView 内部的 ionNavBar 上的按钮。",
"tags.ion.navtitle": "ionNavView 的子级。ionNavTitle 指令用于将 ionNavBar 标题文本替换为 ionView 模板中的自定义 HTML。",

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -7,7 +7,7 @@
"extensionDescription.activationEvents1": "属性“{0}”可以省略或其类型必须是 \"string[]\"",
"extensionDescription.activationEvents2": "必须同时指定或同时省略属性”{0}“和”{1}“",
"extensionDescription.empty": "已获得空扩展说明",
"extensionDescription.engines": "属性”{0}“为必需且其类型必须为 \"object\"",
"extensionDescription.engines": "属性“{0}”为必需且其类型必须为 \"object\"",
"extensionDescription.engines.vscode": "属性“{0}”是必需的,其类型必须是“字符串”",
"extensionDescription.extensionDependencies": "属性“{0}”可以省略或其类型必须是 \"string[]\"",
"extensionDescription.main1": "属性“{0}”可以省略,或者其类型必须是“字符串”",

View file

@ -12,7 +12,7 @@
"schema.json.anyOf": "架构的数组,必须至少有一个匹配。",
"schema.json.default": "默认值。由建议使用。",
"schema.json.definitions": "不用于验证。将你希望使用 $ref 内嵌引用的子架构放在此处",
"schema.json.dependencies": "属性名称到属性名称数组或架构的映射。属性名称数组指的是键中的属性名称。这取决于为保证有效而显示在对象中的数组中的属性。如果该值是一个架构,则该架构仅应用于该对象(如果键中的属性存在于对象上)。",
"schema.json.dependencies": "属性名称到属性名称数组或架构的映射。属性名称数组意味着键中的属性名称取决于对象中存在的数组的属性,从而保证名称有效。如果该值是一个架构,则该架构仅应用于该对象(如果键中的属性存在于对象上)。",
"schema.json.description": "元素的详细描述。用于悬停菜单和建议。",
"schema.json.enum": "一组有效的文字值",
"schema.json.exclusiveMaximum": "使最大的属性成为专有属性。",

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -6,7 +6,7 @@
{
"allFiles": "所有文件",
"cancel": "取消",
"dontSave": "不保存(&&S)",
"dontSave": "不保存(&&N)",
"save": "保存(&&S)",
"saveAll": "全部保存(&&S)",
"saveChangesDetail": "如果不保存,更改将丢失。",

View file

@ -5,11 +5,11 @@
// Do not edit this file. It is machine generated.
{
"authFailed": "在 GIT 远程上进行身份验证失败。",
"branch": "分支",
"branch2": "分支",
"checkout": "签出",
"branch": "Branch",
"branch2": "Branch",
"checkout": "Checkout",
"cleanChangesLabel": "清理更改(&&C)",
"commit": "提交",
"commit": "Commit",
"commitAll": "全部提交",
"commitAll2": "全部提交",
"commitStaged": "提交已暂存的",
@ -36,9 +36,9 @@
"openFile": "打开文件",
"publish": "发布",
"publishPickMessage": "选取要将分支“{0}”发布到的远程:",
"pull": "",
"pull": "Pull",
"pullWithRebase": "拉取(变基)",
"push": "推送",
"push": "Push",
"refresh": "刷新",
"stageAllChanges": "全部暂存",
"stageChanges": "暂存",

View file

@ -29,7 +29,7 @@
"JsonSchema.pattern.endLine": "问题结束行的匹配组索引。默认为未定义",
"JsonSchema.pattern.file": "文件名的匹配组索引。如果省略,则使用 1。",
"JsonSchema.pattern.line": "问题行的匹配组索引。默认值为 2",
"JsonSchema.pattern.location": "问题位置的匹配组索引。有效的位置模式为(line)、(line,column)和(startLine,startColumn,endLine,endColumn)。如果省略了,将使用行和列。",
"JsonSchema.pattern.location": "问题位置的匹配组索引。有效的位置模式为(line)、(line,column)和(startLine,startColumn,endLine,endColumn)。如果省略了,将假定行和列。",
"JsonSchema.pattern.loop": "在多行中,匹配程序循环指示是否只要匹配就在循环中执行此模式。只能在多行模式的最后一个模式上指定。",
"JsonSchema.pattern.message": "消息的匹配组索引。如果省略,则在指定了位置时默认值为 4在其他情况下默认值为 5。",
"JsonSchema.pattern.regexp": "用于在输出中查找错误、警告或信息的正则表达式。",

View file

@ -10,7 +10,7 @@
"invalid.path.1": "“contributes.{0}.path”({1})应包含在扩展的文件夹({2})内。这可能会使扩展不可移植。",
"reqarray": "扩展点“{0}”必须是数组。 ",
"reqpath": "“contributes.{0}.path”中应为字符串。提供的值: {1}",
"vscode.extension.contributes.themes": "参与讨论 TextMate 的颜色主题。",
"vscode.extension.contributes.themes": "请提供 TextMate 颜色主题。",
"vscode.extension.contributes.themes.label": "显示在 UI 中的颜色主题标签。",
"vscode.extension.contributes.themes.path": "tmTheme 文件的路径。该路径相对于扩展文件夹,通常为 \"./themes/themeFile.tmTheme\"。",
"vscode.extension.contributes.themes.uiTheme": "定义编辑器周围颜色的基本主题: \"vs\" 是浅色主题,\"vs-dark\" 是深色主题。"

View file

@ -4,7 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"configuration.title": "PHP 設定選項",
"configuration.title": "PHP 組態選項",
"configuration.validate.enable": "是否啟用 PHP 驗證。",
"configuration.validate.executablePath": "指向 PHP 可執行檔。",
"configuration.validate.run": "是否在儲存或輸入時執行 linter。"

View file

@ -18,6 +18,7 @@
"javascript.validate.enable": "啟用 / 停用 JavaScript 驗證",
"typescript.reloadProjects.title": "重新載入 TypeScript 專案",
"typescript.tsdk.desc": "指定資料夾路徑,其中包含要使用的 tsserver 和 lib*.d.ts 檔案。",
"typescript.tsserver.trace": "允許追蹤傳送到 TS 伺服器的訊息",
"typescript.useCodeSnippetsOnMethodSuggest.dec": "使用其參數簽章完成函式。",
"typescript.validate.enable": "啟用 / 停用 TypeScript 驗證"
}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,9 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* 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": "抱歉,但是還無法對用在多個檔案中的符號執行重新命名。"
}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -23,9 +23,9 @@
"createNewFile": "新增檔案",
"createNewFolder": "新增資料夾",
"delete": "刪除",
"deleteButtonLabel": "刪除(&D)",
"deleteButtonLabelRecycleBin": "移至資源回收筒(&M)",
"deleteButtonLabelTrash": "移至垃圾筒(&M)",
"deleteButtonLabel": "刪除(&&D)",
"deleteButtonLabelRecycleBin": "移至資源回收筒(&&M)",
"deleteButtonLabelTrash": "移至垃圾筒(&&M)",
"duplicateFile": "複製",
"emptyFileNameError": "必須提供檔案或資料夾名稱。",
"fileNameExistsError": "這個位置已存在檔案或資料夾 **{0}**。請選擇不同的名稱。",
@ -53,7 +53,7 @@
"refresh": "重新整理",
"rename": "重新命名",
"reopenClosedFile": "重新開啟已關閉的檔案",
"replaceButtonLabel": "取代(&R)",
"replaceButtonLabel": "取代(&&R)",
"retry": "重試",
"revert": "還原檔案",
"save": "儲存",

View file

@ -8,6 +8,6 @@
"fileInputAriaLabel": "輸入檔案名稱。請按 Enter 鍵確認或按 Esc 鍵取消。",
"filesExplorerViewerAriaLabel": "{0},檔案總管",
"irreversible": "此動作無法回復!",
"replaceButtonLabel": "取代(&R)",
"replaceButtonLabel": "取代(&&R)",
"warningFileDirty": "正在儲存 '{0}' 檔案,請稍後再試一次。"
}

View file

@ -6,8 +6,8 @@
{
"allFiles": "所有檔案",
"cancel": "取消",
"dontSave": "不要儲存(&N)",
"save": "儲存(&S)",
"dontSave": "不要儲存(&&N)",
"save": "儲存(&&S)",
"saveAll": "全部儲存(&&S)",
"saveChangesDetail": "如果您不儲存變更,這些變更將會遺失。",
"saveChangesMessage": "要儲存對 {0} 所做的變更嗎?",

View file

@ -5,17 +5,17 @@
// Do not edit this file. It is machine generated.
{
"authFailed": "Git 遠端的驗證失敗。",
"branch": "分支",
"branch2": "分支",
"checkout": "簽出",
"cleanChangesLabel": "清除變更(&C)",
"commit": "認可",
"branch": "Branch",
"branch2": "Branch",
"checkout": "Checkout",
"cleanChangesLabel": "清除變更(&&C)",
"commit": "Commit",
"commitAll": "全部認可",
"commitAll2": "全部認可",
"commitStaged": "認可已分段",
"commitStaged2": "認可已分段",
"confirmPublishMessage": "確定要將 '{0}' 發行至 '{1}' 嗎?",
"confirmPublishMessageButton": "發行(&P)",
"confirmPublishMessageButton": "發行(&&P)",
"confirmUndo": "確定要清除 '{0}' 中的變更嗎?",
"confirmUndoAllMultiple": "{0} 個檔案中有取消暫存的變更。\n\n此動作無法回復!",
"confirmUndoAllOne": "{0} 個檔案中有取消暫存的變更。\n\n此動作無法回復!",
@ -36,9 +36,9 @@
"openFile": "開啟檔案",
"publish": "發行",
"publishPickMessage": "挑選要發行分支 '{0}' 的目標遠端:",
"pull": "提取",
"pull": "Pull",
"pullWithRebase": "提取 (重訂基底)",
"push": "推送",
"push": "Push",
"refresh": "重新整理",
"stageAllChanges": "全部分段",
"stageChanges": "分段",

View file

@ -72,7 +72,7 @@
"TaskSystem.noBuildType": "未設定有效的工作執行器。支援的工作執行器為 [服務] 和 [程式]。",
"TaskSystem.noConfiguration": "未設定任何工作執行器。",
"TaskSystem.runningTask": "有一個工作正在執行。要終止工作嗎?",
"TaskSystem.terminateTask": "終止工作(&T)",
"TaskSystem.terminateTask": "終止工作(&&T)",
"TaskSystem.unknownError": "執行工作時發生錯誤。如需詳細資訊,請參閱工作記錄檔。",
"TerminateAction.failed": "無法終止執行中的工作",
"TerminateAction.label": "終止執行中的工作",

View file

@ -5,5 +5,5 @@
// Do not edit this file. It is machine generated.
{
"cancelButton": "取消",
"yesButton": "是(&Y)"
"yesButton": "是(&&Y)"
}

View file

@ -6,8 +6,8 @@
{
"schema.json": "Beschreibt eine JSON-Datei mithilfe eines Schemas. Weitere Informationen finden Sie unter \"json-schema.org\".",
"schema.json.$schema": "Das Schema, anhand dessen das Dokument überprüft wird. ",
"schema.json.additionalItems": "Für Arrays. Gilt nur, wenn \"items\" als Array festgelegt ist. Wenn es sich um ein Schema handelt, überprüft dieses Schema Elemente nach den vom Elementarray angegebenen Elementen. Wenn der Wert \"false\" ist, führen zusätzliche Elemente zu Validierungsfehlern.",
"schema.json.additionalProperties": "Ein Schema oder ein boolescher Wert. Wenn es sich um ein Schema handelt, werden alle Eigenschaften überprüft, die nicht mit \"properties\" oder \"patternProperties\" übereinstimmen. Wenn \"false\", bewirken alle Eigenschaften, die mit keiner dieser Angaben übereinstimmen, einen Schemafehler.",
"schema.json.additionalItems": "Für Arrays. Gilt nur, wenn \"items\" als Array festgelegt ist. Wenn es sich um ein Schema handelt, überprüft dieses Schema Elemente nach den vom Elementarray angegebenen Elementen. Wenn der Wert FALSE ist, führen zusätzliche Elemente zu Validierungsfehlern.",
"schema.json.additionalProperties": "Ein Schema oder ein boolescher Wert. Wenn es sich um ein Schema handelt, werden alle Eigenschaften überprüft, die nicht mit \"properties\" oder \"patternProperties\" übereinstimmen. Wenn der Wert FALSE ist, bewirken alle Eigenschaften, die mit keiner dieser Angaben übereinstimmen, einen Schemafehler.",
"schema.json.allOf": "Ein Array von Schemas, die alle übereinstimmen müssen.",
"schema.json.anyOf": "Ein Array von Schemas, von denen mindestens ein Schema übereinstimmen muss.",
"schema.json.default": "Ein Standardwert. Wird von Vorschlägen verwendet.",
@ -37,5 +37,5 @@
"schema.json.required": "Ein Array von Zeichenfolgen, das die Namen aller für dieses Objekt erforderlichen Eigenschaften auflistet.",
"schema.json.title": "Ein beschreibender Titel des Elements.",
"schema.json.type": "Eine Zeichenfolge eines der grundlegenden Schematypen (\"number\", \"integer\", \"null\", \"array\", \"object\", \"boolean\", \"string\") oder ein Array aus Zeichenfolgen, das eine Teilmenge dieser Typen angibt.",
"schema.json.uniqueItems": "Gibt an, dass alle Elemente im Array eindeutig sein müssen. Der Standardwert ist \"false\"."
"schema.json.uniqueItems": "Gibt an, dass alle Elemente im Array eindeutig sein müssen. Der Standardwert ist FALSE."
}

View file

@ -18,6 +18,7 @@
"javascript.validate.enable": "JavaScript-Überprüfung aktivieren/deaktivieren",
"typescript.reloadProjects.title": "TypeScript-Projekt erneut laden",
"typescript.tsdk.desc": "Gibt den Ordnerpfad mit den zu verwendenden tsserver- und lib*.d.ts-Dateien an.",
"typescript.tsserver.trace": "Aktiviert die Nachverfolgung von an den TS-Server gesendeten Nachrichten.",
"typescript.useCodeSnippetsOnMethodSuggest.dec": "Vervollständigen Sie Funktionen mit deren Parametersignatur.",
"typescript.validate.enable": "TypeScript-Überprüfung aktivieren/deaktivieren"
}

View file

@ -4,14 +4,14 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"altKey": "ALT",
"altKey.long": "ALT",
"altKey": "Alt",
"altKey.long": "Alt",
"cmdKey": "Befehl",
"cmdKey.long": "Befehl",
"ctrlKey": "STRG",
"ctrlKey": "Strg",
"ctrlKey.long": "Steuerelement",
"shiftKey": "UMSCHALTTASTE",
"shiftKey.long": "UMSCHALTTASTE",
"shiftKey": "Umschalttaste",
"shiftKey.long": "Umschalttaste",
"windowsKey": "Windows",
"windowsKey.long": "Windows"
}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -9,7 +9,7 @@
"indentUsingSpaces": "Einzug mithilfe von Leerzeichen",
"indentUsingTabs": "Einzug mithilfe von Tabstopps",
"indentationToSpaces": "Einzug in Leerzeichen konvertieren",
"indentationToTabs": "Einzug in Registerkarten konvertieren",
"indentationToTabs": "Einzug in Tabstopps konvertieren",
"selectTabWidth": "Tabulatorgröße für aktuelle Datei auswählen",
"toggleRenderWhitespace": "Rendern von Leerzeichen umschalten"
}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,9 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* 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."
}

View file

@ -40,7 +40,7 @@
"tags.figcaption": "Das figcaption-Element stellt einen Titel oder eine Legende für den restlichen Inhalt des übergeordneten figure-Elements des figcaption-Elements dar (wenn vorhanden).",
"tags.figure": "Das figure-Element stellt Flussinhalt (optional mit einem Titel) dar, der eigenständig ist (wie ein vollständiger Satz) und auf den normalerweise aus dem Hauptfluss des Dokuments als einzelne Einheit verwiesen wird.",
"tags.footer": "Das footer-Element stellt eine Fußzeile für seinen nächsten Vorgänger mit unterteilendem Inhalt oder das unterteilende Stammelement dar. Ein footer-Element enthält normalerweise Informationen zu seinem Abschnitt, z. B. zum Autor, Links zu verwandten Dokumenten, Copyrightinformationen usw.",
"tags.form": "Das form-Element stellt eine Auflistung von Elementen dar, die einem Formular zugeordnet sind. Einige dieser Elemente können bearbeitbare Werte darstellen, die an einen Server für die Verarbeitung übermittelt werden können.",
"tags.form": "Das form-Element stellt eine Sammlung von Elementen dar, die einem Formular zugeordnet sind. Einige dieser Elemente können bearbeitbare Werte darstellen, die an einen Server für die Verarbeitung übermittelt werden können.",
"tags.h1": "Das h1-Element stellt eine Abschnittsüberschrift dar.",
"tags.h2": "Das h2-Element stellt eine Abschnittsüberschrift dar.",
"tags.h3": "Das h3-Element stellt eine Abschnittsüberschrift dar.",

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -5,9 +5,9 @@
// Do not edit this file. It is machine generated.
{
"authFailed": "Fehler bei der Authentifizierung für den Git-Remotespeicherort.",
"branch": "Verzweigung",
"branch": "Branch",
"branch2": "Branch",
"checkout": "Auschecken",
"checkout": "Checkout",
"cleanChangesLabel": "&&Änderungen bereinigen",
"commit": "Commit",
"commitAll": "Commit für alle ausführen",

View file

@ -33,7 +33,7 @@
"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.properties": "Asignación de nombres de propiedad a 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, nulo, matriz, objeto, booleano, cadena) o una matriz de cadenas que especifica un subconjunto de esos tipos.",

View file

@ -18,6 +18,7 @@
"javascript.validate.enable": "Habilitar o deshabilitar la validación de JavaScript",
"typescript.reloadProjects.title": "Recargar proyecto de TypeScript",
"typescript.tsdk.desc": "Especifica la ruta de acceso de carpeta que contiene los archivos lib*.d.ts y tsserver que se van a usar.",
"typescript.tsserver.trace": "Habilita el seguimiento de los mensajes enviados al servidor de TS.",
"typescript.useCodeSnippetsOnMethodSuggest.dec": "Complete las funciones con la signatura de parámetro.",
"typescript.validate.enable": "Habilitar o deshabilitar la validación de TypeScript"
}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,9 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* 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."
}

View file

@ -74,7 +74,7 @@
"tags.ion.optionbutton": "Elemento secundario de ionItem. Crea un botón de opción dentro de un elemento de lista que queda visible cuando el usuario pasa el elemento a la izquierda.",
"tags.ion.pane": "Contenedor simple que se ajusta al contenido, sin efectos secundarios. Agrega la clase \"pane\" al elemento.",
"tags.ion.popoverview": "Popover es una vista que flota sobre el contenido de una aplicación. Las vistas Popover son una forma fácil de presentar información del usuario o de recopilarla.",
"tags.ion.radio": "La directiva radio de ion no difiere de la entrada de radio HTML, salvo en el estilo. ionRadio se comporta como una entrada de radio AngularJS.",
"tags.ion.radio": "La directiva ionRadio no difiere de la entrada de radio HTML, salvo en el estilo. ionRadio se comporta como una entrada de radio AngularJS.",
"tags.ion.refresher": "Elemento secundario de ionContent o ionScroll. Permite agregar la opción de incorporar cambios para actualizar a una vista scrollView. Colóquelo como primer elemento secundario del elemento ionContent o ionScroll.",
"tags.ion.reorderbutton": "Elemento secundario de ionItem.",
"tags.ion.scroll": "Crea un contenedor desplazable para todo el contenido incluido.",

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -6,6 +6,6 @@
{
"activationError": "Error al activar la extensión `{0}`: {1}.",
"failedDep1": "La extensión `{1}` no se pudo activar. Motivo: La dependencia `{0}` no se pudo activar.",
"failedDep2": "La extensión `{0}` no se pudo activar. Motivo: Más de 10 niveles de dependencias (probablemente sea un bucle de dependencias).",
"failedDep2": "La extensión `{0}` no se pudo activar. Motivo: más de 10 niveles de dependencias (probablemente sea un bucle de dependencias).",
"unknownDep": "La extensión `{1}` no se pudo activar. Motivo: dependencia `{0}` desconocida."
}

View file

@ -12,7 +12,7 @@
"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 aplica solamente al objeto si la propiedad en la clave existe en el objeto.",
"schema.json.dependencies": "Asignación de nombres de propiedad a una matriz de nombres de propiedad o a un esquema. Una matriz de nombres de propiedad implica que, para que sea válida, la propiedad nombrada en la clave depende de las propiedades de la matriz que se encuentren en el objeto. Si el valor es un esquema, este se aplica 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 mantener el puntero.",
"schema.json.enum": "El conjunto de valores literales que son válidos",
"schema.json.exclusiveMaximum": "Hace exclusiva la propiedad maximum.",

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -6,5 +6,5 @@
{
"emmetConfigurationTitle": "Configuración de Emmet",
"expandAbbreviationAction": "Emmet: Expandir abreviatura",
"triggerExpansionOnTab": "Si está habilitada, se expanden la abreviaturas de Emmet cuando se presiona la tecla TAB."
"triggerExpansionOnTab": "Cuando se habilita, se expanden la abreviaturas de Emmet al presionar la tecla TAB."
}

View file

@ -6,7 +6,7 @@
{
"allFiles": "Todos los archivos",
"cancel": "Cancelar",
"dontSave": "No guardar",
"dontSave": "&&No guardar",
"save": "&&Guardar",
"saveAll": "&&Guardar todo",
"saveChangesDetail": "Los cambios se perderán si no se guardan.",

View file

@ -5,11 +5,11 @@
// Do not edit this file. It is machine generated.
{
"authFailed": "Error de autenticación en GIT remoto.",
"branch": "Rama",
"branch2": "Rama",
"checkout": "Comprobar",
"branch": "Branch",
"branch2": "Branch",
"checkout": "Checkout",
"cleanChangesLabel": "&&Limpiar cambios",
"commit": "Confirmar",
"commit": "Commit",
"commitAll": "Confirmar todo",
"commitAll2": "Confirmar todo",
"commitStaged": "Confirmar elementos almacenados provisionalmente",
@ -36,9 +36,9 @@
"openFile": "Abrir archivo",
"publish": "Publicar",
"publishPickMessage": "Seleccionar un elemento remoto para publicar la rama '{0}':",
"pull": "Extraer",
"pull": "Pull",
"pullWithRebase": "Extraer (rebase)",
"push": "Insertar",
"push": "Push",
"refresh": "Actualizar",
"stageAllChanges": "Almacenar todo provisionalmente",
"stageChanges": "Almacenar provisionalmente",

View file

@ -18,6 +18,7 @@
"javascript.validate.enable": "Activer/désactiver la validation JavaScript",
"typescript.reloadProjects.title": "Recharger le projet TypeScript",
"typescript.tsdk.desc": "Spécifie le chemin de dossier contenant les fichiers tsserver et lib*.d.ts à utiliser.",
"typescript.tsserver.trace": "Active le traçage de l'envoi des messages au serveur TS",
"typescript.useCodeSnippetsOnMethodSuggest.dec": "Fonctions complètes avec leur signature de paramètre.",
"typescript.validate.enable": "Activer/désactiver la validation TypeScript"
}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,9 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* 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."
}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -5,11 +5,11 @@
// Do not edit this file. It is machine generated.
{
"authFailed": "Échec de l'authentification durant l'opération git remote.",
"branch": "Branche",
"branch2": "Branche",
"checkout": "Extraire",
"branch": "Branch",
"branch2": "Branch",
"checkout": "Checkout",
"cleanChangesLabel": "&&Supprimer les modifications",
"commit": "Valider",
"commit": "Commit",
"commitAll": "Valider tout",
"commitAll2": "Valider tout",
"commitStaged": "Valider le contenu en zone de transit",
@ -36,7 +36,7 @@
"openFile": "Ouvrir le fichier",
"publish": "Publier",
"publishPickMessage": "Choisissez un dépôt distant où publier la branche '{0}' :",
"pull": "Extraire",
"pull": "Pull",
"pullWithRebase": "Tirer (rebaser)",
"push": "Push",
"refresh": "Actualiser",

View file

@ -18,6 +18,7 @@
"javascript.validate.enable": "Abilita/Disabilita la convalida JavaScript",
"typescript.reloadProjects.title": "Ricarica progetto TypeScript",
"typescript.tsdk.desc": "Specifica il percorso della cartella che contiene i file tsserver e lib*.d.ts da usare.",
"typescript.tsserver.trace": "Consente la traccia dell'invio dei messaggi al server di Servizi terminal",
"typescript.useCodeSnippetsOnMethodSuggest.dec": "Completare le funzioni con la relativa firma del parametro.",
"typescript.validate.enable": "Abilita/Disabilita la convalida TypeScript"
}

View file

@ -4,14 +4,14 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"altKey": "ALT",
"altKey.long": "ALT",
"altKey": "Alt",
"altKey.long": "Alt",
"cmdKey": "Comando",
"cmdKey.long": "Comando",
"ctrlKey": "CTRL",
"ctrlKey": "Ctrl",
"ctrlKey.long": "CTRL",
"shiftKey": "MAIUSC",
"shiftKey.long": "MAIUSC",
"shiftKey": "Maiusc",
"shiftKey.long": "Maiusc",
"windowsKey": "Windows",
"windowsKey.long": "Windows"
}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,9 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* 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."
}

Some files were not shown because too many files have changed in this diff Show more