the browser-facing portion of osu!
at master 30 lines 773 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];