From 8ae6c4fd7aea10d91213108c7def1273f75a2eba Mon Sep 17 00:00:00 2001 From: EVGENY M <168018528+rjohny55@users.noreply.github.com> Date: Thu, 8 May 2025 23:45:21 +0600 Subject: [PATCH] Update common.ts --- src/locales/ru-RU/common.ts | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/src/locales/ru-RU/common.ts b/src/locales/ru-RU/common.ts index 6b3e1187..b67e9926 100644 --- a/src/locales/ru-RU/common.ts +++ b/src/locales/ru-RU/common.ts @@ -237,17 +237,13 @@ export default { 'common.appearance.dark': 'Темная', 'common.appearance.light': 'Светлая', 'common.appearance.system': 'Как в системе', - 'common.exception.404': 'Sorry, the page you visited does not exist.', - 'common.appearance.darkmode': 'Dark Mode', - 'common.appearance.lightmode': 'Light Mode', - 'common.appearance.tips': 'Default follows system preference.', - 'common.button.forgotpassword': 'Forgot password?' + 'common.exception.404': 'Извините, страница, которую вы посетили, не существует.', + 'common.appearance.darkmode': 'Тёмная тема', + 'common.appearance.lightmode': 'Светлая тема', + 'common.appearance.tips': 'По умолчанию соответствует системным настройкам.', + 'common.button.forgotpassword': 'Забыли пароль?' }; // ========== To-Do: Translate Keys (Remove After Translation) ========== -// 1. 'common.exception.404': 'Sorry, the page you visited does not exist.', -// 2. 'common.appearance.darkmode': 'Dark Mode', -// 3. 'common.appearance.lightmode': 'Light Mode', -// 4. 'common.appearance.tips': 'Default follows system preference.' -// 5. 'common.button.forgotpassword': 'Forgot Password?' + // ========== End of To-Do List ==========