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/chs/extensions/notebook/dist/dialog/configurePythonDialog.i18n.json
vendored
Normal file
22
i18n/chs/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": "为笔记本配置 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