Ver código fonte

Update: update resource code

Jinhui Zhu 5 anos atrás
pai
commit
c0c3a3cc08

+ 2 - 2
src/Language/i18n/CN/resource.php

@@ -1,6 +1,5 @@
 <?php
 return array(
-    '10001' => '两个值不相同',
     '100000' => '参数错误',
     '100001' => '未设置资源文件',
     '100002' => '未设置标题',
@@ -11,6 +10,7 @@ return array(
     '100007' => '创建文件夹失败',
     '100008' => '文件上传失败',
     '100009' => '验证码错误',
-	'100010' => '错误的日志类型 %s ',
+    '100010' => '错误的日志类型 %s ',
     '100011' => '文件尺寸超出大小',
+    '100012' => '两个值不相同',
 );

+ 1 - 1
src/Language/i18n/EN/resource.php

@@ -1,6 +1,5 @@
 <?php
 return array(
-    '10001' => 'The two values are different',
     '100000' => 'Parameter error',
     '100001' => 'No resource file set',
     '100002' => 'No title set',
@@ -13,4 +12,5 @@ return array(
     '100009' => 'Verification code error',
     '100010' => 'Log format is error: %s ',
     '100011' => 'File is too big',
+    '100012' => 'The two values are different',
 );