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