the browser-facing portion of osu!
at master 18 lines 629 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 'completed' => [ 8 'home' => '대시보드로 이동', 9 'logout' => '로그아웃', 10 'text' => '이제 창을 닫으셔도 됩니다.', 11 'title' => 'osu! 클라이언트 인증이 완료되었습니다.', 12 ], 13 14 'create' => [ 15 'confirm' => '클라이언트 인증을 끝내시려면 아래 권한 부여 버튼을 눌러주세요.', 16 'title' => 'osu! 클라이언트 인증', 17 ], 18];