mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-09-24 08:12:19 +07:00
feat(clients): add bulk enable/disable and move selection actions into More menu
Add bulkEnable/bulkDisable named endpoints backed by a shared internal impl, and consolidate the per-selection actions (attach, detach, add to group, ungroup, enable, disable, adjust, sub links) into the clients table's More dropdown so the toolbar only shows the selection count and delete. Translate the new enable/disable confirm dialogs and toasts across all 13 locales.
This commit is contained in:
@@ -816,6 +816,12 @@
|
||||
"attach": "Lampirkan",
|
||||
"adjust": "Atur",
|
||||
"subLinks": "Tautan sub",
|
||||
"enable": "Aktifkan",
|
||||
"disable": "Nonaktifkan",
|
||||
"bulkEnableConfirmTitle": "Aktifkan {count} klien?",
|
||||
"bulkEnableConfirmContent": "Mengaktifkan setiap klien yang dipilih di semua inbound yang terlampir. Klien yang kuotanya habis atau masa berlakunya telah lewat akan dinonaktifkan kembali secara otomatis.",
|
||||
"bulkDisableConfirmTitle": "Nonaktifkan {count} klien?",
|
||||
"bulkDisableConfirmContent": "Menonaktifkan setiap klien yang dipilih di semua inbound yang terlampir. Mereka langsung kehilangan akses, tetapi catatan dan trafiknya tetap disimpan.",
|
||||
"selectedCount": "{count} dipilih",
|
||||
"attachSelected": "Lampirkan ({count})",
|
||||
"attachToInboundsTitle": "Lampirkan {count} klien ke inbound",
|
||||
@@ -872,6 +878,10 @@
|
||||
"allTrafficsReset": "Lalu lintas semua klien direset",
|
||||
"bulkDeleted": "{count} klien dihapus",
|
||||
"bulkDeletedMixed": "{ok} dihapus, {failed} gagal",
|
||||
"bulkEnabled": "{count} klien diaktifkan",
|
||||
"bulkEnabledMixed": "{ok} diaktifkan, {failed} gagal",
|
||||
"bulkDisabled": "{count} klien dinonaktifkan",
|
||||
"bulkDisabledMixed": "{ok} dinonaktifkan, {failed} gagal",
|
||||
"bulkCreated": "{count} klien dibuat",
|
||||
"bulkCreatedMixed": "{ok} dibuat, {failed} gagal",
|
||||
"bulkAdjusted": "{count} klien disesuaikan",
|
||||
|
||||
Reference in New Issue
Block a user