Files
azuredatastudio/i18n/chs/extensions/git/out/repository.i18n.json
Karl Burtram dafb780987 Merge VS Code 1.21 source code (#1067)
* Initial VS Code 1.21 file copy with patches

* A few more merges

* Post npm install

* Fix batch of build breaks

* Fix more build breaks

* Fix more build errors

* Fix more build breaks

* Runtime fixes 1

* Get connection dialog working with some todos

* Fix a few packaging issues

* Copy several node_modules to package build to fix loader issues

* Fix breaks from master

* A few more fixes

* Make tests pass

* First pass of license header updates

* Second pass of license header updates

* Fix restore dialog issues

* Remove add additional themes menu items

* fix select box issues where the list doesn't show up

* formatting

* Fix editor dispose issue

* Copy over node modules to correct location on all platforms
2018-04-04 15:27:51 -07:00

35 lines
1.4 KiB
JSON

{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"open": "打开",
"index modified": "已修改索引",
"modified": "已修改",
"index added": "已添加索引",
"index deleted": "已删除索引",
"deleted": "已删除",
"index renamed": "已重命名索引",
"index copied": "已复制索引",
"untracked": "未跟踪的",
"ignored": "已忽略",
"both deleted": "两者均已删除",
"added by us": "已由我们添加",
"deleted by them": "已被他们删除",
"added by them": "已由他们添加",
"deleted by us": "已被我们删除",
"both added": "两者均已添加",
"both modified": "二者均已修改",
"commitMessage": "消息 (按 {0} 提交)",
"commit": "提交",
"merge changes": "合并更改",
"staged changes": "暂存的更改",
"changes": "更改",
"commitMessageCountdown": "当前行剩余 {0} 个字符",
"commitMessageWarning": "当前行比 {1} 超出 {0} 个字符",
"neveragain": "不再显示",
"huge": "Git 存储库“{0}”中存在大量活动更改,将仅启用部分 Git 功能。"
}