mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Update resource strings for 1.9.0 langpacks (#6144)
* Refresh loc resources * Update loc strings
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"delete": "删除",
|
||||
"codeBefore": "在...之前插入代码",
|
||||
"codeAfter": "在...之后插入代码",
|
||||
"markdownBefore": "在...之前插入 Markdown",
|
||||
"markdownAfter": "在...之后插入 Markdown",
|
||||
"clear": "清除输出"
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"notebook.failed": "请选择活动单元格,然后重试",
|
||||
"runCell": "运行单元格",
|
||||
"stopCell": "取消执行",
|
||||
"errorRunCell": "上次运行时出错。请单击以重新运行"
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"clickOn": "单击",
|
||||
"plusCode": "+ 代码",
|
||||
"or": "或",
|
||||
"plusText": "+ 文本",
|
||||
"toAddCell": "添加代码或文本单元格"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"doubleClickEdit": "双击以编辑"
|
||||
}
|
||||
13
i18n/chs/src/sql/parts/notebook/models/cell.i18n.json
Normal file
13
i18n/chs/src/sql/parts/notebook/models/cell.i18n.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"executionCanceled": "查询执行已取消",
|
||||
"notebookNotReady": "此笔记本的会话尚未准备好",
|
||||
"sessionNotReady": "此笔记本的会话将暂时启动",
|
||||
"noDefaultKernel": "此笔记本没有可用的内核"
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"clientSession.unknownError": "启动笔记本会话时出错",
|
||||
"ServerNotStarted": "由于未知原因,服务器未启动",
|
||||
"kernelRequiresConnection": "找不到内核 {0}。将改为使用默认内核。"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"sqlKernel": "Sql"
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"selectConnection": "选择连接",
|
||||
"localhost": "本地 主机",
|
||||
"addConnection": "添加新连接"
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"deleteCellFailed": "未能删除单元格。",
|
||||
"changeKernelFailedRetry": "未能更改内核。将使用内核 {0}。错误为: {1}",
|
||||
"changeKernelFailed": "由于错误而未能更改内核: {0}",
|
||||
"changeContextFailed": "更改上下文失败: {0}",
|
||||
"startSessionFailed": "无法启动会话: {0}",
|
||||
"shutdownError": "关闭笔记本时出错: {0}",
|
||||
"shutdownClientSessionError": "关闭笔记本时发生客户端会话错误: {0}",
|
||||
"ProviderNoManager": "找不到提供程序 {0} 的笔记本管理器"
|
||||
}
|
||||
16
i18n/chs/src/sql/parts/notebook/notebook.component.i18n.json
Normal file
16
i18n/chs/src/sql/parts/notebook/notebook.component.i18n.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"displayFailed": "无法显示内容: {0}",
|
||||
"noKernelInstalled": "请安装 SQL Server 2019 扩展以运行单元格",
|
||||
"installSql2019Extension": "安装扩展",
|
||||
"code": "代码",
|
||||
"text": "文本",
|
||||
"clearResults": "清除结果",
|
||||
"cellNotFound": "在此模型中找不到具有 URI {0} 的单元格"
|
||||
}
|
||||
22
i18n/chs/src/sql/parts/notebook/notebookActions.i18n.json
Normal file
22
i18n/chs/src/sql/parts/notebook/notebookActions.i18n.json
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."
|
||||
],
|
||||
"loading": "正在加载内核中…",
|
||||
"changing": "正在更改内核...",
|
||||
"Kernel": "内核:",
|
||||
"AttachTo": "附加到:",
|
||||
"loadingContexts": "正在加载上下文…",
|
||||
"addNewConnection": "添加新连接",
|
||||
"selectConnection": "选择连接",
|
||||
"localhost": "localhost",
|
||||
"trustLabel": "信任",
|
||||
"untrustLabel": "不受信任",
|
||||
"alreadyTrustedMsg": "笔记本已受信任。",
|
||||
"noKernel": "无内核",
|
||||
"noContextAvailable": "没有"
|
||||
}
|
||||
10
i18n/chs/src/sql/parts/notebook/notebookUtils.i18n.json
Normal file
10
i18n/chs/src/sql/parts/notebook/notebookUtils.i18n.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"mkdirOutputMsg": "...正在创建 {0}"
|
||||
}
|
||||
Reference in New Issue
Block a user