Add russian translation (#1460)

This commit is contained in:
stashenko 2019-02-03 01:07:58 +03:00 committed by Dane Everitt
parent f448927df6
commit 7b4e69b5d2
16 changed files with 993 additions and 0 deletions

View 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' => 'Аккаунт успешно обновлен.',
],
];