mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-07-21 03:56:07 +00:00
feat(ui): improve client form modal UX
- Rename tabs: "Basic" → "Basics", "Config" → "Credentials" - Move reverseTag field from Credentials tab to Basics tab - Move IP log button inline with limitIp field (tooltip button, edit mode only) - Hide random email button when editing an existing client - Add tooltips to totalGB and limitIp fields with descriptive hints - Rename labels: "Total Sent/Received (GB)" → "Traffic Limit (GB)", "Duration" → "Duration (days)" - Add renewDays translation key for auto-renew label with unit hint - Remove redundant filterOption and width style from AutoComplete group selectors - Update all 15 locale files with new and renamed translation keys
This commit is contained in:
@@ -637,8 +637,8 @@
|
||||
}
|
||||
},
|
||||
"clients": {
|
||||
"tabBasic": "پایه",
|
||||
"tabConfig": "پیکربندی",
|
||||
"tabBasics": "پایه",
|
||||
"tabCredentials": "اطلاعات اتصال",
|
||||
"add": "افزودن کلاینت",
|
||||
"edit": "ویرایش کلاینت",
|
||||
"submitAdd": "افزودن کلاینت",
|
||||
@@ -666,10 +666,11 @@
|
||||
"prefix": "پیشوند",
|
||||
"postfix": "پسوند",
|
||||
"delayedStart": "شروع پس از اولین استفاده",
|
||||
"expireDays": "مدت",
|
||||
"expireDays": "مدت اعتبار (روز)",
|
||||
"days": "روز",
|
||||
"renew": "تمدید خودکار",
|
||||
"renewDesc": "تمدید خودکار پس از انقضا. (۰ = غیرفعال) (واحد: روز)",
|
||||
"renewDays": "تمدید خودکار (روز)",
|
||||
"searchPlaceholder": "جستجوی ایمیل، توضیح، Sub ID، UUID، رمز، احراز...",
|
||||
"filterTitle": "فیلتر کاربران",
|
||||
"clearAllFilters": "پاک کردن همه",
|
||||
@@ -691,10 +692,12 @@
|
||||
"hasNot": "ندارد",
|
||||
"title": "کلاینتها",
|
||||
"actions": "عملیات",
|
||||
"totalGB": "مجموع ارسال/دریافت (گیگابایت)",
|
||||
"totalGB": "سقف حجم (گیگابایت)",
|
||||
"totalGBDesc": "سهمیهی حجم مصرفی کلاینت. ۰ = نامحدود",
|
||||
"expiryTime": "انقضا",
|
||||
"addClients": "افزودن کلاینتها",
|
||||
"limitIp": "محدودیت IP",
|
||||
"limitIpDesc": "حداکثر تعداد IP همزمان. ۰ = نامحدود",
|
||||
"password": "رمز عبور",
|
||||
"subId": "شناسه اشتراک",
|
||||
"online": "آنلاین",
|
||||
@@ -1733,4 +1736,4 @@
|
||||
"chooseInbound": "یک ورودی انتخاب کنید"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user