store.lang.php 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. <?php
  2. /**
  3. * index
  4. */
  5. $lang['show_store_index_store_not_exists'] = '您要查看的店铺不存在或正在被审核中';
  6. $lang['show_store_index_id_null'] = '店铺ID不能为空';
  7. $lang['show_store_index_include'] = '含有“';
  8. $lang['show_store_index_goods'] = '”的商品';
  9. $lang['show_store_index_recommend'] = '推荐';
  10. $lang['show_store_index_no_record'] = '很抱歉! 没有找到相关商品';
  11. $lang['show_store_index_new_goods'] = '新品';
  12. $lang['show_store_index_be_sold'] = '已售:';
  13. /**
  14. * map
  15. */
  16. $lang['show_store_index_store_name'] = '店铺名称:';
  17. $lang['show_store_index_store_grade'] = '店铺等级:';
  18. $lang['show_store_index_store_qrcode_collect'] = '二维码收藏店铺';
  19. $lang['show_store_index_essential_information'] = '基本信息';
  20. $lang['show_store_index_register_time'] = '注册时间:';
  21. $lang['show_store_index_last_logintime'] = '上次登录:';
  22. $lang['shoe_store_index_email'] = '电子邮件:';
  23. $lang['shoe_store_index_qq'] = '&#12288;&#12288;Q Q:';
  24. $lang['shoe_store_index_wangwang'] = '阿里旺旺:';
  25. /**
  26. * 评价
  27. */
  28. $lang['show_store_credit_good_rate'] = '好评率';
  29. $lang['show_store_credit_week'] = '最近1周';
  30. $lang['show_store_credit_month'] = '最近1个月';
  31. $lang['show_store_credit_six_month'] = '最近6个月';
  32. $lang['show_store_credit_before_six'] = '6个月前';
  33. $lang['show_store_credit_sum'] = '总计';
  34. $lang['show_store_credit_credit'] = '评价';
  35. $lang['show_store_credit_content'] = '内容';
  36. $lang['show_store_credit_goods'] = '商品';
  37. $lang['show_store_credit_price'] = '金额';
  38. $lang['show_store_credit_buyer'] = '买家';
  39. $lang['show_store_credit_time'] = '时间';
  40. $lang['show_store_credit_storestat_title'] = '店铺半年内动态评分';
  41. $lang['show_store_credit_storeevalnull'] = '暂无人打分';
  42. $lang['show_store_credit_eval_member'] = '评价人';
  43. $lang['show_store_credit_eval_goodsinfo'] = '商品信息';
  44. $lang['show_store_credit_anonymousbuyer_title'] = '匿名买家:';
  45. /**
  46. * 全部商品 goods_all
  47. */
  48. $lang['show_store_all_new'] = '新品';
  49. $lang['show_store_all_price'] = '价格';
  50. $lang['show_store_all_sale'] = '销量';
  51. $lang['show_store_all_collect'] = '收藏';
  52. $lang['show_store_all_click'] = '人气';
  53. //goods_list
  54. $lang['search_store_merchandise'] = '搜索店内商品';
  55. $lang['snap_up_merchandise'] = '抢购';
  56. $lang['limit_discount'] = '折扣';
  57. //index
  58. $lang['product_search'] = '商品搜索';
  59. $lang['new_product'] = '按新品';
  60. $lang['price'] = '按价格';
  61. $lang['by_sales'] = '按销量';
  62. $lang['by_sentiment'] = '按人气';
  63. $lang['commodity_ranking'] = '商品排行';
  64. $lang['merchandise_collection'] = '商品收藏';
  65. $lang['more'] = '更多';
  66. $lang['official_store'] = '官方店铺';
  67. $lang['store_credit_text'] = '描述: %0.1f, 服务: %0.1f, 物流: %0.1f';
  68. $lang['no_promotion_recent'] = '商铺最近没有促销活动';
  69. $lang['second_ago'] = '秒前';
  70. $lang['minute_ago'] = '分钟前';
  71. $lang['hour_ago'] = '小时前';
  72. $lang['day_ago'] = '天前';
  73. $lang['month_ago'] = '个月前';
  74. $lang['year_ago'] = '年';
  75. return $lang;
  76. ?>