feat(clients): show filtered count in clients list

Surface a "Showing X of Y" counter in the clients filter bar that appears whenever a search term or any filter is active, using the server-provided filtered and total counts. Added the showingCount string across all 13 locales.

Closes #4808
This commit is contained in:
MHSanaei
2026-06-02 14:23:52 +02:00
parent 61105c2b1a
commit 91f325eca6
15 changed files with 26 additions and 1 deletions
+1
View File
@@ -643,6 +643,7 @@
"searchPlaceholder": "Поиск email, комментария, sub ID, UUID, пароля, auth…",
"filterTitle": "Фильтр клиентов",
"clearAllFilters": "Очистить все",
"showingCount": "Показано {shown} из {total}",
"sortOldest": "Сначала старые",
"sortNewest": "Сначала новые",
"sortRecentlyUpdated": "Недавно обновлены",