Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/cht/extensions')
-rw-r--r--i18n/cht/extensions/git/out/commands.i18n.json2
-rw-r--r--i18n/cht/extensions/markdown/out/extension.i18n.json7
2 files changed, 8 insertions, 1 deletions
diff --git a/i18n/cht/extensions/git/out/commands.i18n.json b/i18n/cht/extensions/git/out/commands.i18n.json
index 30cafce28ae..80d8dc9b502 100644
--- a/i18n/cht/extensions/git/out/commands.i18n.json
+++ b/i18n/cht/extensions/git/out/commands.i18n.json
@@ -13,6 +13,8 @@
"confirm revert": "確定要還原您在 {0} 中選取的變更嗎?",
"disabled": "Git 已停用,或在此工作區不受支援",
"discard": "捨棄變更",
+ "git error": "Git 錯誤",
+ "git error details": "Git: {0}",
"never again": "確定,不要再顯示",
"no changes": "沒有任何變更要認可。",
"no remotes to publish": "您的存放庫未設定要發行的目標遠端。",
diff --git a/i18n/cht/extensions/markdown/out/extension.i18n.json b/i18n/cht/extensions/markdown/out/extension.i18n.json
index 8b6ad71cd4e..6112a2fe01d 100644
--- a/i18n/cht/extensions/markdown/out/extension.i18n.json
+++ b/i18n/cht/extensions/markdown/out/extension.i18n.json
@@ -3,4 +3,9 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
-{} \ No newline at end of file
+{
+ "preview.showPreviewSecuritySelector.allowScriptsForWorkspaceTitle": "允許指令碼在此工作區的 Markdown 預覽中執行",
+ "preview.showPreviewSecuritySelector.currentSelection": "目前的設定",
+ "preview.showPreviewSecuritySelector.disallowScriptsForWorkspaceTitle": "不允許指令碼在此工作區的 Markdown 預覽中執行",
+ "preview.showPreviewSecuritySelector.title": "變更 Markdown 預覽的安全性設定"
+} \ No newline at end of file