1.新增马来语ms,修改有商品管理和所有接口返回
This commit is contained in:
@@ -2,6 +2,10 @@ export default {
|
||||
id: 'ID',
|
||||
title: 'Title',
|
||||
description: 'Description',
|
||||
title_en: 'Title (English)',
|
||||
description_en: 'Description (English)',
|
||||
title_ms: 'Title (Malay)',
|
||||
description_ms: 'Description (Malay)',
|
||||
remark: 'Remark',
|
||||
score: 'Points',
|
||||
type: 'Type',
|
||||
|
||||
@@ -2,6 +2,10 @@ export default {
|
||||
id: 'ID',
|
||||
title: '标题',
|
||||
description: '描述',
|
||||
title_en: '标题(英文)',
|
||||
description_en: '描述(英文)',
|
||||
title_ms: '标题(马来语)',
|
||||
description_ms: '描述(马来语)',
|
||||
remark: '备注',
|
||||
score: '兑换积分',
|
||||
type: '类型',
|
||||
|
||||
Reference in New Issue
Block a user