From 49d2366a64071b18cf79552b860816e410240142 Mon Sep 17 00:00:00 2001 From: luoxiaoyun Date: Thu, 19 Aug 2021 17:56:17 +0800 Subject: [PATCH] =?UTF-8?q?I41V8F=E3=80=90AppStore=E3=80=91=E5=BA=94?= =?UTF-8?q?=E7=94=A8=E5=8C=85=E7=AD=BE=E5=90=8D=E6=96=B0=E5=A2=9E=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E7=A0=81=EF=BC=8C=20=E5=90=8C=E6=AD=A5=E5=88=B0v1.2?= =?UTF-8?q?=E5=88=86=E6=94=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/i18n/en_US/appstore/errorCode.properties | 2 ++ src/main/resources/i18n/zh_CN/appstore/errorCode.properties | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/main/resources/i18n/en_US/appstore/errorCode.properties b/src/main/resources/i18n/en_US/appstore/errorCode.properties index eca8d22..57e3108 100644 --- a/src/main/resources/i18n/en_US/appstore/errorCode.properties +++ b/src/main/resources/i18n/en_US/appstore/errorCode.properties @@ -26,6 +26,8 @@ 10026=Failed to get status of test task from ATP. 10027=Can not find the application. 10028=The image (%s) of this application does not exist. +10029=The content of application's manifest file is incorrect. +10030=Application package signing failed. 11001=Can not find the application package. 11002=The application can be published only after testing successfully. 11003=Can not find the file of the application package. diff --git a/src/main/resources/i18n/zh_CN/appstore/errorCode.properties b/src/main/resources/i18n/zh_CN/appstore/errorCode.properties index 582c95c..6e484f4 100644 --- a/src/main/resources/i18n/zh_CN/appstore/errorCode.properties +++ b/src/main/resources/i18n/zh_CN/appstore/errorCode.properties @@ -26,6 +26,8 @@ 10026=\u4ece\u0041\u0054\u0050\u83b7\u53d6\u6d4b\u8bd5\u4efb\u52a1\u72b6\u6001\u5931\u8d25\u3002 10027=\u627E\u4E0D\u5230\u5E94\u7528\u3002 10028=\u8fd9\u4e2a\u5e94\u7528\u7684\u955c\u50cf\uff08%s\uff09\u4e0d\u5b58\u5728\u3002 +10029=\u5e94\u7528\u7684\u006d\u0061\u006e\u0069\u0066\u0065\u0073\u0074\u6587\u4ef6\u5185\u5bb9\u4e0d\u6b63\u786e\u3002 +10030=\u5e94\u7528\u5305\u7b7e\u540d\u5931\u8d25\u3002 11001=\u627e\u4e0d\u5230\u5e94\u7528\u5305\u3002 11002=\u5E94\u7528\u6D4B\u8BD5\u6210\u529F\u540E\u624D\u80FD\u53D1\u5E03\u3002 11003=\u627e\u4e0d\u5230\u5e94\u7528\u5305\u6587\u4ef6\u3002 -- Gitee