en.json 46 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142
  1. {
  2. "public": {
  3. "sysName": "Shenze Technology Management Background",
  4. "requestFailed": "Request failed, click to reload",
  5. "noMore": "No more"
  6. },
  7. "dateSelectList": {
  8. "today": "today",
  9. "yesterday": "yesterday",
  10. "thisWeek": "This week",
  11. "thisMonth": "This month",
  12. "other": "other"
  13. },
  14. "typeSelectList": {
  15. "thisMerchant": "This Merchant",
  16. "merchant": "Merchant",
  17. "paymentMethod": "Payment method",
  18. "allDevices": "All devices",
  19. "commodityType": "Commodity type",
  20. "whole": "whole",
  21. "noPaymentRequired": "No payment required",
  22. "coin": "Coin",
  23. "notes": "Notes",
  24. "coinsNotes": "Coins+notes",
  25. "creditCard": "Credit Card",
  26. "electronicPayment": "electronic payment",
  27. "mainSweepOfAlipay": "Main sweep of Alipay",
  28. "weChatScanning": "WeChat scanning",
  29. "antiScanningOfAlipay": "Anti scanning of Alipay",
  30. "weChatBackScanning": "WeChat back scanning",
  31. "unpaid":"Unpaid",
  32. "paid":"Paid",
  33. "refunding":"refunding",
  34. "refunded":"Refunded",
  35. "orderStatus":"Order Status",
  36. "allSuboUsers":"All subordinate users"
  37. },
  38. "navBar": {
  39. "homePage": "home page",
  40. "deviceInformation": "Device Information",
  41. "machineRanking": "Machine ranking",
  42. "personalCenter": "Personal Center"
  43. },
  44. "accountPer": {
  45. "usernameLabel": "account number",
  46. "usernamePlaceholder": "Please enter the account number",
  47. "passwordLabel": "password",
  48. "passwordPlaceholder": "Please input a password",
  49. "nameLabel": "full name",
  50. "namePlaceholder": "Please enter your name",
  51. "phoneLabel": "Telephone",
  52. "phonePlaceholder": "Please enter the phone number",
  53. "roleLabel": "role",
  54. "rolePlaceholder": "Please select a role",
  55. "setUp": "set up",
  56. "startOrNot": "Start or not",
  57. "manageMachinesLabel": "Manage machines",
  58. "manageMachinesPlaceholder": "Please select the management machine",
  59. "submit": "Submit",
  60. "modifyAccount": "Modify account",
  61. "delete": "delete",
  62. "addAccount": "Add account",
  63. "whole": "whole",
  64. "successfullyModifiedTheAccount": "Successfully modified the account",
  65. "failedToModifyTheAccount": "Failed to modify the account",
  66. "accountAddedSuccessfully": "Account added successfully",
  67. "failedToAddAccount": "Failed to add account",
  68. "successfullyDeletedTheAccount": "Successfully deleted the account",
  69. "failedToDeleteTheAccount": "Failed to delete the account",
  70. "accountPermission": "Account permission",
  71. "total": "",
  72. "permissions": " permissions in total",
  73. "rolePermissions": "Role Permissions",
  74. "add": "add to",
  75. "screen": "screen",
  76. "fullName": "full name",
  77. "role": "role",
  78. "accountNumber": "account number",
  79. "effective": "Effective",
  80. "paused": "Paused",
  81. "merchantNameLabel": "Merchant Name",
  82. "merchantNamePlaceholder": "Please enter the merchant name",
  83. "merchantAccountLabel": "Merchant account",
  84. "merchantAccountPlaceholder": "Please select a merchant account",
  85. "clickQuery": "Click Query"
  86. },
  87. "advertManage": {
  88. "advertisingNameLabel": "Advertising name",
  89. "advertisingNamePlaceholder": "Please enter the advertisement name",
  90. "affiliatedMerchantsLabel": "Affiliated merchants",
  91. "affiliatedMerchantsPlaceholder": "Please enter the merchant",
  92. "advertisingOrderLabel": "Advertising order",
  93. "advertisingOrderPlaceholder": "Please enter the advertisement order",
  94. "machineType": "Machine type",
  95. "machineTypePlace": "Please select the machine type",
  96. "advertisingDurationLabel": "Advertising duration",
  97. "advertisingDurationPlaceholder": "Please enter the advertising duration",
  98. "playbackTimesLabel": "Playback times",
  99. "playbackTimesPlaceholder": "Please enter the number of plays",
  100. "advertisingPosition": "Advertising position",
  101. "screenA": "Screen A",
  102. "screenB": "Screen B",
  103. "locationType": "Location Type",
  104. "advertising": "Advertising",
  105. "externalAdvertising": "External advertising",
  106. "defaultDownload": "Default Download",
  107. "doNotDownloadByDefault": "Do not download by default",
  108. "advertisingType": "Advertising type",
  109. "picture": "picture",
  110. "video": "video",
  111. "pictureAddressLabel": "Picture address",
  112. "pictureAddressPlaceholder": "Please enter the picture address",
  113. "thumbnailAddressLabel": "Thumbnail Address",
  114. "thumbnailAddressPlaceholder": "Please enter the thumbnail address",
  115. "videoLinkLabel": "Video link",
  116. "videoLinkPlaceholder": "Please enter the video link",
  117. "submit": "Submit",
  118. "modifyAdvertisement": "Modify advertisement",
  119. "addAds": "Add Ads",
  120. "successfullyModifiedTheAdvertisement": "Successfully modified the advertisement",
  121. "advertisementAddedSuccessfully": "Advertisement added successfully",
  122. "advertisingManagement": "Advertising management",
  123. "requestFailed": "Request failed, click to reload",
  124. "noMore": "No more",
  125. "total": "",
  126. "ads": "ads in total",
  127. "advertisingRules": "Advertising rules",
  128. "add": "add to",
  129. "delete": "delete",
  130. "push": "Push",
  131. "creationTime": "Creation time",
  132. "delPopTitle": "Operation confirmation",
  133. "cancelTxt": "think again",
  134. "confirmDel": "confirm deletion",
  135. "delPopContent": "Are you sure to delete?",
  136. "delTips": "Please select the data to be deleted first",
  137. "advertRule": {
  138. "sysTitle": "Advertising rules",
  139. "total": "total",
  140. "rules": "rules",
  141. "add": "add",
  142. "delete": "delete",
  143. "push": "push",
  144. "edit": "edit",
  145. "createTime": "Create Time",
  146. "selected": "Selected",
  147. "individual": "individual",
  148. "cancel": "cancel",
  149. "confirmDel": "confirm deletion",
  150. "addRule": {
  151. "title": "Add Rule",
  152. "editTitle": "Edit Rule",
  153. "ruleName": "Rule Name",
  154. "ruleNamePlace": "Please enter the Rule Name",
  155. "adType": "Advertising type",
  156. "adTypePlace": "Please select the Advertising type",
  157. "userName": "Affiliated merchants",
  158. "userNamePlace": "Please enter the Affiliated merchants",
  159. "AScreen": "Screen A",
  160. "AScreenPlace": "Please select the Screen A",
  161. "BScreen": "Screen B",
  162. "BScreennPlace": "Please select the Screen B",
  163. "submit": "Submit Rules",
  164. "search": "search",
  165. "selectAd": "Please select an advertisement",
  166. "pushMerchant":"Push merchants",
  167. "pushMerchantPlace":"Separate them with English commas, and there should also be a comma at the end",
  168. "screen":"screen",
  169. "adScreen":"Advertising screening",
  170. "adName":"Advertising name",
  171. "adNamePlace":"Please enter the advertisement name"
  172. }
  173. }
  174. },
  175. "alarmHistory": {
  176. "equipmentNoLabel": "Equipment No",
  177. "equipmentNoPlaceholder": "Please enter the equipment number",
  178. "equipmentNameLabel": "Equipment name",
  179. "equipmentNamePlaceholder": "Please enter the device name",
  180. "alarmTime": "Alarm time",
  181. "to": "to",
  182. "startTime": "start time",
  183. "endTime": "End time",
  184. "clickQuery": "Click Query",
  185. "selectFullTime": "Select full time",
  186. "alarmHistory": "Alarm history",
  187. "requestFailed": "Request failed, click to reload",
  188. "noMore": "No more",
  189. "common": "",
  190. "recordsTotal": "records in total",
  191. "search": "search",
  192. "affiliatedMerchants": "Affiliated merchants",
  193. "equipmentNo": "Equipment No",
  194. "equipmentName": "Equipment name",
  195. "creationTime": "Creation time",
  196. "alarmContent": "Alarm content",
  197. "allDevices": "All devices"
  198. },
  199. "apkManage": {
  200. "apkManagement": "Apk management",
  201. "version": "Version No",
  202. "versionInfo": "Version information",
  203. "model": "model",
  204. "add": {
  205. "addTitle": "add",
  206. "editTitle": "edit",
  207. "version": "Version No",
  208. "versionPlace": "Please enter the version number",
  209. "versionName": "Version name",
  210. "versionNamePlace": "Please enter the version name",
  211. "model": "model",
  212. "modelPlace": "Please select the model",
  213. "forceUpdate": "Whether to force update",
  214. "forceUpdatePlace": "Please select whether to force update",
  215. "apkSize": "Apk size",
  216. "apkSizePlace": "Please enter the Apk size",
  217. "downloadLink": "Download link",
  218. "downloadLinkPlace": "Please enter the Download link",
  219. "versionIntroduction": "Version introduction",
  220. "versionIntroductionPlace": "Please enter the Version introduction",
  221. "yes": "yes",
  222. "no": "no"
  223. }
  224. },
  225. "device": {
  226. "setAlarm": "set alarm",
  227. "equipmentName": "Equipment name",
  228. "selectDevice": "Select Device",
  229. "selectTime": "Select time",
  230. "selectTheNumberOfAlarmClockRepetitions": "Select the number of alarm clock repetitions",
  231. "everyDay": "Every day",
  232. "weekday": "Working days (Monday to Friday)",
  233. "weekend": "Weekend (Saturday to Sunday)",
  234. "custom": "custom",
  235. "messageReceiver1":"Device alarm contact 1",
  236. "messageReceiver2":"Device alarm contact 2",
  237. "messageReceiver3":"Device alarm contact 3",
  238. "equipmentmessageReceiverPlaceholder":"Please enter email",
  239. "repetitionsLabel": "Repetitions",
  240. "repetitionsPlaceholder": "Please enter the number of repetitions",
  241. "alarmTypeLabel": "Alarm type",
  242. "alarmTypePlaceholder": "Please select the type of alarm clock",
  243. "alarmNameLabel": "Alarm name",
  244. "alarmNamePlaceholder": "Please enter the name of the alarm clock",
  245. "effectiveImmediately": "Effective immediately",
  246. "submitSettings": "Submit Settings",
  247. "clickToSelectTheTime": "Click to select the time",
  248. "cancel": "cancel",
  249. "confirm": "confirm",
  250. "allMachines": "All machines",
  251. "furnaceHeadOn": "Furnace head on",
  252. "furnaceHeadClosed": "Furnace head closed",
  253. "startSleep": "Start Sleep",
  254. "endSleep": "End Sleep",
  255. "sleepDesc": "Sleep description",
  256. "sleepDescPlace": "Please enter a sleep description",
  257. "SuspendBusiness": "Suspend Business",
  258. "successfullyAddedAlarmClock": "Successfully added alarm clock",
  259. "parameterAdjustment": "Parameter adjustment",
  260. "generalParameterConfiguration": "General parameter configuration",
  261. "advancedParameterConfiguration": "Advanced parameter configuration",
  262. "debuggingParameterConfiguration": "Debugging parameter configuration",
  263. "humidityParameterConfiguration": "Humidity parameter configuration",
  264. "submitUpdates": "Submit Updates",
  265. "modificationSucceeded": "Modification succeeded",
  266. "addDistributor": "Add Distributor",
  267. "equipmentNoLabel": "Equipment No",
  268. "equipmentNoPlaceholder": "Please enter the equipment number",
  269. "proportionOfPlatformDistributionLabel": "Proportion of platform distribution",
  270. "proportionOfPlatformDistributionPlaceholder": "Please enter the distribution proportion of the platform",
  271. "merchantDistributionProportionLabel": "Merchant distribution proportion",
  272. "merchantDistributionProportionPlaceholder": "Please enter the merchant distribution proportion",
  273. "accountNoOfDistributorLabel": "Account No. of distributor",
  274. "accountNoOfDistributorPlaceholder": "Please enter the distributor account number",
  275. "distributionProportionLabel": "Distribution proportion",
  276. "distributionProportionPlaceholder": "Please enter the distribution proportion",
  277. "delete": "delete",
  278. "continueToAddDistributors": "Continue to add distributors",
  279. "submitForApproval": "Submit for approval",
  280. "timeSwitch": "Time switch",
  281. "addAlarmClock": "Add alarm clock",
  282. "modify": "modify",
  283. "furnHeadStatus": "Furnace head status",
  284. "opened": "Opened",
  285. "closed": "Closed",
  286. "weekday2": "weekday",
  287. "weekend2": "weekend",
  288. "monday": "Monday",
  289. "tuesday": "Tuesday",
  290. "wednesday": "Wednesday",
  291. "thursday": "Thursday",
  292. "friday": "Friday",
  293. "saturday": "Saturday",
  294. "sunday": "Sunday",
  295. "deletionSucceeded": "Deletion succeeded",
  296. "commonOperations": "Common Operations",
  297. "equipmentNo": "Equipment No",
  298. "restartFurnaceHead": "Restart furnace head",
  299. "sleep": "sleep",
  300. "openCloseFurnaceHead": "Open/close furnace head",
  301. "openFurnHead": "Open furnace head",
  302. "closeFurnHead": "Close furnace head",
  303. "remoteDoorOpening": "Remote door opening",
  304. "remoteSugarMaking": "Remote sugar making",
  305. "outDoor": "Outer door",
  306. "inDoor": "Inner door",
  307. "openRemind": "Remind",
  308. "openRemindOut": "Are you sure you want to switch the outer door?",
  309. "openRemindIn": "Are you sure you want to switch the Inner door?",
  310. "modulation": "modulation",
  311. "equipmentRecharge": "Equipment recharge",
  312. "parameterSetting": "Parameter setting",
  313. "operationConfirmation": "Operation confirmation",
  314. "pleaseConfirmAgainWhetherToOperate": "Please confirm again whether to operate",
  315. "IllThinkAboutItAgain": "I'll think about it again",
  316. "restartSucceeded": "Restart succeeded",
  317. "deleteDeviceSucceed": "Delete device successfully",
  318. "sleepSuccessfully": "Sleep successfully",
  319. "open": "open",
  320. "close": "close",
  321. "success": "success",
  322. "sysOffSuccess":"System offline successfully",
  323. "remoteDoorOpeningSucceeded": "Remote door opening succeeded",
  324. "enterAnyInformationToSearch": "Enter any information to search",
  325. "equipmentCodeLabel": "Equipment code",
  326. "equipmentCodePlaceholder": "Please enter the equipment code",
  327. "equipmentNameLabel": "Equipment name",
  328. "equipmentNamePlaceholder": "Please enter the device name",
  329. "merchantNameLabel": "Merchant name",
  330. "merchantNamePlaceholder": "Please enter the merchant name",
  331. "equipmentTypeLabel": "Equipment type",
  332. "equipmentTypePlaceholder": "Please select a device type",
  333. "equipmentModelLabel": "Equipment model",
  334. "equipmentModelPlaceholder": "Please select a device model",
  335. "powerOnStatus": "Power on status",
  336. "pleaseSelectThePowerOnStatus": "Please select the power on status",
  337. "equipmentStatus": "Equipment Status",
  338. "pleaseSelectTheDeviceStatus": "Please select the device status",
  339. "emptyingConditions": "Emptying Conditions",
  340. "clickSearch": "Click Search",
  341. "spunSugar": "棉花糖",
  342. "popcorn": "popcorn",
  343. "startUp": "Start up",
  344. "shutdown": "shutdown",
  345. "enable": "enable",
  346. "deactivate": "deactivate",
  347. "deviceInformation": "Device Information",
  348. "essentialInformation": "Basic Information",
  349. "equipmentCode": "Equipment Code",
  350. "equipmentRemarksLabel": "Equipment Remarks",
  351. "equipmentRemarksPlaceholder": "Please enter device notes",
  352. "affiliatedMerchant": "affiliated merchant",
  353. "affiliatedArea": "Affiliated Area",
  354. "machineType": "Machine Type",
  355. "expirationTime": "Expiration Time",
  356. "equipmentLabel": "Equipment Label",
  357. "edit": "edit",
  358. "nameOfOperatorLabel": "Operator Name",
  359. "nameOfOperatorPlaceholder": "Please enter the name of the operator",
  360. "operatorTelephoneLabel": "Operator Phone",
  361. "operatorTelephonePlaceholder": "Please enter the operator's phone number",
  362. "advertisingRulesLabel": "advertising rules",
  363. "advertisingRulesPlaceholder": "Please enter advertising rules",
  364. "paymentMethod": "Payment Method",
  365. "onlinePayment": "Online Payment",
  366. "offlinePayment": "offline payment",
  367. "onlineAndOfflinePayment": "Online and offline payment",
  368. "submitAndPushDeviceUpdates": "Submit and push device updates",
  369. "clickToSelectPattern": "Click to select pattern",
  370. "pleaseSelectAPattern": "Please select a pattern",
  371. "todaysSugarList": "Make a sugar list today",
  372. "submitToMakeSugar": "Submit to make sugar",
  373. "viewResults": "View Results",
  374. "dataOverview": "Data Overview",
  375. "search": "search",
  376. "totalNumberOfRuns": "Total number of runs",
  377. "totalNumberOfEquipment": "Total number of equipment",
  378. "affiliatedMerchants": "affiliated merchants",
  379. "sleepState": "Sleep State",
  380. "sleeping": "sleeping",
  381. "notSleeping": "Not sleeping",
  382. "lastRefreshTime": "Recent refresh time",
  383. "machineUniqueCode": "Machine unique code",
  384. "furnaceHeadTemperature": "furnace head temperature",
  385. "temperatureInCabinet": "Temperature in cabinet",
  386. "humidityInCabinet": "Humidity in cabinet",
  387. "degree": "degree",
  388. "volume": "volume",
  389. "alarmContent": "Alarm content",
  390. "eliminateAlarm": "Eliminate alarm",
  391. "editDevice": "Edit Device",
  392. "seeMore": "See more",
  393. "stow": "stow",
  394. "successfullyEliminatedTheAlarm": "Successfully eliminated the alarm",
  395. "slideSliderToAdjustVolume": "Slide slider to adjust volume",
  396. "submitModification": "Submit Modification",
  397. "currentPriceIs": "The current price is",
  398. "purchasedMachine": "purchased machine",
  399. "pleaseSelectAMachine": "Please select a machine",
  400. "quantityPurchased": "Quantity purchased",
  401. "pleaseEnterThePurchaseQuantity": "Please enter the purchase quantity",
  402. "month": "month",
  403. "weChat": "WeChat",
  404. "alipay": "Alipay",
  405. "placeOrder": "Submit Order",
  406. "orderNumber": "Order No.",
  407. "price": "price",
  408. "tagSet": {
  409. "title": "editTags",
  410. "addTag": "addTag",
  411. "tag": "tag",
  412. "allTags": "allTags",
  413. "sumbmit": "sumbmit",
  414. "cancel": "cancel",
  415. "confirm": "confirm"
  416. },
  417. "sysOffline": "System offline",
  418. "modifyPrice":"Modify Price",
  419. "modifyPricePage":{
  420. "title":"Commodity price adjustment",
  421. "equipmentName":"Equipment name",
  422. "total":"total",
  423. "goods":"goods",
  424. "batchModify":"Batch modification",
  425. "modify":"modify",
  426. "submit":"Submit",
  427. "batchPrice":"Batch price",
  428. "batchPricePlace":"Please enter the batch price",
  429. "modifySubmit":"Modification submission"
  430. },
  431. "deleteDevice":"Delete Device",
  432. "noPosition":"No positioning",
  433. "equipLocation":"Equipment location",
  434. "position":"position",
  435. "view":"view",
  436. "oneKeyFeed":"One key feeding",
  437. "replenishment":"replenishment",
  438. "whiteSugar":"whiteSugar",
  439. "redSugar":"redSugar",
  440. "yellowSugar":"yellowSugar",
  441. "blueSugar":"blueSugar",
  442. "stick":"stick",
  443. "water":"water",
  444. "wasteWater":"wasteWater",
  445. "turnOffHibe":"Turn off hibernation",
  446. "enableSleep":"Enable Sleep",
  447. "communiChannel":"Communication channel",
  448. "tweets":"Tweets",
  449. "mq":"Mq",
  450. "versionNo":"Version No",
  451. "url":"url",
  452. "urlPlace":"please enter the url",
  453. "update":"to update",
  454. "sureUpdate":"Are you sure you want to update",
  455. "coupon":"coupon",
  456. "adRule":"Advertising rules",
  457. "editAdRule":{
  458. "title":"Edit Rule",
  459. "ruleName":"Rule Name",
  460. "ruleNamePlace":"Please enter the rule name",
  461. "submitPush":"Submit and push",
  462. "adRulePlace":"Please select the advertising rules first"
  463. },
  464. "flowerType":"Flower type",
  465. "flowerTypePlace":"Please select the flower type"
  466. },
  467. "discountCode": {
  468. "discountCodeNoLabel": "Discount code No",
  469. "discountCodeNoPlaceholder": "Please enter the discount code number",
  470. "creationTime": "Creation time",
  471. "startTime": "start time",
  472. "endTime": "End time",
  473. "to": "to",
  474. "usageTime": "Usage time",
  475. "clickQuery": "Click Query",
  476. "selectFullTime": "Select full time",
  477. "discountCode": "Discount code",
  478. "total": "total",
  479. "discountCodesInTotal": "Discount codes",
  480. "search": "search",
  481. "notUsed": "not used",
  482. "used": "Used",
  483. "export": "export",
  484. "apply": "apply",
  485. "discount": "discount",
  486. "termOfValidity": "term of validity",
  487. "validDays": "Valid days",
  488. "usingTheMachine": "Using the machine",
  489. "purchaseDiscountCode": "Purchase discount code",
  490. "numberOfDiscountCodesLabel": "Number of discount codes",
  491. "numberOfDiscountCodesPlaceholder": "Please enter the number of discount codes",
  492. "aSingleGenerationCannotExceed": "A single generation cannot exceed 200",
  493. "pleaseEnterTheValidityPeriod": "Please enter the validity period",
  494. "Months": "Months",
  495. "noMoreThanMonths": "(no more than 3 months)",
  496. "type": "type",
  497. "deductionRoll": "Deduction roll",
  498. "discount2": "Discount",
  499. "deductionPriceLabdel": "Deduction price",
  500. "deductionPricePlaceholder": "Please enter the deducted price",
  501. "enterNumber": "Enter number",
  502. "paymentMethod": "Payment method",
  503. "weChat": "WeChat",
  504. "alipay": "Alipay",
  505. "makePayment": "Make payment",
  506. "pleaseEnterDiscount": "Please enter discount",
  507. "theNumberOfDiscountCodesCannotExceed": "The number of discount codes cannot exceed 200",
  508. "theValidityPeriodCannotExceedMonths": "The validity period cannot exceed 3 months",
  509. "discountCannotBeGreaterThan": "Discount cannot be greater than 10",
  510. "successfulProductionOfDiscountCode": "Successful production of discount code",
  511. "applDiscCode":"Apply for discount code"
  512. },
  513. "distributionSet": {
  514. "distributionSettings": "Distribution Settings",
  515. "total": "total",
  516. "leftTitle": "Distribution settings",
  517. "rightAdd": "Add equipment distributor",
  518. "equipName": "Equipment name",
  519. "partners": "Partners",
  520. "distProp": "Distribution proportion",
  521. "applTime": "Application time",
  522. "reviewed": "Reviewed",
  523. "apprPend": "Approval Pending",
  524. "addDist": {
  525. "title": "Add Distributor",
  526. "editTitle": "Edit Distributor",
  527. "clientId": "Equipment code",
  528. "autoBrought":"Automatically brought out",
  529. "clientIdPlace": "Please select the equipment code",
  530. "myDistProport": "My distribution proportion",
  531. "distInof": "Distribution Information",
  532. "platDistRange":"The distribution proportion range of the platform is0-100",
  533. "distPropRange":"The distribution proportion range is0-100",
  534. "notDelMore":"Can't delete any more"
  535. }
  536. },
  537. "home": {
  538. "theLatestMessageIsDisplayedHereYouHaveAMessageToRead": "这里显示最新的消息,您有一条消息待阅读",
  539. "totalEquipment": "totalEquipment",
  540. "running": "running",
  541. "dataOverview": "dataOverview",
  542. "orderData": "orderData",
  543. "totalIncome": "totalIncome",
  544. "productNum": "numberOfProducts",
  545. "numberOfOrders": "numberOfOrders",
  546. "commonTools": "commonTools",
  547. "deviceManagement": "deviceManagement",
  548. "discountCode": "discountCode",
  549. "distributionSettings": "distributionSettings",
  550. "accountPermission": "accountPermission",
  551. "merchantManagement": "merchantManagement",
  552. "advertisingManagement": "advertisingManagement",
  553. "alarmHistory": "alarmHistory",
  554. "orderAnalysis": "orderAnalysis",
  555. "shandeSubLedger": "shandeSubLedger",
  556. "taskMessage": "taskMessage",
  557. "labelMan": "Label management",
  558. "apkMan": "apk management",
  559. "notificationPop": {
  560. "notification": "notification",
  561. "nextTime": "nextTime",
  562. "roger": "roger"
  563. }
  564. },
  565. "joinpayMch": {
  566. "withdrawalAccountNo": "Withdrawal account No",
  567. "merchantNameLabel": "Merchant name",
  568. "merchantNamePlaceholder": "Please enter the merchant name",
  569. "merchantAccountLabel": "Merchant account",
  570. "merchantAccountPlaceholder": "Please enter the merchant account",
  571. "merchantAbbreviationLabel": "Merchant abbreviation",
  572. "merchantAbbreviationPlaceholder": "Please enter the short name of the merchant",
  573. "merchantType": "Merchant type",
  574. "personal": "personal",
  575. "individualBusinesses": "Individual businesses",
  576. "enterprise": "enterprise",
  577. "contactNameLabel": "Contact Name",
  578. "contactNamePlaceholder": "Please enter the contact name",
  579. "cellPhoneLabel": "Cell Phone",
  580. "cellPhonePlaceholder": "Please enter the contact phone",
  581. "nameOfLegalPerson/IndividualLabel": "Name of legal person/individual",
  582. "nameOfLegalPerson/IndividualPlaceholder": "Please enter the name of the legal person/individual",
  583. "phoneNumberOfLegalPerson/IndividualLabel": "Phone number of legal person/individual",
  584. "phoneNumberOfLegalPerson/IndividualPlaceholder": "Please enter the corporate/personal phone number",
  585. "IDLabel": "ID",
  586. "IDPlaceholder": "Please enter your ID card",
  587. "validityOfIDCard": "Validity of ID card",
  588. "pictureReview": "Picture review",
  589. "reUpload": "Re upload",
  590. "signingStatus": "Signing status",
  591. "signAContract": "Sign a contract",
  592. "accountType": "Account Type",
  593. "debitCard": "Debit Card",
  594. "corporateAccount": "Corporate account",
  595. "bankAccountNameLabel": "Bank account name",
  596. "bankAccountNamePlaceholder": "Please enter the bank account name",
  597. "bankAccountLabel": "bank account",
  598. "bankAccountPlaceholder": "Please enter the bank account",
  599. "interBankNoLabel": "Inter bank No",
  600. "interBankNoPlaceholder": "Please enter the inter-bank number",
  601. "businessLicenseNoLabel": "Business License No",
  602. "businessLicenseNoPlaceholder": "Please enter the business license number",
  603. "validityOfBusinessLicenseLabel": "Validity of business license",
  604. "validityOfBusinessLicensePlaceholder": "Please enter the valid period of the business license",
  605. "settlementMethod": "Settlement method",
  606. "autoSettlementByConvergence": "Auto settlement by Convergence",
  607. "manuallySettledByMerchantPlatform": "Manually settled by merchant platform",
  608. "settlementCycleType": "Settlement Cycle Type",
  609. "weekDay": "weekday",
  610. "naturalDay": "Natural day",
  611. "monthlySettlementDate": "Monthly settlement date",
  612. "settlementCycleLabel": "Settlement cycle",
  613. "settlementCyclePlaceholder": "Please enter the settlement cycle",
  614. "natureOfBusinessLabel": "Nature of Business",
  615. "natureOfBusinessPlaceholder": "Please enter the business scope",
  616. "businessAddressLabel": "Business address",
  617. "businessAddressPlaceholder": "Please enter the business address",
  618. "submitDataForReview": "Submit data for review",
  619. "thePlatformAdministratorIsReviewing": "The platform administrator is reviewing",
  620. "youCan": "You can",
  621. "withdrawAndRevise": "Withdraw and Revise",
  622. "failedToPassTheReview": "Failed to pass the review",
  623. "clickHereToFillInTheInformationAgain": "Click here to fill in the information again",
  624. "approvalPassed": "Approval passed",
  625. "clickHereToFillInAgainAndSubmitForReview": "Click here to fill in again and submit for review",
  626. "nextGoToUploadIDPhotos": "Next, go to upload ID photos",
  627. "uploYourIdCard": "Please upload your ID card",
  628. "uploPortrait": "Upload portrait",
  629. "uploNatiEmblem": "Upload the National Emblem",
  630. "businessLicensePlace": "Please upload the business license",
  631. "businessLicense": "Enterprise business license",
  632. "accountOpeningLicensePlace": "Please upload the account opening license",
  633. "accountOpeningLicense": "Photo of account opening permit",
  634. "frontOfIDCardLabel": "Front of ID card",
  635. "frontOfIDCardPlaceholder": "Please enter the path of the front image of your ID card",
  636. "backOfIDCardLabel": "Back of ID card",
  637. "backOfIDCardPlaceholder": "Please enter the image path on the back of the ID card",
  638. "pictureOfBusinessLicenseLabel": "Picture of business license",
  639. "pictureOfBusinessLicensePlaceholder": "Please enter the path of the business license image",
  640. "submissions": "Submissions",
  641. "submittedSuccessfully": "Submitted successfully",
  642. "submitFailed": "Submit failed",
  643. "withdrawalSucceeded": "Withdrawal succeeded",
  644. "uploadSucceeded": "Upload succeeded",
  645. "signingSuccessfully": "Signing successfully",
  646. "exceedPictSize": "Picture size cannot exceed 2M"
  647. },
  648. "merchantManage": {
  649. "merchantManagement": "Merchant management",
  650. "total": "total",
  651. "recordsInTotal": "Records",
  652. "search": "search",
  653. "telephone": "Telephone",
  654. "mailbox": "mailbox",
  655. "loginTime": "login time",
  656. "loginIPAddress": "Login IP address",
  657. "managementSystemId": "Management system id",
  658. "creationTime": "Creation time",
  659. "userNameLabel": "User Name",
  660. "userNamePlaceholder": "Please enter the user name",
  661. "userLoginNameLabel": "User Login Name",
  662. "userLoginNamePlaceholder": "Please enter the user login name",
  663. "clickQuery": "Click Query",
  664. "merchantInformation": "Merchant information",
  665. "essentialInformation": "essential information",
  666. "withdrawalData": "Withdrawal data",
  667. "region": "region",
  668. "accountNumber": "account number",
  669. "subscriptionAdministrator": "Subscription administrator",
  670. "fullNameLabel": "full name",
  671. "fullNamePlaceholder": "Please enter your name",
  672. "passwordLabel": "password",
  673. "passwordPlaceholder": "Please input a password",
  674. "leavBlanToIndiNoModi": "Leave blank to indicate no modification",
  675. "confirmPasswordLabel": "Confirm Password",
  676. "confirmPasswordPlaceholder": "Please enter the confirmation password",
  677. "mailboxPlaceholder": "Please enter your email address",
  678. "telephonePlaceholder": "Please enter the phone number",
  679. "merchantFilingNumberLabel": "Merchant filing number",
  680. "merchantFilingNumberPlaceholder": "Please enter the merchant filing number",
  681. "domesticOrNot": "Domestic or not",
  682. "yes": "yes",
  683. "no": "no",
  684. "discountCode": "0% discount code",
  685. "paymentPlatform": "payment platform",
  686. "convergence": "Convergence",
  687. "shandePayment": "Shande Payment",
  688. "modificationSubmission": "Modification submission",
  689. "merchantType": "Merchant type",
  690. "contactName": "Contact Name",
  691. "cellPhone": "Cell Phone",
  692. "nameOfLegalPerson/Individual": "Name of legal person/individual",
  693. "phoneNumberOfLegalPerson/Individual": "Phone number of legal person/individual",
  694. "legalPerson/IndividualIDNumber": "Legal person/individual ID number number",
  695. "validityOfIDCard": "Validity of ID card",
  696. "businessLicenseCode": "Business license code",
  697. "validityOfBusinessLicense": "Validity of business license",
  698. "natureOfBusiness": "Nature of Business",
  699. "businessAddress": "Business address",
  700. "accountType": "Account Type",
  701. "debitCard": "Debit Card",
  702. "corporateAccount": "Corporate account",
  703. "bankAccountName": "Bank account name",
  704. "bankAccount": "bank account",
  705. "bankNo": "Bank No",
  706. "theTwoPasswordsAreDifferent": "The two passwords are different",
  707. "modificationSucceeded": "Modification succeeded"
  708. },
  709. "orderCenter": {
  710. "orderCenter": "Order Center",
  711. "dataOverview": "Data overview",
  712. "search": "search",
  713. "totalIncome": "Total income",
  714. "productNum": "Number of products",
  715. "numberOfOrders": "Number of orders",
  716. "orderDetails": "order details",
  717. "exportToExcel": "Export to Excel",
  718. "equipmentNo": "Equipment No",
  719. "equipmentName": "Equipment Name",
  720. "tradeName": "Trade name",
  721. "dividingDomesticService": "Dividing domestic service",
  722. "business": "business",
  723. "orderNo": "Order No",
  724. "commodity": "commodity",
  725. "distribution": "Distribution",
  726. "state": "state",
  727. "paymentMethod": "Payment method",
  728. "creationTime": "Creation time",
  729. "initiateRefund": "Initiate refund",
  730. "toBePaid": "To be paid",
  731. "onlinePayment": "Online payment",
  732. "offlinePayment": "Offline payment",
  733. "paymentSucceeded": "Payment succeeded",
  734. "unpaid": "Unpaid",
  735. "paid": "Paid",
  736. "refundInProgress": "Refund in progress",
  737. "refunded": "Refunded",
  738. "whole": "whole",
  739. "noPaymentRequired": "No payment required",
  740. "coin": "coin",
  741. "notes": "Notes",
  742. "coinsNotes": "Coins+notes",
  743. "creditCard": "Credit Card",
  744. "electronicPayment": "electronic payment",
  745. "mainSweepOfAlipay": "Alipay main scanner",
  746. "weChatScanning": "WeChat scanning",
  747. "antiScanningOfAlipay": "Alipay anti scanning",
  748. "weChatBackScanning": "WeChat back scanning",
  749. "refundSucceeded": "Refund succeeded",
  750. "userNameLabel": "user name",
  751. "userNamePlaceholder": "enter one user name",
  752. "orderNoPlaceholder": "Please enter the order number",
  753. "orderSerialNumberLabel": "Order serial number",
  754. "orderSerialNumberPlaceholder": "Please enter the order serial number",
  755. "equipmentNoPlaceholder": "Please enter the equipment number",
  756. "orderDate": "Order Date",
  757. "startTime": "start time",
  758. "to":"to",
  759. "endTime": "End time",
  760. "clickSearch": "Click Search",
  761. "selectFullTime": "Select full time",
  762. "refundAmount":"refund amount",
  763. "refundAmountPlace":"Please enter the refund amount",
  764. "most":"most",
  765. "accountBalance":"Account balance"
  766. },
  767. "orderExport": {
  768. "orderAnalysis": "Order Analysis",
  769. "dataOverview": "Data overview",
  770. "groupType": "Group Type",
  771. "merchant": "Merchant",
  772. "equipment": "equipment",
  773. "orderDetails": "order details",
  774. "clickFilter": "Click Filter",
  775. "exportToExcel": "Export to Excel",
  776. "totalSales": "Total sales",
  777. "machines":"Machines",
  778. "superior":"Superior",
  779. "searchPop": {
  780. "title": "Filter by the following criteria",
  781. "orderNo": "Order No",
  782. "orderNoPlace": "Please enter the order number",
  783. "busiName": "Merchant name",
  784. "busiNamePlace": "Please enter the merchant name",
  785. "clearFilter": "Emptying conditions",
  786. "filter": "screen",
  787. "mainOver":"Mainland/overseas",
  788. "mainOverPlace":"Please select Mainland/overseas",
  789. "mainland":"mainland",
  790. "overseas":"overseas"
  791. }
  792. },
  793. "role": {
  794. "roleNameLabel": "Role Name",
  795. "roleNamePlaceholder": "Please enter the role name",
  796. "addRole": "Add Role",
  797. "pleaseSelectARole": "Please select a role",
  798. "pleaseSelectAPattern": "Please select a pattern",
  799. "deviceManagement": "device management",
  800. "deviceView": "Device View",
  801. "distributionSettings": "Distribution Settings",
  802. "alarmHistory": "Alarm history",
  803. "advertisingManagement": "Advertising management",
  804. "taskMessage": "Task Message",
  805. "discountCode": "Discount code",
  806. "accountPermission": "Account permission",
  807. "orderExport": "Order Export",
  808. "shandeSubLedger": "Shande Sub ledger",
  809. "salesRanking": "Sales Ranking",
  810. "withdrawalAccountNo": "Withdrawal account No",
  811. "standbyWithdrawalAccountNo": "Standby withdrawal account No",
  812. "dataOverview": "Data overview",
  813. "orderData": "Order Data",
  814. "orderRefund": "Order refund",
  815. "systemOffline": "System offline",
  816. "labelMan": "Label management",
  817. "apkMan": "Apk management",
  818. "merchantMan":"Merchant management",
  819. "modifyRole": "Modify Role",
  820. "whole": "whole",
  821. "roleAddedSuccessfully": "Role added successfully",
  822. "failedToAddRole": "Failed to add role",
  823. "successfullyModifiedRole": "Successfully modified role",
  824. "failedToModifyRole": "Failed to modify role",
  825. "rolePermissionSettings": "Role permission settings",
  826. "total": "total",
  827. "inTotal": "individual",
  828. "addTo": "add",
  829. "edit": "edit",
  830. "delete": "delete",
  831. "operationConfirmation": "Operation confirmation",
  832. "pleaseConfirmAgainWhetherToOperate": "Please confirm again whether to operate",
  833. "illThinkAboutItAgain": "I'll think about it again",
  834. "confirm": "confirm"
  835. },
  836. "shandeMch": {
  837. "standbyWithdrawalAccountNo": "Standby withdrawal account No",
  838. "merchantType": "Merchant type",
  839. "personal": "personal",
  840. "enterprise": "enterprise",
  841. "shandebaoAccountNameLabel": "Shandebao account name",
  842. "shandebaoAccountNamePlaceholder": "Please enter Shandebao account name",
  843. "shandebaoAccountNumberLabel": "Shandebao account number",
  844. "shandebaoAccountNumberPlaceholder": "Please enter Shandebao account number",
  845. "interBankNoLabel": "Inter bank No",
  846. "interBankNoPlaceholder": "Please enter the inter-bank number",
  847. "nameOfDepositBankLabel": "Name of deposit bank",
  848. "nameOfDepositBankPlaceholder": "Please enter the name of the deposit bank",
  849. "submit": "Submit",
  850. "submittedSuccessfully": "Submitted successfully",
  851. "submitFailed": "Submit failed"
  852. },
  853. "subLedgerManage": {
  854. "exportOfShandeLedgerData": "exportOfShandeLedgerData",
  855. "accountType": "accountType",
  856. "corporateAccountNo": "corporateAccountNo",
  857. "personalAccount": "personalAccount",
  858. "filterAccounts": "filterAccounts",
  859. "inTotal": "inTotal",
  860. "exportToExcel": "exportToExcel",
  861. "account": "account",
  862. "settAmount": "Settled amount",
  863. "amouToBeSettled": "Amount to be settled",
  864. "lastSettTime": "Last settlement time",
  865. "search": {
  866. "title": "Filter merchant accounts according to the following conditions",
  867. "screen": "screen",
  868. "business": "business",
  869. "account": "account",
  870. "busiPlaceholder": "Please select a merchant",
  871. "accoPlaceholder": "Please enter the account number"
  872. },
  873. "settleProcess": {
  874. "settleAmount": "Settlement amount",
  875. "settleAmountPlaceholder": "Please enter the settlement amount",
  876. "notAccountNum": "Do not calculate account number",
  877. "notAccountNumPlaceholder": "Please enter the account number not calculated",
  878. "settleProcess": "Settlement processing",
  879. "title": "Please confirm again whether to settle",
  880. "cancelTxt": "Think again",
  881. "confrimTxt": "Make settlement"
  882. }
  883. },
  884. "taskMessage": {
  885. "equipmentInitializationApproval": "Equipment initialization approval",
  886. "total": "total",
  887. "recordsInTotal": "Records",
  888. "search": "search",
  889. "affiliatedMerchants": "Affiliated merchants",
  890. "equipmentNo": "Equipment No",
  891. "managementSystemID": "Management system ID",
  892. "state": "state",
  893. "applicationTime": "Application time",
  894. "approvalTime": "Approval time",
  895. "refuse": "refuse",
  896. "agree": "agree",
  897. "toBeApproved": "To be approved",
  898. "rejected": "Rejected",
  899. "agreed": "Agreed",
  900. "withdrawalAccountApproval": "Withdrawal account approval",
  901. "merchantName": "Merchant name",
  902. "contactName": "Contact Name",
  903. "contactPhoneNumber": "Contact phone number",
  904. "distributionApplicationApproval": "Distribution application approval",
  905. "equipmentName": "Equipment name",
  906. "partners": "Partners",
  907. "proportion": "proportion",
  908. "fail": "Fail",
  909. "adopt": "adopt",
  910. "cancel": "cancel",
  911. "operationSucceeded": "Operation succeeded",
  912. "taskMessage": "Task Message",
  913. "toViewAppro": "View the application to be approved",
  914. "whole": "whole",
  915. "unapproved": "Unapproved",
  916. "equipmentInit": {
  917. "searchPop": {
  918. "title": "Please enter any of the following criteria to query",
  919. "equipmentNo": "Equipment code",
  920. "equipmentNoPlace": "Please enter the equipment code",
  921. "managementSystemID": "Management system ID",
  922. "managementSystemIDPlace": "Please enter the Management system ID",
  923. "merchantName": "Merchant name",
  924. "merchantNamePlace": "Please enter the Merchant name",
  925. "state": "state",
  926. "statePlace": "Please select a status",
  927. "filterBtn": "Click Query"
  928. }
  929. },
  930. "joinpayMchCheck": {
  931. "convergence": "Convergence",
  932. "shande": "Shande",
  933. "withAccoDetail": "Withdrawal account details",
  934. "merchantName": "Merchant name",
  935. "merchantType": "Merchant type",
  936. "contactName": "Contact Name",
  937. "indiOrPersName": "Name of legal person/individual",
  938. "indiOrPersPhone": "Phone number of legal person/individual",
  939. "indiOrPersPhoneIdCard": "Corporate/personal ID card",
  940. "idCardValid": "Validity of ID card",
  941. "accountType": "account type",
  942. "bankAccountName": "Bank account name",
  943. "bankAccount": "bank account",
  944. "interBankNo": "Inter bank No",
  945. "settlMethod": "Settlement method",
  946. "settlCycle": "Settlement cycle",
  947. "businessNature": "Nature of Business",
  948. "businessAddress": "Business address",
  949. "personal": "personal",
  950. "indivBusines": "Individual businesses",
  951. "enterprise": "enterprise",
  952. "debitCard": "Debit Card",
  953. "corporateAccount": "Corporate account",
  954. "autoSettByConvergence": "Auto settlement by Convergence",
  955. "manuSettByMercPlatform": "Manually settled by merchant platform",
  956. "day": "day",
  957. "merchantID": "Merchant ID",
  958. "nameOfDepoBank": "Name of deposit bank",
  959. "bankNo": "Bank No",
  960. "nameOfPayee": "Name of payee",
  961. "beneAccoNo": "beneficiary account no",
  962. "lastCleaBalance": "Last clearing balance",
  963. "balaToBeSettled": "Balance to be settled",
  964. "lastSettTime": "Last settlement time",
  965. "todaCollBalance": "Today's collection balance",
  966. "clearBalance": "Cleared balance",
  967. "ShandebaoType": "Shandebao type",
  968. "enterpriseShandebao": "Enterprise Shandebao",
  969. "personalShandebao": "Personal Shandebao"
  970. }
  971. },
  972. "uniPay": {
  973. "selfRecharging": "Self recharging",
  974. "machine": "machine",
  975. "pleaseSelectAMachine": "Please select a machine",
  976. "pattern": "Pattern",
  977. "pleaseSelectAPattern": "Please select a pattern",
  978. "paymentMethod": "Payment method",
  979. "weChat": "WeChat",
  980. "alipay": "Alipay",
  981. "placeOrder": "place order",
  982. "orderNumber": "order number"
  983. },
  984. "changePassword": {
  985. "changePassword": "Change Password",
  986. "passwordLabel": "Login password",
  987. "passwordPlaceholder": "Please enter a password with more than 6 digits",
  988. "passwordRequired": "Please enter a password with more than 6 digits",
  989. "passwordCheckLabel": "Confirm Password",
  990. "passwordCheckPlaceholder": "Please enter the password again to confirm",
  991. "passwordCheckRequired": "Please enter the password again to confirm",
  992. "registerButton": "Submit registration information",
  993. "inconsistentPasswords": "The two passwords are inconsistent, please confirm that the password is correct",
  994. "pwdEditSucess": "Password modified successfully"
  995. },
  996. "forgetPassword": {
  997. "header": "Forgot password",
  998. "usernameLabel": "Account name",
  999. "usernamePlaceholder": "Please enter the account name",
  1000. "selectForgetPassword": "Select the password reset method",
  1001. "usernameRequired": "Please enter the account name",
  1002. "phone": "cell-phone number",
  1003. "email": "mailbox",
  1004. "phoneWordSpan": "Enter the mobile phone number when registering",
  1005. "phoneLabel": "phone number",
  1006. "phonePlaceholder": "Please enter your mobile number",
  1007. "phoneRequired": "Please enter your mobile number",
  1008. "emailWordSpan": "Enter the email address at the time of registration",
  1009. "emailLabel": "mailbox",
  1010. "emailPlaceholder": "Please enter your email address",
  1011. "emailRequired": "Please enter your email address",
  1012. "seedVerCode": "Send verification code",
  1013. "codePlaceholder": "Please enter the verification code",
  1014. "codeRequired": "Please enter the verification code",
  1015. "registerButton": "Submit registration information"
  1016. },
  1017. "login": {
  1018. "title": "Management background",
  1019. "userNameInput": "Please enter user name / mobile number",
  1020. "passWordInput": "Please input a password",
  1021. "checkedPassWord": "Remember the password and log in directly next time",
  1022. "forgetPassWord": "Forget password?",
  1023. "regusterButton": "Click Register",
  1024. "loginButton": "Sign in",
  1025. "loginSucess":"Login succeeded"
  1026. },
  1027. "register": {
  1028. "header": "User Registration",
  1029. "usernameLabel": "Account name",
  1030. "usernamePlaceholder": "Please enter the account name",
  1031. "usernameRequired": "Please enter the account name",
  1032. "nameLabel": "User Name",
  1033. "namePlaceholder": "Please enter the user name",
  1034. "nameRequired": "Please enter the user name",
  1035. "passwordLabel": "Login password",
  1036. "passwordPlaceholder": "Please enter a password with more than 6 digits",
  1037. "passwordRequired": "Please enter a password with more than 6 digits",
  1038. "passwordCheckLabel": "Confirm Password",
  1039. "passwordCheckPlaceholder": "Please enter the password again to confirm",
  1040. "passwordCheckRequired": "Please enter the password again to confirm",
  1041. "country": "country",
  1042. "chinese": "Chinese Mainland",
  1043. "other": "other",
  1044. "phoneLabel": "phone number",
  1045. "phonePlaceholder": "Please enter your mobile number",
  1046. "phoneRequired": "Please enter your mobile number",
  1047. "seedVerCode": "Send verification code",
  1048. "codeLabel": "SMS verification code",
  1049. "codePlaceholder": "Please enter SMS verification code",
  1050. "codeRequired": "Please enter SMS verification code",
  1051. "emailLabel": "mailbox",
  1052. "emailPlaceholder": "Please enter your email address",
  1053. "emailRequired": "Please enter your email address",
  1054. "emailCodeLabel": "Email verification code",
  1055. "emailCodePlaceholder": "Please enter the email verification code",
  1056. "emailCodeRequired": "Please enter the email verification code",
  1057. "registerButton": "Submit registration information",
  1058. "replaysInSeconds": "Replays in seconds"
  1059. },
  1060. "robotRanking": {
  1061. "machineSalesRanking": "Machine sales ranking",
  1062. "dailySalesRanking": "Daily sales ranking",
  1063. "today": "today",
  1064. "yesterday": "yesterday",
  1065. "other": "other",
  1066. "salesRankingThisWeek": "Sales ranking this week",
  1067. "thisWeek": "This week",
  1068. "lastWeek": "last week",
  1069. "salesRankingThisMonth": "Sales ranking this month",
  1070. "thisMonth": "This month",
  1071. "lastMonth": "Last month",
  1072. "salesRankingThisYear": "Sales ranking this year",
  1073. "thisYear": "this year",
  1074. "lastYear": "last year",
  1075. "yearPopTitle": "Please select a year",
  1076. "changeType": "Statistical method",
  1077. "changeTypePlace": "Please select statistics method",
  1078. "patternStatistics": "Pattern statistics",
  1079. "salesStatistics": "Sales statistics",
  1080. "seleWeekDateRangeNotSeveDays": "The date range of the selected week cannot exceed 7 days!!!",
  1081. "rankMethod":"Ranking method"
  1082. },
  1083. "user": {
  1084. "essentialInformation": "essential information",
  1085. "systemId": "System id",
  1086. "myAccount": "My Account",
  1087. "myName": "My name",
  1088. "region": "region",
  1089. "regionPlace": "Please select a region",
  1090. "phoneNumber": "phone number",
  1091. "phoneNumberPlace": "Please enter your mobile number",
  1092. "mailbox": "mailbox",
  1093. "mailboxPlace": "Please enter your email address",
  1094. "associateParent": "Associate Parent",
  1095. "associateParentPlace": "Please enter the related superior",
  1096. "commonOperations": "Common Operations",
  1097. "taskMessage": "Task Message",
  1098. "withdrawalAccountNo": "Withdrawal account No",
  1099. "standbyWithdrawalAccountNo": "Standby withdrawal account No",
  1100. "changePassword": "Change Password",
  1101. "selfRecharging": "Self recharging",
  1102. "logOut": "Log out",
  1103. "logOutTips": "tips",
  1104. "cancelLog": "cancel",
  1105. "confirmLog": "confirm",
  1106. "logOutContent": "Are you sure you want to log out",
  1107. "corrEmailPlace":"Please enter the correct email address",
  1108. "corrPhonePlace":"Please enter the correct mobile number"
  1109. },
  1110. "labelMan": {
  1111. "title": "Label management",
  1112. "merchant": "Merchant",
  1113. "machine": "machine",
  1114. "labelName": "Tagname",
  1115. "add": {
  1116. "name": "Label Name",
  1117. "namePlace": "Please enter the label name",
  1118. "type": "type",
  1119. "typePlace": "Please select a type",
  1120. "merchant": "Merchant List",
  1121. "merchantPlace": "Please select the merchant list",
  1122. "machine": "Machine list",
  1123. "machinePlace": "Please select the machine list"
  1124. }
  1125. },
  1126. "kSelectPop": {
  1127. "cancel": "cancel",
  1128. "confirm": "confirm",
  1129. "allCheck": "Select All",
  1130. "selectTitle": "Please select"
  1131. },
  1132. "common": {
  1133. "noMoreTxt": "No more",
  1134. "loadingTxt": "Loading...",
  1135. "search": "search",
  1136. "noDataTxt": "There is no data at the current time",
  1137. "reqFailClkReload": "Request failed, click to reload"
  1138. },
  1139. "kCascader":{
  1140. "selectRegion":"Please select your region"
  1141. }
  1142. }