mirror of
https://github.com/shuaiplus/nodewarden.git
synced 2026-06-20 21:00:41 +00:00
feat: remove drag-and-drop functionality for TOTP and website rows; update styles and translations for improved user experience
This commit is contained in:
@@ -550,8 +550,9 @@ const en: Record<string, string> = {
|
||||
"txt_master_password_reprompt_2": "Master Password Reprompt",
|
||||
"txt_max_access_count": "Max Access Count",
|
||||
"txt_middle_name": "Middle Name",
|
||||
"txt_drag_to_reorder": "Drag to reorder",
|
||||
"txt_move": "Move",
|
||||
"txt_move_up": "Move up",
|
||||
"txt_move_down": "Move down",
|
||||
"txt_move_selected_items": "Move Selected Items",
|
||||
"txt_moved_selected_items": "Moved selected items",
|
||||
"txt_name": "Name",
|
||||
|
||||
@@ -550,8 +550,9 @@ const es: Record<string, string> = {
|
||||
"txt_master_password_reprompt_2": "Solicitar contraseña maestra de nuevo",
|
||||
"txt_max_access_count": "Número máximo de accesos",
|
||||
"txt_middle_name": "Segundo nombre",
|
||||
"txt_drag_to_reorder": "Arrastre para reordenar",
|
||||
"txt_move": "Mover",
|
||||
"txt_move_up": "Mover arriba",
|
||||
"txt_move_down": "Mover abajo",
|
||||
"txt_move_selected_items": "Mover elementos seleccionados",
|
||||
"txt_moved_selected_items": "Elementos seleccionados movidos",
|
||||
"txt_name": "Nombre",
|
||||
|
||||
@@ -550,8 +550,9 @@ const ru: Record<string, string> = {
|
||||
"txt_master_password_reprompt_2": "Повторный запрос мастер-пароля",
|
||||
"txt_max_access_count": "Максимальное количество доступов",
|
||||
"txt_middle_name": "Второе имя",
|
||||
"txt_drag_to_reorder": "Перетащите, чтобы изменить порядок",
|
||||
"txt_move": "Переместить",
|
||||
"txt_move_up": "Переместить вверх",
|
||||
"txt_move_down": "Переместить вниз",
|
||||
"txt_move_selected_items": "Переместить выбранные элементы",
|
||||
"txt_moved_selected_items": "Перемещены выбранные элементы",
|
||||
"txt_name": "Имя",
|
||||
|
||||
@@ -550,8 +550,9 @@ const zhCN: Record<string, string> = {
|
||||
"txt_master_password_reprompt_2": "主密码二次确认",
|
||||
"txt_max_access_count": "最大访问次数",
|
||||
"txt_middle_name": "中间名",
|
||||
"txt_drag_to_reorder": "拖动调整顺序",
|
||||
"txt_move": "移动",
|
||||
"txt_move_up": "上移",
|
||||
"txt_move_down": "下移",
|
||||
"txt_move_selected_items": "移动所选项目",
|
||||
"txt_moved_selected_items": "已移动所选项目",
|
||||
"txt_name": "名称",
|
||||
|
||||
@@ -550,8 +550,9 @@ const zhTW: Record<string, string> = {
|
||||
"txt_master_password_reprompt_2": "主密碼二次確認",
|
||||
"txt_max_access_count": "最大訪問次數",
|
||||
"txt_middle_name": "中間名",
|
||||
"txt_drag_to_reorder": "拖動調整順序",
|
||||
"txt_move": "移動",
|
||||
"txt_move_up": "上移",
|
||||
"txt_move_down": "下移",
|
||||
"txt_move_selected_items": "移動所選項目",
|
||||
"txt_moved_selected_items": "已移動所選項目",
|
||||
"txt_name": "名稱",
|
||||
|
||||
Reference in New Issue
Block a user