]> git.localhorst.tv Git - alttp.git/blob - resources/js/i18n/en.js
allow admins to lock/unlock rounds
[alttp.git] / resources / js / i18n / en.js
1 /* eslint-disable max-len */
2 export default {
3         translation: {
4                 button: {
5                         add: 'Add',
6                         back: 'Back',
7                         cancel: 'Cancel',
8                         close: 'Close',
9                         edit: 'Edit',
10                         help: 'Help',
11                         login: 'Login',
12                         logout: 'Logout',
13                         new: 'New',
14                         protocol: 'Protocol',
15                         save: 'Save',
16                         search: 'Search',
17                 },
18                 error: {
19                         403: {
20                                 description: 'Um no',
21                                 heading: 'Access denied',
22                         },
23                         404: {
24                                 description: 'Pretty sure I had that somehere',
25                                 heading: 'Not found',
26                         },
27                         500: {
28                                 description: 'NotLikeThis',
29                                 heading: 'Server error',
30                         },
31                 },
32                 general: {
33                         anonymous: 'Anonym',
34                         appName: 'ALttP',
35                 },
36                 icon: {
37                         DiscordIcon: 'Discord',
38                         EditIcon: 'Edit',
39                         FinishedIcon: 'Finished',
40                         FirstPlaceIcon: 'First Place',
41                         ForfeitIcon: 'Forfeit',
42                         LockedIcon: 'Locked',
43                         LogoutIcon: 'Logout',
44                         PendingIcon: 'Pending',
45                         SecondPlaceIcon: 'Second Place',
46                         StreamIcon: 'Stream',
47                         ThirdPlaceIcon: 'Third Place',
48                         UnlockedIcon: 'Unlocked',
49                         zelda: {
50                                 'big-key': 'Big Key',
51                                 'blue-boomerang': 'Boomerang',
52                                 'blue-mail': 'Blue Mail',
53                                 'blue-pendant': 'Pendant of Power',
54                                 'blue-potion': 'Blue Potion',
55                                 bombos: 'Bombos',
56                                 bomb: 'Bomb',
57                                 book: 'Book',
58                                 boots: 'Boots',
59                                 'bottle-bee': 'Bee in a Bottle',
60                                 bottle: 'Bottle',
61                                 bow: 'Bow',
62                                 bugnet: 'Bugnet',
63                                 byrna: 'Cane of Byrna',
64                                 cape: 'Cape',
65                                 compass: 'Compass',
66                                 crystal: 'Crystal',
67                                 duck: 'Duck',
68                                 ether: 'Ether',
69                                 fairy: 'Fairy in a Bottle',
70                                 'fighter-shield': 'Fighter Shield',
71                                 'fire-rod': 'Fire Rod',
72                                 'fire-shield': 'Fire Shield',
73                                 flippers: 'Flippers',
74                                 flute: 'Flute',
75                                 glove: 'Power Glove',
76                                 'green-mail': 'Green Mail',
77                                 'green-pendant': 'Pendant of Courage',
78                                 'green-potion': 'Green Potion',
79                                 hammer: 'Hammer',
80                                 'heart-container': 'Heart Container',
81                                 'heart-piece': 'Heart Piece',
82                                 hookshot: 'Hookshot',
83                                 'ice-rod': 'Ice Rod',
84                                 lamp: 'Lamp',
85                                 map: 'Map',
86                                 mirror: 'Mirror',
87                                 'mirror-shield': 'Mirror Shield',
88                                 mitts: 'Titan \'s Mitts',
89                                 moonpearl: 'Moonpearl',
90                                 mushroom: 'Mushroom',
91                                 powder: 'Powder',
92                                 quake: 'Quake',
93                                 'red-bomb': 'Red Bomb',
94                                 'red-boomerang': 'Red Boomerang',
95                                 'red-mail': 'Red Mail',
96                                 'red-pendant': 'Pendant of Wisdom',
97                                 'red-potion': 'Red Potion',
98                                 shovel: 'Shovel',
99                                 silvers: 'Silvers',
100                                 'small-key': 'Small Key',
101                                 somaria: 'Cane of Somaria',
102                         },
103                 },
104                 participants: {
105                         empty: 'No participants on record',
106                         heading: 'Participants',
107                         participant: 'Participant',
108                         score: 'Score',
109                 },
110                 protocol: {
111                         description: {
112                                 result: {
113                                         report: 'Result of {{time}} reported',
114                                 },
115                                 round: {
116                                         create: 'Round #{{number}} added',
117                                         lock: 'Round #{{number}} locked',
118                                         unlock: 'Round #{{number}} unlocked',
119                                 },
120                                 tournament: {
121                                         lock: 'Tournament locked',
122                                 },
123                                 unknown: 'Unknown protocol entry of type {{type}}.',
124                         },
125                         empty: 'Empty',
126                         heading: 'Protocol',
127                 },
128                 results: {
129                         edit: 'Change result',
130                         forfeit: 'Forfeit',
131                         report: 'Report result',
132                         reportError: 'Error saving result :(',
133                         reportPreview: 'Will be recorded as {{ time }}',
134                         reportSuccess: 'Result stored, thanks :)',
135                         reportTime: 'Time',
136                         time: 'Time: {{ time }}',
137                 },
138                 rounds: {
139                         date: '{{ date, L }}',
140                         empty: 'No rounds yet',
141                         heading: 'Rounds',
142                         new: 'New round',
143                         noSeed: 'No seed set',
144                         lock: 'Lock round',
145                         lockDescription: 'When a round is locked, runners cannot submit or change results.',
146                         locked: 'Results for this round have been locked.',
147                         lockError: 'Error locking round',
148                         lockIncompleteWarning: 'Warning: Not all runners have submitted their results for this round yet!',
149                         lockSuccess: 'Round locked',
150                         seed: 'Seed',
151                         setSeed: 'Set seed',
152                         setSeedError: 'Seed could not be set',
153                         setSeedSuccess: 'Seed set',
154                         unlock: 'Unock round',
155                         unlockDescription: 'The round is unlocked and runers are free to submit or change their results again.',
156                         unlocked: 'Results for this round are subject to change.',
157                         unlockError: 'Error unlocking round',
158                         unlockSuccess: 'Round unlocked',
159                 },
160                 tournaments: {
161                         admins: 'Admins',
162                         scoreboard: 'Scoreboard',
163                 },
164                 users: {
165                         discordTag: 'Discord tag',
166                         editStreamLink: 'Edit stream link',
167                         noStream: 'No stream set',
168                         participationEmpty: 'Has not participated in any tourneys yet.',
169                         setStreamLinkError: 'Could not save stream link',
170                         setStreamLinkSuccess: 'Stream link saved',
171                         stream: 'Stream',
172                         streamLink: 'Stream link',
173                         tournaments: 'Tournaments',
174                 },
175                 validation: {
176                         error: {
177                                 required: 'Please tell me',
178                                 time: 'Please enter as 1:23:45 (or 56:23 if you\'re fast ^^).',
179                                 url: 'URL plz',
180                         },
181                 }
182         },
183 };