From 0b146a79c5926099a7bc3fd5a350e9c98d00b160 Mon Sep 17 00:00:00 2001 From: luoxiaoyun Date: Fri, 4 Jun 2021 09:43:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=B5=84=E6=BA=90=E6=8F=8F?= =?UTF-8?q?=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/i18n/en_US/appstore/errorCode.properties | 6 +++--- src/main/resources/i18n/zh_CN/appstore/errorCode.properties | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/resources/i18n/en_US/appstore/errorCode.properties b/src/main/resources/i18n/en_US/appstore/errorCode.properties index 3688fd6..3d571d5 100644 --- a/src/main/resources/i18n/en_US/appstore/errorCode.properties +++ b/src/main/resources/i18n/en_US/appstore/errorCode.properties @@ -1,6 +1,6 @@ 10001=Invalid application parameters. 10002=The file name of %s contains blank. -10003=The file name extension of %s is invalid, shoud be in %s. +10003=The file name extension of %s is invalid, should be in %s. 10004=The file size of %s is too big, shouldn't exceed %s MB. 10005=File name is null. 10006=An exception occurred in the validity check of the application package. @@ -15,8 +15,8 @@ 10015=Too many files to decompress, exceed %s. 10016=An exception occurred while getting the file %s from application package. 10017=Failed to load values from values.yaml. -10018=Pull image failed. -10019=Push image failed. +10018=Pull image (%s) failed. +10019=Push image (%s) failed. 10020=An exception occurred in the validity check of the application icon. 10021=An exception occurred in the validity check of the application video. 10022=The same application has existed. diff --git a/src/main/resources/i18n/zh_CN/appstore/errorCode.properties b/src/main/resources/i18n/zh_CN/appstore/errorCode.properties index 69f1a69..905d207 100644 --- a/src/main/resources/i18n/zh_CN/appstore/errorCode.properties +++ b/src/main/resources/i18n/zh_CN/appstore/errorCode.properties @@ -15,8 +15,8 @@ 10015=\u5f85\u89e3\u538b\u6587\u4ef6\u6570\u91cf\u592a\u5927\uff0c\u8d85\u8fc7\u4e86%s\u3002 10016=\u4ece\u5e94\u7528\u5305\u4e2d\u83b7\u53d6\u6587\u4ef6\uff1a%s\u5f02\u5e38\u3002 10017=\u4ece\u6587\u4ef6values.yaml\u52a0\u8f7d\u6570\u636e\u5931\u8d25\u3002 -10018=\u4e0b\u8f7d\u955c\u50cf\u5931\u8d25\u3002 -10019=\u4e0a\u4f20\u955c\u50cf\u5931\u8d25\u3002 +10018=\u4e0b\u8f7d\u955c\u50cf\uff08%s\uff09\u5931\u8d25\u3002 +10019=\u4e0a\u4f20\u955c\u50cf\uff08%s\uff09\u5931\u8d25\u3002 10020=\u5e94\u7528\u56fe\u6807\u5408\u6cd5\u6027\u6821\u9a8c\u51fa\u73b0\u5f02\u5e38\u3002 10021=\u5e94\u7528\u89c6\u9891\u5408\u6cd5\u6027\u6821\u9a8c\u51fa\u73b0\u5f02\u5e38\u3002 10022=\u76f8\u540c\u7684\u5e94\u7528\u5df2\u5b58\u5728\u3002 -- Gitee