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 ==========