File: /www/wwwroot//www.ankua.asia/resources/lang/it/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:20:57
*/
return [
'address' => 'Indirizzo',
'address_1' => 'Indirizzo 1',
'address_2' => 'Indirizzo 2',
'country' => 'paesi',
'country_id' => 'ID Paese',
'default' => 'Indirizzo predefinito',
'enter_city' => 'Cnserire indirizzo',
'index' => 'Modifica indirizzo',
'name' => 'Nome',
'phone' => 'Numero di telefono',
'post_code' => 'Codice postale',
'zone' => 'Provincia',
'zone_id' => 'ID provincia',
];