From 00baeffe7497cfd7d4566aa03756a6f5b78f795d Mon Sep 17 00:00:00 2001 From: fpointsstar <74316923+thefsfc@users.noreply.github.com> Date: Tue, 7 Oct 2025 23:31:32 +0900 Subject: [PATCH] Update translate.ru_RU.toml (#3574) 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]