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' => 'Kolekce beatmap s podobnou tématikou.', 9 'empty' => 'Již brzy!', 10 'nav_title' => 'seznam', 11 'title' => 'Balíčky beatmap', 12 13 'blurb' => [ 14 'important' => 'PŘEČTĚTE SI PŘED STAŽENÍM', 15 'install_instruction' => 'Instalace: Jakmile bude balíček stažen, rozbalte jej do složky osu! skladeb a osu! udělá zbytek.', 16 ], 17 ], 18 19 'show' => [ 20 'download' => 'Stáhnout', 21 'item' => [ 22 'cleared' => 'splněno', 23 'not_cleared' => 'nesplněno', 24 ], 25 'no_diff_reduction' => [ 26 '_' => ':link nelze použít ke splnění tohoto balíčku.', 27 'link' => 'Módy snižování obtížnosti', 28 ], 29 ], 30 31 'mode' => [ 32 'artist' => 'Interpret/Album', 33 'chart' => 'V záři reflektorů', 34 'featured' => 'Featured Artist', 35 'loved' => 'Projekt Oblíbené', 36 'standard' => 'Klasické', 37 'theme' => 'Tématické', 38 'tournament' => 'Turnaj', 39 ], 40 41 'require_login' => [ 42 '_' => 'Pro stažení musíte být :link', 43 'link_text' => 'přihlášený', 44 ], 45];