wyyl/resources/lang/en/admin/customer.php

42 lines
1.6 KiB
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 [
'customers_index' => 'Index',
'customers_create' => 'Create',
'customers_show' => 'Detail',
'customers_update' => 'Edit',
'customers_delete' => 'Delete',
'user_info' => 'User Info',
'address_management' => 'Address',
'user_name' => 'User Name',
'password_info' => 'Leave blank to keep the original password unchanged',
'add_address' => 'Add address',
'no_address' => 'The current account has no address',
'edit_address' => 'Edit address',
'address' => 'Address',
'choose_country' => 'Choose Country',
'search_placeholder' => 'Please enter the country name',
'empty_placeholder' => 'There is currently no data available. Please enter the country name in the input box to search!',
'zones' => 'Zones',
'choose_zones' => 'Choose Zones',
'enter_city' => 'Enter city',
'city' => 'City',
'zipcode' => 'Zipcode',
'address_1' => 'address 1',
'address_2' => 'address 2',
'cannot_delete_root' => 'Cannot delete root admin user',
'error_email' => 'Please enter the correct email format',
'confirm_delete_address' => 'Are you sure you want to delete the address?',
];