the browser-facing portion of osu!
at master 30 lines 837 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' => '새 레거시 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];