From 85e4f1a5ed98b5d9485e76460067656a94ddf711 Mon Sep 17 00:00:00 2001 From: EVGENY M <168018528+rjohny55@users.noreply.github.com> Date: Fri, 21 Nov 2025 20:44:20 +0600 Subject: [PATCH] Translate common phrases to Russian --- 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 382979fa..e01758b2 100644 --- a/src/locales/ru-RU/common.ts +++ b/src/locales/ru-RU/common.ts @@ -261,15 +261,12 @@ export default { 'common.button.terminal': 'Терминал', 'common.button.addItem': 'Добавить элемент', 'common.help.default': 'По умолчанию: {content}', - 'common.filter.status': 'Filter by status', - 'common.form.rule.selectInput': 'Please select or enter a {name}', - 'common.tag.experimental': 'Experimental', - 'common.title.example': 'Example' + 'common.filter.status': 'Фильтровать по статусу', + 'common.form.rule.selectInput': 'Выберите или введите {name}', + 'common.tag.experimental': 'Экспериментальный', + 'common.title.example': 'Пример' }; // ========== To-Do: Translate Keys (Remove After Translation) ========== -// 1. 'common.filter.status': 'Filter by status' -// 2. 'common.form.rule.selectInput': 'Please select or enter a {name}', -// 3. 'common.tag.experimental': 'Experimental', -// 4. 'common.title.example': 'Example' + // ========== End of To-Do List ==========