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

22 lines
960 B
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
/**
* header.php
*
* @copyright 2022 beikeshop.com - All Rights Reserved
* @link https://beikeshop.com
* @author Edward Yang <yangjin@guangda.work>
* @created 2022-08-02 19:03:19
* @modified 2022-08-02 19:03:19
*/
return [
'admin_users_index' => 'список пользователей',
'admin_users_create' => 'Создать пользователя',
'admin_users_show' => 'Сведения о пользователе',
'admin_users_update' => 'обновить пользователей',
'admin_users_delete' => 'удалить пользователя',
'verify_code_expired' => 'Срок действия вашего кода подтверждения истек (10 минут), получите его еще раз',
'verify_code_error' => 'Ваш код подтверждения неверен',
'account_not_exist' => 'аккаунт не существует',
];