-
Notifications
You must be signed in to change notification settings - Fork 78
l10n: zh_CN: updated translation for 2.51 #865
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Errors and warnings found by git-po-helper in workflow #1043: |
4f892c4 to
9828250
Compare
Signed-off-by: Teng Long <[email protected]>
9828250 to
44a46d5
Compare
fangyi-zhou
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#851 上一轮剩下的一些问题能否可以这一轮一同并入?
| "'--i-still-use-this',并通过邮件通知我们您仍在使用它\n" | ||
| "发送至 <[email protected]>。谢谢。\n" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| "'--i-still-use-this',并通过邮件通知我们您仍在使用它\n" | |
| "发送至 <[email protected]>。谢谢。\n" | |
| "'--i-still-use-this',并通过发送邮件至 <[email protected]> \n" | |
| "通知我们您仍在使用它。谢谢。\n" |
| #: builtin/stash.c | ||
| #, c-format | ||
| msgid "cannot parse parents of commit: %s" | ||
| msgstr "无法解析提交的父提交:%s" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
「无法解析该提交的父提交:%s」。加个字,避免把 %s 误认为是父提交。
| #: imap-send.c | ||
| msgid "git imap-send [-v] [-q] [--[no-]curl] [(--folder|-f) <folder>] < <mbox>" | ||
| msgstr "" | ||
| "git imap-send [-v] [-q] [--[no-]curl] [(--folder|-f) <文件夹>] < <邮箱>" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里保留「mbox」原文或者译为「mbox邮箱」或「mbox文件」会不会更好?避免和其它格式的邮箱(如 Maildir)搞混。另外也避免和远程 IMAP 上的邮箱搞混(虽然这里显然应该是个本地文件)。
|
|
||
| #: builtin/stash.c | ||
| msgid "exactly one of --print and --to-ref is required" | ||
| msgstr "必须指定 --print 或 --to-ref 之一,且只能选一个" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
简洁一点: 参数 --print 和 --to-ref 必须二选一
|
I will make some changes according to the above comments, and send another PR. This PR will be closed. |
Thanks for taking the time to contribute to Git! Please be advised that the
Git community does not use github.com for their contributions. Instead, we use
a mailing list ([email protected]) for code submissions, code reviews, and
bug reports. Nevertheless, you can use GitGitGadget (https://gitgitgadget.github.io/)
to conveniently send your Pull Requests commits to our mailing list.
For a single-commit pull request, please leave the pull request description
empty: your commit message itself should describe your changes.
Please read the "guidelines for contributing" linked above!