Skip to content

Commit 38bf76d

Browse files
rjohny55hibig
authored andcommitted
Update common.ts
1 parent 9461341 commit 38bf76d

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

src/locales/ru-RU/common.ts

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -265,15 +265,12 @@ export default {
265265
'common.form.rule.selectInput': 'Выберите или введите {name}',
266266
'common.tag.experimental': 'Экспериментальный',
267267
'common.title.example': 'Пример',
268-
'common.button.dontshowagain': "Don't show again",
269-
'common.sorter.tips.ascend': 'Click to sort ascending',
270-
'common.sorter.tips.descend': 'Click to sort descending',
271-
'common.sorter.tips.cancel': 'Click to cancel sorting'
268+
'common.button.dontshowagain': "Больше не показывать",
269+
'common.sorter.tips.ascend': 'Нажмите для сортировки по возрастанию',
270+
'common.sorter.tips.descend': 'Нажмите для сортировки по убыванию',
271+
'common.sorter.tips.cancel': 'Нажмите, чтобы отменить сортировку'
272272
};
273273

274274
// ========== To-Do: Translate Keys (Remove After Translation) ==========
275-
// 1. 'common.button.dontshowagain': "Don't show again",
276-
// 2. 'common.sorter.tips.ascend': 'Click to sort ascending',
277-
// 3. 'common.sorter.tips.descend': 'Click to sort descending',
278-
// 4. 'common.sorter.tips.cancel': 'Click to cancel sorting'
275+
279276
// ========== End of To-Do List ==========

0 commit comments

Comments
 (0)