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' => 'Nový Legacy API Klíč',
8 'none' => 'Žádný klíč.',
9
10 'docs' => [
11 '_' => 'Dokumentace je dostupná na :github.',
12 'github' => 'GitHub',
13 ],
14
15 'form' => [
16 'create' => 'Vytvořit Klíč',
17 ],
18
19 'view' => [
20 'hide' => 'Skrýt Klíč',
21 'show' => 'Zobrazit Klíč',
22 'delete' => 'Smazat',
23 ],
24
25 'warning' => [
26 'line1' => 'Klíč s nikým nesdílejte.',
27 'line2' => "Je to stejné jako sdílení vašeho hesla.",
28 'line3' => 'Váš účet by mohl být kompromitován.',
29 ],
30];