the browser-facing portion of osu!
at master 21 lines 632 B 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 '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];