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/markdown/out')
-rw-r--r--i18n/cht/extensions/markdown/out/features/preview.i18n.json11
-rw-r--r--i18n/cht/extensions/markdown/out/features/previewContentProvider.i18n.json3
2 files changed, 12 insertions, 2 deletions
diff --git a/i18n/cht/extensions/markdown/out/features/preview.i18n.json b/i18n/cht/extensions/markdown/out/features/preview.i18n.json
new file mode 100644
index 00000000000..74c6cf18168
--- /dev/null
+++ b/i18n/cht/extensions/markdown/out/features/preview.i18n.json
@@ -0,0 +1,11 @@
+{
+ "": [
+ "--------------------------------------------------------------------------------------------",
+ "Copyright (c) Microsoft Corporation. All rights reserved.",
+ "Licensed under the MIT License. See License.txt in the project root for license information.",
+ "--------------------------------------------------------------------------------------------",
+ "Do not edit this file. It is machine generated."
+ ],
+ "lockedPreviewTitle": "[預覽] {0}",
+ "previewTitle": "預覽 [0]"
+} \ No newline at end of file
diff --git a/i18n/cht/extensions/markdown/out/features/previewContentProvider.i18n.json b/i18n/cht/extensions/markdown/out/features/previewContentProvider.i18n.json
index b5730119088..fe1f5c5a4e5 100644
--- a/i18n/cht/extensions/markdown/out/features/previewContentProvider.i18n.json
+++ b/i18n/cht/extensions/markdown/out/features/previewContentProvider.i18n.json
@@ -8,6 +8,5 @@
],
"preview.securityMessage.text": "此文件中的部分內容已停用",
"preview.securityMessage.title": "Markdown 預覽中已停用可能不安全或不安全的內容。請將 Markdown 預覽的安全性設定變更為允許不安全內容,或啟用指令碼",
- "preview.securityMessage.label": "內容已停用安全性警告",
- "previewTitle": "預覽 [0]"
+ "preview.securityMessage.label": "內容已停用安全性警告"
} \ No newline at end of file