|
| 1 | +<?php |
| 2 | + |
| 3 | +/* |
| 4 | + * This file is part of SeAT |
| 5 | + * |
| 6 | + * Copyright (C) 2015 to 2022 Leon Jacobs |
| 7 | + * |
| 8 | + * This program is free software; you can redistribute it and/or modify |
| 9 | + * it under the terms of the GNU General Public License as published by |
| 10 | + * the Free Software Foundation; either version 2 of the License, or |
| 11 | + * (at your option) any later version. |
| 12 | + * |
| 13 | + * This program is distributed in the hope that it will be useful, |
| 14 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 15 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 16 | + * GNU General Public License for more details. |
| 17 | + * |
| 18 | + * You should have received a copy of the GNU General Public License along |
| 19 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 20 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. |
| 21 | + */ |
| 22 | + |
| 23 | +return [ |
| 24 | + |
| 25 | + 'api_token_admin' => 'Administration des clés API', |
| 26 | + 'new_token' => 'Nouvelle clé', |
| 27 | + 'key_comment' => 'Commentaire de la clé', |
| 28 | + 'allowed_ip_address' => 'Adresse IP autorisée', |
| 29 | + 'ip_help' => 'Il s\'agit de l\'adresse IP source qui sera autorisée à utiliser la clé générée.', |
| 30 | + '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 !', |
| 31 | + 'generate' => 'Générer', |
| 32 | + 'token' => 'Clé|Clés', |
| 33 | + 'current_tokens' => 'Clés actuelles', |
| 34 | + 'date' => 'Date', |
| 35 | + 'comment' => 'Commentaire', |
| 36 | + 'allowed_from' => 'Autorisé depuis', |
| 37 | + 'delete' => 'Supprimer', |
| 38 | + 'logs' => 'Journaux', |
| 39 | + 'api_token_logs' => 'Journaux d\'accès à la clé API', |
| 40 | + 'access_logs' => 'Journaux d\'accès', |
| 41 | + 'action' => 'Action', |
| 42 | + 'request_method' => 'Méthode de la requête', |
| 43 | + 'request_path' => 'Chemin de la requête', |
| 44 | + 'source_ip' => 'IP d\'origine', |
| 45 | + 'api_docs' => 'Documentation de l\'API', |
| 46 | + |
| 47 | +]; |
0 commit comments