From c7c1b4d3e7af07f12f96c8ffbeecb196656b60ce 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 15:29:14 +0300 Subject: [PATCH] fix: improve Russian translation for 'once pysim-otaman-server is ready' --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 21615ca..23322fd 100644 --- a/index.html +++ b/index.html @@ -3729,7 +3729,7 @@ const LANG_RU = { 'To connect, install': 'Для подключения установите', 'and start it.': 'и запустите его.', 'Refer to pysim-otaman-server README files for details.': 'Подробности — в README файлах pysim-otaman-server.', - 'once pysim-otaman-server is ready.': 'когда pysim-otaman-server будет готов.', + 'once pysim-otaman-server is ready.': 'Нажмите кнопку Подключиться когда pysim-otaman-server будет готов.', }; let currentLang = 'en';