wyyl/resources/lang/zh_cn/product.php

52 lines
1.7 KiB
PHP

<?php
/**
* product.php
*
* @copyright 2022 beikeshop.com - All Rights Reserved
* @link https://beikeshop.com
* @author Edward Yang <yangjin@guangda.work>
* @created 2022-08-02 14:22:41
* @modified 2022-08-02 14:22:41
*/
return [
'name' => '名称',
'sku' => 'SKU',
'price' => '区间低价',
'origin_price' => '区间高价',
'cost_price' => '起订量',
'brand' => '品牌',
'category' => '分类',
'model' => '型号',
'quantity' => '库存',
'image' => '图片',
'kg' => '千克',
'g' => '克',
'oz' => '盎司',
'lb' => '磅',
'video' => '视频',
'active' => '上架',
'inactive' => '下架',
'has_been_inactive' => '该商品已下架',
'minimum_order' => '起订量',
'minimum_order_error' => '采购数量必须大于等于:num',
'unit_of_measurement' => '计量单位',
'sales_method' => '销售方式',
'sales_method_piece' => '按件卖',
'sales_method_batches' => '按批卖',
'one_batch_is_equal_to' => '1批等于',
'piece' => '件',
'batches' => '批',
'pieces_per_batch' => '每批:num:unit',
'sales_method_piece_unit' => '按:unit卖',
'total_num' => '共:num:unit',
'multiple_error' => '采购数量必须是:num的倍数',
'quantity_error_mini' => '采购数量错误,【:goods_name】的采购总数量必须大于等于【:num】',
'quantity_error_multiple' => '采购数量错误,【:goods_name】的采购总数量必须是【:num】的倍数',
];