1
0
mirror of https://github.com/pocket-id/pocket-id.git synced 2026-02-15 16:20:05 +00:00

chore(translations): update translations via Crowdin (#1134)

This commit is contained in:
Elias Schneider
2025-12-24 11:42:35 +01:00
committed by GitHub
parent f75cef83d5
commit 7c5ffbf9a5
19 changed files with 308 additions and 99 deletions

View File

@@ -95,7 +95,7 @@
"settings": "設定",
"update_pocket_id": "更新 Pocket ID",
"powered_by": "技術支援",
"see_your_account_activities_from_the_last_3_months": "查看您過去 3 個月的帳活動。",
"see_your_recent_account_activities": "查看您在設定的保留期間內的帳活動。",
"time": "時間",
"event": "事件",
"approximate_location": "概略位置",
@@ -301,16 +301,21 @@
"are_you_sure_you_want_to_create_a_new_client_secret": "確定要建立新的 client secret 嗎?舊的將會失效。",
"generate": "產生",
"new_client_secret_created_successfully": "新的 client secret 建立成功",
"allowed_user_groups_updated_successfully": "允許的使用者群組已成功更新",
"oidc_client_name": "OIDC 客戶端 {name}",
"client_id": "Client ID",
"client_secret": "Client secret",
"show_more_details": "顯示更多資訊",
"allowed_user_groups": "允許的使用者群組",
"add_user_groups_to_this_client_to_restrict_access_to_users_in_these_groups": "將使用者群組新增至此客戶端,以限制只有這些群組中的使用者可以存取。若未選擇任何群組,所有使用者都將能存取此客戶端。",
"allowed_user_groups_description": "選擇允許其成員登入此客戶端的用戶群組。",
"allowed_user_groups_status_unrestricted_description": "未套用任何使用者群組限制。任何使用者皆可登入此客戶端。",
"unrestrict": "解除限制",
"restrict": "限制",
"user_groups_restriction_updated_successfully": "使用者群組限制已成功更新",
"allowed_user_groups_updated_successfully": "允許的使用者群組已成功更新",
"favicon": "Favicon",
"light_mode_logo": "亮色模式標誌",
"dark_mode_logo": "暗色模式標誌",
"email_logo": "電子郵件標誌",
"background_image": "背景圖片",
"language": "語言",
"reset_profile_picture_question": "重設個人資料圖片?",
@@ -327,7 +332,7 @@
"all_clients": "所有客戶端",
"all_locations": "所有地點",
"global_audit_log": "全域稽核日誌",
"see_all_account_activities_from_the_last_3_months": "查看過去 3 個月的所有使用者活動。",
"see_all_recent_account_activities": "檢視所有使用者在設定的保留期間內的帳戶活動。",
"token_sign_in": "Token 登入",
"client_authorization": "客戶端授權",
"new_client_authorization": "新客戶端授權",
@@ -469,5 +474,11 @@
"default_profile_picture": "預設個人資料照片",
"light": "光",
"dark": "黑暗",
"system": "系統"
"system": "系統",
"signup_token_user_groups_description": "自動將這些群組指派給使用此代幣註冊的用戶。",
"allowed_oidc_clients": "允許的 OIDC 客戶端",
"allowed_oidc_clients_description": "選擇允許此使用者群組成員登入的 OIDC 客戶端。",
"unrestrict_oidc_client": "解除限制 {clientName}",
"confirm_unrestrict_oidc_client_description": "您確定要解除 OIDC 客戶端的限制嗎? <b>{clientName}</b>?此操作將移除此客戶端的所有群組指派,任何使用者皆可登入。",
"allowed_oidc_clients_updated_successfully": "已允許的 OIDC 客戶端更新成功"
}