@@ -6879,7 +6880,11 @@ const LANG_RU = {
'Executable Module AIDs / Applet Class AIDs:': 'AID исполняемых модулей / классов апплетов:',
'No cards defined.': 'Карты не заданы.',
'Card presets': 'Выбор карты',
+ 'Card preset': 'Пресет карты',
'— Select card —': '— Выберите карту —',
+ 'Operation': 'Операция',
+ 'Explore Card (all GP data)': 'Обзор карты (все данные GP)',
+ 'Install Package (.cap file)': 'Установка пакета (.cap файл)',
'Server URL': 'URL сервера',
'Connect': 'Подключиться',
'To access local card reader, you need pysim-otaman-server running locally.': 'Для доступа к локальному картридеру необходим запущенный pysim-otaman-server.',
diff --git a/frontend/sw.js b/frontend/sw.js
index e374747..6fe9c3b 100644
--- a/frontend/sw.js
+++ b/frontend/sw.js
@@ -1,4 +1,4 @@
-const CACHE = 'otaman-v33';
+const CACHE = 'otaman-v34';
const URLS = [
'index.html',
'help.html',
diff --git a/pysim_otaman_server/server.py b/pysim_otaman_server/server.py
index 216866b..e86f545 100644
--- a/pysim_otaman_server/server.py
+++ b/pysim_otaman_server/server.py
@@ -18,7 +18,7 @@ from osmocom.construct import GsmOrUcs2Adapter
from osmocom.tlv import BER_TLV_IE
-VERSION = '1.9.21'
+VERSION = '1.9.22'
MAX_ENVELOPE_SEGMENTS = 5 # max SMS segments for outgoing C-APDU in ENVELOPE