New translations setup.php (Hungarian)
This commit is contained in:
23
resources/lang/hu-HU/setup.php
Normal file
23
resources/lang/hu-HU/setup.php
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
* This file is part of Cachet.
|
||||
*
|
||||
* (c) Alt Three Services Limited
|
||||
*
|
||||
* For the full copyright and license information, please view the LICENSE
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
return [
|
||||
'setup' => 'Telepítés',
|
||||
'title' => 'Cachet telepítése',
|
||||
'service_details' => 'A szolgáltatás részletei',
|
||||
'env_setup' => 'Környezet beállítása',
|
||||
'status_page_setup' => 'Állapotoldal beállítás',
|
||||
'show_support' => 'Cachet támogató link megjelenítése?',
|
||||
'admin_account' => 'Adminisztrátori fiók',
|
||||
'complete_setup' => 'Telepítés befejezése',
|
||||
'completed' => 'A Cachet telepítése sikeresen befejeződött!',
|
||||
'finish_setup' => 'Használat megkezdése',
|
||||
];
|
||||
Reference in New Issue
Block a user