From a491c246e0ec5c001df450a68d2e37d3378ab698 Mon Sep 17 00:00:00 2001 From: "a.tolmachev" Date: Thu, 2 Apr 2026 22:51:25 +0300 Subject: [PATCH] feat: localize operations catalog --- apps/ui/index.html | 45 +++++++++++++++--------------- apps/ui/js/catalog.js | 43 ++++++++++++++++++++--------- apps/ui/js/i18n.js | 64 +++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 117 insertions(+), 35 deletions(-) diff --git a/apps/ui/index.html b/apps/ui/index.html index edc156b..75b15d5 100644 --- a/apps/ui/index.html +++ b/apps/ui/index.html @@ -113,7 +113,7 @@ @@ -122,22 +122,22 @@
Total operations
-
+
Active
-
+
Requests today
-
+
Avg. latency
-
+
@@ -163,6 +163,7 @@ - + @@ -206,7 +207,7 @@ :class="{ 'has-value': filterCategory, open: openDropdown === 'category' }" @click="toggleDropdown('category')" > - + @@ -236,7 +237,7 @@ :class="{ 'has-value': filterAgent, open: openDropdown === 'agent' }" @click="toggleDropdown('agent')" > - + @@ -265,7 +266,7 @@
- Showing of + @@ -300,12 +301,12 @@ -
@@ -320,12 +321,12 @@
-

No operations found

-

Try adjusting your search or filters.

+

No operations found

+

Try adjusting your search or filters.

-

Backend connection failed

+

Backend connection failed

@@ -342,7 +343,7 @@ PROTOCOL STATUS - CREATED + CREATED @@ -383,10 +384,10 @@
- -
@@ -399,7 +400,7 @@