mirror of
https://github.com/shuaiplus/nodewarden.git
synced 2026-06-20 13:00:39 +00:00
feat: update backup recommendations UI; enhance styles and structure for better user experience
This commit is contained in:
@@ -766,13 +766,13 @@ const en: Record<string, string> = {
|
||||
"txt_user_deleted": "User deleted",
|
||||
"txt_user_status_updated": "User status updated",
|
||||
"txt_username": "Username",
|
||||
"txt_uri_match_default_base_domain": "Default (Base Domain)",
|
||||
"txt_uri_match_default_base_domain": "Default",
|
||||
"txt_uri_match_base_domain": "Base Domain",
|
||||
"txt_uri_match_host": "Host",
|
||||
"txt_uri_match_exact": "Exact",
|
||||
"txt_uri_match_never": "Never",
|
||||
"txt_uri_match_starts_with": "Starts With",
|
||||
"txt_uri_match_regular_expression": "Regular Expression",
|
||||
"txt_uri_match_regular_expression": "Regex",
|
||||
"txt_users": "Users",
|
||||
"txt_vault_synced": "Vault synced",
|
||||
"txt_verification_code": "Verification Code",
|
||||
|
||||
@@ -766,13 +766,13 @@ const es: Record<string, string> = {
|
||||
"txt_user_deleted": "Usuario eliminado",
|
||||
"txt_user_status_updated": "Estado del usuario actualizado",
|
||||
"txt_username": "Nombre de usuario",
|
||||
"txt_uri_match_default_base_domain": "Predeterminado (dominio base)",
|
||||
"txt_uri_match_default_base_domain": "Predet.",
|
||||
"txt_uri_match_base_domain": "Dominio base",
|
||||
"txt_uri_match_host": "Host",
|
||||
"txt_uri_match_exact": "Exacto",
|
||||
"txt_uri_match_never": "Nunca",
|
||||
"txt_uri_match_starts_with": "Empieza con",
|
||||
"txt_uri_match_regular_expression": "Expresión regular",
|
||||
"txt_uri_match_regular_expression": "Regex",
|
||||
"txt_users": "Usuarios",
|
||||
"txt_vault_synced": "Bóveda sincronizada",
|
||||
"txt_verification_code": "Código de verificación",
|
||||
|
||||
@@ -766,13 +766,13 @@ const ru: Record<string, string> = {
|
||||
"txt_user_deleted": "Пользователь удален",
|
||||
"txt_user_status_updated": "Статус пользователя обновлен",
|
||||
"txt_username": "Имя пользователя",
|
||||
"txt_uri_match_default_base_domain": "По умолчанию (базовый домен)",
|
||||
"txt_uri_match_default_base_domain": "По умолч.",
|
||||
"txt_uri_match_base_domain": "Базовый домен",
|
||||
"txt_uri_match_host": "Хост",
|
||||
"txt_uri_match_exact": "Точный",
|
||||
"txt_uri_match_never": "Никогда",
|
||||
"txt_uri_match_starts_with": "Начинается с",
|
||||
"txt_uri_match_regular_expression": "Регулярное выражение",
|
||||
"txt_uri_match_regular_expression": "Regex",
|
||||
"txt_users": "Пользователи",
|
||||
"txt_vault_synced": "Сейф синхронизирован",
|
||||
"txt_verification_code": "Код подтверждения",
|
||||
|
||||
@@ -766,13 +766,13 @@ const zhCN: Record<string, string> = {
|
||||
"txt_user_deleted": "用户已删除",
|
||||
"txt_user_status_updated": "用户状态已更新",
|
||||
"txt_username": "用户名",
|
||||
"txt_uri_match_default_base_domain": "默认(基础域名)",
|
||||
"txt_uri_match_default_base_domain": "默认",
|
||||
"txt_uri_match_base_domain": "基础域名",
|
||||
"txt_uri_match_host": "主机",
|
||||
"txt_uri_match_exact": "精确",
|
||||
"txt_uri_match_never": "从不",
|
||||
"txt_uri_match_starts_with": "开始于",
|
||||
"txt_uri_match_regular_expression": "正则表达式",
|
||||
"txt_uri_match_regular_expression": "正则表达",
|
||||
"txt_users": "用户",
|
||||
"txt_vault_synced": "密码库已同步",
|
||||
"txt_verification_code": "验证码",
|
||||
|
||||
@@ -766,13 +766,13 @@ const zhTW: Record<string, string> = {
|
||||
"txt_user_deleted": "用戶已刪除",
|
||||
"txt_user_status_updated": "用戶狀態已更新",
|
||||
"txt_username": "用戶名",
|
||||
"txt_uri_match_default_base_domain": "默認(基礎域名)",
|
||||
"txt_uri_match_default_base_domain": "默認",
|
||||
"txt_uri_match_base_domain": "基礎域名",
|
||||
"txt_uri_match_host": "主機",
|
||||
"txt_uri_match_exact": "精確",
|
||||
"txt_uri_match_never": "從不",
|
||||
"txt_uri_match_starts_with": "開始於",
|
||||
"txt_uri_match_regular_expression": "正則表達式",
|
||||
"txt_uri_match_regular_expression": "正則表達",
|
||||
"txt_users": "用戶",
|
||||
"txt_vault_synced": "密碼庫已同步",
|
||||
"txt_verification_code": "驗證碼",
|
||||
|
||||
Reference in New Issue
Block a user