src/resources/lang/ro/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'    => 'API Token Admin',
    'new_token'          => 'Token nou',
    'key_comment'        => 'Comentariu cheie',
    'allowed_ip_address' => 'Adresă IP permisă',
    'ip_help'            => 'Aceasta este adresa IP sursă care va avea permisiunea de a utiliza token-ul generat.',
    'ip_danger'          => 'Folosind 0.0.0.0 va permite oricui are acest token să folosească API-ul SeAT. Acest lucru este periculos. Fii atent!',
    'generate'           => 'Genereaza',
    'token'              => 'Tokene',
    'current_tokens'     => 'Token-uri curente',
    'date'               => 'Dată',
    'comment'            => 'Comentariu',
    'allowed_from'       => 'Permis de la',
    'delete'             => 'Șterge',
    'logs'               => 'Jurnale',
    'api_token_logs'     => 'Jurnale de acces token API',
    'access_logs'        => 'Acces la jurnale',
    'action'             => 'Acțiune',
    'request_method'     => 'Metoda de solicitare',
    'request_path'       => 'Cerere cale',
    'source_ip'          => 'Sursa IP',
    'api_docs'           => 'Documente API',

];