en.json 65 KB

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