. 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' => '这可能会导致你的账号被盗。', ], ];