Add russian translation (#1460)
This commit is contained in:
parent
f448927df6
commit
7b4e69b5d2
16 changed files with 993 additions and 0 deletions
16
resources/lang/ru/admin/pack.php
Normal file
16
resources/lang/ru/admin/pack.php
Normal 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' => 'Новый пакет был успешно создан в системе и теперь доступен для развертывания на серверах.',
|
||||
],
|
||||
];
|
Reference in a new issue