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