File: /www/wwwroot//www.ankua.asia/resources/lang/ja/address.php
<?php
/**
* Lang.php
*
* @copyright 2023 beikeshop.com - All Rights Reserved
* @link https://beikeshop.com
* @author Edward Yang <yangjin@guangda.work>
* @created 2023-09-09 09:09:09
* @modified 2023-09-20 03:21:00
*/
return [
'address' => '住所',
'address_1' => '住所(1',
'address_2' => 'アドレス2',
'country' => '国です',
'country_id' => '国 ID',
'default' => 'デフォルトの住所',
'enter_city' => '住所を入力',
'index' => '住所を編集',
'name' => '名前',
'phone' => '電話番号',
'post_code' => '郵便番号',
'zone' => '州',
'zone_id' => '州ID',
];