From 35f8716d246a34e4dc28ca26f631c31f413ec1d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BD=D1=82=D0=BE=D0=BD=20=D0=A2=D1=80=D0=BE=D1=88?= =?UTF-8?q?=D0=B8=D0=BD?= Date: Sun, 9 Aug 2026 09:38:14 +0300 Subject: [PATCH] i18n: add data-l10n keys for Response parser, Cards, Card reader tabs; Russian translations --- index.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index f562470..17639f1 100644 --- a/index.html +++ b/index.html @@ -31,9 +31,9 @@ - - - + + +
@@ -3712,6 +3712,9 @@ const LANG_RU = { 'KID key error: ': 'Ошибка KID key: ', 'Error: ciphering requires KIc key': 'Ошибка: ciphering requires KIc key', 'Error: MAC requires KID key': 'Ошибка: MAC requires KID key', + 'Response parser': 'Парсер ответов', + 'Cards': 'Карты', + 'Card reader': 'Картридер', }; let currentLang = 'en';