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];