12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- <?php
- $lang['promotion_unavailable'] = '推荐展位功能尚未开启';
- //index
- $lang['added_items'] = '添加商品';
- $lang['purchased_packages'] = '购买套餐';
- $lang['subscription_fee'] = '套餐续费';
- $lang['subscription_fee_notice1'] = '1、被推荐商品将在该商品所在的分类及其上级分类的商品列表左侧随机出现。';
- $lang['subscription_fee_notice2'] = '2、您最多可以推荐';
- $lang['subscription_fee_notice3'] = '个商品。';
- $lang['tips_package_activities'] = '你还没有购买套餐或套餐已经过期,请购买或续费套餐。';
- $lang['set_expiration_time'] = '套餐过期时间';
- $lang['notice_package_renewal1'] = '1、点击购买套餐或续费套餐可以购买或续费套餐';
- $lang['notice_package_renewal2'] = '相关费用会在店铺的账期结算中扣除';
- $lang['notice_package_renewal3'] = '3、被推荐商品将在该商品所在的分类及其上级分类的商品列表左侧随机出现。';
- $lang['notice_package_renewal4'] = '4、您最多可以推荐';
- $lang['search_store_items'] = '第一步:搜索店内商品';
- $lang['show_all_goods_sold'] = '不输入名称直接搜索将显示店内所有出售中的商品';
- $lang['name_commodity'] = '商品名称';
- $lang['price'] = '价格';
- $lang['add_platform_stand_items'] = '推荐展位列表暂无内容,请选择添加平台推荐展位商品。';
- $lang['there_no_classification'] = '分类不存在';
- $lang['buy_package_tips1'] = '您还没有购买套餐,或该促销活动已经关闭。';
- $lang['buy_package_tips2'] = '请先购买套餐,再查看活动列表。';
- //quota_add
- $lang['quantity_package_purchase'] = '套餐购买数量';
- $lang['plan_buy_instructions'] = '购买单位为月(30天),一次最多购买12个月,购买后立即生效,即可添加推荐商品。';
- $lang['need_pay_monthly'] = '每月您需要支付';
- $lang['deduction_settlement_payment_days'] = '相关费用会在店铺的账期结算中扣除';
- $lang['need_pay_total'] = '确认购买?您总共需要支付';
- $lang['package_purchase_cannot_empty'] = '套餐购买数量不能为空,且必须为1~12之间的整数';
- //quota_add
- $lang['sale_price'] = '销售价格';
- $lang['select_goods'] = '选择商品';
- $lang['boothquota_expire'] = '套餐过期请重新购买套餐';
- $lang['promotion_booth_goods_sum_error'] = '只能添加%s个商品';
- $lang['goods_already_add'] = '商品已经添加,请选择其他商品';
- $lang['add_success'] = '添加成功';
- return $lang;
|