6
0
Fork 0
jiqu-library-server/resources/lang/zh_CN/admin_message.php

80 lines
2.2 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?php
return [
'ad-address'=>[
'dimensions'=>[
'help'=>'请输入:宽*高',
],
],
'ad'=>[
'jump_type'=>[
'radio'=>[
'0'=>'无跳转',
'1'=>'跳转应用内页',
'2'=>'跳转外部网页',
],
],
],
'article'=>[
'jump_type'=>[
'radio'=>[
'0'=>'无跳转',
'1'=>'跳转应用内页',
'2'=>'跳转外部网页',
],
],
],
'extensions'=>[
'grid'=>[
'tools'=>[
'setting_specs'=>'设置规格',
'init_sku_by_specs'=>'初始化SKU',
'add_sku'=>'添加SKU',
],
'batch'=>[
'release_up'=>'批量上架申请',
'release_down'=>'批量商品下架',
'release_cancel'=>'批量取消申请',
'sku_sync_spu'=>'批量同步主商品',
'sku_verify'=>'批量审核',
],
'init_sku_by_specs'=>[
'confirm'=>[
'title'=>'初始化SKU',
'message'=>'是否确认按当前规格初始化所有SKU',
],
],
],
],
'forms'=>[
'setting_spu_specs'=>[
'table'=>[
'name'=>'属性名称',
'value'=>'属性价格',
],
'errors'=>[
'has_specs' => ':name 已存在SKU商品无法删除',
],
],
'add_sku'=>[
'errors'=>[
'has_specs'=> '已存在该规格组合商品',
],
],
],
'actions'=>[
'grid' =>[
'release_cancel'=>'取消上架申请',
'release_down'=>'商品下架',
'release_up'=>'申请上架',
'sku_sync_spu'=>'同步主商品',
'sku_verify'=>'商品审核',
'disable_user'=>'禁用用户',
'enable_user'=>'启用用户',
'sku_gift'=>'赠品管理',
'craete_order_package'=>'添加发货单',
'setting_reduce'=>'设置减免',
],
],
];