优化插件类型
This commit is contained in:
parent
c0482e5f1c
commit
a55d234e94
|
|
@ -2,7 +2,7 @@
|
|||
"code": "latest_products",
|
||||
"name": "最新商品列表",
|
||||
"description": "首页菜单添加最新商品列表功能",
|
||||
"type": "view",
|
||||
"type": "feature",
|
||||
"version": "v1.0.0",
|
||||
"icon": "/image/logo.png",
|
||||
"author": {
|
||||
|
|
|
|||
|
|
@ -27,5 +27,6 @@ return [
|
|||
'shipping' => 'Versandart',
|
||||
'payment' => 'Zahlungsmethode',
|
||||
'total' => 'Auftragsberechnung',
|
||||
'view' => 'Seitenänderung',
|
||||
'social' => 'Social',
|
||||
'feature' => 'Feature',
|
||||
];
|
||||
|
|
|
|||
|
|
@ -28,6 +28,5 @@ return [
|
|||
'payment' => 'Payment',
|
||||
'social' => 'Social',
|
||||
'total' => 'Total',
|
||||
'view' => 'View',
|
||||
'social' => 'Social',
|
||||
'feature' => 'Feature',
|
||||
];
|
||||
|
|
|
|||
|
|
@ -27,5 +27,6 @@ return [
|
|||
'shipping' => 'Método de entrega',
|
||||
'payment' => 'método de pago',
|
||||
'total' => 'Cálculo de pedidos',
|
||||
'view' => 'modificación de página',
|
||||
'social' => 'Social',
|
||||
'feature' => 'Feature',
|
||||
];
|
||||
|
|
|
|||
|
|
@ -27,5 +27,6 @@ return [
|
|||
'shipping' => 'méthode de livraison',
|
||||
'payment' => 'mode de paiement',
|
||||
'total' => 'Calcul de la commande',
|
||||
'view' => 'modification de pages',
|
||||
'social' => 'Social',
|
||||
'feature' => 'Feature',
|
||||
];
|
||||
|
|
|
|||
|
|
@ -27,5 +27,6 @@ return [
|
|||
'shipping' => 'metodo di spedizione',
|
||||
'payment' => 'metodo di pagamento',
|
||||
'total' => 'Calcolo dell\'ordine',
|
||||
'view' => 'modifica pagina',
|
||||
'social' => 'Social',
|
||||
'feature' => 'Feature',
|
||||
];
|
||||
|
|
|
|||
|
|
@ -27,5 +27,6 @@ return [
|
|||
'shipping' => '配送方法',
|
||||
'payment' => '支払い方法',
|
||||
'total' => '注文計算',
|
||||
'view' => 'ページの変更',
|
||||
'social' => 'Social',
|
||||
'feature' => 'Feature',
|
||||
];
|
||||
|
|
|
|||
|
|
@ -27,5 +27,6 @@ return [
|
|||
'shipping' => 'способ доставки',
|
||||
'payment' => 'метод оплаты',
|
||||
'total' => 'Расчет заказа',
|
||||
'view' => 'модификация страницы',
|
||||
'social' => 'Social',
|
||||
'feature' => 'Feature',
|
||||
];
|
||||
|
|
|
|||
|
|
@ -28,6 +28,5 @@ return [
|
|||
'payment' => '支付方式',
|
||||
'social' => '社交网络',
|
||||
'total' => '订单计算',
|
||||
'view' => '页面修改',
|
||||
'social' => '第三方登录',
|
||||
'feature' => '功能模块',
|
||||
];
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@ return [
|
|||
|
||||
'shipping' => '配送方式',
|
||||
'payment' => '支付方式',
|
||||
'social' => '社交網絡',
|
||||
'total' => '訂單計算',
|
||||
'view' => '頁面修改',
|
||||
'feature' => '功能模塊',
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in New Issue