25 lines
629 B
JavaScript
25 lines
629 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.entityDesc = void 0;
|
|
;
|
|
exports.entityDesc = {
|
|
locales: {
|
|
zh_CN: {
|
|
name: '平台',
|
|
attr: {
|
|
name: '名称',
|
|
description: '描述',
|
|
config: '设置',
|
|
style: '样式',
|
|
entity: '关联对象',
|
|
entityId: '关联对象id',
|
|
oldestVersion: '支持app最低版本'
|
|
},
|
|
r: {
|
|
owner: '拥有者',
|
|
manager: '管理员',
|
|
},
|
|
},
|
|
}
|
|
};
|