the browser-facing portion of osu!
at master 30 lines 888 B view raw
1<?php 2 3// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0. 4// See the LICENCE file in the repository root for full licence text. 5 6return [ 7 'new' => '新しいレガシーAPIキー', 8 'none' => '未登録', 9 10 'docs' => [ 11 '_' => 'ドキュメントは :github で入手できます。', 12 'github' => 'GitHub', 13 ], 14 15 'form' => [ 16 'create' => 'キーを作成', 17 ], 18 19 'view' => [ 20 'hide' => 'キーを隠す', 21 'show' => 'キーを表示する', 22 'delete' => '削除', 23 ], 24 25 'warning' => [ 26 'line1' => 'これを他人に見せないでください。', 27 'line2' => "他人にあなたのパスワードを見せるのと同等です。", 28 'line3' => 'あなたのアカウントが危険にさらされる可能性があります。', 29 ], 30];