17 lines
492 B
TypeScript
17 lines
492 B
TypeScript
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',
|
|
},
|
|
}
|
|
|