diff options
Diffstat (limited to 'conf/locale/locale_zh-TW.ini')
-rw-r--r-- | conf/locale/locale_zh-TW.ini | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/conf/locale/locale_zh-TW.ini b/conf/locale/locale_zh-TW.ini index f0875ee3..c6f58183 100644 --- a/conf/locale/locale_zh-TW.ini +++ b/conf/locale/locale_zh-TW.ini @@ -151,6 +151,8 @@ register_hepler_msg=已經註冊?立即登錄! social_register_hepler_msg=已經註冊?立即綁定! disable_register_prompt=對不起,註冊功能已被關閉。請聯系網站管理員。 disable_register_mail=對不起,註冊郵箱確認功能已被關閉。 +auth_source=Authentication Source +local=Local remember_me=記住登錄 forgot_password=忘記密碼 forget_password=忘記密碼? @@ -229,6 +231,7 @@ org_name_been_taken=組織名稱已經被佔用。 team_name_been_taken=團隊名稱已經被佔用。 email_been_used=郵箱地址已經被使用。 username_password_incorrect=用戶名或密碼不正確。 +auth_source_mismatch=The authentication source selected is not associated with the user. enterred_invalid_repo_name=請檢查您輸入的倉庫名稱是正確。 enterred_invalid_owner_name=請檢查您輸入的新所有者用戶名是否正確。 enterred_invalid_password=請檢查您輸入的密碼是否正確。 @@ -348,6 +351,7 @@ two_factor_or_enter_secret=或輸入密碼: %s two_factor_then_enter_passcode=然後輸入驗證碼: two_factor_verify=驗證 two_factor_invalid_passcode=您輸入的密碼無效,請再試一次。 +two_factor_reused_passcode=The passcode you entered has already been used, please try another one! two_factor_enable_error=啟用兩步驗證失敗: %v two_factor_enable_success=您帳戶的兩步驗證已成功啟用! two_factor_recovery_codes_title=兩步驗證恢復代碼 @@ -819,10 +823,10 @@ settings.event_push=推送 settings.event_push_desc=Git 倉庫推送 settings.event_issues=Issues settings.event_issues_desc=已經開啟、關閉、重啟、修改、指派、取消指派、更新標籤、清除標籤、新增里程碑或刪除里程碑的 issue。 -settings.event_issue_comment=Issue 評論 -settings.event_issue_comment_desc=已經建立、編輯或刪除的 Issue 評論。 settings.event_pull_request=合併請求 settings.event_pull_request_desc=已經開啟、關閉、重啟、編輯、指派、解除指派、更新標籤、清除標籤、新增里程碑、刪除里程碑或同步的 pull request。 +settings.event_issue_comment=Issue 評論 +settings.event_issue_comment_desc=已經建立、編輯或刪除的 Issue 評論。 settings.event_release=Release settings.event_release_desc=Release 將發佈在一個 repository 中。 settings.active=是否激活 @@ -1087,7 +1091,7 @@ repos.stars=讚好數 repos.issues=問題數 repos.size=大小 -auths.auth_manage_panel=認證管理面板 +auths.auth_sources=Authentication Sources auths.new=添加新認證源 auths.name=認證名稱 auths.type=認證類型 @@ -1128,7 +1132,6 @@ auths.enable_tls=啟用 TLS 加密 auths.skip_tls_verify=忽略 TLS 驗證 auths.pam_service_name=PAM 服務名稱 auths.enable_auto_register=允許授權用戶自動註冊 -auths.tips=幫助提示 auths.edit=編輯認證設置 auths.activated=該授權認證已經啟用 auths.new_success=新的認證源 "%s" 添加成功! @@ -1284,7 +1287,6 @@ notices.delete_success=系統提示刪除成功! [action] create_repo=創建了儲存庫 <a href="%s">%s</a> -fork_repo=已經 fork 一個 repository 到 <a href="%s">%s</a> rename_repo=重新命名倉庫 <code>%[1]s</code> 為 <a href="%[2]s">%[3]s</a> commit_repo=推送了 <a href="%[1]s/src/%[2]s">%[3]s</a> 分支的代碼到 <a href="%[1]s">%[4]s</a> compare_commits=查看 %d 次提交的內容比對 @@ -1301,6 +1303,10 @@ create_branch=在 <a href="%[1]s">%[4]s</a> 建立新的分支 <a href="%[1]s/sr delete_branch=已經刪除在 <a href="%[1]s">%[3]s</a> 上的分支 <code>%[2]s</code> push_tag=推送了標籤 <a href="%s/src/%s">%[2]s</a> 到 <a href="%[1]s">%[3]s</a> delete_tag=已經刪除在 <a href="%[1]s">%[3]s</a> 上的標籤 <code>%[2]s</code> +fork_repo=已經 fork 一個 repository 到 <a href="%s">%s</a> +mirror_sync_push=synced commits to <a href="%[1]s/src/%[2]s">%[3]s</a> at <a href="%[1]s">%[4]s</a> from mirror +mirror_sync_create=synced new reference <a href="%s/src/%s">%[2]s</a> to <a href="%[1]s">%[3]s</a> from mirror +mirror_sync_delete=synced and deleted reference <code>%[2]s</code> at <a href="%[1]s">%[3]s</a> from mirror [tool] ago=之前 |