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' => 'Eski API Anahtarı Oluştur',
8 'none' => 'Anahtar yok.',
9
10 'docs' => [
11 '_' => 'Belgeler şu adreste mevcuttur :github',
12 'github' => 'GitHub',
13 ],
14
15 'form' => [
16 'create' => 'Anahtar Oluştur',
17 ],
18
19 'view' => [
20 'hide' => 'Anahtarı Gizle',
21 'show' => 'Anahtarı Göster',
22 'delete' => 'Sil',
23 ],
24
25 'warning' => [
26 'line1' => 'Bunu başkalarına vermeyin.',
27 'line2' => "Şifrenizi vermek ile aynı şeydir.",
28 'line3' => 'Hesabınız ele geçirilmiş olabilir.',
29 ],
30];