index.json 63 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597
  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. "includePermissions": "Include Permissions",
  102. "name": "Name",
  103. "operation": "Operation",
  104. "enterName": "Please enter name",
  105. "enterIdentifier": "Please enter identifier",
  106. "addTemplate": "Add Template",
  107. "selectIcon": "Select Icon",
  108. "uploadCert": "Upload Certificate",
  109. "noInfo": "No Info",
  110. "cancelled": "Cancelled",
  111. "sort": "Sort",
  112. "enterSort": "Please enter sort"
  113. },
  114. "dataReport": {
  115. "dashboard": "Dashboard",
  116. "dashboardList": "Dashboard List",
  117. "addDashboard": "Add Dashboard",
  118. "editDashboard": "Edit Dashboard",
  119. "deleteDashboard": "Delete Dashboard",
  120. "confirmDeleteDashboard": "Are you sure you want to delete dashboard \"{name}\"?",
  121. "dashboardDeleteSuccess": "Dashboard deleted successfully",
  122. "dashboardDeleteFailed": "Failed to delete dashboard",
  123. "getDashboardListFailed": "Failed to get dashboard list",
  124. "chart": "Chart",
  125. "addChart": "Add Chart",
  126. "editChart": "Edit Chart",
  127. "deleteChart": "Delete Chart",
  128. "confirmDeleteChart": "Are you sure you want to delete chart \"{name}\"?",
  129. "chartDeleteSuccess": "Chart deleted successfully",
  130. "chartDeleteFailed": "Failed to delete chart",
  131. "dataChart": "Data Chart",
  132. "refreshData": "Refresh Data",
  133. "viewDetail": "View Detail",
  134. "exportChart": "Export Chart",
  135. "exporting": "Exporting",
  136. "updateTime": "Update Time",
  137. "noUpdateTime": "No Update Time",
  138. "noDashboardData": "No dashboard data",
  139. "getChartDataFailed": "Failed to get chart data",
  140. "dataDetail": "Data Detail",
  141. "dataAnalysis": "Data Analysis",
  142. "timeRange": "Time Range",
  143. "timeInterval": "Time Interval",
  144. "summaryPeriod": "Summary Period",
  145. "granularity": "Granularity",
  146. "selectTimeInterval": "Select time interval",
  147. "selectSummaryPeriod": "Select summary period",
  148. "selectGranularity": "Select granularity",
  149. "yesterday": "Yesterday",
  150. "past7Days": "Past 7 days",
  151. "past14Days": "Past 14 days",
  152. "past30Days": "Past 30 days",
  153. "past60Days": "Past 60 days",
  154. "past90Days": "Past 90 days",
  155. "past180Days": "Past 180 days",
  156. "past360Days": "Past 360 days",
  157. "byDay": "By Day",
  158. "byWeek": "By Week",
  159. "byMonth": "By Month",
  160. "byYear": "By Year",
  161. "applicationLevel": "Application Level",
  162. "pageLevel": "Page Level",
  163. "componentLevel": "Component Level",
  164. "query": "Query",
  165. "getDimensionDetailFailed": "Failed to get dimension detail",
  166. "missingDimensionId": "Missing dimension ID",
  167. "chartTypeUpdateSuccess": "Chart type updated successfully",
  168. "updateChartTypeFailed": "Failed to update chart type",
  169. "lineChart": "Line Chart",
  170. "barChart": "Bar Chart",
  171. "pieChart": "Pie Chart",
  172. "scatterChart": "Scatter Chart",
  173. "radarChart": "Radar Chart",
  174. "funnelChart": "Funnel Chart",
  175. "noData": "No Data",
  176. "chartPlaceholder": "{title} has no data",
  177. "pleaseSelectDashboard": "Please select a dashboard first",
  178. "startDate": "Start Date",
  179. "endDate": "End Date",
  180. "selectDataDimension": "Select Data Dimension",
  181. "searchChartName": "Search chart name",
  182. "noMatchingCharts": "No matching charts found",
  183. "noChartsAvailable": "No charts available",
  184. "selectLeftDataDimension": "Please select left data dimension for preview",
  185. "selectToShowPreview": "Chart preview will be displayed after selection",
  186. "confirmAdd": "Confirm Add",
  187. "missingDashboardId": "Missing dashboard ID parameter",
  188. "getChartListFailed": "Failed to get chart list",
  189. "selectAtLeastOneChart": "Please select at least one chart",
  190. "addChartsSuccess": "Successfully added {count} charts",
  191. "addChartsFailed": "Failed to add charts",
  192. "dashboardName": "Dashboard Name",
  193. "enterDashboardName": "Please enter dashboard name",
  194. "dashboardNameLength": "Length should be between 2 to 50 characters",
  195. "defaultChart": "Default Chart",
  196. "exitFullscreen": "Exit Fullscreen",
  197. "dimensionName": "Dimension Name",
  198. "enterDimensionName": "Please enter dimension name",
  199. "dimensionCode": "Dimension Code",
  200. "enterDimensionCode": "Please enter dimension code",
  201. "dimensionDescription": "Dimension Description",
  202. "enterDimensionDescription": "Please enter dimension description",
  203. "unitType": "Unit Type",
  204. "selectUnitType": "Please select unit type",
  205. "quantity": "Quantity",
  206. "amount": "Amount",
  207. "percentage": "Percentage",
  208. "time": "Time",
  209. "viewType": "View Type",
  210. "selectViewType": "Please select view type",
  211. "table": "Table",
  212. "editDimension": "Edit Dimension",
  213. "dimensionNameLength": "Length should be between 2 to 50 characters",
  214. "dimensionCodeFormat": "Code can only contain letters, numbers and underscores",
  215. "completeFormInfo": "Please complete form information",
  216. "dimensionManagement": "Dimension Management",
  217. "manageDimensionConfig": "Manage data report dimension configuration",
  218. "addDimension": "Add Dimension",
  219. "enterDimensionNameOrCode": "Please enter dimension name or code",
  220. "dataType": "Data Type",
  221. "unit": "Unit",
  222. "selectedItems": "Selected {count} items",
  223. "batchDelete": "Batch Delete",
  224. "batchEnable": "Batch Enable",
  225. "batchDisable": "Batch Disable",
  226. "confirmDeleteDimension": "Are you sure you want to delete dimension \"{name}\"?",
  227. "deleteConfirmation": "Delete Confirmation",
  228. "statusUpdateSuccess": "Status updated successfully",
  229. "statusUpdateFailed": "Status update failed",
  230. "selectItemsToDelete": "Please select items to delete",
  231. "confirmBatchDelete": "Are you sure you want to batch delete {count} items?",
  232. "batchDeleteConfirmation": "Batch Delete Confirmation",
  233. "batchDeleteSuccess": "Batch delete successful",
  234. "batchDeleteFailed": "Batch delete failed",
  235. "selectItemsToEnable": "Please select items to enable",
  236. "batchEnableSuccess": "Batch enable successful",
  237. "batchEnableFailed": "Batch enable failed",
  238. "selectItemsToDisable": "Please select items to disable",
  239. "batchDisableSuccess": "Batch disable successful",
  240. "batchDisableFailed": "Batch disable failed"
  241. },
  242. "menu": {
  243. "dashboard": "Dashboard",
  244. "goods": "Goods",
  245. "order": "Order",
  246. "user": "User",
  247. "system": "System",
  248. "settings": "Settings",
  249. "goodsList": "Goods List",
  250. "goodsAdd": "Add Goods",
  251. "goodsEdit": "Edit Goods",
  252. "goodsCategory": "Category",
  253. "goodsBrand": "Brand",
  254. "orderList": "Orders",
  255. "orderDetail": "Detail",
  256. "orderRefund": "Refund",
  257. "userList": "Users",
  258. "userRole": "Roles",
  259. "userPermission": "Permissions",
  260. "systemConfig": "Config",
  261. "systemLog": "Logs",
  262. "systemBackup": "Backup",
  263. "profile": "Profile",
  264. "account": "Account",
  265. "security": "Security",
  266. "shopManagement": "Shop",
  267. "dataOverview": "Overview",
  268. "goodsLibrary": "Library",
  269. "orderManagement": "Orders",
  270. "marketing": "Marketing",
  271. "groupBuying": "Group Buy",
  272. "content": "Content",
  273. "messagePush": "Push",
  274. "sms": "SMS",
  275. "bannerAd": "Banner",
  276. "data": "Data",
  277. "dataReport": "Data Reports",
  278. "finance": "Finance",
  279. "recharge": "Recharge",
  280. "withdraw": "Withdraw",
  281. "commission": "Commission",
  282. "financeReport": "Reports",
  283. "config": "Config",
  284. "menuPermission": "Menu Auth",
  285. "staffManagement": "Staff",
  286. "roleManagement": "Roles",
  287. "carouselBanner": "Carousel",
  288. "paymentConfig": "Payment",
  289. "menu": "Menu",
  290. "page": "Page",
  291. "action": "Action",
  292. "adminManagement": "Admin Management",
  293. "authSettings": "Auth Settings",
  294. "notification": "Notification"
  295. },
  296. "taskbar": {
  297. "close": "Close",
  298. "closeOthers": "Close Others",
  299. "profile": "Profile",
  300. "changePassword": "Change Password",
  301. "logout": "Logout",
  302. "confirmLogout": "Are you sure you want to logout?",
  303. "logoutSuccess": "Logout successful",
  304. "superAdminCannotChangePassword": "Super admin cannot change password"
  305. },
  306. "form": {
  307. "name": "Name",
  308. "title": "Title",
  309. "description": "Description",
  310. "content": "Content",
  311. "category": "Category",
  312. "status": "Status",
  313. "type": "Type",
  314. "price": "Price",
  315. "stock": "Stock",
  316. "image": "Image",
  317. "sort": "Sort",
  318. "createTime": "Create Time",
  319. "updateTime": "Update Time",
  320. "goodsName": "Goods Name",
  321. "goodsPrice": "Goods Price",
  322. "goodsStock": "Goods Stock",
  323. "goodsCategory": "Goods Category",
  324. "goodsBrand": "Goods Brand",
  325. "goodsImage": "Goods Image",
  326. "goodsDescription": "Goods Description",
  327. "goodsStatus": "Goods Status",
  328. "marketPrice": "Market Price",
  329. "salePrice": "Sale Price",
  330. "costPrice": "Cost Price",
  331. "orderNo": "Order No.",
  332. "orderStatus": "Order Status",
  333. "orderAmount": "Order Amount",
  334. "orderTime": "Order Time",
  335. "payTime": "Pay Time",
  336. "deliveryTime": "Delivery Time",
  337. "username": "Username",
  338. "password": "Password",
  339. "email": "Email",
  340. "phone": "Phone",
  341. "avatar": "Avatar",
  342. "role": "Role",
  343. "permission": "Permission",
  344. "required": "This field is required",
  345. "invalidEmail": "Please enter a valid email address",
  346. "invalidPhone": "Please enter a valid phone number",
  347. "passwordTooShort": "Password must be at least 6 characters",
  348. "confirmPassword": "Confirm Password",
  349. "passwordNotMatch": "Passwords do not match",
  350. "priceRange": "Price Range",
  351. "minPrice": "Min Price",
  352. "maxPrice": "Max Price",
  353. "pleaseInput": "Please enter",
  354. "pleaseSelect": "Please select",
  355. "pleaseUpload": "Please upload",
  356. "inputName": "Please enter goods name",
  357. "inputTitle": "Please enter title",
  358. "inputDescription": "Please enter description",
  359. "selectCategory": "Please select category",
  360. "selectStatus": "Please select status",
  361. "uploadImage": "Please upload image",
  362. "inputOrderNo": "Please input order number",
  363. "inputUserName": "Please input user name",
  364. "inputUserAccount": "Please input username or nickname",
  365. "inputPhone": "Please input phone number",
  366. "inputTrackingNumber": "Please input tracking number",
  367. "selectLoginPermission": "Please select login permission",
  368. "selectOrderPermission": "Please select order permission",
  369. "selectWithdrawPermission": "Please select withdraw permission",
  370. "inputUserPhone": "Please enter user phone",
  371. "inputUserNickname": "Please enter user nickname",
  372. "inputNewPassword": "Please enter new password",
  373. "inputConfirmPassword": "Please enter new password again",
  374. "inputCategoryName": "Please input category name",
  375. "inputSort": "Please input sort order",
  376. "inputGoodsName": "Please input goods name (max 100 characters)",
  377. "inputSubtitle": "Please input subtitle (max 50 characters)",
  378. "categoryNameRequired": "Please input category name",
  379. "inputGoodsBrand": "Please input goods brand",
  380. "inputGoodsDescription": "Please input goods description (max 500 characters)",
  381. "inputGoodsNumber": "Please input goods number",
  382. "inputGoodsSupplier": "Please input goods supplier",
  383. "selectShippingTemplate": "Please select shipping template",
  384. "uploadMainImage": "Upload main image",
  385. "uploadCarouselImages": "Upload carousel images",
  386. "uploadDetailImages": "Upload detail images",
  387. "inputSpecificationName": "Please input specification name",
  388. "inputSpecificationValue": "Please input specification value",
  389. "selectSpecification": "Please select specification",
  390. "inputNameOrNumber": "Please input name or number",
  391. "selectSalePrice": "Please select sale price(৳)",
  392. "selectMarketPrice": "Please select market price(৳)",
  393. "inputMarketPrice": "Please input market price",
  394. "selectPrice": "Select price",
  395. "inputStock": "Please input stock",
  396. "inputStockThreshold": "Please input stock threshold",
  397. "inputSkuCode": "Please input SKU code",
  398. "categoryRequired": "Please select goods category",
  399. "goodsNameRequired": "Please input goods name",
  400. "goodsBrandRequired": "Please input goods brand",
  401. "shippingTemplateRequired": "Please select shipping template",
  402. "goodsNumberRequired": "Please input goods number",
  403. "salePriceRequired": "Please input sale price",
  404. "stockRequired": "Please input stock",
  405. "goodsStatusRequired": "Please select goods status",
  406. "goodsSupplierRequired": "Please input goods supplier",
  407. "mainImageRequired": "Please upload main image",
  408. "carouselImagesRequired": "Please upload carousel images",
  409. "detailImagesRequired": "Please upload detail images",
  410. "uploadUserAvatar": "Upload user avatar",
  411. "inputPaymentBank": "Please enter payment bank",
  412. "inputAccountName": "Please enter account name",
  413. "inputPaymentAccount": "Please enter payment account",
  414. "passwordRequired": "Please enter new password",
  415. "passwordLength": "Password length should be 6-20 characters",
  416. "confirmPasswordRequired": "Please enter new password again",
  417. "passwordMismatch": "The two passwords do not match",
  418. "inputMemo": "Please enter memo (max 100 characters)"
  419. },
  420. "message": {
  421. "loginSuccess": "Login successful",
  422. "logoutSuccess": "Logout successful",
  423. "saveSuccess": "Save successful",
  424. "deleteSuccess": "Delete successful",
  425. "updateSuccess": "Update successful",
  426. "createSuccess": "Create successful",
  427. "uploadSuccess": "Successfully uploaded {count} images",
  428. "loginFailed": "Login failed",
  429. "saveFailed": "Save failed",
  430. "deleteFailed": "Delete failed",
  431. "updateFailed": "Update failed",
  432. "createFailed": "Create failed",
  433. "uploadFailed": "{count} images failed to upload",
  434. "networkError": "Network error",
  435. "serverError": "Server error",
  436. "unsavedChanges": "You have unsaved changes",
  437. "confirmLeave": "Are you sure you want to leave?",
  438. "dataWillBeLost": "Data will be lost",
  439. "fieldRequired": "This field is required",
  440. "invalidFormat": "Invalid format",
  441. "valueTooLong": "Value is too long",
  442. "valueTooShort": "Value is too short",
  443. "confirmDelete": "Are you sure you want to delete this record?",
  444. "confirmBatchDelete": "Are you sure you want to delete selected records?",
  445. "confirmSave": "Are you sure you want to save?",
  446. "confirmSubmit": "Are you sure you want to submit?",
  447. "deleteConfirm": "This operation will delete, continue?",
  448. "passwordUpdateSuccess": "Password updated successfully",
  449. "confirmReset": "Are you sure you want to reset?",
  450. "confirmBatchOnSale": "This operation will batch put goods on sale, continue?",
  451. "confirmBatchOffSale": "This operation will batch take goods off sale, continue?",
  452. "tip": "Tip",
  453. "selectionLimitReached": "Selection limit reached",
  454. "fetchRoleListFailed": "Failed to fetch role list",
  455. "fetchDetailFailed": "Failed to fetch details",
  456. "submitFailed": "Submit failed",
  457. "changePasswordFailed": "Failed to change password",
  458. "maxUploadLimit": "Maximum {count} images can be uploaded",
  459. "uploadError": "Upload failed",
  460. "unsupportedFormat": "{extension} format is not supported, please select {formats} format images",
  461. "fetchDataFailed": "Failed to fetch data",
  462. "fileSizeExceeded": "Image size cannot exceed {size}MB",
  463. "saving": "Saving...",
  464. "deleting": "Deleting...",
  465. "processing": "Processing...",
  466. "noData": "No data",
  467. "noSearchResult": "No search results found",
  468. "loadMore": "Load more",
  469. "noMore": "No more data",
  470. "submitSuccess": "Submit successful",
  471. "refundSuccess": "Refund submitted successfully",
  472. "refundFailed": "Refund application failed",
  473. "userIdNotExist": "User ID does not exist",
  474. "orderIdNotExist": "Order ID does not exist",
  475. "currentOrder": "This is the current order",
  476. "passwordChangeSuccess": "Password changed successfully, please login again",
  477. "editFeatureNotDeveloped": "Edit feature is under development",
  478. "goodsAttributeSaveSuccess": "Product attributes saved successfully"
  479. },
  480. "placeholders": {
  481. "inputOrderNo": "Please enter order number",
  482. "inputUserName": "Please enter user name",
  483. "inputUserAccount": "Please enter username or nickname",
  484. "inputPhone": "Please enter phone number",
  485. "inputTrackingNumber": "Please enter tracking number"
  486. },
  487. "error": {
  488. "pageNotFound": "Page Not Found",
  489. "accessDenied": "Access Denied",
  490. "unauthorized": "Unauthorized Access",
  491. "serverError": "Server Error",
  492. "networkError": "Network Error",
  493. "pageNotFoundDesc": "Sorry, the page you are looking for does not exist",
  494. "accessDeniedDesc": "Sorry, you do not have permission to access this page",
  495. "unauthorizedDesc": "Sorry, you need to login to access this page",
  496. "serverErrorDesc": "Sorry, server error occurred",
  497. "networkErrorDesc": "Sorry, network connection failed",
  498. "goBack": "Go Back",
  499. "goHome": "Go Home",
  500. "retry": "Retry",
  501. "login": "Login",
  502. "autoCloseIn": "seconds to auto close",
  503. "error401": "401 Unauthorized",
  504. "error403": "403 Forbidden",
  505. "error404": "404 Not Found",
  506. "error500": "500 Server Error"
  507. },
  508. "modules": {
  509. "auth": {
  510. "login": "Login",
  511. "logout": "Logout",
  512. "username": "Username",
  513. "account": "Account",
  514. "password": "Password",
  515. "confirmPassword": "Confirm Password",
  516. "rememberMe": "Remember Me",
  517. "forgotPassword": "Forgot Password",
  518. "loginSuccess": "Login successful",
  519. "loginFailed": "Login failed",
  520. "logoutSuccess": "Logout successful",
  521. "welcomeTo": "Welcome to {appName}",
  522. "niceToSeeYou": "Nice to see you again",
  523. "userManagement": "User Management",
  524. "adminList": "Admin List",
  525. "addAdmin": "Add Admin",
  526. "editAdmin": "Edit Admin",
  527. "deleteAdmin": "Delete Admin",
  528. "adminName": "Admin Name",
  529. "adminAccount": "Admin Account",
  530. "adminRole": "Admin Role",
  531. "adminStatus": "Admin Status",
  532. "lastLoginTime": "Last Login Time",
  533. "roleManagement": "Role Management",
  534. "roleList": "Role List",
  535. "addRole": "Add Role",
  536. "editRole": "Edit Role",
  537. "deleteRole": "Delete Role",
  538. "roleName": "Role Name",
  539. "roleDescription": "Role Description",
  540. "rolePermissions": "Role Permissions",
  541. "permissionManagement": "Permission Management",
  542. "permissionList": "Permission List",
  543. "permissionName": "Permission Name",
  544. "permissionCode": "Permission Code",
  545. "permissionType": "Permission Type",
  546. "menuPermission": "Menu Permission",
  547. "buttonPermission": "Button Permission",
  548. "dataPermission": "Data Permission",
  549. "changePassword": "Change Password",
  550. "oldPassword": "Old Password",
  551. "newPassword": "New Password",
  552. "passwordChanged": "Password changed successfully",
  553. "passwordNotMatch": "Passwords do not match",
  554. "passwordTooShort": "Password must be at least 6 characters",
  555. "usernameRequired": "Please enter username",
  556. "accountRequired": "Please enter account",
  557. "passwordRequired": "Please enter password",
  558. "confirmPasswordRequired": "Please confirm password",
  559. "roleRequired": "Please select role",
  560. "normal": "Normal",
  561. "disabled": "Disabled",
  562. "locked": "Locked",
  563. "application": "Application",
  564. "selectAll": "Select All",
  565. "addPermission": "+Add",
  566. "initMenu": "Initialize Menu",
  567. "noData": "No data",
  568. "confirmDeleteRecord": "Are you sure you want to delete this record?",
  569. "confirmInit": "This operation will clear all existing permissions and reinitialize menu permissions. Continue?\n⚠️ Note: This operation is irreversible!",
  570. "initConfirmTitle": "Initialize Confirmation",
  571. "initSuccess": "Menu permissions initialized successfully!",
  572. "initFailed": "Initialization failed: {message}",
  573. "createPermissionSuccess": "Permission created successfully",
  574. "createPermissionFailed": "Failed to create permission",
  575. "updateSortSuccess": "Sort order updated successfully",
  576. "updateSortFailed": "Failed to update sort order",
  577. "deletePermissionSuccess": "Permission deleted successfully",
  578. "deletePermissionFailed": "Failed to delete permission",
  579. "parentPermission": "Parent Permission",
  580. "icon": "Icon",
  581. "sort": "Sort",
  582. "url": "URL",
  583. "isAction": "Is Action Permission",
  584. "assignPermissions": "Assign Permissions",
  585. "permissionTree": "Permission Tree",
  586. "normalTip": "This permission is normally available",
  587. "disabledTip": "After disabling this permission, only super administrators can access it"
  588. },
  589. "banner": {
  590. "title": "Banner Management",
  591. "bannerTitle": "Banner Title",
  592. "image": "Image",
  593. "bannerImage": "Banner Image",
  594. "linkType": "Link Type",
  595. "linkAddress": "Link Address",
  596. "internalLink": "Internal Link",
  597. "externalLink": "External Link",
  598. "addBanner": "Add Banner",
  599. "editBanner": "Edit Banner",
  600. "enterBannerTitle": "Please enter banner title",
  601. "uploadImage": "Upload Image",
  602. "enterLinkAddress": "Please enter link address",
  603. "titleRequired": "Please enter banner title",
  604. "imageRequired": "Please upload banner image",
  605. "linkRequired": "Please enter link address"
  606. },
  607. "payment": {
  608. "title": "Payment Config",
  609. "collectionConfig": "Collection Config",
  610. "payoutConfig": "Payout Config",
  611. "paymentChannel": "Payment Channel",
  612. "addChannel": "Add Channel",
  613. "addPaymentChannel": "Add Payment Channel",
  614. "editPaymentChannel": "Edit Payment Channel",
  615. "collectionMethod": "Collection Method",
  616. "collectionChannel": "Collection Channel",
  617. "payoutMethod": "Payout Method",
  618. "payoutChannel": "Payout Channel",
  619. "channelName": "Channel Name",
  620. "channelCode": "Channel Code",
  621. "channelStatus": "Channel Status",
  622. "weight": "Weight",
  623. "priority": "Priority",
  624. "minAmount": "Min Amount",
  625. "maxAmount": "Max Amount",
  626. "feeRate": "Fee Rate",
  627. "fixedFee": "Fixed Fee",
  628. "merchantId": "Merchant ID",
  629. "secretKey": "Secret Key",
  630. "apiUrl": "API URL",
  631. "notifyUrl": "Notify URL",
  632. "returnUrl": "Return URL",
  633. "enabled": "Enabled",
  634. "disabled": "Disabled",
  635. "saveConfig": "Save Config",
  636. "resetConfig": "Reset Config",
  637. "testConnection": "Test Connection",
  638. "configSaved": "Config saved successfully",
  639. "configFailed": "Failed to save config",
  640. "enterChannelName": "Please enter channel name",
  641. "enterChannelCode": "Please enter channel code",
  642. "enterMerchantId": "Please enter merchant ID",
  643. "enterAppId": "Please enter App ID",
  644. "enterSecretKey": "Please enter secret key",
  645. "enterApiUrl": "Please enter API URL",
  646. "selectPaymentMethod": "Please select payment method",
  647. "channelNameRequired": "Please enter channel name",
  648. "channelCodeRequired": "Please enter channel code",
  649. "merchantIdRequired": "Please enter merchant ID",
  650. "secretKeyRequired": "Please enter secret key",
  651. "confirmDeleteChannel": "Confirm to delete this payment channel?",
  652. "weightSaveSuccess": "Weight saved successfully",
  653. "weightSaveFailed": "Failed to save weight",
  654. "statusUpdateSuccess": "Status updated successfully",
  655. "statusUpdateFailed": "Failed to update status",
  656. "channelStatusUpdateSuccess": "Channel status updated successfully",
  657. "channelStatusUpdateFailed": "Failed to update channel status",
  658. "paymentLimit": "Payment Limit Config",
  659. "paymentLimitConfig": "Payment Limit Configuration",
  660. "paymentLimitDesc": "Configure payment amount range for {methodName} payment method",
  661. "currencyUnit": "Yuan",
  662. "limitConfigTip": "Note: The minimum amount must be less than the maximum amount, and the configuration takes effect immediately",
  663. "enterMinAmount": "Please enter minimum amount",
  664. "enterMaxAmount": "Please enter maximum amount",
  665. "minAmountRequired": "Please enter minimum amount",
  666. "maxAmountRequired": "Please enter maximum amount",
  667. "minAmountValidation": "Minimum amount must be greater than or equal to 0",
  668. "maxAmountValidation": "Maximum amount must be greater than or equal to 1",
  669. "minLessThanMax": "Minimum amount must be less than maximum amount",
  670. "maxGreaterThanMin": "Maximum amount must be greater than minimum amount",
  671. "limitConfigSuccess": "Payment limit configuration successful",
  672. "limitConfigFailed": "Payment limit configuration failed",
  673. "amountRangeConfig": "Amount Range Configuration",
  674. "amountRangeDesc": "Configure unified minimum and maximum amount range for {methodName}",
  675. "rangeConfigSuccess": "Amount range configuration saved successfully",
  676. "rangeConfigFailed": "Amount range configuration save failed",
  677. "saveRangeConfig": "Save Range Configuration",
  678. "goodsManagement": "Amount Configuration",
  679. "amountConfig": "Amount Configuration",
  680. "addGoods": "Add Goods",
  681. "editGoods": "Edit Goods",
  682. "goodsName": "Goods Name",
  683. "goodsNameRequired": "Please enter goods name",
  684. "goodsNameLength": "Goods name length should be 1-50 characters",
  685. "enterGoodsName": "Please enter goods name",
  686. "amount": "Amount",
  687. "amountRequired": "Please enter amount",
  688. "amountValidation": "Amount must be greater than 0",
  689. "enterAmount": "Please enter amount",
  690. "sortNum": "Sort",
  691. "sortNumValidation": "Sort value must be between 0-999",
  692. "enterSortNum": "Please enter sort value",
  693. "statusRequired": "Please select status",
  694. "confirmDeleteGoods": "Are you sure you want to delete goods \"{name}\"?",
  695. "deleteGoodsSuccess": "Delete goods successful",
  696. "deleteGoodsFailed": "Delete goods failed",
  697. "addGoodsSuccess": "Add goods successful",
  698. "updateGoodsSuccess": "Update goods successful",
  699. "saveGoodsFailed": "Save goods failed",
  700. "getGoodsListFailed": "Get goods list failed",
  701. "name": "Name",
  702. "nameRequired": "Please enter name",
  703. "nameLength": "Name length should be 1-50 characters",
  704. "enterName": "Please enter name",
  705. "updateSuccess": "Update successful",
  706. "addSuccess": "Add successful"
  707. },
  708. "finance": {
  709. "financeReport": "Finance Report",
  710. "timeRange": "Time Range",
  711. "exportReport": "Export Report",
  712. "exporting": "Exporting...",
  713. "serialNumber": "Serial No.",
  714. "subjectName": "Subject Name",
  715. "alias": "Alias",
  716. "balanceDirection": "Balance Direction",
  717. "initialBalance": "Initial Balance",
  718. "debitAmount": "Debit Amount",
  719. "creditAmount": "Credit Amount",
  720. "endBalance": "End Balance",
  721. "debit": "Debit",
  722. "credit": "Credit",
  723. "unknown": "Unknown",
  724. "exportSuccess": "Export successful",
  725. "exportFailed": "Export failed",
  726. "noDataToExport": "No data to export",
  727. "title": "Finance",
  728. "commissionManagement": "Commission Management",
  729. "financialReport": "Financial Report",
  730. "walletBalance": "Wallet Account",
  731. "accountBalance": "Account Balance",
  732. "commissionBalance": "Commission Balance",
  733. "accountEarnings": "Earnings Account",
  734. "unknownOperation": "Unknown Operation",
  735. "unsettled": "Unsettled",
  736. "settled": "Settled",
  737. "recharge": "Recharge",
  738. "withdraw": "Withdraw",
  739. "groupPayment": "Group Payment",
  740. "joinPayment": "Join Payment",
  741. "incompleteRefund": "Incomplete Refund",
  742. "completeRefund": "Complete Refund",
  743. "groupRedPacketEarnings": "Group Red Packet Earnings",
  744. "joinRedPacketEarnings": "Join Red Packet Earnings",
  745. "signInRedPacketEarnings": "Sign-in Red Packet Earnings",
  746. "subordinateRedPacketCommission": "Subordinate Red Packet Commission",
  747. "subSubordinateRedPacketCommission": "Sub-subordinate Red Packet Commission",
  748. "rechargeRebate": "Recharge Rebate",
  749. "withdrawalFee": "Withdrawal Fee",
  750. "unknownType": "Unknown Type",
  751. "submitRechargeOrder": "Submit Recharge Order",
  752. "rechargeCallThirdParty": "Recharge Call Third Party",
  753. "rechargeCallbackSuccess": "Recharge Callback Success",
  754. "submitWithdrawApplication": "Submit Withdraw Application",
  755. "withdrawApproved": "Withdraw Approved",
  756. "withdrawRejected": "Withdraw Rejected",
  757. "withdrawCallThirdParty": "Withdraw Call Third Party",
  758. "withdrawCallbackSuccess": "Withdraw Callback Success",
  759. "confirmSuccess": "Confirm Success",
  760. "batchConfirmSuccess": "Batch Confirm Success",
  761. "batchApproveSuccess": "Batch Approve Success",
  762. "batchRejectSuccess": "Batch Reject Success"
  763. },
  764. "commission": {
  765. "title": "Commission Management",
  766. "commissionNo": "Commission No.",
  767. "userName": "User Name",
  768. "phoneNo": "Phone No.",
  769. "commissionAmount": "Commission Amount",
  770. "commissionType": "Commission Type",
  771. "commissionDesc": "Commission Description",
  772. "orderNo": "Order No.",
  773. "issueTime": "Issue Time",
  774. "settleTime": "Settle Time",
  775. "exportRecords": "Export Records",
  776. "exporting": "Exporting...",
  777. "commissionRecords": "Commission Records",
  778. "enterUserName": "Please enter user name",
  779. "enterPhoneNo": "Please enter phone number",
  780. "enterOrderNo": "Please enter order number",
  781. "selectStatus": "Please select status",
  782. "selectType": "Please select type",
  783. "selectTimeRange": "Please select time range",
  784. "unsettled": "Unsettled",
  785. "settled": "Settled",
  786. "recharge": "Recharge",
  787. "withdraw": "Withdraw",
  788. "groupPayment": "Group Payment",
  789. "joinPayment": "Join Payment",
  790. "orderRefund": "Order Refund",
  791. "commissionRefund": "Commission Refund",
  792. "inviteReward": "Invite Reward",
  793. "levelReward": "Level Reward",
  794. "taskReward": "Task Reward",
  795. "unknown": "Unknown",
  796. "basicInfo": "Basic Information",
  797. "transactionNo": "Transaction No.",
  798. "transactionAmount": "Transaction Amount",
  799. "balance": "Balance",
  800. "createTime": "Create Time",
  801. "updateTime": "Update Time",
  802. "remark": "Remark",
  803. "operationLog": "Operation Log",
  804. "operator": "Operator",
  805. "operationTime": "Operation Time",
  806. "operationType": "Operation Type",
  807. "operationDesc": "Operation Description",
  808. "beforeStatus": "Before Status",
  809. "afterStatus": "After Status",
  810. "userId": "User ID",
  811. "userInfo": "User Information",
  812. "enterUserId": "Please enter user ID",
  813. "selectCommissionType": "Please select commission type",
  814. "orderCommission": "Order Commission",
  815. "referralCommission": "Referral Commission",
  816. "teamCommission": "Team Commission",
  817. "sourceOrder": "Source Order",
  818. "enterSourceOrderNo": "Please enter source order number",
  819. "commissionRate": "Commission Rate",
  820. "frozen": "Frozen",
  821. "enterRemark": "Please enter remark",
  822. "userDetail": "User Detail",
  823. "orderDetail": "Order Detail"
  824. },
  825. "profile": {
  826. "userInfo": "User Information",
  827. "defaultAvatar": "Default Avatar",
  828. "uploadAvatar": "Upload Avatar",
  829. "userName": "User Name",
  830. "enterUserName": "Please enter user name",
  831. "loginAccount": "Login Account",
  832. "enterLoginAccount": "Please enter login account",
  833. "role": "Role",
  834. "logout": "Logout",
  835. "confirmLogout": "Are you sure you want to logout?"
  836. },
  837. "setting": {
  838. "systemInfo": "System Information",
  839. "appearance": "Appearance",
  840. "selectTheme": "Select Theme",
  841. "mode": "Mode",
  842. "lightMode": "Light Mode",
  843. "darkMode": "Dark Mode",
  844. "followSystem": "Follow System",
  845. "cache": "Cache",
  846. "clearCache": "Clear Cache",
  847. "confirmClearCache": "Are you sure to clear cache?",
  848. "cacheCleared": "Cache cleared successfully"
  849. },
  850. "recharge": {
  851. "basicInfo": "Basic Information",
  852. "orderNo": "Recharge Order No",
  853. "status": "Recharge Status",
  854. "bank": "Recharge Bank",
  855. "userName": "User Name",
  856. "accountName": "Account Name",
  857. "phoneNo": "Phone No.",
  858. "channel": "Recharge Channel",
  859. "method": "Recharge Method",
  860. "account": "Recharge Account",
  861. "walletBalance": "Wallet Account",
  862. "currency": "Currency",
  863. "earningsBalance": "Earnings Balance",
  864. "amount": "Recharge Amount",
  865. "createTime": "Order Time",
  866. "successTime": "Success Time",
  867. "timeType": "Time Type",
  868. "selectChannel": "Please select channel",
  869. "selectTimeType": "Please select time type",
  870. "bankTransfer": "Bank Transfer",
  871. "onlinePayment": "Online Payment",
  872. "mobilePayment": "Mobile Payment",
  873. "walletPayment": "Wallet Payment",
  874. "title": "Recharge Management",
  875. "processing": "Processing",
  876. "success": "Recharge Success",
  877. "failed": "Recharge Failed",
  878. "timeout": "Timeout Cancelled",
  879. "exportRecords": "Export Records",
  880. "exporting": "Exporting...",
  881. "records": "Recharge Records",
  882. "detail": "Recharge Detail",
  883. "userDetail": "User Detail",
  884. "enterUserName": "Please enter user name",
  885. "enterPhoneNo": "Please enter phone number",
  886. "enterOrderNo": "Please enter order number",
  887. "timeRange": "Time Range",
  888. "selectTimeRange": "Please select time range",
  889. "operationLog": "Operation Log",
  890. "operationTime": "Operation Time",
  891. "operator": "Operator",
  892. "operationType": "Operation Type",
  893. "remark": "Remark"
  894. },
  895. "withdraw": {
  896. "channel": "Withdraw Channel",
  897. "method": "Withdraw Method",
  898. "currency": "Currency",
  899. "bankTransfer": "Bank Transfer",
  900. "onlinePayment": "Online Payment",
  901. "mobilePayment": "Mobile Payment",
  902. "walletPayment": "Wallet Payment",
  903. "title": "Withdraw Management",
  904. "processing": "Processing",
  905. "approved": "Approved",
  906. "rejected": "Rejected",
  907. "success": "Withdraw Success",
  908. "failed": "Withdraw Failed",
  909. "timeout": "Timeout Cancelled",
  910. "exportRecords": "Export Records",
  911. "exporting": "Exporting...",
  912. "records": "Withdraw Records",
  913. "detail": "Withdraw Detail",
  914. "userDetail": "User Detail",
  915. "orderNo": "Withdraw Order No",
  916. "status": "Withdraw Status",
  917. "userName": "User Name",
  918. "phoneNo": "Phone No",
  919. "accountType": "Withdraw Type",
  920. "amount": "Withdraw Amount",
  921. "receivingBank": "Receiving Bank",
  922. "receivingAccountName": "Receiving Account Name",
  923. "receivingAccount": "Receiving Account",
  924. "createTime": "Order Time",
  925. "successTime": "Success Time",
  926. "enterUserName": "Please enter user name",
  927. "enterPhoneNo": "Please enter phone number",
  928. "enterOrderNo": "Please enter order number",
  929. "selectChannel": "Please select channel",
  930. "timeType": "Time Type",
  931. "selectTimeType": "Please select time type",
  932. "timeRange": "Time Range",
  933. "selectTimeRange": "Please select time range",
  934. "basicInfo": "Basic Information",
  935. "approve": "Approve",
  936. "reject": "Reject",
  937. "accountName": "Account Name",
  938. "walletBalance": "Wallet Account",
  939. "earningsBalance": "Earnings Balance",
  940. "operationLog": "Operation Log",
  941. "operationTime": "Operation Time",
  942. "operator": "Operator",
  943. "operationType": "Operation Type",
  944. "remark": "Remark",
  945. "auditRemark": "Audit Remark",
  946. "rejectReason": "Reject Reason",
  947. "enterAuditRemark": "Please enter audit remark (optional)",
  948. "enterRejectReason": "Please enter reject reason (required)",
  949. "rejectReasonRequired": "Please enter reject reason",
  950. "rejectReasonLength": "Reject reason length should be 1 to 200 characters",
  951. "approveSuccess": "Approve Success",
  952. "rejectSuccess": "Reject Success",
  953. "auditFailed": "Audit Failed",
  954. "paymentChannel": "Payment Channel",
  955. "channelCode": "Channel Code",
  956. "selectPaymentChannel": "Please select payment channel",
  957. "selectChannelCode": "Please select channel code",
  958. "paymentChannelRequired": "Please select payment channel",
  959. "channelCodeRequired": "Please select channel code"
  960. },
  961. "dashboard": {
  962. "dashboard": "Dashboard",
  963. "overview": "Overview",
  964. "statistics": "Statistics",
  965. "todayData": "Today Data",
  966. "yesterdayData": "Yesterday Data",
  967. "thisWeekData": "This Week Data",
  968. "thisMonthData": "This Month Data",
  969. "salesData": "Sales Data",
  970. "salesAmount": "Sales Amount",
  971. "orderCount": "Order Count",
  972. "userCount": "User Count",
  973. "goodsCount": "Goods Count",
  974. "salesTrend": "Sales Trend",
  975. "orderTrend": "Order Trend",
  976. "userTrend": "User Trend",
  977. "topGoods": "Top Goods",
  978. "topCategories": "Top Categories",
  979. "topUsers": "Active Users",
  980. "pendingTasks": "Pending Tasks",
  981. "pendingOrders": "Pending Orders",
  982. "pendingRefunds": "Pending Refunds",
  983. "lowStockGoods": "Low Stock Goods",
  984. "quickActions": "Quick Actions",
  985. "addGoods": "Add Goods",
  986. "processOrder": "Process Order",
  987. "viewReport": "View Report",
  988. "systemSettings": "System Settings",
  989. "today": "Today",
  990. "yesterday": "Yesterday",
  991. "last7Days": "Last 7 Days",
  992. "last30Days": "Last 30 Days",
  993. "thisMonth": "This Month",
  994. "lastMonth": "Last Month",
  995. "yuan": "Yuan",
  996. "orders": "Orders",
  997. "users": "Users",
  998. "pieces": "Pieces",
  999. "percent": "%",
  1000. "growthRate": "Growth Rate",
  1001. "increase": "Increase",
  1002. "decrease": "Decrease",
  1003. "noChange": "No Change"
  1004. },
  1005. "user": {
  1006. "userId": "User ID",
  1007. "userName": "Username",
  1008. "userPhone": "Phone Number",
  1009. "userNickname": "Nickname",
  1010. "userLevel": "User Level",
  1011. "userAvatar": "Avatar",
  1012. "userAccount": "User Account",
  1013. "inviteFriends": "Invited Friends",
  1014. "teamMembers": "Team Members",
  1015. "successOrders": "Paid Orders Num",
  1016. "accountBalance": "Account Balance",
  1017. "commissionBalance": "Commission Balance",
  1018. "loginPermission": "Login Permission",
  1019. "orderPermission": "Order Permission",
  1020. "withdrawPermission": "Withdraw Permission",
  1021. "registrationTime": "Registration Time",
  1022. "changePassword": "Change Password",
  1023. "userDetail": "User Detail",
  1024. "addUser": "Add User",
  1025. "editUser": "Edit User",
  1026. "editProfile": "Edit Profile",
  1027. "basicInfo": "Basic Information",
  1028. "avatar": "Avatar",
  1029. "vipLevel": "VIP Level",
  1030. "paymentInfo": "Payment Information",
  1031. "noLevel": "No Level",
  1032. "paymentBank": "Payment Method",
  1033. "accountName": "Account Name",
  1034. "paymentAccount": "Payment Account",
  1035. "newPassword": "New Password",
  1036. "confirmPassword": "Confirm Password",
  1037. "login": "Login",
  1038. "order": "Order",
  1039. "withdraw": "Withdraw",
  1040. "userList": "User List",
  1041. "statisticsInfo": "Statistics Information",
  1042. "availableGroups": "Available Groups",
  1043. "totalCommission": "Total Commission Amount",
  1044. "settledCommission": "Settled Commission Amount",
  1045. "totalRecharge": "Total Recharge Amount",
  1046. "last7DaysCommission": "Last 7 Days Amount",
  1047. "pendingCommission": "Pending Commission Amount",
  1048. "totalWithdraw": "Total Withdraw Amount",
  1049. "orderRecords": "Order Records",
  1050. "subordinateUsers": "Subordinate Users",
  1051. "commissionRecords": "Commission Records",
  1052. "commissionId": "Commission ID",
  1053. "commissionType": "Commission Type",
  1054. "commissionDescription": "Commission Description",
  1055. "commissionAmount": "Commission Amount",
  1056. "commissionStatus": "Commission Status",
  1057. "commissionTime": "Commission Time",
  1058. "rechargeRecords": "Recharge Records",
  1059. "rechargeOrderNo": "Recharge Order No.",
  1060. "rechargeChannel": "Recharge Channel",
  1061. "rechargeMethod": "Recharge Method",
  1062. "currency": "Currency",
  1063. "amount": "Amount",
  1064. "successTime": "Success Time",
  1065. "withdrawRecords": "Withdraw Records",
  1066. "withdrawOrderNo": "Withdraw Order No.",
  1067. "withdrawType": "Withdraw Type",
  1068. "withdrawChannel": "Withdraw Channel",
  1069. "withdrawAmount": "Withdraw Amount",
  1070. "shippingAddresses": "Shipping Addresses",
  1071. "recipient": "Recipient",
  1072. "detailedAddress": "Detailed Address",
  1073. "isDefault": "Is Default",
  1074. "defaultAddress": "Default Address",
  1075. "normalAddress": "Normal Address",
  1076. "username": "User name"
  1077. },
  1078. "goods": {
  1079. "goodsList": "Goods List",
  1080. "goodsId": "Goods ID",
  1081. "basicInfo": "Basic Information",
  1082. "goodsInfo": "Goods Information",
  1083. "goodsAttributes": "Goods Attributes",
  1084. "goodsName": "Goods Name",
  1085. "goodsSubtitle": "Subtitle",
  1086. "subtitle": "Subtitle",
  1087. "goodsBrand": "Goods Brand",
  1088. "originalPrice": "Original Price",
  1089. "onlinePrice": "Online Price",
  1090. "alreadyJoined": "Already Joined",
  1091. "join": "Join",
  1092. "goodsCategory": "Goods Category",
  1093. "categoryName": "Category Name",
  1094. "addCategory": "Add Category",
  1095. "editCategory": "Edit Category",
  1096. "goodsDescription": "Goods Description",
  1097. "goodsNumber": "Goods Number",
  1098. "goodsSupplier": "Goods Supplier",
  1099. "defaultSupplier": "Merchant Technology Co., Ltd.",
  1100. "sales": "Sales",
  1101. "shippingTemplate": "Shipping Template",
  1102. "freeShipping": "Free Shipping",
  1103. "mainImage": "Main Image",
  1104. "carouselImages": "Carousel Images",
  1105. "detailImages": "Detail Images",
  1106. "autoGenerateNumberTip": "If you do not enter a goods number, the system will automatically generate a unique number",
  1107. "newGoodsOffSaleTip": "New goods are off sale by default, can be modified after saving",
  1108. "priceStock": "Price & Stock",
  1109. "salePrice": "Sale Price",
  1110. "marketPrice": "Market Price",
  1111. "costPrice": "Cost Price",
  1112. "vipPrice": "VIP Price",
  1113. "stock": "Stock",
  1114. "goodsStock": "Stock",
  1115. "stockThreshold": "Stock Threshold",
  1116. "skuCode": "SKU Code",
  1117. "image": "Image",
  1118. "goodsStatus": "Goods Status",
  1119. "onSale": "On Sale",
  1120. "offSale": "Off Sale",
  1121. "inStock": "In Stock",
  1122. "outOfStock": "Out of Stock",
  1123. "batchOnSale": "Batch On Sale",
  1124. "batchOffSale": "Batch Off Sale",
  1125. "batchDelete": "Batch Delete",
  1126. "specificationSettings": "Goods Specification Settings",
  1127. "specificationName": "Specification Name",
  1128. "specificationValue": "Specification Value",
  1129. "addSpecification": "Add Specification",
  1130. "addSpecificationValue": "Add Specification Value",
  1131. "batchSettings": "Batch Settings",
  1132. "batchSettingsTip": "Unselected specifications default to select all for batch settings",
  1133. "goodsAddedSuccess": "Goods added successfully, please wait for listing",
  1134. "continueAdd": "Continue Adding",
  1135. "savingGoods": "Saving goods...",
  1136. "pleaseWait": "Please wait, the system is processing your request",
  1137. "specificationValueExists": "Specification value already exists",
  1138. "batchSettingsSuccess": "Batch settings successful",
  1139. "pleaseAddSpecification": "Please add goods specification first",
  1140. "specificationSalePriceError": "The sale price of specification {index} cannot be empty and must be greater than 0",
  1141. "specificationMarketPriceError": "The market price of specification {index} cannot be empty and must be greater than 0",
  1142. "specificationStockError": "The stock of specification {index} cannot be empty and cannot be less than 0",
  1143. "pleaseCompleteBasicInfo": "Please complete basic goods information",
  1144. "goodsSaveSuccess": "Goods saved successfully",
  1145. "sliderImage": "Slider Image",
  1146. "detailImage": "Detail Image",
  1147. "whiteBackgroundImage": "White Background Image",
  1148. "uploadMainImage": "Upload Main Image",
  1149. "uploadSliderImage": "Upload Slider Image",
  1150. "uploadDetailImage": "Upload Detail Image",
  1151. "specification": "Specification",
  1152. "specType": "Specification Type",
  1153. "singleSpec": "Single Specification",
  1154. "multiSpec": "Multiple Specifications",
  1155. "specName": "Specification Name",
  1156. "specValue": "Specification Value",
  1157. "addSpec": "Add Specification",
  1158. "addSpecValue": "Add Specification Value",
  1159. "batchSetting": "Batch Setting",
  1160. "skuPrice": "SKU Price",
  1161. "skuStock": "SKU Stock",
  1162. "skuImage": "SKU Image",
  1163. "addGoods": "Add Goods",
  1164. "editGoods": "Edit Goods",
  1165. "deleteGoods": "Delete Goods",
  1166. "goodsAddSuccess": "Goods added successfully",
  1167. "goodsUpdateSuccess": "Goods updated successfully",
  1168. "goodsDeleteSuccess": "Goods deleted successfully",
  1169. "pleaseSelectGoods": "Please select goods",
  1170. "confirmDeleteGoods": "Are you sure you want to delete selected goods?",
  1171. "goodsNameRequired": "Please enter goods name",
  1172. "goodsBrandRequired": "Please enter goods brand",
  1173. "goodsCategoryRequired": "Please select goods category",
  1174. "goodsPriceRequired": "Please enter goods price",
  1175. "goodsStockRequired": "Please enter goods stock",
  1176. "goodsSupplierRequired": "Please enter goods supplier",
  1177. "goodsImageRequired": "Please upload goods image",
  1178. "goodsDetailImageRequired": "Please upload goods detail image"
  1179. },
  1180. "order": {
  1181. "orderManagement": "Order Management",
  1182. "orderList": "Order List",
  1183. "orderDetail": "Order Detail",
  1184. "orderNo": "Order No.",
  1185. "orderNumber": "Order Number",
  1186. "orderStatus": "Order Status",
  1187. "orderAmount": "Order Amount",
  1188. "orderTime": "Order Time",
  1189. "payTime": "Pay Time",
  1190. "deliveryTime": "Delivery Time",
  1191. "completeTime": "Complete Time",
  1192. "pendingPayment": "Pending Payment",
  1193. "paid": "Paid",
  1194. "pendingDelivery": "Pending Delivery",
  1195. "pendingReceive": "Pending Receive",
  1196. "completed": "Completed",
  1197. "cancelled": "Cancelled",
  1198. "refunded": "Refunded",
  1199. "closed": "Closed",
  1200. "buyerInfo": "Buyer Information",
  1201. "buyerName": "Buyer Name",
  1202. "buyerPhone": "Buyer Phone",
  1203. "buyerAddress": "Delivery Address",
  1204. "goodsInfo": "Product Info",
  1205. "goodsName": "Product Name",
  1206. "goodsPrice": "Goods Price",
  1207. "goodsQuantity": "Quantity",
  1208. "quantity": "Quantity",
  1209. "paymentAmount": "Payment Amount",
  1210. "paymentStatus": "Payment Status",
  1211. "groupStatus": {
  1212. "pending": "Pending Group",
  1213. "success": "Group Success",
  1214. "failed": "Group Failed"
  1215. },
  1216. "refundStatus": {
  1217. "noRefund": "No Refund",
  1218. "applying": "Applying",
  1219. "refunded": "Refunded",
  1220. "refunding": "Refunding"
  1221. },
  1222. "logistics": "Logistics",
  1223. "courier": "Courier",
  1224. "notShipped": "Not Shipped",
  1225. "goodsTotal": "Subtotal",
  1226. "subtotal": "Subtotal",
  1227. "shippingFee": "Shipping Fee",
  1228. "discount": "Discount",
  1229. "totalAmount": "Total Amount",
  1230. "actualPayment": "Actual Payment",
  1231. "trackingNumber": "Tracking Number",
  1232. "shippingAddress": "Shipping Address",
  1233. "receivingAddress": "Receiving Address",
  1234. "aftersale": "Aftersale",
  1235. "refund": "Refund",
  1236. "return": "Return",
  1237. "exchange": "Exchange",
  1238. "refundAmount": "Refund Amount",
  1239. "refundReason": "Refund Reason",
  1240. "invoice": "Invoice",
  1241. "invoiceType": "Invoice Type",
  1242. "invoiceTitle": "Invoice Title",
  1243. "invoiceContent": "Invoice Content",
  1244. "processOrder": "Process Order",
  1245. "shipOrder": "Ship Order",
  1246. "cancelOrder": "Cancel Order",
  1247. "refundOrder": "Refund Order",
  1248. "viewDetail": "View Detail",
  1249. "printOrder": "Print Order",
  1250. "exportOrder": "Export Order",
  1251. "exportOrders": "Export Orders",
  1252. "exportDeliveryList": "Export Delivery List",
  1253. "importDeliveryTip": "Import delivery list, system will automatically process delivery information",
  1254. "importDeliveryFile": "Import Delivery File",
  1255. "reSelectFile": "Re-select File",
  1256. "batchDispatch": "Batch Dispatch",
  1257. "all": "All",
  1258. "customerName": "Customer Name",
  1259. "customerPhone": "Customer Phone",
  1260. "specification": "Specification",
  1261. "payAmount": "Payment Amount",
  1262. "deliveryInfo": "Delivery Info",
  1263. "deliveryCompany": "Delivery Company",
  1264. "expressCompany": "Express Company",
  1265. "finishTime": "Finish Time",
  1266. "shipTest": "Ship Test",
  1267. "noNickname": "No Nickname",
  1268. "orderTrack": "Order Track",
  1269. "basicInfo": "Basic Info",
  1270. "expressDelivery": "Express Delivery",
  1271. "manualDelivery": "Manual Delivery",
  1272. "deliveryTip": "Tip: If the product is in after-sales status, please handle the after-sales first before shipping.",
  1273. "pendingShipment": "Pending Shipment",
  1274. "shipped": "Shipped",
  1275. "winStatus": {
  1276. "notWon": "Not Won",
  1277. "won": "Won"
  1278. },
  1279. "username": "Username",
  1280. "paymentMethod": "Payment Method",
  1281. "discountAmount": "Discount Amount",
  1282. "rewardCommission": "Reward Commission",
  1283. "phoneNumber": "Phone Number",
  1284. "pleaseSelectFile": "Please select delivery file first",
  1285. "batchDispatchSuccess": "Batch dispatch successful",
  1286. "batchDispatchFailed": "Batch dispatch failed",
  1287. "partialDispatchFailed": "Partial dispatch failed, error records downloaded",
  1288. "orderDispatch": "Order Dispatch",
  1289. "confirmCancelOrder": "Are you sure you want to cancel this order?",
  1290. "cancelOrderSuccess": "Order cancelled successfully",
  1291. "cancelOrderFailed": "Failed to cancel order",
  1292. "orderRecords": "Order Records",
  1293. "deliveryOrders": "Delivery Orders",
  1294. "goodsImage": "Product Image",
  1295. "unitPrice": "Unit Price",
  1296. "status": {
  1297. "pendingPayment": "Pending Payment",
  1298. "cancelled": "Cancelled",
  1299. "paid": "Paid",
  1300. "refunded": "Refunded",
  1301. "pendingShipment": "Pending Shipment",
  1302. "closed": "Closed",
  1303. "shipped": "Shipped",
  1304. "completed": "Completed"
  1305. },
  1306. "groupStatusLabel": "Group Status",
  1307. "winStatusLabel": "Win Status",
  1308. "payType": {
  1309. "balance": "Wallet Account",
  1310. "alipay": "Alipay",
  1311. "offline": "Offline Payment",
  1312. "wechat": "WeChat Pay"
  1313. },
  1314. "recipient": "Recipient",
  1315. "detailAddress": "Detail Address",
  1316. "groupInfo": "Group Info ({people} people)",
  1317. "groupOrderNumber": "Group Order Number",
  1318. "joinTime": "Join Time",
  1319. "steps": {
  1320. "createOrder": "Submit Order",
  1321. "payment": "Payment",
  1322. "groupStart": "Start Group",
  1323. "platformShip": "Platform Ship",
  1324. "userReceive": "User Receive",
  1325. "notSubmitted": "Not Submitted",
  1326. "notPaid": "Not Paid",
  1327. "notGrouped": "Not Grouped",
  1328. "notShipped": "Not Shipped",
  1329. "notReceived": "Not Received"
  1330. },
  1331. "confirmFullRefund": "Are you sure you want to fully refund this order?",
  1332. "orderRefund": "Order Refund",
  1333. "getOrderDetailFailed": "Failed to get order details",
  1334. "orderDataLoading": "Order data is loading, please try again later",
  1335. "contactSent": "Contact information sent",
  1336. "contactUserFailed": "Failed to contact user",
  1337. "exportSuccess": "Export successful",
  1338. "exportOrderFailed": "Failed to export order",
  1339. "orderClosed": "Order closed",
  1340. "closeOrderFailed": "Failed to close order",
  1341. "memoUpdateSuccess": "Memo updated successfully",
  1342. "memoUpdateFailed": "Failed to update memo",
  1343. "openOrderDetailFailed": "Failed to open order details",
  1344. "productInfo": "Product Info",
  1345. "expressNumber": "Express Number",
  1346. "recipientInfo": "Recipient Info",
  1347. "recipientAddress": "Recipient Address",
  1348. "postalCode": "Postal Code",
  1349. "incompleteAddress": "This order lacks delivery address information and cannot be shipped! Please contact the customer to complete the delivery address.",
  1350. "logisticsInfo": "Logistics Info",
  1351. "shippingMethod": "Shipping Method",
  1352. "expressShipping": "Express Shipping",
  1353. "selectExpressCompany": "Please select express company",
  1354. "enterExpressNumber": "Please enter express number",
  1355. "shipNow": "Ship Now",
  1356. "importDeliveryList": "Import Delivery List",
  1357. "systemAutoProcess": "Import delivery list, the system will automatically process delivery information",
  1358. "batchShip": "Batch Ship",
  1359. "pleaseSelectDeliveryFile": "Please select delivery file first",
  1360. "batchShipSuccess": "Batch shipping successful",
  1361. "batchShipFailed": "Batch shipping failed",
  1362. "partialShipFailed": "Partial shipping failed, failure records downloaded"
  1363. },
  1364. "system": {
  1365. "systemManagement": "System Management",
  1366. "systemSettings": "System Settings",
  1367. "systemConfig": "System Configuration",
  1368. "basicSettings": "Basic Settings",
  1369. "siteName": "Site Name",
  1370. "siteDescription": "Site Description",
  1371. "siteKeywords": "Site Keywords",
  1372. "siteLogo": "Site Logo",
  1373. "siteIcon": "Site Icon",
  1374. "bannerManagement": "Banner Management",
  1375. "bannerList": "Banner List",
  1376. "addBanner": "Add Banner",
  1377. "editBanner": "Edit Banner",
  1378. "deleteBanner": "Delete Banner",
  1379. "bannerTitle": "Banner Title",
  1380. "bannerImage": "Banner Image",
  1381. "bannerLink": "Banner Link",
  1382. "bannerSort": "Sort Order",
  1383. "paymentConfig": "Payment Configuration",
  1384. "paymentMethod": "Payment Method",
  1385. "alipay": "Alipay",
  1386. "wechatPay": "WeChat Pay",
  1387. "bankCard": "Bank Card",
  1388. "paymentStatus": "Payment Status",
  1389. "notificationManagement": "Notification Management",
  1390. "systemNotification": "System Notification",
  1391. "userNotification": "User Notification",
  1392. "notificationTitle": "Notification Title",
  1393. "notificationContent": "Notification Content",
  1394. "notificationType": "Notification Type",
  1395. "smsManagement": "SMS Management",
  1396. "smsTemplate": "SMS Template",
  1397. "smsRecord": "SMS Record",
  1398. "smsContent": "SMS Content",
  1399. "smsStatus": "SMS Status"
  1400. },
  1401. "notification": {
  1402. "title": "Message Push",
  1403. "messageTitle": "Message Title",
  1404. "messageContent": "Message Content",
  1405. "pagePath": "Page Path",
  1406. "createTime": "Create Time",
  1407. "updateTime": "Update Time",
  1408. "actions": "Actions",
  1409. "edit": "Edit",
  1410. "send": "Send",
  1411. "delete": "Delete",
  1412. "create": "Create",
  1413. "createMessage": "Create Message",
  1414. "editMessage": "Edit Message",
  1415. "sendMessage": "Send Message",
  1416. "save": "Save",
  1417. "update": "Update",
  1418. "loading": "Loading...",
  1419. "enterMessageTitle": "Please enter message title",
  1420. "enterMessageContent": "Please enter message content",
  1421. "enterPagePath": "Please enter page path (optional)",
  1422. "messageTitleRequired": "Please enter message title",
  1423. "messageContentRequired": "Please enter message content",
  1424. "confirmDelete": "Are you sure you want to delete this record?",
  1425. "confirm": "Confirm",
  1426. "cancel": "Cancel",
  1427. "deleteSuccess": "Delete successful",
  1428. "sendSuccess": "Message sent successfully",
  1429. "selectUsers": "Select Users",
  1430. "selectUsersPlaceholder": "Select Users",
  1431. "selectUsersRequired": "Please select receiving users",
  1432. "selectAtLeastOneUser": "Please select at least one user",
  1433. "receivingUsers": "Receiving Users",
  1434. "sendingMessage": "Send Message",
  1435. "sending": "Sending...",
  1436. "messageSendComplete": "Message sending completed",
  1437. "getDetailFailed": "Failed to get details",
  1438. "submitFailed": "Submit failed",
  1439. "sendFailed": "Send failed",
  1440. "deleteFailed": "Delete failed",
  1441. "getDataFailed": "Failed to get data"
  1442. },
  1443. "userSelect": {
  1444. "userAccount": "User Account",
  1445. "userPhone": "User Phone",
  1446. "enterUserAccount": "Please enter user account",
  1447. "enterPhoneNumber": "Please enter phone number",
  1448. "userId": "User ID",
  1449. "userInfo": "User Info",
  1450. "registerTime": "Register Time",
  1451. "status": "Status",
  1452. "actions": "Actions",
  1453. "select": "Select",
  1454. "confirmSelect": "Confirm Selection",
  1455. "normal": "Normal",
  1456. "disabled": "Disabled",
  1457. "noNickname": "No nickname set",
  1458. "noPhone": "No phone bound",
  1459. "getUserListFailed": "Failed to get user list"
  1460. },
  1461. "report": {
  1462. "dataReport": "Data Report",
  1463. "salesReport": "Sales Report",
  1464. "userReport": "User Report",
  1465. "goodsReport": "Goods Report",
  1466. "systemLog": "System Log",
  1467. "operationLog": "Operation Log",
  1468. "loginLog": "Login Log",
  1469. "errorLog": "Error Log",
  1470. "systemMonitor": "System Monitor",
  1471. "serverStatus": "Server Status",
  1472. "databaseStatus": "Database Status",
  1473. "cacheStatus": "Cache Status",
  1474. "backupRestore": "Backup & Restore",
  1475. "dataBackup": "Data Backup",
  1476. "dataRestore": "Data Restore",
  1477. "backupTime": "Backup Time",
  1478. "backupSize": "Backup Size",
  1479. "versionInfo": "Version Information",
  1480. "currentVersion": "Current Version",
  1481. "updateTime": "Update Time",
  1482. "enable": "Enable",
  1483. "disable": "Disable",
  1484. "configure": "Configure",
  1485. "test": "Test",
  1486. "backup": "Backup",
  1487. "restore": "Restore",
  1488. "dashboard": "Dashboard",
  1489. "addReport": "Add Report",
  1490. "editReport": "Edit Report",
  1491. "deleteReport": "Delete Report",
  1492. "reportName": "Report Name",
  1493. "reportType": "Report Type",
  1494. "reportDescription": "Report Description",
  1495. "chartType": "Chart Type",
  1496. "lineChart": "Line Chart",
  1497. "barChart": "Bar Chart",
  1498. "pieChart": "Pie Chart",
  1499. "scatterChart": "Scatter Chart",
  1500. "radarChart": "Radar Chart",
  1501. "funnelChart": "Funnel Chart",
  1502. "dimensionManagement": "Dimension Management",
  1503. "addDimension": "Add Dimension",
  1504. "editDimension": "Edit Dimension",
  1505. "deleteDimension": "Delete Dimension",
  1506. "dimensionName": "Dimension Name",
  1507. "dimensionType": "Dimension Type",
  1508. "dimensionCode": "Dimension Code",
  1509. "dimensionDescription": "Dimension Description",
  1510. "dataType": "Data Type",
  1511. "timeDimension": "Time Dimension",
  1512. "regionDimension": "Region Dimension",
  1513. "productDimension": "Product Dimension",
  1514. "userDimension": "User Dimension",
  1515. "channelDimension": "Channel Dimension",
  1516. "stringType": "String",
  1517. "numberType": "Number",
  1518. "dateType": "Date",
  1519. "booleanType": "Boolean",
  1520. "refreshData": "Refresh Data",
  1521. "exportReport": "Export Report",
  1522. "fullscreen": "Fullscreen",
  1523. "exitFullscreen": "Exit Fullscreen",
  1524. "noDataAvailable": "No Data Available",
  1525. "loadingData": "Loading Data...",
  1526. "dateRange": "Date Range",
  1527. "selectDateRange": "Select Date Range",
  1528. "last7Days": "Last 7 Days",
  1529. "last30Days": "Last 30 Days",
  1530. "last90Days": "Last 90 Days",
  1531. "customRange": "Custom Range",
  1532. "confirmDeleteReport": "Are you sure you want to delete this report?",
  1533. "confirmDeleteDimension": "Are you sure you want to delete this dimension?",
  1534. "reportNameRequired": "Please enter report name",
  1535. "reportTypeRequired": "Please select report type",
  1536. "dimensionNameRequired": "Please enter dimension name",
  1537. "dimensionCodeRequired": "Please enter dimension code",
  1538. "dimensionTypeRequired": "Please select dimension type",
  1539. "dataTypeRequired": "Please select data type",
  1540. "createReportSuccess": "Report created successfully",
  1541. "updateReportSuccess": "Report updated successfully",
  1542. "deleteReportSuccess": "Report deleted successfully",
  1543. "createDimensionSuccess": "Dimension created successfully",
  1544. "updateDimensionSuccess": "Dimension updated successfully",
  1545. "deleteDimensionSuccess": "Dimension deleted successfully",
  1546. "batchDelete": "Batch Delete",
  1547. "selectItems": "Please select items to operate",
  1548. "confirmBatchDelete": "Are you sure you want to delete {count} selected items?",
  1549. "batchDeleteSuccess": "Batch delete successful"
  1550. },
  1551. "marketing": {
  1552. "pending": "Pending",
  1553. "ongoing": "Ongoing",
  1554. "ended": "Ended",
  1555. "groupActivityList": "Group Activity List",
  1556. "addActivity": "Add Activity",
  1557. "activityId": "Activity ID",
  1558. "activityTitle": "Activity Title",
  1559. "activityStatus": "Activity Status",
  1560. "groupConfig": "Group Config",
  1561. "defaultGroupSize": "Default Group Size",
  1562. "personGroup": " Person Group",
  1563. "countdownEnd": "Countdown End",
  1564. "hours": " Hours",
  1565. "startTime": "Start Time",
  1566. "endTime": "End Time",
  1567. "setGoods": "Set Goods",
  1568. "createGroupActivity": "Create Group Activity",
  1569. "editGroupActivity": "Edit Group Activity",
  1570. "enterActivityTitle": "Enter activity title",
  1571. "enterActivityId": "Enter activity ID",
  1572. "activityName": "Activity Name",
  1573. "enterActivityName": "Enter activity name",
  1574. "selectStartTime": "Select start time",
  1575. "selectEndTime": "Select end time",
  1576. "selectGroupSize": "Select group size",
  1577. "twoPersonGroup": "2 Person Group",
  1578. "threePersonGroup": "3 Person Group",
  1579. "fivePersonGroup": "5 Person Group",
  1580. "tenPersonGroup": "10 Person Group",
  1581. "twentyPersonGroup": "20 Person Group",
  1582. "selectCountdownTime": "Select countdown time",
  1583. "oneHour": "1 Hour",
  1584. "twelveHours": "12 Hours",
  1585. "twentyFourHours": "24 Hours",
  1586. "fortyEightHours": "48 Hours",
  1587. "seventyTwoHours": "72 Hours",
  1588. "oneWeek": "168 Hours",
  1589. "countdownTip": "How long after group formation to end the group buying activity",
  1590. "activityNameRequired": "Please enter activity name",
  1591. "startTimeRequired": "Please select start time",
  1592. "endTimeRequired": "Please select end time",
  1593. "groupSizeRequired": "Please select group size",
  1594. "countdownTimeRequired": "Please select countdown time"
  1595. }
  1596. }
  1597. }