dict.php 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211
  1. <?php
  2. return [
  3. 'dict_mall_delivery' => [
  4. 'num' => '按件',
  5. 'weight' => '按重量',
  6. 'volume' => '按体积'
  7. ],
  8. 'dict_mall_goods' => [
  9. 'real' => '实物商品',
  10. 'real_desc' => '物流发货',
  11. 'virtual' => '虚拟商品',
  12. 'virtual_desc' => '无需物流'
  13. ],
  14. 'dict_mall_goods_status' => [
  15. 'online' => '销售中',
  16. 'offline' => '仓库中',
  17. 'wait_audit' => '待审核',
  18. 'audit_refuse' => '未审核通过',
  19. 'audi_to_fine' => '强制下架'
  20. ],
  21. 'dict_mall_app_manage' => [
  22. 'coupon' => '优惠券',
  23. 'marketing' => '营销活动',
  24. ],
  25. 'dict_mall_order' => [
  26. 'status_wait_pay' => '待支付',
  27. 'status_wait_shipping' => '待发货',
  28. 'status_wait_take' => '待收货',
  29. 'status_finish' => '已完成',
  30. 'status_close' => '已关闭'
  31. ],
  32. 'dict_mall_delivery_type' => [
  33. 'express' => '物流配送',
  34. 'local_delivery' => '同城配送',
  35. 'store' => '门店自提',
  36. 'virtual' => '虚拟发货',
  37. 'none_express' => '无需物流'
  38. ],
  39. 'dict_mall_coupon' => [
  40. 'user' => '手动领取',
  41. 'grant' => '后台或活动发放',
  42. 'all' => '通用券',
  43. 'category' => '品类券',
  44. 'shop_category' => '店铺品类券',
  45. 'mall_category' => '平台品类券',
  46. 'goods' => '商品券',
  47. 'brand' => '品牌券',
  48. 'wait_start' => '未开始',
  49. 'normal' => '进行中',
  50. 'expire' => '已过期',
  51. 'invalid' => '已失效',
  52. ],
  53. 'dict_mall_member_coupon' => [
  54. 'wait_use' => '未使用',
  55. 'used' => '已使用',
  56. 'expire' => '已过期',
  57. 'invalid' => '已失效',
  58. 'send' => '后台发放',
  59. 'receive' => '用户手动领取'
  60. ],
  61. 'dict_mall_order_log' => [
  62. 'store' => '商家',
  63. 'member' => '会员',
  64. 'system' => '系统'
  65. ],
  66. 'dict_mall_goods_evalute' => [
  67. 'audit_no' => '无需审核',
  68. 'audit' => '待审核',
  69. 'audit_adopt' => '审核通过',
  70. 'audit_refuse' => '审核拒绝'
  71. ],
  72. 'dict_mall_order_action' => [
  73. 'order_create_action' => '订单创建',
  74. 'order_pay_action' => '订单支付',
  75. 'order_close_action' => '订单关闭',
  76. 'order_delivery_action' => '订单发货',
  77. 'order_finish_action' => '订单完成',
  78. 'order_remark_action' => '订单商家备注',
  79. 'order_close_allow_refund' => '订单自动关闭售后',
  80. 'order_edit_price_action' => '订单改价',
  81. ],
  82. 'dict_mall_invoice' => [
  83. 'header_type_company' => '企业',
  84. 'header_type_person' => '个人',
  85. 'common' => '普票',
  86. 'sprcial' => '专票',
  87. 'wait_open' => '未生效',
  88. 'open' => '已生效',
  89. 'wait_invoice' => '待开票',
  90. 'invoiced' => '已开票',
  91. ],
  92. 'dict_mall_order_refund_status' => [
  93. 'buyer_apply_wait_store' => '买家申请售后',
  94. 'store_agree_refund_goods_apply_wait_buyer' => '商家同意售后',
  95. 'store_refuse_refund_goods_apply_wait_buyer' => '商家拒绝售后',
  96. 'buyer_refund_goods_wait_store' => '买家已退货',
  97. 'store_refuse_take_refund_goods_wait_buyer' => '商家拒绝收货',
  98. 'store_agree_refund_wait_transfer' => '同意售后申请',
  99. 'store_refund_transfering' => '转账中',
  100. 'finish' => '退款成功',
  101. 'close' => '退款关闭'
  102. ],
  103. 'dict_diy' => [
  104. 'mall_component_type_basic' => '商城组件',
  105. 'mall_title' => '商城',
  106. 'mall_link' => '商城',
  107. 'mall_link_index' => '商城首页',
  108. 'mall_link_goods_category' => '商品分类',
  109. 'mall_link_goods_list' => '商品列表',
  110. 'mall_link_goods_search' => '商品搜索',
  111. 'mall_link_goods_cart' => '购物车',
  112. 'mall_link_coupon_list' => '优惠券列表',
  113. 'mall_link_my_coupon' => '我的优惠券',
  114. 'mall_link_order_list' => '订单列表',
  115. 'mall_link_order_refund_list' => '退款列表',
  116. 'mall_link_shop_list' => '店铺街',
  117. 'mall_link_my_collect' => '我的收藏',
  118. 'mall_link_my_browse' => '我的足迹',
  119. 'page_link_member_index' => '个人中心',
  120. 'mall_link_shop_apply' => '申请入驻',
  121. 'mall_link_invoice_list' => '发票管理'
  122. ],
  123. 'dict_diy_poster' => [
  124. 'shop_goods_component_type_basic' => '商品组件',
  125. ],
  126. 'dict_mall_delivery_status' => [
  127. 'wait_delivery' => '待发货',
  128. 'delivery' => '配送中',
  129. 'delivery_finish' => '已发货',
  130. 'taked' => '已收货'
  131. ],
  132. 'dict_mall_order_refund_action' => [
  133. 'apply' => '买家申请退款',
  134. 'edit_apply' => '买家修改退款',
  135. 'delivery' => '买家退货',
  136. 'edit_delivery' => '买家修改退货',
  137. 'agree_audit_apply' => '卖家同意退款',
  138. 'refuse_audit_apply_action' => '卖家拒绝退款申请',
  139. 'agree_audit_refund_goods' => '卖家同意退货',
  140. 'refuse_audit_refund_goods' => '卖家拒绝退货',
  141. 'active_refund' => '卖家主动退款',
  142. 'finish' => '退款完成',
  143. 'close' => '关闭退款'
  144. ],
  145. 'dict_mall_order_refund_reason' => [
  146. 'delivery_timeout' => '未按约定时间发货',
  147. 'buy_more_or_dislike' => '拍错/多拍/不喜欢',
  148. 'negotiation_completed' => '协商一致退款',
  149. 'other' => '其他',
  150. ],
  151. 'dict_mall_order_refund_type' => [
  152. 'only_refund' => '仅退款',
  153. 'return_and_refund_goods' => '退款退货'
  154. ],
  155. 'dict_mall_order_refund' => [
  156. 'normal' => '无退款',
  157. 'refunding' => '退款中',
  158. 'refund_finish' => '退款完成'
  159. ],
  160. 'dict_mall_active_status' => [
  161. 'not_active' => '未开始',
  162. 'active' => '进行中',
  163. 'end' => '已结束',
  164. 'close' => '已关闭'
  165. ],
  166. 'dict_mall_active_class' => [
  167. 'discount' => '限时折扣',
  168. 'exchange' => '积分商城',
  169. ],
  170. 'dict_mall_active_type' => [
  171. 'shop' => '店铺活动',
  172. 'goods' => '商品活动',
  173. 'member' => '会员活动',
  174. ],
  175. 'dict_mall_active_goods_type' => [
  176. 'single' => '单品',
  177. 'independent' => '独立商品',
  178. 'shop' => '店铺整体商品',
  179. ],
  180. 'dict_site_shop_account' => [
  181. 'mall_service' => '平台服务费',
  182. 'mall_service_refund' => '返还服务费',
  183. 'mall_coupon' => '优惠券补贴',
  184. 'mall_coupon_refund' => '返还优惠券补贴',
  185. 'order' => '订单支付',//订单
  186. 'refund' => '订单退款',//订单退款
  187. 'coupon' => '优惠券补贴',
  188. 'coupon_refund' => '退还优惠券补贴',
  189. 'cash_out' => '店铺提现'
  190. ],
  191. 'dict_member' => [
  192. 'account_point_consume_reward' => '下单奖励'
  193. ],
  194. 'dict_mall_batch_delivery_status' => [
  195. 'processing' => '处理中',
  196. 'finish' => '已完成',
  197. 'fail' => '任务失败'
  198. ],
  199. 'dict_mall_batch_delivery_type' => [
  200. 'delivery' => '批量导入发货',
  201. ]
  202. ];