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 ru: 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 ru: 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