. Licensed under the GNU Affero General Public License v3.0. // See the LICENCE file in the repository root for full licence text. return [ 'new' => 'New Legacy API Key', 'none' => 'No key.', 'docs' => [ '_' => 'Documentation is available at :github.', 'github' => 'GitHub', ], 'form' => [ 'create' => 'Create Key', ], 'view' => [ 'hide' => 'Hide Key', 'show' => 'Show Key', 'delete' => 'Delete', ], 'warning' => [ 'line1' => 'Do not give this out to others.', 'line2' => "It's equivalent to giving out your password.", 'line3' => 'Your account may be compromised.', ], ];