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

24 lines
727 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' => '地域グループ',
'regions_index' => 'リージョン グループ リスト',
'regions_create' => '地域グループを作成',
'regions_show' => '地域グループの詳細',
'regions_update' => '地域グループの更新',
'regions_delete' => '地域グループを削除',
'name' => '名前',
'describe' => '説明',
'country' => '国',
'zone' => '都道府県',
];