"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var action_1 = require("oak-domain/lib/actions/action"); ; var AbleActionDef = (0, action_1.makeAbleActionDef)('enabled'); var entityDesc = { locales: { zh_CN: { name: '令牌', attr: { application: '应用', entity: '关联对象', entityId: '关联对象id', user: '用户', player: '扮演者', env: '环境', ableState: '状态', disablesAt: '禁用时间', }, action: { enable: '激活', disable: '禁用', }, v: { ableState: { enabled: '使用中', disabled: '已禁用' }, }, }, } };