From 38bf76dc14e9ee03c0c53152bd6436fa712a7f0c Mon Sep 17 00:00:00 2001 From: EVGENY M <168018528+rjohny55@users.noreply.github.com> Date: Fri, 26 Dec 2025 15:39:46 +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 4ebf4c33..cf052545 100644 --- a/src/locales/ru-RU/common.ts +++ b/src/locales/ru-RU/common.ts @@ -265,15 +265,12 @@ export default { 'common.form.rule.selectInput': 'Выберите или введите {name}', 'common.tag.experimental': 'Экспериментальный', 'common.title.example': 'Пример', - 'common.button.dontshowagain': "Don't show again", - 'common.sorter.tips.ascend': 'Click to sort ascending', - 'common.sorter.tips.descend': 'Click to sort descending', - 'common.sorter.tips.cancel': 'Click to cancel sorting' + 'common.button.dontshowagain': "Больше не показывать", + 'common.sorter.tips.ascend': 'Нажмите для сортировки по возрастанию', + 'common.sorter.tips.descend': 'Нажмите для сортировки по убыванию', + 'common.sorter.tips.cancel': 'Нажмите, чтобы отменить сортировку' }; // ========== To-Do: Translate Keys (Remove After Translation) ========== -// 1. 'common.button.dontshowagain': "Don't show again", -// 2. 'common.sorter.tips.ascend': 'Click to sort ascending', -// 3. 'common.sorter.tips.descend': 'Click to sort descending', -// 4. 'common.sorter.tips.cancel': 'Click to cancel sorting' + // ========== End of To-Do List ==========