mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-07-25 22:06:09 +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:
@@ -638,8 +638,8 @@
|
||||
}
|
||||
},
|
||||
"clients": {
|
||||
"tabBasic": "Temel",
|
||||
"tabConfig": "Yapılandırma",
|
||||
"tabBasics": "Temel",
|
||||
"tabCredentials": "Kimlik Bilgileri",
|
||||
"add": "Kullanıcı Ekle",
|
||||
"edit": "Kullanıcıyı Düzenle",
|
||||
"submitAdd": "Kullanıcı Ekle",
|
||||
@@ -667,10 +667,11 @@
|
||||
"prefix": "Önek",
|
||||
"postfix": "Sonek",
|
||||
"delayedStart": "İlk Kullanımdan Sonra Başla",
|
||||
"expireDays": "Süre",
|
||||
"expireDays": "Süre (gün)",
|
||||
"days": "Gün(ler)",
|
||||
"renew": "Otomatik Yenileme",
|
||||
"renewDesc": "Süre dolduktan sonra otomatik yeniler. (0 = devre dışı) (birim: gün)",
|
||||
"renewDays": "Otomatik Yenileme (gün)",
|
||||
"searchPlaceholder": "E-posta, yorum, sub ID, UUID, parola, auth ara…",
|
||||
"filterTitle": "Kullanıcıları Filtrele",
|
||||
"clearAllFilters": "Tümünü Temizle",
|
||||
@@ -692,10 +693,12 @@
|
||||
"hasNot": "Yok",
|
||||
"title": "Kullanıcılar",
|
||||
"actions": "İşlemler",
|
||||
"totalGB": "Toplam Gönderilen/Alınan (GB)",
|
||||
"totalGB": "Trafik Limiti (GB)",
|
||||
"totalGBDesc": "Bu kullanıcı için veri kotası. 0 = sınırsız.",
|
||||
"expiryTime": "Son Kullanma",
|
||||
"addClients": "Kullanıcı Ekle",
|
||||
"limitIp": "IP Limiti",
|
||||
"limitIpDesc": "Eş zamanlı en fazla IP sayısı. 0 = sınırsız.",
|
||||
"password": "Şifre",
|
||||
"subId": "Abonelik ID'si",
|
||||
"online": "Çevrimiçi",
|
||||
@@ -1732,4 +1735,4 @@
|
||||
"chooseInbound": "Bir Gelen Bağlantı Seçin"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user