the browser-facing portion of osu!
at master 21 lines 604 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 'mode' => [ 8 'beatmapset' => '비트맵', 9 'forum_post' => '포럼', 10 'other' => '기타', 11 'user' => '플레이어', 12 'wiki_page' => '위키', 13 ], 14 15 'result' => [ 16 'empty' => '결과 없음', 17 'empty_for' => ':modes 검색 결과가 없습니다', 18 'more' => '더많은 :mode 검색 결과', 19 'title' => ':mode 검색 결과', 20 ], 21];