Skip to content

Commit

Permalink
lang: update translations (#74)
Browse files Browse the repository at this point in the history
* New translations seat.php (French)

* New translations seat.php (Afrikaans)

* New translations seat.php (German)

* New translations seat.php (Korean)

* New translations seat.php (Russian)

* New translations seat.php (Chinese Simplified)

* New translations seat.php (French)

* New translations seat.php (German)

* New translations seat.php (Romanian)

* New translations seat.php (Romanian)

* New translations seat.php (Korean)

* New translations seat.php (Korean)

* New translations seat.php (Korean)
  • Loading branch information
leonjza authored Oct 3, 2022
1 parent 07cbdac commit 4bca805
Show file tree
Hide file tree
Showing 7 changed files with 329 additions and 0 deletions.
47 changes: 47 additions & 0 deletions src/resources/lang/af/seat.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<?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' => 'New Token',
'key_comment' => 'Key Comment',
'allowed_ip_address' => 'Allowed IP Address',
'ip_help' => 'This is the source IP address that will be allowed to use the generated token.',
'ip_danger' => 'Using 0.0.0.0 will allow ANYONE who has this token to use the SeAT API. This is dangerous. Be careful!',
'generate' => 'Generate',
'token' => 'Token|Tokens',
'current_tokens' => 'Current Tokens',
'date' => 'Date',
'comment' => 'Comment',
'allowed_from' => 'Allowed From',
'delete' => 'Delete',
'logs' => 'Logs',
'api_token_logs' => 'API Token Access Logs',
'access_logs' => 'Access Logs',
'action' => 'Action',
'request_method' => 'Request Method',
'request_path' => 'Request Path',
'source_ip' => 'Source IP',
'api_docs' => 'API Documenation',

];
47 changes: 47 additions & 0 deletions src/resources/lang/de/seat.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<?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 Administrator',
'new_token' => 'Neues Token',
'key_comment' => 'Key-Kommentar',
'allowed_ip_address' => 'Zugelassene IP-Addressen',
'ip_help' => 'Das ist die Quell-IP, die das Token verwenden darf.',
'ip_danger' => '0.0.0.0 erlaubt JEDEM mit diesem Token die SeAT API zu verwenden. Das ist gefährlich. Seien Sie vorsichtig!',
'generate' => 'Generieren',
'token' => 'Token|Token',
'current_tokens' => 'Aktuelle Token',
'date' => 'Datum',
'comment' => 'Kommentar',
'allowed_from' => 'Erlaubt von',
'delete' => 'Löschen',
'logs' => 'Protokoll',
'api_token_logs' => 'API Token Zugriffs-Protokoll',
'access_logs' => 'Zugriffs-Protokoll',
'action' => 'Aktion',
'request_method' => 'Request-Methode',
'request_path' => 'Request-Pfad',
'source_ip' => 'Quell-IP',
'api_docs' => 'API-Dokumentation',

];
47 changes: 47 additions & 0 deletions src/resources/lang/fr/seat.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<?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',

];
47 changes: 47 additions & 0 deletions src/resources/lang/ko/seat.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<?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 토큰 관리자',
'new_token' => '새 토큰',
'key_comment' => '키 설명',
'allowed_ip_address' => '허용된 IP 주소',
'ip_help' => '생성된 토큰 사용이 허용되는 소스 IP 주소입니다.',
'ip_danger' => '0.0.0.0을 사용하면 이 토큰을 가진 모든 사용자가 SeAT API를 사용할 수 있습니다. 이것은 위험합니다. 유의하십시오!',
'generate' => '생성',
'token' => '토큰',
'current_tokens' => '현재 토큰',
'date' => '날짜',
'comment' => '코멘트',
'allowed_from' => 'Allowed From',
'delete' => '삭제',
'logs' => '로그',
'api_token_logs' => 'API 토큰 접근 기록',
'access_logs' => '접속 내역',
'action' => '작업',
'request_method' => '요청 방법',
'request_path' => '요청 경로',
'source_ip' => '소스 IP',
'api_docs' => 'API 문서',

];
47 changes: 47 additions & 0 deletions src/resources/lang/ro/seat.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<?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',

];
47 changes: 47 additions & 0 deletions src/resources/lang/ru/seat.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<?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' => 'New Token',
'key_comment' => 'Key Comment',
'allowed_ip_address' => 'Allowed IP Address',
'ip_help' => 'This is the source IP address that will be allowed to use the generated token.',
'ip_danger' => 'Using 0.0.0.0 will allow ANYONE who has this token to use the SeAT API. This is dangerous. Be careful!',
'generate' => 'Generate',
'token' => 'Token|Tokens',
'current_tokens' => 'Current Tokens',
'date' => 'Date',
'comment' => 'Comment',
'allowed_from' => 'Allowed From',
'delete' => 'Delete',
'logs' => 'Logs',
'api_token_logs' => 'API Token Access Logs',
'access_logs' => 'Access Logs',
'action' => 'Action',
'request_method' => 'Request Method',
'request_path' => 'Request Path',
'source_ip' => 'Source IP',
'api_docs' => 'API Documenation',

];
47 changes: 47 additions & 0 deletions src/resources/lang/zh-CN/seat.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<?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' => 'New Token',
'key_comment' => 'Key Comment',
'allowed_ip_address' => 'Allowed IP Address',
'ip_help' => 'This is the source IP address that will be allowed to use the generated token.',
'ip_danger' => 'Using 0.0.0.0 will allow ANYONE who has this token to use the SeAT API. This is dangerous. Be careful!',
'generate' => 'Generate',
'token' => 'Token|Tokens',
'current_tokens' => 'Current Tokens',
'date' => 'Date',
'comment' => 'Comment',
'allowed_from' => 'Allowed From',
'delete' => 'Delete',
'logs' => 'Logs',
'api_token_logs' => 'API Token Access Logs',
'access_logs' => 'Access Logs',
'action' => 'Action',
'request_method' => 'Request Method',
'request_path' => 'Request Path',
'source_ip' => 'Source IP',
'api_docs' => 'API Documenation',

];

0 comments on commit 4bca805

Please sign in to comment.