mirror of
https://github.com/shuaiplus/nodewarden.git
synced 2026-08-05 06:50:10 +00:00
feat: add device selection and removal functionality in SecurityDevicesPage
This commit is contained in:
@@ -838,6 +838,11 @@ const zhTW: Record<string, string> = {
|
||||
"txt_remove_all_devices": "移除所有設備",
|
||||
"txt_remove_all_devices_and_clear_all_2fa_trust": "確認移除所有設備並清除全部 2FA 信任嗎?",
|
||||
"txt_remove_all_devices_and_sign_out_all_sessions": "確認移除所有設備、清除全部信任,並讓所有設備重新登錄嗎?",
|
||||
"txt_remove_selected_devices": "移除已選({count})",
|
||||
"txt_remove_selected_devices_confirm": "確認移除選中的 {count} 臺設備、清除其信任,並讓它們重新登錄嗎?",
|
||||
"txt_remove_selected_devices_and_sign_out_current": "確認移除選中的 {count} 臺設備、清除其信任,並同時退出本設備嗎?",
|
||||
"txt_selected_devices_removed": "已移除選中設備",
|
||||
"txt_remove_selected_devices_failed": "移除選中設備失敗",
|
||||
"txt_remove_device_name_and_clear_its_2fa_trust": "確認移除設備“{name}”並清除其 2FA 信任嗎?",
|
||||
"txt_remove_device_and_sign_out_name": "確認移除設備“{name}”,清除其信任,並讓它重新登錄嗎?",
|
||||
"txt_reveal": "顯示",
|
||||
@@ -879,6 +884,9 @@ const zhTW: Record<string, string> = {
|
||||
"txt_security_code": "安全碼",
|
||||
"txt_security_code_cvv": "安全碼 (CVV)",
|
||||
"txt_select_all": "全選",
|
||||
"txt_clear_selection": "取消選擇",
|
||||
"txt_select_device_name": "選擇 {name}",
|
||||
"txt_no_devices_selected": "未選擇設備",
|
||||
"txt_select": "請選擇",
|
||||
"txt_select_duplicate_items": "選擇重複項",
|
||||
"txt_select_an_item": "請選擇一個項目",
|
||||
|
||||
Reference in New Issue
Block a user