diff --git a/localconfig/i18n/language_en.json b/localconfig/i18n/language_en.json index cb3ac23ac0dcbc36151f4d5cc25076cae70b809c..d9eb4c9b3f8e9f24e65feacd77c972867d64479c 100644 --- a/localconfig/i18n/language_en.json +++ b/localconfig/i18n/language_en.json @@ -122,6 +122,7 @@ "focususerlist": "List of followers", "focususeruuidlist": "List of followers\u0027 uuids", "group": "grouping", + "groupid": "group", "grouplist": "Restrict interface return types", "hasmore": "Is there any more content that has not been read yet", "hasparent": "Do you have a parent", @@ -268,6 +269,7 @@ "statuslist": "Status List", "statusname": "Status Name", "statusuniquename": "State Unique Identification", + "steplist": "Step List", "string": "character string", "successload": "is loaded", "superadmin": "Super administrator", @@ -947,15 +949,58 @@ "oneperson": "Single person", "or": "Or sign", "read": "Circulation", + "start": "launch", "vote": "vote" } }, "eoaapprovalpolicynotfoundexception": { "eoaapprovalpolicynotfoundexception": "EOA approval strategy: {0} does not exist" }, + "eoaendexception": { + "eoaendexception": "Approval has ended" + }, + "eoanotfoundexception": { + "eoanotfoundexception": "EOA: {0} does not exist" + }, + "eoanotifytriggertype": { + "description": { + "eoafailed": "Trigger notification when approval fails", + "eoasucceed": "Trigger notification when approval is successful", + "passeoastep": "Trigger notification when the approval step handler agrees", + "rejecteoastep": "Trigger notification when approval step handler rejects", + "starteoa": "Trigger notification when the step handler initiates an approval task" + }, + "text": { + "eoafailed": "Approval failed", + "eoasucceed": "Approval successful", + "passeoastep": "Agree on approval steps", + "rejecteoastep": "Reject Approval Steps", + "starteoa": "Initiate approval" + } + }, "eoaonepersonapprovalpolicyonlyoneuserexception": { "eoaonepersonapprovalpolicyonlyoneuserexception": "EOA single person approval strategy, can only have one handler" }, + "eoaoperationtype": { + "eoasteppass": "agree with", + "eoasteprunning": "Processing", + "eoastepunactivated": "not active" + }, + "eoarunningexception": { + "eoarunningexception": "Approval in progress" + }, + "eoastependexception": { + "eoastependexception": "EOA step: {0} has ended" + }, + "eoastepnoauthexception": { + "eoastepnoauthexception": "No permission to process EOA step: {0}" + }, + "eoastepnotfoundexception": { + "eoastepnotfoundexception": "EOA step: {0} does not exist" + }, + "eoasteppendingexception": { + "eoasteppendingexception": "EOA step: {0} is not activated" + }, "eoatemplateatleastonestepexception": { "eoatemplateatleastonestepexception": "The EOA template must have at least one step" }, @@ -2738,6 +2783,17 @@ "getname": "Query Release Version List" } }, + "nmeae": { + "completeeoastepapi": { + "getname": "Complete EOA steps" + }, + "geteoaapi": { + "getname": "Obtain EOA information" + }, + "saveeoaapi": { + "getname": "Submit EOA" + } + }, "nmeas": { "eventsolutiongetapi": { "getname": "Obtain a single solution" @@ -4055,6 +4111,7 @@ "thresholds": "Threshold Rule List" }, "itsm": { + "actionlist": "Action List", "automatic": "Automatic processing", "caneditfocususer": "Do you have permission to modify the work order followers", "cataloginfo": "Service Catalog Information", @@ -4207,4 +4264,4 @@ "name": "Tenant" } } -} \ No newline at end of file +} diff --git a/localconfig/i18n/language_zh.json b/localconfig/i18n/language_zh.json index b612ced5ec282596e078bf737a7fd5ba66cfcfd2..b098588edabfad4817db994ca34c241d38309441 100644 --- a/localconfig/i18n/language_zh.json +++ b/localconfig/i18n/language_zh.json @@ -122,6 +122,7 @@ "focususerlist": "关注人列表", "focususeruuidlist": "关注人uuid列表", "group": "分组", + "groupid": "组id", "grouplist": "限制接口返回类型", "hasmore": "是否有更多内容尚未读取", "hasparent": "是否拥有父级", @@ -268,6 +269,7 @@ "statuslist": "状态列表", "statusname": "状态名称", "statusuniquename": "状态唯一标识", + "steplist": "步骤列表", "string": "字符串", "successload": "执行完毕", "superadmin": "超级管理员", @@ -976,15 +978,58 @@ "oneperson": "单人", "or": "或签", "read": "传阅", + "start": "发起", "vote": "投票" } }, "eoaapprovalpolicynotfoundexception": { "eoaapprovalpolicynotfoundexception": "EOA审批策略:{0} 不存在" }, + "eoaendexception": { + "eoaendexception": "审批已结束" + }, + "eoanotfoundexception": { + "eoanotfoundexception": "EOA:{0} 不存在" + }, + "eoanotifytriggertype": { + "description": { + "eoafailed": "审批失败时触发通知", + "eoasucceed": "审批成功时触发通知", + "passeoastep": "审批步骤处理人同意时触发通知", + "rejecteoastep": "审批步骤处理人驳回时触发通知", + "starteoa": "步骤处理人发起审批任务时触发通知" + }, + "text": { + "eoafailed": "审批失败", + "eoasucceed": "审批成功", + "passeoastep": "同意审批步骤", + "rejecteoastep": "驳回审批步骤", + "starteoa": "发起审批" + } + }, "eoaonepersonapprovalpolicyonlyoneuserexception": { "eoaonepersonapprovalpolicyonlyoneuserexception": "EOA单人审批策略,只能有一个处理人" }, + "eoaoperationtype": { + "eoasteppass": "同意", + "eoasteprunning": "处理中", + "eoastepunactivated": "未激活" + }, + "eoarunningexception": { + "eoarunningexception": "审批进行中" + }, + "eoastependexception": { + "eoastependexception": "EOA步骤:{0} 已结束" + }, + "eoastepnoauthexception": { + "eoastepnoauthexception": "没有权限处理EOA步骤:{0}" + }, + "eoastepnotfoundexception": { + "eoastepnotfoundexception": "EOA步骤:{0} 不存在" + }, + "eoasteppendingexception": { + "eoasteppendingexception": "EOA步骤:{0} 未激活" + }, "eoatemplateatleastonestepexception": { "eoatemplateatleastonestepexception": "EOA模板至少要有一个步骤" }, @@ -2766,6 +2811,17 @@ "getname": "查询发布版本列表" } }, + "nmeae": { + "completeeoastepapi": { + "getname": "完成EOA步骤" + }, + "geteoaapi": { + "getname": "获取EOA信息" + }, + "saveeoaapi": { + "getname": "提交EOA" + } + }, "nmeas": { "eventsolutiongetapi": { "getname": "获取单个解决方案" @@ -4109,6 +4165,7 @@ "thresholds": "阈值规则列表" }, "itsm": { + "actionlist": "操作列表", "automatic": "自动处理", "caneditfocususer": "是否有权限修改工单关注人", "cataloginfo": "服务目录信息", @@ -4261,4 +4318,4 @@ "name": "租户基础功能模块" } } -} \ No newline at end of file +}