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' => 'Előre csomagolt, általános témákat körbeölelő beatmap gyűjtemények.',
9 'empty' => 'Hamarosan!',
10 'nav_title' => 'listázás',
11 'title' => 'Beatmap Csomagok',
12
13 'blurb' => [
14 'important' => 'OLVASD EL LETÖLTÉS ELŐTT',
15 'install_instruction' => 'Telepítés: Miután letöltötte a csomagot, bontsa ki a csomag tartalmát a osu! Songs könyvtárba és osu! a többit megteszi.',
16 ],
17 ],
18
19 'show' => [
20 'download' => 'Letöltés',
21 'item' => [
22 'cleared' => 'lejátszott',
23 'not_cleared' => 'nem játszott',
24 ],
25 'no_diff_reduction' => [
26 '_' => ':link nem használhatóak e csomag teljesítéséhez.',
27 'link' => 'Nehézséget csökkentő módok',
28 ],
29 ],
30
31 'mode' => [
32 'artist' => 'Előadó/Album',
33 'chart' => 'Reflektorfény',
34 'featured' => 'Kiemelt Előadó',
35 'loved' => 'Loved projekt',
36 'standard' => 'Standard',
37 'theme' => 'Téma',
38 'tournament' => 'Bajnokság',
39 ],
40
41 'require_login' => [
42 '_' => 'A letöltéshez :link kell lenned',
43 'link_text' => 'bejelentkezve',
44 ],
45];