From eda88962a83210f9500a4e0072f1ddfb22b6e33d Mon Sep 17 00:00:00 2001 From: helongfei Date: Thu, 10 Feb 2022 09:42:43 +0800 Subject: [PATCH] =?UTF-8?q?developer=E5=A2=9E=E5=8A=A0=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/i18n/en_US/developer/errorCode.properties | 3 ++- src/main/resources/i18n/zh_CN/developer/errorCode.properties | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/resources/i18n/en_US/developer/errorCode.properties b/src/main/resources/i18n/en_US/developer/errorCode.properties index 95a5b31..70d288a 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 4bf1075..b6d1796 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 -- Gitee