wyyl/resources/lang/ja/admin/customer_group.php

26 lines
932 B
PHP

<?php
/**
* order.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 [
'index' => '顧客グループ',
'consumption_limit' => '消費制限',
'discount_rate' => '割引率',
'reward_points_factor' => '報酬ポイント係数',
'integral_factor' => '積分係数を使用',
'customer_groups_index' => '顧客グループリスト',
'customer_groups_create' => '顧客グループの作成',
'customer_groups_show' => '顧客グループの詳細',
'customer_groups_update' => '顧客グループを更新',
'customer_groups_delete' => '顧客グループを削除',
'default_cannot_delete' => 'デフォルトの顧客グループは削除できません',
];