index.json 48 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266
  1. {
  2. "locale": "en-US",
  3. "common": {
  4. "save": "Save",
  5. "update": "Update",
  6. "cancel": "Cancel",
  7. "confirm": "Confirm",
  8. "delete": "Delete",
  9. "edit": "Edit",
  10. "add": "Add",
  11. "create": "Create",
  12. "view": "View",
  13. "search": "Search",
  14. "reset": "Reset",
  15. "submit": "Submit",
  16. "close": "Close",
  17. "back": "Back",
  18. "next": "Next",
  19. "prev": "Previous",
  20. "finish": "Finish",
  21. "loading": "Loading...",
  22. "all": "All",
  23. "actions": "Actions",
  24. "expand": "Expand",
  25. "collapse": "Collapse",
  26. "allow": "Allow",
  27. "forbid": "Forbid",
  28. "submitting": "Submitting...",
  29. "memo": "Memo",
  30. "tip": "Tip",
  31. "status": "Status",
  32. "detail": "Detail",
  33. "select": "Please select",
  34. "previous": "Previous",
  35. "uploadImage": "Upload Image",
  36. "uploading": "Uploading...",
  37. "dragSort": "Drag to Sort",
  38. "preview": "Preview",
  39. "maxUpload": "Max upload {count} images",
  40. "supportFormats": "Support {formats} formats",
  41. "maxFileSize": "Max file size {size}MB",
  42. "enable": "Enable",
  43. "disable": "Disable",
  44. "enabled": "Enabled",
  45. "disabled": "Disabled",
  46. "online": "Online",
  47. "offline": "Offline",
  48. "active": "Active",
  49. "inactive": "Inactive",
  50. "success": "Success",
  51. "failed": "Failed",
  52. "pending": "Pending",
  53. "processing": "Processing",
  54. "completed": "Completed",
  55. "required": "Required",
  56. "optional": "Optional",
  57. "placeholder": "Please enter",
  58. "upload": "Upload",
  59. "download": "Download",
  60. "saveSuccess": "Save successful",
  61. "saveFailed": "Save failed",
  62. "deleteSuccess": "Delete successful",
  63. "deleteFailed": "Delete failed",
  64. "updateSuccess": "Update successful",
  65. "updateFailed": "Update failed",
  66. "createSuccess": "Create successful",
  67. "createFailed": "Create failed",
  68. "confirmDelete": "Are you sure you want to delete?",
  69. "confirmSave": "Are you sure you want to save?",
  70. "confirmSubmit": "Are you sure you want to submit?",
  71. "noData": "No data",
  72. "total": "Total",
  73. "items": "items",
  74. "page": "page",
  75. "today": "Today",
  76. "yesterday": "Yesterday",
  77. "thisWeek": "This week",
  78. "thisMonth": "This month",
  79. "startTime": "Start Time",
  80. "endTime": "End Time",
  81. "startDate": "Start Date",
  82. "endDate": "End Date",
  83. "to": "to",
  84. "exportData": "Export Data",
  85. "exporting": "Exporting...",
  86. "and": "and",
  87. "or": "or",
  88. "language": "Language",
  89. "chinese": "中文",
  90. "english": "English",
  91. "unknown": "Unknown",
  92. "fetchDataFailed": "Failed to fetch data",
  93. "createTime": "Create Time",
  94. "title": "Title",
  95. "identifier": "Identifier",
  96. "enterUniqueIdentifier": "Please enter unique identifier",
  97. "enterShortPath": "Please enter short path",
  98. "weight": "Weight",
  99. "enterWeight": "Please enter weight",
  100. "normal": "Normal",
  101. "disabled": "Disabled",
  102. "includePermissions": "Include Permissions",
  103. "name": "Name",
  104. "operation": "Operation",
  105. "enterName": "Please enter name",
  106. "enterIdentifier": "Please enter identifier",
  107. "addTemplate": "Add Template",
  108. "selectIcon": "Select Icon",
  109. "uploadCert": "Upload Certificate",
  110. "noInfo": "No Info",
  111. "cancelled": "Cancelled",
  112. "loading": "Loading...",
  113. "sort": "Sort",
  114. "enterSort": "Please enter sort",
  115. "actions": "Actions",
  116. "add": "Add",
  117. "save": "Save",
  118. "update": "Update",
  119. "edit": "Edit",
  120. "delete": "Delete",
  121. "confirm": "Confirm",
  122. "cancel": "Cancel",
  123. "createTime": "Create Time",
  124. "to": "to",
  125. "startDate": "Start Date",
  126. "endDate": "End Date",
  127. "status": "Status",
  128. "all": "All",
  129. "confirm": "Confirm",
  130. "cancel": "Cancel",
  131. "cancelled": "Cancelled",
  132. "tip": "Tip",
  133. "unknown": "Unknown",
  134. "actions": "Actions",
  135. "detail": "Detail",
  136. "loading": "Loading...",
  137. "fetchDataFailed": "Failed to fetch data",
  138. "submit": "Submit"
  139. },
  140. "menu": {
  141. "dashboard": "Dashboard",
  142. "goods": "Goods",
  143. "order": "Order",
  144. "user": "User",
  145. "system": "System",
  146. "settings": "Settings",
  147. "goodsList": "Goods List",
  148. "goodsAdd": "Add Goods",
  149. "goodsEdit": "Edit Goods",
  150. "goodsCategory": "Category",
  151. "goodsBrand": "Brand",
  152. "orderList": "Orders",
  153. "orderDetail": "Detail",
  154. "orderRefund": "Refund",
  155. "userList": "Users",
  156. "userRole": "Roles",
  157. "userPermission": "Permissions",
  158. "systemConfig": "Config",
  159. "systemLog": "Logs",
  160. "systemBackup": "Backup",
  161. "profile": "Profile",
  162. "account": "Account",
  163. "security": "Security",
  164. "shopManagement": "Shop",
  165. "dataOverview": "Overview",
  166. "goodsLibrary": "Library",
  167. "orderManagement": "Orders",
  168. "marketing": "Marketing",
  169. "groupBuying": "Group Buy",
  170. "content": "Content",
  171. "messagePush": "Push",
  172. "sms": "SMS",
  173. "bannerAd": "Banner",
  174. "data": "Data",
  175. "dataReport": "Reports",
  176. "finance": "Finance",
  177. "recharge": "Recharge",
  178. "withdraw": "Withdraw",
  179. "commission": "Commission",
  180. "financeReport": "Reports",
  181. "config": "Config",
  182. "menuPermission": "Menu Auth",
  183. "staffManagement": "Staff",
  184. "roleManagement": "Roles",
  185. "carouselBanner": "Carousel",
  186. "paymentConfig": "Payment",
  187. "menu": "Menu",
  188. "page": "Page",
  189. "action": "Action",
  190. "adminManagement": "Admin Management",
  191. "authSettings": "Auth Settings",
  192. "notification": "Notification"
  193. },
  194. "taskbar": {
  195. "close": "Close",
  196. "closeOthers": "Close Others",
  197. "profile": "Profile",
  198. "changePassword": "Change Password",
  199. "logout": "Logout",
  200. "confirmLogout": "Are you sure you want to logout?",
  201. "logoutSuccess": "Logout successful",
  202. "superAdminCannotChangePassword": "Super admin cannot change password"
  203. },
  204. "form": {
  205. "name": "Name",
  206. "title": "Title",
  207. "description": "Description",
  208. "content": "Content",
  209. "category": "Category",
  210. "status": "Status",
  211. "type": "Type",
  212. "price": "Price",
  213. "stock": "Stock",
  214. "image": "Image",
  215. "sort": "Sort",
  216. "createTime": "Create Time",
  217. "updateTime": "Update Time",
  218. "goodsName": "Goods Name",
  219. "goodsPrice": "Goods Price",
  220. "goodsStock": "Goods Stock",
  221. "goodsCategory": "Goods Category",
  222. "goodsBrand": "Goods Brand",
  223. "goodsImage": "Goods Image",
  224. "goodsDescription": "Goods Description",
  225. "goodsStatus": "Goods Status",
  226. "marketPrice": "Market Price",
  227. "salePrice": "Sale Price",
  228. "costPrice": "Cost Price",
  229. "orderNo": "Order No.",
  230. "orderStatus": "Order Status",
  231. "orderAmount": "Order Amount",
  232. "orderTime": "Order Time",
  233. "payTime": "Pay Time",
  234. "deliveryTime": "Delivery Time",
  235. "username": "Username",
  236. "password": "Password",
  237. "email": "Email",
  238. "phone": "Phone",
  239. "avatar": "Avatar",
  240. "role": "Role",
  241. "permission": "Permission",
  242. "required": "This field is required",
  243. "invalidEmail": "Please enter a valid email address",
  244. "invalidPhone": "Please enter a valid phone number",
  245. "passwordTooShort": "Password must be at least 6 characters",
  246. "confirmPassword": "Confirm Password",
  247. "passwordNotMatch": "Passwords do not match",
  248. "priceRange": "Price Range",
  249. "minPrice": "Min Price",
  250. "maxPrice": "Max Price",
  251. "pleaseInput": "Please enter",
  252. "pleaseSelect": "Please select",
  253. "pleaseUpload": "Please upload",
  254. "inputName": "Please enter goods name",
  255. "inputTitle": "Please enter title",
  256. "inputDescription": "Please enter description",
  257. "selectCategory": "Please select category",
  258. "selectStatus": "Please select status",
  259. "uploadImage": "Please upload image",
  260. "inputOrderNo": "Please input order number",
  261. "inputUserName": "Please input user name",
  262. "inputUserAccount": "Please input username or nickname",
  263. "inputPhone": "Please input phone number",
  264. "inputTrackingNumber": "Please input tracking number",
  265. "selectLoginPermission": "Please select login permission",
  266. "selectOrderPermission": "Please select order permission",
  267. "selectWithdrawPermission": "Please select withdraw permission",
  268. "inputUserPhone": "Please input user phone",
  269. "inputUserNickname": "Please input user nickname",
  270. "inputNewPassword": "Please input new password",
  271. "inputConfirmPassword": "Please confirm password",
  272. "inputCategoryName": "Please input category name",
  273. "inputSort": "Please input sort order",
  274. "inputGoodsName": "Please input goods name (max 100 characters)",
  275. "inputSubtitle": "Please input subtitle (max 50 characters)",
  276. "categoryNameRequired": "Please input category name",
  277. "inputGoodsBrand": "Please input goods brand",
  278. "inputGoodsDescription": "Please input goods description (max 500 characters)",
  279. "inputGoodsNumber": "Please input goods number",
  280. "inputGoodsSupplier": "Please input goods supplier",
  281. "selectShippingTemplate": "Please select shipping template",
  282. "uploadMainImage": "Upload main image",
  283. "uploadCarouselImages": "Upload carousel images",
  284. "uploadDetailImages": "Upload detail images",
  285. "inputSpecificationName": "Please input specification name",
  286. "inputSpecificationValue": "Please input specification value",
  287. "selectSpecification": "Please select specification",
  288. "inputNameOrNumber": "Please input name or number",
  289. "selectSalePrice": "Please select sale price(৳)",
  290. "selectMarketPrice": "Please select market price(৳)",
  291. "selectPrice": "Select price",
  292. "inputStock": "Please input stock",
  293. "inputStockThreshold": "Please input stock threshold",
  294. "inputSkuCode": "Please input SKU code",
  295. "categoryRequired": "Please select goods category",
  296. "goodsNameRequired": "Please input goods name",
  297. "goodsBrandRequired": "Please input goods brand",
  298. "shippingTemplateRequired": "Please select shipping template",
  299. "goodsNumberRequired": "Please input goods number",
  300. "salePriceRequired": "Please input sale price",
  301. "stockRequired": "Please input stock",
  302. "goodsStatusRequired": "Please select goods status",
  303. "goodsSupplierRequired": "Please input goods supplier",
  304. "mainImageRequired": "Please upload main image",
  305. "carouselImagesRequired": "Please upload carousel images",
  306. "detailImagesRequired": "Please upload detail images",
  307. "inputUserPhone": "Please enter user phone",
  308. "inputUserNickname": "Please enter user nickname",
  309. "uploadUserAvatar": "Upload user avatar",
  310. "inputPaymentBank": "Please enter payment bank",
  311. "inputAccountName": "Please enter account name",
  312. "inputPaymentAccount": "Please enter payment account",
  313. "inputNewPassword": "Please enter new password",
  314. "inputConfirmPassword": "Please enter new password again",
  315. "passwordRequired": "Please enter new password",
  316. "passwordLength": "Password length should be 6-20 characters",
  317. "confirmPasswordRequired": "Please enter new password again",
  318. "passwordMismatch": "The two passwords do not match",
  319. "inputMemo": "Please enter memo (max 100 characters)"
  320. },
  321. "message": {
  322. "loginSuccess": "Login successful",
  323. "logoutSuccess": "Logout successful",
  324. "saveSuccess": "Save successful",
  325. "deleteSuccess": "Delete successful",
  326. "updateSuccess": "Update successful",
  327. "createSuccess": "Create successful",
  328. "uploadSuccess": "Successfully uploaded {count} images",
  329. "loginFailed": "Login failed",
  330. "saveFailed": "Save failed",
  331. "deleteFailed": "Delete failed",
  332. "updateFailed": "Update failed",
  333. "createFailed": "Create failed",
  334. "uploadFailed": "{count} images failed to upload",
  335. "networkError": "Network error",
  336. "serverError": "Server error",
  337. "unsavedChanges": "You have unsaved changes",
  338. "confirmLeave": "Are you sure you want to leave?",
  339. "dataWillBeLost": "Data will be lost",
  340. "fieldRequired": "This field is required",
  341. "invalidFormat": "Invalid format",
  342. "valueTooLong": "Value is too long",
  343. "valueTooShort": "Value is too short",
  344. "confirmDelete": "Are you sure you want to delete this record?",
  345. "confirmBatchDelete": "Are you sure you want to delete selected records?",
  346. "confirmSave": "Are you sure you want to save?",
  347. "confirmSubmit": "Are you sure you want to submit?",
  348. "deleteConfirm": "This operation will delete, continue?",
  349. "passwordUpdateSuccess": "Password updated successfully",
  350. "confirmReset": "Are you sure you want to reset?",
  351. "confirmBatchOnSale": "This operation will batch put goods on sale, continue?",
  352. "confirmBatchOffSale": "This operation will batch take goods off sale, continue?",
  353. "tip": "Tip",
  354. "selectionLimitReached": "Selection limit reached",
  355. "fetchRoleListFailed": "Failed to fetch role list",
  356. "fetchDetailFailed": "Failed to fetch details",
  357. "submitFailed": "Submit failed",
  358. "changePasswordFailed": "Failed to change password",
  359. "maxUploadLimit": "Maximum {count} images can be uploaded",
  360. "uploadError": "Upload failed",
  361. "unsupportedFormat": "{extension} format is not supported, please select {formats} format images",
  362. "fetchDataFailed": "Failed to fetch data",
  363. "fileSizeExceeded": "Image size cannot exceed {size}MB",
  364. "saving": "Saving...",
  365. "deleting": "Deleting...",
  366. "processing": "Processing...",
  367. "noData": "No data",
  368. "noSearchResult": "No search results found",
  369. "loadMore": "Load more",
  370. "noMore": "No more data",
  371. "submitSuccess": "Submit successful",
  372. "refundSuccess": "Refund submitted successfully",
  373. "refundFailed": "Refund application failed",
  374. "userIdNotExist": "User ID does not exist",
  375. "orderIdNotExist": "Order ID does not exist",
  376. "currentOrder": "This is the current order",
  377. "passwordChangeSuccess": "Password changed successfully, please login again",
  378. "editFeatureNotDeveloped": "Edit feature is under development",
  379. "goodsAttributeSaveSuccess": "Product attributes saved successfully"
  380. },
  381. "error": {
  382. "pageNotFound": "Page Not Found",
  383. "accessDenied": "Access Denied",
  384. "unauthorized": "Unauthorized Access",
  385. "serverError": "Server Error",
  386. "networkError": "Network Error",
  387. "pageNotFoundDesc": "Sorry, the page you are looking for does not exist",
  388. "accessDeniedDesc": "Sorry, you do not have permission to access this page",
  389. "unauthorizedDesc": "Sorry, you need to login to access this page",
  390. "serverErrorDesc": "Sorry, server error occurred",
  391. "networkErrorDesc": "Sorry, network connection failed",
  392. "goBack": "Go Back",
  393. "goHome": "Go Home",
  394. "retry": "Retry",
  395. "login": "Login",
  396. "autoCloseIn": "seconds to auto close",
  397. "error401": "401 Unauthorized",
  398. "error403": "403 Forbidden",
  399. "error404": "404 Not Found",
  400. "error500": "500 Server Error"
  401. },
  402. "modules": {
  403. "auth": {
  404. "login": "Login",
  405. "logout": "Logout",
  406. "username": "Username",
  407. "account": "Account",
  408. "password": "Password",
  409. "confirmPassword": "Confirm Password",
  410. "rememberMe": "Remember Me",
  411. "forgotPassword": "Forgot Password",
  412. "loginSuccess": "Login successful",
  413. "loginFailed": "Login failed",
  414. "logoutSuccess": "Logout successful",
  415. "welcomeTo": "Welcome to {appName}",
  416. "niceToSeeYou": "Nice to see you again",
  417. "userManagement": "User Management",
  418. "adminList": "Admin List",
  419. "addAdmin": "Add Admin",
  420. "editAdmin": "Edit Admin",
  421. "deleteAdmin": "Delete Admin",
  422. "adminName": "Admin Name",
  423. "adminAccount": "Admin Account",
  424. "adminRole": "Admin Role",
  425. "adminStatus": "Admin Status",
  426. "lastLoginTime": "Last Login Time",
  427. "roleManagement": "Role Management",
  428. "roleList": "Role List",
  429. "addRole": "Add Role",
  430. "editRole": "Edit Role",
  431. "deleteRole": "Delete Role",
  432. "roleName": "Role Name",
  433. "roleDescription": "Role Description",
  434. "rolePermissions": "Role Permissions",
  435. "permissionManagement": "Permission Management",
  436. "permissionList": "Permission List",
  437. "permissionName": "Permission Name",
  438. "permissionCode": "Permission Code",
  439. "permissionType": "Permission Type",
  440. "menuPermission": "Menu Permission",
  441. "buttonPermission": "Button Permission",
  442. "dataPermission": "Data Permission",
  443. "changePassword": "Change Password",
  444. "oldPassword": "Old Password",
  445. "newPassword": "New Password",
  446. "passwordChanged": "Password changed successfully",
  447. "passwordNotMatch": "Passwords do not match",
  448. "passwordTooShort": "Password must be at least 6 characters",
  449. "usernameRequired": "Please enter username",
  450. "accountRequired": "Please enter account",
  451. "passwordRequired": "Please enter password",
  452. "confirmPasswordRequired": "Please confirm password",
  453. "roleRequired": "Please select role",
  454. "normal": "Normal",
  455. "disabled": "Disabled",
  456. "locked": "Locked",
  457. "application": "Application",
  458. "selectAll": "Select All",
  459. "addPermission": "+Add",
  460. "initMenu": "Initialize Menu",
  461. "noData": "No data",
  462. "confirmDeleteRecord": "Are you sure you want to delete this record?",
  463. "confirmInit": "This operation will clear all existing permissions and reinitialize menu permissions. Continue?\n⚠️ Note: This operation is irreversible!",
  464. "initConfirmTitle": "Initialize Confirmation",
  465. "initSuccess": "Menu permissions initialized successfully!",
  466. "initFailed": "Initialization failed: {message}",
  467. "createPermissionSuccess": "Permission created successfully",
  468. "createPermissionFailed": "Failed to create permission",
  469. "updateSortSuccess": "Sort order updated successfully",
  470. "updateSortFailed": "Failed to update sort order",
  471. "deletePermissionSuccess": "Permission deleted successfully",
  472. "deletePermissionFailed": "Failed to delete permission",
  473. "parentPermission": "Parent Permission",
  474. "icon": "Icon",
  475. "sort": "Sort",
  476. "url": "URL",
  477. "isAction": "Is Action Permission",
  478. "assignPermissions": "Assign Permissions",
  479. "permissionTree": "Permission Tree",
  480. "normalTip": "This permission is normally available",
  481. "disabledTip": "After disabling this permission, only super administrators can access it"
  482. },
  483. "banner": {
  484. "title": "Banner Management",
  485. "bannerTitle": "Banner Title",
  486. "image": "Image",
  487. "bannerImage": "Banner Image",
  488. "linkType": "Link Type",
  489. "linkAddress": "Link Address",
  490. "internalLink": "Internal Link",
  491. "externalLink": "External Link",
  492. "addBanner": "Add Banner",
  493. "editBanner": "Edit Banner",
  494. "enterBannerTitle": "Please enter banner title",
  495. "uploadImage": "Upload Image",
  496. "enterLinkAddress": "Please enter link address",
  497. "titleRequired": "Please enter banner title",
  498. "imageRequired": "Please upload banner image",
  499. "linkRequired": "Please enter link address"
  500. },
  501. "payment": {
  502. "title": "Payment Config",
  503. "collectionConfig": "Collection Config",
  504. "payoutConfig": "Payout Config",
  505. "paymentChannel": "Payment Channel",
  506. "addChannel": "Add Channel",
  507. "addPaymentChannel": "Add Payment Channel",
  508. "editPaymentChannel": "Edit Payment Channel",
  509. "collectionMethod": "Collection Method",
  510. "collectionChannel": "Collection Channel",
  511. "payoutMethod": "Payout Method",
  512. "payoutChannel": "Payout Channel",
  513. "channelName": "Channel Name",
  514. "channelCode": "Channel Code",
  515. "channelStatus": "Channel Status",
  516. "weight": "Weight",
  517. "priority": "Priority",
  518. "minAmount": "Min Amount",
  519. "maxAmount": "Max Amount",
  520. "feeRate": "Fee Rate",
  521. "fixedFee": "Fixed Fee",
  522. "merchantId": "Merchant ID",
  523. "secretKey": "Secret Key",
  524. "apiUrl": "API URL",
  525. "notifyUrl": "Notify URL",
  526. "returnUrl": "Return URL",
  527. "enabled": "Enabled",
  528. "disabled": "Disabled",
  529. "saveConfig": "Save Config",
  530. "resetConfig": "Reset Config",
  531. "testConnection": "Test Connection",
  532. "configSaved": "Config saved successfully",
  533. "configFailed": "Failed to save config",
  534. "enterChannelName": "Please enter channel name",
  535. "enterChannelCode": "Please enter channel code",
  536. "enterMerchantId": "Please enter merchant ID",
  537. "enterAppId": "Please enter App ID",
  538. "enterSecretKey": "Please enter secret key",
  539. "enterApiUrl": "Please enter API URL",
  540. "selectPaymentMethod": "Please select payment method",
  541. "channelNameRequired": "Please enter channel name",
  542. "channelCodeRequired": "Please enter channel code",
  543. "merchantIdRequired": "Please enter merchant ID",
  544. "secretKeyRequired": "Please enter secret key",
  545. "confirmDeleteChannel": "Confirm to delete this payment channel?",
  546. "weightSaveSuccess": "Weight saved successfully",
  547. "weightSaveFailed": "Failed to save weight",
  548. "statusUpdateSuccess": "Status updated successfully",
  549. "statusUpdateFailed": "Failed to update status",
  550. "channelStatusUpdateSuccess": "Channel status updated successfully",
  551. "channelStatusUpdateFailed": "Failed to update channel status"
  552. },
  553. "finance": {
  554. "financeReport": "Finance Report",
  555. "timeRange": "Time Range",
  556. "exportReport": "Export Report",
  557. "exporting": "Exporting...",
  558. "serialNumber": "Serial No.",
  559. "subjectName": "Subject Name",
  560. "alias": "Alias",
  561. "balanceDirection": "Balance Direction",
  562. "initialBalance": "Initial Balance",
  563. "debitAmount": "Debit Amount",
  564. "creditAmount": "Credit Amount",
  565. "endBalance": "End Balance",
  566. "debit": "Debit",
  567. "credit": "Credit",
  568. "unknown": "Unknown",
  569. "exportSuccess": "Export successful",
  570. "exportFailed": "Export failed",
  571. "noDataToExport": "No data to export",
  572. "title": "Finance",
  573. "commissionManagement": "Commission Management",
  574. "financialReport": "Financial Report",
  575. "walletBalance": "Wallet Balance",
  576. "accountEarnings": "Account Earnings",
  577. "unknownOperation": "Unknown Operation",
  578. "unsettled": "Unsettled",
  579. "settled": "Settled",
  580. "recharge": "Recharge",
  581. "withdraw": "Withdraw",
  582. "groupPayment": "Group Payment",
  583. "joinPayment": "Join Payment",
  584. "incompleteRefund": "Incomplete Refund",
  585. "completeRefund": "Complete Refund",
  586. "groupRedPacketEarnings": "Group Red Packet Earnings",
  587. "joinRedPacketEarnings": "Join Red Packet Earnings",
  588. "signInRedPacketEarnings": "Sign-in Red Packet Earnings",
  589. "subordinateRedPacketCommission": "Subordinate Red Packet Commission",
  590. "subSubordinateRedPacketCommission": "Sub-subordinate Red Packet Commission",
  591. "rechargeRebate": "Recharge Rebate",
  592. "withdrawalFee": "Withdrawal Fee",
  593. "unknownType": "Unknown Type",
  594. "submitRechargeOrder": "Submit Recharge Order",
  595. "rechargeCallThirdParty": "Recharge Call Third Party",
  596. "rechargeCallbackSuccess": "Recharge Callback Success",
  597. "submitWithdrawApplication": "Submit Withdraw Application",
  598. "withdrawApproved": "Withdraw Approved",
  599. "withdrawRejected": "Withdraw Rejected",
  600. "withdrawCallThirdParty": "Withdraw Call Third Party",
  601. "withdrawCallbackSuccess": "Withdraw Callback Success",
  602. "confirmSuccess": "Confirm Success",
  603. "batchConfirmSuccess": "Batch Confirm Success",
  604. "batchApproveSuccess": "Batch Approve Success",
  605. "batchRejectSuccess": "Batch Reject Success"
  606. },
  607. "commission": {
  608. "title": "Commission Management",
  609. "commissionNo": "Commission No.",
  610. "userName": "User Name",
  611. "phoneNo": "Phone No.",
  612. "commissionAmount": "Commission Amount",
  613. "commissionType": "Commission Type",
  614. "commissionDesc": "Commission Description",
  615. "orderNo": "Order No.",
  616. "issueTime": "Issue Time",
  617. "settleTime": "Settle Time",
  618. "exportRecords": "Export Records",
  619. "exporting": "Exporting...",
  620. "commissionRecords": "Commission Records",
  621. "enterUserName": "Please enter user name",
  622. "enterPhoneNo": "Please enter phone number",
  623. "enterOrderNo": "Please enter order number",
  624. "selectStatus": "Please select status",
  625. "selectType": "Please select type",
  626. "selectTimeRange": "Please select time range",
  627. "unsettled": "Unsettled",
  628. "settled": "Settled",
  629. "recharge": "Recharge",
  630. "withdraw": "Withdraw",
  631. "groupPayment": "Group Payment",
  632. "joinPayment": "Join Payment",
  633. "orderRefund": "Order Refund",
  634. "commissionRefund": "Commission Refund",
  635. "inviteReward": "Invite Reward",
  636. "levelReward": "Level Reward",
  637. "taskReward": "Task Reward",
  638. "unknown": "Unknown",
  639. "basicInfo": "Basic Information",
  640. "transactionNo": "Transaction No.",
  641. "transactionAmount": "Transaction Amount",
  642. "balance": "Balance",
  643. "createTime": "Create Time",
  644. "updateTime": "Update Time",
  645. "remark": "Remark",
  646. "operationLog": "Operation Log",
  647. "operator": "Operator",
  648. "operationTime": "Operation Time",
  649. "operationType": "Operation Type",
  650. "operationDesc": "Operation Description",
  651. "beforeStatus": "Before Status",
  652. "afterStatus": "After Status",
  653. "userId": "User ID",
  654. "userInfo": "User Information",
  655. "enterUserId": "Please enter user ID",
  656. "selectCommissionType": "Please select commission type",
  657. "orderCommission": "Order Commission",
  658. "referralCommission": "Referral Commission",
  659. "teamCommission": "Team Commission",
  660. "sourceOrder": "Source Order",
  661. "enterSourceOrderNo": "Please enter source order number",
  662. "commissionRate": "Commission Rate",
  663. "selectStatus": "Please select status",
  664. "frozen": "Frozen",
  665. "enterRemark": "Please enter remark",
  666. "userDetail": "User Detail",
  667. "orderDetail": "Order Detail"
  668. },
  669. "profile": {
  670. "userInfo": "User Information",
  671. "defaultAvatar": "Default Avatar",
  672. "uploadAvatar": "Upload Avatar",
  673. "userName": "User Name",
  674. "enterUserName": "Please enter user name",
  675. "loginAccount": "Login Account",
  676. "enterLoginAccount": "Please enter login account",
  677. "role": "Role",
  678. "logout": "Logout",
  679. "confirmLogout": "Are you sure you want to logout?"
  680. },
  681. "setting": {
  682. "systemInfo": "System Information",
  683. "appearance": "Appearance",
  684. "selectTheme": "Select Theme",
  685. "mode": "Mode",
  686. "lightMode": "Light Mode",
  687. "darkMode": "Dark Mode",
  688. "followSystem": "Follow System",
  689. "cache": "Cache",
  690. "clearCache": "Clear Cache",
  691. "confirmClearCache": "Are you sure to clear cache?"
  692. },
  693. "recharge": {
  694. "basicInfo": "Basic Information",
  695. "orderNo": "Recharge Order No",
  696. "status": "Recharge Status",
  697. "bank": "Recharge Bank",
  698. "userName": "User Name",
  699. "accountName": "Account Name",
  700. "phoneNo": "Phone No.",
  701. "channel": "Recharge Channel",
  702. "method": "Recharge Method",
  703. "account": "Recharge Account",
  704. "walletBalance": "Wallet Balance",
  705. "currency": "Currency",
  706. "earningsBalance": "Earnings Balance",
  707. "amount": "Recharge Amount",
  708. "createTime": "Order Time",
  709. "successTime": "Success Time",
  710. "timeType": "Time Type",
  711. "selectChannel": "Please select channel",
  712. "selectTimeType": "Please select time type",
  713. "bankTransfer": "Bank Transfer",
  714. "onlinePayment": "Online Payment",
  715. "mobilePayment": "Mobile Payment",
  716. "walletPayment": "Wallet Payment",
  717. "title": "Recharge Management",
  718. "processing": "Processing",
  719. "success": "Recharge Success",
  720. "failed": "Recharge Failed",
  721. "timeout": "Timeout Cancelled",
  722. "exportRecords": "Export Records",
  723. "exporting": "Exporting...",
  724. "records": "Recharge Records",
  725. "detail": "Recharge Detail",
  726. "userDetail": "User Detail",
  727. "enterUserName": "Please enter user name",
  728. "enterPhoneNo": "Please enter phone number",
  729. "enterOrderNo": "Please enter order number",
  730. "timeRange": "Time Range",
  731. "selectTimeRange": "Please select time range",
  732. "operationLog": "Operation Log",
  733. "operationTime": "Operation Time",
  734. "operator": "Operator",
  735. "operationType": "Operation Type",
  736. "remark": "Remark"
  737. },
  738. "withdraw": {
  739. "channel": "Withdraw Channel",
  740. "method": "Withdraw Method",
  741. "currency": "Currency",
  742. "bankTransfer": "Bank Transfer",
  743. "onlinePayment": "Online Payment",
  744. "mobilePayment": "Mobile Payment",
  745. "walletPayment": "Wallet Payment",
  746. "title": "Withdraw Management",
  747. "processing": "Processing",
  748. "approved": "Approved",
  749. "rejected": "Rejected",
  750. "success": "Withdraw Success",
  751. "failed": "Withdraw Failed",
  752. "timeout": "Timeout Cancelled",
  753. "exportRecords": "Export Records",
  754. "exporting": "Exporting...",
  755. "records": "Withdraw Records",
  756. "detail": "Withdraw Detail",
  757. "userDetail": "User Detail",
  758. "orderNo": "Withdraw Order No",
  759. "status": "Withdraw Status",
  760. "userName": "User Name",
  761. "phoneNo": "Phone No",
  762. "accountType": "Account Type",
  763. "amount": "Withdraw Amount",
  764. "receivingBank": "Receiving Bank",
  765. "receivingAccountName": "Receiving Account Name",
  766. "receivingAccount": "Receiving Account",
  767. "createTime": "Order Time",
  768. "successTime": "Success Time",
  769. "enterUserName": "Please enter user name",
  770. "enterPhoneNo": "Please enter phone number",
  771. "enterOrderNo": "Please enter order number",
  772. "selectChannel": "Please select channel",
  773. "timeType": "Time Type",
  774. "selectTimeType": "Please select time type",
  775. "timeRange": "Time Range",
  776. "selectTimeRange": "Please select time range",
  777. "basicInfo": "Basic Information",
  778. "approve": "Approve",
  779. "reject": "Reject",
  780. "accountName": "Account Name",
  781. "walletBalance": "Wallet Balance",
  782. "earningsBalance": "Earnings Balance",
  783. "operationLog": "Operation Log",
  784. "operationTime": "Operation Time",
  785. "operator": "Operator",
  786. "operationType": "Operation Type",
  787. "remark": "Remark",
  788. "auditRemark": "Audit Remark",
  789. "rejectReason": "Reject Reason",
  790. "enterAuditRemark": "Please enter audit remark (optional)",
  791. "enterRejectReason": "Please enter reject reason (required)",
  792. "rejectReasonRequired": "Please enter reject reason",
  793. "rejectReasonLength": "Reject reason length should be 1 to 200 characters",
  794. "approveSuccess": "Approve Success",
  795. "rejectSuccess": "Reject Success",
  796. "auditFailed": "Audit Failed",
  797. "accountType": "Account Type"
  798. },
  799. "dashboard": {
  800. "dashboard": "Dashboard",
  801. "overview": "Overview",
  802. "statistics": "Statistics",
  803. "todayData": "Today Data",
  804. "yesterdayData": "Yesterday Data",
  805. "thisWeekData": "This Week Data",
  806. "thisMonthData": "This Month Data",
  807. "salesData": "Sales Data",
  808. "salesAmount": "Sales Amount",
  809. "orderCount": "Order Count",
  810. "userCount": "User Count",
  811. "goodsCount": "Goods Count",
  812. "salesTrend": "Sales Trend",
  813. "orderTrend": "Order Trend",
  814. "userTrend": "User Trend",
  815. "topGoods": "Top Goods",
  816. "topCategories": "Top Categories",
  817. "topUsers": "Active Users",
  818. "pendingTasks": "Pending Tasks",
  819. "pendingOrders": "Pending Orders",
  820. "pendingRefunds": "Pending Refunds",
  821. "lowStockGoods": "Low Stock Goods",
  822. "quickActions": "Quick Actions",
  823. "addGoods": "Add Goods",
  824. "processOrder": "Process Order",
  825. "viewReport": "View Report",
  826. "systemSettings": "System Settings",
  827. "today": "Today",
  828. "yesterday": "Yesterday",
  829. "last7Days": "Last 7 Days",
  830. "last30Days": "Last 30 Days",
  831. "thisMonth": "This Month",
  832. "lastMonth": "Last Month",
  833. "yuan": "Yuan",
  834. "orders": "Orders",
  835. "users": "Users",
  836. "pieces": "Pieces",
  837. "percent": "%",
  838. "growthRate": "Growth Rate",
  839. "increase": "Increase",
  840. "decrease": "Decrease",
  841. "noChange": "No Change"
  842. },
  843. "user": {
  844. "userId": "User ID",
  845. "userName": "Username",
  846. "userPhone": "Phone Number",
  847. "userNickname": "Nickname",
  848. "userLevel": "User Level",
  849. "userAvatar": "Avatar",
  850. "userAccount": "User Account",
  851. "inviteFriends": "Invited Friends",
  852. "teamMembers": "Team Members",
  853. "successOrders": "Success Orders",
  854. "accountBalance": "Account Balance",
  855. "commissionBalance": "Commission Balance",
  856. "loginPermission": "Login Permission",
  857. "orderPermission": "Order Permission",
  858. "withdrawPermission": "Withdraw Permission",
  859. "registrationTime": "Registration Time",
  860. "changePassword": "Change Password",
  861. "userDetail": "User Detail",
  862. "addUser": "Add User",
  863. "editUser": "Edit User",
  864. "editProfile": "Edit Profile",
  865. "basicInfo": "Basic Information",
  866. "avatar": "Avatar",
  867. "noLevel": "No Level",
  868. "paymentBank": "Payment Bank",
  869. "accountName": "Account Name",
  870. "paymentAccount": "Payment Account",
  871. "newPassword": "New Password",
  872. "confirmPassword": "Confirm Password",
  873. "login": "Login",
  874. "order": "Order",
  875. "withdraw": "Withdraw",
  876. "userList": "User List",
  877. "statisticsInfo": "Statistics Information",
  878. "availableGroups": "Available Groups",
  879. "totalCommission": "Total Commission Amount",
  880. "settledCommission": "Settled Commission Balance",
  881. "totalRecharge": "Total Recharge Amount",
  882. "last7DaysCommission": "Last 7 Days Commission",
  883. "pendingCommission": "Pending Commission Balance",
  884. "totalWithdraw": "Total Withdraw Amount",
  885. "orderRecords": "Order Records",
  886. "subordinateUsers": "Subordinate Users",
  887. "commissionRecords": "Commission Records",
  888. "commissionId": "Commission ID",
  889. "commissionType": "Commission Type",
  890. "commissionDescription": "Commission Description",
  891. "commissionAmount": "Commission Amount",
  892. "commissionStatus": "Commission Status",
  893. "commissionTime": "Commission Time",
  894. "rechargeRecords": "Recharge Records",
  895. "rechargeOrderNo": "Recharge Order No.",
  896. "rechargeChannel": "Recharge Channel",
  897. "currency": "Currency",
  898. "amount": "Amount",
  899. "successTime": "Success Time",
  900. "withdrawRecords": "Withdraw Records",
  901. "withdrawOrderNo": "Withdraw Order No.",
  902. "withdrawType": "Withdraw Type",
  903. "withdrawChannel": "Withdraw Channel",
  904. "withdrawAmount": "Withdraw Amount",
  905. "shippingAddresses": "Shipping Addresses",
  906. "recipient": "Recipient",
  907. "detailedAddress": "Detailed Address",
  908. "isDefault": "Is Default",
  909. "defaultAddress": "Default Address",
  910. "normalAddress": "Normal Address",
  911. "userPhone": "User Phone",
  912. "userNickname": "User Nickname",
  913. "userAvatar": "User Avatar",
  914. "newPassword": "New Password",
  915. "confirmPassword": "Confirm Password"
  916. },
  917. "goods": {
  918. "goodsList": "Goods List",
  919. "goodsId": "Goods ID",
  920. "basicInfo": "Basic Information",
  921. "goodsInfo": "Goods Information",
  922. "goodsAttributes": "Goods Attributes",
  923. "goodsName": "Goods Name",
  924. "goodsSubtitle": "Subtitle",
  925. "subtitle": "Subtitle",
  926. "goodsBrand": "Goods Brand",
  927. "originalPrice": "Original Price",
  928. "onlinePrice": "Online Price",
  929. "alreadyJoined": "Already Joined",
  930. "join": "Join",
  931. "goodsCategory": "Goods Category",
  932. "categoryName": "Category Name",
  933. "addCategory": "Add Category",
  934. "editCategory": "Edit Category",
  935. "goodsDescription": "Goods Description",
  936. "goodsNumber": "Goods Number",
  937. "goodsSupplier": "Goods Supplier",
  938. "defaultSupplier": "Merchant Technology Co., Ltd.",
  939. "sales": "Sales",
  940. "shippingTemplate": "Shipping Template",
  941. "freeShipping": "Free Shipping",
  942. "mainImage": "Main Image",
  943. "carouselImages": "Carousel Images",
  944. "detailImages": "Detail Images",
  945. "autoGenerateNumberTip": "If you do not enter a goods number, the system will automatically generate a unique number",
  946. "newGoodsOffSaleTip": "New goods are off sale by default, can be modified after saving",
  947. "priceStock": "Price & Stock",
  948. "salePrice": "Sale Price",
  949. "marketPrice": "Market Price",
  950. "costPrice": "Cost Price",
  951. "vipPrice": "VIP Price",
  952. "stock": "Stock",
  953. "goodsStock": "Stock",
  954. "stockThreshold": "Stock Threshold",
  955. "skuCode": "SKU Code",
  956. "image": "Image",
  957. "goodsStatus": "Goods Status",
  958. "onSale": "On Sale",
  959. "offSale": "Off Sale",
  960. "inStock": "In Stock",
  961. "outOfStock": "Out of Stock",
  962. "batchOnSale": "Batch On Sale",
  963. "batchOffSale": "Batch Off Sale",
  964. "batchDelete": "Batch Delete",
  965. "specificationSettings": "Goods Specification Settings",
  966. "specificationName": "Specification Name",
  967. "specificationValue": "Specification Value",
  968. "addSpecification": "Add Specification",
  969. "addSpecificationValue": "Add Specification Value",
  970. "batchSettings": "Batch Settings",
  971. "batchSettingsTip": "Unselected specifications default to select all for batch settings",
  972. "goodsAddedSuccess": "Goods added successfully, please wait for listing",
  973. "continueAdd": "Continue Adding",
  974. "savingGoods": "Saving goods...",
  975. "pleaseWait": "Please wait, the system is processing your request",
  976. "specificationValueExists": "Specification value already exists",
  977. "batchSettingsSuccess": "Batch settings successful",
  978. "pleaseAddSpecification": "Please add goods specification first",
  979. "specificationSalePriceError": "The sale price of specification {index} cannot be empty and must be greater than 0",
  980. "specificationMarketPriceError": "The market price of specification {index} cannot be empty and must be greater than 0",
  981. "specificationStockError": "The stock of specification {index} cannot be empty and cannot be less than 0",
  982. "pleaseCompleteBasicInfo": "Please complete basic goods information",
  983. "goodsSaveSuccess": "Goods saved successfully",
  984. "sliderImage": "Slider Image",
  985. "detailImage": "Detail Image",
  986. "whiteBackgroundImage": "White Background Image",
  987. "uploadMainImage": "Upload Main Image",
  988. "uploadSliderImage": "Upload Slider Image",
  989. "uploadDetailImage": "Upload Detail Image",
  990. "specification": "Specification",
  991. "specType": "Specification Type",
  992. "singleSpec": "Single Specification",
  993. "multiSpec": "Multiple Specifications",
  994. "specName": "Specification Name",
  995. "specValue": "Specification Value",
  996. "addSpec": "Add Specification",
  997. "addSpecValue": "Add Specification Value",
  998. "batchSetting": "Batch Setting",
  999. "skuPrice": "SKU Price",
  1000. "skuStock": "SKU Stock",
  1001. "skuImage": "SKU Image",
  1002. "addGoods": "Add Goods",
  1003. "editGoods": "Edit Goods",
  1004. "deleteGoods": "Delete Goods",
  1005. "goodsAddSuccess": "Goods added successfully",
  1006. "goodsUpdateSuccess": "Goods updated successfully",
  1007. "goodsDeleteSuccess": "Goods deleted successfully",
  1008. "pleaseSelectGoods": "Please select goods",
  1009. "confirmDeleteGoods": "Are you sure you want to delete selected goods?",
  1010. "goodsNameRequired": "Please enter goods name",
  1011. "goodsBrandRequired": "Please enter goods brand",
  1012. "goodsCategoryRequired": "Please select goods category",
  1013. "goodsPriceRequired": "Please enter goods price",
  1014. "goodsStockRequired": "Please enter goods stock",
  1015. "goodsSupplierRequired": "Please enter goods supplier",
  1016. "goodsImageRequired": "Please upload goods image",
  1017. "goodsDetailImageRequired": "Please upload goods detail image"
  1018. },
  1019. "order": {
  1020. "orderManagement": "Order Management",
  1021. "orderList": "Order List",
  1022. "orderDetail": "Order Detail",
  1023. "orderNo": "Order No.",
  1024. "orderNumber": "Order Number",
  1025. "orderStatus": "Order Status",
  1026. "orderAmount": "Order Amount",
  1027. "orderTime": "Order Time",
  1028. "payTime": "Pay Time",
  1029. "deliveryTime": "Delivery Time",
  1030. "completeTime": "Complete Time",
  1031. "pendingPayment": "Pending Payment",
  1032. "paid": "Paid",
  1033. "pendingDelivery": "Pending Delivery",
  1034. "pendingReceive": "Pending Receive",
  1035. "completed": "Completed",
  1036. "cancelled": "Cancelled",
  1037. "refunded": "Refunded",
  1038. "closed": "Closed",
  1039. "buyerInfo": "Buyer Information",
  1040. "buyerName": "Buyer Name",
  1041. "buyerPhone": "Buyer Phone",
  1042. "buyerAddress": "Delivery Address",
  1043. "goodsInfo": "Goods Information",
  1044. "goodsName": "Goods Name",
  1045. "goodsPrice": "Goods Price",
  1046. "goodsQuantity": "Quantity",
  1047. "quantity": "Quantity",
  1048. "paymentAmount": "Payment Amount",
  1049. "paymentStatus": "Payment Status",
  1050. "paid": "Paid",
  1051. "pendingPayment": "Pending Payment",
  1052. "groupStatus": "Group Status",
  1053. "refundStatus": "Refund Status",
  1054. "logistics": "Logistics",
  1055. "courier": "Courier",
  1056. "notShipped": "Not Shipped",
  1057. "payTime": "Pay Time",
  1058. "goodsTotal": "Subtotal",
  1059. "subtotal": "Subtotal",
  1060. "shippingFee": "Shipping Fee",
  1061. "discount": "Discount",
  1062. "totalAmount": "Total Amount",
  1063. "actualPayment": "Actual Payment",
  1064. "logistics": "Logistics",
  1065. "trackingNumber": "Tracking Number",
  1066. "courier": "Courier",
  1067. "shippingAddress": "Shipping Address",
  1068. "receivingAddress": "Receiving Address",
  1069. "aftersale": "Aftersale",
  1070. "refund": "Refund",
  1071. "return": "Return",
  1072. "exchange": "Exchange",
  1073. "refundAmount": "Refund Amount",
  1074. "refundReason": "Refund Reason",
  1075. "refundStatus": "Refund Status",
  1076. "invoice": "Invoice",
  1077. "invoiceType": "Invoice Type",
  1078. "invoiceTitle": "Invoice Title",
  1079. "invoiceContent": "Invoice Content",
  1080. "processOrder": "Process Order",
  1081. "shipOrder": "Ship Order",
  1082. "cancelOrder": "Cancel Order",
  1083. "refundOrder": "Refund Order",
  1084. "viewDetail": "View Detail",
  1085. "printOrder": "Print Order",
  1086. "exportOrder": "Export Order",
  1087. "exportOrders": "Export Orders",
  1088. "exportDeliveryList": "Export Delivery List",
  1089. "importDeliveryTip": "Import delivery list, system will automatically process delivery information",
  1090. "importDeliveryFile": "Import Delivery File",
  1091. "reSelectFile": "Re-select File",
  1092. "batchDispatch": "Batch Dispatch",
  1093. "pleaseSelectFile": "Please select delivery file first",
  1094. "batchDispatchSuccess": "Batch dispatch successful",
  1095. "batchDispatchFailed": "Batch dispatch failed",
  1096. "partialDispatchFailed": "Partial dispatch failed, error records downloaded"
  1097. },
  1098. "system": {
  1099. "systemManagement": "System Management",
  1100. "systemSettings": "System Settings",
  1101. "systemConfig": "System Configuration",
  1102. "basicSettings": "Basic Settings",
  1103. "siteName": "Site Name",
  1104. "siteDescription": "Site Description",
  1105. "siteKeywords": "Site Keywords",
  1106. "siteLogo": "Site Logo",
  1107. "siteIcon": "Site Icon",
  1108. "bannerManagement": "Banner Management",
  1109. "bannerList": "Banner List",
  1110. "addBanner": "Add Banner",
  1111. "editBanner": "Edit Banner",
  1112. "deleteBanner": "Delete Banner",
  1113. "bannerTitle": "Banner Title",
  1114. "bannerImage": "Banner Image",
  1115. "bannerLink": "Banner Link",
  1116. "bannerSort": "Sort Order",
  1117. "paymentConfig": "Payment Configuration",
  1118. "paymentMethod": "Payment Method",
  1119. "alipay": "Alipay",
  1120. "wechatPay": "WeChat Pay",
  1121. "bankCard": "Bank Card",
  1122. "paymentStatus": "Payment Status",
  1123. "notificationManagement": "Notification Management",
  1124. "systemNotification": "System Notification",
  1125. "userNotification": "User Notification",
  1126. "notificationTitle": "Notification Title",
  1127. "notificationContent": "Notification Content",
  1128. "notificationType": "Notification Type",
  1129. "smsManagement": "SMS Management",
  1130. "smsTemplate": "SMS Template",
  1131. "smsRecord": "SMS Record",
  1132. "smsContent": "SMS Content",
  1133. "smsStatus": "SMS Status"
  1134. },
  1135. "notification": {
  1136. "title": "Message Push",
  1137. "messageTitle": "Message Title",
  1138. "messageContent": "Message Content",
  1139. "pagePath": "Page Path",
  1140. "createTime": "Create Time",
  1141. "updateTime": "Update Time",
  1142. "actions": "Actions",
  1143. "edit": "Edit",
  1144. "send": "Send",
  1145. "delete": "Delete",
  1146. "create": "Create",
  1147. "createMessage": "Create Message",
  1148. "editMessage": "Edit Message",
  1149. "sendMessage": "Send Message",
  1150. "save": "Save",
  1151. "update": "Update",
  1152. "loading": "Loading...",
  1153. "enterMessageTitle": "Please enter message title",
  1154. "enterMessageContent": "Please enter message content",
  1155. "enterPagePath": "Please enter page path (optional)",
  1156. "messageTitleRequired": "Please enter message title",
  1157. "messageContentRequired": "Please enter message content",
  1158. "confirmDelete": "Are you sure you want to delete this record?",
  1159. "confirm": "Confirm",
  1160. "cancel": "Cancel",
  1161. "deleteSuccess": "Delete successful",
  1162. "sendSuccess": "Message sent successfully",
  1163. "selectUsers": "Select Users",
  1164. "selectUsersPlaceholder": "Select Users",
  1165. "selectUsersRequired": "Please select receiving users",
  1166. "selectAtLeastOneUser": "Please select at least one user",
  1167. "receivingUsers": "Receiving Users",
  1168. "sendingMessage": "Send Message",
  1169. "sending": "Sending...",
  1170. "messageSendComplete": "Message sending completed",
  1171. "getDetailFailed": "Failed to get details",
  1172. "submitFailed": "Submit failed",
  1173. "sendFailed": "Send failed",
  1174. "deleteFailed": "Delete failed",
  1175. "getDataFailed": "Failed to get data"
  1176. },
  1177. "userSelect": {
  1178. "userAccount": "User Account",
  1179. "userPhone": "User Phone",
  1180. "enterUserAccount": "Please enter user account",
  1181. "enterPhoneNumber": "Please enter phone number",
  1182. "userId": "User ID",
  1183. "userInfo": "User Info",
  1184. "registerTime": "Register Time",
  1185. "status": "Status",
  1186. "actions": "Actions",
  1187. "select": "Select",
  1188. "confirmSelect": "Confirm Selection",
  1189. "normal": "Normal",
  1190. "disabled": "Disabled",
  1191. "noNickname": "No nickname set",
  1192. "noPhone": "No phone bound",
  1193. "getUserListFailed": "Failed to get user list"
  1194. },
  1195. "report": {
  1196. "dataReport": "Data Report",
  1197. "salesReport": "Sales Report",
  1198. "userReport": "User Report",
  1199. "goodsReport": "Goods Report",
  1200. "systemLog": "System Log",
  1201. "operationLog": "Operation Log",
  1202. "loginLog": "Login Log",
  1203. "errorLog": "Error Log",
  1204. "systemMonitor": "System Monitor",
  1205. "serverStatus": "Server Status",
  1206. "databaseStatus": "Database Status",
  1207. "cacheStatus": "Cache Status",
  1208. "backupRestore": "Backup & Restore",
  1209. "dataBackup": "Data Backup",
  1210. "dataRestore": "Data Restore",
  1211. "backupTime": "Backup Time",
  1212. "backupSize": "Backup Size",
  1213. "versionInfo": "Version Information",
  1214. "currentVersion": "Current Version",
  1215. "updateTime": "Update Time",
  1216. "enable": "Enable",
  1217. "disable": "Disable",
  1218. "configure": "Configure",
  1219. "test": "Test",
  1220. "backup": "Backup",
  1221. "restore": "Restore"
  1222. },
  1223. "marketing": {
  1224. "pending": "Pending",
  1225. "ongoing": "Ongoing",
  1226. "ended": "Ended",
  1227. "groupActivityList": "Group Activity List",
  1228. "addActivity": "Add Activity",
  1229. "activityId": "Activity ID",
  1230. "activityTitle": "Activity Title",
  1231. "activityStatus": "Activity Status",
  1232. "groupConfig": "Group Config",
  1233. "defaultGroupSize": "Default Group Size",
  1234. "personGroup": " Person Group",
  1235. "countdownEnd": "Countdown End",
  1236. "hours": " Hours",
  1237. "startTime": "Start Time",
  1238. "endTime": "End Time",
  1239. "setGoods": "Set Goods",
  1240. "createGroupActivity": "Create Group Activity",
  1241. "editGroupActivity": "Edit Group Activity",
  1242. "enterActivityTitle": "Enter activity title",
  1243. "enterActivityId": "Enter activity ID",
  1244. "activityName": "Activity Name",
  1245. "enterActivityName": "Enter activity name",
  1246. "selectStartTime": "Select start time",
  1247. "selectEndTime": "Select end time",
  1248. "selectGroupSize": "Select group size",
  1249. "fivePersonGroup": "5 Person Group",
  1250. "tenPersonGroup": "10 Person Group",
  1251. "twentyPersonGroup": "20 Person Group",
  1252. "selectCountdownTime": "Select countdown time",
  1253. "twelveHours": "12 Hours",
  1254. "twentyFourHours": "24 Hours",
  1255. "fortyEightHours": "48 Hours",
  1256. "seventyTwoHours": "72 Hours",
  1257. "oneWeek": "168 Hours",
  1258. "countdownTip": "How long after group formation to end the group buying activity",
  1259. "activityNameRequired": "Please enter activity name",
  1260. "startTimeRequired": "Please select start time",
  1261. "endTimeRequired": "Please select end time",
  1262. "groupSizeRequired": "Please select group size",
  1263. "countdownTimeRequired": "Please select countdown time"
  1264. }
  1265. }
  1266. }