|
| 1 | +<?php |
| 2 | + |
| 3 | +return [ |
| 4 | + 'title' => 'Incidents', |
| 5 | + 'resource_label' => 'Incident|Incidents', |
| 6 | + 'status' => [ |
| 7 | + 'investigating' => 'En cours d’investigation', |
| 8 | + 'identified' => 'Problème identifié', |
| 9 | + 'watching' => 'En surveillance', |
| 10 | + 'fixed' => 'Résolu', |
| 11 | + 'reported' => 'Signalé', |
| 12 | + ], |
| 13 | + 'edit_button' => 'Modifier l’incident', |
| 14 | + 'new_button' => 'Nouvel incident', |
| 15 | + 'no_incidents_reported' => 'Aucun incident signalé.', |
| 16 | + 'timeline' => [ |
| 17 | + 'past_incidents_header' => 'Incidents passés', |
| 18 | + 'recent_incidents_header' => 'Incidents récents', |
| 19 | + 'no_incidents_reported_between' => 'Aucun incident signalé entre :from et :to', |
| 20 | + 'navigate' => [ |
| 21 | + 'previous' => 'Précédent', |
| 22 | + 'today' => 'Aujourd’hui', |
| 23 | + 'next' => 'Suivant', |
| 24 | + ], |
| 25 | + ], |
| 26 | + 'list' => [ |
| 27 | + 'headers' => [ |
| 28 | + 'name' => 'Nom', |
| 29 | + 'status' => 'Statut', |
| 30 | + 'visible' => 'Visible', |
| 31 | + 'stickied' => 'Épinglé', |
| 32 | + 'occurred_at' => 'Survenu le', |
| 33 | + 'notified_subscribers' => 'Abonnés notifiés', |
| 34 | + 'created_at' => 'Créé le', |
| 35 | + 'updated_at' => 'Mis à jour le', |
| 36 | + 'deleted_at' => 'Supprimé le', |
| 37 | + ], |
| 38 | + 'actions' => [ |
| 39 | + 'record_update' => 'Enregistrer une mise à jour', |
| 40 | + 'view_incident' => 'Voir l’incident', |
| 41 | + ], |
| 42 | + 'empty_state' => [ |
| 43 | + 'heading' => 'Incidents', |
| 44 | + 'description' => 'Les incidents servent à communiquer et suivre l’état de vos services.', |
| 45 | + ], |
| 46 | + ], |
| 47 | + 'form' => [ |
| 48 | + 'name_label' => 'Nom', |
| 49 | + 'status_label' => 'Statut', |
| 50 | + 'message_label' => 'Message', |
| 51 | + 'occurred_at_label' => 'Survenu le', |
| 52 | + 'occurred_at_helper' => 'L’horodatage de création de l’incident sera utilisé si laissé vide.', |
| 53 | + 'visible_label' => 'Visible', |
| 54 | + 'user_label' => 'Utilisateur', |
| 55 | + 'user_helper' => 'L’utilisateur ayant signalé l’incident.', |
| 56 | + 'notifications_label' => 'Notifier les abonnés ?', |
| 57 | + 'stickied_label' => 'Incident épinglé ?', |
| 58 | + 'guid_label' => 'UUID de l’incident', |
| 59 | + 'add_component' => [ |
| 60 | + 'action_label' => 'Ajouter un composant', |
| 61 | + 'header' => 'Composants', |
| 62 | + 'component_label' => 'Composant', |
| 63 | + 'status_label' => 'Statut', |
| 64 | + ], |
| 65 | + ], |
| 66 | + 'record_update' => [ |
| 67 | + 'success_title' => 'Incident :name mis à jour', |
| 68 | + 'success_body' => 'Une nouvelle mise à jour d’incident a été enregistrée.', |
| 69 | + 'form' => [ |
| 70 | + 'message_label' => 'Message', |
| 71 | + 'status_label' => 'Statut', |
| 72 | + 'user_label' => 'Utilisateur', |
| 73 | + 'user_helper' => 'Qui a signalé cet incident.', |
| 74 | + ], |
| 75 | + ], |
| 76 | + 'overview' => [ |
| 77 | + 'total_incidents_label' => 'Nombre total d’incidents', |
| 78 | + 'total_incidents_description' => 'Nombre total d’incidents signalés.', |
| 79 | + ], |
| 80 | +]; |
| 81 | + |
0 commit comments