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' => 'Naujas Senos API versijos Raktas',
8 'none' => 'Nėra rakto.',
9
10 'docs' => [
11 '_' => 'Dokumentacija yra prieinama :github.',
12 'github' => 'GitHub',
13 ],
14
15 'form' => [
16 'create' => 'Sukurti Raktą',
17 ],
18
19 'view' => [
20 'hide' => 'Paslėpti Raktą',
21 'show' => 'Rodyti Raktą',
22 'delete' => 'Ištrinti',
23 ],
24
25 'warning' => [
26 'line1' => 'Neduokite tai kitiems.',
27 'line2' => "Tai yra lygu, kaip atiduoti savo slaptažodį.",
28 'line3' => 'Jūsų paskyra gali buti kompromizuota.',
29 ],
30];