From a6c5ec858107fa659c577cca934f781f4278a3a8 Mon Sep 17 00:00:00 2001 From: EVGENY M <168018528+rjohny55@users.noreply.github.com> Date: Mon, 28 Apr 2025 23:35:40 +0600 Subject: [PATCH] Update common.ts --- src/locales/ru-RU/common.ts | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/src/locales/ru-RU/common.ts b/src/locales/ru-RU/common.ts index c3ad3f41..dfd5bd45 100644 --- a/src/locales/ru-RU/common.ts +++ b/src/locales/ru-RU/common.ts @@ -233,15 +233,12 @@ export default { 'common.text.warning': 'Предупреждение', 'common.text.error': 'Ошибка', 'common.text.tips': 'Советы', - 'common.appearance': 'Appearance', - 'common.appearance.dark': 'Dark', - 'common.appearance.light': 'Light', - 'common.appearance.system': 'System Default' + 'common.appearance': 'Внешний вид', + 'common.appearance.dark': 'Темная', + 'common.appearance.light': 'Светлая', + 'common.appearance.system': 'Как в системе' }; // ========== To-Do: Translate Keys (Remove After Translation) ========== -// 1. 'common.appearance': 'Appearance', -// 2. 'common.appearance.dark': 'Dark', -// 3. 'common.appearance.light': 'Light', -// 4. 'common.appearance.system': 'System Default' + // ========== End of To-Do List ==========