Skip to content

Commit fc81d08

Browse files
authored
lang: add japanese support (#634)
* New translations seat.php (Japanese) * New translations seat.php (Japanese)
1 parent 4bca805 commit fc81d08

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

src/resources/lang/ja/seat.php

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
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' => '管理者APIトークン',
26+
'new_token' => '新しいトークン',
27+
'key_comment' => 'キーについてのメモ',
28+
'allowed_ip_address' => '許可されているIPアドレス',
29+
'ip_help' => 'これは, 生成されたトークンの使用が許可されるソースIPアドレスです',
30+
'ip_danger' => '0.0.0.0を記述してしまうと, 悪意のある人を含むこのトークンを持っている全ての人がこのSeATのAPIを使用できるようになります. これは危険です. 使う際には細心の注意を払ってください.',
31+
'generate' => '生成',
32+
'token' => 'トークン | トークン一覧',
33+
'current_tokens' => '現在のトークン',
34+
'date' => '日時',
35+
'comment' => 'コメント',
36+
'allowed_from' => '許可された送信元',
37+
'delete' => '削除',
38+
'logs' => 'ログ',
39+
'api_token_logs' => 'APIトークンアクセスログ',
40+
'access_logs' => 'アクセスログ',
41+
'action' => 'アクション',
42+
'request_method' => 'リクエストメソッド',
43+
'request_path' => 'リクエストパス',
44+
'source_ip' => 'ソースIP',
45+
'api_docs' => 'APIドキュメント',
46+
47+
];

0 commit comments

Comments
 (0)