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 en: Record<string, string> = {
|
||||
"txt_remove_all_devices": "Remove all devices",
|
||||
"txt_remove_all_devices_and_clear_all_2fa_trust": "Remove all devices and clear all 2FA trust?",
|
||||
"txt_remove_all_devices_and_sign_out_all_sessions": "Remove all devices, clear all trust, and sign out every device?",
|
||||
"txt_remove_selected_devices": "Remove selected ({count})",
|
||||
"txt_remove_selected_devices_confirm": "Remove {count} selected devices, clear their trust, and sign them out?",
|
||||
"txt_remove_selected_devices_and_sign_out_current": "Remove {count} selected devices, clear their trust, and sign out this device too?",
|
||||
"txt_selected_devices_removed": "Selected devices removed",
|
||||
"txt_remove_selected_devices_failed": "Failed to remove selected devices",
|
||||
"txt_remove_device_name_and_clear_its_2fa_trust": "Remove device \"{name}\" and clear its 2FA trust?",
|
||||
"txt_remove_device_and_sign_out_name": "Remove device \"{name}\", clear its trust, and sign it out?",
|
||||
"txt_reveal": "Reveal",
|
||||
@@ -879,6 +884,9 @@ const en: Record<string, string> = {
|
||||
"txt_security_code": "Security Code",
|
||||
"txt_security_code_cvv": "Security Code (CVV)",
|
||||
"txt_select_all": "Select All",
|
||||
"txt_clear_selection": "Clear selection",
|
||||
"txt_select_device_name": "Select {name}",
|
||||
"txt_no_devices_selected": "No devices selected",
|
||||
"txt_select": "Select",
|
||||
"txt_select_duplicate_items": "Select Duplicates",
|
||||
"txt_select_an_item": "Select an item",
|
||||
|
||||
Reference in New Issue
Block a user