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 'header' => [
8 'small' => '',
9 'large' => '',
10 ],
11
12 'index' => [
13 'nav_title' => '',
14 ],
15
16 'judge' => [
17 'comments' => '',
18 'hide_judged' => '',
19 'nav_title' => '',
20 'no_current_vote' => '',
21 'update' => '',
22 'validation' => [
23 'missing_score' => '',
24 'contest_vote_judged' => '',
25 ],
26 'voted' => '',
27 ],
28
29 'judge_results' => [
30 '_' => '',
31 'creator' => '',
32 'score' => '',
33 'total_score' => '',
34 ],
35
36 'voting' => [
37 'judge_link' => '',
38 'judged_notice' => '',
39 'login_required' => '',
40 'over' => '',
41 'show_voted_only' => '',
42
43 'best_of' => [
44 'none_played' => "",
45 ],
46
47 'button' => [
48 'add' => '',
49 'remove' => '',
50 'used_up' => '',
51 ],
52
53 'progress' => [
54 '_' => '',
55 ],
56
57 'requirement' => [
58 'playlist_beatmapsets' => [
59 'incomplete_play' => '',
60 ],
61 ],
62 ],
63
64 'entry' => [
65 '_' => '',
66 'login_required' => '',
67 'silenced_or_restricted' => '',
68 'preparation' => '',
69 'drop_here' => '',
70 'download' => '',
71
72 'wrong_type' => [
73 'art' => '',
74 'beatmap' => '',
75 'music' => '',
76 ],
77
78 'wrong_dimensions' => '',
79 'too_big' => '',
80 ],
81
82 'beatmaps' => [
83 'download' => '',
84 ],
85
86 'vote' => [
87 'list' => '',
88 'count' => '',
89 'points' => '',
90 ],
91
92 'dates' => [
93 'ended' => '',
94 'ended_no_date' => '',
95
96 'starts' => [
97 '_' => '',
98 'soon' => '',
99 ],
100 ],
101
102 'states' => [
103 'entry' => '',
104 'voting' => '',
105 'results' => '',
106 ],
107];