mirror of
https://github.com/pelican-dev/panel.git
synced 2025-10-30 14:26:52 +01:00
15 lines
520 B
PHP
15 lines
520 B
PHP
<?php
|
|
|
|
return [
|
|
'title' => 'Pornire',
|
|
'command' => 'Comandă pentru pornire',
|
|
'preview' => 'Previzualizează',
|
|
'docker_image' => 'Imagine Docker',
|
|
'notification_docker' => 'Imaginea de Docker a fost actualizată',
|
|
'notification_docker_body' => 'Reporneşte serverul pentru a utiliza noua imagine.',
|
|
'variables' => 'Variabilele serverului',
|
|
'update' => ':variable a fost actualizată',
|
|
'fail' => ':variable a eșuat',
|
|
'validation_fail' => 'Validarea pentru :variable a eșuat',
|
|
];
|