en.json 64 KB

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