mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
update localization resource files (#14389)
This commit is contained in:
22
i18n/cht/extensions/notebook/dist/dialog/configurePythonDialog.i18n.json
vendored
Normal file
22
i18n/cht/extensions/notebook/dist/dialog/configurePythonDialog.i18n.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"configurePython.dialogName": "為 Notebooks 設定 Python",
|
||||
"configurePython.okButtonText": "安裝",
|
||||
"configurePython.cancelButtonText": "取消",
|
||||
"configurePython.browseButtonText": "瀏覽",
|
||||
"configurePython.locationTextBoxText": "Python 安裝位置",
|
||||
"configurePython.selectFileLabel": "選擇",
|
||||
"configurePython.installNote": "此安裝需要一些時間。建議不要在安裝完成前關閉應用程式。",
|
||||
"configurePython.invalidLocationMsg": "指定的安裝位置無效。",
|
||||
"configurePython.pythonNotFoundMsg": "未於指定的位置找到任何 python 安裝。",
|
||||
"configurePython.pythonInstallDeclined": "Python 安裝已遭拒。",
|
||||
"configurePython.installationType": "安裝類型",
|
||||
"configurePython.newInstall": "新增 Python 安裝",
|
||||
"configurePython.existingInstall": "使用現有的 Python 安裝"
|
||||
}
|
||||
Reference in New Issue
Block a user