en.json 54 KB

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