mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-02-16 00:26:10 +00:00
chore(translations): update translations via Crowdin (#860)
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
"click_to_copy": "點擊以複製",
|
||||
"something_went_wrong": "出了點問題",
|
||||
"go_back_to_home": "返回首頁",
|
||||
"dont_have_access_to_your_passkey": "無法存取您的密碼金鑰嗎?",
|
||||
"alternative_sign_in_methods": "其他登入方法",
|
||||
"login_background": "登入背景",
|
||||
"logo": "標誌",
|
||||
"login_code": "登入代碼",
|
||||
@@ -276,6 +276,8 @@
|
||||
"public_clients_description": "公開客戶端 (Public Client) 不包含 client secret。這類客戶端是為了行動裝置、網頁以及無法安全儲存 secret 的原生應用程式所設計。",
|
||||
"pkce": "PKCE",
|
||||
"public_key_code_exchange_is_a_security_feature_to_prevent_csrf_and_authorization_code_interception_attacks": "PKCE(公開金鑰碼交換)是一項安全機制,用於防止 CSRF 與授權碼攔截攻擊。",
|
||||
"requires_reauthentication": "需要重新驗證",
|
||||
"requires_users_to_authenticate_again_on_each_authorization": "要求使用者在每次授權時再次驗證,即使已經登入也是如此",
|
||||
"name_logo": "{name} 標誌",
|
||||
"change_logo": "更改標誌",
|
||||
"upload_logo": "上傳標誌",
|
||||
@@ -385,6 +387,12 @@
|
||||
"number_of_times_token_can_be_used": "註冊令牌可使用的次數。",
|
||||
"expires": "到期",
|
||||
"signup": "註冊",
|
||||
"user_creation": "使用者建立",
|
||||
"configure_user_creation": "管理使用者建立設定,包括註冊方法和新使用者的預設權限。",
|
||||
"user_creation_groups_description": "在新使用者註冊時自動指定這些群組。",
|
||||
"user_creation_claims_description": "在新使用者註冊時自動將這些自訂索賠指派給他們。",
|
||||
"user_creation_updated_successfully": "使用者建立設定更新成功。",
|
||||
"signup_disabled_description": "使用者註冊已完全停用。只有管理員可以建立新的使用者帳號。",
|
||||
"signup_requires_valid_token": "建立帳號需要有效的註冊令牌",
|
||||
"validating_signup_token": "驗證註冊標記",
|
||||
"go_to_login": "前往登入",
|
||||
@@ -396,7 +404,7 @@
|
||||
"skip_for_now": "暫時跳過",
|
||||
"account_created": "帳號已建立",
|
||||
"enable_user_signups": "啟用使用者註冊",
|
||||
"enable_user_signups_description": "是否要啟用使用者註冊功能。",
|
||||
"enable_user_signups_description": "決定使用者如何在 Pocket ID 中註冊新帳戶。",
|
||||
"user_signups_are_disabled": "使用者註冊目前已停用",
|
||||
"create_signup_token": "建立註冊令牌",
|
||||
"view_active_signup_tokens": "檢視有效的註冊令牌",
|
||||
@@ -412,7 +420,6 @@
|
||||
"loading": "載入中",
|
||||
"delete_signup_token": "刪除註冊令牌",
|
||||
"are_you_sure_you_want_to_delete_this_signup_token": "您確定要刪除這個註冊令牌嗎?此動作無法撤銷。",
|
||||
"signup_disabled_description": "使用者註冊已完全停用。只有管理員可以建立新的使用者帳號。",
|
||||
"signup_with_token": "使用註冊令牌註冊",
|
||||
"signup_with_token_description": "使用者只能使用管理員建立的有效登入令牌註冊。",
|
||||
"signup_open": "開放報名",
|
||||
@@ -430,5 +437,8 @@
|
||||
"revoke_access": "撤銷存取權",
|
||||
"revoke_access_description": "撤銷存取 <b>{clientName}</b>. <b>{clientName}</b>將無法再存取您的帳戶資訊。",
|
||||
"revoke_access_successful": "{clientName} 的存取權已成功取消。",
|
||||
"last_signed_in_ago": "上次登入 {time} 前"
|
||||
"last_signed_in_ago": "上次登入 {time} 前",
|
||||
"invalid_client_id": "用戶端 ID 只能包含字母、數字、底線和連字符",
|
||||
"custom_client_id_description": "如果您的應用程式需要,請設定自訂用戶端 ID。否則,請留空以產生隨機 ID。",
|
||||
"generated": "產生"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user