src/resources/lang/fr/seat.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 [

    'api_token_admin'    => 'Administration des clés API',
    'new_token'          => 'Nouvelle clé',
    'key_comment'        => 'Commentaire de la clé',
    'allowed_ip_address' => 'Adresse IP autorisée',
    'ip_help'            => 'Il s\'agit de l\'adresse IP source qui sera autorisée à utiliser la clé générée.',
    'ip_danger'          => 'L\'utilisation de l\'adresse 0.0.0.0 permettra à N\'IMPORTE QUI possédant cette clé d\'utiliser l\'API SeAT. C\'est dangereux. Faites attention !',
    'generate'           => 'Générer',
    'token'              => 'Clé|Clés',
    'current_tokens'     => 'Clés actuelles',
    'date'               => 'Date',
    'comment'            => 'Commentaire',
    'allowed_from'       => 'Autorisé depuis',
    'delete'             => 'Supprimer',
    'logs'               => 'Journaux',
    'api_token_logs'     => 'Journaux d\'accès à la clé API',
    'access_logs'        => 'Journaux d\'accès',
    'action'             => 'Action',
    'request_method'     => 'Méthode de la requête',
    'request_path'       => 'Chemin de la requête',
    'source_ip'          => 'IP d\'origine',
    'api_docs'           => 'Documentation de l\'API',

];