New translations notifications.php (French)
This commit is contained in:
@@ -13,24 +13,24 @@ return [
|
|||||||
'component' => [
|
'component' => [
|
||||||
'status_update' => [
|
'status_update' => [
|
||||||
'mail' => [
|
'mail' => [
|
||||||
'subject' => 'Component Status Updated',
|
'subject' => 'Le statut du composant a été mis à jour',
|
||||||
'greeting' => 'A component\'s status was updated!',
|
'greeting' => 'Le statut d’un composant a été mis à jour !',
|
||||||
'content' => ':name status changed from :old_status to :new_status.',
|
'content' => 'Le statut de :name est passé de :old_status à :new_status.',
|
||||||
'action' => 'View',
|
'action' => 'View',
|
||||||
],
|
],
|
||||||
'slack' => [
|
'slack' => [
|
||||||
'title' => 'Component Status Updated',
|
'title' => 'Le statut du composant a été mis à jour',
|
||||||
'content' => ':name status changed from :old_status to :new_status.',
|
'content' => 'Le statut de :name est passé de :old_status à :new_status.',
|
||||||
],
|
],
|
||||||
'sms' => [
|
'sms' => [
|
||||||
'content' => ':name status changed from :old_status to :new_status.',
|
'content' => 'Le statut de :name est passé de :old_status à :new_status.',
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
'incident' => [
|
'incident' => [
|
||||||
'new' => [
|
'new' => [
|
||||||
'mail' => [
|
'mail' => [
|
||||||
'subject' => 'New Incident Reported',
|
'subject' => 'Nouvel incident signalé',
|
||||||
'greeting' => 'A new incident was reported at :app_name.',
|
'greeting' => 'A new incident was reported at :app_name.',
|
||||||
'content' => 'Incident :name was reported',
|
'content' => 'Incident :name was reported',
|
||||||
'action' => 'View',
|
'action' => 'View',
|
||||||
|
|||||||
Reference in New Issue
Block a user