the browser-facing portion of osu!
at master 45 lines 1.4 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' => 'אוספים ארוזים מראש של beatmaps המבוססים סביב נושא משותף.', 9 'empty' => '', 10 'nav_title' => 'רשימה', 11 'title' => 'חבילות Beatmap', 12 13 'blurb' => [ 14 'important' => 'קרא את זה לפני שאתה מוריד', 15 'install_instruction' => '', 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' => 'Spotlights', 34 'featured' => '', 35 'loved' => '', 36 'standard' => 'רגיל', 37 'theme' => 'ערכת נושא', 38 'tournament' => '', 39 ], 40 41 'require_login' => [ 42 '_' => 'אתה צריך להיות :link כדי להוריד', 43 'link_text' => 'מחובר', 44 ], 45];