diff --git a/src/main/resources/i18n/en_US/developer/errorCode.properties b/src/main/resources/i18n/en_US/developer/errorCode.properties index 95a5b31752295bbf534bc451d8bd2ee60546ce0f..70d288ae38327df3651bf742515cf464dba0f60e 100644 --- a/src/main/resources/i18n/en_US/developer/errorCode.properties +++ b/src/main/resources/i18n/en_US/developer/errorCode.properties @@ -39,4 +39,5 @@ 20039=Failed to delete the virtual machine image on the remote file system. 20040=Container application release calls the AppStore interface, and the icon copy fails. 20041=Failed to synchronize application. -20042=Failed to publish application. \ No newline at end of file +20042=Failed to publish application. +28888=An unknown exception occurred when publishing the application. \ No newline at end of file diff --git a/src/main/resources/i18n/zh_CN/developer/errorCode.properties b/src/main/resources/i18n/zh_CN/developer/errorCode.properties index 4bf10756a891c11c8b2ce3f3f265d7e6f6f757b7..b6d179628049ec2b2c4a73ebdfd6e99f62345f69 100644 --- a/src/main/resources/i18n/zh_CN/developer/errorCode.properties +++ b/src/main/resources/i18n/zh_CN/developer/errorCode.properties @@ -40,3 +40,4 @@ 20040=\u5BB9\u5668\u5E94\u7528\u53D1\u5E03\u8C03\u7528AppStore\u63A5\u53E3\uFF0C\u590D\u5236icon\u5931\u8D25\u3002 20041=\u540C\u6B65\u5E94\u7528\u5931\u8D25\u3002 20042=\u53D1\u5E03\u5E94\u7528\u5931\u8D25\u3002 +28888=\u53D1\u5E03\u5E94\u7528\u53D1\u751F\u672A\u77E5\u5F02\u5E38\u3002