fix #864 with migration and update locale
This commit is contained in:
parent
6f8e388b55
commit
686dd59916
19 changed files with 587 additions and 96 deletions
|
|
@ -79,6 +79,8 @@ app_url_helper=該設置影響 HTTP/HTTPS 複製地址和一些郵箱中的連
|
|||
optional_title=Optional Settings
|
||||
email_title=電子郵件服務設定
|
||||
smtp_host=SMTP 主機
|
||||
smtp_from=From
|
||||
smtp_from_helper=Mail from address, RFC 5322. It can be just an email address, or the "Name" <email@example.com> format.
|
||||
mailer_user=發送郵箱
|
||||
mailer_password=發送郵箱密碼
|
||||
register_confirm=啟用註冊郵箱確認
|
||||
|
|
@ -141,6 +143,11 @@ invalid_code=對不起,您的確認代碼已過期或已失效。
|
|||
reset_password_helper=單擊此處重置密碼
|
||||
password_too_short=密碼長度不能少於 6 位!
|
||||
|
||||
[modal]
|
||||
yes=Yes
|
||||
no=No
|
||||
modify=Modify
|
||||
|
||||
[form]
|
||||
UserName=用戶名
|
||||
RepoName=倉庫名稱
|
||||
|
|
@ -157,6 +164,7 @@ AdminEmail=管理員郵箱
|
|||
require_error=不能為空。
|
||||
alpha_dash_error=必須為英文字母、阿拉伯數字或橫線(-_)。
|
||||
alpha_dash_dot_error=必須為英文字母、阿拉伯數字、橫線(-_)或點。
|
||||
size_error=` must be size %s.`
|
||||
min_size_error=長度最小為 %s 個字符。
|
||||
max_size_error=長度最大為 %s 個字符。
|
||||
email_error=不是一個有效的郵箱地址。
|
||||
|
|
@ -314,6 +322,8 @@ migrate_repo=遷移倉庫
|
|||
migrate.clone_address=複製地址
|
||||
migrate.invalid_local_path=無效的本地路徑,該路徑不存在或不是一個目錄!
|
||||
|
||||
forked_from=forked from
|
||||
fork_from_self=You cannot fork repository you already owned!
|
||||
copy_link=複製連結
|
||||
click_to_copy=複製到剪切簿
|
||||
copied=複製成功
|
||||
|
|
@ -336,6 +346,8 @@ branch_and_tags=分支與標籤
|
|||
branches=分支列表
|
||||
tags=標籤列表
|
||||
issues=問題管理
|
||||
labels=Labels
|
||||
milestones=Milestones
|
||||
commits=提交歷史
|
||||
releases=版本發佈
|
||||
file_raw=原始文件
|
||||
|
|
@ -352,6 +364,34 @@ commits.date=提交日期
|
|||
commits.older=更舊的提交
|
||||
commits.newer=更新的提交
|
||||
|
||||
issues.new=New Issue
|
||||
issues.new_label=New Label
|
||||
issues.new_label_placeholder=Label name...
|
||||
issues.open_tab=%d Open
|
||||
issues.close_tab=%d Closed
|
||||
issues.filter_label=Label
|
||||
issues.filter_label_no_select=No selected label
|
||||
issues.filter_milestone=Milestone
|
||||
issues.filter_assignee=Assignee
|
||||
issues.filter_type=Type
|
||||
issues.filter_type.all_issues=All issues
|
||||
issues.filter_type.assigned_to_you=Assigned to you
|
||||
issues.filter_type.created_by_you=Created by you
|
||||
issues.filter_type.mentioning_you=Mentioning you
|
||||
issues.opened_by=opened %[1]s by <a href="/%[2]s">%[2]s</a>
|
||||
issues.previous=Previous Page
|
||||
issues.next=Next Page
|
||||
issues.label_title=Label name
|
||||
issues.label_color=Label color
|
||||
issues.label_count=%d labels
|
||||
issues.label_open_issues=%d open issues
|
||||
issues.label_edit=Edit
|
||||
issues.label_delete=Delete
|
||||
issues.label_modify=Label Modification
|
||||
issues.label_deletion=Label Deletion
|
||||
issues.label_deletion_desc=Delete label will remove its information in all related issues. Do you want to continue?
|
||||
issues.label_deletion_success=Label has been deleted successfully!
|
||||
|
||||
settings=倉庫設置
|
||||
settings.options=基本設置
|
||||
settings.collaboration=管理協作者
|
||||
|
|
@ -678,7 +718,7 @@ config.enable_cache_avatar=開啟緩存頭像
|
|||
config.active_code_lives=激活用戶連結有效期
|
||||
config.reset_password_code_lives=重置密碼連結有效期
|
||||
config.webhook_config=Web 鉤子配置
|
||||
config.queue_length=Queue Length
|
||||
config.task_interval=任務周期
|
||||
config.deliver_timeout=推送超時
|
||||
config.skip_tls_verify=忽略 TLS 驗證
|
||||
config.mailer_config=郵件配置
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue