mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Update to langpack base source file, and fix to xlf generation. (#22829)
* update to build lib and langpack base files * fix for gulp localization xlf task and xlf update * fix to yarn
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"name": "ads-language-pack-zh-hans",
|
||||
"displayName": "Chinese (Simplified) (简体中文) Language Pack for Azure Data Studio",
|
||||
"description": "Language pack extension for Chinese (Simplified)",
|
||||
"version": "1.43.0",
|
||||
"version": "1.44.0",
|
||||
"publisher": "Microsoft",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -11,7 +11,7 @@
|
||||
"license": "SEE SOURCE EULA LICENSE IN LICENSE.txt",
|
||||
"engines": {
|
||||
"vscode": "*",
|
||||
"azdata": "^1.43.0"
|
||||
"azdata": "^1.44.0"
|
||||
},
|
||||
"icon": "languagepack.png",
|
||||
"categories": [
|
||||
@@ -76,6 +76,10 @@
|
||||
"id": "vscode.image-preview",
|
||||
"path": "./translations/extensions/image-preview.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.ipynb",
|
||||
"path": "./translations/extensions/ipynb.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.javascript",
|
||||
"path": "./translations/extensions/javascript.i18n.json"
|
||||
@@ -112,6 +116,10 @@
|
||||
"id": "vscode.microsoft-authentication",
|
||||
"path": "./translations/extensions/microsoft-authentication.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.notebook-renderers",
|
||||
"path": "./translations/extensions/notebook-renderers.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.powershell",
|
||||
"path": "./translations/extensions/powershell.i18n.json"
|
||||
|
||||
@@ -44,7 +44,6 @@
|
||||
"derivedDescription": "与具有名称相同但扩展名不同的同级文件的文件匹配。",
|
||||
"derivedLabel": "具有同级文件的文件(按名称)",
|
||||
"dirty": "表明活动编辑器具有未保存更改的时间的指示器",
|
||||
"falseDescription": "禁用该模式。",
|
||||
"fileDescription": "与具有特定文件扩展名的所有文件匹配。",
|
||||
"fileLabel": "按扩展名的文件",
|
||||
"filesDescription": "与具有任意文件扩展名的所有文件匹配。",
|
||||
@@ -61,8 +60,7 @@
|
||||
"topFolderDescription": "与具有特定名称的顶级文件夹匹配。",
|
||||
"topFolderLabel": "按名称的文件夹(顶级)",
|
||||
"topFoldersDescription": "与多个顶级文件夹匹配。",
|
||||
"topFoldersLabel": "使用多个名称的文件夹(顶级)",
|
||||
"trueDescription": "启用该模式。"
|
||||
"topFoldersLabel": "使用多个名称的文件夹(顶级)"
|
||||
},
|
||||
"package": {
|
||||
"description": "在配置文件 (如设置、启动和扩展推荐文件) 中提供高级 IntelliSense、自动修复等功能",
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
"contents": {
|
||||
"dist/remoteSource": {
|
||||
"branch name": "分支名称",
|
||||
"error": "$(error) 错误: {0}",
|
||||
"error": "{0} 错误: {1}",
|
||||
"none found": "未找到远程存储库。",
|
||||
"pick url": "选择要从中进行克隆的 URL。",
|
||||
"provide url": "提供存储库 URL",
|
||||
"provide url or pick": "提供存储库 URL 或选择存储库源。",
|
||||
"provide url": "提供仓库 URL",
|
||||
"provide url or pick": "提供仓库 URL 或选择仓库源。",
|
||||
"recently opened": "最近打开",
|
||||
"remote sources": "远程源",
|
||||
"type to filter": "存储库名称",
|
||||
"type to search": "存储库名称(键入内容进行搜索)",
|
||||
"type to filter": "仓库名称",
|
||||
"type to search": "仓库名称(键入内容进行搜索)",
|
||||
"url": "URL"
|
||||
},
|
||||
"package": {
|
||||
|
||||
@@ -9,13 +9,13 @@
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"dist/publish": {
|
||||
"ignore": "选择应包含在存储库中的文件。",
|
||||
"ignore": "选择应包含在仓库中的文件。",
|
||||
"openingithub": "在 GitHub 上打开",
|
||||
"pick folder": "选择一个要发布到 GitHub 的文件夹",
|
||||
"publishing_done": "已将“{0}”存储库成功发布到 GitHub。",
|
||||
"publishing_done": "已将“{0}”仓库成功发布到 GitHub。",
|
||||
"publishing_firstcommit": "正在创建第一个提交",
|
||||
"publishing_private": "正在发布到专用 GitHub 存储库",
|
||||
"publishing_public": "正在发布到公共 GitHub 存储库",
|
||||
"publishing_private": "正在发布到专用 GitHub 仓库",
|
||||
"publishing_public": "正在发布到公共 GitHub 仓库",
|
||||
"publishing_uploading": "正在上传文件"
|
||||
},
|
||||
"dist/pushErrorHandler": {
|
||||
@@ -36,11 +36,11 @@
|
||||
},
|
||||
"package": {
|
||||
"config.gitAuthentication": "控制是否在 VS Code 中为 git 命令启用自动 GitHub 身份验证。",
|
||||
"config.gitProtocol": "控制用于克隆 GitHub 存储库的协议",
|
||||
"config.gitProtocol": "控制用于克隆 GitHub 仓库的协议",
|
||||
"description": "适用于 VS Code 的 GitHub 功能",
|
||||
"displayName": "GitHub",
|
||||
"welcome.publishFolder": "你还可直接将此文件夹发布到 GitHub 存储库。发布后,你将有权访问由 Git 和 GitHub 提供支持的源代码管理功能。\r\n[$(github) 发布到 GitHub](command:github.publish)",
|
||||
"welcome.publishWorkspaceFolder": "你还可直接将工作区文件夹发布到 GitHub 存储库。发布后,你将有权访问由 Git 和 GitHub 提供支持的源代码管理功能。\r\n[$(github) 发布到 GitHub](command:github.publish)"
|
||||
"welcome.publishFolder": "你还可直接将此文件夹发布到 GitHub 仓库。发布后,你将有权访问由 Git 和 GitHub 提供支持的源代码管理功能。\r\n[$(github) 发布到 GitHub](command:github.publish)",
|
||||
"welcome.publishWorkspaceFolder": "你还可直接将工作区文件夹发布到 GitHub 仓库。发布后,你将有权访问由 Git 和 GitHub 提供支持的源代码管理功能。\r\n[$(github) 发布到 GitHub](command:github.publish)"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"description": "为打开和读取 Jupyter 的 .ipynb 笔记本文件提供基本支持",
|
||||
"displayName": ".ipynb 支持"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -9,19 +9,18 @@
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"client\\dist\\node/jsonClient": {
|
||||
"configureLimit": "使用设置“{0}”来配置限制。",
|
||||
"goToSetting": "打开设置",
|
||||
"json.clearCache.completed": "已清除 JSON 架构缓存。",
|
||||
"json.resolveError": "JSON: 架构解析错误",
|
||||
"json.schemaResolutionDisabledMessage": "已禁用下载架构。单击以进行配置。",
|
||||
"json.schemaResolutionErrorMessage": "无法解析架构。单击以重试。",
|
||||
"jsonserver.name": "JSON 语言服务器",
|
||||
"ok": "确定",
|
||||
"schemaDownloadDisabled": "已通过设置“{0}”禁用下载架构",
|
||||
"untitled.schema": "无法加载 {0}",
|
||||
"yes never again": "不再显示"
|
||||
"untitled.schema": "无法加载 {0}"
|
||||
},
|
||||
"client\\dist\\node/languageStatus": {
|
||||
"documentColorsStatusItem.name": "JSON 颜色符号状态",
|
||||
"documentSymbolsStatusItem.name": "JSON 大纲状态",
|
||||
"foldingRangesStatusItem.name": "JSON 折叠状态",
|
||||
"openExtension": "打开扩展",
|
||||
"openSettings": "打开设置",
|
||||
"pending.detail": "正在加载 JSON 信息",
|
||||
@@ -31,13 +30,20 @@
|
||||
"schemaFromUserSettings": "已在用户设置中配置",
|
||||
"schemaFromextension": "已由扩展配置: {0}",
|
||||
"schemaPicker.title": "用于{0}的 JSON 架构",
|
||||
"status.button.configure": "配置",
|
||||
"status.error": "无法计算使用的架构",
|
||||
"status.multipleSchema": "已配置多个 JSON 架构。",
|
||||
"status.noSchema": "未配置任何 JSON 架构。",
|
||||
"status.limitedDocumentColors.details": "仅显示 {0} 颜色修饰器",
|
||||
"status.limitedDocumentColors.short": "颜色符号受限",
|
||||
"status.limitedDocumentSymbols.details": "仅显示 {0} 文档符号",
|
||||
"status.limitedDocumentSymbols.short": "大纲受限",
|
||||
"status.limitedFoldingRanges.details": "仅显示 {0} 折叠范围",
|
||||
"status.limitedFoldingRanges.short": "折叠范围受限",
|
||||
"status.multipleSchema": "已配置多个 JSON 架构",
|
||||
"status.noSchema": "未配置任何 JSON 架构",
|
||||
"status.noSchema.short": "无架构验证",
|
||||
"status.notJSON": "不是 JSON 编辑器",
|
||||
"status.openSchemasLink": "显示架构",
|
||||
"status.singleSchema": "已配置 JSON 架构。",
|
||||
"status.singleSchema": "已配置 JSON 架构",
|
||||
"status.withSchema.short": "已验证架构",
|
||||
"status.withSchemas.short": "已验证架构",
|
||||
"statusItem.name": "JSON 验证状态"
|
||||
@@ -51,6 +57,7 @@
|
||||
"json.command.clearCache": "清除架构缓存",
|
||||
"json.enableSchemaDownload.desc": "启用后,可以从 http 和 https 位置提取 JSON 架构。",
|
||||
"json.format.enable.desc": "启用或禁用默认 JSON 格式化程序。",
|
||||
"json.format.keepLines.desc": "设置格式时保留所有现有新行。",
|
||||
"json.maxItemsComputed.desc": "计算的大纲符号和折叠区域的最大数量(因性能原因而受限)。",
|
||||
"json.maxItemsExceededInformation.desc": "当超出分级显示符号和折叠区域的最大数目时显示通知。",
|
||||
"json.schemaResolutionErrorMessage": "无法解析架构。",
|
||||
|
||||
@@ -8,28 +8,28 @@
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"dist/languageFeatures/documentLinkProvider": {
|
||||
"documentLink.tooltip": "转到链接"
|
||||
"dist/client": {
|
||||
"markdownServer.name": "Markdown 语言服务器"
|
||||
},
|
||||
"dist/languageFeatures/diagnostics": {
|
||||
"ignoreLinksQuickFix.title": "从链接验证中排除 \"{0}\"。"
|
||||
},
|
||||
"dist/languageFeatures/fileReferences": {
|
||||
"error.noResource": "查找文件引用失败。未提供资源。",
|
||||
"progress.title": "正在查找文件引用"
|
||||
},
|
||||
"dist/languageFeatures/rename": {
|
||||
"invalidRenameLocation": "位置不支持重命名"
|
||||
},
|
||||
"dist/preview/preview": {
|
||||
"lockedPreviewTitle": "[预览] {0}",
|
||||
"onPreviewStyleLoadError": "无法加载 \\\"markdown.styles\\\": {0}",
|
||||
"preview.clickOpenFailed": "无法打开 {0}",
|
||||
"previewTitle": "预览 {0}"
|
||||
},
|
||||
"dist/preview/previewContentProvider": {
|
||||
"dist/preview/documentRenderer": {
|
||||
"preview.notFound": "找不到 {0}",
|
||||
"preview.securityMessage.label": "已禁用内容安全警告",
|
||||
"preview.securityMessage.text": "已禁用此文档中的部分内容",
|
||||
"preview.securityMessage.title": "已禁用此 Markdown 预览中的可能不安全的内容。更改 Markdown 预览安全设置以允许不安全内容或启用脚本"
|
||||
},
|
||||
"dist/preview/preview": {
|
||||
"lockedPreviewTitle": "[预览] {0}",
|
||||
"onPreviewStyleLoadError": "无法加载 'markdown.styles': {0}",
|
||||
"preview.clickOpenFailed": "无法打开 {0}",
|
||||
"previewTitle": "预览 {0}"
|
||||
},
|
||||
"dist/preview/security": {
|
||||
"disable.description": "允许所有内容,执行所有脚本。不推荐",
|
||||
"disable.title": "禁用",
|
||||
@@ -46,7 +46,14 @@
|
||||
"toggleSecurityWarning.description": "不影响内容安全级别"
|
||||
},
|
||||
"package": {
|
||||
"configuration.markdown.editor.drop.enabled": "启用/禁用放置到 Markdown editor 中以插入排班。需要启用 `#workbenck.experimental.editor.dropIntoEditor.enabled#`。",
|
||||
"configuration.markdown.editor.drop.enabled": "启用/禁用放置到 Markdown 编辑器以插入排班。需要启用 `#editor.dropIntoEditor.enabled#`。",
|
||||
"configuration.markdown.editor.pasteLinks.enabled": "启用/禁用将文件粘贴到 Markdown 编辑器会插入 Markdown 链接。需要启用 `#editor.experimental.pasteActions.enabled#`。",
|
||||
"configuration.markdown.experimental.validate.enabled.description": "启用/禁用 Markdown 文件中的所有错误报告。",
|
||||
"configuration.markdown.experimental.validate.fileLinks.enabled.description": "验证指向 Markdown 文件中其他文件的链接,例如 `[link](/path/to/file.md)`。此操作将检查目标文件是否存在。需要启用 ·#markdown.experimental.validate.enabled#·。",
|
||||
"configuration.markdown.experimental.validate.fileLinks.markdownFragmentLinks.description": "验证 Markdown 文件中其他文件中标头的链接片段部分,例如“[link](/path/to/file.md#header)”。默认情况下从“#markdown.experimental.validate.fragmentLinks.enabled#”继承设置值。",
|
||||
"configuration.markdown.experimental.validate.fragmentLinks.enabled.description": "验证当前 Markdown 文件中标头的片段链接,例如“[link](#header)”。需要启用“#markdown.experimental.validate.enabled#”。",
|
||||
"configuration.markdown.experimental.validate.ignoreLinks.description": "配置不应被验证的链接。例如,`/about` 不会验证链接 `[about](/about)`,而 `/assets/**/*.svg` 会允许你跳过对 `assets` 目录下 `.svg` 文件的任何链接的验证。",
|
||||
"configuration.markdown.experimental.validate.referenceLinks.enabled.description": "验证 Markdown 文件中的引用链接,例如 `[link][ref]`。 需要启用 `#markdown.experimental.validate.enabled#`。",
|
||||
"configuration.markdown.links.openLocation.beside": "打开活动编辑器旁边的链接。",
|
||||
"configuration.markdown.links.openLocation.currentGroup": "打开活动编辑器组中的链接。",
|
||||
"configuration.markdown.links.openLocation.description": "控制应在哪里打开 Markdown 文件中的链接。",
|
||||
@@ -75,7 +82,8 @@
|
||||
"markdown.showPreviewSecuritySelector.title": "更改预览安全设置",
|
||||
"markdown.showSource.title": "显示源",
|
||||
"markdown.styles.dec": "要从 Markdown 预览使用的 CSS 样式表的 URL 或本地路径的列表。相对路径解释为相对于资源管理器中打开的文件夹。如果没有打开的文件夹,则解释为相对于 Markdown 文件的位置。所有 '\\' 都需写为 '\\\\'。",
|
||||
"markdown.trace.desc": "对 Markdown 扩展启用调试日志记录。",
|
||||
"markdown.trace.extension.desc": "对 Markdown 扩展启用调试日志记录。",
|
||||
"markdown.trace.server.desc": "跟踪 VS Code 和 Markdown 语言服务器之间的通信。",
|
||||
"workspaceTrust": "加载在工作区中配置的样式时需要。"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,6 +9,9 @@
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"dist/AADHelper": {
|
||||
"pasteCodePlaceholder": "在此处粘贴授权代码...",
|
||||
"pasteCodePrompt": "提供授权代码以完成登录流。",
|
||||
"pasteCodeTitle": "Microsoft 身份验证",
|
||||
"signOut": "你已被注销,因为未能读取存储的身份验证信息。"
|
||||
},
|
||||
"package": {
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"description": "为笔记本提供基本输出呈现器",
|
||||
"displayName": "内置笔记本输出呈现器"
|
||||
}
|
||||
}
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user