warlof/slackbot

View on GitHub
src/lang/fr/seat.php

Summary

Maintainability
A
2 hrs
Test Coverage
<?php
/**
 * This file is part of slackbot and provide user synchronization between both SeAT and a Slack Team
 *
 * Copyright (C) 2016, 2017, 2018, 2019  Loïc Leuilliot <loic.leuilliot@gmail.com>
 *
 * 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 3 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, see <http://www.gnu.org/licenses/>.
 */

return [
    'management' => 'Gestion des accès Slackbot',
    'mapping' => 'Mappage des utilisateurs Slackbot',
    'quick_create' => 'Création rapide',
    'type' => 'Type',
    'username' => 'Nom d’utilisateur',
    'channel' => 'Salon',
    'title' => 'Titre',
    'add' => 'Ajouter',
    'authorisations' => 'Autorisations',
    'user_filter' => 'Filtre d\'utilisateur',
    'role_filter' => 'Filtre de rôle',
    'corporation_filter' => 'Filtre de Corporation',
    'title_filter' => 'Filtres de titre',
    'alliance_filter' => 'Filtre d’Alliance',
    'public_filter' => 'Filtre public',
    'created' => 'Créé le',
    'updated' => 'Modifié le',
    'status' => 'État',
    'role' => 'Rôle',
    'corporation' => 'Corporation',
    'alliance' => 'Alliance',
    'remove' => 'Supprimer',
    'enabled' => 'Activer',
    'settings' => 'Paramètres de Slackbot',
    'user_list' => 'Liste des utilisateurs',
    'existing_setup_disclaimer' => 'Il semble que vous ayez déjà un accès à l\'API Slack configuré. Afin d’éviter toute erreur, les champs :client_id et :client_secret ont été désactivés. S’il vous plaît utiliser la gomme afin d\'autoriser les modifications.',
];