mirror of
https://github.com/shuaiplus/nodewarden.git
synced 2026-06-20 21:00:41 +00:00
Update localization files for backup destinations and API client credentials
- Changed references from E3 to S3 in Russian, Simplified Chinese, and Traditional Chinese localization files. - Updated the corresponding keys and descriptions to reflect the change in backup destination protocols. - Improved the Vite configuration to dynamically match locale files, simplifying the code for locale handling.
This commit is contained in:
@@ -38,7 +38,7 @@ const zhTW: Record<string, string> = {
|
||||
"txt_backup_manual": "手動備份",
|
||||
"txt_backup_manual_description": "現在就導出 ZIP,或者把之前導出的 ZIP 恢復到當前實例。",
|
||||
"txt_backup_destinations_title": "備份地點",
|
||||
"txt_backup_destinations_description": "把多個 WebDAV、E3 地點統一放在這裡。左側選一個,右側編輯和瀏覽它。",
|
||||
"txt_backup_destinations_description": "把多個 WebDAV、S3 地點統一放在這裡。左側選一個,右側編輯和瀏覽它。",
|
||||
"txt_backup_recommend_title": "推薦儲存庫",
|
||||
"txt_backup_recommend_open_signup": "前往註冊",
|
||||
"txt_backup_recommend_open_signup_aff": "前往註冊(含 AFF)",
|
||||
@@ -201,11 +201,11 @@ const zhTW: Record<string, string> = {
|
||||
"txt_backup_import_invalid_response": "備份還原響應無效",
|
||||
"txt_backup_destination": "備份地點",
|
||||
"txt_backup_protocol_webdav": "WebDAV",
|
||||
"txt_backup_protocol_e3": "E3",
|
||||
"txt_backup_protocol_s3": "S3",
|
||||
"txt_backup_recommend_group_webdav": "WebDAV",
|
||||
"txt_backup_recommend_group_s3": "S3",
|
||||
"txt_backup_destination_name_default_webdav": "WebDAV {index}",
|
||||
"txt_backup_destination_name_default_e3": "E3 {index}",
|
||||
"txt_backup_destination_name_default_s3": "S3 {index}",
|
||||
"txt_backup_type": "備份類型",
|
||||
"txt_backup_destination_reserved": "預留位置",
|
||||
"txt_backup_time": "備份時間",
|
||||
@@ -251,12 +251,12 @@ const zhTW: Record<string, string> = {
|
||||
"txt_backup_webdav_username": "WebDAV 用戶名",
|
||||
"txt_backup_webdav_password": "WebDAV 密碼",
|
||||
"txt_backup_webdav_path": "遠程目錄",
|
||||
"txt_backup_e3_endpoint": "E3 Endpoint",
|
||||
"txt_backup_e3_bucket": "Bucket",
|
||||
"txt_backup_e3_region": "Region",
|
||||
"txt_backup_e3_access_key": "Access Key",
|
||||
"txt_backup_e3_secret_key": "Secret Key",
|
||||
"txt_backup_e3_path": "遠程路徑",
|
||||
"txt_backup_s3_endpoint": "S3 端點",
|
||||
"txt_backup_s3_bucket": "儲存桶",
|
||||
"txt_backup_s3_region": "區域",
|
||||
"txt_backup_s3_access_key": "存取金鑰",
|
||||
"txt_backup_s3_secret_key": "秘密金鑰",
|
||||
"txt_backup_s3_path": "遠程路徑",
|
||||
"txt_backup_reserved_name": "預留類型名稱",
|
||||
"txt_backup_reserved_notes": "預留備註",
|
||||
"txt_backup_reserved_notes_placeholder": "給下一個備份地點先留個說明",
|
||||
@@ -611,10 +611,10 @@ const zhTW: Record<string, string> = {
|
||||
"txt_api_key_dialog_intro": "您的 API 密鑰可用於在 Bitwarden CLI 中進行身份驗證。",
|
||||
"txt_api_key_warning_body": "您的 API 密鑰是一種替代身份驗證機制。請嚴格保密。",
|
||||
"txt_oauth_client_credentials": "OAuth 2.0 客戶端憑據",
|
||||
"txt_client_id": "client_id",
|
||||
"txt_client_secret": "client_secret",
|
||||
"txt_scope": "scope",
|
||||
"txt_grant_type": "grant_type",
|
||||
"txt_client_id": "用戶端 ID",
|
||||
"txt_client_secret": "用戶端密鑰",
|
||||
"txt_scope": "權限範圍",
|
||||
"txt_grant_type": "授權類型",
|
||||
"txt_refresh": "刷新",
|
||||
"txt_refresh_in_seconds_s": "{seconds} 秒後刷新",
|
||||
"txt_regenerate": "重新生成",
|
||||
|
||||
Reference in New Issue
Block a user