the browser-facing portion of osu!
at master 45 lines 1.6 kB 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 'index' => [ 8 'description' => '비슷한 테마를 기준으로 모아놓은 비트맵 모음집입니다.', 9 'empty' => '곧 찾아옵니다!', 10 'nav_title' => '목록', 11 'title' => '비트맵 팩', 12 13 'blurb' => [ 14 'important' => '다운로드 하기 전에 읽어주세요', 15 'install_instruction' => '설치: 다운로드가 끝나면 압축을 풀고 내용물을 osu! 폴더 내의 Songs 폴더에 저장해주세요. 나머지는 osu!에서 알아서 해드립니다.', 16 ], 17 ], 18 19 'show' => [ 20 'download' => '다운로드', 21 'item' => [ 22 'cleared' => '클리어한 맵', 23 'not_cleared' => '클리어 기록 없음', 24 ], 25 'no_diff_reduction' => [ 26 '_' => ':link는 이 팩을 클리어하는데 사용할 수 없습니다.', 27 'link' => '난이도 감소 모드', 28 ], 29 ], 30 31 'mode' => [ 32 'artist' => '아티스트/앨범', 33 'chart' => '스포트라이트', 34 'featured' => '공식 아티스트', 35 'loved' => 'Project Loved', 36 'standard' => '표준', 37 'theme' => '테마', 38 'tournament' => '토너먼트', 39 ], 40 41 'require_login' => [ 42 '_' => '다운로드하려면 :link하셔야 합니다', 43 'link_text' => '로그인', 44 ], 45];