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

59 lines
1.4 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',
],
'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'=> '已存在该规格组合商品',
],
],
],
];