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' => 'Nieuwe Legacy API Sleutel',
8 'none' => 'Geen sleutel.',
9
10 'docs' => [
11 '_' => 'Documentatie is beschikbaar op :github.',
12 'github' => 'GitHub',
13 ],
14
15 'form' => [
16 'create' => 'Maak Sleutel',
17 ],
18
19 'view' => [
20 'hide' => 'Verberg Sleutel',
21 'show' => 'Toon Sleutel',
22 'delete' => 'Verwijder',
23 ],
24
25 'warning' => [
26 'line1' => 'Geef dit niet weg aan anderen.',
27 'line2' => "Het is gelijk aan het weggeven van je wachtwoord.",
28 'line3' => 'Je account kan worden gecompromitteerd.',
29 ],
30];