en_us.php 68 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259
  1. <?php
  2. // +----------------------------------------------------------------------
  3. // | CRMEB [ CRMEB赋能开发者,助力企业发展
  4. // +----------------------------------------------------------------------
  5. // | Copyright (c) 2016~2020 https://www.crmeb.com All rights reserved.
  6. // +----------------------------------------------------------------------
  7. // | Licensed CRMEB并不是自由软件,未经许可不能去掉CRMEB相关版权
  8. // +----------------------------------------------------------------------
  9. // | Author: CRMEB Team <admin@crmeb.com>
  10. // +----------------------------------------------------------------------
  11. return [
  12. 100000 => 'Saved succeeded',
  13. 100001 => 'Modification successful',
  14. 100002 => 'Deletion succeeded',
  15. 100003 => 'Display successful',
  16. 100004 => 'Hidden successfully',
  17. 100005 => 'operation failed',
  18. 100006 => 'Save failed',
  19. 100007 => 'Modification failed',
  20. 100008 => 'Delete failed',
  21. 100009 => 'Picture uploaded successfully',
  22. 100010 => 'Operation successful',
  23. 100011 => 'No data',
  24. 100012 => 'Update successful',
  25. 100013 => 'Update failed',
  26. 100014 => 'Set successfully',
  27. 100015 => 'Setting failed',
  28. 100016 => 'Get failed',
  29. 100017 => 'Submitted successfully',
  30. 100018 => 'Submit failed',
  31. 100019 => 'Cancellation succeeded',
  32. 100020 => 'Cancel failed',
  33. 100021 => 'Successfully added',
  34. 100022 => 'Add failed',
  35. 100023 => 'Failed to save token',
  36. 100024 => 'Remarks successful',
  37. 100025 => 'Remarks failed',
  38. 100026 => 'Data does not exist',
  39. 100027 => 'Successful application',
  40. 100028 => 'Application failed',
  41. 100029 => 'No such method',
  42. 100030 => 'Sent successfully',
  43. 100031 => 'fail in send',
  44. 100032 => 'Upload successful',
  45. 100033 => 'Upload failed',
  46. 100034 => 'Move successful',
  47. 100035 => 'Move failed',
  48. 100036 => 'Refund successful',
  49. 100037 => 'Refund failed',
  50. 100038 => 'Synchronization succeeded',
  51. 100039 => 'Synchronization failed',
  52. 100040 => 'recovery was successful',
  53. 100041 => 'restore failed',
  54. 100042 => 'Exit successful',
  55. 100043 => 'Exit failed',
  56. 100044 => 'Successfully opened',
  57. 100045 => 'Failed to open',
  58. 100046 => 'Data cleared successfully',
  59. 100047 => 'Optimization succeeded',
  60. 100048 => 'Optimization failed',
  61. 100049 => 'Repair successful',
  62. 100050 => 'Repair failed',
  63. 100051 => 'Backup successful',
  64. 100052 => 'Backup failed',
  65. 100100 => 'Parameter error',
  66. 100101 => 'Illegal operation',
  67. 100102 => 'Data acquisition failed',
  68. 100103 => 'Site upgrade in progress, please visit later',
  69. // 处理特殊状态码
  70. 110000 => 'You do not have access right for the time being',
  71. 110001 => 'The interface is not authorized and you cannot access it',
  72. //用户登录特殊
  73. 110002 => 'Please login',
  74. 110003 => 'Login has expired, please login again',
  75. 110004 => 'Login status error, please login again',
  76. //客服登录特殊
  77. 110005 => 'Please login',
  78. 110006 => 'Login has expired, please login again',
  79. 110007 => 'Login status error, please login again',
  80. 400000 => 'Please select a user avatar',
  81. 400001 => 'Please fill in user nickname',
  82. 400002 => 'Please fill in the comments',
  83. 400003 => 'Please select a product score',
  84. 400004 => 'Please select a service score',
  85. 400005 => 'Product score must be an integer between 1-5',
  86. 400006 => 'Service Score must be an integer between 1-5',
  87. 400007 => 'Please select a courier company',
  88. 400008 => 'Please fill in the sender`s name',
  89. 400009 => 'Please enter sender mobile number',
  90. 400010 => 'Sender`s mobile number is incorrect',
  91. 400011 => 'Please fill in the sender`s full address',
  92. 400012 => 'Please fill in the cloud printer number',
  93. 400013 => 'Please enter the package id',
  94. 400014 => 'Package id must be a number',
  95. 400015 => 'Please fill in the package amount',
  96. 400016 => 'Please fill in the purchase quantity',
  97. 400017 => 'Purchase quantity must be a number',
  98. 400018 => 'Please fill in the purchase package type',
  99. 400019 => 'The mobile number you enter must be numeric',
  100. 400020 => 'Password must be filled',
  101. 400021 => 'SMS verification code must be a number',
  102. 400022 => 'Please fill in the content of the speech',
  103. 400023 => 'Please fill in the order number',
  104. 400024 => 'Please fill in the order number',
  105. 400025 => 'Please fill in the shipping template name',
  106. 400026 => 'Shipping information must be an array',
  107. 400027 => 'Free shipping information must be an array',
  108. 400028 => 'Undelivered message must be an array',
  109. 400029 => 'type data format error, should be 1 or 2 or 3',
  110. 400030 => 'appoint data format error,should be 0 or 1',
  111. 400031 => 'no_delivery data is malformed, should be 0 or 1',
  112. 400032 => 'sort data malformed, expected integer',
  113. 400033 => 'Please fill in the administrator account',
  114. 400034 => 'The administrator account is in English letters',
  115. 400035 => 'Please enter administrator name',
  116. 400036 => 'Please select administrator identity',
  117. 400037 => 'Identity must be an array',
  118. 400038 => 'Please fill in the city name',
  119. 400039 => 'level data format error, should be an integer',
  120. 400040 => 'parent_id data is malformed, should be an integer',
  121. 400041 => 'Please enter a valid URL',
  122. 400042 => 'The first-level rebate ratio must be a number',
  123. 400043 => 'The first-level rebate rate can be up to two decimal places',
  124. 400044 => 'Fill in the first-level rebate ratio in the range of 0-100',
  125. 400045 => 'The second-level rebate ratio must be a number',
  126. 400046 => 'The second-level rebate rate can be up to two decimal places',
  127. 400047 => 'Fill in the second-level rebate ratio in the range of 0-100',
  128. 400048 => 'Quantity to be replenished must be a number',
  129. 400049 => 'Alert Inventory must be a number',
  130. 400050 => 'The minimum withdrawal amount can only be a number',
  131. 400051 => 'The minimum withdrawal amount must be greater than 0',
  132. 400052 => 'Commission freeze time range is between 0-180',
  133. 400053 => 'Full distribution amount must be a number',
  134. 400054 => 'Points credit ratio must be a number',
  135. 400055 => 'Points credit ratio can be up to two decimal places',
  136. 400056 => 'Points credit ratio must be between 0-1000',
  137. 400057 => 'Points credit limit must be a number',
  138. 400058 => 'The upper limit of points credit must be greater than or equal to 0',
  139. 400059 => 'The bonus points for placing an order must be a number',
  140. 400060 => 'The bonus points for placing an order must be between 0-1000',
  141. 400061 => 'General merchandise unpaid Cancellation time must be a number',
  142. 400062 => 'The event item is not paid, the cancellation order time must be a number',
  143. 400063 => 'Bargained item not paidCancellation time must be a number',
  144. 400064 => 'Group product not paidCancellation time must be a number',
  145. 400065 => 'Auto-receive time after order is shipped must be a number',
  146. 400066 => 'Full amount of free shipping must be a number',
  147. 400067 => 'The integral multiplier must be greater than 0',
  148. 400068 => 'Discount number must be greater than 0',
  149. 400069 => 'The integral multiplier must be greater than 0',
  150. 400070 => 'Discount number must be greater than 0',
  151. 400071 => 'Order gift experience ratio must be a number',
  152. 400072 => 'The reward experience ratio for placing an order must be greater than 0',
  153. 400073 => 'Sign-in gift experience must be digital',
  154. 400074 => 'Sign-in gift experience must be greater than 0',
  155. 400075 => 'Invite new users to give experience must be digital',
  156. 400076 => 'Invite new users to give experience must be greater than 0',
  157. 400077 => 'Shipper name must be in Chinese characters',
  158. 400078 => 'The Shipper name should be 2-10 characters long',
  159. 400079 => 'Shipper phone must be a number',
  160. 400080 => 'Please fill in a valid mobile phone number for the Shipper phone number',
  161. 400081 => 'Shipper address can only be Chinese characters, letters, numbers',
  162. 400082 => 'Shipper address length is 10-100 digits',
  163. 400083 => 'The serial number of the electronic sheet printer must be numbers and letters',
  164. 400084 => 'The number length of the electronic single printer is 10-50 digits',
  165. 400085 => 'Customer service feedback length is 10-90',
  166. 400086 => 'Please fill in the label category name',
  167. 400087 => 'Please fill in the label sorting order',
  168. 400088 => 'Label classification must be numeric',
  169. 400089 => 'Account numbers can only be numbers and letters',
  170. 400090 => 'The limit cannot exceed the product inventory',
  171. 400091 => 'The item has been removed from the shelf or moved to the recycling bin',
  172. 400092 => 'Failed to occupy inventory',
  173. 400093 => 'Product has been removed or deleted',
  174. 400094 => 'Please select a valid product attribute',
  175. 400095 => 'Amount cannot be less than 0',
  176. 400096 => 'End time cannot be less than today',
  177. 400097 => 'You are not a paid member',
  178. 400098 => 'Temporarily unavailable',
  179. 400099 => 'Please configure the receipt printing developer first',
  180. 400100 => 'Please fill in the category name',
  181. 400101 => 'This category already exists',
  182. 400102 => 'Please delete subcategories first',
  183. 400103 => 'Category does not exist',
  184. 400104 => 'File name cannot be empty',
  185. 400105 => 'This category has sub-categories and cannot modify the superior',
  186. 400106 => 'Remarks cannot be empty',
  187. 400107 => 'Please type in your name',
  188. 400108 => 'Please enter the withdrawal amount',
  189. 400109 => 'Please enter your Alipay account',
  190. 400110 => 'Please enter your WeChat account',
  191. 400111 => 'Please enter bank card number',
  192. 400112 => 'Please enter the bank',
  193. 400113 => 'Rejection reason cannot be empty',
  194. 400114 => 'No duplicate receipts',
  195. 400115 => 'Please ship first or deliver',
  196. 400116 => 'Receipt failed',
  197. 400117 => 'Goods received',
  198. 400118 => 'Order does not exist',
  199. 400119 => 'User information does not exist',
  200. 400120 => 'The tracking number does not exist',
  201. 400121 => 'Print successfully',
  202. 400122 => 'Print failed',
  203. 400123 => 'Courier number missing',
  204. 400124 => 'Please configure Tencent map KEY',
  205. 400125 => 'Please select a store location',
  206. 400126 => 'The added account user already exists',
  207. 400127 => 'Please select your pickup point',
  208. 400128 => 'Please fill in the name of the verification officer',
  209. 400129 => 'Please fill in the phone number of the verification officer',
  210. 400130 => 'Verifier added successfully',
  211. 400131 => 'Failed to add auditor',
  212. 400132 => 'Please fill in your phone number',
  213. 400133 => 'Please fill in the account number',
  214. 400134 => 'Please fill in the password',
  215. 400135 => 'Please fill in the SMS signature',
  216. 400136 => 'SMS signature can be up to 8 characters',
  217. 400137 => 'Please fill in the verification code',
  218. 400138 => 'Please fill in the domain name',
  219. 400139 => 'Login successful',
  220. 400140 => 'Incorrect username or password',
  221. 400141 => 'Please fill in the SMS configuration first',
  222. 400142 => 'Please enter a template name',
  223. 400143 => 'Please enter template content',
  224. 400144 => 'After-sales order status does not support this operation',
  225. 400145 => 'Modify the refund status successfully',
  226. 400146 => 'Please enter the refund amount',
  227. 400147 => 'The payment amount has been refunded and cannot be refunded any more',
  228. 400148 => 'The refund amount is greater than the payment amount, please modify the refund amount',
  229. 400149 => 'Refund successfully',
  230. 400150 => 'Refund failed',
  231. 400151 => 'Verification succeeded',
  232. 400152 => 'Write-off successful',
  233. 400153 => 'Verification order not found',
  234. 400154 => 'Write-off failed',
  235. 400155 => 'Order amount is required',
  236. 400156 => 'Please select the order to delete',
  237. 400157 => 'The order you selected has an order that has not been deleted by the user',
  238. 400158 => 'Please select an item to ship',
  239. 400159 => 'Please re-select the item to be shipped or the number of items to be shipped',
  240. 400160 => 'The order has been deleted and the points cannot be refunded',
  241. 400161 => 'Please enter points',
  242. 400162 => 'Points have been refunded',
  243. 400163 => 'The refund points are greater than the payment points, please modify the refund points',
  244. 400164 => 'Successfully refunded points',
  245. 400165 => 'Failed to refund points',
  246. 400166 => 'Please fill in the billing number',
  247. 400167 => 'Please fill in the correct billing number',
  248. 400168 => 'Please upload file',
  249. 400169 => 'Reply successful',
  250. 400170 => 'Registration success',
  251. 400171 => 'Registration failed',
  252. 400172 => 'Login failed',
  253. 400173 => 'Failed to get plan list',
  254. 400174 => 'Failed to get payment code',
  255. 400175 => 'Please activate the SMS service first',
  256. 400176 => 'Please activate the logistics inquiry service first',
  257. 400177 => 'Please activate the electronic receipt printing service first',
  258. 400178 => 'Please activate the product collection service first',
  259. 400179 => 'Please set SMS signature',
  260. 400180 => 'Modified SMS Signature Successfully',
  261. 400181 => 'Default templates cannot be deleted',
  262. 400182 => 'Failed to read administrator information',
  263. 400183 => 'The password is too simple, please enter a more complex password',
  264. 400184 => 'Protocol type does not exist',
  265. 400185 => 'Cleared successfully',
  266. 400186 => 'Clear failed',
  267. 400187 => 'Please enter a name',
  268. 400188 => 'Please do not add',
  269. 400189 => 'Add data successfully',
  270. 400190 => 'Please enter a start time',
  271. 400191 => 'Please enter a duration',
  272. 400192 => 'Please enter an integer number between 0-23 o`clock',
  273. 400193 => 'Please enter an integer number between 1-24 o`clock',
  274. 400194 => 'Start time + duration cannot be greater than 24 hours',
  275. 400195 => 'Time slot occupied',
  276. 400196 => 'Please enter the sign-in bonus points',
  277. 400197 => 'Please enter an integer greater than or equal to 0',
  278. 400198 => 'Please fill in the button name',
  279. 400199 => 'This identity was not found',
  280. 400200 => 'Please enter a class name',
  281. 400201 => 'Please enter level',
  282. 400202 => 'Please select the level icon',
  283. 400203 => 'The second-level rebate ratio cannot be greater than the first-level commission',
  284. 400204 => 'The current level already exists',
  285. 400205 => 'Add level successfully',
  286. 400206 => 'Edited level does not exist',
  287. 400207 => 'Please enter a task name',
  288. 400208 => 'Please select a task type',
  289. 400209 => 'Please enter a limited quantity',
  290. 400210 => 'Added task successfully',
  291. 400211 => 'Edited task does not exist',
  292. 400212 => 'Failed to get promotion QR code, please check your WeChat configuration',
  293. 400213 => 'Higher-level promoters can`t do it for themselves',
  294. 400214 => 'User does not exist',
  295. 400215 => 'The superior user does not exist',
  296. 400216 => 'The current promoter is already selected',
  297. 400217 => 'A superior promoter cannot be a subordinate for himself',
  298. 400218 => 'The gift is successful',
  299. 400219 => 'Gift failed',
  300. 400220 => 'Please enter an identity',
  301. 400221 => 'Please select at least one permission',
  302. 400222 => 'Successfully added identity',
  303. 400223 => 'Failed to add identity',
  304. 400224 => 'Missing APPID',
  305. 400225 => 'Please set the space domain name first',
  306. 400226 => 'The format is incorrect, please enter the format as: http://domain name',
  307. 400227 => 'No storage space in use',
  308. 400228 => 'The switch to cloud storage is successful, please check whether the storage space is enabled',
  309. 400229 => 'Switch local storage successfully',
  310. 400230 => 'Please enter template number',
  311. 400231 => 'Please enter the template number already exists, please re-enter',
  312. 400232 => 'Please enter template ID',
  313. 400233 => 'Please enter a template name',
  314. 400234 => 'Please enter a reply',
  315. 400235 => 'Add template message success',
  316. 400236 => 'Please configure the applet appid, appSecret and other parameters first',
  317. 400237 => 'QR code generation failed',
  318. 400238 => 'Please add at least one button',
  319. 400239 => 'Please enter key words',
  320. 400240 => 'Please select a reply type',
  321. 400241 => 'Wrong reply type',
  322. 400242 => 'Reply message parameter is wrong',
  323. 400243 => 'Please add graphic',
  324. 400244 => 'Title cannot be empty',
  325. 400245 => 'Author cannot be empty',
  326. 400246 => 'Body cannot be empty',
  327. 400247 => 'Abstract cannot be empty',
  328. 400248 => 'Please configure the applet appid, appSecret and other parameters first',
  329. 400249 => 'One-click setting of template message is successful',
  330. 400250 => 'Please select a user',
  331. 400251 => 'The user is not bound with a mobile phone number, please fill in manually',
  332. 400252 => 'Malformed phone number',
  333. 400253 => 'Customer service already exists',
  334. 400254 => 'Please enter account',
  335. 400255 => 'The account number must be a combination of 4-30 digits or letters',
  336. 400256 => 'Please enter password',
  337. 400257 => 'Password must be a combination of 6-20 digits or letters',
  338. 400258 => 'Customer service for this phone number already exists',
  339. 400259 => 'The customer service account already exists',
  340. 400260 => 'Customer service added successfully',
  341. 400261 => 'Customer service failed to add',
  342. 400262 => 'Customer service name cannot be empty',
  343. 400263 => 'Please enter confirm password',
  344. 400264 => 'The two entered passwords do not match',
  345. 400265 => 'If the user does not exist, the customer service will forcibly prohibit the login',
  346. 400266 => 'The registered customer service does not exist',
  347. 400267 => 'Please fill in the customer service account and password before trying to enter the customer service platform',
  348. 400268 => 'Feedback content does not exist',
  349. 400269 => 'Words cannot be added repeatedly',
  350. 400270 => 'Created words success',
  351. 400271 => 'Failed to create words',
  352. 400272 => 'Deleted words do not exist',
  353. 400273 => 'System categories cannot be deleted',
  354. 400274 => 'Please enter a configuration name',
  355. 400275 => 'Please enter a field name',
  356. 400276 => 'Please enter a configuration profile',
  357. 400277 => 'Please enter the width of the text box',
  358. 400278 => 'Please enter the correct width of the text box',
  359. 400279 => 'Please enter the width of the multiline text box',
  360. 400280 => 'Please enter the height of the multiline text box',
  361. 400281 => 'Please enter the correct width of the multiline text box',
  362. 400282 => 'Please enter the correct width of the multiline text box',
  363. 400283 => 'Please enter configuration parameters',
  364. 400284 => 'Add configuration successfully',
  365. 400285 => 'The first and second level rebate ratio cannot be greater than 100%',
  366. 400286 => 'No more than 5 distribution posters',
  367. 400287 => 'The minimum withdrawal amount can only be a number',
  368. 400288 => 'Full distribution minimum amount cannot be empty',
  369. 400289 => 'The minimum amount of full distribution cannot be less than 0',
  370. 400290 => 'Please fill in a positive integer for the binding validity period',
  371. 400291 => 'Please enter a title',
  372. 400292 => 'Add configuration category successfully',
  373. 400293 => 'Subordinate configuration exists and cannot be deleted',
  374. 400294 => 'At least one field exists',
  375. 400295 => 'Add data group successfully',
  376. 400296 => 'Data key already exists',
  377. 400297 => 'Field cannot be empty',
  378. 400298 => 'No more than four',
  379. 400299 => 'The number of check-in days cannot be greater than 7 days',
  380. 400300 => 'Association successful',
  381. 400301 => 'Association failed',
  382. 400302 => 'Data cache refreshed successfully',
  383. 400303 => 'Data cache refreshed failed',
  384. 400304 => 'Please enter the domain name that needs to be changed',
  385. 400305 => 'Invalid domain name',
  386. 400306 => 'Replacement succeeded',
  387. 400307 => 'Loading finished',
  388. 400308 => 'The backup file may be corrupted',
  389. 400309 => 'Error restoring data',
  390. 400310 => 'Restoring...',
  391. 400311 => 'Restore complete',
  392. 400312 => 'Benefit Editing Successfully',
  393. 400313 => 'Card generated successfully',
  394. 400314 => 'Mobile number already exists',
  395. 400315 => 'Please enter the correct ID',
  396. 400316 => 'Please select a group',
  397. 400317 => 'Please select a label',
  398. 400318 => 'Join the message queue successfully',
  399. 400319 => 'Cancellation succeeded',
  400. 400320 => 'Account refused to cancel',
  401. 400321 => 'Please enter a group name',
  402. 400322 => 'Member tag cannot be empty',
  403. 400323 => 'There are tags in this category, please delete the tags first',
  404. 400324 => 'Please enter a class name',
  405. 400325 => 'Please enter level',
  406. 400326 => 'Please enter a level description',
  407. 400327 => 'Please upload a rating icon',
  408. 400328 => 'Please upload the level background icon',
  409. 400329 => 'Please enter upgrade experience',
  410. 400330 => 'Authorization succeeded, but failed to write to the database, please check the database link configuration',
  411. 400331 => 'Please fill in the company name',
  412. 400332 => 'Please fill in the authorized domain name',
  413. 400333 => 'Please fill in cell phone number',
  414. 400334 => 'Please fill in the order id',
  415. 400335 => 'Application for authorization is successful',
  416. 400336 => 'Verification code error',
  417. 400337 => 'Please select a product',
  418. 400338 => 'Please enter product name',
  419. 400339 => 'Please select a background image',
  420. 400340 => 'Please enter live price',
  421. 400341 => 'Live price must be greater than 0',
  422. 400342 => 'Please enter the live room name',
  423. 400343 => 'Please select a background image',
  424. 400344 => 'Please select a shared image',
  425. 400345 => 'Please select an anchor',
  426. 400346 => 'Please select the start and end time of the live broadcast',
  427. 400347 => 'Please fill in the event introduction',
  428. 400348 => 'Please fill in the unit',
  429. 400349 => 'Please select a product carousel',
  430. 400350 => 'The number of products you set exceeds the system limit',
  431. 400351 => 'Template does not exist',
  432. 400352 => 'Please enter a page name',
  433. 400353 => 'Please select an event time period',
  434. 400354 => 'Please fill in the purchase quantity limit',
  435. 400355 => 'Purchase quantity limit must be greater than 0',
  436. 400356 => 'Please fill in the number of cuts',
  437. 400357 => 'The number of assists must be greater than 0',
  438. 400358 => 'Please fill in the number of people who haggle',
  439. 400359 => 'The number of bidders must be greater than 1',
  440. 400360 => 'Please select a shipping template',
  441. 400361 => 'Please fill in the product details',
  442. 400362 => 'Please select a specification',
  443. 400363 => 'Please fill in the virtual group ratio',
  444. 400364 => 'The number of virtual participants cannot be greater than the number of participants',
  445. 400365 => 'The number of virtual participants cannot be greater than the number of participants',
  446. 400366 => 'Please fill in the single purchase quantity',
  447. 400367 => 'A single purchase quantity must be greater than 0',
  448. 400368 => 'Please fill in the number of people in the group',
  449. 400369 => 'The number of people in the group cannot be less than 2 people',
  450. 400370 => 'Please fill in the group expiry date',
  451. 400371 => 'The validity period of the group must be greater than 0',
  452. 400372 => 'Please fill in the coupon name',
  453. 400373 => 'Please select product category',
  454. 400374 => 'Please fill in the coupon amount',
  455. 400375 => 'Please fill in the minimum coupon usage amount',
  456. 400376 => 'Please fill in the coupon validity period',
  457. 400377 => 'Please select a seckill time period',
  458. 400378 => 'Please fill in the store name',
  459. 400379 => 'Please fill in the store introduction',
  460. 400380 => 'Please fill in the store phone number',
  461. 400381 => 'Please select the pickup point logo',
  462. 400382 => 'Please select the pickup point for larger image',
  463. 400383 => 'Please select an address',
  464. 400384 => 'Please fill in the detailed address',
  465. 400385 => 'Please select latitude and longitude',
  466. 400386 => 'Please select business hours',
  467. 400387 => 'SMS account is required',
  468. 400388 => 'SMS password must be filled',
  469. 400389 => 'Order number must exist',
  470. 400390 => 'Wrong order number',
  471. 400391 => 'Order number must be alphanumeric',
  472. 400392 => 'Order amount is required',
  473. 400393 => 'Order amount must be a number',
  474. 400394 => 'Order amount is required',
  475. 400395 => 'Order amount must be a number',
  476. 400396 => 'Order postage must be filled',
  477. 400397 => 'Order postage must be a number',
  478. 400398 => 'Gift points must be numbers',
  479. 400399 => 'Please select a user avatar',
  480. 400400 => 'Please enter company name',
  481. 400401 => 'Add company successfully',
  482. 400402 => 'Please enter monthly account number',
  483. 400403 => 'Please enter monthly password',
  484. 400404 => 'Please enter the pickup location',
  485. 400405 => 'Thumbnail large size (height) must be a number',
  486. 400406 => 'Thumbnail large image size (height) must be greater than or equal to 0',
  487. 400407 => 'Thumbnail large size (width) must be a number',
  488. 400408 => 'Thumbnail large image size (width) must be greater than or equal to 0',
  489. 400409 => 'The image size (height) in the thumbnail must be a number',
  490. 400410 => 'The image size (height) in the thumbnail must be greater than or equal to 0',
  491. 400411 => 'The image size (width) in the thumbnail must be a number',
  492. 400412 => 'The image size (width) in the thumbnail must be greater than or equal to 0',
  493. 400413 => 'Thumbnail size (height) must be a number',
  494. 400414 => 'Thumbnail size (height) must be greater than or equal to 0',
  495. 400415 => 'Thumbnail size (width) must be a number',
  496. 400416 => 'Thumbnail size (width) must be greater than or equal to 0',
  497. 400417 => 'Watermark text can only be Chinese characters, letters, numbers',
  498. 400418 => 'Watermark text length is 1-10 digits',
  499. 400419 => 'Watermark text size must be numeric',
  500. 400420 => 'The watermark text size must be greater than or equal to 0',
  501. 400421 => 'The watermark abscissa offset must be a number',
  502. 400422 => 'The watermark abscissa offset must be greater than or equal to 0',
  503. 400423 => 'The watermark ordinate offset must be a number',
  504. 400424 => 'The watermark ordinate offset must be greater than or equal to 0',
  505. 400425 => 'The anchor already exists',
  506. 400426 => 'Please go to the applet to authenticate the anchor first',
  507. 400427 => 'Product has been created',
  508. 400428 => 'This operation is not allowed under review or review failed',
  509. 400429 => 'Under review or approved',
  510. 400430 => 'Approval passed or failed',
  511. 400431 => 'The product is under review and cannot be deleted',
  512. 400432 => 'The anchor does not exist',
  513. 400433 => 'The start time needs to be 10 minutes after the current time, and the start time cannot be 6 months later',
  514. 400434 => 'The interval between the start time and end time shall not be less than 30 minutes and shall not exceed 24 hours',
  515. 400435 => 'Please enter a reason',
  516. 400436 => 'Please select the correct live product',
  517. 400437 => 'The status of the live room is wrong',
  518. 400438 => 'Prize does not exist',
  519. 400439 => 'Failed to write winning record',
  520. 400440 => 'Please continue to participate in the lucky draw',
  521. 400441 => 'Received successfully',
  522. 400442 => 'Distribution level does not exist',
  523. 400443 => 'The selected level does not exist',
  524. 400444 => 'This type of task already exists at this level',
  525. 400445 => 'Can`t be less than the limited number of low-level tasks of the same type',
  526. 400446 => 'Can`t be larger than the limited number of high-level tasks of the same type',
  527. 400447 => 'Unable to fail',
  528. 400448 => 'The agent`s commission ratio cannot be greater than the division`s commission ratio',
  529. 400449 => 'The expiration time of the agent cannot be greater than the expiration time of the business department',
  530. 400450 => 'Please fill in User UID',
  531. 400451 => 'Administrator information not found',
  532. 400452 => 'Administrator has been removed',
  533. 400453 => 'Administrator name cannot be empty',
  534. 400454 => 'This category has sub-categories and cannot be deleted',
  535. 400455 => 'There are articles in this category and cannot be deleted',
  536. 400456 => 'Please check back later',
  537. 400457 => 'Default templates cannot be deleted',
  538. 400458 => 'The template is in use and cannot be deleted',
  539. 400459 => 'Personal center template does not exist',
  540. 400460 => 'Feedback not found',
  541. 400461 => 'The content of your modified words does not exist',
  542. 400462 => 'SMS platform:{:msg}',
  543. 400463 => 'Failed to get the order item and cannot print',
  544. 400464 => 'Receipt printing is not enabled',
  545. 400465 => 'Please configure the receipt printing developer first',
  546. 400466 => 'Please select an image',
  547. 400467 => 'Shipper already exists',
  548. 400468 => 'The courier with the same mobile number can only add one',
  549. 400469 => 'Shipper name cannot be empty',
  550. 400470 => 'The order could not be found and cannot be shipped',
  551. 400471 => 'The order has been deleted and cannot be shipped',
  552. 400472 => 'The order has been shipped, please do not repeat the operation',
  553. 400473 => 'Verified order cannot be shipped',
  554. 400474 => 'The grouping has not been completed and cannot be shipped temporarily',
  555. 400475 => 'There is an after-sales application for the order, please process it first',
  556. 400476 => 'Courier company code missing',
  557. 400477 => 'Please enter sender phone number',
  558. 400478 => 'Please fill in the sender`s address',
  559. 400479 => 'Virtual shipping, no need to modify shipping information',
  560. 400480 => 'Not shipped, please ship first and then modify the shipping information',
  561. 400481 => 'Pick-up orders cannot be printed',
  562. 400482 => 'Please ship first',
  563. 400483 => 'Please turn on the single-sided single-sided printing switch in the system settings first',
  564. 400484 => 'The invoice has been applied for and is being reviewed and printed',
  565. 400485 => 'Order has been refunded',
  566. 400486 => 'Applying for a refund',
  567. 400487 => 'Application failed',
  568. 400488 => 'Unpaid non-refundable',
  569. 400489 => 'Failed to roll back points and coupons',
  570. 400490 => 'Group modification failed',
  571. 400491 => 'Failed to roll back commission',
  572. 400492 => 'Balance refund failed',
  573. 400493 => 'The purchased coupon has been used or has expired',
  574. 400494 => 'Failed to increase rollback points',
  575. 400495 => 'After-sales order does not exist',
  576. 400496 => 'Points have been refunded or points are zero and cannot be refunded',
  577. 400497 => 'Unpaid points cannot be refunded',
  578. 400498 => 'Order refund failed',
  579. 400499 => 'Please enter the reason for rejecting the refund',
  580. 400500 => 'Limit a single purchase quantity cannot be greater than the total purchase quantity',
  581. 400501 => 'Please add the name of the raffle',
  582. 400502 => 'Please add a description of the lottery',
  583. 400503 => 'Event end time must be greater than start time',
  584. 400504 => 'Please add a prize',
  585. 400505 => 'Please fill in the consumption quantity',
  586. 400506 => 'The product participates in other activities to open, and the pre-sale cannot be opened',
  587. 400507 => 'The event end time cannot be less than the current time',
  588. 400508 => 'The event has ended, please add or copy again',
  589. 400509 => 'Coupon added successfully',
  590. 400510 => 'Coupon issued successfully',
  591. 400511 => 'The minimum bargain price cannot be greater than or equal to the starting amount',
  592. 400512 => 'The number of people who haggle cannot be greater than {:num}',
  593. 400513 => 'The use start time cannot be less than the collection start time',
  594. 400514 => 'The use end time cannot be less than the collection end time',
  595. 400515 => 'Coupon does not exist',
  596. 400516 => 'The coupons received have been received or have expired',
  597. 400517 => 'The coupon has been received',
  598. 400518 => 'Sorry, the coupons have been collected',
  599. 400519 => 'Select the user who already owns the coupon, please do not issue it repeatedly',
  600. 400520 => 'Order deleted',
  601. 400521 => 'Order has been shipped',
  602. 400522 => 'other delivery types are not supported temporarily',
  603. 400523 => 'Please enter the name of the delivery person',
  604. 400524 => 'Please enter the phone number of the delivery person',
  605. 400525 => 'Please enter the delivery person information',
  606. 400526 => 'Please enter the correct delivery person`s phone number',
  607. 400527 => 'Please select the template of electronic face slip',
  608. 400528 => 'The electronic bill has been closed, please choose another shipping method',
  609. 400529 => 'Shipment failed',
  610. 400530 => 'Order status error',
  611. 400531 => 'Please enter the courier number',
  612. 400532 => 'Please ship first and then modify the delivery information',
  613. 400533 => 'Commodity does not exist',
  614. 400534 => 'The point product you viewed has been deleted',
  615. 400535 => 'Please add a product',
  616. 400536 => 'Failed to add lottery event',
  617. 400537 => 'The lottery does not exist',
  618. 400538 => 'Please fill in the name of the prize',
  619. 400539 => 'Please select the prize picture',
  620. 400540 => 'Please fill in the prize winning weight',
  621. 400541 => 'Please select the type of prize',
  622. 400542 => 'Please fill in the {:type} number of prizes given',
  623. 400543 => 'Please select a coupon',
  624. 400544 => 'Failed to generate new order',
  625. 400545 => 'Failed to modify the original order item split status',
  626. 400546 => 'Failed to add product information for split order',
  627. 400547 => 'Failed to save new order product information',
  628. 400548 => 'Protocol type missing',
  629. 400549 => 'Please fill in the agreement name',
  630. 400550 => 'Please fill in the content of the agreement',
  631. 400551 => 'This type of protocol already exists',
  632. 400552 => 'Temporary QR code acquisition error',
  633. 400553 => 'Permanent QR code acquisition error',
  634. 400554 => 'Please configure the interface key first',
  635. 400555 => 'Unable to create folder, please check your upload directory permission',
  636. 400556 => 'Commodity parameter error',
  637. 400557 => 'The upload method is wrong',
  638. 400558 => 'Format error',
  639. 400559 => 'Failed to get image stream',
  640. 400560 => 'Failed to save product details',
  641. 400561 => 'Failed to associate coupon',
  642. 400562 => 'Missing product ID',
  643. 400563 => 'Missing user UID',
  644. 400564 => 'Missing order ID',
  645. 400565 => 'This type of record is not currently supported',
  646. 400566 => 'Failed to add product record',
  647. 400567 => 'The comment time should be less than the current time',
  648. 400568 => 'Failed to add virtual comment',
  649. 400569 => 'Reply failed',
  650. 400570 => 'Please select the type of purchase restriction',
  651. 400571 => 'The purchase limit cannot be less than 1',
  652. 400572 => 'The sum of the first and second level rebates cannot be greater than the price of the product',
  653. 400573 => 'The product type cannot be switched',
  654. 400574 => 'Please enter the rule name',
  655. 400575 => 'Please enter the attribute name',
  656. 400576 => 'Please enter the correct attribute',
  657. 400577 => 'Please fill in the correct product information',
  658. 400578 => 'Please fill in the correct product price',
  659. 400579 => 'Please fill in the correct product inventory',
  660. 400580 => 'Please fill in the correct commodity cost price',
  661. 400581 => 'Please upload the product picture',
  662. 400582 => '{:name} specification does not exist',
  663. 400583 => '{:name} attribute does not exist',
  664. 400584 => 'Please set at least one attribute',
  665. 400585 => 'Commodity participation in spike activity is enabled, this operation cannot be performed',
  666. 400586 => 'Commodity participation in bargaining is enabled, this operation cannot be performed',
  667. 400587 => 'Commodity participation in group activity is enabled, this operation cannot be performed',
  668. 400588 => 'The member price cannot be 0',
  669. 400589 => 'Please select a coupon for virtual coupon products',
  670. 400590 => 'Card number: {:key} Password: {:value}, it has been added, please add the card key again',
  671. 400591 => 'The city id is missing and cannot be saved',
  672. 400592 => 'The modified template does not exist',
  673. 400593 => 'Failed to add postage in the specified area',
  674. 400594 => 'Administrator does not exist',
  675. 400595 => 'You have been banned from logging in',
  676. 400596 => 'Administrator account already exists',
  677. 400597 => 'Original password error',
  678. 400598 => 'Please enter a new password',
  679. 400599 => 'Please select the picture to delete',
  680. 400600 => 'Move failed or cannot be moved to the same category repeatedly',
  681. 400601 => 'The request is not allowed',
  682. 400602 => 'Setting category is not allowed',
  683. 400603 => 'Please enter the configuration parameters in the correct format',
  684. 400604 => '{:name} please enter the default value',
  685. 400605 => '{:name} please enter the correct url',
  686. 400606 => 'Failed to save wss certificate',
  687. 400607 => '{:name} cannot be empty',
  688. 400608 => 'Deleted cloud storage does not exist',
  689. 400609 => 'The cloud storage is in use and needs to be activated to delete other spaces',
  690. 400610 => 'Cloud space name cannot be repeated',
  691. 400611 => 'No permission',
  692. 400612 => 'Replacement failed, failure reason: {:msg}',
  693. 400613 => 'Please delete the submenu under the menu first',
  694. 400614 => 'Please fill in the batch name',
  695. 400615 => 'Please fill in the number of cards to be generated',
  696. 400616 => 'The number of cards can only be a positive integer',
  697. 400617 => 'The maximum number of cards produced in a single time shall not exceed 6000',
  698. 400618 => 'Please fill in the number of free usage days',
  699. 400619 => 'The number of free usage days can only be a positive integer',
  700. 400620 => 'Failed to generate card',
  701. 400621 => 'The member function has not been opened yet',
  702. 400622 => 'Please enter the membership card number',
  703. 400623 => 'Please enter the card password',
  704. 400624 => 'The membership card does not exist',
  705. 400625 => 'The membership card is not activated and cannot be used temporarily',
  706. 400626 => 'The membership card password is incorrect',
  707. 400627 => 'The membership card has been used',
  708. 400628 => 'You are already a permanent member, you don`t need to get it anymore, you can transfer this card to friends and relatives to enjoy the discount together',
  709. 400629 => 'There is currently no membership card of this type',
  710. 400630 => 'Membership benefit type is missing',
  711. 400631 => 'Please set the equity name',
  712. 400632 => 'Please upload the member rights icon',
  713. 400633 => 'Please set the return points multiple',
  714. 400634 => 'The multiple of return points cannot be negative',
  715. 400635 => 'Please set the shipping discount',
  716. 400636 => 'The shipping discount cannot be negative',
  717. 400637 => 'Please set the check-in point multiple',
  718. 400638 => 'Sign-in point multiple cannot be negative',
  719. 400639 => 'Please set the offline payment discount',
  720. 400640 => 'Offline payment cannot be negative',
  721. 400641 => 'Please fill in the name of the membership card',
  722. 400642 => 'Missing membership card type',
  723. 400643 => 'Please fill in the validity period (days)',
  724. 400644 => 'The validity period (days) cannot be negative',
  725. 400645 => 'Please fill in the price',
  726. 400646 => 'Price cannot be negative',
  727. 400647 => 'The discounted price cannot be greater than the original price',
  728. 400648 => 'Address does not exist',
  729. 400649 => 'Cancel the original default address failed',
  730. 400650 => 'Failed to set default address',
  731. 400651 => 'Address already exists',
  732. 400652 => 'The format of the delivery address is incorrect',
  733. 400653 => 'Please log in',
  734. 400654 => 'Login has expired, please log in again',
  735. 400655 => 'Add record failed',
  736. 400656 => 'Record sharing record failed',
  737. 400657 => 'Failed to increase user commission',
  738. 400658 => 'The company failed to pay the change, please try again later',
  739. 400659 => 'Already withdrawn',
  740. 400660 => 'Your withdrawal request has been rejected',
  741. 400661 => 'Insufficient commission to withdraw cash',
  742. 400662 => 'The withdrawal amount cannot be less than {:money} yuan',
  743. 400663 => 'The commission for withdrawal is insufficient {:money} yuan',
  744. 400664 => 'The commission for withdrawal is greater than 0',
  745. 400665 => 'Enterprise WeChat payment to change the minimum amount is 1 yuan',
  746. 400666 => 'The group already exists',
  747. 400667 => 'Failed to clear user label',
  748. 400668 => 'Failed to set label',
  749. 400669 => 'Please select label classification',
  750. 400670 => 'The label already exists',
  751. 400671 => 'Failed to modify user level information',
  752. 400672 => 'User level does not exist',
  753. 400673 => 'User level experience must be greater than the experience set by the previous level',
  754. 400674 => 'User level experience must be less than the experience set by the next level',
  755. 400675 => 'The user level you set has been detected, this level cannot be repeated',
  756. 400676 => 'It has been detected that you have set the experience value of this user level, the experience value cannot be repeated',
  757. 400677 => 'Order not paid',
  758. 400678 => 'The commission is transferred to the balance and cannot be refunded',
  759. 400679 => 'The paid order record cannot be deleted',
  760. 400680 => 'The transfer amount cannot be greater than the commission that can be withdrawn',
  761. 400681 => 'Failed to write balance recharge',
  762. 400682 => 'The recharge method you selected has been removed',
  763. 400683 => 'Failed to generate recharge order',
  764. 400684 => 'Failed to save user information',
  765. 400685 => 'Password reset failed',
  766. 400686 => 'Failed to increase the number of promotions',
  767. 400687 => 'Failed to set login type',
  768. 400688 => 'Failed to set promoter',
  769. 400689 => 'Failed to increase user balance',
  770. 400690 => 'Failed to reduce user balance',
  771. 400691 => 'Failed to reduce user commission',
  772. 400692 => 'Failed to increase user points',
  773. 400693 => 'Failed to reduce user points',
  774. 400694 => 'Failure to increase user experience',
  775. 400695 => 'Failure to reduce user experience',
  776. 400696 => 'The group does not exist',
  777. 400697 => 'Failure to set grouping or no change',
  778. 400698 => 'A label does not exist or is deleted',
  779. 400699 => 'Level does not exist or is deleted',
  780. 400700 => 'This user already has this user level and cannot give it again',
  781. 400701 => 'The gift days cannot be 0',
  782. 400702 => 'The number of days is incorrectly entered',
  783. 400703 => 'Failed to store user information',
  784. 400704 => 'Your ip is no longer in the whitelist, please go to the Tencent WeChat public platform to add the ip to the whitelist',
  785. 400705 => 'The appid you filled in is invalid, please check',
  786. 400706 => 'Please enter the content of the reply message',
  787. 400707 => 'Please upload the picture of the reply',
  788. 400708 => 'Please upload the reply voice',
  789. 400709 => 'Please select a text message',
  790. 400710 => 'The corresponding uid does not exist',
  791. 400711 => 'Unfollow failed',
  792. 400712 => 'The ID of the electronic face slip template is missing',
  793. 400713 => 'The courier company code is missing',
  794. 400714 => 'Sender information is missing',
  795. 400715 => 'The recipient information is missing',
  796. 400716 => 'Cloud printer number is missing',
  797. 400717 => 'Item quantity is missing',
  798. 400718 => 'Failed to obtain access_token',
  799. 400719 => 'Mobile phone number cannot be empty',
  800. 400720 => 'Template ID does not exist',
  801. 400721 => 'Please configure accessKey and secretKey first',
  802. 400722 => 'Please configure the watermark image first',
  803. 400723 => 'Please configure the watermark text first',
  804. 400724 => 'Remote watermark image download failed',
  805. 400725 => 'The uploaded image does not exist',
  806. 400726 => 'Failed to get image stream',
  807. 400727 => 'Picture download failed',
  808. 400728 => 'Must upload xlsx format file',
  809. 400729 => 'Data cannot be empty',
  810. 400730 => 'Missing pay_price',
  811. 400731 => 'Refund failed: {:msg}',
  812. 400732 => 'Failed to get WeChat fan information',
  813. 400733 => 'You have turned off the upload function',
  814. 400734 => 'The file is not writable',
  815. 400735 => 'The time format is incorrect',
  816. 400736 => 'The file may be damaged, please check',
  817. 400737 => 'Fix the error, please try again',
  818. 400738 => 'Please specify the table to be repaired',
  819. 400739 => 'Please configure payment certificate',
  820. 400740 => 'Only two-level classification is supported',
  821. 400741 => 'Freight format error',
  822. 400742 => 'Please check the attribute code or inventory quantity',
  823. 400743 => 'The number of synchronization entries cannot exceed 100',
  824. 400744 => 'Appid or AppSecret error',
  825. 400745 => 'Parent ID parameter type error',
  826. 400746 => 'The length of classification name cannot exceed 25 characters',
  827. 400747 => 'The length of classification icon cannot exceed 128 characters',
  828. 400748 => 'The length of the classified large image cannot exceed 200 characters',
  829. 400749 => 'Wrong sort parameter type',
  830. 400750 => 'Sort cannot be less than 0',
  831. 400751 => 'Status must be an integer between 0 and 1',
  832. 400752 => 'The introduction of rights and interests cannot be longer than 8 words',
  833. 400753 => 'Select at least one withdrawal method',
  834. 400754 => 'The identity is in use and cannot be deleted',
  835. 400755 => 'The display name cannot be longer than 6 characters',
  836. 400756 => 'The unit price of the promotion commission cannot be less than 0',
  837. 400757 => 'The daily promotion commission limit cannot be less than -1',
  838. 400758 => 'Please check the collection method',
  839. 400759 => 'Please enter the coupon name',
  840. 400760 => 'Please enter your real name',
  841. 400761 => 'The description cannot exceed 120 words',
  842. 400762 => 'The account password must be between 6 and 32 bits',
  843. 400763 => 'Merchant number cannot be empty',
  844. 410000 => 'Please enter the account number and password',
  845. 410001 => 'Login successful',
  846. 410002 => 'Exit successfully',
  847. 410003 => 'Failed to send verification code, please refresh the page to get it again',
  848. 410004 => 'Please enter the verification code',
  849. 410005 => 'The verification code is entered incorrectly',
  850. 410006 => 'Verification code has been sent',
  851. 410007 => 'Verification code sent successfully',
  852. 410008 => 'Verification code sending failed',
  853. 410009 => 'Please get the verification code first',
  854. 410010 => 'Verification code error',
  855. 410011 => 'The password must be between 6 and 16 digits',
  856. 410012 => 'The password is too simple, please enter a more complex password',
  857. 410013 => 'Registration successful',
  858. 410014 => 'Registration failed',
  859. 410015 => 'Please enter the phone number',
  860. 410016 => 'Binding successful',
  861. 410017 => 'Binding failed',
  862. 410018 => 'The phone number format is incorrect',
  863. 410019 => 'Login failed',
  864. 410020 => 'Scan code failed, please scan again',
  865. 410021 => 'The QR code has expired, please scan again',
  866. 410022 => 'The authorization is successful, please bind the mobile phone number',
  867. 410023 => 'Authorization successful',
  868. 410024 => 'Please pay attention to the official account first',
  869. 410025 => 'Account or password error',
  870. 410026 => 'Please modify your initial password and try to log in again',
  871. 410027 => 'You have been banned from logging in, please contact the administrator',
  872. 410028 => 'The phone number has been registered',
  873. 410029 => 'The number of text messages you have sent today has reached the upper limit',
  874. 410030 => 'The number of times this IP has been sent today has reached the upper limit',
  875. 410031 => 'SMS platform verification code failed to send',
  876. 410032 => 'User does not exist',
  877. 410033 => 'Change password failed',
  878. 410034 => 'User login failed, unable to generate new user, please try again later',
  879. 410035 => 'The user does not exist and cannot be switched',
  880. 410036 => 'Error modifying new user login type',
  881. 410037 => 'Please refresh the page or re-authorize',
  882. 410038 => 'Failed to obtain user access token',
  883. 410039 => 'This phone has been bound and cannot be bound multiple times',
  884. 410040 => 'Your account has been bound with a mobile phone number',
  885. 410041 => 'Whether the existing account of H5 is bound to this account',
  886. 410042 => 'The new phone number is the same as the original phone number, no need to modify',
  887. 410043 => 'This phone has been registered',
  888. 410044 => 'Failed to obtain user information',
  889. 410045 => 'Please select the delivery address',
  890. 410046 => 'The address selection is wrong',
  891. 410047 => 'Insufficient credits available',
  892. 410048 => 'The prize does not exist',
  893. 410049 => 'Failed to write winning record',
  894. 410050 => 'Please continue to participate in the lucky draw',
  895. 410051 => 'Received successfully',
  896. 410052 => 'Please enter the consignee information',
  897. 410053 => 'Please enter the correct phone number of the consignee',
  898. 410054 => 'The lottery record does not exist',
  899. 410055 => 'This prize does not need to be shipped',
  900. 410056 => 'Please select a courier company or enter a courier number',
  901. 410057 => 'Activity does not exist or has been deleted',
  902. 410058 => 'There is no activity of this type yet',
  903. 410059 => 'You are temporarily unable to participate in this activity',
  904. 410060 => 'The activity status is incorrect, please contact the administrator',
  905. 410061 => 'Insufficient points available, no more draws',
  906. 410062 => 'Insufficient balance, no more draws',
  907. 410063 => 'Get more lottery draws after purchasing goods',
  908. 410064 => 'More prize draws will be obtained after the order is evaluated',
  909. 410065 => 'Invite more friends to get the number of lucky draws',
  910. 410066 => 'Lottery draw failed to deduct user points',
  911. 410067 => 'Lottery draw failed, insufficient balance',
  912. 410068 => 'Lottery draw failed to deduct user balance',
  913. 410069 => 'The lottery draw failed to deduct the number of times the user promoted to get the lottery',
  914. 410070 => 'Lottery draw to reduce the total number of prizes failed',
  915. 410071 => 'Distribution level does not exist',
  916. 410072 => 'Permanent QR code acquisition error',
  917. 410073 => 'Invitation code is invalid',
  918. 410074 => 'Authorization failed, parameter is wrong',
  919. 410075 => 'Failed to get openid',
  920. 410076 => 'Failed to get session_key, please check your configuration',
  921. 410077 => 'Failed to get session key',
  922. 410078 => 'Silent authorization failed',
  923. 410079 => 'Failed to obtain user information',
  924. 410080 => 'Update information failed',
  925. 410081 => 'Please upload the QR code',
  926. 410082 => 'Please pay attention to the public number',
  927. 410083 => 'Add user failed',
  928. 410084 => 'Failed to follow user',
  929. 410085 => 'Failed to get token {:msg}',
  930. 410086 => 'The configuration has been changed or the token has expired',
  931. 410087 => 'Platform error: An exception occurred, please try again later',
  932. 410088 => 'Enterprise WeChat payment to change needs a payment certificate, it is detected that you have not uploaded',
  933. 410089 => 'The initiating enterprise failed to pay the change',
  934. 410090 => 'Invalid token cannot find user chat records',
  935. 410091 => 'Image upload successfully',
  936. 410092 => 'The user uid is no longer within the scope of the current chat user',
  937. 410093 => 'Please enter the order price',
  938. 410094 => 'Please go to the background after-sales order list processing',
  939. 410095 => 'Category name cannot be empty',
  940. 410096 => 'Classification does not exist',
  941. 410097 => 'Added content is repeated',
  942. 410098 => 'Missing transfer person id',
  943. 410099 => 'Transfer successful',
  944. 410100 => 'Speech not found',
  945. 410101 => 'Public language cannot be modified',
  946. 410102 => 'The content of the topic title cannot be empty',
  947. 410103 => 'Already owns this group',
  948. 410104 => 'Missing tag id',
  949. 410105 => 'Please fill in Chinese letters or numbers',
  950. 410106 => 'The title length cannot exceed 50 characters',
  951. 410107 => 'Please select a category',
  952. 410108 => 'The classification must be a number',
  953. 410109 => 'Please fill in the content of the language',
  954. 410110 => 'The length of the speech cannot exceed 500 words',
  955. 410111 => 'The sort must be a number',
  956. 410112 => 'Wechat minimum withdrawal amount cannot be less than 1 yuan',
  957. 410113 => 'User does not exist',
  958. 410114 => 'Withdrawal method does not exist',
  959. 410115 => 'The withdrawal amount is incorrectly entered',
  960. 410116 => 'The bank card number is entered incorrectly',
  961. 410117 => 'Please enter the Alipay account number',
  962. 410118 => 'Please enter the bank card account number',
  963. 410119 => 'Please enter the bank information',
  964. 410120 => 'The application for withdrawal is successful',
  965. 410121 => 'Failed to apply for withdrawal',
  966. 410122 => 'The recharge amount cannot be 0 yuan',
  967. 410123 => 'The recharge method is not supported',
  968. 410124 => 'The recharge amount cannot be less than {:money}',
  969. 410125 => 'Recharge successful',
  970. 410126 => 'Recharge failed',
  971. 410127 => 'Sign in to get {:integral} points',
  972. 410128 => 'Sign in failed',
  973. 410129 => 'Collect Successful',
  974. 410130 => 'Failed to collect',
  975. 410131 => 'Authorization failed',
  976. 410132 => 'Unionid does not exist',
  977. 410133 => 'Failed to get user UID',
  978. 410134 => 'Please enter a nickname or select an avatar',
  979. 410135 => 'Logout successful',
  980. 410136 => 'There is no customer service staff online, please contact us later',
  981. 410137 => 'Can`t chat with myself',
  982. 410138 => 'You are not customer service and cannot log in',
  983. 410139 => 'I cannot transfer to myself',
  984. 410140 => 'Transfer customer service failed',
  985. 410141 => 'There is no such user',
  986. 410142 => 'Customer service does not exist',
  987. 410143 => 'Commodity not found',
  988. 410144 => 'Please fill in the billing phone number',
  989. 410145 => 'Please fill in the title of the invoice (name of the company issuing the invoice)',
  990. 410146 => 'Please fill in the correct invoice header (name of the company issuing the invoice)',
  991. 410147 => 'Please fill in the invoice tax number',
  992. 410148 => 'Please fill in the correct invoice tax number',
  993. 410149 => 'Please fill in the correct bank card number',
  994. 410150 => 'Address does not exist',
  995. 410151 => 'The format of the delivery address is incorrect',
  996. 410152 => 'The format of the delivery address is incorrect or the system does not complete the current address',
  997. 410153 => 'The format of the delivery address is incorrect, please select again',
  998. 410154 => 'Please fill in the detailed address',
  999. 410155 => 'Name must be filled in',
  1000. 410156 => 'Name cannot exceed 25 characters',
  1001. 410157 => 'Mobile phone number must be filled in',
  1002. 410158 => 'Mobile phone number format error',
  1003. 410159 => 'The province must fill in',
  1004. 410160 => 'City must fill in',
  1005. 410161 => 'The district/county must be filled in',
  1006. 410162 => 'The detailed address must be filled in',
  1007. 410163 => 'Please fill in the feedback content',
  1008. 410164 => 'The ratio cannot be greater than your ratio',
  1009. 410165 => 'Activation successful',
  1010. 410166 => 'No posters yet',
  1011. 410167 => 'QR code generation failed',
  1012. 410168 => 'Missing font file Bold',
  1013. 410169 => 'Missing font file Normal',
  1014. 410170 => 'Failed to generate image',
  1015. 410171 => 'A system error occurred when generating a picture',
  1016. 410172 => 'Failed to generate poster',
  1017. 410173 => 'Order does not exist',
  1018. 410174 => 'Order paid',
  1019. 410175 => 'Please fill in the actual payment amount',
  1020. 410176 => 'The actual payment amount cannot be less than 0 yuan',
  1021. 410177 => 'Please fill in the remarks',
  1022. 410178 => 'Please process the after-sales application first',
  1023. 410179 => 'The user has cancelled the application',
  1024. 410180 => 'After-sales order status does not support this operation',
  1025. 410181 => 'Refund modification status error',
  1026. 410182 => 'Modify the refund status successfully',
  1027. 410183 => 'The payment amount has been refunded and cannot be refunded any more',
  1028. 410184 => 'Please enter the refund amount',
  1029. 410185 => 'The refund amount is greater than the payment amount, please modify the refund amount',
  1030. 410186 => 'Refund successful',
  1031. 410187 => 'Refund failed',
  1032. 410188 => 'Please enter the write-off code or scan the write-off QR code',
  1033. 410189 => 'Successful write-off',
  1034. 410190 => 'Please enter the payment amount',
  1035. 410191 => 'The payment amount cannot be 0 yuan',
  1036. 410192 => 'The paid membership function has not been opened yet',
  1037. 410193 => 'Payment data generation failed',
  1038. 410194 => 'Payment order does not exist',
  1039. 410195 => 'WeChat payment is successful',
  1040. 410196 => 'Go to payment',
  1041. 410197 => 'Balance payment successful',
  1042. 410198 => 'Please pass in the Alipay payment callback URL',
  1043. 410199 => 'Alipay payment is successful',
  1044. 410200 => 'Order generation failed',
  1045. 410201 => 'Please submit the purchased product',
  1046. 410202 => 'The product does not exist, please re-select the product to place an order',
  1047. 410203 => 'Order created successfully',
  1048. 410204 => 'Received goods successfully',
  1049. 410205 => 'Receipt failed',
  1050. 410206 => 'Express tracking number does not exist',
  1051. 410207 => 'The default shipping template is not configured, so the order cannot be placed',
  1052. 410208 => 'The order has expired, please refresh the current page',
  1053. 410209 => 'The order has been created, please click to view to complete the payment',
  1054. 410210 => 'The order generation failed, you can no longer participate in the group',
  1055. 410211 => 'The order generation failed, you have already joined the group, please pay the order first',
  1056. 410212 => 'The group is full',
  1057. 410213 => 'This payment method is not currently supported, please refresh the page or contact the administrator',
  1058. 410214 => 'The stock you purchased is not enough {:cart_num}{:unit_name}',
  1059. 410215 => 'The order has expired',
  1060. 410216 => 'Payment failed',
  1061. 410217 => 'Payment successful',
  1062. 410218 => 'Payment method error',
  1063. 410219 => 'The order item has been evaluated',
  1064. 410220 => 'Please rate the product',
  1065. 410221 => 'Please rate the business service',
  1066. 410222 => 'Evaluation failed',
  1067. 410223 => 'Please re-select the refund item or the number of pieces',
  1068. 410224 => 'The current state cannot cancel the application',
  1069. 410225 => 'Re-successful',
  1070. 410226 => 'Order refunded',
  1071. 410227 => 'Failed to use points to deduct',
  1072. 410228 => 'Member type does not exist',
  1073. 410229 => 'You are already a permanent member, no need to purchase any more',
  1074. 410230 => 'This membership card cannot be purchased temporarily',
  1075. 410231 => 'You have already received a free membership',
  1076. 410232 => 'This type of membership card is not yet available for sale',
  1077. 410233 => 'Failed to get shopping cart information',
  1078. 410234 => 'The coupon you want to buy has expired and cannot be purchased',
  1079. 410235 => 'You have already obtained the coupon and cannot buy it again',
  1080. 410236 => 'Please refresh and try again',
  1081. 410237 => 'No stock',
  1082. 410238 => 'The selected specification is out of stock',
  1083. 410239 => 'Single purchase quantity cannot be greater than {:limit} pieces',
  1084. 410240 => 'This product is limited to {:limit} pieces, you have already purchased {:pay_num} pieces',
  1085. 410241 => 'Incorrect payment method selected',
  1086. 410242 => 'The selected coupon is invalid',
  1087. 410243 => 'The conditions for using the coupons are not met',
  1088. 410244 => 'Failed to use coupon',
  1089. 410245 => 'Please fill in your name and phone number',
  1090. 410246 => 'Offline payment cannot be used for marketing products',
  1091. 410247 => 'There is currently no store and cannot choose to pick up at the store',
  1092. 410248 => 'Order item settlement failed',
  1093. 410249 => 'Invoice has been applied',
  1094. 410250 => 'Applying for a refund',
  1095. 410251 => 'Application failed',
  1096. 410252 => 'The number of refunds is greater than the number of orders',
  1097. 410253 => 'The order has been split',
  1098. 410254 => 'Failed to apply for refund',
  1099. 410255 => 'There is a pending refund order',
  1100. 410256 => 'This order cannot be deleted',
  1101. 410257 => 'The order has been paid and cannot be cancelled',
  1102. 410258 => 'The grouped product cannot be ordered again, please place an order in the grouped product by yourself',
  1103. 410259 => 'The bargained item cannot be ordered again, please place your own order in the bargained item',
  1104. 410260 => 'The seckill item cannot be ordered again, please place an order within the seckill item',
  1105. 410261 => 'The pre-sale item cannot be ordered again, please place an order in the pre-sale item by yourself',
  1106. 410262 => 'Another order failed, please place a new order',
  1107. 410263 => 'The order cannot be paid',
  1108. 410264 => 'The payment status of the order is incorrect and cannot be paid',
  1109. 410265 => 'The order has been paid',
  1110. 410266 => 'Order status error',
  1111. 410267 => 'This order cannot be written off',
  1112. 410268 => 'The order has an after-sales application, please process it first',
  1113. 410269 => 'You do not have permission to write off this order, please contact the administrator',
  1114. 410270 => 'Order has been written off',
  1115. 410271 => 'The group order has not been successfully written off yet',
  1116. 410272 => 'Verification failed',
  1117. 410273 => 'Successful delivery',
  1118. 410274 => 'No payment required',
  1119. 410275 => 'Failed to obtain user openid, unable to pay',
  1120. 410276 => 'The website name configuration is not filled in, unable to pay',
  1121. 410277 => 'Payment method does not exist',
  1122. 410278 => 'This type of method is not supported',
  1123. 410279 => 'Balance payment failed',
  1124. 410280 => 'Invoice has not been opened yet',
  1125. 410281 => 'Special invoice has not been opened yet',
  1126. 410282 => 'The invoice already exists',
  1127. 410283 => 'Failed to set default invoice',
  1128. 410284 => 'Without this user, the upgrade user level cannot be detected',
  1129. 410285 => 'Check upgrade failed',
  1130. 410286 => 'Failed to modify order',
  1131. 410287 => 'Failed to modify user information',
  1132. 410288 => 'Failed to bind promotion relationship',
  1133. 410289 => 'The number of days cannot be 0',
  1134. 410290 => 'Failed to add check-in data',
  1135. 410291 => 'Failed to give experience',
  1136. 410292 => 'Please configure the check-in days first',
  1137. 410293 => 'Signed in',
  1138. 410294 => 'Commodity does not exist',
  1139. 410295 => 'The item has been removed or deleted',
  1140. 410296 => 'The product is out of stock',
  1141. 410297 => 'Insufficient stock of this product {:num}',
  1142. 410298 => 'Each person is limited to {:num} pieces in total',
  1143. 410299 => 'Haggling has ended',
  1144. 410300 => 'You can no longer initiate bargaining on this item',
  1145. 410301 => 'The sharing has not been opened for bargaining',
  1146. 410302 => 'You have already helped cut the price',
  1147. 410303 => 'The bargaining information was not found',
  1148. 410304 => 'User bargaining information is not found',
  1149. 410305 => 'Please select a valid product attribute',
  1150. 410306 => 'The bargain item does not exist',
  1151. 410307 => 'Haggling failed',
  1152. 410308 => 'The bargaining was unsuccessful',
  1153. 410309 => 'Haggling has been paid',
  1154. 410310 => 'You can no longer help cut this item',
  1155. 410311 => 'Item has been deleted',
  1156. 410312 => 'The group does not exist or has been removed, please apply for a refund manually',
  1157. 410313 => 'Each order is limited to {:num} pieces',
  1158. 410314 => 'The group information cannot be found and cannot be cancelled',
  1159. 410315 => 'The group has expired',
  1160. 410316 => 'The grouping has been completed and cannot be cancelled',
  1161. 410317 => 'Each person is limited to {:num} pieces',
  1162. 410318 => 'The lottery does not exist',
  1163. 410319 => 'Received successfully',
  1164. 410320 => 'Failed to receive',
  1165. 410321 => 'The event has not started',
  1166. 410322 => 'The event has ended',
  1167. 410323 => 'You already have this coupon, please do not buy it again',
  1168. 410324 => 'Please check the express company code',
  1169. 410325 => 'Please select invoice',
  1170. //微信相关错误
  1171. -1 => 'The system is busy, please try again later',
  1172. 43104 => 'appid does not match openid',
  1173. 45009 => 'Reached the upper limit of WeChat api daily limit',
  1174. 45008 => 'Text message exceeds limit',
  1175. 45007 => 'Voice playback time exceeds the limit',
  1176. 45006 => 'Picture link field exceeds limit',
  1177. 45005 => 'Link field exceeds limit',
  1178. 45004 => 'Description field exceeds limit',
  1179. 45003 => 'Title field exceeds limit',
  1180. 45002 => 'Message content exceeds limit',
  1181. 45001 => 'Multimedia file size exceeds limit',
  1182. 44004 => 'Text message content is empty',
  1183. 44003 => 'Text message content is empty',
  1184. 44002 => 'Post packet is empty',
  1185. 44001 => 'Multimedia file is empty',
  1186. 43019 => 'The recipient needs to be removed from the blacklist',
  1187. 43005 => 'Need friends',
  1188. 43004 => 'Need recipient is attention',
  1189. 43003 => 'HTTPS request required',
  1190. 43002 => 'Post request required',
  1191. 43001 => 'Get request required',
  1192. 42007 => 'The user modifies the wechat password. The accesstoken and refreshtoken are invalid and need to be re authorized',
  1193. 42003 => 'oauth_ Code timeout',
  1194. 42002 => 'refresh_token timeout',
  1195. 42001 => 'access_ Token timeout, please check access_ For the validity period of the token, please refer to basic support - get access_ In token, access_ Detailed mechanism description of token',
  1196. 41009 => 'Missing openid',
  1197. 41008 => 'Missing oauth code',
  1198. 41007 => 'Missing submenu data',
  1199. 41006 => 'Missing media_ ID parameter',
  1200. 41005 => 'Missing multimedia file data',
  1201. 41004 => 'Missing secret parameter',
  1202. 41003 => 'Missing refresh_token parameter',
  1203. 41002 => 'Missing appid parameter',
  1204. 41001 => 'Missing access_token parameter',
  1205. 40163 => 'oauth_ Code used',
  1206. 40155 => 'Do not add links to other wechat home pages',
  1207. 40137 => 'Unsupported picture format',
  1208. 40132 => 'Wechat number is illegal',
  1209. 40125 => 'Invalid appsecret',
  1210. 40121 => 'Illegal media_ ID type',
  1211. 40120 => 'Sub button error in type',
  1212. 40119 => 'button error in type',
  1213. 40118 => 'media_id Illegal size',
  1214. 40117 => 'Illegal group name',
  1215. 40060 => 'When deleting a single article, the specified article_ Illegal idx',
  1216. 40051 => 'Illegal group name',
  1217. 40050 => 'Illegal grouping ID',
  1218. 40048 => 'Invalid URL',
  1219. 40039 => 'Illegal URL length',
  1220. 40035 => 'Illegal parameter',
  1221. 40038 => 'Illegal request format',
  1222. 40033 => 'Illegal request character, cannot contain characters in \uxxxx format',
  1223. 40032 => 'Illegal openid list length',
  1224. 40031 => 'Illegal openid list',
  1225. 40030 => 'Illegal refresh_token',
  1226. 40029 => 'Invalid OAuth_ code',
  1227. 40028 => 'Illegal user-defined menu user',
  1228. 40027 => 'Illegal submenu button URL length',
  1229. 40026 => 'Illegal submenu button key length',
  1230. 40025 => 'Illegal submenu button name length',
  1231. 40024 => 'Illegal submenu button type',
  1232. 40023 => 'Number of illegal submenu buttons',
  1233. 40022 => 'Illegal submenu level',
  1234. 40021 => 'Illegal menu version number',
  1235. 40020 => 'Illegal button URL length',
  1236. 40019 => 'Illegal button key length',
  1237. 40018 => 'Illegal button name length',
  1238. 40017 => 'Illegal button type',
  1239. 40016 => 'Number of illegal buttons',
  1240. 40015 => 'Illegal menu type',
  1241. 40014 => 'Illegal access_ Token, please compare access carefully_ The validity of the token (for example, whether it is expired), or check whether the interface is being called for the appropriate official account',
  1242. 40013 => 'Illegal appid, please check the correctness of appid, avoid abnormal characters, and pay attention to case',
  1243. 40012 => 'Illegal thumbnail file size',
  1244. 40011 => 'Illegal video file size',
  1245. 40010 => 'Illegal voice file size',
  1246. 40009 => 'Illegal picture file size',
  1247. 40008 => 'Illegal message type',
  1248. 40007 => 'Illegal media file ID',
  1249. 40006 => 'Illegal file size',
  1250. 40005 => 'Illegal file type',
  1251. 40004 => 'Illegal media file type',
  1252. 40003 => 'Illegal openid. Please confirm whether openid (the user) has paid attention to wechat or whether it is the openid of other wechat',
  1253. 40002 => 'Illegal voucher type',
  1254. 40001 => 'Get access_ Appsecret error in token, or access_ The token is invalid. Please carefully compare the correctness of appsecret or check whether the interface is being called for the appropriate wechat',
  1255. ];