您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

12 行
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. ];