mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-08-15 15:50:59 +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": "تجديد تلقائي بعد انتهاء الصلاحية. (0 = تعطيل) (الوحدة: يوم)",
|
||||
"renewDays": "تجديد تلقائي (أيام)",
|
||||
"searchPlaceholder": "ابحث بالبريد، التعليق، sub ID، UUID، كلمة المرور، auth…",
|
||||
"filterTitle": "تصفية العملاء",
|
||||
"clearAllFilters": "مسح الكل",
|
||||
@@ -691,10 +692,12 @@
|
||||
"hasNot": "لا يملك",
|
||||
"title": "العملاء",
|
||||
"actions": "الإجراءات",
|
||||
"totalGB": "مجموع المرسل/المستقبل (جيجابايت)",
|
||||
"totalGB": "حد البيانات (جيجابايت)",
|
||||
"totalGBDesc": "حصة البيانات لهذا العميل. 0 = غير محدود.",
|
||||
"expiryTime": "انتهاء الصلاحية",
|
||||
"addClients": "إضافة عملاء",
|
||||
"limitIp": "حد عناوين IP",
|
||||
"limitIpDesc": "الحد الأقصى لعناوين IP المتزامنة. 0 = غير محدود.",
|
||||
"password": "كلمة المرور",
|
||||
"subId": "معرّف الاشتراك",
|
||||
"online": "متصل",
|
||||
@@ -1733,4 +1736,4 @@
|
||||
"chooseInbound": "اختار الإدخال"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user