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' => 'Uusi perinnerajapinnan avain',
8 'none' => 'Ei avainta.',
9
10 'docs' => [
11 '_' => 'Dokumentaatio on saatavilla :github.',
12 'github' => 'GitHubissa',
13 ],
14
15 'form' => [
16 'create' => 'Luo Avain',
17 ],
18
19 'view' => [
20 'hide' => 'Piilota Avain',
21 'show' => 'Näytä Avain',
22 'delete' => 'Poista',
23 ],
24
25 'warning' => [
26 'line1' => 'Älä näytä tätä muille.',
27 'line2' => "Se vastaa salasanasi antamista muille.",
28 'line3' => 'Saatat vaarantaa tilisi.',
29 ],
30];