misc_pterodactyl-panel/resources/lang/ru/admin/pack.php
2019-02-02 14:07:58 -08:00

16 lines
609 B
PHP

<?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' => 'Новый пакет был успешно создан в системе и теперь доступен для развертывания на серверах.',
],
];