mirror of
https://github.com/pelican-dev/panel.git
synced 2025-10-30 19:06:52 +01:00
17 lines
494 B
PHP
17 lines
494 B
PHP
<?php
|
|
|
|
return [
|
|
'title' => 'Indítás',
|
|
'command' => 'Indítási parancs',
|
|
'preview' => 'Előnézet',
|
|
'docker_image' => 'Docker Image',
|
|
'notification_docker' => 'A Docker kép frissítve.
|
|
',
|
|
'notification_docker_body' => 'Indítsd újra a szervert az új kép használatához.',
|
|
'variables' => 'Szerverváltozók',
|
|
'update' => 'Frissítve: :variable',
|
|
'fail' => 'Sikertelen: :variable',
|
|
'validation_fail' => 'Érvényesítés sikertelen: :variable
|
|
',
|
|
];
|