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

40 lines
2.0 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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' => 'Список клиентов',
'customers_create' => 'Создать клиента',
'customers_show' => 'Сведения о клиенте',
'customers_update' => 'обновить клиента',
'customers_delete' => 'удалить клиента',
'user_info' => 'Информация о пользователе',
'address_management' => 'управление адресами',
'user_name' => 'имя пользователя',
'password_info' => 'Оставьте пустым, чтобы сохранить исходный пароль без изменений.',
'add_address' => 'Добавить адрес',
'no_address' => 'Текущий счет не имеет адреса',
'edit_address' => 'Изменить адрес',
'address' => 'адрес',
'choose_country' => 'Выберите страну',
'zones' => 'провинция',
'choose_zones' => 'выберите провинцию',
'enter_city' => 'войти в город',
'city' => 'Город',
'zipcode' => 'почтовый индекс',
'address_1' => 'Адрес 1',
'address_2' => 'Адрес 2',
'cannot_delete_root' => 'Не могу удалить учетную запись root',
'error_email' => 'Пожалуйста, введите правильный формат электронной почты',
'confirm_delete_address' => 'Вы уверены, что хотите удалить адрес?',
];