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

19 lines
938 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' => 'Субкористувачі',
];