oak-general-business/lib/base-app-domain/Token/locales/zh_CN.js

17 lines
365 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = {
attr: {
application: '应用',
entity: '关联对象',
entityId: '关联对象id',
user: '用户',
player: '扮演者',
env: '环境'
},
action: {
enable: '激活',
disable: '禁用'
}
};