diff --git a/src/main/resources/i18n/en_US/atp/errorCode.properties b/src/main/resources/i18n/en_US/atp/errorCode.properties index cedcca19915752183398deafc4f4c713a46750c3..834ebf363cc25c5d13aa7d4216b236f19d66b956 100644 --- a/src/main/resources/i18n/en_US/atp/errorCode.properties +++ b/src/main/resources/i18n/en_US/atp/errorCode.properties @@ -13,4 +13,7 @@ 40012=file operation io exception. 40013=%s do not exists. 40014=%s size out of limit %s. -40015=%s number out of limit %s. \ No newline at end of file +40015=%s number out of limit %s. +40016=test task is alreay running. +40017=run test task failed. +40018=bomb defense validation failed. \ No newline at end of file diff --git a/src/main/resources/i18n/zh_CN/atp/errorCode.properties b/src/main/resources/i18n/zh_CN/atp/errorCode.properties index 672610fed8dd6e05ee24eccbd32ce86fff36ce01..0130de9ddc3a0041374df9901bee430542a5adf8 100644 --- a/src/main/resources/i18n/zh_CN/atp/errorCode.properties +++ b/src/main/resources/i18n/zh_CN/atp/errorCode.properties @@ -13,4 +13,7 @@ 40012=\u6587\u4ef6\u64cd\u4f5c\u0069\u006f\u5f02\u5e38. 40013=%s \u4e0d\u5b58\u5728. 40014=%s \u5927\u5c0f\u8d85\u8fc7\u9650\u5236 %s. -40015=%s \u6570\u91cf\u8d85\u8fc7\u9650\u5236 %s. \ No newline at end of file +40015=%s \u6570\u91cf\u8d85\u8fc7\u9650\u5236 %s. +40016=\u6d4b\u8bd5\u4efb\u52a1\u5df2\u7ecf\u662f\u8fd0\u884c\u72b6\u6001. +40017=\u8fd0\u884c\u6d4b\u8bd5\u4efb\u52a1\u5931\u8d25. +40018=\u9632\u70b8\u5f39\u653b\u51fb\u68c0\u6d4b\u5931\u8d25. \ No newline at end of file