message entities name修改
This commit is contained in:
parent
07c38629ca
commit
f94b763aa4
|
|
@ -15,7 +15,7 @@ var VisitActionDef = {
|
|||
};
|
||||
var locale = {
|
||||
zh_CN: {
|
||||
name: '信息',
|
||||
name: '消息',
|
||||
attr: {
|
||||
entity: '关联对象',
|
||||
entityId: '关联对象ID',
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|||
;
|
||||
var locale = {
|
||||
zh_CN: {
|
||||
name: '信息系统连接',
|
||||
name: '消息系统连接',
|
||||
attr: {
|
||||
message: '消息',
|
||||
system: '系统',
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
{ "name": "信息", "attr": { "entity": "关联对象", "entityId": "关联对象ID", "restriction": "限制", "title": "标题", "content": "内容", "user": "关联用户", "type": "消息类型", "weight": "优先级", "iState": "发送状态", "visitState": "访问状态", "router": "目标路由", "data": "透传数据" }, "action": { "succeed": "成功", "fail": "失败", "visit": "阅读" }, "v": { "iState": { "sending": "发送中", "success": "发送成功", "failure": "发送失败" }, "visitState": { "unvisited": "未读", "visited": "已读" }, "weight": { "high": "高", "medium": "中", "low": "低" } } }
|
||||
{ "name": "消息", "attr": { "entity": "关联对象", "entityId": "关联对象ID", "restriction": "限制", "title": "标题", "content": "内容", "user": "关联用户", "type": "消息类型", "weight": "优先级", "iState": "发送状态", "visitState": "访问状态", "router": "目标路由", "data": "透传数据" }, "action": { "succeed": "成功", "fail": "失败", "visit": "阅读" }, "v": { "iState": { "sending": "发送中", "success": "发送成功", "failure": "发送失败" }, "visitState": { "unvisited": "未读", "visited": "已读" }, "weight": { "high": "高", "medium": "中", "low": "低" } } }
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
{ "name": "信息系统连接", "attr": { "message": "消息", "system": "系统" } }
|
||||
{ "name": "消息系统连接", "attr": { "message": "消息", "system": "系统" } }
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@ const locale: LocaleDef<
|
|||
}
|
||||
> = {
|
||||
zh_CN: {
|
||||
name: '信息',
|
||||
name: '消息',
|
||||
attr: {
|
||||
entity: '关联对象',
|
||||
entityId: '关联对象ID',
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ export interface Schema extends EntityShape {
|
|||
|
||||
const locale: LocaleDef<Schema, '', '', {}> = {
|
||||
zh_CN: {
|
||||
name: '信息系统连接',
|
||||
name: '消息系统连接',
|
||||
attr: {
|
||||
message: '消息',
|
||||
system: '系统',
|
||||
|
|
|
|||
Loading…
Reference in New Issue