Add russian translation (#1460)
This commit is contained in:
parent
f448927df6
commit
7b4e69b5d2
16 changed files with 993 additions and 0 deletions
18
resources/lang/ru/admin/user.php
Normal file
18
resources/lang/ru/admin/user.php
Normal file
|
@ -0,0 +1,18 @@
|
|||
<?php
|
||||
/**
|
||||
* Pterodactyl - Panel
|
||||
* Copyright (c) 2015 - 2017 Dane Everitt <dane@daneeveritt.com>.
|
||||
*
|
||||
* This software is licensed under the terms of the MIT license.
|
||||
* https://opensource.org/licenses/MIT
|
||||
*/
|
||||
|
||||
return [
|
||||
'exceptions' => [
|
||||
'user_has_servers' => 'Невозможно удалить пользователя с активными серверами, подключенными к его учетной записи. Пожалуйста, удалите их серверы, прежде чем продолжить.',
|
||||
],
|
||||
'notices' => [
|
||||
'account_created' => 'Аккаунт успешно создан.',
|
||||
'account_updated' => 'Аккаунт успешно обновлен.',
|
||||
],
|
||||
];
|
Loading…
Add table
Add a link
Reference in a new issue