style: number selection

This commit is contained in:
jialin
2026-05-25 22:42:02 +08:00
committed by jialin
parent f886422f91
commit 5195b1e5fc
20 changed files with 285 additions and 150 deletions
+2 -2
View File
@@ -223,7 +223,6 @@ export default {
'common.text.latest': 'Последняя',
'common.text.new': 'Новая',
'common.text.changelog': 'История изменений',
'common.button.recreate': 'Пересоздать',
'common.button.delrecreate': 'Удалить (Пересоздать)',
'common.options.all': 'Все',
'common.options.none': 'Нет',
@@ -282,7 +281,8 @@ export default {
'common.file.format.limit': 'Invalid file format. Allowed: {formats}.',
'common.image.limit.width': 'Image width must be {width}.',
'common.image.limit.height': 'Image height must be {height}.',
'common.remaining': 'Остаток {count}'
'common.remaining': 'Остаток {count}',
'common.validate.group': 'Please complete the {group} configuration'
};
// ========== To-Do: Translate Keys (Remove After Translation) ==========