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

28 lines
632 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = {
attr: {
relation: '关系',
entity: '关联对象',
entityId: '关联对象id',
type: '类型',
number: '次数',
confirmed: '已确认人数',
remark: '备注',
grantee: '领取人',
granter: '授权人',
files: '微信码',
expired: '是否过期',
expiresAt: '过期时间'
},
action: {
confirm: '确认'
},
v: {
type: {
grant: '授予',
transfer: '转交'
}
}
};