the browser-facing portion of osu!
at master 30 lines 843 B view raw
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' => 'Kunci API lawas Baru', 8 'none' => 'Tidak ada kunci.', 9 10 'docs' => [ 11 '_' => 'Dokumentasi lebih lanjut seputar API osu! dapat dilihat pada :github.', 12 'github' => 'GitHub', 13 ], 14 15 'form' => [ 16 'create' => 'Buat Kunci', 17 ], 18 19 'view' => [ 20 'hide' => 'Sembunyikan Kunci', 21 'show' => 'Tampilkan Kunci', 22 'delete' => 'Hapus', 23 ], 24 25 'warning' => [ 26 'line1' => 'Jangan bagikan informasi ini kepada siapa pun.', 27 'line2' => "Tindakan ini sama halnya dengan memberikan kata sandimu.", 28 'line3' => 'Apabila kamu gegabah, akunmu akan dapat disusupi.', 29 ], 30];