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' => 'คีย์ API แบบดั้งเดิมใหม่',
8 'none' => 'ยังไม่มีคีย์',
9
10 'docs' => [
11 '_' => 'มีเอกสารที่พร้อมใช้งานที่ :github',
12 'github' => 'GitHub',
13 ],
14
15 'form' => [
16 'create' => 'สร้างคีย์',
17 ],
18
19 'view' => [
20 'hide' => 'ซ่อนคีย์',
21 'show' => 'แสดงคีย์',
22 'delete' => 'ลบ',
23 ],
24
25 'warning' => [
26 'line1' => 'อย่าให้สิ่งนี้กับผู้อื่น',
27 'line2' => "เหมือนเป็นการให้รหัสผ่านของคุณ",
28 'line3' => 'บัญชีของคุณอาจถูกบุกรุก',
29 ],
30];