eveseat/notifications

View on GitHub
src/resources/lang/fr/notifications.php

Summary

Maintainability
A
1 hr
Test Coverage
<?php

/*
 * This file is part of SeAT
 *
 * Copyright (C) 2015 to 2022 Leon Jacobs
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License along
 * with this program; if not, write to the Free Software Foundation, Inc.,
 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */

return [

    'group'      => 'Groupe de notifications|Groupes de notifications',
    'new_group'  => 'Nouveau groupe de notifications',
    'edit_group' => 'Modifier le groupe',
    'group_name' => 'Nom du groupe',
    'group_type' => 'Type de groupe',

    'add'            => 'Ajouter',
    'name'           => 'Nom',
    'type'           => 'Type',
    'alert'          => 'Alerte | Alertes',
    'integration'    => 'Intégration | Intégrations',
    'affiliation'    => 'Affiliation|Affiliations',
    'add_all_alerts' => 'Ajouter toutes les alertes',

    'no_affiliation_notice' => 'Aucune affiliation n\'a été associée à ce groupe ' .
        'pour le moment, dans cette configuration, toutes les notifications pour les alertes correspondantes seront ' .
        'envoyé sans filtre.',

    'new_integration'         => 'Nouvelle intégration',
    'new_integration_message' => 'Ajouter une intégration',
    'new_email'               => 'Intégration par e-mail',
    'new_slack'               => 'Intégration par Slack',
    'configured_integrations' => 'Intégrations configurées',
    'settings'                => 'Paramètres',

    'setup_label'             => 'Paramètres de notification',
    'setup_description'       => 'Permet à l\'utilisateur de définir des canaux de notification et des abonnements.',
];