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' => 'Beatmap',
9 'forum_post' => 'Diễn đàn',
10 'other' => 'Khác',
11 'user' => 'Người chơi',
12 'wiki_page' => 'Wiki',
13 ],
14
15 'result' => [
16 'empty' => 'Không có kết quả',
17 'empty_for' => 'Không có kết quả cho chế độ :modes',
18 'more' => 'Thêm :mode Kết quả Tìm kiếm',
19 'title' => ':mode Kết quả tìm kiếm',
20 ],
21];