parent
57de5ecf70
commit
da99e8c889
@ -1,10 +1,10 @@ |
||||
zh-CN: |
||||
github_integration: |
||||
pull_request_opened_comment: > |
||||
**PR Opened:** Pull 请求 %{pr_number} [%{pr_title}] (%{pr_url}) 为 [%{repository}] (%{repository_url}) 已经由 [%{github_user}] (%{github_user_url}) 打开。 |
||||
**PR Opened:** Pull request %{pr_number} [%{pr_title}](%{pr_url}) for [%{repository}](%{repository_url}) has been opened by [%{github_user}](%{github_user_url}). |
||||
pull_request_closed_comment: > |
||||
**PR 关闭:** Pull 请求 %{pr_number} [%{pr_title}] (%{pr_url}) 的[%{repository}] (%{repository_url}) 已被 [%{github_user}] (%{github_user_url}) 关闭。 |
||||
**PR Closed:** Pull request %{pr_number} [%{pr_title}](%{pr_url}) for [%{repository}](%{repository_url}) has been closed by [%{github_user}](%{github_user_url}). |
||||
pull_request_merged_comment: > |
||||
**PR 已合并:** Pull 请求 %{pr_number} [%{pr_title}] (%{pr_url}) 的[%{repository}] (%{repository_url}) 被 [%{github_user}] (%{github_user_url}) 合并。 |
||||
**PR Merged:** Pull request %{pr_number} [%{pr_title}](%{pr_url}) for [%{repository}](%{repository_url}) has been merged by [%{github_user}](%{github_user_url}). |
||||
pull_request_referenced_comment: > |
||||
**Referenced in PR:** [%{github_user}] (%{github_user_url}) inter the package in Pull request %{pr_number} [%{pr_title}] (%{pr_url}) 在 [%{repository}] (%{repository_url}) 上引用了这个工作包。 |
||||
**Referenced in PR:** [%{github_user}](%{github_user_url}) referenced this work package in Pull request %{pr_number} [%{pr_title}](%{pr_url}) on [%{repository}](%{repository_url}). |
||||
|
@ -1,19 +1,19 @@ |
||||
zh-CN: |
||||
logout_warning: > |
||||
您已退出。您提交的任何表单的内容可能丢失。请登录。 |
||||
You have been logged out. The contents of any form you submit may be lost. Please [log in]. |
||||
activemodel: |
||||
attributes: |
||||
openid_connect/provider: |
||||
name: 名称 |
||||
display_name: 显示名称 |
||||
display_name: Display name |
||||
identifier: 标识符 |
||||
secret: 密钥 |
||||
scope: 作用域 |
||||
secret: Secret |
||||
scope: Scope |
||||
openid_connect: |
||||
menu_title: OpenID 提供者 |
||||
menu_title: OpenID providers |
||||
providers: |
||||
label_add_new: 添加一个新的 OpenID 提供者 |
||||
label_edit: 编辑OpenID提供商 %{name} |
||||
no_results_table: 尚未定义提供者。 |
||||
plural: OpenID 提供者 |
||||
singular: OpenID 提供者 |
||||
label_add_new: Add a new OpenID provider |
||||
label_edit: Edit OpenID provider %{name} |
||||
no_results_table: No providers have been defined yet. |
||||
plural: OpenID providers |
||||
singular: OpenID provider |
||||
|
@ -1,13 +1,13 @@ |
||||
zh-CN: |
||||
export_to_excel: "导出为 Excel 电子表格" |
||||
print_with_description: "打印预览,说明" |
||||
export_to_excel: "Export as Excel spreadsheet" |
||||
print_with_description: "Print preview with description" |
||||
sentence_separator_or: "或" |
||||
different_formats: 不同格式 |
||||
different_formats: Different formats |
||||
export: |
||||
format: |
||||
xls: "XLS" |
||||
xls_with_descriptions: "带描述的XLS" |
||||
xls_with_relations: "XLS 与关系" |
||||
xls_with_relations: "XLS with relations" |
||||
xls_export: |
||||
child_of: 从属于 |
||||
parent_of: 父 |
||||
child_of: child of |
||||
parent_of: parent of |
||||
|
Loading…
Reference in new issue