mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
SQL Operations Studio Public Preview 1 (0.23) release source code
This commit is contained in:
8
i18n/cht/extensions/markdown/out/extension.i18n.json
Normal file
8
i18n/cht/extensions/markdown/out/extension.i18n.json
Normal file
@@ -0,0 +1,8 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"onPreviewStyleLoadError": "無法載入 ‘markdown.style' 樣式:{0}"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"preview.securityMessage.text": "此文件中的部分內容已停用",
|
||||
"preview.securityMessage.title": "Markdown 預覽中已停用可能不安全或不安全的內容。請將 Markdown 預覽的安全性設定變更為允許不安全內容,或啟用指令碼",
|
||||
"preview.securityMessage.label": "內容已停用安全性警告"
|
||||
}
|
||||
15
i18n/cht/extensions/markdown/out/security.i18n.json
Normal file
15
i18n/cht/extensions/markdown/out/security.i18n.json
Normal file
@@ -0,0 +1,15 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"strict.title": "嚴謹",
|
||||
"strict.description": "僅載入安全內容",
|
||||
"insecureContent.title": "允許不安全的內容",
|
||||
"insecureContent.description": "啟用 http 載入內容",
|
||||
"disable.title": "停用",
|
||||
"disable.description": "允許所有內容與指令碼執行。不建議",
|
||||
"moreInfo.title": "詳細資訊",
|
||||
"preview.showPreviewSecuritySelector.title": "選擇此工作區 Markdown 預覽的安全性設定"
|
||||
}
|
||||
24
i18n/cht/extensions/markdown/package.i18n.json
Normal file
24
i18n/cht/extensions/markdown/package.i18n.json
Normal file
@@ -0,0 +1,24 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"markdown.preview.breaks.desc": "設定在 Markdown 預覽中如何顯示分行符號。設為 'trure' 為每個新行建立<br>",
|
||||
"markdown.preview.linkify": "啟用或停用在 Markdown 預覽中將類似 URL 的文字轉換為連結。",
|
||||
"markdown.preview.doubleClickToSwitchToEditor.desc": "在 Markdown 預覽中按兩下會切換到編輯器。",
|
||||
"markdown.preview.fontFamily.desc": "控制 Markdown 預覽中使用的字型家族。",
|
||||
"markdown.preview.fontSize.desc": "控制 Markdown 預覽中使用的字型大小 (以像素為單位)。",
|
||||
"markdown.preview.lineHeight.desc": "控制 Markdown 預覽中使用的行高。此數字相對於字型大小。",
|
||||
"markdown.preview.markEditorSelection.desc": "在 Markdown 預覽中標記目前的編輯器選取範圍。",
|
||||
"markdown.preview.scrollEditorWithPreview.desc": "捲動 Markdown 預覽時會更新編輯器的檢視。",
|
||||
"markdown.preview.scrollPreviewWithEditorSelection.desc": "捲動 Markdown 預覽以顯示目前從編輯器選取的行。",
|
||||
"markdown.preview.title": "開啟預覽",
|
||||
"markdown.previewFrontMatter.dec": "設定 YAML 前端在 Markdown 預覽中呈現的方式。[隱藏] 會移除前端。否則,前端會視為 Markdown 內容。",
|
||||
"markdown.previewSide.title": "在一側開啟預覽",
|
||||
"markdown.showSource.title": "顯示來源",
|
||||
"markdown.styles.dec": "可從 Markdown 預覽使用之 CSS 樣式表的 URL 或本機路徑清單。相對路徑是相對於在總管中開啟的資料夾來進行解釋。若沒有開啟資料夾,路徑則是相對於 Markdown 檔案的位置來進行解釋。所有 '\\' 都必須寫成 '\\\\'。",
|
||||
"markdown.showPreviewSecuritySelector.title": "變更預覽的安全性設定",
|
||||
"markdown.trace.desc": "允許 Markdown 延伸模組進行偵錯記錄。",
|
||||
"markdown.refreshPreview.title": "重新整理預覽"
|
||||
}
|
||||
Reference in New Issue
Block a user