wyyl/resources/lang/zh_hk/address.php

26 lines
648 B
PHP

<?php
/**
* address.php
*
* @copyright 2022 beikeshop.com - All Rights Reserved
* @link https://beikeshop.com
* @author Edward Yang <yangjin@guangda.work>
* @created 2022-08-22 18:18:59
* @modified 2022-08-22 18:18:59
*/
return [
'index' => '編輯地址',
'name' => '姓名',
'phone' => '電話號碼',
'country_id' => '國家ID',
'zone' => '省份',
'zone_id' => '省份ID',
'address_1' => '地址1',
'address_2' => '地址2',
'address' => '地址',
'enter_city' => '輸入地址',
'post_code' => '郵編',
'default' => '默認地址',
];