You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
572 B

  1. <?php
  2. return [
  3. 'Item sold out' => '商品卖完了',
  4. 'Product not exist' => '商品不存在',
  5. 'Item is off the shelves' => '商品已下架',
  6. 'Your receiving address is not within the scope of delivery' => '你的收货地址不在配送范围内',
  7. 'You must purchase at least %s item to use this shipping method' => '你必须至少购买%s件商品才能使用此配送方式',
  8. 'Insufficient inventory,%s pieces left' => '库存不足,剩%s件',
  9. 'Activity not started' => '活动未开始',
  10. 'Activity ended' => '活动已结束',
  11. ];