mirror of
https://github.com/pelican-dev/panel.git
synced 2025-10-30 21:26:52 +01:00
16 lines
490 B
PHP
16 lines
490 B
PHP
<?php
|
|
|
|
return [
|
|
'model_label' => 'Zeitplan',
|
|
'model_label_plural' => 'Zeitplan',
|
|
'import' => [
|
|
'file' => 'Datei',
|
|
'url' => 'URL',
|
|
'schedule_help' => 'Dies sollte die rohe .json-Datei sein ( schedule-daily-restart.json )',
|
|
'url_help' => 'URLs müssen direkt auf die rohe .json-Datei verweisen',
|
|
'add_url' => 'URL hinzufügen',
|
|
'import_failed' => 'Import fehlgeschlagen',
|
|
'import_success' => 'Import erfolgreich',
|
|
],
|
|
];
|