New translations cachet.php (French)

This commit is contained in:
James Brooks
2017-05-06 10:09:33 +01:00
parent 50a1c726af
commit 8e740608ef

View File

@@ -27,15 +27,13 @@ return [
// Incidents
'incidents' => [
'none' => 'Aucun incident signalé',
'past' => 'Incidents antérieurs',
'previous_week' => 'Semaine précédente',
'next_week' => 'Semaine suivante',
'stickied' => 'Incidents épinglés',
'scheduled' => 'Maintenance Planifiée',
'scheduled_at' => ', planifé à :timestamp',
'posted' => 'Posté à :timestamp',
'status' => [
'none' => 'Aucun incident signalé',
'past' => 'Incidents antérieurs',
'stickied' => 'Incidents épinglés',
'scheduled' => 'Maintenance Planifiée',
'scheduled_at' => ', planifé à :timestamp',
'posted' => 'Posté à :timestamp',
'status' => [
1 => 'Enquête en cours',
2 => 'Identifié',
3 => 'Sous surveillance',
@@ -77,7 +75,7 @@ return [
// Subscriber
'subscriber' => [
'subscribe' => 'Abonnez-vous pour obtenir les dernières mises à jour.',
'unsubscribe' => 'Unsubscribe at :link',
'unsubscribe' => 'Se désinscrire par :link',
'button' => 'S\'abonner',
'manage' => [
'no_subscriptions' => 'Vous êtes actuellement abonné à toutes les mises à jour.',
@@ -128,4 +126,4 @@ return [
'atom-feed' => 'Atom',
'feed' => 'Flux des statuts',
];
];