Charles 0ccb248d91
Add Languages (#1499)
Co-authored-by: Boy132 <mail@boy132.de>
2025-07-08 21:16:11 -04:00

19 lines
905 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
return [
'nav_title' => 'Пользователи',
'model_label' => 'Пользователь',
'model_label_plural' => 'Пользователи',
'self_delete' => 'Вы не можете удалить самого себя',
'has_servers' => 'У пользователя есть сервера',
'email' => 'Почта',
'username' => 'Имя пользователя',
'password' => 'Пароль',
'password_help' => 'Указание пароля пользователя необязательно. Если оставить пустым, то при входе пользователя попросит создать пароль.',
'admin_roles' => 'Роли администратора',
'roles' => 'Роли',
'no_roles' => 'Нет ролей',
'servers' => 'Сервера',
'subusers' => 'Субпользователи',
];