index.json 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660
  1. {
  2. "common": {
  3. "save": "Save",
  4. "update": "Update",
  5. "cancel": "Cancel",
  6. "confirm": "Confirm",
  7. "delete": "Delete",
  8. "edit": "Edit",
  9. "add": "Add",
  10. "create": "Create",
  11. "view": "View",
  12. "search": "Search",
  13. "reset": "Reset",
  14. "submit": "Submit",
  15. "close": "Close",
  16. "back": "Back",
  17. "next": "Next",
  18. "prev": "Previous",
  19. "finish": "Finish",
  20. "loading": "Loading...",
  21. "all": "All",
  22. "actions": "Actions",
  23. "expand": "Expand",
  24. "collapse": "Collapse",
  25. "allow": "Allow",
  26. "forbid": "Forbid",
  27. "select": "Please select",
  28. "previous": "Previous",
  29. "uploadImage": "Upload Image",
  30. "uploading": "Uploading...",
  31. "dragSort": "Drag to Sort",
  32. "preview": "Preview",
  33. "maxUpload": "Max upload {count} images",
  34. "supportFormats": "Support {formats} formats",
  35. "maxFileSize": "Max file size {size}MB",
  36. "enable": "Enable",
  37. "disable": "Disable",
  38. "enabled": "Enabled",
  39. "disabled": "Disabled",
  40. "online": "Online",
  41. "offline": "Offline",
  42. "active": "Active",
  43. "inactive": "Inactive",
  44. "success": "Success",
  45. "failed": "Failed",
  46. "pending": "Pending",
  47. "processing": "Processing",
  48. "completed": "Completed",
  49. "required": "Required",
  50. "optional": "Optional",
  51. "placeholder": "Please enter",
  52. "upload": "Upload",
  53. "download": "Download",
  54. "saveSuccess": "Save successful",
  55. "saveFailed": "Save failed",
  56. "deleteSuccess": "Delete successful",
  57. "deleteFailed": "Delete failed",
  58. "updateSuccess": "Update successful",
  59. "updateFailed": "Update failed",
  60. "createSuccess": "Create successful",
  61. "createFailed": "Create failed",
  62. "confirmDelete": "Are you sure you want to delete?",
  63. "confirmSave": "Are you sure you want to save?",
  64. "confirmSubmit": "Are you sure you want to submit?",
  65. "noData": "No data",
  66. "total": "Total",
  67. "items": "items",
  68. "page": "page",
  69. "today": "Today",
  70. "yesterday": "Yesterday",
  71. "thisWeek": "This week",
  72. "thisMonth": "This month",
  73. "startTime": "Start Time",
  74. "endTime": "End Time",
  75. "startDate": "Start Date",
  76. "endDate": "End Date",
  77. "exportData": "Export Data",
  78. "exporting": "Exporting...",
  79. "to": "to",
  80. "and": "and",
  81. "or": "or",
  82. "language": "Language",
  83. "chinese": "中文",
  84. "english": "English"
  85. },
  86. "menu": {
  87. "dashboard": "Dashboard",
  88. "goods": "Goods Management",
  89. "order": "Order Management",
  90. "user": "User Management",
  91. "system": "System Management",
  92. "settings": "Settings",
  93. "goodsList": "Goods List",
  94. "goodsAdd": "Add Goods",
  95. "goodsEdit": "Edit Goods",
  96. "goodsCategory": "Goods Category",
  97. "goodsBrand": "Goods Brand",
  98. "orderList": "Order List",
  99. "orderDetail": "Order Detail",
  100. "orderRefund": "Refund Management",
  101. "userList": "User List",
  102. "userRole": "Role Management",
  103. "userPermission": "Permission Management",
  104. "systemConfig": "System Configuration",
  105. "systemLog": "System Log",
  106. "systemBackup": "Data Backup",
  107. "profile": "Profile",
  108. "account": "Account Settings",
  109. "security": "Security Settings"
  110. },
  111. "form": {
  112. "name": "Name",
  113. "title": "Title",
  114. "description": "Description",
  115. "content": "Content",
  116. "category": "Category",
  117. "status": "Status",
  118. "type": "Type",
  119. "price": "Price",
  120. "stock": "Stock",
  121. "image": "Image",
  122. "sort": "Sort",
  123. "createTime": "Create Time",
  124. "updateTime": "Update Time",
  125. "goodsName": "Goods Name",
  126. "goodsPrice": "Goods Price",
  127. "goodsStock": "Goods Stock",
  128. "goodsCategory": "Goods Category",
  129. "goodsBrand": "Goods Brand",
  130. "goodsImage": "Goods Image",
  131. "goodsDescription": "Goods Description",
  132. "goodsStatus": "Goods Status",
  133. "marketPrice": "Market Price",
  134. "salePrice": "Sale Price",
  135. "costPrice": "Cost Price",
  136. "orderNo": "Order No.",
  137. "orderStatus": "Order Status",
  138. "orderAmount": "Order Amount",
  139. "orderTime": "Order Time",
  140. "payTime": "Pay Time",
  141. "deliveryTime": "Delivery Time",
  142. "username": "Username",
  143. "password": "Password",
  144. "email": "Email",
  145. "phone": "Phone",
  146. "avatar": "Avatar",
  147. "role": "Role",
  148. "permission": "Permission",
  149. "required": "This field is required",
  150. "invalidEmail": "Please enter a valid email address",
  151. "invalidPhone": "Please enter a valid phone number",
  152. "passwordTooShort": "Password must be at least 6 characters",
  153. "confirmPassword": "Confirm Password",
  154. "passwordNotMatch": "Passwords do not match",
  155. "priceRange": "Price Range",
  156. "minPrice": "Min Price",
  157. "maxPrice": "Max Price",
  158. "pleaseInput": "Please enter",
  159. "pleaseSelect": "Please select",
  160. "pleaseUpload": "Please upload",
  161. "inputName": "Please enter goods name",
  162. "inputTitle": "Please enter title",
  163. "inputDescription": "Please enter description",
  164. "selectCategory": "Please select category",
  165. "selectStatus": "Please select status",
  166. "uploadImage": "Please upload image",
  167. "inputOrderNo": "Please input order number",
  168. "inputUserName": "Please input user name",
  169. "inputUserAccount": "Please input username or nickname",
  170. "inputPhone": "Please input phone number",
  171. "inputTrackingNumber": "Please input tracking number",
  172. "selectLoginPermission": "Please select login permission",
  173. "selectOrderPermission": "Please select order permission",
  174. "selectWithdrawPermission": "Please select withdraw permission",
  175. "inputCategoryName": "Please input category name",
  176. "inputSort": "Please input sort order",
  177. "inputGoodsName": "Please input goods name (max 100 characters)",
  178. "inputSubtitle": "Please input subtitle (max 50 characters)",
  179. "categoryNameRequired": "Please input category name",
  180. "inputGoodsBrand": "Please input goods brand",
  181. "inputGoodsDescription": "Please input goods description (max 500 characters)",
  182. "inputGoodsNumber": "Please input goods number",
  183. "inputGoodsSupplier": "Please input goods supplier",
  184. "selectShippingTemplate": "Please select shipping template",
  185. "uploadMainImage": "Upload main image",
  186. "uploadCarouselImages": "Upload carousel images",
  187. "uploadDetailImages": "Upload detail images",
  188. "inputSpecificationName": "Please input specification name",
  189. "inputSpecificationValue": "Please input specification value",
  190. "selectSpecification": "Please select specification",
  191. "inputNameOrNumber": "Please input name or number",
  192. "selectSalePrice": "Please select sale price(৳)",
  193. "selectMarketPrice": "Please select market price(৳)",
  194. "selectPrice": "Select price",
  195. "inputStock": "Please input stock",
  196. "inputStockThreshold": "Please input stock threshold",
  197. "inputSkuCode": "Please input SKU code",
  198. "categoryRequired": "Please select goods category",
  199. "goodsNameRequired": "Please input goods name",
  200. "goodsBrandRequired": "Please input goods brand",
  201. "shippingTemplateRequired": "Please select shipping template",
  202. "goodsNumberRequired": "Please input goods number",
  203. "salePriceRequired": "Please input sale price",
  204. "stockRequired": "Please input stock",
  205. "goodsStatusRequired": "Please select goods status",
  206. "goodsSupplierRequired": "Please input goods supplier",
  207. "mainImageRequired": "Please upload main image",
  208. "carouselImagesRequired": "Please upload carousel images",
  209. "detailImagesRequired": "Please upload detail images"
  210. },
  211. "message": {
  212. "loginSuccess": "Login successful",
  213. "logoutSuccess": "Logout successful",
  214. "saveSuccess": "Save successful",
  215. "deleteSuccess": "Delete successful",
  216. "updateSuccess": "Update successful",
  217. "createSuccess": "Create successful",
  218. "uploadSuccess": "Successfully uploaded {count} images",
  219. "loginFailed": "Login failed",
  220. "saveFailed": "Save failed",
  221. "deleteFailed": "Delete failed",
  222. "updateFailed": "Update failed",
  223. "createFailed": "Create failed",
  224. "uploadFailed": "{count} images failed to upload",
  225. "networkError": "Network error",
  226. "serverError": "Server error",
  227. "unsavedChanges": "You have unsaved changes",
  228. "confirmLeave": "Are you sure you want to leave?",
  229. "dataWillBeLost": "Data will be lost",
  230. "fieldRequired": "This field is required",
  231. "invalidFormat": "Invalid format",
  232. "valueTooLong": "Value is too long",
  233. "valueTooShort": "Value is too short",
  234. "confirmDelete": "Are you sure you want to delete this record?",
  235. "confirmBatchDelete": "Are you sure you want to delete selected records?",
  236. "confirmSave": "Are you sure you want to save?",
  237. "confirmSubmit": "Are you sure you want to submit?",
  238. "confirmReset": "Are you sure you want to reset?",
  239. "confirmBatchOnSale": "This operation will batch put goods on sale, continue?",
  240. "confirmBatchOffSale": "This operation will batch take goods off sale, continue?",
  241. "tip": "Tip",
  242. "selectionLimitReached": "Selection limit reached",
  243. "maxUploadLimit": "Maximum {count} images can be uploaded",
  244. "uploadError": "Upload failed",
  245. "unsupportedFormat": "{extension} format is not supported, please select {formats} format images",
  246. "fileSizeExceeded": "Image size cannot exceed {size}MB",
  247. "loading": "Loading...",
  248. "saving": "Saving...",
  249. "deleting": "Deleting...",
  250. "uploading": "Uploading...",
  251. "processing": "Processing...",
  252. "noData": "No data",
  253. "noSearchResult": "No search results found",
  254. "loadMore": "Load more",
  255. "noMore": "No more data"
  256. },
  257. "error": {
  258. "pageNotFound": "Page Not Found",
  259. "accessDenied": "Access Denied",
  260. "unauthorized": "Unauthorized Access",
  261. "serverError": "Server Error",
  262. "networkError": "Network Error",
  263. "pageNotFoundDesc": "Sorry, the page you are looking for does not exist",
  264. "accessDeniedDesc": "Sorry, you do not have permission to access this page",
  265. "unauthorizedDesc": "Sorry, you need to login to access this page",
  266. "serverErrorDesc": "Sorry, server error occurred",
  267. "networkErrorDesc": "Sorry, network connection failed",
  268. "goBack": "Go Back",
  269. "goHome": "Go Home",
  270. "retry": "Retry",
  271. "login": "Login",
  272. "autoCloseIn": "seconds to auto close",
  273. "error401": "401 Unauthorized",
  274. "error403": "403 Forbidden",
  275. "error404": "404 Not Found",
  276. "error500": "500 Server Error"
  277. },
  278. "modules": {
  279. "auth": {
  280. "login": "Login",
  281. "logout": "Logout",
  282. "username": "Username",
  283. "account": "Account",
  284. "password": "Password",
  285. "confirmPassword": "Confirm Password",
  286. "rememberMe": "Remember Me",
  287. "forgotPassword": "Forgot Password",
  288. "loginSuccess": "Login successful",
  289. "loginFailed": "Login failed",
  290. "logoutSuccess": "Logout successful",
  291. "welcomeTo": "Welcome to {appName}",
  292. "niceToSeeYou": "Nice to see you again",
  293. "userManagement": "User Management",
  294. "adminList": "Admin List",
  295. "addAdmin": "Add Admin",
  296. "editAdmin": "Edit Admin",
  297. "deleteAdmin": "Delete Admin",
  298. "adminName": "Admin Name",
  299. "adminAccount": "Admin Account",
  300. "adminRole": "Admin Role",
  301. "adminStatus": "Admin Status",
  302. "lastLoginTime": "Last Login Time",
  303. "roleManagement": "Role Management",
  304. "roleList": "Role List",
  305. "addRole": "Add Role",
  306. "editRole": "Edit Role",
  307. "deleteRole": "Delete Role",
  308. "roleName": "Role Name",
  309. "roleDescription": "Role Description",
  310. "rolePermissions": "Role Permissions",
  311. "permissionManagement": "Permission Management",
  312. "permissionList": "Permission List",
  313. "permissionName": "Permission Name",
  314. "permissionCode": "Permission Code",
  315. "permissionType": "Permission Type",
  316. "menuPermission": "Menu Permission",
  317. "buttonPermission": "Button Permission",
  318. "dataPermission": "Data Permission",
  319. "changePassword": "Change Password",
  320. "oldPassword": "Old Password",
  321. "newPassword": "New Password",
  322. "passwordChanged": "Password changed successfully",
  323. "passwordNotMatch": "Passwords do not match",
  324. "passwordTooShort": "Password must be at least 6 characters",
  325. "usernameRequired": "Please enter username",
  326. "accountRequired": "Please enter account",
  327. "passwordRequired": "Please enter password",
  328. "confirmPasswordRequired": "Please confirm password",
  329. "roleRequired": "Please select role",
  330. "normal": "Normal",
  331. "disabled": "Disabled",
  332. "locked": "Locked"
  333. },
  334. "dashboard": {
  335. "dashboard": "Dashboard",
  336. "overview": "Overview",
  337. "statistics": "Statistics",
  338. "todayData": "Today Data",
  339. "yesterdayData": "Yesterday Data",
  340. "thisWeekData": "This Week Data",
  341. "thisMonthData": "This Month Data",
  342. "salesData": "Sales Data",
  343. "salesAmount": "Sales Amount",
  344. "orderCount": "Order Count",
  345. "userCount": "User Count",
  346. "goodsCount": "Goods Count",
  347. "salesTrend": "Sales Trend",
  348. "orderTrend": "Order Trend",
  349. "userTrend": "User Trend",
  350. "topGoods": "Top Goods",
  351. "topCategories": "Top Categories",
  352. "topUsers": "Active Users",
  353. "pendingTasks": "Pending Tasks",
  354. "pendingOrders": "Pending Orders",
  355. "pendingRefunds": "Pending Refunds",
  356. "lowStockGoods": "Low Stock Goods",
  357. "quickActions": "Quick Actions",
  358. "addGoods": "Add Goods",
  359. "processOrder": "Process Order",
  360. "viewReport": "View Report",
  361. "systemSettings": "System Settings",
  362. "today": "Today",
  363. "yesterday": "Yesterday",
  364. "last7Days": "Last 7 Days",
  365. "last30Days": "Last 30 Days",
  366. "thisMonth": "This Month",
  367. "lastMonth": "Last Month",
  368. "yuan": "Yuan",
  369. "orders": "Orders",
  370. "users": "Users",
  371. "pieces": "Pieces",
  372. "percent": "%",
  373. "growthRate": "Growth Rate",
  374. "increase": "Increase",
  375. "decrease": "Decrease",
  376. "noChange": "No Change"
  377. },
  378. "goods": {
  379. "goodsList": "Goods List",
  380. "goodsId": "Goods ID",
  381. "basicInfo": "Basic Information",
  382. "goodsInfo": "Goods Information",
  383. "goodsAttributes": "Goods Attributes",
  384. "goodsName": "Goods Name",
  385. "goodsSubtitle": "Subtitle",
  386. "subtitle": "Subtitle",
  387. "goodsBrand": "Goods Brand",
  388. "originalPrice": "Original Price",
  389. "onlinePrice": "Online Price",
  390. "alreadyJoined": "Already Joined",
  391. "join": "Join",
  392. "goodsCategory": "Goods Category",
  393. "categoryName": "Category Name",
  394. "addCategory": "Add Category",
  395. "editCategory": "Edit Category",
  396. "goodsDescription": "Goods Description",
  397. "goodsNumber": "Goods Number",
  398. "goodsSupplier": "Goods Supplier",
  399. "defaultSupplier": "Merchant Technology Co., Ltd.",
  400. "sales": "Sales",
  401. "shippingTemplate": "Shipping Template",
  402. "freeShipping": "Free Shipping",
  403. "mainImage": "Main Image",
  404. "carouselImages": "Carousel Images",
  405. "detailImages": "Detail Images",
  406. "autoGenerateNumberTip": "If you do not enter a goods number, the system will automatically generate a unique number",
  407. "newGoodsOffSaleTip": "New goods are off sale by default, can be modified after saving",
  408. "priceStock": "Price & Stock",
  409. "salePrice": "Sale Price",
  410. "marketPrice": "Market Price",
  411. "costPrice": "Cost Price",
  412. "vipPrice": "VIP Price",
  413. "stock": "Stock",
  414. "goodsStock": "Stock",
  415. "stockThreshold": "Stock Threshold",
  416. "skuCode": "SKU Code",
  417. "image": "Image",
  418. "goodsStatus": "Goods Status",
  419. "onSale": "On Sale",
  420. "offSale": "Off Sale",
  421. "inStock": "In Stock",
  422. "outOfStock": "Out of Stock",
  423. "batchOnSale": "Batch On Sale",
  424. "batchOffSale": "Batch Off Sale",
  425. "batchDelete": "Batch Delete",
  426. "specificationSettings": "Goods Specification Settings",
  427. "specificationName": "Specification Name",
  428. "specificationValue": "Specification Value",
  429. "addSpecification": "Add Specification",
  430. "addSpecificationValue": "Add Specification Value",
  431. "batchSettings": "Batch Settings",
  432. "batchSettingsTip": "Unselected specifications default to select all for batch settings",
  433. "goodsAddedSuccess": "Goods added successfully, please wait for listing",
  434. "continueAdd": "Continue Adding",
  435. "savingGoods": "Saving goods...",
  436. "pleaseWait": "Please wait, the system is processing your request",
  437. "specificationValueExists": "Specification value already exists",
  438. "batchSettingsSuccess": "Batch settings successful",
  439. "pleaseAddSpecification": "Please add goods specification first",
  440. "specificationSalePriceError": "The sale price of specification {index} cannot be empty and must be greater than 0",
  441. "specificationMarketPriceError": "The market price of specification {index} cannot be empty and must be greater than 0",
  442. "specificationStockError": "The stock of specification {index} cannot be empty and cannot be less than 0",
  443. "pleaseCompleteBasicInfo": "Please complete basic goods information",
  444. "goodsSaveSuccess": "Goods saved successfully",
  445. "sliderImage": "Slider Image",
  446. "detailImage": "Detail Image",
  447. "whiteBackgroundImage": "White Background Image",
  448. "uploadMainImage": "Upload Main Image",
  449. "uploadSliderImage": "Upload Slider Image",
  450. "uploadDetailImage": "Upload Detail Image",
  451. "specification": "Specification",
  452. "specType": "Specification Type",
  453. "singleSpec": "Single Specification",
  454. "multiSpec": "Multiple Specifications",
  455. "specName": "Specification Name",
  456. "specValue": "Specification Value",
  457. "addSpec": "Add Specification",
  458. "addSpecValue": "Add Specification Value",
  459. "batchSetting": "Batch Setting",
  460. "skuPrice": "SKU Price",
  461. "skuStock": "SKU Stock",
  462. "skuImage": "SKU Image",
  463. "addGoods": "Add Goods",
  464. "editGoods": "Edit Goods",
  465. "deleteGoods": "Delete Goods",
  466. "goodsAddSuccess": "Goods added successfully",
  467. "goodsUpdateSuccess": "Goods updated successfully",
  468. "goodsDeleteSuccess": "Goods deleted successfully",
  469. "pleaseSelectGoods": "Please select goods",
  470. "confirmDeleteGoods": "Are you sure you want to delete selected goods?",
  471. "goodsNameRequired": "Please enter goods name",
  472. "goodsBrandRequired": "Please enter goods brand",
  473. "goodsCategoryRequired": "Please select goods category",
  474. "goodsPriceRequired": "Please enter goods price",
  475. "goodsStockRequired": "Please enter goods stock",
  476. "goodsSupplierRequired": "Please enter goods supplier",
  477. "goodsImageRequired": "Please upload goods image",
  478. "goodsDetailImageRequired": "Please upload goods detail image"
  479. },
  480. "order": {
  481. "orderManagement": "Order Management",
  482. "orderList": "Order List",
  483. "orderDetail": "Order Detail",
  484. "orderNo": "Order No.",
  485. "orderStatus": "Order Status",
  486. "orderAmount": "Order Amount",
  487. "orderTime": "Order Time",
  488. "payTime": "Pay Time",
  489. "deliveryTime": "Delivery Time",
  490. "completeTime": "Complete Time",
  491. "pendingPayment": "Pending Payment",
  492. "paid": "Paid",
  493. "pendingDelivery": "Pending Delivery",
  494. "pendingReceive": "Pending Receive",
  495. "completed": "Completed",
  496. "cancelled": "Cancelled",
  497. "refunded": "Refunded",
  498. "closed": "Closed",
  499. "buyerInfo": "Buyer Information",
  500. "buyerName": "Buyer Name",
  501. "buyerPhone": "Buyer Phone",
  502. "buyerAddress": "Delivery Address",
  503. "goodsInfo": "Goods Information",
  504. "goodsName": "Goods Name",
  505. "goodsPrice": "Goods Price",
  506. "goodsQuantity": "Quantity",
  507. "goodsTotal": "Subtotal",
  508. "subtotal": "Subtotal",
  509. "shippingFee": "Shipping Fee",
  510. "discount": "Discount",
  511. "totalAmount": "Total Amount",
  512. "actualPayment": "Actual Payment",
  513. "logistics": "Logistics",
  514. "trackingNumber": "Tracking Number",
  515. "courier": "Courier",
  516. "shippingAddress": "Shipping Address",
  517. "receivingAddress": "Receiving Address",
  518. "aftersale": "Aftersale",
  519. "refund": "Refund",
  520. "return": "Return",
  521. "exchange": "Exchange",
  522. "refundAmount": "Refund Amount",
  523. "refundReason": "Refund Reason",
  524. "refundStatus": "Refund Status",
  525. "invoice": "Invoice",
  526. "invoiceType": "Invoice Type",
  527. "invoiceTitle": "Invoice Title",
  528. "invoiceContent": "Invoice Content",
  529. "processOrder": "Process Order",
  530. "shipOrder": "Ship Order",
  531. "cancelOrder": "Cancel Order",
  532. "refundOrder": "Refund Order",
  533. "viewDetail": "View Detail",
  534. "printOrder": "Print Order",
  535. "exportOrder": "Export Order"
  536. },
  537. "system": {
  538. "systemManagement": "System Management",
  539. "systemSettings": "System Settings",
  540. "systemConfig": "System Configuration",
  541. "basicSettings": "Basic Settings",
  542. "siteName": "Site Name",
  543. "siteDescription": "Site Description",
  544. "siteKeywords": "Site Keywords",
  545. "siteLogo": "Site Logo",
  546. "siteIcon": "Site Icon",
  547. "bannerManagement": "Banner Management",
  548. "bannerList": "Banner List",
  549. "addBanner": "Add Banner",
  550. "editBanner": "Edit Banner",
  551. "deleteBanner": "Delete Banner",
  552. "bannerTitle": "Banner Title",
  553. "bannerImage": "Banner Image",
  554. "bannerLink": "Banner Link",
  555. "bannerSort": "Sort Order",
  556. "paymentConfig": "Payment Configuration",
  557. "paymentMethod": "Payment Method",
  558. "alipay": "Alipay",
  559. "wechatPay": "WeChat Pay",
  560. "bankCard": "Bank Card",
  561. "paymentStatus": "Payment Status",
  562. "notificationManagement": "Notification Management",
  563. "systemNotification": "System Notification",
  564. "userNotification": "User Notification",
  565. "notificationTitle": "Notification Title",
  566. "notificationContent": "Notification Content",
  567. "notificationType": "Notification Type",
  568. "smsManagement": "SMS Management",
  569. "smsTemplate": "SMS Template",
  570. "smsRecord": "SMS Record",
  571. "smsContent": "SMS Content",
  572. "smsStatus": "SMS Status",
  573. "dataReport": "Data Report",
  574. "salesReport": "Sales Report",
  575. "userReport": "User Report",
  576. "goodsReport": "Goods Report",
  577. "systemLog": "System Log",
  578. "operationLog": "Operation Log",
  579. "loginLog": "Login Log",
  580. "errorLog": "Error Log",
  581. "systemMonitor": "System Monitor",
  582. "serverStatus": "Server Status",
  583. "databaseStatus": "Database Status",
  584. "cacheStatus": "Cache Status",
  585. "backupRestore": "Backup & Restore",
  586. "dataBackup": "Data Backup",
  587. "dataRestore": "Data Restore",
  588. "backupTime": "Backup Time",
  589. "backupSize": "Backup Size",
  590. "versionInfo": "Version Information",
  591. "currentVersion": "Current Version",
  592. "updateTime": "Update Time",
  593. "enable": "Enable",
  594. "disable": "Disable",
  595. "configure": "Configure",
  596. "test": "Test",
  597. "backup": "Backup",
  598. "restore": "Restore"
  599. },
  600. "user": {
  601. "userManagement": "User Management",
  602. "userList": "User List",
  603. "userDetail": "User Detail",
  604. "addUser": "Add User",
  605. "editUser": "Edit User",
  606. "deleteUser": "Delete User",
  607. "userId": "User ID",
  608. "userName": "User Name",
  609. "userAccount": "User Account",
  610. "userNickname": "Nickname",
  611. "userPhone": "Phone Number",
  612. "userEmail": "Email Address",
  613. "userAvatar": "Avatar",
  614. "userGender": "Gender",
  615. "userBirthday": "Birthday",
  616. "userAddress": "Address",
  617. "male": "Male",
  618. "female": "Female",
  619. "unknown": "Unknown",
  620. "userStatus": "User Status",
  621. "active": "Active",
  622. "inactive": "Inactive",
  623. "frozen": "Frozen",
  624. "userLevel": "User Level",
  625. "levelManagement": "Level Management",
  626. "levelName": "Level Name",
  627. "levelDiscount": "Level Discount",
  628. "levelCondition": "Upgrade Condition",
  629. "userTag": "User Tag",
  630. "tagManagement": "Tag Management",
  631. "tagName": "Tag Name",
  632. "tagColor": "Tag Color",
  633. "tagDescription": "Tag Description",
  634. "totalUsers": "Total Users",
  635. "activeUsers": "Active Users",
  636. "newUsers": "New Users",
  637. "registrationTime": "Registration Time",
  638. "lastLoginTime": "Last Login",
  639. "loginCount": "Login Count",
  640. "userBehavior": "User Behavior",
  641. "orderCount": "Order Count",
  642. "totalConsumption": "Total Consumption",
  643. "averageOrderValue": "Average Order Value",
  644. "loginPermission": "Login Permission",
  645. "orderPermission": "Order Permission",
  646. "withdrawPermission": "Withdraw Permission",
  647. "viewProfile": "View Profile",
  648. "editProfile": "Edit Profile",
  649. "resetPassword": "Reset Password",
  650. "enableUser": "Enable User",
  651. "disableUser": "Disable User",
  652. "freezeUser": "Freeze User",
  653. "phoneRequired": "Please enter phone number",
  654. "emailRequired": "Please enter email address",
  655. "nameRequired": "Please enter user name",
  656. "invalidPhone": "Invalid phone number format",
  657. "invalidEmail": "Invalid email format"
  658. }
  659. }
  660. }