注意这里会立即保存vo元数据。
+ * + * @param app 流程信息。 + * @param beMetadata be元数据。 + * @param voMd vo元数据。 + */ + public static void addDraftCmp(ProcessParam app, GspMetadata beMetadata,GspMetadata voMd) { + // 给vo添加存储参数的变量 + String processCategory = app.getProcessCategory(); + String bizCategory = app.getBizCategory(); + ViewModelActionUtil.addVoActions((GspViewModel) voMd.getContent(), beMetadata.getHeader().getId(), processCategory, bizCategory, null); + MetadataUtility.getInstance().saveMetadataWithDesign(voMd); + } + +} diff --git a/form-process/web-form-process/src/main/resources/META-INF/spring.factories b/form-process/web-form-process/src/main/resources/META-INF/spring.factories new file mode 100644 index 0000000000000000000000000000000000000000..586f9dfb43e218df8a7ab16223998142254496e6 --- /dev/null +++ b/form-process/web-form-process/src/main/resources/META-INF/spring.factories @@ -0,0 +1,2 @@ +org.springframework.boot.autoconfigure.EnableAutoConfiguration=\ +com.inspur.edp.web.form.process.config.FormProcessConfiguration diff --git a/i18n/server/platform/common/resources/WebErrorCode.properties b/i18n/server/platform/common/resources/WebErrorCode.properties new file mode 100644 index 0000000000000000000000000000000000000000..69f63e263d5082fe4215c435852c56e0ddfee963 --- /dev/null +++ b/i18n/server/platform/common/resources/WebErrorCode.properties @@ -0,0 +1,267 @@ +WEB_COMMON_ERROR_0001=编码失败:{0} +WEB_COMMON_ERROR_0002=base64Decode失败 +WEB_COMMON_ERROR_0003=未知的数据类型转换成TerminalType,对应数据类型为:{0} +WEB_COMMON_ERROR_0004=获取工程信息出现错误 +WEB_COMMON_ERROR_0005=元数据请求参数,目标元数据参数不能为空 +WEB_COMMON_ERROR_0006=当前元数据非命令元数据。元数据id是:{0} +WEB_COMMON_ERROR_0007=标识为{0}的服务构件为null。 +WEB_COMMON_ERROR_0008=不支持的操作系统类型,请联系开发人员处理 +WEB_COMMON_ERROR_0009=未识别的操作系统系统。请联系开发人员处理。 +WEB_COMMON_ERROR_0010=未识别的终端类型,请联系管理员处理。当前终端类型是:{0} + +WEB_FRONT_PROJECT_ERROR_0001=页面流文件(后缀为.pf)中包含绝对路径,依赖于单个环境路径配置,请调整为相对路径。具体操作:打开页面流文件,通过将表单从页面流中先移除再添加的方式,自动进行调整。 对应表单元数据为:{0},当前绝对路径为:{1} +WEB_FRONT_PROJECT_ERROR_0002=页面流文件(后缀为.pf)中配置表单元数据路径不正确,请移除。对应表单元数据code:{0},name: {1} +#WEB_FRONT_PROJECT_ERROR_0003=未识别的终端类型,请联系管理员处理。当前终端类型是:{0} +WEB_FRONT_PROJECT_ERROR_0004=表单元数据提取,buildFormList参数不能为空 +WEB_FRONT_PROJECT_ERROR_0005=请设置默认首页参数 +WEB_FRONT_PROJECT_ERROR_0006=请设置路由参数 +WEB_FRONT_PROJECT_ERROR_0007=默认首页参数必须以index.html作为后缀,请修正! +WEB_FRONT_PROJECT_ERROR_0008=请设置正确的路径参数,例如:apps/scm/sd/sales/index.html +WEB_FRONT_PROJECT_ERROR_0009=零代码编译入参不能为null +WEB_FRONT_PROJECT_ERROR_0010=零代码编译入参路径参数absoluteBasePath不能为空 +WEB_FRONT_PROJECT_ERROR_0011=零代码编译入参工程名称projectName不能为空 +WEB_FRONT_PROJECT_ERROR_0012=零代码编译入参依赖node_modules 路径不能为空 +WEB_FRONT_PROJECT_ERROR_0013=零代码编译入参,至少包含一个表单参数 +WEB_FRONT_PROJECT_ERROR_0014=服务单元serviceUnitPath参数未配置 + +WEB_JIT_ENGINE_ERROR_0001=暂不支持的终端类型:{0}。请联系管理员处理。 +WEB_JIT_ENGINE_ERROR_0002=标识为{0}的服务构件为null。 + +WEB_FORM_METADATA_ERROR_0001=获取command元数据{0}失败 +WEB_FORM_METADATA_ERROR_0002=获取ts文件名出错,对应的web构件id不能为空。 +WEB_FORM_METADATA_ERROR_0003=获取ts文件名出错,web构件上获取的文件名异常。 +WEB_FORM_METADATA_ERROR_0004=表单元数据转换为JsonNode失败,对应元数据为:{0} +WEB_FORM_METADATA_ERROR_0005=标识为{0}的服务构件为null。 +WEB_FORM_METADATA_ERROR_0006=不存在标识为{0}的服务构件 +WEB_FORM_METADATA_ERROR_0007=标识为{0}的服务构件name属性不允许为null。 +WEB_FORM_METADATA_ERROR_0008="标识为{0}的服务构件path属性不允许为null。" +WEB_FORM_METADATA_ERROR_0009=暂时无法处理frmJsonSavePath为空场景,请咨询开发人员该功能完成情况 +WEB_FORM_METADATA_ERROR_0010=元数据获取,构造目标元数据信息supplierAction不能为空 +WEB_FORM_METADATA_ERROR_0011=根据VoId获取对应元数据为空,对应voId为:{0} +WEB_FORM_METADATA_ERROR_0012=目前仅支持同一个业务对象(Business Object)内的表单复制。如果需要其他场景的复制,请联系开发人员。 +WEB_FORM_METADATA_ERROR_0013=未能正常获取元数据传输序列化器,请检查配置,对应元数据类型为:{0} +WEB_FORM_METADATA_ERROR_0014=复制表单时,同步目标工程信息失败。源表单ID是:{0}更多异常信息如下:{1} +WEB_FORM_METADATA_ERROR_0015=源表单存储相对路径属性不包含工程名,请检查。 +WEB_FORM_METADATA_ERROR_0016=根据业务对象获取对应关键应用信息,业务对象id不能为空 +WEB_FORM_METADATA_ERROR_0017=根据业务对象获取bo信息为空,对应业务对象id为:{0} +WEB_FORM_METADATA_ERROR_0018=待复制表单元数据ID或路径为空。请检查前端请求参数是否正常。 +WEB_FORM_METADATA_ERROR_0019=目标元数据Code或Name不能为空 +WEB_FORM_METADATA_ERROR_0020=表单复制,获取元数据为空。待获取元数据ID是:{0} +WEB_FORM_METADATA_ERROR_0021=待复制元数据所在工程的工程名为空。待复制元数据ID是:{0} +WEB_FORM_METADATA_ERROR_0022=获取表单关联元数据,参数不能为空 +WEB_FORM_METADATA_ERROR_0023=设计时获取元数据,元数据文件名称及路径不能为空 +WEB_FORM_METADATA_ERROR_0024=运行时获取元数据,元数据id参数不能为空 + +WEB_NPM_PACKAGE_ERROR_0001=未获取到npm配置仓库实例 +WEB_NPM_PACKAGE_ERROR_0002=npm安装参数不能为空 + +WEB_TS_FILE_ERROR_0001=获取工程路径信息为空,对应工程路径为:{0} +WEB_TS_FILE_ERROR_0002=没有找到表单对应的web构件。表单路径:{0},web构件id:{1} + +WEB_DESIGN_SCHEMA_ERROR_0001=标识为{0}的视图对象{1}的IDElement属性不允许为null。 +WEB_DESIGN_SCHEMA_ERROR_0002=不支持的业务字段嵌套层次,请联系技术人员 +WEB_DESIGN_SCHEMA_ERROR_0003=字段{0}不包含关联实体信息。 +WEB_DESIGN_SCHEMA_ERROR_0004=Id为{0}的统一数据类型元数据为未识别的类型。 +WEB_DESIGN_SCHEMA_ERROR_0005=未获取到id为{0}的统一数据类型(UDT)元数据。 +WEB_DESIGN_SCHEMA_ERROR_0006=字段{0}不包含关联实体信息。 +WEB_DESIGN_SCHEMA_ERROR_0007=标识为{0},标签为{1}的字段{2}被定义为'UnifiedDataType'字段,但是没有指定'UnifiedDataType'标识,请检查业务实体。 +WEB_DESIGN_SCHEMA_ERROR_0008=表单DOM结构错误:未找到module.schemas节点 + +WEB_JIT_ENGINE_API_ERROR_0001=根据formId 获取元数据为空 + +WEB_FORM_PROCESS_ERROR_0001=找不到表单元数据: {0}。文件路径:{1}。 +WEB_FORM_PROCESS_ERROR_0002=表单Vo内码[{0}]不存在! +WEB_FORM_PROCESS_ERROR_0003=菜单[id:{0}]不存在,无法注册到流程中心! +WEB_FORM_PROCESS_ERROR_0004=菜单[{0}]注册到流程中心失败! + +#rtc-template +DYNAMIC_FORM_ERROR_0001=FormType类型转换,无效的参数类型,参数不能为空 +DYNAMIC_FORM_ERROR_0002=FormType类型转换,无效的类型参数:{0} +DYNAMIC_FORM_ERROR_0003=无效的类型,具体参数值为:{0},待转换的类型为ExtractFormType +DYNAMIC_FORM_ERROR_0004=根据格式定义id获取格式定义信息,格式定义id参数不能为空 +DYNAMIC_FORM_ERROR_0005=表单类型为空。 +DYNAMIC_FORM_ERROR_0006=标识为{0}的服务构件为null。 +DYNAMIC_FORM_ERROR_0007=获取command元数据{0}失败 +DYNAMIC_FORM_ERROR_0008=formId参数不能为空 +DYNAMIC_FORM_ERROR_0009=根据元数据id:{0} 获取对应元数据信息为空 + +RTC_PATCH_ERROR_0001={0}克隆失败 +RTC_PATCH_ERROR_0002=beforeNavigate 参数转换失败 + +RTC_TEMPLATE_ERROR_0001=创建扩展表单时,反序列化request body失败。{0} +RTC_TEMPLATE_ERROR_0002=Form元数据获取失败:{0} +RTC_TEMPLATE_ERROR_0003=运行时定制扩展表单删除,元数据id为空 +RTC_TEMPLATE_ERROR_0004=依据元数据id:{0}获取元数据为空 +RTC_TEMPLATE_ERROR_0005=元数据扩展检测,依据{0}:{1} 获取元数据信息为空 +RTC_TEMPLATE_ERROR_0006=获取帮助元数据{0}失败。 +RTC_TEMPLATE_ERROR_0007=获取{0}元数据失败,id为:{1} +RTC_TEMPLATE_ERROR_0008=根据元数据id获取元数据信息,元数据id为空 +RTC_TEMPLATE_ERROR_0009=Help元数据关联得VO元数据获取失败,id={0} +RTC_TEMPLATE_ERROR_0010=暂不支持虚拟VO创建的帮助 +RTC_TEMPLATE_ERROR_0011=标识为{0}的服务构件为null。 +RTC_TEMPLATE_ERROR_0012=获取command元数据{0}失败 + +NO_CODE_RUNTIME_ERROR_0001=当前登录用户名为空!请联系管理员设置当前登录用户当前语言下的用户名。如已设置,请联系平台维护用户登录功能的同事处理。 +NO_CODE_RUNTIME_ERROR_0002=当前登录用户名为空!请联系平台维护用户登录功能的同事处理。 +NO_CODE_RUNTIME_ERROR_0003=当前登录组织id(CAFContext.current.getCurrentSession().getSysOrgId())为空!请联系平台维护用户登录功能的同事处理。 +NO_CODE_RUNTIME_ERROR_0004=属性名不存在:{0} + + + +#Message +WEB_COMMON_MSG_0001=错误提示 +WEB_COMMON_MSG_0002=若已安装,请尝试重启iGIX服务。 +WEB_COMMON_MSG_0003=当前环境 +WEB_COMMON_MSG_0004=提示 +WEB_COMMON_MSG_0005=%s %s命令不可用,请安装Nodejs,请参考:Nodejs安装。 %s +WEB_COMMON_MSG_0006=%s Jit-Engine未部署,请先部署。请参考:Jit-Engine安装。$s +WEB_COMMON_MSG_0007=%s 未部署依赖ng命令,请先部署,请参考: Angular-Cli安装。$s +WEB_COMMON_MSG_0008= 未找到对应版本,请修正后重新执行安装! +WEB_COMMON_MSG_0009=当前仓库%s包不存在,请切换至其他仓库或修正包版本,然后重新进行安装! +WEB_COMMON_MSG_0010=连接服务器超时,请重新安装或切换至其他仓库,然后重新进行安装! +WEB_COMMON_MSG_0011=权限不足,请以管理员权限运行以进行Npm在线安装! + +WEB_FRONT_PROJECT_MSG_0001=找不到页面流元数据,请检查对应app.config.json文件中配置页面流元数据id是否正确或页面流元数据是否被移除。 +WEB_FRONT_PROJECT_MSG_0002=找不到对应页面流元数据,对应页面流元数据id为:%s +WEB_FRONT_PROJECT_MSG_0003=读取IDE配置文件出现错误,请检查文件内容 + +WEB_JIT_ENGINE_MSG_0001=编译依赖node_modules未部署,请先部署。部署路径为:%s +WEB_JIT_ENGINE_MSG_0002=编译依赖node_modules未部署,请先部署。部署路径为:%s或开启Npm在线安装(需要网络连接)。 +WEB_JIT_ENGINE_MSG_0003=当前node_modules不包含移动npm包,请使用Npm在线安装或更新最新node_modules离线包。请注意:移动表单编译不再使用mobile目录下的node_modules,使用工程目录下node_modules。 + +WEB_FORM_METADATA_MSG_0001=获取命令元数据为空,对应元数据id为:%s +WEB_FORM_METADATA_MSG_0002=获取WebComponent元数据为空,对应元数据id为:%s +WEB_FORM_METADATA_MSG_0003=获取web构件元数据为空,对应元数据id为:%s +WEB_FORM_METADATA_MSG_0004=根据元数据id获取元数据信息为空,对应元数据id:%s,元数据类型为:%s +WEB_FORM_METADATA_MSG_0005=获取ts命令元数据为空,对应ts命令元数据id:%s +WEB_FORM_METADATA_MSG_0006=目标元数据存在,无法进行复制。对应目标元数据名称:%s,所属工程路径:%s +WEB_FORM_METADATA_MSG_0007=待复制表单元数据内容为空 +WEB_FORM_METADATA_MSG_0008=仅支持表单元数据复制 +WEB_FORM_METADATA_MSG_0009=待复制的表单元数据不存在,请确认该元数据是否已被删除。 +WEB_FORM_METADATA_MSG_0010=表单复制失败,待复制的表单元数据不存在,请确认该元数据是否已被删除 + +WEB_NPM_PACKAGE_MSG_0001=请设置npm install 运行位置参数:ExecuteEnvironment +WEB_NPM_PACKAGE_MSG_0002=请设置帐号 +WEB_NPM_PACKAGE_MSG_0003=请设置密码 +WEB_NPM_PACKAGE_MSG_0004=请设置待更新的npm包及其版本,或设置全部更新 +WEB_NPM_PACKAGE_MSG_0005=当前为从不更新模式,无法在线执行install操作 +WEB_NPM_PACKAGE_MSG_0006=当前为离线模式,无需执行install操作 +WEB_NPM_PACKAGE_MSG_0007=npm 正在全局安装,若需重新安装,请删除lock文件! +WEB_NPM_PACKAGE_MSG_0008=执行全局离线包安装 +WEB_NPM_PACKAGE_MSG_0009=全局离线包临时文件路径为:%s +WEB_NPM_PACKAGE_MSG_0010=全局离线包安装失败,%s +WEB_NPM_PACKAGE_MSG_0011=全局离线包安装完成 +WEB_NPM_PACKAGE_MSG_0012=全局离线包版本未发生变更,无需执行全局离线包安装 +WEB_NPM_PACKAGE_MSG_0013=不支持的操作系统类型,请联系开发人员处理 +WEB_NPM_PACKAGE_MSG_0014=npm登录失败,请查看网络是否正常连接 +WEB_NPM_PACKAGE_MSG_0015=然后重新执行更新操作。 +WEB_NPM_PACKAGE_MSG_0016=请检查Url地址是否正确或网络是否可以联通,%s +WEB_NPM_PACKAGE_MSG_0017=用户名或密码错误,请修正后重新执行更新操作。 +WEB_NPM_PACKAGE_MSG_0018=请检查Url地址是否正确或用户名是否存在,请修正后重新执行更新操作。 +WEB_NPM_PACKAGE_MSG_0019=npm配置信息为空,请设置 +WEB_NPM_PACKAGE_MSG_0020=WEB_NPM_PACKAGE_ERROR_0003 +WEB_NPM_PACKAGE_MSG_0021=离线模式下无法执行在线install +WEB_NPM_PACKAGE_MSG_0022=执行离线包缓存清理 +WEB_NPM_PACKAGE_MSG_0023=未获取到当前配置npm仓库 +WEB_NPM_PACKAGE_MSG_0024=当前配置策略不是自动更新,无法执行在线install操作。 +WEB_NPM_PACKAGE_MSG_0025=升级工具执行,npm包版本不进行检测 +WEB_NPM_PACKAGE_MSG_0026=未配置编译依赖node_modules,请在 Npm包管理进行在线安装。node_modules路径为:%s +WEB_NPM_PACKAGE_MSG_0027=npm包版本存在更新,为保证最终脚本运行正确,需先进行更新。请在选项->设置->Npm包管理进行更新! +WEB_NPM_PACKAGE_MSG_0028=正在执行安装操作,请勿重复执行! +WEB_NPM_PACKAGE_MSG_0029=开启离线模式,自动更新离线包停止 +WEB_NPM_PACKAGE_MSG_0030=离线包更新策略为手工,自动更新离线包停止 +WEB_NPM_PACKAGE_MSG_0031=离线包更新策略为从不,自动更新离线包停止 +WEB_NPM_PACKAGE_MSG_0032=npm 正在安装,若需重新安装,请删除lock文件! +WEB_NPM_PACKAGE_MSG_0033=server不包含package.json 文件,server path is :%s +WEB_NPM_PACKAGE_MSG_0034=离线包版本未发生变更,无需执行离线包安装 +WEB_NPM_PACKAGE_MSG_0035=开始执行npm install 安装 +WEB_NPM_PACKAGE_MSG_0036=开始执行npm install 命令 +WEB_NPM_PACKAGE_MSG_0037=执行npm登录操作 +WEB_NPM_PACKAGE_MSG_0038=执行npm登出操作 +WEB_NPM_PACKAGE_MSG_0039=npm install 执行完毕 + +WEB_DESIGN_SCHEMA_MSG_0001=beBindingFieldId不能为空 +WEB_DESIGN_SCHEMA_MSG_0002=未在实体上找到对应的字段,请检查业务字段配置信息 +WEB_DESIGN_SCHEMA_MSG_0003=更新表单schema,关联字段元数据找不到,请修正。对应字段元数据id为:%s +WEB_DESIGN_SCHEMA_MSG_0004=更新表单Schema,获取UDT字段元数据失败,元数据不存在。对应元数据id为:%s +WEB_DESIGN_SCHEMA_MSG_0005=根据表单元数据获取VO元数据为空,请检查表单元数据module>schemas>id 是否正确,此参数为表单对应VO元数据id参数! + +WEB_RUNTIME_BUILD_MSG_0001=待写入的目标文件路径为:%s + +WEB_SCRIPT_CACHE_MSG_0001=表单元数据id为空 +WEB_SCRIPT_CACHE_MSG_0002=根据元数据id获取文件列表为空,对应元数据id:%s +WEB_SCRIPT_CACHE_MSG_0003=打开当前维度失败,请在【业务配置中心】,检查此维度是否进行了保存预览操作。相关元数据id: +WEB_SCRIPT_CACHE_MSG_0004=元数据对应的工程缓存信息为空,元数据id为:%s +WEB_SCRIPT_CACHE_MSG_0005=数据库存储的脚本文件内容为空,contentId:%s +WEB_SCRIPT_CACHE_MSG_0006=开始执行元数据版本更新检测 +WEB_SCRIPT_CACHE_MSG_0007=元数据版本更新检测完成,id:%s,version:%s +WEB_SCRIPT_CACHE_MSG_0008=清理DBO及BE缓存,表单元数据id为:%s +WEB_SCRIPT_CACHE_MSG_0009="元数据版本更新检测失败,id:%s version:%s +WEB_SCRIPT_CACHE_MSG_0010=清理VO元数据,元数据id为:%s +WEB_SCRIPT_CACHE_MSG_0011=清理DBO,对应id为:%s +WEB_SCRIPT_CACHE_MSG_0012=清理be元数据,元数据id为:%s +WEB_SCRIPT_CACHE_MSG_0013=未找到工程对应的脚本缓存信息,工程名称:%s +WEB_SCRIPT_CACHE_MSG_0014=absoluteBaseDirectory:%s 获取文件列表个数为:%s +WEB_SCRIPT_CACHE_MSG_0015=开始执行元数据版本更新 +WEB_SCRIPT_CACHE_MSG_0016=元数据版本更新完成,id:%s,version:%s +WEB_SCRIPT_CACHE_MSG_0017=元数据版本更新失败,id:%s,version:%s +WEB_SCRIPT_CACHE_MSG_0018=脚本检测,工程名称不能为空 +WEB_SCRIPT_CACHE_MSG_0019=脚本检测,工程路径不能为空 + +#rtc-template +DYNAMIC_FORM_MSG_0001=格式定义 +DYNAMIC_FORM_MSG_0002=未知 +DYNAMIC_FORM_MSG_0003=PC表单 +DYNAMIC_FORM_MSG_0004=移动表单 +DYNAMIC_FORM_MSG_0005=是否可见 +DYNAMIC_FORM_MSG_0006=是否禁用 +DYNAMIC_FORM_MSG_0007=是否必填 +DYNAMIC_FORM_MSG_0008=是否只读 +DYNAMIC_FORM_MSG_0009=获取合适的格式定义,入参为空 +DYNAMIC_FORM_MSG_0010=获取合适的格式定义,元数据id参数为空 +DYNAMIC_FORM_MSG_0011=实获取合适的格式定义,实体数据code参数不能为空 +DYNAMIC_FORM_MSG_0012=格式定义保存,配置参数不能为空。 +DYNAMIC_FORM_MSG_0013=格式定义保存,元数据id参数不能为空。 +DYNAMIC_FORM_MSG_0014=格式定义编号不能为空。 +DYNAMIC_FORM_MSG_0015=格式定义名称不能为空。 +DYNAMIC_FORM_MSG_0016=格式定义操作状态不能为空,可为add或edit其中之一。 +DYNAMIC_FORM_MSG_0017=格式定义更新参数不能为空 +DYNAMIC_FORM_MSG_0018=格式定义更新,格式定义id参数不能为空 +DYNAMIC_FORM_MSG_0019=格式定义更新,关联元数据id参数不能为空 +DYNAMIC_FORM_MSG_0020=格式定义更新,关联元数据不能为空 +DYNAMIC_FORM_MSG_0021=使用格式定义:%s +DYNAMIC_FORM_MSG_0022=格式分配条件表达式解析失败,已跳过该表达式解析。对应表达式为:%s +DYNAMIC_FORM_MSG_0023=使用格式定义:%s,格式定义分配条件为空。 +DYNAMIC_FORM_MSG_0024=格式定义分配,配置参数不能为空。 +DYNAMIC_FORM_MSG_0025=格式定义分配条件获取,格式定义id不能为空。 +DYNAMIC_FORM_MSG_0026=格式定义分配条件获取,元数据id不能为空。 +DYNAMIC_FORM_MSG_0027=格式定义分配条件保存,参数不能为空! +DYNAMIC_FORM_MSG_0028=格式定义分配条件保存,格式定义id参数不能为空! +DYNAMIC_FORM_MSG_0029=格式定义分配条件保存,元数据id参数不能为空! +DYNAMIC_FORM_MSG_0030=未匹配到任何格式定义 +DYNAMIC_FORM_MSG_0031=是否允许删除格式定义,格式定义id参数不能为空 +DYNAMIC_FORM_MSG_0032=删除格式定义,格式定义id不能为空 +DYNAMIC_FORM_MSG_0033=依据格式定义id删除对应格式定义失败,%s +DYNAMIC_FORM_MSG_0034=格式定义分配条件,根据元数据id获取元数据为空,对应元数据id为:%s +DYNAMIC_FORM_MSG_0035=格式定义id不能为空。 +DYNAMIC_FORM_MSG_0036=依据格式定义id获取格式定义信息为空,请检查格式定义id是否正确,格式定义id参数为:%s +DYNAMIC_FORM_MSG_0037=根据元数据id获取元数据信息为空,对应元数据id为:%s +DYNAMIC_FORM_MSG_0038=格式定义关联元数据只能为表单类型,对应元数据id:%s,元数据编号为:%s +DYNAMIC_FORM_MSG_0039=添加格式定义必须参数元数据id为空 +DYNAMIC_FORM_MSG_0040=根据元数据id获取元数据信息失败,无法对其添加格式定义,元数据id为: +DYNAMIC_FORM_MSG_0041=根据元数据id获取元数据失败,%s +DYNAMIC_FORM_MSG_0042=内码 +DYNAMIC_FORM_MSG_0043=动作 +DYNAMIC_FORM_MSG_0044=列表 +DYNAMIC_FORM_MSG_0045=附件 + +RTC_TEMPLATE_MSG_0001=系统模板 +RTC_TEMPLATE_MSG_0002=扩展模板 +RTC_TEMPLATE_MSG_0003=简单字段类型 +RTC_TEMPLATE_MSG_0004=复杂字段类型 + +RTC_MENU_MSG_0001=获取菜单扩展查询参数时反序列化失败,funcId {0}||{1} + +RTC_PATCH_MSG_0001=当前表单需要更新发布,请联系管理员前往业务配置中心预览升级。 + + diff --git a/i18n/server/platform/common/resources/en/WebErrorCode.en.properties b/i18n/server/platform/common/resources/en/WebErrorCode.en.properties new file mode 100644 index 0000000000000000000000000000000000000000..0d65fc0e13a110bf5622a23272f26068cfa35056 --- /dev/null +++ b/i18n/server/platform/common/resources/en/WebErrorCode.en.properties @@ -0,0 +1,266 @@ +WEB_COMMON_ERROR_0001=Encoding failed: {0} +WEB_COMMON_ERROR_0002=base64Decode failed +WEB_COMMON_ERROR_0003=Unknown data type converted to TerminalType, corresponding data type is: {0} +WEB_COMMON_ERROR_0004=Error occurred while getting project information, {0} +WEB_COMMON_ERROR_0005=Metadata request parameters, the target metadata parameter cannot be empty +WEB_COMMON_ERROR_0006=The current metadata is not a command metadata. Metadata id is: {0} +WEB_COMMON_ERROR_0007=The service component identified as {0} is null. +WEB_COMMON_ERROR_0008=Unsupported operating system type, please contact the developer for assistance +WEB_COMMON_ERROR_0009=Unrecognized operating system system. Please contact the developer for assistance. +WEB_COMMON_ERROR_0010=Unrecognized terminal type, please contact the administrator. The current terminal type is: {0} + +WEB_FRONT_PROJECT_ERROR_0001=The page flow file (with the extension .pf) contains absolute paths, which rely on a single environment path configuration. Please adjust to relative paths. Specific operation: Open the page flow file and automatically adjust by removing and re-adding the form from the page flow. The corresponding table unit data is: {0}, the current absolute path is: {1} +WEB_FRONT_PROJECT_ERROR_0002=The path for table unit data in the page flow file (with the extension .pf) is incorrect. Please remove it. The corresponding table unit data code is: {0}, name: {1} +WEB_FRONT_PROJECT_ERROR_0003=Unrecognized terminal type, please contact the administrator. The current terminal type is: {0} +WEB_FRONT_PROJECT_ERROR_0004=The buildFormList parameter for table unit data extraction cannot be empty. +WEB_FRONT_PROJECT_ERROR_0005=Please set the default home page parameter. +WEB_FRONT_PROJECT_ERROR_0006=Please set the route parameter. +WEB_FRONT_PROJECT_ERROR_0007=The default home page parameter must have "index.html" as the suffix, please correct it! +WEB_FRONT_PROJECT_ERROR_0008=Please set the correct path parameter, e.g., apps/scm/sd/sales/index.html +WEB_FRONT_PROJECT_ERROR_0009=The zero-code compilation input cannot be null. +WEB_FRONT_PROJECT_ERROR_0010=The absoluteBasePath parameter of the zero-code compilation input cannot be empty. +WEB_FRONT_PROJECT_ERROR_0011=The projectName parameter of the zero-code compilation input cannot be empty. +WEB_FRONT_PROJECT_ERROR_0012=The dependency node_modules path of the zero-code compilation input cannot be empty. +WEB_FRONT_PROJECT_ERROR_0013=The zero-code compilation input must include at least one form parameter. +WEB_FRONT_PROJECT_ERROR_0014=The serviceUnitPath parameter is not configured. + +WEB_JIT_ENGINE_ERROR_0001=Unsupported terminal type: {0}. Please contact the administrator for assistance. +WEB_JIT_ENGINE_ERROR_0002=The service component identified as {0} is null. + +WEB_FORM_METADATA_ERROR_0001=Failed to get command metadata {0}. +WEB_FORM_METADATA_ERROR_0002=Error occurred while getting the ts file name. The corresponding web component id cannot be empty. +WEB_FORM_METADATA_ERROR_0003=Error occurred while getting the ts file name. An exception occurred while getting the file name from the web component. +WEB_FORM_METADATA_ERROR_0004=Failed to convert table unit data to JsonNode. The corresponding metadata is: {0}. +WEB_FORM_METADATA_ERROR_0005=The service component identified as {0} is null. +WEB_FORM_METADATA_ERROR_0006=No service component with the identifier {0} exists. +WEB_FORM_METADATA_ERROR_0007=The name attribute of the service component identified as {0} cannot be null. +WEB_FORM_METADATA_ERROR_0008="The path attribute of the service component identified as {0} cannot be null." +WEB_FORM_METADATA_ERROR_0009=The scenario where frmJsonSavePath is empty cannot be processed temporarily. Please consult the developer for the completion status of this feature. +WEB_FORM_METADATA_ERROR_0010=The supplierAction parameter for constructing the target metadata cannot be empty during metadata retrieval. +WEB_FORM_METADATA_ERROR_0011=No corresponding metadata found based on the VoId. The corresponding voId is: {0}. +WEB_FORM_METADATA_ERROR_0012=Currently, only form copying within the same business object (Business Object) is supported. If you need copying for other scenarios, please contact the developer. +WEB_FORM_METADATA_ERROR_0013=Failed to normally retrieve the metadata transfer serializer. Please check the configuration, and the corresponding metadata type is: {0}. +WEB_FORM_METADATA_ERROR_0014=Failed to synchronize target engineering information during form copying. The source form ID is: {0}. More exception information is as follows: {1}. +WEB_FORM_METADATA_ERROR_0015=The relative path attribute of the source form storage does not contain the project name. Please check it. +WEB_FORM_METADATA_ERROR_0016=The business object id cannot be empty when getting the corresponding key application information based on the business object. +WEB_FORM_METADATA_ERROR_0017=The business object information is empty when getting it based on the business object id: {0}. +WEB_FORM_METADATA_ERROR_0018=The ID or path of the table unit data to be copied is empty. Please check whether the front-end request parameters are normal. +WEB_FORM_METADATA_ERROR_0019=The target metadata Code or Name cannot be empty. +WEB_FORM_METADATA_ERROR_0020=No metadata retrieved during form copying. The ID of the metadata to be retrieved is: {0}. +WEB_FORM_METADATA_ERROR_0021=The project name of the target metadata's original project is empty. The ID of the metadata to be copied is: {0}. +WEB_FORM_METADATA_ERROR_0022=The parameter for getting associated metadata cannot be empty during design time. +WEB_FORM_METADATA_ERROR_0023=Both the file name and path of metadata cannot be empty during run time for getting metadata. +WEB_FORM_METADATA_ERROR_0024=The parameter for getting metadata at runtime cannot be empty when retrieving it by id. + +WEB_NPM_PACKAGE_ERROR_0001=Failed to get npm configuration repository instance. +WEB_NPM_PACKAGE_ERROR_0002=Npm installation parameters cannot be empty. + +WEB_TS_FILE_ERROR_0001=No project path information obtained. The corresponding project path is: {0}. +WEB_TS_FILE_ERROR_0002=No web component found for the form. Form path: {0}, web component id: {1}. + +WEB_DESIGN_SCHEMA_ERROR_0001=The IDElement property of the view object {1} with the identifier {0} is not allowed to be null. +WEB_DESIGN_SCHEMA_ERROR_0002=Unsupported business field nesting level. Please contact technical personnel. +WEB_DESIGN_SCHEMA_ERROR_0003=The field {0} does not contain associated entity information. +WEB_DESIGN_SCHEMA_ERROR_0004=The unified data type metadata with an Id of {0} is an unrecognized type. +WEB_DESIGN_SCHEMA_ERROR_0005=Failed to retrieve the unified data type (UDT) metadata with an id of {0}. +WEB_DESIGN_SCHEMA_ERROR_0006=The field {0} does not contain associated entity information. +WEB_DESIGN_SCHEMA_ERROR_0007=The field identified as {0} and labeled as {1} is defined as a 'UnifiedDataType' field, but no 'UnifiedDataType' identifier is specified. Please check the business entity. +WEB_DESIGN_SCHEMA_ERROR_0008=Error in the form's DOM structure: unable to reach the module.schemas node. + +WEB_JIT_ENGINE_API_ERROR_0001=No metadata retrieved based on the formId. + +WEB_FORM_PROCESS_ERROR_0001=FormMetadata not found: {0}. File path: {1}. +WEB_FORM_PROCESS_ERROR_0002=Form Vo internal code [{0}] does not exist! +WEB_FORM_PROCESS_ERROR_0003=Menu [id:{0}] does not exist and cannot be registered to the process center! +WEB_FORM_PROCESS_ERROR_0004=Failed to register menu [{0}] to the process center! + + +#rtc-template +DYNAMIC_FORM_ERROR_0001=Invalid parameter type for FormType conversion. The parameter cannot be empty. +DYNAMIC_FORM_ERROR_0002=Invalid type parameter for FormType conversion: {0} +DYNAMIC_FORM_ERROR_0003=Invalid type. The specific parameter value is: {0}. The type to be converted is ExtractFormType. +DYNAMIC_FORM_ERROR_0004=Cannot get format definition information based on format definition id. The format definition id parameter cannot be empty. +DYNAMIC_FORM_ERROR_0005=The form type is empty. +DYNAMIC_FORM_ERROR_0006=The service component identified as {0} is null. +DYNAMIC_FORM_ERROR_0007=Failed to get command metadata {0} +DYNAMIC_FORM_ERROR_0008=The formId parameter cannot be empty +DYNAMIC_FORM_ERROR_0009=No corresponding metadata information can be obtained based on metadata id: {0} + +RTC_PATCH_ERROR_0001={0} cloning failed +RTC_PATCH_ERROR_0002=Parameter conversion failed for beforeNavigate + +RTC_TEMPLATE_ERROR_0001=Failed to deserialize the request body during the creation of an extended form. {0} +RTC_TEMPLATE_ERROR_0002=Failed to get Form metadata: {0} +RTC_TEMPLATE_ERROR_0003=Runtime custom extended form deletion, metadata id is empty +RTC_TEMPLATE_ERROR_0004=No metadata can be obtained based on metadata id: {0} +RTC_TEMPLATE_ERROR_0005=Metadata extension detection, no metadata information can be obtained based on {0}: {1} +RTC_TEMPLATE_ERROR_0006=Failed to get help metadata {0} +RTC_TEMPLATE_ERROR_0007=Failed to get metadata for {0}, id: {1} +RTC_TEMPLATE_ERROR_0008=No metadata information can be obtained based on metadata id. The metadata id is empty. +RTC_TEMPLATE_ERROR_0009=Failed to get the VO metadata associated with Help, id={0} +RTC_TEMPLATE_ERROR_0010=Temporary unsupported help for virtual VO creation +RTC_TEMPLATE_ERROR_0011=The service component identified as {0} is null. +RTC_TEMPLATE_ERROR_0012=Failed to get command metadata {0} + +NO_CODE_RUNTIME_ERROR_0001=The current login username is null,Please contact the administrator to set the current login username in the current language. If it has been set, please contact the colleagues who maintain the user login function on the platform to handle it. +NO_CODE_RUNTIME_ERROR_0002=The current login username is null,Please contact the platform maintenance personnel who are responsible for user login functions to resolve this issue. +NO_CODE_RUNTIME_ERROR_0003=The current login username is null,Please contact the platform maintenance personnel who are responsible for user login functions to resolve this issue. +NO_CODE_RUNTIME_ERROR_0004=Attribute name does not exist:{0} + +#Message +WEB_COMMON_MSG_0001=Error message +WEB_COMMON_MSG_0002=If it is already installed, try restarting the iGIX service. +WEB_COMMON_MSG_0003=Current environment +WEB_COMMON_MSG_0004=Prompt +WEB_COMMON_MSG_0005=%s node command is not available. Please install Nodejs. Reference: Nodejs installation. %3$s +WEB_COMMON_MSG_0006=%s Jit-Engine is not deployed. Please deploy it first. Reference: Jit-Engine installation.%3$s +WEB_COMMON_MSG_0007=%s Dependency ng command is not deployed. Please deploy it first. Reference: Angular-Cli installation.%3$s +WEB_COMMON_MSG_0008= No corresponding version found. Please correct and try again! +WEB_COMMON_MSG_0009=The package in current repository %s does not exist. Please switch to other repositories or correct the package version, and then try installation again! +WEB_COMMON_MSG_0010=Connection to the server timed out. Please reinstall or switch to other repositories, and then try installation again! +WEB_COMMON_MSG_0011=Insufficient permissions. Please run with administrator privileges for online Npm installation! + +WEB_FRONT_PROJECT_MSG_0001=The page flow metadata cannot be found. Please check if the configuration page flow metadata id in the corresponding app.config.json file is correct or if the page flow metadata has been removed. +WEB_FRONT_PROJECT_MSG_0002=The corresponding page flow metadata cannot be found. The id of the page flow metadata is: %s +WEB_FRONT_PROJECT_MSG_0003=An error occurred while reading the IDE configuration file. Please check the file content. + +WEB_JIT_ENGINE_MSG_0001=The compilation dependency node_modules has not been deployed. Please deploy it first. Deployment path: %s +WEB_JIT_ENGINE_MSG_0002=The compilation dependency node_modules has not been deployed. Please deploy it first. Deployment path: %s or enable online Npm installation (requires a network connection). +WEB_JIT_ENGINE_MSG_0003=The current node_modules does not contain the mobile npm package. Please install it online or update the latest offline node_modules package. Note: The mobile form compilation no longer uses the node_modules directory under mobile, but instead uses the node_modules directory under the project. + +WEB_FORM_METADATA_MSG_0001=The command metadata is empty, corresponding metadata id: %s +WEB_FORM_METADATA_MSG_0002=The WebComponent metadata is empty, corresponding metadata id: %s +WEB_FORM_METADATA_MSG_0003=The web component metadata is empty, corresponding metadata id: %s +WEB_FORM_METADATA_MSG_0004=No metadata information can be retrieved based on the metadata id, corresponding metadata id: %s, metadata type: %s +WEB_FORM_METADATA_MSG_0005=The ts command metadata is empty, corresponding ts command metadata id: %s +WEB_FORM_METADATA_MSG_0006=The target metadata exists and cannot be copied. Corresponding target metadata name: %s, belonging to project path: %s +WEB_FORM_METADATA_MSG_0007=The copied FormMetadata content is empty +WEB_FORM_METADATA_MSG_0008=Only FormMetadata can be copied +WEB_FORM_METADATA_MSG_0009=The copied FormMetadata does not exist, please confirm if the metadata has been deleted. +WEB_FORM_METADATA_MSG_0010=Form copy failed, the copied FormMetadata does not exist, please confirm if the metadata has been deleted. + +WEB_NPM_PACKAGE_MSG_0001=Please set the parameter for npm install execution location: ExecuteEnvironment +WEB_NPM_PACKAGE_MSG_0002=Please set your account +WEB_NPM_PACKAGE_MSG_0003=Please set your password +WEB_NPM_PACKAGE_MSG_0004=Please set the npm package(s) to be updated, or select to update all +WEB_NPM_PACKAGE_MSG_0005=The current mode is never update, online install operation cannot be performed +WEB_NPM_PACKAGE_MSG_0006=The current mode is offline, no need to perform install operation +WEB_NPM_PACKAGE_MSG_0007=npm is installing globally. If reinstallation is needed, delete the lock file! +WEB_NPM_PACKAGE_MSG_0008=Executing global offline package installation +WEB_NPM_PACKAGE_MSG_0009=Global offline package temporary file path is: %s +WEB_NPM_PACKAGE_MSG_0010=Global offline package installation failed, %s +WEB_NPM_PACKAGE_MSG_0011=Global offline package installation completed +WEB_NPM_PACKAGE_MSG_0012=Global offline package version has not changed, no need to perform global offline package installation +WEB_NPM_PACKAGE_MSG_0013=Unsupported operating system type, please contact the developer for assistance +WEB_NPM_PACKAGE_MSG_0014=npm login failed, please check if the network connection is stable +WEB_NPM_PACKAGE_MSG_0015=Please check if the URL address is correct or if the network is accessible, %s +WEB_NPM_PACKAGE_MSG_0016=Please check if the URL address is correct or if the username exists, please correct and try again. +WEB_NPM_PACKAGE_MSG_0017=Username or password is incorrect, please correct and try again. +WEB_NPM_PACKAGE_MSG_0018=Please check if the URL address is correct or if the username exists, please correct and try again. +WEB_NPM_PACKAGE_MSG_0019=npm configuration information is empty, please set it +WEB_NPM_PACKAGE_MSG_0020=WEB_NPM_PACKAGE_ERROR_0003 +WEB_NPM_PACKAGE_MSG_0021=Offline mode cannot execute online install operation +WEB_NPM_PACKAGE_MSG_0022=Executing offline package cache cleanup +WEB_NPM_PACKAGE_MSG_0023=Current configured npm repository not retrieved +WEB_NPM_PACKAGE_MSG_0024=Current configuration strategy is not automatic update, online install operation cannot be performed. +WEB_NPM_PACKAGE_MSG_0025=Upgrade tool execution, npm package version will not be checked +WEB_NPM_PACKAGE_MSG_0026=No compiled dependency node-modules configured, please install online at Npm Package Management. node-modules path is: %s +WEB_NPM_PACKAGE_MSG_0027=There is an update available for the npm package. To ensure the correct operation of the final script, an update is required. Please update at Options -> Settings -> Npm Package Management! +WEB_NPM_PACKAGE_MSG_0028=Installation operation is in progress, please do not execute repeatedly! +WEB_NPM_PACKAGE_MSG_0029=Offline mode enabled, automatic update of offline packages stopped +WEB_NPM_PACKAGE_MSG_0030=The offline package update strategy is manual, automatic update of offline packages stopped +WEB_NPM_PACKAGE_MSG_0031=The offline package update strategy is Never, automatic update of offline packages stopped +WEB_NPM_PACKAGE_MSG_0032=npm is installing, if reinstallation is needed, delete the lock file! +WEB_NPM_PACKAGE_MSG_0033=The server does not contain a package.json file, server path is: %s +WEB_NPM_PACKAGE_MSG_0034=Offline package version has not changed, no need to perform offline package installation +WEB_NPM_PACKAGE_MSG_0035=Starting npm install installation +WEB_NPM_PACKAGE_MSG_0036=Starting npm install command execution +WEB_NPM_PACKAGE_MSG_0037=Executing npm login operation +WEB_NPM_PACKAGE_MSG_0038=Executing npm logout operation +WEB_NPM_PACKAGE_MSG_0039=npm install execution completed + +WEB_DESIGN_SCHEMA_MSG_0001=beBindingFieldId cannot be empty +WEB_DESIGN_SCHEMA_MSG_0002=The corresponding field cannot be found on the entity. Please check the business field configuration information. +WEB_DESIGN_SCHEMA_MSG_0003=Updating form schema, related field metadata cannot be found. Please fix. The corresponding field metadata ID is: %s +WEB_DESIGN_SCHEMA_MSG_0004=Updating form Schema, UDT field metadata retrieval failed. Metadata does not exist. The corresponding metadata ID is: %s +WEB_DESIGN_SCHEMA_MSG_0005=VO metadata retrieved based on FormMetadata is empty. Please check if the module>schemas>id of FormMetadata is correct. This parameter is the VO metadata ID parameter corresponding to the form! + +WEB_RUNTIME_BUILD_MSG_0001=The target file path to be written is: %s + +WEB_SCRIPT_CACHE_MSG_0001=FormMetadata ID is empty +WEB_SCRIPT_CACHE_MSG_0002=Retrieving file list based on metadata ID is empty. The corresponding metadata ID is: %s +WEB_SCRIPT_CACHE_MSG_0003=Failed to open the current dimension. Please check in the "Business Configuration Center" if this dimension has performed a save preview operation. Relevant metadata ID: +WEB_SCRIPT_CACHE_MSG_0004=The project cache information corresponding to metadata is empty. Metadata ID: %s +WEB_SCRIPT_CACHE_MSG_0005=The script file content stored in the database is empty. contentId:%s +WEB_SCRIPT_CACHE_MSG_0006=Starting metadata version update detection +WEB_SCRIPT_CACHE_MSG_0007=Metadata version update detection complete, ID: %s, version: %s +WEB_SCRIPT_CACHE_MSG_0008=Cleaning up DBO and BE caches, FormMetadata ID: %s +WEB_SCRIPT_CACHE_MSG_0009="Metadata version update detection failed, ID: %s version: %s" +WEB_SCRIPT_CACHE_MSG_0010=Cleaning up VO metadata, metadata ID: %s +WEB_SCRIPT_CACHE_MSG_0011=Cleaning up DBO, corresponding ID: %s +WEB_SCRIPT_CACHE_MSG_0012=Cleaning up BE metadata, metadata ID: %s +WEB_SCRIPT_CACHE_MSG_0013=No script cache information corresponding to the project found. Project name: %s +WEB_SCRIPT_CACHE_MSG_0014=absoluteBaseDirectory:%s Number of files retrieved: %s +WEB_SCRIPT_CACHE_MSG_0015=Starting metadata version update +WEB_SCRIPT_CACHE_MSG_0016=Metadata version update complete, ID: %s, version: %s +WEB_SCRIPT_CACHE_MSG_0017=Metadata version update failed, ID: %s, version: %s +WEB_SCRIPT_CACHE_MSG_0018=Script detection, project name cannot be empty. +WEB_SCRIPT_CACHE_MSG_0019=Script detection, project path cannot be empty. + +#rtc-template +DYNAMIC_FORM_MSG_0001=Format Definition +DYNAMIC_FORM_MSG_0002=Unknown +DYNAMIC_FORM_MSG_0003=PC Form +DYNAMIC_FORM_MSG_0004=Mobile Form +DYNAMIC_FORM_MSG_0005=Visibility +DYNAMIC_FORM_MSG_0006=Disabled +DYNAMIC_FORM_MSG_0007=Required +DYNAMIC_FORM_MSG_0008=Read-only +DYNAMIC_FORM_MSG_0009=Retrieve appropriate format definition. The input parameter is empty. +DYNAMIC_FORM_MSG_0010=Retrieve appropriate format definition. The metadata id parameter is empty. +DYNAMIC_FORM_MSG_0011=Retrieve appropriate format definition. The entity data code parameter cannot be empty. +DYNAMIC_FORM_MSG_0012=The configuration parameter cannot be empty when saving format definitions. +DYNAMIC_FORM_MSG_0013=The metadata id parameter cannot be empty when saving format definitions. +DYNAMIC_FORM_MSG_0014=The format definition ID cannot be empty. +DYNAMIC_FORM_MSG_0015=The format definition name cannot be empty. +DYNAMIC_FORM_MSG_0016=The operation status of the format definition cannot be empty. It can be add or edit. +DYNAMIC_FORM_MSG_0017=The parameters for updating the format definition cannot be empty. +DYNAMIC_FORM_MSG_0018=The format definition ID parameter cannot be empty when updating the format definition. +DYNAMIC_FORM_MSG_0019=The associated metadata ID parameter cannot be empty when updating the format definition. +DYNAMIC_FORM_MSG_0020=The associated metadata cannot be empty when updating the format definition. +DYNAMIC_FORM_MSG_0021=Using format definition: %s +DYNAMIC_FORM_MSG_0022=Failed to parse the conditional expression for the format allocation. The corresponding expression is: %s +DYNAMIC_FORM_MSG_0023=Using format definition: %s, the allocation condition for the format definition is empty. +DYNAMIC_FORM_MSG_0024=The configuration parameter cannot be empty when allocating formats. +DYNAMIC_FORM_MSG_0025=The format definition ID cannot be empty when getting the allocation condition. +DYNAMIC_FORM_MSG_0026=The metadata ID cannot be empty when getting the allocation condition. +DYNAMIC_FORM_MSG_0027=The parameters cannot be empty when saving the allocation condition! +DYNAMIC_FORM_MSG_0028=The format definition ID parameter cannot be empty when saving the allocation condition! +DYNAMIC_FORM_MSG_0029=The metadata ID parameter cannot be empty when saving the allocation condition! +DYNAMIC_FORM_MSG_0030=No matching format definitions found +DYNAMIC_FORM_MSG_0031=Whether to allow deleting format definitions, the format definition ID parameter cannot be empty. +DYNAMIC_FORM_MSG_0032=Deleting format definitions, the format definition ID cannot be empty. +DYNAMIC_FORM_MSG_0033=Failed to delete the corresponding format definition based on the format definition ID, %s +DYNAMIC_FORM_MSG_0034=The metadata associated with the format definition can only be form types. The corresponding metadata ID is: %s, and the metadata number is: %s. +DYNAMIC_FORM_MSG_0035=The format definition ID cannot be empty. +DYNAMIC_FORM_MSG_0036=The format definition information retrieved based on the format definition id is empty. Please check if the format definition id is correct. The format definition id parameter is: %s +DYNAMIC_FORM_MSG_0037=The metadata information retrieved based on the metadata id is empty. The corresponding metadata id is: %s +DYNAMIC_FORM_MSG_0038=The format definition associated metadata can only be of form type. The corresponding metadata id is: %s, the metadata number is: %s +DYNAMIC_FORM_MSG_0039=The essential parameter metadata id is empty for adding format definitions. +DYNAMIC_FORM_MSG_0040=Failed to retrieve metadata information based on the metadata id, unable to add format definitions to it. The metadata id is: %s +DYNAMIC_FORM_MSG_0041=Failed to retrieve metadata based on the metadata id, %s +DYNAMIC_FORM_MSG_0042=Inner Code +DYNAMIC_FORM_MSG_0043=Action +DYNAMIC_FORM_MSG_0044=List +DYNAMIC_FORM_MSG_0045=Attachment + +RTC_TEMPLATE_MSG_0001=System Template +RTC_TEMPLATE_MSG_0002=Extension Template +RTC_TEMPLATE_MSG_0003=Simple Field Type +RTC_TEMPLATE_MSG_0004=Complex Field Type + +RTC_MENU_MSG_0001=Failed to deserialize when retrieving menu extension query parameters, funcId {0}||{1} + +RTC_PATCH_MSG_0001=The current form needs to be updated and published. Please contact the administrator to preview the upgrade in the business configuration center. + + diff --git a/i18n/server/platform/common/resources/zh-CHT/WebErrorCode.zh-CHT.properties b/i18n/server/platform/common/resources/zh-CHT/WebErrorCode.zh-CHT.properties new file mode 100644 index 0000000000000000000000000000000000000000..ea3cbf28d6074703715cd74d3695b098e2d53c6d --- /dev/null +++ b/i18n/server/platform/common/resources/zh-CHT/WebErrorCode.zh-CHT.properties @@ -0,0 +1,265 @@ +WEB_COMMON_ERROR_0001=編碼失敗:{0} +WEB_COMMON_ERROR_0002=base64Decode失敗 +WEB_COMMON_ERROR_0003=未知的數據類型轉換成TerminalType,對應數據類型為:{0} +WEB_COMMON_ERROR_0004=獲取工程信息出現錯誤,{0} +WEB_COMMON_ERROR_0005=元數據請求參數,目標元數據參數不能為空 +WEB_COMMON_ERROR_0006=當前元數據非命令元數據。元數據id是:{0} +WEB_COMMON_ERROR_0007=標識為{0}的服務構件為null。 +WEB_COMMON_ERROR_0008=不支持的操作系統類型,請聯繫開發人員處理 +WEB_COMMON_ERROR_0009=未識別的操作系統系統。請聯繫開發人員處理。 +WEB_COMMON_ERROR_0010=未識別的終端類型,請聯繫管理員處理。當前終端類型是:{0} + +WEB_FRONT_PROJECT_ERROR_0001=頁面流文件(後綴為.pf)中包含絕對路徑,依賴於單個環境路徑配置,請調整為相對路徑。具體操作:打開頁面流文件,通過將表單從頁面流中先移除再添加的方式,自動進行調整。 對應表單元數據為:{0},當前絕對路徑為:{1} +WEB_FRONT_PROJECT_ERROR_0002=頁面流文件(後綴為.pf)中配置表單元數據路徑不正確,請移除。對應表單元數據code:{0},name: {1} +#WEB_FRONT_PROJECT_ERROR_0003=未識別的終端類型,請聯繫管理員處理。當前終端類型是:{0} +WEB_FRONT_PROJECT_ERROR_0004=表單元數據提取,buildFormList參數不能為空 +WEB_FRONT_PROJECT_ERROR_0005=請設置默認首頁參數 +WEB_FRONT_PROJECT_ERROR_0006=請設置路由參數 +WEB_FRONT_PROJECT_ERROR_0007=默認首頁參數必須以index.html作為後綴,請修正! +WEB_FRONT_PROJECT_ERROR_0008=請設置正確的路徑參數,例如:apps/scm/sd/sales/index.html +WEB_FRONT_PROJECT_ERROR_0009=零代碼編譯入參不能為null +WEB_FRONT_PROJECT_ERROR_0010=零代碼編譯入參路徑參數absoluteBasePath不能為空 +WEB_FRONT_PROJECT_ERROR_0011=零代碼編譯入參工程名稱projectName不能為空 +WEB_FRONT_PROJECT_ERROR_0012=零代碼編譯入參依賴node_modules 路徑不能為空 +WEB_FRONT_PROJECT_ERROR_0013=零代碼編譯入參,至少包含一個表單參數 +WEB_FRONT_PROJECT_ERROR_0014=服務單元serviceUnitPath參數未配置 + +WEB_JIT_ENGINE_ERROR_0001=暫不支持的終端類型:{0}。請聯繫管理員處理。 +WEB_JIT_ENGINE_ERROR_0002=標識為{0}的服務構件為null。 + +WEB_FORM_METADATA_ERROR_0001=獲取command元數據{0}失敗 +WEB_FORM_METADATA_ERROR_0002=獲取ts文件名出錯,對應的web構件id不能為空。 +WEB_FORM_METADATA_ERROR_0003=獲取ts文件名出錯,web構件上獲取的文件名異常。 +WEB_FORM_METADATA_ERROR_0004=表單元數據轉換為JsonNode失敗,對應元數據為:{0} +WEB_FORM_METADATA_ERROR_0005=標識為{0}的服務構件為null。 +WEB_FORM_METADATA_ERROR_0006=不存在標識為{0}的服務構件 +WEB_FORM_METADATA_ERROR_0007=標識為{0}的服務構件name屬性不允許為null。 +WEB_FORM_METADATA_ERROR_0008="標識為{0}的服務構件path屬性不允許為null。" +WEB_FORM_METADATA_ERROR_0009=暫時無法處理frmJsonSavePath為空場景,請諮詢開發人員該功能完成情況 +WEB_FORM_METADATA_ERROR_0010=元數據獲取,構造目標元數據信息supplierAction不能為空 +WEB_FORM_METADATA_ERROR_0011=根據VoId獲取對應元數據為空,對應voId為:{0} +WEB_FORM_METADATA_ERROR_0012=目前僅支持同一個業務對象(Business Object)內的表單複製。如果需要其他場景的複製,請聯繫開發人員。 +WEB_FORM_METADATA_ERROR_0013=未能正常獲取元數據傳輸序列化器,請檢查配置,對應元數據類型為:{0} +WEB_FORM_METADATA_ERROR_0014=複製表單時,同步目標工程信息失敗。源表單ID是:{0}更多異常信息如下:{1} +WEB_FORM_METADATA_ERROR_0015=源表單存儲相對路徑屬性不包含工程名,請檢查。 +WEB_FORM_METADATA_ERROR_0016=根據業務對象獲取對應關鍵應用信息,業務對象id不能為空 +WEB_FORM_METADATA_ERROR_0017=根據業務對象獲取bo信息為空,對應業務對象id為:{0} +WEB_FORM_METADATA_ERROR_0018=待複製表單元數據ID或路徑為空。請檢查前端請求參數是否正常。 +WEB_FORM_METADATA_ERROR_0019=目標元數據Code或Name不能為空 +WEB_FORM_METADATA_ERROR_0020=表單複製,獲取元數據為空。待獲取元數據ID是:{0} +WEB_FORM_METADATA_ERROR_0021=待複製元數據所在工程的工程名為空。待複製元數據ID是:{0} +WEB_FORM_METADATA_ERROR_0022=獲取表單關聯元數據,參數不能為空 +WEB_FORM_METADATA_ERROR_0023=設計時獲取元數據,元數據文件名稱及路徑不能為空 +WEB_FORM_METADATA_ERROR_0024=運行時獲取元數據,元數據id參數不能為空 + +WEB_NPM_PACKAGE_ERROR_0001=未獲取到npm配置倉庫實例 +WEB_NPM_PACKAGE_ERROR_0002=npm安裝參數不能為空 + +WEB_TS_FILE_ERROR_0001=獲取工程路徑信息為空,對應工程路徑為:{0} +WEB_TS_FILE_ERROR_0002=沒有找到表單對應的web構件。表單路徑:{0},web構件id:{1} + +WEB_DESIGN_SCHEMA_ERROR_0001=標識為{0}的視圖對象{1}的IDElement屬性不允許為null。 +WEB_DESIGN_SCHEMA_ERROR_0002=不支持的業務字段嵌套層次,請聯繫技術人員 +WEB_DESIGN_SCHEMA_ERROR_0003=字段{0}不包含關聯實體信息。 +WEB_DESIGN_SCHEMA_ERROR_0004=Id為{0}的統一數據類型元數據為未識別的類型。 +WEB_DESIGN_SCHEMA_ERROR_0005=未獲取到id為{0}的統一數據類型(UDT)元數據。 +WEB_DESIGN_SCHEMA_ERROR_0006=字段{0}不包含關聯實體信息。 +WEB_DESIGN_SCHEMA_ERROR_0007=標識為{0},標籤為{1}的字段{2}被定義為'UnifiedDataType'字段,但是沒有指定'UnifiedDataType'標識,請檢查業務實體。 +WEB_DESIGN_SCHEMA_ERROR_0008=表單DOM結構錯誤:未找到module.schemas節點 + +WEB_JIT_ENGINE_API_ERROR_0001=根據formId 獲取元數據為空 + +WEB_FORM_PROCESS_ERROR_0001=找不到表單元數據: {0}。文件路徑:{1}。 +WEB_FORM_PROCESS_ERROR_0002=表單Vo內碼[{0}]不存在! +WEB_FORM_PROCESS_ERROR_0003=菜單[id:{0}]不存在,無法註冊到流程中心! +WEB_FORM_PROCESS_ERROR_0004=菜單[{0}]註冊到流程中心失敗! + +#rtc-template +DYNAMIC_FORM_ERROR_0001=FormType類型轉換,無效的參數類型,參數不能為空 +DYNAMIC_FORM_ERROR_0002=FormType類型轉換,無效的類型參數:{0} +DYNAMIC_FORM_ERROR_0003=無效的類型,具體參數值為:{0},待轉換的類型為ExtractFormType +DYNAMIC_FORM_ERROR_0004=根據格式定義id獲取格式定義信息,格式定義id參數不能為空 +DYNAMIC_FORM_ERROR_0005=表單類型為空。 +DYNAMIC_FORM_ERROR_0006=標識為{0}的服務構件為null。 +DYNAMIC_FORM_ERROR_0007=獲取command元數據{0}失敗 +DYNAMIC_FORM_ERROR_0008=formId參數不能為空 +DYNAMIC_FORM_ERROR_0009=根據元數據id:{0} 獲取對應元數據信息為空 + +RTC_PATCH_ERROR_0001={0}克隆失敗 +RTC_PATCH_ERROR_0002=beforeNavigate 參數轉換失敗 + +RTC_TEMPLATE_ERROR_0001=創建擴展表單時,反序列化request body失敗。{0} +RTC_TEMPLATE_ERROR_0002=Form元數據獲取失敗:{0} +RTC_TEMPLATE_ERROR_0003=運行時定製擴展表單刪除,元數據id為空 +RTC_TEMPLATE_ERROR_0004=依據元數據id:{0}獲取元數據為空 +RTC_TEMPLATE_ERROR_0005=元數據擴展檢測,依據{0}:{1} 獲取元數據信息為空 +RTC_TEMPLATE_ERROR_0006=獲取幫助元數據{0}失敗。 +RTC_TEMPLATE_ERROR_0007=獲取{0}元數據失敗,id為:{1} +RTC_TEMPLATE_ERROR_0008=根據元數據id獲取元數據信息,元數據id為空 +RTC_TEMPLATE_ERROR_0009=Help元數據關聯得VO元數據獲取失敗,id={0} +RTC_TEMPLATE_ERROR_0010=暫不支持虛擬VO創建的幫助 +RTC_TEMPLATE_ERROR_0011=標識為{0}的服務構件為null。 +RTC_TEMPLATE_ERROR_0012=獲取command元數據{0}失敗 + +NO_CODE_RUNTIME_ERROR_0001=當前登錄用戶名為空!請聯繫管理員設置當前登錄用戶當前語言下的用戶名。如已設置,請聯繫平台維護用戶登錄功能的同事處理。 +NO_CODE_RUNTIME_ERROR_0002=當前登錄用戶名為空!請聯繫平台維護用戶登錄功能的同事處理。 +NO_CODE_RUNTIME_ERROR_0003=當前登錄組織為空!請聯繫平台維護用戶登錄功能的同事處理。 +NO_CODE_RUNTIME_ERROR_0004=屬性名不存在:{0} + + +WEB_COMMON_MSG_0001=錯誤提示 +WEB_COMMON_MSG_0002=若已安裝,請嘗試重啟iGIX服務。 +WEB_COMMON_MSG_0003=當前環境 +WEB_COMMON_MSG_0004=提示 +WEB_COMMON_MSG_0005=%s node命令不可用,請安裝Nodejs,請參考:Nodejs安裝。 %3$s +WEB_COMMON_MSG_0006=%s Jit-Engine未部署,請先部署。請參考:Jit-Engine安裝。%3$s +WEB_COMMON_MSG_0007=%s 未部署依賴ng命令,請先部署,請參考: Angular-Cli安裝。%3$s +WEB_COMMON_MSG_0008= 未找到對應版本,請修正後重新執行安裝! +WEB_COMMON_MSG_0009=當前倉庫%s包不存在,請切換至其他倉庫或修正包版本,然後重新進行安裝! +WEB_COMMON_MSG_0010=連接服務器超時,請重新安裝或切換至其他倉庫,然後重新進行安裝! +WEB_COMMON_MSG_0011=權限不足,請以管理員權限運行以進行Npm在線安裝! + +WEB_FRONT_PROJECT_MSG_0001=找不到頁面流元數據,請檢查對應app.config.json文件中配置頁面流元數據id是否正確或頁面流元數據是否被移除。 +WEB_FRONT_PROJECT_MSG_0002=找不到對應頁面流元數據,對應頁面流元數據id為:%s +WEB_FRONT_PROJECT_MSG_0003=讀取IDE配置文件出現錯誤,請檢查文件內容 + +WEB_JIT_ENGINE_MSG_0001=編譯依賴node_modules未部署,請先部署。部署路徑為:%s +WEB_JIT_ENGINE_MSG_0002=編譯依賴node_modules未部署,請先部署。部署路徑為:%s或開啟Npm在線安裝(需要網絡連接)。 +WEB_JIT_ENGINE_MSG_0003=當前node_modules不包含移動npm包,請使用Npm在線安裝或更新最新node_modules離線包。請注意:移動表單編譯不再使用mobile目錄下的node_modules,使用工程目錄下node_modules。 + +WEB_FORM_METADATA_MSG_0001=獲取命令元數據為空,對應元數據id為:%s +WEB_FORM_METADATA_MSG_0002=獲取WebComponent元數據為空,對應元數據id為:%s +WEB_FORM_METADATA_MSG_0003=獲取web構件元數據為空,對應元數據id為:%s +WEB_FORM_METADATA_MSG_0004=根據元數據id獲取元數據信息為空,對應元數據id:%s,元數據類型為:%s +WEB_FORM_METADATA_MSG_0005=獲取ts命令元數據為空,對應ts命令元數據id:%s +WEB_FORM_METADATA_MSG_0006=目標元數據存在,無法進行複製。對應目標元數據名稱:%s,所屬工程路徑:%s +WEB_FORM_METADATA_MSG_0007=待複製表單元數據內容為空 +WEB_FORM_METADATA_MSG_0008=僅支持表單元數據複製 +WEB_FORM_METADATA_MSG_0009=待複製的表單元數據不存在,請確認該元數據是否已被刪除。 +WEB_FORM_METADATA_MSG_0010=表單複製失敗,待複製的表單元數據不存在,請確認該元數據是否已被刪除 + +WEB_NPM_PACKAGE_MSG_0001=請設置npm install 運行位置參數:ExecuteEnvironment +WEB_NPM_PACKAGE_MSG_0002=請設置帳號 +WEB_NPM_PACKAGE_MSG_0003=請設置密碼 +WEB_NPM_PACKAGE_MSG_0004=請設置待更新的npm包及其版本,或設置全部更新 +WEB_NPM_PACKAGE_MSG_0005=當前為從不更新模式,無法在線執行install操作 +WEB_NPM_PACKAGE_MSG_0006=當前為離線模式,無需執行install操作 +WEB_NPM_PACKAGE_MSG_0007=npm 正在全局安裝,若需重新安裝,請刪除lock文件! +WEB_NPM_PACKAGE_MSG_0008=執行全局離線包安裝 +WEB_NPM_PACKAGE_MSG_0009=全局離線包臨時文件路徑為:%s +WEB_NPM_PACKAGE_MSG_0010=全局離線包安裝失敗,%s +WEB_NPM_PACKAGE_MSG_0011=全局離線包安裝完成 +WEB_NPM_PACKAGE_MSG_0012=全局離線包版本未發生變更,無需執行全局離線包安裝 +WEB_NPM_PACKAGE_MSG_0013=不支持的操作系統類型,請聯繫開發人員處理 +WEB_NPM_PACKAGE_MSG_0014=npm登錄失敗,請查看網絡是否正常連接 +WEB_NPM_PACKAGE_MSG_0015=然後重新執行更新操作。 +WEB_NPM_PACKAGE_MSG_0016=請檢查Url地址是否正確或網絡是否可以聯通,%s +WEB_NPM_PACKAGE_MSG_0017=用戶名或密碼錯誤,請修正後重新執行更新操作。 +WEB_NPM_PACKAGE_MSG_0018=請檢查Url地址是否正確或用戶名是否存在,請修正後重新執行更新操作。 +WEB_NPM_PACKAGE_MSG_0019=npm配置信息為空,請設置 +WEB_NPM_PACKAGE_MSG_0020=WEB_NPM_PACKAGE_ERROR_0003 +WEB_NPM_PACKAGE_MSG_0021=離線模式下無法執行在線install +WEB_NPM_PACKAGE_MSG_0022=執行離線包緩存清理 +WEB_NPM_PACKAGE_MSG_0023=未獲取到當前配置npm倉庫 +WEB_NPM_PACKAGE_MSG_0024=當前配置策略不是自動更新,無法執行在線install操作。 +WEB_NPM_PACKAGE_MSG_0025=升級工具執行,npm包版本不進行檢測 +WEB_NPM_PACKAGE_MSG_0026=未配置編譯依賴node_modules,請在 Npm包管理進行在線安裝。node_modules路徑為:%s +WEB_NPM_PACKAGE_MSG_0027=npm包版本存在更新,為保證最終腳本運行正確,需先進行更新。請在選項->設置->Npm包管理進行更新! +WEB_NPM_PACKAGE_MSG_0028=正在執行安裝操作,請勿重複執行! +WEB_NPM_PACKAGE_MSG_0029=開啟離線模式,自動更新離線包停止 +WEB_NPM_PACKAGE_MSG_0030=離線包更新策略為手工,自動更新離線包停止 +WEB_NPM_PACKAGE_MSG_0031=離線包更新策略為從不,自動更新離線包停止 +WEB_NPM_PACKAGE_MSG_0032=npm 正在安裝,若需重新安裝,請刪除lock文件! +WEB_NPM_PACKAGE_MSG_0033=server不包含package.json 文件,server path is :%s +WEB_NPM_PACKAGE_MSG_0034=離線包版本未發生變更,無需執行離線包安裝 +WEB_NPM_PACKAGE_MSG_0035=開始執行npm install 安裝 +WEB_NPM_PACKAGE_MSG_0036=開始執行npm install 命令 +WEB_NPM_PACKAGE_MSG_0037=執行npm登錄操作 +WEB_NPM_PACKAGE_MSG_0038=執行npm登出操作 +WEB_NPM_PACKAGE_MSG_0039=npm install 執行完畢 + +WEB_DESIGN_SCHEMA_MSG_0001=beBindingFieldId不能為空 +WEB_DESIGN_SCHEMA_MSG_0002=未在實體上找到對應的字段,請檢查業務字段配置信息 +WEB_DESIGN_SCHEMA_MSG_0003=更新表單schema,關聯字段元數據找不到,請修正。對應字段元數據id為:%s +WEB_DESIGN_SCHEMA_MSG_0004=更新表單Schema,獲取UDT字段元數據失敗,元數據不存在。對應元數據id為:%s +WEB_DESIGN_SCHEMA_MSG_0005=根據表單元數據獲取VO元數據為空,請檢查表單元數據module>schemas>id 是否正確,此參數為表單對應VO元數據id參數! + +WEB_RUNTIME_BUILD_MSG_0001=待寫入的目標文件路徑為:%s + +WEB_SCRIPT_CACHE_MSG_0001=表單元數據id為空 +WEB_SCRIPT_CACHE_MSG_0002=根據元數據id獲取文件列表為空,對應元數據id:%s +WEB_SCRIPT_CACHE_MSG_0003=打開當前維度失敗,請在【業務配置中心】,檢查此維度是否進行了保存預覽操作。相關元數據id: +WEB_SCRIPT_CACHE_MSG_0004=元數據對應的工程緩存信息為空,元數據id為:%s +WEB_SCRIPT_CACHE_MSG_0005=數據庫存儲的腳本文件內容為空,contentId:%s +WEB_SCRIPT_CACHE_MSG_0006=開始執行元數據版本更新檢測 +WEB_SCRIPT_CACHE_MSG_0007=元數據版本更新檢測完成,id:%s,version:%s +WEB_SCRIPT_CACHE_MSG_0008=清理DBO及BE緩存,表單元數據id為:%s +WEB_SCRIPT_CACHE_MSG_0009="元數據版本更新檢測失敗,id:%s version:%s +WEB_SCRIPT_CACHE_MSG_0010=清理VO元數據,元數據id為:%s +WEB_SCRIPT_CACHE_MSG_0011=清理DBO,對應id為:%s +WEB_SCRIPT_CACHE_MSG_0012=清理be元數據,元數據id為:%s +WEB_SCRIPT_CACHE_MSG_0013=未找到工程對應的腳本緩存信息,工程名稱:%s +WEB_SCRIPT_CACHE_MSG_0014=absoluteBaseDirectory:%s 獲取文件列表個數為:%s +WEB_SCRIPT_CACHE_MSG_0015=開始執行元數據版本更新 +WEB_SCRIPT_CACHE_MSG_0016=元數據版本更新完成,id:%s,version:%s +WEB_SCRIPT_CACHE_MSG_0017=元數據版本更新失敗,id:%s,version:%s +WEB_SCRIPT_CACHE_MSG_0018=腳本檢測,工程名稱不能為空 +WEB_SCRIPT_CACHE_MSG_0019=腳本檢測,工程路徑不能為空 + +#rtc-template +DYNAMIC_FORM_MSG_0001=格式定義 +DYNAMIC_FORM_MSG_0002=未知 +DYNAMIC_FORM_MSG_0003=PC表單 +DYNAMIC_FORM_MSG_0004=移動表單 +DYNAMIC_FORM_MSG_0005=是否可見 +DYNAMIC_FORM_MSG_0006=是否禁用 +DYNAMIC_FORM_MSG_0007=是否必填 +DYNAMIC_FORM_MSG_0008=是否只讀 +DYNAMIC_FORM_MSG_0009=獲取合適的格式定義,入參為空 +DYNAMIC_FORM_MSG_0010=獲取合適的格式定義,元數據id參數為空 +DYNAMIC_FORM_MSG_0011=實獲取合適的格式定義,實體數據code參數不能為空 +DYNAMIC_FORM_MSG_0012=格式定義保存,配置參數不能為空。 +DYNAMIC_FORM_MSG_0013=格式定義保存,元數據id參數不能為空。 +DYNAMIC_FORM_MSG_0014=格式定義編號不能為空。 +DYNAMIC_FORM_MSG_0015=格式定義名稱不能為空。 +DYNAMIC_FORM_MSG_0016=格式定義操作狀態不能為空,可為add或edit其中之一。 +DYNAMIC_FORM_MSG_0017=格式定義更新參數不能為空 +DYNAMIC_FORM_MSG_0018=格式定義更新,格式定義id參數不能為空 +DYNAMIC_FORM_MSG_0019=格式定義更新,關聯元數據id參數不能為空 +DYNAMIC_FORM_MSG_0020=格式定義更新,關聯元數據不能為空 +DYNAMIC_FORM_MSG_0021=使用格式定義:%s +DYNAMIC_FORM_MSG_0022=格式分配條件表達式解析失敗,已跳過該表達式解析。對應表達式為:%s +DYNAMIC_FORM_MSG_0023=使用格式定義:%s,格式定義分配條件為空。 +DYNAMIC_FORM_MSG_0024=格式定義分配,配置參數不能為空。 +DYNAMIC_FORM_MSG_0025=格式定義分配條件獲取,格式定義id不能為空。 +DYNAMIC_FORM_MSG_0026=格式定義分配條件獲取,元數據id不能為空。 +DYNAMIC_FORM_MSG_0027=格式定義分配條件保存,參數不能為空! +DYNAMIC_FORM_MSG_0028=格式定義分配條件保存,格式定義id參數不能為空! +DYNAMIC_FORM_MSG_0029=格式定義分配條件保存,元數據id參數不能為空! +DYNAMIC_FORM_MSG_0030=未匹配到任何格式定義 +DYNAMIC_FORM_MSG_0031=是否允許刪除格式定義,格式定義id參數不能為空 +DYNAMIC_FORM_MSG_0032=刪除格式定義,格式定義id不能為空 +DYNAMIC_FORM_MSG_0033=依據格式定義id刪除對應格式定義失敗,%s +DYNAMIC_FORM_MSG_0034=格式定義分配條件,根據元數據id獲取元數據為空,對應元數據id為:%s +DYNAMIC_FORM_MSG_0035=格式定義id不能為空。 +DYNAMIC_FORM_MSG_0036=依據格式定義id獲取格式定義信息為空,請檢查格式定義id是否正確,格式定義id參數為:%s +DYNAMIC_FORM_MSG_0037=根據元數據id獲取元數據信息為空,對應元數據id為:%s +DYNAMIC_FORM_MSG_0038=格式定義關聯元數據只能為表單類型,對應元數據id:%s,元數據編號為:%s +DYNAMIC_FORM_MSG_0039=添加格式定義必須參數元數據id為空 +DYNAMIC_FORM_MSG_0040=根據元數據id獲取元數據信息失敗,無法對其添加格式定義,元數據id為: +DYNAMIC_FORM_MSG_0041=根據元數據id獲取元數據失敗,%s +DYNAMIC_FORM_MSG_0042=內碼 +DYNAMIC_FORM_MSG_0043=動作 +DYNAMIC_FORM_MSG_0044=列表 +DYNAMIC_FORM_MSG_0045=附件 + +RTC_TEMPLATE_MSG_0001=系統模板 +RTC_TEMPLATE_MSG_0002=擴展模板 +RTC_TEMPLATE_MSG_0003=簡單字段類型 +RTC_TEMPLATE_MSG_0004=複雜字段類型 + +RTC_MENU_MSG_0001=獲取菜單擴展查詢參數時反序列化失敗,funcId {0}||{1} + +RTC_PATCH_MSG_0001=當前表單需要更新發布,請聯繫管理員前往業務配置中心預覽升級。 + + diff --git a/jitengine-web-api/src/main/java/com/inspur/edp/web/jitengine/web/api/constant/I18nExceptionConstant.java b/jitengine-web-api/src/main/java/com/inspur/edp/web/jitengine/web/api/constant/I18nExceptionConstant.java new file mode 100644 index 0000000000000000000000000000000000000000..d345d32f203493dba89f49af6950838e89123631 --- /dev/null +++ b/jitengine-web-api/src/main/java/com/inspur/edp/web/jitengine/web/api/constant/I18nExceptionConstant.java @@ -0,0 +1,5 @@ +package com.inspur.edp.web.jitengine.web.api.constant; + +public class I18nExceptionConstant { + public final static String WEB_JIT_ENGINE_API_ERROR_0001 = "WEB_JIT_ENGINE_API_ERROR_0001"; +} diff --git a/jitengine-web-core/src/main/java/com/inspur/edp/web/jitengine/web/core/service/JitEngineServiceImpl.java b/jitengine-web-core/src/main/java/com/inspur/edp/web/jitengine/web/core/service/JitEngineServiceImpl.java index 6764879304f85eab596d4f5f2779e32cd396965f..e64ed4322d17dc31473095cf5aef86832662a0e0 100644 --- a/jitengine-web-core/src/main/java/com/inspur/edp/web/jitengine/web/core/service/JitEngineServiceImpl.java +++ b/jitengine-web-core/src/main/java/com/inspur/edp/web/jitengine/web/core/service/JitEngineServiceImpl.java @@ -17,6 +17,7 @@ package com.inspur.edp.web.jitengine.web.core.service; import com.inspur.edp.lcm.metadata.api.entity.GspMetadata; +import com.inspur.edp.web.common.customexception.WebCustomException; import com.inspur.edp.web.common.io.FileUtility; import com.inspur.edp.web.common.logger.WebLogger; import com.inspur.edp.web.common.utility.StringUtility; @@ -27,7 +28,7 @@ public class JitEngineServiceImpl implements JitEngineService { @Override public void deleteMobileApproveDevSource(String formId) throws Exception { if (StringUtility.isNullOrEmpty(formId)) { - throw new Exception("delete mobileapprove dev source failed,the formId is null"); + throw new WebCustomException("delete mobileapprove dev source failed,the formId is null"); } GspMetadata gspMetadata = MobileApprovePreviewImpl.getGspMetadataWithFormId(formId); diff --git a/jitengine-web-core/src/main/java/com/inspur/edp/web/jitengine/web/core/service/MobileApprovePreviewImpl.java b/jitengine-web-core/src/main/java/com/inspur/edp/web/jitengine/web/core/service/MobileApprovePreviewImpl.java index 7426ee7522d05a849fa5dd1ae7537ca89caa5a43..d41f57ae2a26e7ff9865d731ba09f929ab503e3e 100644 --- a/jitengine-web-core/src/main/java/com/inspur/edp/web/jitengine/web/core/service/MobileApprovePreviewImpl.java +++ b/jitengine-web-core/src/main/java/com/inspur/edp/web/jitengine/web/core/service/MobileApprovePreviewImpl.java @@ -20,6 +20,7 @@ import com.inspur.edp.lcm.metadata.api.entity.GspMetadata; import com.inspur.edp.web.common.customexception.WebCustomException; import com.inspur.edp.web.common.io.FileUtility; import com.inspur.edp.web.common.metadata.MetadataUtility; +import com.inspur.edp.web.jitengine.web.api.constant.I18nExceptionConstant; import com.inspur.edp.web.jitengine.web.api.service.MobileApproveReviewParameter; import io.iec.edp.caf.businessobject.api.entity.DevBasicBoInfo; import io.iec.edp.caf.businessobject.api.service.DevBasicInfoService; @@ -56,7 +57,7 @@ public class MobileApprovePreviewImpl { GspMetadata gspMetadata = MetadataUtility.getInstance().getMetadataInRuntime(formId); if (gspMetadata == null) { - throw new WebCustomException("根据formId 获取元数据为空"); + throw new WebCustomException(I18nExceptionConstant.WEB_JIT_ENGINE_API_ERROR_0001); } return gspMetadata; } diff --git a/metadata/web-pageflow-metadata/src/main/java/com/inspur/edp/web/pageflow/metadata/entity/PagePublish.java b/metadata/web-pageflow-metadata/src/main/java/com/inspur/edp/web/pageflow/metadata/entity/PagePublish.java index 2d79caf5248801204b417caae4941c27991a4ce4..c36478ee67b43c38ae3f7d579fe706a3a169c608 100644 --- a/metadata/web-pageflow-metadata/src/main/java/com/inspur/edp/web/pageflow/metadata/entity/PagePublish.java +++ b/metadata/web-pageflow-metadata/src/main/java/com/inspur/edp/web/pageflow/metadata/entity/PagePublish.java @@ -16,9 +16,17 @@ package com.inspur.edp.web.pageflow.metadata.entity; +import lombok.Getter; +import lombok.Setter; + +@Getter +@Setter public class PagePublish { private String id; private String entry; + private String type; + private String processCategory; + public String getId() { return id; diff --git a/metadata/web-pageflow-metadata/src/main/java/com/inspur/edp/web/pageflow/metadata/service/RouteMetadataService.java b/metadata/web-pageflow-metadata/src/main/java/com/inspur/edp/web/pageflow/metadata/service/RouteMetadataService.java index fdd5cb780e637816cba6187b2c48f92ea9f33be1..e7fc74b4585e3bc0050a22869ba6c2ab061ba826 100644 --- a/metadata/web-pageflow-metadata/src/main/java/com/inspur/edp/web/pageflow/metadata/service/RouteMetadataService.java +++ b/metadata/web-pageflow-metadata/src/main/java/com/inspur/edp/web/pageflow/metadata/service/RouteMetadataService.java @@ -99,7 +99,7 @@ public class RouteMetadataService { */ public static String getCurrentPageRouteUri(PageFlowMetadataEntity pageFlowMetadataEntity, String pageId) { if (pageFlowMetadataEntity == null || StringUtility.isNullOrEmpty(pageId)) { - throw new WebCustomException("Current Route Metadata Content is Null or the Page id is Nulll or Empty.", null, ExceptionLevel.Warning); + throw new WebCustomException("Current Route Metadata Content is Null or the Page id is Nulll or Empty.", ExceptionLevel.Warning); } return PageFlowMetadataEntityManager.getPageRouteUri(pageFlowMetadataEntity, pageId); diff --git a/npmpackage/web-npmpackage-api/src/main/java/com/inspur/edp/web/npmpackage/api/constant/I18nExceptionConstant.java b/npmpackage/web-npmpackage-api/src/main/java/com/inspur/edp/web/npmpackage/api/constant/I18nExceptionConstant.java new file mode 100644 index 0000000000000000000000000000000000000000..f822c2dac4fa109fddf2ac8645cfa701b5ce89fe --- /dev/null +++ b/npmpackage/web-npmpackage-api/src/main/java/com/inspur/edp/web/npmpackage/api/constant/I18nExceptionConstant.java @@ -0,0 +1,19 @@ +package com.inspur.edp.web.npmpackage.api.constant; + +public class I18nExceptionConstant { + public final static String WEB_NPM_PACKAGE_ERROR_0001 = "WEB_NPM_PACKAGE_ERROR_0001"; + public final static String WEB_NPM_PACKAGE_ERROR_0002 = "WEB_NPM_PACKAGE_ERROR_0002"; + public final static String WEB_NPM_PACKAGE_ERROR_0003 = "WEB_NPM_PACKAGE_ERROR_0003"; + public final static String WEB_NPM_PACKAGE_ERROR_0004 = "WEB_NPM_PACKAGE_ERROR_0004"; + public final static String WEB_NPM_PACKAGE_ERROR_0005 = "WEB_NPM_PACKAGE_ERROR_0005"; + public final static String WEB_NPM_PACKAGE_ERROR_0006 = "WEB_NPM_PACKAGE_ERROR_0006"; + public final static String WEB_NPM_PACKAGE_ERROR_0007 = "WEB_NPM_PACKAGE_ERROR_0007"; + public final static String WEB_NPM_PACKAGE_ERROR_0008 = "WEB_NPM_PACKAGE_ERROR_0008"; + public final static String WEB_NPM_PACKAGE_ERROR_0009 = "WEB_NPM_PACKAGE_ERROR_0009"; + public final static String WEB_NPM_PACKAGE_ERROR_0010 = "WEB_NPM_PACKAGE_ERROR_0010"; + public final static String WEB_NPM_PACKAGE_ERROR_0011 = "WEB_NPM_PACKAGE_ERROR_0011"; + public final static String WEB_NPM_PACKAGE_ERROR_0012 = "WEB_NPM_PACKAGE_ERROR_0012"; + public final static String WEB_NPM_PACKAGE_ERROR_0013 = "WEB_NPM_PACKAGE_ERROR_0013"; + public final static String WEB_NPM_PACKAGE_ERROR_0014 = "WEB_NPM_PACKAGE_ERROR_0014"; + public final static String WEB_NPM_PACKAGE_ERROR_0015 = "WEB_NPM_PACKAGE_ERROR_0015"; +} diff --git a/npmpackage/web-npmpackage-api/src/main/java/com/inspur/edp/web/npmpackage/api/constant/I18nMsgConstant.java b/npmpackage/web-npmpackage-api/src/main/java/com/inspur/edp/web/npmpackage/api/constant/I18nMsgConstant.java new file mode 100644 index 0000000000000000000000000000000000000000..eaad7362c797d4aaef721e418f2483889cd9fbc1 --- /dev/null +++ b/npmpackage/web-npmpackage-api/src/main/java/com/inspur/edp/web/npmpackage/api/constant/I18nMsgConstant.java @@ -0,0 +1,44 @@ +package com.inspur.edp.web.npmpackage.api.constant; + +public class I18nMsgConstant { + public final static String WEB_NPM_PACKAGE_MSG_0001 = "WEB_NPM_PACKAGE_MSG_0001"; + public final static String WEB_NPM_PACKAGE_MSG_0002 = "WEB_NPM_PACKAGE_MSG_0002"; + public final static String WEB_NPM_PACKAGE_MSG_0003 = "WEB_NPM_PACKAGE_MSG_0003"; + public final static String WEB_NPM_PACKAGE_MSG_0004 = "WEB_NPM_PACKAGE_MSG_0004"; + public final static String WEB_NPM_PACKAGE_MSG_0005 = "WEB_NPM_PACKAGE_MSG_0005"; + public final static String WEB_NPM_PACKAGE_MSG_0006 = "WEB_NPM_PACKAGE_MSG_0006"; + public final static String WEB_NPM_PACKAGE_MSG_0007 = "WEB_NPM_PACKAGE_MSG_0007"; + public final static String WEB_NPM_PACKAGE_MSG_0008 = "WEB_NPM_PACKAGE_MSG_0008"; + public final static String WEB_NPM_PACKAGE_MSG_0009 = "WEB_NPM_PACKAGE_MSG_0009"; + public final static String WEB_NPM_PACKAGE_MSG_0010 = "WEB_NPM_PACKAGE_MSG_0010"; + public final static String WEB_NPM_PACKAGE_MSG_0011 = "WEB_NPM_PACKAGE_MSG_0011"; + public final static String WEB_NPM_PACKAGE_MSG_0012 = "WEB_NPM_PACKAGE_MSG_0012"; + public final static String WEB_NPM_PACKAGE_MSG_0013 = "WEB_NPM_PACKAGE_MSG_0013"; + public final static String WEB_NPM_PACKAGE_MSG_0014 = "WEB_NPM_PACKAGE_MSG_0014"; + public final static String WEB_NPM_PACKAGE_MSG_0015 = "WEB_NPM_PACKAGE_MSG_0015"; + public final static String WEB_NPM_PACKAGE_MSG_0016 = "WEB_NPM_PACKAGE_MSG_0016"; + public final static String WEB_NPM_PACKAGE_MSG_0017 = "WEB_NPM_PACKAGE_MSG_0017"; + public final static String WEB_NPM_PACKAGE_MSG_0018 = "WEB_NPM_PACKAGE_MSG_0018"; + public final static String WEB_NPM_PACKAGE_MSG_0019 = "WEB_NPM_PACKAGE_MSG_0019"; + public final static String WEB_NPM_PACKAGE_MSG_0020 = "WEB_NPM_PACKAGE_MSG_0020"; + public final static String WEB_NPM_PACKAGE_MSG_0021 = "WEB_NPM_PACKAGE_MSG_0021"; + public final static String WEB_NPM_PACKAGE_MSG_0022 = "WEB_NPM_PACKAGE_MSG_0022"; + public final static String WEB_NPM_PACKAGE_MSG_0023 = "WEB_NPM_PACKAGE_MSG_0023"; + public final static String WEB_NPM_PACKAGE_MSG_0024 = "WEB_NPM_PACKAGE_MSG_0024"; + public final static String WEB_NPM_PACKAGE_MSG_0025 = "WEB_NPM_PACKAGE_MSG_0025"; + public final static String WEB_NPM_PACKAGE_MSG_0026 = "WEB_NPM_PACKAGE_MSG_0026"; + public final static String WEB_NPM_PACKAGE_MSG_0027 = "WEB_NPM_PACKAGE_MSG_0027"; + public final static String WEB_NPM_PACKAGE_MSG_0028 = "WEB_NPM_PACKAGE_MSG_0028"; + public final static String WEB_NPM_PACKAGE_MSG_0029 = "WEB_NPM_PACKAGE_MSG_0029"; + public final static String WEB_NPM_PACKAGE_MSG_0030 = "WEB_NPM_PACKAGE_MSG_0030"; + public final static String WEB_NPM_PACKAGE_MSG_0031 = "WEB_NPM_PACKAGE_MSG_0031"; + public final static String WEB_NPM_PACKAGE_MSG_0032 = "WEB_NPM_PACKAGE_MSG_0032"; + public final static String WEB_NPM_PACKAGE_MSG_0033 = "WEB_NPM_PACKAGE_MSG_0033"; + public final static String WEB_NPM_PACKAGE_MSG_0034 = "WEB_NPM_PACKAGE_MSG_0034"; + public final static String WEB_NPM_PACKAGE_MSG_0035 = "WEB_NPM_PACKAGE_MSG_0035"; + public final static String WEB_NPM_PACKAGE_MSG_0036 = "WEB_NPM_PACKAGE_MSG_0036"; + public final static String WEB_NPM_PACKAGE_MSG_0037 = "WEB_NPM_PACKAGE_MSG_0037"; + public final static String WEB_NPM_PACKAGE_MSG_0038 = "WEB_NPM_PACKAGE_MSG_0038"; + public final static String WEB_NPM_PACKAGE_MSG_0039 = "WEB_NPM_PACKAGE_MSG_0039"; + +} diff --git a/npmpackage/web-npmpackage-core/pom.xml b/npmpackage/web-npmpackage-core/pom.xml index fc752b6adc57c9396c4d671dfa1f8dab2f78bf86..986a25f5ad77ee008cd6a84fa20dbdd8cd27d636 100644 --- a/npmpackage/web-npmpackage-core/pom.xml +++ b/npmpackage/web-npmpackage-core/pom.xml @@ -44,5 +44,9 @@