From fc81d08380996915d8d27dc36bea54b94c403311 Mon Sep 17 00:00:00 2001 From: Leon Jacobs Date: Thu, 24 Nov 2022 23:45:43 +0200 Subject: [PATCH] lang: add japanese support (#634) * New translations seat.php (Japanese) * New translations seat.php (Japanese) --- src/resources/lang/ja/seat.php | 47 ++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 src/resources/lang/ja/seat.php diff --git a/src/resources/lang/ja/seat.php b/src/resources/lang/ja/seat.php new file mode 100644 index 0000000..16aa23c --- /dev/null +++ b/src/resources/lang/ja/seat.php @@ -0,0 +1,47 @@ + '管理者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' => '許可された送信元', + 'delete' => '削除', + 'logs' => 'ログ', + 'api_token_logs' => 'APIトークンアクセスログ', + 'access_logs' => 'アクセスログ', + 'action' => 'アクション', + 'request_method' => 'リクエストメソッド', + 'request_path' => 'リクエストパス', + 'source_ip' => 'ソースIP', + 'api_docs' => 'APIドキュメント', + +];