2025-10-08 16:00:47 -04:00

16 lines
504 B
PHP

<?php
return [
'model_label' => 'Planifier',
'model_label_plural' => 'Planifier',
'import' => [
'file' => 'Fichier',
'url' => 'URL',
'schedule_help' => 'Ceci doit être le fichier .json brut ( schedule-daily-restart.json )',
'url_help' => 'Les URL doivent pointer directement vers le fichier .json brut',
'add_url' => 'Nouvelle URL',
'import_failed' => 'Échec de l\'importation',
'import_success' => 'Importation réussie',
],
];