From 5c09013e82061b68ee83af9088adb7c785d3f159 Mon Sep 17 00:00:00 2001 From: "1437892690@qq.com" <1437892690@qq.com> Date: Fri, 12 Jul 2024 17:20:40 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=8A=9F=E8=83=BD]=20=E5=90=8E=E7=AB=AF-?= =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E4=B8=8A=E6=8A=A5=E6=96=87=E6=9C=AC=E6=A1=86?= =?UTF-8?q?=E5=8A=A0placeholder?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 关联 #[1198661176885248]后端-服务上报文本框加placeholder http://192.168.0.96:8090/demo/rdm.html#/task-detail/939050947543040/939050947543050/1198661176885248 --- localconfig/i18n/language_en.json | 15 +++++++++++++++ localconfig/i18n/language_zh.json | 15 +++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/localconfig/i18n/language_en.json b/localconfig/i18n/language_en.json index 2c98702..5d833f4 100644 --- a/localconfig/i18n/language_en.json +++ b/localconfig/i18n/language_en.json @@ -26,6 +26,7 @@ "auth": "authorization", "authidlist": "Authorization ID List", "authlist": "Authorization List", + "authoritylist": "Authorized object", "authtype": "Authorization Type", "authuuid": "Authorized object uuid", "avatar": "Avatar", @@ -74,6 +75,7 @@ "date": "date", "datetime": "Date Time", "defaultexpression": "Default expression", + "defaultpriorityuuid": "Default priority uuid", "defaultvalue": "Default Value List", "defaultvaluelist": "List of parameters for echo", "delaytime": "delay time ", @@ -269,10 +271,12 @@ "schedule": "Scheduled Tasks", "schedulejobclassinfo": "Timed Job Component Information", "schedulejobinfo": "Scheduled job information", + "scopeofuse": "Scope of use", "scoreinfo": "Rating information", "select": "Dropdown box", "serviceid": "Service ID", "servicename": "service name", + "sla": "prescription", "sort": "sort", "source": "source", "sourcelist": "Source List", @@ -1355,6 +1359,12 @@ } }, "nfpd": { + "channelvo": { + "effectiveauthority": "Do you have reporting authority", + "parentnames": "Service all parent directory names, separated by commas", + "parentuuids": "Service all parent directory uuids, separated by commas", + "typeanduuid": "Type # uuid" + }, "processtaskvo": { "entityfield": { "name": { @@ -3396,6 +3406,9 @@ "channelgetapi": { "getname": "Service channel obtaining information" }, + "channelsaveapi": { + "getname": "Save service information" + }, "channelsearchapi": { "getname": "Service channel search interface", "input": { @@ -4957,6 +4970,7 @@ "channelinfo": "Service Information", "channelname": "Service Name", "channelpath": "Service Path", + "channeltype": "Service type", "channeltypeinfo": "Service Type Information", "channeltypename": "Service Type Name", "channeltyperelationid": "Relationship type ID", @@ -4965,6 +4979,7 @@ "channeluuid": "Service uuid", "commentlist": "Comment Attachment List", "condition": "condition", + "contenthelp": "Job Order Submission Page Description Placeholder", "copyprocesstaskid": "Copy job ID", "currentprocesstaskid": "Current job ID", "currentprocesstaskstep": "Current step information of the work order", diff --git a/localconfig/i18n/language_zh.json b/localconfig/i18n/language_zh.json index 66a4e7b..4433788 100644 --- a/localconfig/i18n/language_zh.json +++ b/localconfig/i18n/language_zh.json @@ -26,6 +26,7 @@ "auth": "授权", "authidlist": "授权id列表", "authlist": "授权列表", + "authoritylist": "授权对象", "authtype": "授权类型", "authuuid": "授权对象uuid", "avatar": "头像", @@ -74,6 +75,7 @@ "date": "日期", "datetime": "日期时间", "defaultexpression": "默认表达式", + "defaultpriorityuuid": "默认优先级uuid", "defaultvalue": "默认值列表", "defaultvaluelist": "用于回显的参数列表", "delaytime": "延迟时间", @@ -269,10 +271,12 @@ "schedule": "定时任务", "schedulejobclassinfo": "定时作业组件信息", "schedulejobinfo": "定时作业信息", + "scopeofuse": "使用范围", "scoreinfo": "评分信息", "select": "下拉框", "serviceid": "服务ID", "servicename": "服务名", + "sla": "时效", "sort": "排序", "source": "来源", "sourcelist": "来源列表", @@ -1383,6 +1387,12 @@ } }, "nfpd": { + "channelvo": { + "effectiveauthority": "是否有上报权限", + "parentnames": "服务所有父目录名,逗号隔开", + "parentuuids": "服务所有父目录uuid,逗号隔开", + "typeanduuid": "类型#uuid" + }, "processtaskvo": { "entityfield": { "name": { @@ -3446,6 +3456,9 @@ "channelgetapi": { "getname": "获取服务通道信息" }, + "channelsaveapi": { + "getname": "保存服务信息" + }, "channelsearchapi": { "getname": "服务通道搜索接口", "input": { @@ -5009,6 +5022,7 @@ "channelinfo": "服务信息", "channelname": "服务名称", "channelpath": "服务路径", + "channeltype": "服务类型", "channeltypeinfo": "服务类型信息", "channeltypename": "服务类型名称", "channeltyperelationid": "关系类型id", @@ -5017,6 +5031,7 @@ "channeluuid": "服务uuid", "commentlist": "评论附件列表", "condition": "条件", + "contenthelp": "工单上报页描述占位符", "copyprocesstaskid": "复制工单id", "currentprocesstaskid": "当前工单id", "currentprocesstaskstep": "工单当前步骤信息", -- Gitee