From fb6f80ef1d270c504b97c8578277a7ae986c687f 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: Sat, 12 Sep 2026 23:25:42 +0300 Subject: [PATCH] ui: translate the RAM operations hint The data-l10n key for 'RAM operations perform atomic GlobalPlatform commands over SCP80. Card keys are taken from the saved preset.' was missing from LANG_RU, so the hint stayed English. SW cache v127 -> v128. --- frontend/index.html | 1 + frontend/sw.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/index.html b/frontend/index.html index c618e37..2a3e847 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -9260,6 +9260,7 @@ const LANG_RU = { 'Step': 'Шаг', 'Install OK': 'Установка OK', 'Install FAILED at step:': 'Установка не удалась на шаге:', + 'RAM operations perform atomic GlobalPlatform commands over SCP80. Card keys are taken from the saved preset.': 'RAM-операции выполняют атомарные команды GlobalPlatform через SCP80. Ключи карты берутся из сохранённого пресета.', 'No cards defined.': 'Карты не заданы.', 'Card presets': 'Выбор карты', 'Card preset': 'Пресет карты', diff --git a/frontend/sw.js b/frontend/sw.js index 168f4c3..9e8e1b2 100644 --- a/frontend/sw.js +++ b/frontend/sw.js @@ -1,4 +1,4 @@ -const CACHE = 'otaman-v127'; +const CACHE = 'otaman-v128'; const URLS = [ 'index.html', 'help.html',