1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-08-08 22:36:49 +02:00

Update chinese translation for pull requests (#4140)

- **PR Description**

Based on https://github.com/jesseduffield/lazygit/pull/3246

- **Please check if the PR fulfills these requirements**

* [x] Cheatsheets are up-to-date (run `go generate ./...`)
* [x] Code has been formatted (see
[here](https://github.com/jesseduffield/lazygit/blob/master/CONTRIBUTING.md#code-formatting))
* [ ] Tests have been added/updated (see
[here](https://github.com/jesseduffield/lazygit/blob/master/pkg/integration/README.md)
for the integration test guide)
* [x] Text is internationalised (see
[here](https://github.com/jesseduffield/lazygit/blob/master/CONTRIBUTING.md#internationalisation))
* [ ] If a new UserConfig entry was added, make sure it can be
hot-reloaded (see
[here](https://github.com/jesseduffield/lazygit/blob/master/docs/dev/Codebase_Guide.md#using-userconfig))
* [x] Docs have been updated if necessary
* [x] You've read through your own file changes for silly mistakes etc

<!--
Be sure to name your PR with an imperative e.g. 'Add worktrees view'
see https://github.com/jesseduffield/lazygit/releases/tag/v0.40.0 for
examples
-->
This commit is contained in:
Jesse Duffield
2025-01-02 15:33:18 +11:00
committed by GitHub
2 changed files with 7 additions and 7 deletions

View File

@ -76,9 +76,9 @@ _图例:`<c-b>` 意味着ctrl+b, `<a-b>意味着Alt+b, `B` 意味着shift+b_
| `` i `` | 显示 git-flow 选项 | |
| `` <space> `` | 检出 | 检出选中的项目 |
| `` n `` | 新分支 | |
| `` o `` | 创建取请求 | |
| `` O `` | 创建取请求选项 | |
| `` <c-y> `` | 将取请求 URL 复制到剪贴板 | |
| `` o `` | 创建取请求 | |
| `` O `` | 创建取请求选项 | |
| `` <c-y> `` | 将取请求 URL 复制到剪贴板 | |
| `` c `` | 按名称检出 | 按名称检出。在输入框中,您可以输入'-' 来切换到最后一个分支。 |
| `` F `` | 强制检出 | 强制检出所选分支。这将在检出所选分支之前放弃工作目录中的所有本地更改。 |
| `` d `` | 删除 | 查看本地/远程分支的删除选项 |

View File

@ -228,7 +228,7 @@
"SwitchRepo": "切换到最近的仓库",
"AllBranchesLogGraph": "显示所有分支的日志",
"UnsupportedGitService": "不支持的 git 服务",
"CopyPullRequestURL": "将取请求 URL 复制到剪贴板",
"CopyPullRequestURL": "将取请求 URL 复制到剪贴板",
"NoBranchOnRemote": "该分支在远程上不存在. 您需要先将其推送到远程.",
"Fetch": "抓取",
"FetchTooltip": "从远程获取变更",
@ -632,7 +632,7 @@
"SuggestionsSubtitle": "(按 %s 键进行删除, %s 键进行编辑)",
"ExtrasTitle": "附加",
"PushingTagStatus": "推送标签",
"PullRequestURLCopiedToClipboard": "取请求网址已复制到剪贴板",
"PullRequestURLCopiedToClipboard": "取请求网址已复制到剪贴板",
"CommitDiffCopiedToClipboard": "复制提交差异到剪贴板",
"CommitURLCopiedToClipboard": "复制提交URL到剪贴板",
"CommitMessageCopiedToClipboard": "复制提交消息到剪贴板",
@ -659,10 +659,10 @@
"DecreaseContextInDiffView": "缩小差异视图中显示的上下文范围",
"DecreaseContextInDiffViewTooltip": "减少diff视图中围绕更改显示的上下文数量",
"DiffContextSizeChanged": "将diff上下文大小更改为%d",
"CreatePullRequestOptions": "创建取请求选项",
"CreatePullRequestOptions": "创建取请求选项",
"DefaultBranch": "默认分支",
"SelectBranch": "选择分支",
"CreatePullRequest": "创建取请求",
"CreatePullRequest": "创建取请求",
"SelectConfigFile": "选择配置文件",
"NoConfigFileFoundErr": "找不到配置文件",
"LoadingFileSuggestions": "正在加载文件建议",