Update resource strings for 1.9.0 langpacks (#6144)

* Refresh loc resources

* Update loc strings
This commit is contained in:
Karl Burtram
2019-06-24 13:34:30 -07:00
committed by GitHub
parent cf85bb14f5
commit e3f26e8f12
1757 changed files with 41821 additions and 17438 deletions

View File

@@ -22,7 +22,7 @@
"out/extension": {
"server.ready.nocapture.error": "格式 uri (\"{0}\") 使用替换占位符, 但模式没有捕获任何内容。",
"server.ready.placeholder.error": "格式 uri (\"{0}\") 只能包含一个替换占位符。",
"server.ready.chrome.not.installed": "操作 'debugWithChrome' 需要 '{0}'"
"server.ready.chrome.not.installed": "The action '{0}' requires the '{1}' extension."
}
}
}

View File

@@ -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": {
"displayName": "Git UI",
"description": "Git SCM UI Integration"
}
}
}

View File

@@ -34,7 +34,7 @@
"command.commitStaged": "提交已暂存文件",
"command.commitEmpty": "创建空提交",
"command.commitStagedSigned": "提交已暂存文件(已署名)",
"command.commitStagedAmend": "已暂存提交(修改)",
"command.commitStagedAmend": "提交已暂存文件(修改)",
"command.commitAll": "全部提交",
"command.commitAllSigned": "全部提交(已署名)",
"command.commitAllAmend": "全部提交(修改)",
@@ -57,8 +57,8 @@
"command.pushForce": "推送(强制)",
"command.pushTo": "推送到...",
"command.pushToForce": "推送到...(强制)",
"command.pushWithTags": "带标记推送",
"command.pushWithTagsForce": "带标记推送(强制)",
"command.pushFollowTags": "Push (Follow Tags)",
"command.pushFollowTagsForce": "Push (Follow Tags, Force)",
"command.addRemote": "添加远程库",
"command.removeRemote": "删除远程存储库",
"command.sync": "同步",
@@ -122,6 +122,7 @@
"config.rebaseWhenSync": "在运行“同步”命令时,强制 Git 使用“变基”。",
"config.confirmEmptyCommits": "在创建空提交时始终进行确认。",
"config.fetchOnPull": "在拉取时是抓取所有分支还是仅当前分支。",
"config.pullTags": "Fetch all tags when pulling.",
"config.autoStash": "在拉取前暂存所有更改,在成功拉取后还原这些更改。",
"config.allowForcePush": "控制是否启用强制推送 (不论 force 还是 force-with-lease)。",
"config.useForcePushWithLease": "控制是否使用更安全的 force-with-lease 进行强制推送。",
@@ -200,7 +201,8 @@
"selectFolder": "选择存储库位置",
"cloning": "正在克隆 Git 存储库“{0}”...",
"proposeopen": "是否要打开已克隆存储库?",
"openrepo": "打开存储库",
"openrepo": "打开",
"openreponew": "Open in New Window",
"add": "添加到工作区",
"proposeopen2": "您是希望打开克隆的存储库,还是将其添加到当前工作区?",
"init": "选择用于初始化 Git 储存库的工作区文件夹",
@@ -277,7 +279,6 @@
"confirm force push": "即将强制推送更改,此操作可能具有破坏性并可能在无意中覆盖其他人的更改。\n\n是否继续?",
"ok": "确定",
"never ask again": "确定,且不再询问",
"push with tags success": "已成功带标记进行推送。",
"nobranch": "请签出一个分支以推送到远程。",
"confirm publish branch": "分支“{0}”没有上游分支。您要发布此分支吗?",
"pick remote": "选取要将分支“{0}”发布到的远程:",

View File

@@ -47,6 +47,9 @@
"previewTitle": "预览 {0}",
"preview.clickOpenFailed": "无法打开 {0}"
},
"out/features/documentLinkProvider": {
"documentLink.tooltip": "follow link"
},
"out/security": {
"strict.title": "严格",
"strict.description": "仅载入安全内容",

View File

@@ -25,7 +25,11 @@
"config.title": "合并冲突",
"config.autoNavigateNextConflictEnabled": "是否在解决合并冲突后自动转到下一个合并冲突。",
"config.codeLensEnabled": "为编辑器中的合并冲突区域创建 CodeLens。",
"config.decoratorsEnabled": "为编辑器中的合并冲突区域创建提示小标。"
"config.decoratorsEnabled": "为编辑器中的合并冲突区域创建提示小标。",
"config.diffViewPosition": "Controls where the diff view should be opened when comparing changes in merge conflicts.",
"config.diffViewPosition.current": "Open the diff view in the current editor group.",
"config.diffViewPosition.beside": "Open the diff view next to the current editor group.",
"config.diffViewPosition.below": "Open the diff view below the current editor group."
},
"out/mergeDecorator": {
"currentChange": "(当前更改)",

View File

@@ -67,7 +67,7 @@
"typescript.suggestionActions.enabled": "启用或禁用编辑器中 TypeScript 文件的建议诊断。要求工作区使用高于 2.8 版本的 TypeScript。",
"typescript.preferences.quoteStyle": "用于快速修复的首选引用样式: `single` (单引号)、`double` (双引号) 或 `auto` (从已有 import 语句中推测引号类型)。要求工作区使用高于 2.9 版本的 TypeScript。",
"typescript.preferences.importModuleSpecifier": "自动 import 语句中路径的首选样式。",
"typescript.preferences.importModuleSpecifier.auto": "推断最短的路径类型。",
"typescript.preferences.importModuleSpecifier.auto": "Automatically select import path style. Prefers using a relative import if `baseUrl` is configured and the relative path has fewer segments than the non-relative import.",
"typescript.preferences.importModuleSpecifier.relative": "相对于文件位置。",
"typescript.preferences.importModuleSpecifier.nonRelative": "根据 `jsconfig.json` 或 `tsconfig.json` 中配置的 `baseUrl` 。",
"typescript.updateImportsOnFileMove.enabled": "当在 VS Code 中重命名或移动文件时,启用或禁用自动更新导入路径。要求工作区使用高于 2.9 版本的 TypeScript。",
@@ -80,6 +80,9 @@
"configuration.suggest.completeJSDocs": "启用/禁用对完成 JSDoc 注释的建议。",
"typescript.preferences.renameShorthandProperties": "启用/禁用在重命名过程中引入对象速记属性的别名。需要在工作区中使用 TypeScript 3.4 或更高版本。"
},
"out/utils/versionStatus": {
"typescriptVersion": "TypeScript: Version"
},
"out/utils/versionProvider": {
"couldNotLoadTsVersion": "无法获取此目录 TypeScript 的版本",
"noBundledServerFound": "VS Code 的 tsserver 已被其他应用程序(例如运行异常的病毒检测工具)删除。请重新安装 VS Code。"
@@ -102,6 +105,7 @@
"neverAgain": "禁用 js/ts 调查"
},
"out/utils/projectStatus": {
"statusExclude": "TypeScript: Configure Excludes",
"hintExclude": "若要启用项目范围内的 JavaScript/TypeScript 语言功能,请排除包含多个文件的文件夹,例如: {0}",
"hintExclude.generic": "若要启用项目范围内的 JavaScript/TypeScript 语言功能,请排除包含不需要处理的源文件的大型文件夹。",
"large.label": "配置排除",

File diff suppressed because it is too large Load Diff