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' => 'Nowy klucz starszego API',
8 'none' => 'Brak klucza.',
9
10 'docs' => [
11 '_' => 'Dokumentacja jest dostępna na :github.',
12 'github' => 'GitHubie',
13 ],
14
15 'form' => [
16 'create' => 'Utwórz klucz',
17 ],
18
19 'view' => [
20 'hide' => 'Ukryj klucz',
21 'show' => 'Pokaż klucz',
22 'delete' => 'Usuń',
23 ],
24
25 'warning' => [
26 'line1' => 'Nie udostępniaj tego innym użytkownikom.',
27 'line2' => "Jest to równoznaczne z upublicznieniem swojego hasła.",
28 'line3' => 'Twoje konto może zostać przejęte.',
29 ],
30];