[游戏管理]36字花字典-来自游戏配置扩展
This commit is contained in:
16
web/src/lang/backend/en/game/ziHuaDictionary.ts
Normal file
16
web/src/lang/backend/en/game/ziHuaDictionary.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
export default {
|
||||
title: '36 Zi Hua dictionary',
|
||||
desc: 'Maintain the display names and grouping of the 36 entries. Changes affect player selection display, related filters/statistics, and admin mapping references. Please review before saving.',
|
||||
no: 'No.',
|
||||
name: 'Name',
|
||||
category: 'Category',
|
||||
btn_save: 'Save',
|
||||
category_label: {
|
||||
zodiac: 'Zodiac',
|
||||
beast: 'Beast',
|
||||
fowl: 'Fowl',
|
||||
vermin: 'Vermin',
|
||||
divine: 'Divine',
|
||||
},
|
||||
}
|
||||
|
||||
16
web/src/lang/backend/zh-cn/game/ziHuaDictionary.ts
Normal file
16
web/src/lang/backend/zh-cn/game/ziHuaDictionary.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
export default {
|
||||
title: '36字花字典',
|
||||
desc: '用于维护 36 字花的展示名称与归类。修改后会影响前台选号展示、相关筛选统计及后台对照信息,请确认无误后再保存。',
|
||||
no: '编号',
|
||||
name: '名称',
|
||||
category: '类型',
|
||||
btn_save: '保存',
|
||||
category_label: {
|
||||
zodiac: '生肖',
|
||||
beast: '猛兽',
|
||||
fowl: '飞禽',
|
||||
vermin: '虫蛇',
|
||||
divine: '神兽',
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user