the browser-facing portion of osu!
at master 45 lines 1.3 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' => '导入:当曲包下载完成后,把它解压至 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' => '社区喜爱计划', 36 'standard' => '常规', 37 'theme' => '主题', 38 'tournament' => '锦标赛', 39 ], 40 41 'require_login' => [ 42 '_' => '需要 :link 才能下载', 43 'link_text' => '登录', 44 ], 45];