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' => 'New Legacy API Key',
8 'none' => 'No key.',
9
10 'docs' => [
11 '_' => 'Documentation is available at :github.',
12 'github' => 'GitHub',
13 ],
14
15 'form' => [
16 'create' => 'Create Key',
17 ],
18
19 'view' => [
20 'hide' => 'Hide Key',
21 'show' => 'Show Key',
22 'delete' => 'Delete',
23 ],
24
25 'warning' => [
26 'line1' => 'Do not give this out to others.',
27 'line2' => "It's equivalent to giving out your password.",
28 'line3' => 'Your account may be compromised.',
29 ],
30];