mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 12:15:43 +01:00
update Chinese locale
This commit is contained in:
parent
1ba837a055
commit
752b527152
3 changed files with 45 additions and 7 deletions
|
@ -378,7 +378,7 @@ issues.filter_type.all_issues = All issues
|
||||||
issues.filter_type.assigned_to_you = Assigned to you
|
issues.filter_type.assigned_to_you = Assigned to you
|
||||||
issues.filter_type.created_by_you = Created by you
|
issues.filter_type.created_by_you = Created by you
|
||||||
issues.filter_type.mentioning_you = Mentioning you
|
issues.filter_type.mentioning_you = Mentioning you
|
||||||
issues.opened_by = opened %s by <a href="/%[2]s">%[2]s</a>
|
issues.opened_by = opened %[1]s by <a href="/%[2]s">%[2]s</a>
|
||||||
issues.previous = Previous Page
|
issues.previous = Previous Page
|
||||||
issues.next = Next Page
|
issues.next = Next Page
|
||||||
issues.label_title = Label name
|
issues.label_title = Label name
|
||||||
|
|
|
@ -143,6 +143,11 @@ invalid_code=对不起,您的确认代码已过期或已失效。
|
||||||
reset_password_helper=单击此处重置密码
|
reset_password_helper=单击此处重置密码
|
||||||
password_too_short=密码长度不能少于 6 位!
|
password_too_short=密码长度不能少于 6 位!
|
||||||
|
|
||||||
|
[modal]
|
||||||
|
yes=确认操作
|
||||||
|
no=取消操作
|
||||||
|
modify=确认修改
|
||||||
|
|
||||||
[form]
|
[form]
|
||||||
UserName=用户名
|
UserName=用户名
|
||||||
RepoName=仓库名称
|
RepoName=仓库名称
|
||||||
|
@ -159,6 +164,7 @@ AdminEmail=管理员邮箱
|
||||||
require_error=不能为空。
|
require_error=不能为空。
|
||||||
alpha_dash_error=必须为英文字母、阿拉伯数字或横线(-_)。
|
alpha_dash_error=必须为英文字母、阿拉伯数字或横线(-_)。
|
||||||
alpha_dash_dot_error=必须为英文字母、阿拉伯数字、横线(-_)或点。
|
alpha_dash_dot_error=必须为英文字母、阿拉伯数字、横线(-_)或点。
|
||||||
|
size_error=长度必须为 %s。
|
||||||
min_size_error=长度最小为 %s 个字符。
|
min_size_error=长度最小为 %s 个字符。
|
||||||
max_size_error=长度最大为 %s 个字符。
|
max_size_error=长度最大为 %s 个字符。
|
||||||
email_error=不是一个有效的邮箱地址。
|
email_error=不是一个有效的邮箱地址。
|
||||||
|
@ -316,6 +322,8 @@ migrate_repo=迁移仓库
|
||||||
migrate.clone_address=克隆地址
|
migrate.clone_address=克隆地址
|
||||||
migrate.invalid_local_path=无效的本地路径,不存在或不是一个目录!
|
migrate.invalid_local_path=无效的本地路径,不存在或不是一个目录!
|
||||||
|
|
||||||
|
forked_from=派生自
|
||||||
|
fork_from_self=无法派生已经拥有的仓库!
|
||||||
copy_link=复制链接
|
copy_link=复制链接
|
||||||
click_to_copy=复制到剪切板
|
click_to_copy=复制到剪切板
|
||||||
copied=复制成功
|
copied=复制成功
|
||||||
|
@ -338,12 +346,14 @@ branch_and_tags=分支与标签
|
||||||
branches=分支列表
|
branches=分支列表
|
||||||
tags=标签列表
|
tags=标签列表
|
||||||
issues=工单管理
|
issues=工单管理
|
||||||
|
labels=标签管理
|
||||||
|
milestones=里程碑
|
||||||
commits=提交历史
|
commits=提交历史
|
||||||
releases=版本发布
|
releases=版本发布
|
||||||
file_raw=原始文件
|
file_raw=原始文件
|
||||||
file_history=文件历史
|
file_history=文件历史
|
||||||
file_view_raw=查看原始文件
|
file_view_raw=查看原始文件
|
||||||
file_permalink=Permalink
|
file_permalink=永久链接
|
||||||
|
|
||||||
commits.commits=次代码提交
|
commits.commits=次代码提交
|
||||||
commits.search=搜索提交历史
|
commits.search=搜索提交历史
|
||||||
|
@ -354,6 +364,34 @@ commits.date=提交日期
|
||||||
commits.older=更旧的提交
|
commits.older=更旧的提交
|
||||||
commits.newer=更新的提交
|
commits.newer=更新的提交
|
||||||
|
|
||||||
|
issues.new=创建工单
|
||||||
|
issues.new_label=创建标签
|
||||||
|
issues.new_label_placeholder=标签名称...
|
||||||
|
issues.open_tab=%d 个开启中
|
||||||
|
issues.close_tab=%d 个已关闭
|
||||||
|
issues.filter_label=标签筛选
|
||||||
|
issues.filter_label_no_select=无筛选标签
|
||||||
|
issues.filter_milestone=里程碑筛选
|
||||||
|
issues.filter_assignee=指派人筛选
|
||||||
|
issues.filter_type=类型筛选
|
||||||
|
issues.filter_type.all_issues=所有工单
|
||||||
|
issues.filter_type.assigned_to_you=指派给您的
|
||||||
|
issues.filter_type.created_by_you=由您创建的
|
||||||
|
issues.filter_type.mentioning_you=提及您的
|
||||||
|
issues.opened_by=由 <a href="/%[2]s">%[2]s</a> 于%[1]s创建
|
||||||
|
issues.previous=上一页
|
||||||
|
issues.next=下一页
|
||||||
|
issues.label_title=标签名称
|
||||||
|
issues.label_color=标签颜色
|
||||||
|
issues.label_count=%d 个标签
|
||||||
|
issues.label_open_issues=%d 个开启的工单
|
||||||
|
issues.label_edit=编辑
|
||||||
|
issues.label_delete=删除
|
||||||
|
issues.label_modify=修改标签
|
||||||
|
issues.label_deletion=删除标签
|
||||||
|
issues.label_deletion_desc=删除该标签将会移除所有工单中相关的信息。是否继续?
|
||||||
|
issues.label_deletion_success=标签删除成功!
|
||||||
|
|
||||||
settings=仓库设置
|
settings=仓库设置
|
||||||
settings.options=基本设置
|
settings.options=基本设置
|
||||||
settings.collaboration=管理协作者
|
settings.collaboration=管理协作者
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue