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,16 @@
<?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 [
'notices' => [
'pack_updated' => 'Пак успешно обновлен.',
'pack_deleted' => 'Успешно удален пакет ":name" из системы.',
'pack_created' => 'Новый пакет был успешно создан в системе и теперь доступен для развертывания на серверах.',
],
];