mirror of
https://github.com/go-gitea/gitea
synced 2025-08-12 20:48:20 +00:00
Finish new migrate page
This commit is contained in:
@@ -60,6 +60,7 @@ Email = E-mail address
|
||||
Password = Password
|
||||
Retype = Re-type password
|
||||
SSHTitle = SSH key name
|
||||
HttpsUrl = HTTPS URL
|
||||
|
||||
require_error = ` cannot be empty.`
|
||||
alpha_dash_error = ` must be valid alpha or numeric or dash(-_) characters.`
|
||||
@@ -83,6 +84,7 @@ illegal_org_name = Organization name contains illegal characters.
|
||||
username_password_incorrect = Username or password is not correct.
|
||||
|
||||
invalid_ssh_key = Sorry, we're not able to verify your SSH key: %s
|
||||
auth_failed = Authentication failed: %v
|
||||
|
||||
still_own_repo = Your account still have ownership of repository, you have to delete or transfer them first.
|
||||
|
||||
@@ -142,6 +144,11 @@ license_helper = Select a license file
|
||||
init_readme = Initialize this repository with a README.md
|
||||
create_repo = Create Repository
|
||||
|
||||
need_auth = Need Authorization
|
||||
migrate_type = Migration Type
|
||||
migrate_type_helper = This repository will be a <span class="label label-blue label-radius">Mirror</span>
|
||||
migrate_repo = Migrate Repository
|
||||
|
||||
[org]
|
||||
org_name_holder = Organization Name
|
||||
org_name_helper = Great organization names are short and memorable.
|
||||
|
@@ -60,6 +60,7 @@ Email = 邮箱地址
|
||||
Password = 密码
|
||||
Retype = 确认密码
|
||||
SSHTitle = SSH 密钥名称
|
||||
HttpsUrl = HTTPS URL 地址
|
||||
|
||||
require_error = 不能为空。
|
||||
alpha_dash_error = 必须为英文字母、阿拉伯数字或横线(-_)。
|
||||
@@ -83,6 +84,7 @@ illegal_org_name = 组织名称包含非法字符。
|
||||
username_password_incorrect = 用户名或密码不正确。
|
||||
|
||||
invalid_ssh_key = 很抱歉,我们无法验证您输入的 SSH 密钥:%s
|
||||
auth_failed = 授权验证失败:%v
|
||||
|
||||
still_own_repo = 您的帐户仍然是某些仓库的拥有者,您必须先转移或删除它们才能执行删除帐户操作!
|
||||
|
||||
@@ -142,6 +144,11 @@ license_helper = 请选择授权许可文件
|
||||
init_readme = 使用 README.md 文件初始化仓库
|
||||
create_repo = 创建仓库
|
||||
|
||||
need_auth = 需要授权验证
|
||||
migrate_type = 迁移类型
|
||||
migrate_type_helper = 本仓库将是 <span class="label label-blue label-radius">镜像</span>
|
||||
migrate_repo = 迁移仓库
|
||||
|
||||
[org]
|
||||
org_name_holder = 组织名称
|
||||
org_name_helper = 伟大的组织都有一个简短而寓意深刻的名字。
|
||||
|
Reference in New Issue
Block a user