. Licensed under the GNU Affero General Public License v3.0. // See the LICENCE file in the repository root for full licence text. return [ 'new' => '新しいレガシーAPIキー', 'none' => '未登録', 'docs' => [ '_' => 'ドキュメントは :github で入手できます。', 'github' => 'GitHub', ], 'form' => [ 'create' => 'キーを作成', ], 'view' => [ 'hide' => 'キーを隠す', 'show' => 'キーを表示する', 'delete' => '削除', ], 'warning' => [ 'line1' => 'これを他人に見せないでください。', 'line2' => "他人にあなたのパスワードを見せるのと同等です。", 'line3' => 'あなたのアカウントが危険にさらされる可能性があります。', ], ];