From 32d459fbe62d29784b78a1338a5a3fff835155fd Mon Sep 17 00:00:00 2001 From: fpointsstar <74316923+thefsfc@users.noreply.github.com> Date: Sat, 4 Oct 2025 18:39:07 +0900 Subject: [PATCH] Update translate.ru_RU.toml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix RU translation for login title: replace “Приветствие!” with “Добро пожаловать!” to match English “Welcome”. --- web/translation/translate.ru_RU.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/translation/translate.ru_RU.toml b/web/translation/translate.ru_RU.toml index c75ae649..3416e7fa 100644 --- a/web/translation/translate.ru_RU.toml +++ b/web/translation/translate.ru_RU.toml @@ -99,7 +99,7 @@ [pages.login] "hello" = "Привет!" -"title" = "Приветствие!" +"title" = "Добро пожаловать!" "loginAgain" = "Сессия истекла. Войдите в систему снова" [pages.login.toasts]