提交 54f56f7d 编写于 作者: D Daniel Ye

2018-01-24. Merged in translations from Transifex.

上级 a2574951
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"fixAllInFileLabel": "{0} (修复文件中所有问题)"
}
\ No newline at end of file
......@@ -40,9 +40,9 @@
"wordWrapColumn": "在 \"editor.wordWrap\"\"wordWrapColumn\"\"bounded\" 时控制编辑器列的换行。",
"wrappingIndent": "控制折行的缩进。可以是“none”、“same”或“indent”。",
"mouseWheelScrollSensitivity": "要对鼠标滚轮滚动事件的 \"deltaX\"\"deltaY\" 使用的乘数 ",
"multiCursorModifier.ctrlCmd": "映射到“Control”(Windows 和 Linux)或“Command”(OSX)。",
"multiCursorModifier.alt": "映射到“Alt”(Windows 和 Linux)或“Option”(OSX)。",
"multiCursorModifier": "用鼠标添加多个光标时使用的修改键。\"ctrlCmd\" 会映射为 \"Ctrl\" (Windows 和 Linux) 或 \"Command\" (OSX)。“转到定义”和“打开链接”功能所需的动作将会相应调整,不与多光标修改键冲突。",
"multiCursorModifier.ctrlCmd": "映射\"Ctrl\" (Windows 和 Linux) 或 \"Command\" (macOS)",
"multiCursorModifier.alt": "映射\"Alt\" (Windows 和 Linux) 或 \"Option\" (macOS)",
"multiCursorModifier": "在通过鼠标添加多个光标时使用的修改键。\"ctrlCmd\" 会映射为 \"Ctrl\" (Windows 和 Linux) 或 \"Command\" (macOS)。“转到定义”和“打开链接”功能所需的鼠标动作将会相应调整,不与多光标修改键冲突。",
"quickSuggestions.strings": "在字符串内启用快速建议。",
"quickSuggestions.comments": "在注释内启用快速建议。",
"quickSuggestions.other": "在字符串和注释外启用快速建议。",
......
......@@ -31,6 +31,7 @@
"inspect-brk-extensions": "允许在扩展主机在启动后暂停时进行扩展的调试与分析。检查开发人员工具可获取连接 URI。",
"disableGPU": "禁用 GPU 硬件加速。",
"uploadLogs": "将当前会话的日志上传到安全端点。",
"issue": "报告问题。",
"usage": "使用情况",
"options": "选项",
"paths": "路径",
......
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"workbenchConfigurationTitle": "工作台",
"multiSelectModifier.ctrlCmd": "映射为 \"Ctrl\" (Windows 和 Linux) 或 \"Command\" (macOS)",
"multiSelectModifier.alt": "映射为 \"Alt\" (Windows 和 Linux) 或 \"Option\" (macOS)",
"multiSelectModifier": "在通过鼠标添加条目到多选项中时使用的修改键 (例如在支持此项操作的树或列表中)。\"ctrlCmd\" 会映射为 \"Ctrl\" (Windows 和 Linux) 或 \"Command\" (macOS)。“打开到侧边”功能所需的鼠标动作 (若可用) 将会相应调整,不与多选修改键冲突。"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"requirearray": "localizations 必须为数组",
"requirestring": "属性“{0}”是必要属性,其类型必须是 \"string\"",
"optstring": "属性“{0}”可以省略,否则其类型必须是 \"string\"",
"vscode.extension.contributes.localizations": "向编辑器提供本地化内容",
"vscode.extension.contributes.localizations.languageId": "显示字符串翻译的目标语言 ID。",
"vscode.extension.contributes.localizations.languageName": "显示字符串翻译的目标语言名称。",
"vscode.extension.contributes.localizations.translations": "文件夹的相对路径,其中包含了提供语言的所有翻译文件。"
}
\ No newline at end of file
......@@ -16,7 +16,7 @@
"file": "文件",
"close": "关闭",
"closeOthers": "关闭其他",
"closeRight": "关闭右侧",
"closeRight": "关闭右侧",
"closeAllUnmodified": "关闭未更改",
"closeAll": "全部关闭",
"keepOpen": "保持打开状态",
......
......@@ -29,6 +29,7 @@
"openRecent": "打开最近的文件…",
"quickOpenRecent": "快速打开最近的文件…",
"closeMessages": "关闭通知消息",
"openIssueReporter": "打开问题报告程序",
"reportIssueInEnglish": "使用英文报告问题",
"reportPerformanceIssue": "报告性能问题",
"keybindingsReference": "键盘快捷方式参考",
......
......@@ -19,8 +19,8 @@
"vscode.extension.contributes.debuggers.configurationAttributes": "用于验证 \"launch.json\" 的 JSON 架构配置。",
"vscode.extension.contributes.debuggers.windows": "Windows 特定的设置。",
"vscode.extension.contributes.debuggers.windows.runtime": "用于 Windows 的运行时。",
"vscode.extension.contributes.debuggers.osx": "OS X 特定的设置。",
"vscode.extension.contributes.debuggers.osx.runtime": "用于 OSX 的运行时。",
"vscode.extension.contributes.debuggers.osx": "macOS 特定的设置。",
"vscode.extension.contributes.debuggers.osx.runtime": "用于 macOS 的运行时。",
"vscode.extension.contributes.debuggers.linux": "Linux 特定的设置。",
"vscode.extension.contributes.debuggers.linux.runtime": "用于 Linux 的运行时。",
"vscode.extension.contributes.breakpoints": "添加断点。",
......
......@@ -14,7 +14,6 @@
"findInFiles": "在文件中查找",
"openAnythingHandlerDescription": "转到文件",
"openSymbolDescriptionNormal": "转到工作区中的符号",
"searchOutputChannelTitle": "搜索",
"searchConfigurationTitle": "搜索",
"exclude": "配置 glob 模式以在搜索中排除文件和文件夹。从 files.exclude 设置中继承所有 glob 模式。",
"exclude.boolean": "匹配文件路径所依据的 glob 模式。设置为 true 或 false 可启用或禁用该模式。",
......
......@@ -13,6 +13,7 @@
"terminal.integrated.shellArgs.osx": "在 OS X 终端上时要使用的命令行参数。",
"terminal.integrated.shell.windows": "终端在 Windows 使用的 shell 路径。使用随 Windows 一起提供的 shell (cmd、PowerShell 或 Bash on Ubuntu) 时。",
"terminal.integrated.shellArgs.windows": "在 Windows 终端上时使用的命令行参数。",
"terminal.integrated.macOptionIsMeta": "在终端中,使用 Option 键作为 Meta 键。(macOS)",
"terminal.integrated.rightClickCopyPaste": "设置后,在终端内右键单击时,这将阻止显示上下文菜单,相反,它将在有选项时进行复制,并且在没有选项时进行粘贴。",
"terminal.integrated.copyOnSelection": "设置后,终端中选中的文字将被复制到剪贴板。",
"terminal.integrated.fontFamily": "控制终端的字体系列,这在编辑器中是默认的。fontFamily 的值。",
......
......@@ -12,7 +12,7 @@
"workbench.action.terminal.selectAll": "全选",
"workbench.action.terminal.deleteWordLeft": "删除左侧的字符",
"workbench.action.terminal.deleteWordRight": "删除右侧的字符",
"workbench.action.terminal.enterLineNavigationMode": "进入按行导航模式",
"workbench.action.terminal.enterLineNavigationMode": "进入屏幕阅读器导航模式",
"workbench.action.terminal.new": "新建集成终端",
"workbench.action.terminal.new.short": "新的终端",
"workbench.action.terminal.newWorkspacePlaceholder": "选择当前工作目录新建终端",
......
......@@ -60,6 +60,7 @@
"config.enableLongCommitWarning": "是否發出長認可訊息的警告",
"config.confirmSync": "請先確認再同步處理 GIT 存放庫",
"config.countBadge": "控制 git 徽章計數器。[全部] 會計算所有變更。[已追蹤] 只會計算追蹤的變更。[關閉] 會將其關閉。",
"config.checkoutType": "控制在執行 [簽出至...] 時,會列出哪些類型的分支。[全部] 會顯示所有參考,[本機] 只會顯示本機分支,[標籤] 只會顯示標籤,以及 [遠端] 只會顯示遠端分支。",
"config.ignoreLegacyWarning": "略過舊的 Git 警告",
"config.ignoreMissingGitWarning": "忽略遺漏 Git 時的警告",
"config.ignoreLimitWarning": "當儲存庫中有過多變更時,略過警告。",
......
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"fixAllInFileLabel": "{0} (檔案中修復全部)"
}
\ No newline at end of file
......@@ -40,9 +40,9 @@
"wordWrapColumn": "當 `editor.wordWrap` 為 [wordWrapColumn] 或 [bounded] 時,控制編輯器中的資料行換行。",
"wrappingIndent": "控制換行的縮排。可以是 [無]、[相同] 或 [縮排]。",
"mouseWheelScrollSensitivity": "滑鼠滾輪捲動事件的 'deltaX' 與 'deltaY' 所使用的乘數",
"multiCursorModifier.ctrlCmd": "對應Windows和Linux的'Control'與對應OSX的'Command'",
"multiCursorModifier.alt": "對應Windows和Linux的'Alt'與對應OSX的'Option'",
"multiCursorModifier": "用於新增多個滑鼠游標的修改程式。`ctrlCmd` 會對應到 Windows 及 Linux 上的 `Control` 以及 OSX 上的 `Command`。[移至定義] 及 [開啟連結] 滑鼠手勢將會適應以避免和 multicursor 修改程式衝突。",
"multiCursorModifier.ctrlCmd": "對應 Windows 和 Linux 的 `Control` 與對應 macOS 的 `Command`",
"multiCursorModifier.alt": "對應 Windows 和 Linux 的 `Alt` 與對應 macOS 的 `Option`",
"multiCursorModifier": "用於新增多個滑鼠游標的修改。 `ctrlCmd` 會對應到 Windows 和 Linux 上的 `Control` 以及 macOS 上的 `Command`。 [移至定義] 及 [開啟連結] 滑鼠手勢將會適應以避免和 multicursor 修改衝突。",
"quickSuggestions.strings": "允許在字串內顯示即時建議。",
"quickSuggestions.comments": "允許在註解中顯示即時建議。",
"quickSuggestions.other": "允許在字串與註解以外之處顯示即時建議。",
......
......@@ -5,6 +5,8 @@
// Do not edit this file. It is machine generated.
{
"title.wo_source": "({0}/{1})",
"markerAction.next.label": "移至下一個問題 (錯誤, 警告, 資訊)",
"markerAction.previous.label": "移至上一個問題 (錯誤, 警告, 資訊)",
"editorMarkerNavigationError": "編輯器標記導覽小工具錯誤的色彩。",
"editorMarkerNavigationWarning": "編輯器標記導覽小工具警告的色彩。",
"editorMarkerNavigationInfo": "編輯器標記導覽小工具資訊的色彩",
......
......@@ -31,6 +31,7 @@
"inspect-brk-extensions": "允許對擴展主機在啟動後暫停擴充功能進行除錯和分析。檢查開發工具中的連接 uri。",
"disableGPU": "停用 GPU 硬體加速。",
"uploadLogs": "上傳目前的工作階段紀錄至安全的端點。",
"issue": "回報1個問題",
"usage": "使用方式",
"options": "選項",
"paths": "路徑",
......
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"workbenchConfigurationTitle": "工作台",
"multiSelectModifier.ctrlCmd": "對應Windows和Linux的'Control'與對應 macOS 的'Command'。",
"multiSelectModifier.alt": "對應Windows和Linux的'Alt'與對應macOS的'Option'。",
"multiSelectModifier": "用於新增項目至滑鼠多選的修改 (例如在樹狀及列表支援下)。 `ctrlCmd` 會對應到 Windows 和 Linux 上的 `Control` 以及 macOS 上的 `Command`。 [在側邊開啟] 滑鼠手勢若支援,將會適應以避免和 multiselect 修改衝突。"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"requirearray": "在地化資料必須為陣列",
"requirestring": "屬性 '{0}' 為強制項目且必須屬於 `string` 類型",
"optstring": "屬性 `{0}` 可以省略或必須屬於 `string` 類型",
"vscode.extension.contributes.localizations": "提供在地化服務給編輯者",
"vscode.extension.contributes.localizations.languageId": "顯示已翻譯字串的語言 Id",
"vscode.extension.contributes.localizations.languageName": "顯示已翻譯字串的語言名稱",
"vscode.extension.contributes.localizations.translations": "檔案的相對路徑,其中該資料包含夾貢獻語言所有翻譯檔案。"
}
\ No newline at end of file
......@@ -4,5 +4,6 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"treeView.notRegistered": "未註冊識別碼為 '{0}' 的樹狀檢視。"
"treeView.notRegistered": "未註冊識別碼為 '{0}' 的樹狀檢視。",
"treeView.duplicateElement": "識別碼為 {0} 的元件已被註冊"
}
\ No newline at end of file
......@@ -4,5 +4,6 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"toggleSidebarPosition": "切換提要欄位位置",
"view": "檢視"
}
\ No newline at end of file
......@@ -20,6 +20,7 @@
"closeAllUnmodified": "關閉未變更的檔案",
"closeAll": "全部關閉",
"keepOpen": "保持開啟",
"toggleInlineView": "切換至內嵌檢視",
"showOpenedEditors": "顯示開啟的編輯器",
"keepEditor": "保留編輯器",
"closeEditorsInGroup": "關閉群組中的所有編輯器",
......
......@@ -29,6 +29,7 @@
"openRecent": "開啟最近使用的檔案...",
"quickOpenRecent": "快速開啟最近使用的檔案...",
"closeMessages": "關閉通知訊息",
"openIssueReporter": "公開問題回報者",
"reportIssueInEnglish": "回報問題",
"reportPerformanceIssue": "回報效能問題",
"keybindingsReference": "鍵盤快速鍵參考",
......
......@@ -19,8 +19,8 @@
"vscode.extension.contributes.debuggers.configurationAttributes": "JSON 結構描述組態,用於驗證 'launch.json'。",
"vscode.extension.contributes.debuggers.windows": "Windows 特定設定。",
"vscode.extension.contributes.debuggers.windows.runtime": "用於 Windows 的執行階段。",
"vscode.extension.contributes.debuggers.osx": "OS X 特定設定。",
"vscode.extension.contributes.debuggers.osx.runtime": "用於 OSX 的執行階段。",
"vscode.extension.contributes.debuggers.osx": "macOS 特定設定。",
"vscode.extension.contributes.debuggers.osx.runtime": "用於 macOS 的執行階段。",
"vscode.extension.contributes.debuggers.linux": "Linux 特定設定。",
"vscode.extension.contributes.debuggers.linux.runtime": "用於 Linux 的執行階段。",
"vscode.extension.contributes.breakpoints": "提供中斷點。",
......
......@@ -13,6 +13,8 @@
"reallyRecommendedExtensionPack": "建議對此檔案類型使用 '{0}' 延伸模組套件。",
"showRecommendations": "顯示建議",
"install": "安裝",
"showLanguageExtensions": "市集有 '.{0}' 個文件的擴充功能可以提供協助",
"searchMarketplace": "搜尋市集",
"workspaceRecommended": "此工作區具有擴充功能建議。",
"installAll": "全部安裝",
"ignoreExtensionRecommendations": "是否略過所有的延伸模組建議?",
......
......@@ -4,6 +4,9 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"installingVSIXExtension": "從 VSIX 安裝擴充功能...",
"installingMarketPlaceExtension": "從市集安裝擴充功能...",
"uninstallingExtension": "解除安裝擴充功能...",
"enableDependeciesConfirmation": "啟用 '{0}' 也會啟用其相依性。仍要繼續嗎?",
"enable": "是",
"doNotEnable": "否",
......
......@@ -4,5 +4,6 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"workbenchConfigurationTitle": "工作台"
"workbenchConfigurationTitle": "工作台",
"feedbackVisibility": "控制工作台底部狀態列中的 Twitter 回饋 (笑臉) 的可見度。"
}
\ No newline at end of file
......@@ -16,6 +16,7 @@
"request a missing feature": "要求遺漏的功能",
"tell us why?": "請告訴我們原因",
"commentsHeader": "註解",
"showFeedback": "顯示狀態列中的回饋笑臉",
"tweet": "推文",
"character left": "剩餘字元",
"characters left": "剩餘字元",
......
......@@ -22,7 +22,9 @@
"copyPath": "複製路徑",
"saveAll": "全部儲存",
"compareWithSaved": "與已儲存的檔案比較",
"compareWithSelected": "與選取的比較",
"compareSource": "選取用以比較",
"compareSelected": "比較已選取",
"close": "關閉",
"closeOthers": "關閉其他",
"closeUnmodified": "關閉未變更的檔案",
......
......@@ -23,11 +23,13 @@
"dirtyMessageFolderDelete": "您要刪除的資料夾中 {0} 個檔案有未儲存的變更。要繼續嗎?",
"dirtyMessageFileDelete": "您要刪除的檔案有未儲存的變更。要繼續嗎?",
"dirtyWarning": "如果您不儲存變更,這些變更將會遺失。",
"confirmMoveTrashMessageMultiple": "確定要刪除以下 {0} 個檔案嗎?",
"confirmMoveTrashMessageFolder": "您確定要刪除 '{0}' 及其內容嗎?",
"confirmMoveTrashMessageFile": "您確定要刪除 '{0}' 嗎?",
"undoBin": "您可以從資源回收筒還原。",
"undoTrash": "您可以從垃圾筒還原。",
"doNotAskAgain": "不要再詢問我",
"confirmDeleteMessageMultiple": "確定要永久地刪除以下 {0} 個檔案嗎?",
"confirmDeleteMessageFolder": "您確定要永久刪除 '{0}' 和其中的內容嗎?",
"confirmDeleteMessageFile": "您確定要永久刪除 '{0}' 嗎?",
"irreversible": "此動作無法回復!",
......
......@@ -36,6 +36,7 @@
"editorConfigurationTitle": "編輯器",
"formatOnSave": "在儲存時設定檔案格式。格式器必須處於可用狀態、檔案不得自動儲存,且編輯器不得關機。",
"explorerConfigurationTitle": "檔案總管",
"openEditorsVisible": "[開放式編輯器] 窗格中顯示的編輯器數目。",
"autoReveal": "控制總管是否在開啟檔案時自動加以顯示及選取。",
"enableDragAndDrop": "控制總管是否應該允許透過拖放功能移動檔案和資料夾。",
"confirmDragAndDrop": "控制總管是否須要求確認,以透過拖放來移動檔案和資料夾。",
......
......@@ -5,6 +5,8 @@
// Do not edit this file. It is machine generated.
{
"viewCategory": "檢視",
"problems.view.toggle.label": "切換至問題(錯誤, 警告, 資訊)",
"problems.view.focus.label": "聚焦於問題(錯誤, 警告, 資訊)",
"problems.panel.configuration.title": "[問題] 檢視",
"problems.panel.configuration.autoreveal": "控制 [問題] 檢視是否應自動在開啟檔案時加以顯示",
"markers.panel.title.problems": "問題",
......
......@@ -17,6 +17,7 @@
"resetLabel": "重設按鍵繫結關係",
"showConflictsLabel": "顯示衝突",
"copyLabel": "複製",
"copyCommandLabel": "複製命令",
"error": "編輯按鍵繫結關係時發生錯誤 '{0}'。請開啟 'keybindings.json' 檔案加以檢查。",
"command": "Command",
"keybinding": "按鍵繫結關係",
......
......@@ -11,6 +11,8 @@
"oneSettingFound": "1 項相符設定",
"settingsFound": "{0} 項相符設定",
"totalSettingsMessage": "共 {0} 項設定",
"nlpResult": "自然語言結果",
"filterResult": "篩選結果",
"defaultSettings": "預設設定",
"defaultFolderSettings": "預設資料夾設定",
"defaultEditorReadonly": "在右方編輯器中編輯以覆寫預設。",
......
......@@ -14,7 +14,6 @@
"findInFiles": "在檔案中尋找",
"openAnythingHandlerDescription": "前往檔案",
"openSymbolDescriptionNormal": "前往工作區中的符號",
"searchOutputChannelTitle": "搜尋",
"searchConfigurationTitle": "搜尋",
"exclude": "設定 Glob 模式,以排除不要搜尋的檔案及資料夾。請從 file.exclude 設定繼承所有的 Glob 模式。",
"exclude.boolean": "要符合檔案路徑的 Glob 模式。設為 True 或 False 可啟用或停用模式。",
......
......@@ -13,6 +13,7 @@
"terminal.integrated.shellArgs.osx": "在 OS X 終端機要使用的命令列引數。",
"terminal.integrated.shell.windows": "終端機在 Windows 上使用的殼層路徑。使用隨附於 Windows 的殼層 (cmd、PowerShell 或 Bash on Ubuntu) 時。",
"terminal.integrated.shellArgs.windows": "在 Windows 終端機上時要使用的命令列引數。",
"terminal.integrated.macOptionIsMeta": "將選項鍵視為 macOS 終端機中的 meta 鍵。",
"terminal.integrated.rightClickCopyPaste": "如有設定,這會防止在終端機內按滑鼠右鍵時顯示操作功能表,而是在有選取項目時複製、沒有選取項目時貼上。",
"terminal.integrated.copyOnSelection": "當設定時,在終端機中選擇的文字將會被複製至剪貼簿",
"terminal.integrated.fontFamily": "控制終端機的字型家族,預設為 editor.fontFamily 的值。",
......@@ -25,10 +26,12 @@
"terminal.integrated.setLocaleVariables": "控制是否在終端機啟動時設定地區設定變數,這在 OS X 上預設為 true,在其他平台則為 false。",
"terminal.integrated.cwd": "終端機啟動位置的明確起始路徑,這會用作殼層處理序的目前工作目錄 (cwd)。當根目錄不是方便的 cwd 時,這在工作區設定中特別好用。",
"terminal.integrated.confirmOnExit": "當有使用中的終端機工作階段時,是否要在結束時確認。",
"terminal.integrated.enableBell": "是否啟用終端機警告聲。",
"terminal.integrated.commandsToSkipShell": "一組命令識別碼,其按鍵繫結關係將不會傳送到殼層,而會一律由 Code 處理。這讓通常由殼層取用的按鍵繫結關係,在使用上與未聚焦於終端機時行為相同,例如 Ctrl+P 可啟動 Quick Open。",
"terminal.integrated.env.osx": "OS X 上的終端機要使用之具有將新增至 VS Code 流程之環境變數的物件",
"terminal.integrated.env.linux": "Linux 上的終端機要使用之具有將新增至 VS Code 流程之環境變數的物件",
"terminal.integrated.env.windows": "Windows 上的終端機要使用之具有將新增至 VS Code 流程之環境變數的物件",
"terminal.integrated.showExitAlert": "當結束代碼非 0,顯示警告訊息 '終端處理序已終止並回傳結束代碼'",
"terminalCategory": "終端機",
"viewCategory": "檢視"
}
\ No newline at end of file
......@@ -12,6 +12,7 @@
"workbench.action.terminal.selectAll": "全選",
"workbench.action.terminal.deleteWordLeft": "刪除左方文字",
"workbench.action.terminal.deleteWordRight": "刪除右方文字",
"workbench.action.terminal.enterLineNavigationMode": "進入螢幕閱讀器導航模式",
"workbench.action.terminal.new": "建立新的整合式終端機",
"workbench.action.terminal.new.short": "新增終端機",
"workbench.action.terminal.newWorkspacePlaceholder": "為新的終端機選擇目前的工作目錄",
......
......@@ -7,6 +7,7 @@
"terminal.integrated.chooseWindowsShellInfo": "您可以選取 [自訂] 按鈕變更預設的終端機殼層。",
"customize": "自訂",
"cancel": "取消",
"never again": "確定,不要再顯示",
"terminal.integrated.chooseWindowsShell": "請選取所需的終端機殼層。您之後可以在設定中變更此選擇",
"terminalService.terminalCloseConfirmationSingular": "仍有一個使用中的終端機工作階段。要予以終止嗎?",
"terminalService.terminalCloseConfirmationPlural": "目前共有 {0} 個使用中的終端機工作階段。要予以終止嗎?"
......
......@@ -49,7 +49,7 @@
"command.showOutput": "Git-Ausgabe anzeigen",
"command.ignore": "Datei zu .gitignore hinzufügen",
"command.stashIncludeUntracked": "Stash (einschließlich nicht verfolgt)",
"command.stash": " Stash ausführen",
"command.stash": "Stash ausführen",
"command.stashPop": "Pop für Stash ausführen...",
"command.stashPopLatest": "Pop für letzten Stash ausführen",
"config.enabled": "Gibt an, ob Git aktiviert ist.",
......
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}
\ No newline at end of file
......@@ -40,9 +40,6 @@
"wordWrapColumn": "Steuert die Umbruchspalte des Editors, wenn für \"editor.wordWrap\" die Option \"wordWrapColumn\" oder \"bounded\" festgelegt ist.",
"wrappingIndent": "Steuert den Einzug der umbrochenen Zeilen. Der Wert kann \"none\", \"same\" oder \"indent\" sein.",
"mouseWheelScrollSensitivity": "Ein Multiplikator, der für die Mausrad-Bildlaufereignisse \"deltaX\" und \"deltaY\" verwendet werden soll.",
"multiCursorModifier.ctrlCmd": "Ist unter Windows und Linux der Taste \"STRG\" und unter OSX der Befehlstaste zugeordnet.",
"multiCursorModifier.alt": "Ist unter Windows und Linux der Taste \"Alt\" und unter OSX der Wahltaste zugeordnet. ",
"multiCursorModifier": "Der Modifizierer, der zum Hinzufügen mehrerer Cursor mit der Maus verwendet wird. \"ctrlCmd\" wird unter Windows und Linux der Taste \"STRG\" und unter OSX der Befehlstaste zugeordnet. Die Mausbewegungen \"Gehe zu Definition\" und \"Link öffnen\" werden so angepasst, dass kein Konflikt mit dem Multi-Cursor-Modifizierer entsteht.",
"quickSuggestions.strings": "Schnellvorschläge innerhalb von Zeichenfolgen aktivieren.",
"quickSuggestions.comments": "Schnellvorschläge innerhalb von Kommentaren aktivieren.",
"quickSuggestions.other": "Schnellvorschläge außerhalb von Zeichenfolgen und Kommentaren aktivieren.",
......
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"workbenchConfigurationTitle": "Workbench"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"requirestring": "Die Eigenschaft \"{0}\" ist erforderlich. Sie muss vom Typ \"string\" sein.",
"optstring": "Die Eigenschaft \"{0}\" kann ausgelassen werden oder muss vom Typ \"string\" sein."
}
\ No newline at end of file
......@@ -19,8 +19,6 @@
"vscode.extension.contributes.debuggers.configurationAttributes": "JSON-Schemakonfigurationen zum Überprüfen von \"launch.json\".",
"vscode.extension.contributes.debuggers.windows": "Windows-spezifische Einstellungen.",
"vscode.extension.contributes.debuggers.windows.runtime": "Die für Windows verwendete Laufzeit.",
"vscode.extension.contributes.debuggers.osx": "OS X-spezifische Einstellungen.",
"vscode.extension.contributes.debuggers.osx.runtime": "Die für OS X verwendete Laufzeit.",
"vscode.extension.contributes.debuggers.linux": "Linux-spezifische Einstellungen.",
"vscode.extension.contributes.debuggers.linux.runtime": "Die für Linux verwendete Laufzeit.",
"vscode.extension.contributes.breakpoints": "Trägt Haltepunkte bei.",
......
......@@ -14,7 +14,6 @@
"findInFiles": "In Dateien suchen",
"openAnythingHandlerDescription": "Zu Datei wechseln",
"openSymbolDescriptionNormal": "Zu Symbol im Arbeitsbereich wechseln",
"searchOutputChannelTitle": "Suchen",
"searchConfigurationTitle": "Suchen",
"exclude": "Konfigurieren Sie Globmuster zum Ausschließen von Dateien und Ordnern in Suchvorgängen. Alle Globmuster werden von der files.exclude-Einstellung geerbt.",
"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.",
......
......@@ -6,5 +6,7 @@
{
"yes": "Sí",
"read more": "Leer más",
"no": "No"
"no": "No",
"not now": "Preguntarme luego",
"suggest auto fetch": "Te gustaría que Code ejecute `git fetch` periódicamente?"
}
\ No newline at end of file
......@@ -41,6 +41,10 @@
"confirm discard all 2": "{0}\n\nEsta acción es IRREVERSIBLE. Su espacio de trabajo actual SE PERDERÁ PARA SIEMPRE.",
"yes discard tracked": "Descartar un archivo con seguimiento",
"yes discard tracked multiple": "Descartar {0} archivos con seguimiento",
"unsaved files single": "El siguiente archivo no está guardado: {0}.\n¿Desea guardarlo antes de confirmarlo? ",
"unsaved files": "Hay {0} archivos sin guardar.\n¿Desea guardarlos antes de confirmar?",
"save and commit": "Guardar todo y confirmar",
"commit": "Confirmar de todas formas",
"no staged changes": "No hay elementos almacenados provisionalmente.\n\n¿Desea almacenar de forma provisional todos sus cambios y confirmarlos directamente?",
"always": "Siempre",
"no changes": "No hay cambios para confirmar.",
......@@ -69,6 +73,7 @@
"push with tags success": "Insertado con etiquetas correctamente.",
"pick remote": "Seleccionar un elemento remoto para publicar la rama '{0}':",
"sync is unpredictable": "Esta acción insertará y extraerá confirmaciones en '{0}'.",
"never again": "No volver a mostrar",
"no remotes to publish": "El repositorio no tiene remotos configurados en los que publicar.",
"no changes stash": "No existen cambios para el guardado provisional.",
"provide stash message": "Opcionalmente, proporcionar un mensaje para el guardado provisional",
......
......@@ -54,11 +54,13 @@
"command.stashPopLatest": "Aplicar y quitar últimos cambios guardados provisionalmente...",
"config.enabled": "Si GIT está habilitado",
"config.path": "Ruta de acceso del ejecutable de GIT",
"config.autoRepositoryDetection": "Si se deben detectar automáticamente los repositories ",
"config.autorefresh": "Indica si la actualización automática está habilitada",
"config.autofetch": "Si la búsqueda automática está habilitada",
"config.enableLongCommitWarning": "Si se debe advertir sobre los mensajes de confirmación largos",
"config.confirmSync": "Confirmar antes de sincronizar repositorios GIT",
"config.countBadge": "Controla el contador de insignia de Git. \"Todo\" cuenta todos los cambios. \"Seguimiento\" solamente cuenta los cambios realizados. \"Desactivado\" lo desconecta.",
"config.checkoutType": "Controla el tipo de ramas listadas cuando ejecuta \"Desproteger\". \"Todo\" muetra todas las referencias, \"local\" solamente las ramas locales y \"remoto\" las ramas remotas.",
"config.ignoreLegacyWarning": "Ignora las advertencias hereradas de Git",
"config.ignoreMissingGitWarning": "Ignora la advertencia cuando falta Git",
"config.ignoreLimitWarning": "\nIgnora advertencias cuando se encuentran muchos cambios en un repositorio.",
......@@ -71,5 +73,6 @@
"colors.deleted": "Color para los recursos eliminados.",
"colors.untracked": "Color para los recursos a los que no se les hace seguimiento.",
"colors.ignored": "Color para los recursos ignorados.",
"colors.conflict": "Color para los recursos con conflictos."
"colors.conflict": "Color para los recursos con conflictos.",
"colors.submodule": "Color para los recursos de submódulos."
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"fixAllInFileLabel": "{0} (Corregir todo en el archivo)"
}
\ No newline at end of file
......@@ -40,9 +40,9 @@
"wordWrapColumn": "Controls the wrapping column of the editor when `editor.wordWrap` is 'wordWrapColumn' or 'bounded'.",
"wrappingIndent": "Controla el sangrado de las líneas ajustadas. Puede ser uno los valores 'none', 'same' o 'indent'.",
"mouseWheelScrollSensitivity": "Se utilizará un multiplicador en los eventos de desplazamiento de la rueda del mouse `deltaX` y `deltaY`",
"multiCursorModifier.ctrlCmd": "Se asigna a \"Control\" en Windows y Linux y a \"Comando\" en OSX.",
"multiCursorModifier.alt": "Se asigna a \"Alt\" en Windows y Linux y a \"Opción\" en OSX.",
"multiCursorModifier": "El modificador que se usará para agregar varios cursores con el mouse. \"ctrlCmd\" se asigna a \"Control\" en Windows y Linux y a \"Comando\" en OSX. Los gestos del mouse Ir a la definición y Abrir vínculo se adaptarán de modo que no entren en conflicto con el modificador multicursor.",
"multiCursorModifier.ctrlCmd": "Se asigna a \"Control\" en Windows y Linux y a \"Comando\" en macOS.",
"multiCursorModifier.alt": "Se asigna a \"Alt\" en Windows y Linux y a \"Opción\" en macOS.",
"multiCursorModifier": "El modificador que se usará para agregar varios cursores con el mouse. \"ctrlCmd\" se asigna a \"Control\" en Windows y Linux y a \"Comando\" en macOS. Los gestos del mouse \"Ir a la definición\" y \"Abrir vínculo\" se adaptarán de modo que no entren en conflicto con el modificador multicurso",
"quickSuggestions.strings": "Habilita sugerencias rápidas en las cadenas.",
"quickSuggestions.comments": "Habilita sugerencias rápidas en los comentarios.",
"quickSuggestions.other": "Habilita sugerencias rápidas fuera de las cadenas y los comentarios.",
......
......@@ -30,6 +30,7 @@
"inspect-extensions": "Permitir la depuración y el perfil de las extensiones. Revisar las herramientas de desarrollador para la conexión uri.",
"inspect-brk-extensions": "Permitir la depuración y el perfil de las extensiones con el host de la extensión pausado después del inicio. Revisar las herramientas de desarrollador para la conexión uri.",
"disableGPU": "Deshabilita la aceleración de hardware de GPU.",
"issue": "Notificar un problema. ",
"usage": "Uso",
"options": "opciones",
"paths": "rutas de acceso",
......
......@@ -10,7 +10,10 @@
"override": "Anular",
"cancel": "Cancelar",
"errorInstallingDependencies": "Error instalando dependencias. {0}",
"notFoundCompatible": "No se pueden instalar '{0}'; no hay ninguna versión disponible compatible con VS Code '{1}'. ",
"notFoundCompatibleDependency": "No se puede instalar porque no se encuentra la extensión dependiente '{0}' compatible con la versión actual '{1}' del VS Code.",
"quitCode": "No se puede instalar la extensión. Por favor, salga e inicie VS Code antes de reinstalarlo. ",
"exitCode": "No se puede instalar la extensión. Por favor, salga e inicie VS Code antes de reinstalarlo. ",
"uninstallDependeciesConfirmation": "¿Quiere desinstalar solo '{0}' o también sus dependencias?",
"uninstallOnly": "Solo",
"uninstallAll": "Todo",
......
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"workbenchConfigurationTitle": "Área de trabajo",
"multiSelectModifier.ctrlCmd": "Se asigna a \"Control\" en Windows y Linux y a \"Comando\" en macOS.",
"multiSelectModifier.alt": "Se asigna a \"Alt\" en Windows y Linux y a \"Opción\" en macOS."
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"requirearray": "las localizaciones deben ser una matriz",
"requirestring": "la propiedad `{0}` es obligatoria y debe ser de tipo \"string\"",
"optstring": "la propiedad `{0}` se puede omitir o debe ser de tipo \"string\"",
"vscode.extension.contributes.localizations.languageName": "Nombre del idioma en el que se traducen las cadenas visualizadas."
}
\ No newline at end of file
......@@ -3,4 +3,6 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}
\ No newline at end of file
{
"saveParticipants": "Ejecutando Guardar Participantes..."
}
\ No newline at end of file
......@@ -4,5 +4,6 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"treeView.notRegistered": "No se ha registrado ninga vista del árbol con id '{0}'."
"treeView.notRegistered": "No se ha registrado ninga vista del árbol con id '{0}'.",
"treeView.duplicateElement": "El elemento con id {0} está ya registrado"
}
\ No newline at end of file
......@@ -5,6 +5,7 @@
// Do not edit this file. It is machine generated.
{
"addFolderToWorkspace": "Agregar carpeta al área de trabajo...",
"add": "&&Añadir",
"addFolderToWorkspaceTitle": "Agregar carpeta al área de trabajo",
"workspaceFolderPickerPlaceholder": "Seleccionar la carpeta del área de trabajo"
}
\ No newline at end of file
......@@ -20,6 +20,7 @@
"closeAllUnmodified": "Cerrar los que no se han modificado",
"closeAll": "Cerrar todo",
"keepOpen": "Mantener abierto",
"toggleInlineView": "Cambiar vista en línea",
"showOpenedEditors": "Mostrar editores abiertos",
"keepEditor": "Mantener editor",
"closeEditorsInGroup": "Cerrar todos los editores del grupo",
......
......@@ -48,5 +48,8 @@
"moveEditorLeft": "Mover el editor a la izquierda",
"moveEditorRight": "Mover el editor a la derecha",
"moveEditorToPreviousGroup": "Mover editor al grupo anterior",
"moveEditorToNextGroup": "Mover editor al grupo siguiente"
"moveEditorToNextGroup": "Mover editor al grupo siguiente",
"moveEditorToFirstGroup": "Mover el Editor al Primer Grupo",
"moveEditorToSecondGroup": "Mover el Editor al Segundo Grupo",
"moveEditorToThirdGroup": "Mover el Editor al Tercer Grupo"
}
\ No newline at end of file
......@@ -10,5 +10,6 @@
"editableEditorWithInputAriaLabel": "{0}. Editor de comparación de archivos de texto.",
"editableEditorAriaLabel": "Editor de comparación de archivos de texto.",
"navigate.next.label": "Cambio siguiente",
"navigate.prev.label": "Cambio anterior"
"navigate.prev.label": "Cambio anterior",
"toggleIgnoreTrimWhitespace.label": "Ignorar espacios en blanco al principio y final"
}
\ No newline at end of file
......@@ -3,4 +3,6 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}
\ No newline at end of file
{
"hideView": "Ocultar"
}
\ No newline at end of file
......@@ -29,6 +29,7 @@
"openRecent": "Abrir Reciente...",
"quickOpenRecent": "Abrir Reciente Rapidamente...",
"closeMessages": "Cerrar mensajes de notificación",
"openIssueReporter": "Abrir Reportador de Problemas",
"reportIssueInEnglish": "Notificar problema",
"reportPerformanceIssue": "Notificar problema de rendimiento",
"keybindingsReference": "Referencia de métodos abreviados de teclado",
......
......@@ -9,5 +9,6 @@
"cut": "Cortar",
"copy": "Copiar",
"paste": "Pegar",
"selectAll": "Seleccionar todo"
"selectAll": "Seleccionar todo",
"runningAsRoot": "No se recomienda ejecutar {0} como usuario root."
}
\ No newline at end of file
......@@ -19,8 +19,6 @@
"vscode.extension.contributes.debuggers.configurationAttributes": "Configuraciones de esquema JSON para validar \"launch.json\".",
"vscode.extension.contributes.debuggers.windows": "Configuración específica de Windows.",
"vscode.extension.contributes.debuggers.windows.runtime": "Entorno de ejecución que se usa para Windows.",
"vscode.extension.contributes.debuggers.osx": "Configuración específica de OS X.",
"vscode.extension.contributes.debuggers.osx.runtime": "Entorno de ejecución que se usa para OSX.",
"vscode.extension.contributes.debuggers.linux": "Configuración específica de Linux.",
"vscode.extension.contributes.debuggers.linux.runtime": "Entorno de ejecución que se usa para Linux.",
"vscode.extension.contributes.breakpoints": "Aporta puntos de interrupción.",
......
......@@ -5,9 +5,14 @@
// Do not edit this file. It is machine generated.
{
"userGuide": "Use las acciones de la barra de herramientas del editor situada a la derecha para **deshacer** los cambios o **sobrescribir** el contenido del disco con sus cambios",
"overwriteElevated": "Sobrescribir como Admin...",
"saveElevated": "Reintentar como Admin...",
"overwrite": "Sobrescribir",
"retry": "Reintentar",
"discard": "Descartar",
"readonlySaveErrorAdmin": "No se pudo guardar '{0}': El archivo está protegido contra escritura. Seleccione 'Sobrescribir como Admin' para volverlo a intentar como administrador.",
"readonlySaveError": "No se pudo guardar '{0}': El archivo está protegido contra escritura. Seleccione 'Sobrescribir' para intentar quitar la protección.",
"permissionDeniedSaveError": "No se pudo guardar '{0}': Permisos insuficientes. Seleccione 'Reintentar como Admin' para volverlo a intentar como administrador.",
"genericSaveError": "No se pudo guardar '{0}': {1}",
"staleSaveError": "No se pudo guardar '{0}': El contenido del disco es más reciente. Haga clic en **Comparar** para comparar su versión con la que hay en el disco.",
"compareChanges": "Comparar",
......
......@@ -4,5 +4,9 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"mainLog": "Log (Principal)",
"sharedLog": "Log (Compartido)",
"rendererLog": "Log (Ventana)",
"extensionsLog": "Log (Extensión del Host)",
"developer": "Desarrollador"
}
\ No newline at end of file
......@@ -11,6 +11,7 @@
"rendererProcess": "Ventana",
"extensionHost": "Host de extensión",
"selectProcess": "Seleccionar proceso",
"openLogFile": "Abrir archivo de log...",
"setLogLevel": "Establecer nivel de registro",
"trace": "Seguimiento",
"debug": "Depurar",
......@@ -18,5 +19,6 @@
"warn": "Advertencia",
"err": "Error",
"critical": "Crítico",
"off": "Apagado"
"off": "Apagado",
"selectLogLevel": "Seleccionar nivel de log"
}
\ No newline at end of file
......@@ -8,5 +8,6 @@
"source control": "Control de código fuente",
"toggleSCMViewlet": "Mostrar SCM",
"view": "Ver",
"scmConfigurationTitle": "SCM"
"scmConfigurationTitle": "SCM",
"inputCounter": "Controla cuándo mostrar el contador de entradas."
}
\ No newline at end of file
......@@ -6,6 +6,8 @@
{
"scm providers": "Proveedores de Control de Código fuente",
"hideRepository": "Ocultar",
"commitMessageInfo": "{0} caracteres en la línea actual",
"commitMessageCountdown": "quedan {0} caracteres en la línea actual",
"installAdditionalSCMProviders": "Instalar proveedores adicionales de SCM...",
"no open repo": "No hay proveedores de control de código fuente activos.",
"source control": "Control de código fuente",
......
......@@ -14,7 +14,6 @@
"findInFiles": "Buscar en archivos",
"openAnythingHandlerDescription": "Ir al archivo",
"openSymbolDescriptionNormal": "Ir al símbolo en el área de trabajo",
"searchOutputChannelTitle": "Buscar",
"searchConfigurationTitle": "Buscar",
"exclude": "Configure patrones globales para excluir archivos y carpetas de las búsquedas. Hereda todos los patrones globales de la configuración files.exclude.",
"exclude.boolean": "El patrón global con el que se harán coincidir las rutas de acceso de los archivos. Establézcalo en true o false para habilitarlo o deshabilitarlo.",
......
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}
\ No newline at end of file
......@@ -40,9 +40,6 @@
"wordWrapColumn": "Contrôle la colonne de retour automatique à la ligne de l'éditeur quand 'editor.wordWrap' a la valeur 'wordWrapColumn' ou 'bounded'.",
"wrappingIndent": "Contrôle le retrait des lignes renvoyées. La valeur peut être 'none', 'same' ou 'indent'.",
"mouseWheelScrollSensitivity": "Multiplicateur à utiliser pour le 'deltaX' et le 'deltaY' des événements de défilement de la roulette de la souris",
"multiCursorModifier.ctrlCmd": "Mappe vers 'Contrôle' dans Windows et Linux, et vers 'Commande' dans OSX.",
"multiCursorModifier.alt": "Mappe vers 'Alt' dans Windows et Linux, et vers 'Option' dans OSX.",
"multiCursorModifier": "Modificateur à utiliser pour ajouter plusieurs curseurs avec la souris. 'ctrlCmd' mappe vers 'Contrôle' dans Windows et Linux, et vers 'Commande' dans OSX. Les mouvements de souris Accéder à la définition et Ouvrir le lien s'adaptent pour ne pas entrer en conflit avec le modificateur multicurseur.",
"quickSuggestions.strings": "Activez les suggestions rapides dans les chaînes.",
"quickSuggestions.comments": "Activez les suggestions rapides dans les commentaires.",
"quickSuggestions.other": "Activez les suggestions rapides en dehors des chaînes et des commentaires.",
......
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"workbenchConfigurationTitle": "Banc d'essai"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"requirestring": "la propriété '{0}' est obligatoire et doit être de type 'string'",
"optstring": "La propriété '{0}' peut être omise ou doit être de type 'string'"
}
\ No newline at end of file
......@@ -19,8 +19,6 @@
"vscode.extension.contributes.debuggers.configurationAttributes": "Configurations de schéma JSON pour la validation de 'launch.json'.",
"vscode.extension.contributes.debuggers.windows": "Paramètres spécifiques à Windows.",
"vscode.extension.contributes.debuggers.windows.runtime": "Runtime utilisé pour Windows.",
"vscode.extension.contributes.debuggers.osx": "Paramètres spécifiques à OS X.",
"vscode.extension.contributes.debuggers.osx.runtime": "Runtime utilisé pour OS X.",
"vscode.extension.contributes.debuggers.linux": "Paramètres spécifiques à Linux.",
"vscode.extension.contributes.debuggers.linux.runtime": "Runtime utilisé pour Linux.",
"vscode.extension.contributes.breakpoints": "Ajoute des points d'arrêt.",
......
......@@ -14,7 +14,6 @@
"findInFiles": "Chercher dans les fichiers",
"openAnythingHandlerDescription": "Accéder au fichier",
"openSymbolDescriptionNormal": "Atteindre le symbole dans l'espace de travail",
"searchOutputChannelTitle": "Rechercher",
"searchConfigurationTitle": "Rechercher",
"exclude": "Configurez les modèles Glob pour exclure les fichiers et les dossiers des recherches. Hérite de tous les modèles Glob à partir du paramètre files.exclude.",
"exclude.boolean": "Modèle Glob auquel les chemins de fichiers doivent correspondre. Affectez la valeur true ou false pour activer ou désactiver le modèle.",
......
......@@ -12,7 +12,6 @@
"workbench.action.terminal.selectAll": "Tout Sélectionner",
"workbench.action.terminal.deleteWordLeft": "Supprimer le mot à gauche",
"workbench.action.terminal.deleteWordRight": "Supprimer le mot à droite",
"workbench.action.terminal.enterLineNavigationMode": "Saisir la ligne de mode de navigation",
"workbench.action.terminal.new": "Créer un terminal intégré",
"workbench.action.terminal.new.short": "Nouveau terminal",
"workbench.action.terminal.newWorkspacePlaceholder": "Sélectionner le répertoire de travail actuel pour le nouveau terminal",
......
......@@ -60,6 +60,7 @@
"config.enableLongCommitWarning": "Figyelmeztessen-e az alkalmazás hosszú beadási üzenet esetén",
"config.confirmSync": "Megerősítés kérése git forráskódtárak szinkronizálása előtt",
"config.countBadge": "Meghatározza a git jelvényen megjelenő számláló működését. Az `all` minden módosítást számol, a `tracked` csak a követkett változtatásokat. Az `off` kikapcsolja a jelvényt.",
"config.checkoutType": "Meghatározza, hogy milyen típusú ágak jelenjenek meg a `Checkout adott helyről... ` parancs futtatása esetén. Az `all` esetén az összes ref megjelenik, `local` esetén csak a helyi ágak, `tags` esetén csak a címkék, `remote` esetén pedig csak a távoli ágak.",
"config.ignoreLegacyWarning": "Régi gittel kapcsolatos figyelmeztetés figyelmen kívül hagyása",
"config.ignoreMissingGitWarning": "Figyelmeztetés figyelmen kívül hagyása, ha a Git hiányzik",
"config.ignoreLimitWarning": "Túl sok módosítás esetén megjelenő figyelmeztetés figyelmen kívül hagyása",
......
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"fixAllInFileLabel": "{0} (összes javítása a fájlban)"
}
\ No newline at end of file
......@@ -40,9 +40,9 @@
"wordWrapColumn": "Meghatározza a sortöréshez használt oszlopszámot a szerkesztőablakban, ha az `editor.wordWrap` értéke 'wordWrapColumn' vagy 'bounded'.",
"wrappingIndent": "Meghatározza a tördelt sorok behúzását. Értéke 'none', 'same' vagy 'indent' lehet.",
"mouseWheelScrollSensitivity": "Az egér görgetési eseményeinél keletkező `deltaX` és `deltaY` paraméterek szorzója",
"multiCursorModifier.ctrlCmd": "Windows és Linux alatt a `Control`, OSX alatt a `Command` billentyűt jelenti.",
"multiCursorModifier.alt": "Windows és Linux alatt az `Alt`, OSX alatt az `Option` billentyűt jelenti.",
"multiCursorModifier": "Több kurzor hozzáadásához használt módosítóbillentyű. A `ctrlCmd` Windows és Linux alatt a `Control`, OSX alatt a `Command` billentyűt jelenti. A Definíció megkeresése és Hivatkozás megnyitása egérgesztusok automatikusan alkalmazkodnak úgy, hogy ne ütközzenek a többkurzorhoz tartozó módosítóval.",
"multiCursorModifier.ctrlCmd": "Windows és Linux alatt a `Control`, macOS alatt a `Command` billentyűt jelenti.",
"multiCursorModifier.alt": "Windows és Linux alatt az `Alt`, macOS alatt az `Option` billentyűt jelenti.",
"multiCursorModifier": "Több kurzor hozzáadásához használt módosítóbillentyű. A `ctrlCmd` Windows és Linux alatt a `Control`, macOS alatt a `Command` billentyűt jelenti. A Definíció megkeresése és Hivatkozás megnyitása egérgesztusok automatikusan úgy lesznek beállítva, hogy ne ütközzenek a többkurzorhoz tartozó módosítóval.",
"quickSuggestions.strings": "Kiegészítési javaslatok engedélyezése karakterláncokban (stringekben)",
"quickSuggestions.comments": "Kiegészítési javaslatok engedélyezése megjegyzésekben",
"quickSuggestions.other": "Kiegészítési javaslatok engedélyezése karakterláncokon (stringeken) és megjegyzéseken kívül",
......
......@@ -31,6 +31,7 @@
"inspect-brk-extensions": "Hibakeresés és profilozás engedélyezése a kiegészítőkben, úgy, hogy a kiegészítő gazdafolyamata szüneteltetve lesz az indítás után. Ellenőrizze a fejlesztői eszközöket a csatlakozási URI-hoz. ",
"disableGPU": "Hardveres gyorsítás letiltása.",
"uploadLogs": "Az aktuális munkamenet naplóinak feltöltése egy biztonságos végpontra.",
"issue": "Probléma jelentése",
"usage": "Használat",
"options": "beállítások",
"paths": "elérési utak",
......
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"workbenchConfigurationTitle": "Munkaterület",
"multiSelectModifier.ctrlCmd": "Windows és Linux alatt a `Control`, macOS alatt a `Command` billentyűt jelenti.",
"multiSelectModifier.alt": "Windows és Linux alatt az `Alt`, macOS alatt az `Option` billentyűt jelenti.",
"multiSelectModifier": "Több elem kijelölése esetén újabb elem hozzáadásához használt módosítóbillentyű (például a fanézetekben és listáknál, ha támogatva van). A `ctrlCmd` Windows és Linux alatt a `Control`, macOS alatt a `Command` billentyűt jelenti. A 'Megnyitás oldalt\" egérgesztusok – ha támogatva vannak – automatikusan úgy lesznek beállítva, hogy ne ütközzenek a több elem kijelöléséhez tartozó módosítóbillentyűvel."
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"requirearray": "a localizationst tömbként kell megadni",
"requirestring": "a(z) `{0}` tulajdonság kötelező és `string` típusúnak kell lennie",
"optstring": "a(z) `{0}` tulajdonság elhagyható vagy `string` típusúnak kell lennie",
"vscode.extension.contributes.localizations": "Lokalizációkat szolgáltat a szerkesztőhöz",
"vscode.extension.contributes.localizations.languageId": "Annak a nyelvnek az azonosítója, amelyre a megjelenített szövegek fordítva vannak.",
"vscode.extension.contributes.localizations.languageName": "Annak a nyelvnek a neve, amelyre a megjelenített szövegek fordítva vannak.",
"vscode.extension.contributes.localizations.translations": "A nyelvhez tartozó összes, fordítási fájlokat tartalmazó mappa relatív elérési útja."
}
\ No newline at end of file
......@@ -29,6 +29,7 @@
"openRecent": "Legutóbbi megnyitása...",
"quickOpenRecent": "Legutóbbi gyors megnyitása...",
"closeMessages": "Értesítések törlése",
"openIssueReporter": "Hibajelentő megnyitása",
"reportIssueInEnglish": "Probléma jelentése",
"reportPerformanceIssue": "Teljesítményproblémák jelentése",
"keybindingsReference": "Billentyűparancs-referencia",
......
......@@ -19,8 +19,8 @@
"vscode.extension.contributes.debuggers.configurationAttributes": "JSON-sémakonfigurációk a 'launch.json' validálásához.",
"vscode.extension.contributes.debuggers.windows": "Windows-specifikus beállítások.",
"vscode.extension.contributes.debuggers.windows.runtime": "A Windows által használt futtatókörnyezet.",
"vscode.extension.contributes.debuggers.osx": "OS X-specifikus beállítások.",
"vscode.extension.contributes.debuggers.osx.runtime": "Az OSX által használt futtatókörnyezet.",
"vscode.extension.contributes.debuggers.osx": "macOS-specifikus beállítások.",
"vscode.extension.contributes.debuggers.osx.runtime": "A macOS által használt futtatókörnyezet.",
"vscode.extension.contributes.debuggers.linux": "Linux-specifikus beállítások.",
"vscode.extension.contributes.debuggers.linux.runtime": "A Linux által használt futtatókörnyezet.",
"vscode.extension.contributes.breakpoints": "Töréspontokat szolgáltat.",
......
......@@ -13,6 +13,8 @@
"reallyRecommendedExtensionPack": "Ehhez a fájltípushoz a(z) '{0}' kiegészítőcsomag ajánlott.",
"showRecommendations": "Ajánlatok megjelenítése",
"install": "Telepítés",
"showLanguageExtensions": "A piactéren található olyan kiegészítő, ami segíthet a(z) '.{0}' fájloknál",
"searchMarketplace": "Keresés a piactéren",
"workspaceRecommended": "A munkaterülethez vannak javasolt kiegészítők",
"installAll": "Összes telepítése",
"ignoreExtensionRecommendations": "Figyelmen kívül akarja hagyni az összes javasolt kiegészítőt?",
......
......@@ -4,6 +4,9 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"installingVSIXExtension": "Kiegészítő telepítése VSIX-ből...",
"installingMarketPlaceExtension": "Kiegészítő telepítése a piactérről...",
"uninstallingExtension": "Kiegészítő eltávolítása...",
"enableDependeciesConfirmation": "A(z) '{0}' engedélyezésével annak függőségei is engedélyezve lesznek. Szeretné folytatni?",
"enable": "Igen",
"doNotEnable": "Nem",
......
......@@ -14,7 +14,6 @@
"findInFiles": "Keresés a fájlokban",
"openAnythingHandlerDescription": "Fájl megkeresése",
"openSymbolDescriptionNormal": "Szimbólum megkeresése a munkaterületen",
"searchOutputChannelTitle": "Keresés",
"searchConfigurationTitle": "Keresés",
"exclude": "Globális minták konfigurálása fájlok és mappák keresésből való kizárásához. Örökli az összes globális mintát a fliex.exclude beállításból.",
"exclude.boolean": "A globális minta, amire illesztve lesznek a fájlok elérési útjai. A minta engedélyezéséhez vagy letiltásához állítsa igaz vagy hamis értékre.",
......
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}
\ No newline at end of file
......@@ -3,4 +3,6 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}
\ No newline at end of file
{
"collecting": "Raccolta informazioni su CPU e memoria in corso. Potrebbe impiegare qualche secondo."
}
\ No newline at end of file
......@@ -40,9 +40,6 @@
"wordWrapColumn": "Controlla la colonna di wrapping dell'editor quando il valore di `editor.wordWrap` è 'wordWrapColumn' o 'bounded'.",
"wrappingIndent": "Controlla il rientro delle righe con ritorno a capo. Può essere uno dei valori seguenti: 'none', 'same' o 'indent'.",
"mouseWheelScrollSensitivity": "Moltiplicatore da usare sui valori `deltaX` e `deltaY` degli eventi di scorrimento della rotellina del mouse",
"multiCursorModifier.ctrlCmd": "Rappresenta il tasto 'Control' (ctrl) su Windows e Linux e il tasto 'Comando' (cmd) su OSX.",
"multiCursorModifier.alt": "Rappresenta il tasto 'Alt' su Windows e Linux e il tasto 'Opzione' su OSX.",
"multiCursorModifier": "Il modificatore da utilizzare per aggiungere molteplici cursori con il mouse. 'ctrlCmd' rappresenta il tasto 'Control' su Windows e Linux e il tasto 'Comando' su OSX. I gesti del mouse Vai a definizione e Apri il Link si adatteranno in modo da non entrare in conflitto con il modificatore multi-cursore.",
"quickSuggestions.strings": "Abilita i suggerimenti rapidi all'interno di stringhe.",
"quickSuggestions.comments": "Abilita i suggerimenti rapidi all'interno di commenti.",
"quickSuggestions.other": "Abilita i suggerimenti rapidi all'esterno di stringhe e commenti.",
......@@ -72,6 +69,7 @@
"cursorBlinking": "Controlla lo stile di animazione del cursore. I valori possibili sono: 'blink', 'smooth', 'phase', 'expand' e 'solid'",
"mouseWheelZoom": "Ingrandisce il carattere dell'editor quando si usa la rotellina del mouse e si tiene premuto CTRL",
"cursorStyle": "Controlla lo stile del cursore. I valori accettati sono 'block', 'block-outline', 'line', 'line-thin', 'underline' e 'underline-thin'",
"lineCursorWidth": "Controlla la larghezza del cursore quando editor.cursorSyle è impostato a 'line'",
"fontLigatures": "Abilita i caratteri legatura",
"hideCursorInOverviewRuler": "Controlla se il cursore deve essere nascosto nel righello delle annotazioni.",
"renderWhitespace": "Consente di controllare in che modo l'editor deve eseguire il rendering dei caratteri di spazio vuoto. Le opzioni possibili sono: 'none', 'boundary' e 'all'. Con l'opzione 'boundary' non viene eseguito il rendering di singoli spazi tra le parole.",
......
......@@ -6,6 +6,7 @@
{
"lineHighlight": "Colore di sfondo per l'evidenziazione della riga alla posizione del cursore.",
"lineHighlightBorderBox": "Colore di sfondo per il bordo intorno alla riga alla posizione del cursore.",
"rangeHighlight": "Colore di sfondo degli intervalli evidenziati, ad esempio dalle funzionalità Quick Open e Trova. il colore non deve essere opaco per evitare di nascondere le decorazioni sottostanti.",
"caret": "Colore del cursore dell'editor.",
"editorCursorBackground": "Colore di sfondo del cursore editor. Permette di personalizzare il colore di un carattere quando sovrapposto da un blocco cursore.",
"editorWhitespaces": "Colore dei caratteri di spazio vuoto nell'editor.",
......
......@@ -5,6 +5,8 @@
// Do not edit this file. It is machine generated.
{
"title.wo_source": "({0}/{1})",
"markerAction.next.label": "Vai al problema successivo (Errore, Avviso, Informazioni)",
"markerAction.previous.label": "Vai al problema precedente (Errore, Avviso, Info)",
"editorMarkerNavigationError": "Colore per gli errori del widget di spostamento tra marcatori dell'editor.",
"editorMarkerNavigationWarning": "Colore per gli avvisi del widget di spostamento tra marcatori dell'editor.",
"editorMarkerNavigationInfo": "Colore delle informazioni del widget di navigazione marcatori dell'editor.",
......
......@@ -4,6 +4,8 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"wordHighlight": "Colore di sfondo di un simbolo durante l'accesso in lettura, ad esempio durante la lettura di una variabile. Il colore non deve essere opaco per evitare di nascondere le decorazioni sottostanti.",
"wordHighlightStrong": "Colore di sfondo di un simbolo durante l'accesso in scrittura, per esempio durante la scrittura di una variabile. Il colore non deve essere opaco per evitare di nascondere le decorazioni sottostanti.",
"overviewRulerWordHighlightForeground": "Colore del marcatore del righello delle annotazioni per le evidenziazioni dei simboli.",
"overviewRulerWordHighlightStrongForeground": "Colore del marcatore del righello delle annotazioni per le evidenziazioni dei simboli di accesso in scrittura.",
"wordHighlight.next.label": "Vai al prossimo simbolo evidenziato",
......
......@@ -30,10 +30,13 @@
"inspect-extensions": "Consentire il debug e profiling delle estensioni. Controllare gli strumenti di sviluppo per l'uri di connessione.",
"inspect-brk-extensions": "Consentire il debug e profiling delle estensioni con l'host di estensione in pausa dopo inizio. Controllare gli strumenti di sviluppo per l'uri di connessione.",
"disableGPU": "Disabilita l'accelerazione hardware della GPU.",
"uploadLogs": "Caricamento dei log della sessione corrente verso un punto di comunicazione sicuro.",
"usage": "Utilizzo",
"options": "opzioni",
"paths": "percorsi",
"stdinWindows": "Per leggere l'output da un altro programma, aggiungere alla fine '-' (ad esempio 'echo Hello World | {0} -')",
"stdinUnix": "Per leggere da stdin, aggiungere alla fine '-' (ad esempio 'ps aux | grep code | {0} -')",
"optionsUpperCase": "Opzioni"
"optionsUpperCase": "Opzioni",
"extensionsManagement": "Gestione delle estensioni",
"troubleshooting": "Risoluzione dei problemi"
}
\ No newline at end of file
......@@ -9,6 +9,7 @@
"installingOutdatedExtension": "Una versione più recente di questa estensione è già installata. Vuoi eseguire l'override di questa con la versione precedente?",
"override": "Eseguire l'override",
"cancel": "Annulla",
"errorInstallingDependencies": "Errore durante l'installazione delle dipendenze. {0}",
"notFoundCompatible": "Impossibile installare '{0}'; non è presente alcuna versione compatibile con VS Code '{1}'.",
"notFoundCompatibleDependency": "Impossibile installare perché non è stata trovata l'estensione dipendente '{0}' compatibile con la versione corrente '{1}' di VS Code.",
"quitCode": "Impossibile installare l'estensione. Riavviare VS Code prima di procedere ad un nuovo setup.",
......
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"workbenchConfigurationTitle": "Area di lavoro"
}
\ No newline at end of file
......@@ -63,7 +63,12 @@
"editorWidgetBorder": "Colore bordo dei widget dell'editor. Il colore viene utilizzato solo se il widget sceglie di avere un bordo e se il colore non è sottoposto a override da un widget.",
"editorSelectionBackground": "Colore della selezione dell'editor.",
"editorSelectionForeground": "Colore del testo selezionato per il contrasto elevato.",
"editorInactiveSelection": "Colore della selezione in un editor non attivo. Il colore non deve essere opaco per evitare di nascondere le decorazioni sottostanti.",
"editorSelectionHighlight": "Colore delle aree con lo stesso contenuto della selezione. Il colore non deve essere opaco per evitare di nascondere le decorazioni sottostanti.",
"editorFindMatch": "Colore della corrispondenza di ricerca corrente.",
"findMatchHighlight": "Colore degli altri risultati della ricerca. Il colore non deve essere opaco per evitare di nascondere le decorazioni sottostanti.",
"findRangeHighlight": "Colore dell'intervallo limite della ricerca. Il colore non deve essere opaco per evitare di nascondere le decorazioni sottostanti.",
"hoverHighlight": "Evidenziazione sotto la parola per cui è visualizzata un'area sensibile al passaggio del mouse. Il colore non deve essere opaco per evitare di nascondere le decorazioni sottostanti.",
"hoverBackground": "Colore di sfondo dell'area sensibile al passaggio del mouse dell'editor.",
"hoverBorder": "Colore del bordo dell'area sensibile al passaggio del mouse dell'editor.",
"activeLinkForeground": "Colore dei collegamenti attivi.",
......@@ -71,6 +76,12 @@
"diffEditorRemoved": "Colore di sfondo del testo che è stato rimosso.",
"diffEditorInsertedOutline": "Colore del contorno del testo che è stato inserito.",
"diffEditorRemovedOutline": "Colore del contorno del testo che è stato rimosso.",
"mergeCurrentHeaderBackground": "Sfondo intestazione corrente in conflitti di merge in linea. Il colore non deve essere opaco per evitare di nascondere le decorazioni sottostanti.",
"mergeCurrentContentBackground": "Sfondo contenuto corrente in conflitti di merge in linea. Il colore non deve essere opaco per evitare di nascondere le decorazioni sottostanti.",
"mergeIncomingHeaderBackground": "Sfondo intestazione modifica in ingresso in conflitti di merge in linea. Il colore non deve essere opaco per evitare di nascondere le decorazioni sottostanti.",
"mergeIncomingContentBackground": "Sfondo contenuto modifica in ingresso in conflitti di merge in linea. Il colore non deve essere opaco per evitare di nascondere le decorazioni sottostanti.",
"mergeCommonHeaderBackground": "Sfondo dell'intestazione dell'antenato comune nei conflitti di merge in linea. Il colore non deve essere opaco per evitare di nascondere le decorazioni sottostanti.",
"mergeCommonContentBackground": "Sfondo del contenuto dell'antenato comune nei conflitti di merge in linea. Il colore non deve essere opaco per evitare di nascondere le decorazioni sottostanti.",
"mergeBorder": "Colore bordo su intestazioni e sulla barra di divisione di conflitti di merge in linea.",
"overviewRulerCurrentContentForeground": "Colore primo piano righello panoramica attuale per i conflitti di merge in linea.",
"overviewRulerIncomingContentForeground": "Colore primo piano del righello panoramica modifiche in arrivo per i conflitti di merge in linea.",
......
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"requirestring": "la proprietà `{0}` è obbligatoria e deve essere di tipo `string`",
"optstring": "la proprietà `{0}` può essere omessa o deve essere di tipo `string`"
}
\ No newline at end of file
......@@ -19,8 +19,6 @@
"vscode.extension.contributes.debuggers.configurationAttributes": "Configurazioni dello schema JSON per la convalida di 'launch.json'.",
"vscode.extension.contributes.debuggers.windows": "Impostazioni specifiche di Windows.",
"vscode.extension.contributes.debuggers.windows.runtime": "Runtime usato per Windows.",
"vscode.extension.contributes.debuggers.osx": "Impostazioni specifiche di OS X.",
"vscode.extension.contributes.debuggers.osx.runtime": "Runtime usato per OS X.",
"vscode.extension.contributes.debuggers.linux": "Impostazioni specifiche di Linux.",
"vscode.extension.contributes.debuggers.linux.runtime": "Runtime usato per Linux.",
"vscode.extension.contributes.breakpoints": "Punti di interruzione per contributes.",
......
......@@ -14,7 +14,6 @@
"findInFiles": "Cerca nei file",
"openAnythingHandlerDescription": "Vai al file",
"openSymbolDescriptionNormal": "Vai al simbolo nell'area di lavoro",
"searchOutputChannelTitle": "Cerca",
"searchConfigurationTitle": "Cerca",
"exclude": "Consente di configurare i criteri GLOB per escludere file e cartelle nelle ricerche. Eredita tutti i criteri GLOB dall'impostazione files.exclude.",
"exclude.boolean": "Criterio GLOB da usare per trovare percorsi file. Impostare su True o False per abilitare o disabilitare il criterio.",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册