]> git.localhorst.tv Git - alttp.git/blob - resources/js/i18n/en.js
vertical map layout
[alttp.git] / resources / js / i18n / en.js
1 /* eslint-disable max-len */
2 export default {
3         translation: {
4                 alttp: {
5                         baseRomInvalid: 'CRC32 mismatch (need 33:22:EF:FC). Wrong ROM file?',
6                         baseRomRemoved: 'Base ROM removed.',
7                         baseRomSet: 'Base ROM set.',
8                         setBaseRom: 'Set base ROM',
9                 },
10                 alttpSeeds: {
11                         date: '{{ date, L LT }}',
12                         fetchingPatch: 'Fetching patch',
13                         filename: 'alttpr - {{preset}} - {{hash}}',
14                         heading: 'A Link to the Past Randomizer Seed',
15                         generated: 'Generated',
16                         generator: 'Generator',
17                         generators: {
18                                 doors: 'This seed has been generated with Aerinon\'s door randomizer.',
19                         },
20                         mystery: 'Mystery ROM, settings hidden',
21                         noMystery: 'No mystery',
22                         noRace: 'No race',
23                         patch: 'Patch ROM',
24                         patchError: 'Error applying patch: {{msg}}',
25                         preset: 'Preset',
26                         presets: {
27                                 custom: 'Custom',
28                         },
29                         race: 'Race ROM, seed hidden',
30                         seed: 'Seed',
31                         settingName: {
32                                 shuffleenemies: 'Enemy shuffle',
33                         },
34                         settings: 'Settings',
35                         settingValue: {
36                                 shuffleenemies: {
37                                         shuffled: 'Shuffled',
38                                 },
39                         },
40                         status: 'Status',
41                         statuses: {
42                                 error: 'error',
43                                 generated: 'generated',
44                                 pending: 'pending',
45                         },
46                 },
47                 applications: {
48                         accept: 'Accept',
49                         acceptError: 'Error accepting',
50                         acceptSuccess: 'Accepted',
51                         reject: 'Reject',
52                         rejectSuccess: 'Rejected',
53                         rejectError: 'Error rejecting',
54                 },
55                 autoTracking: {
56                         heading: 'Auto tracking',
57                         statusMsg: {
58                                 disabled: 'Disabled',
59                                 disconnected: 'Disconnected',
60                                 error: 'Connection error',
61                                 'no-device': 'No device',
62                                 'not-applicable': 'Connected to {{ device }}, mode not applicable',
63                                 'not-in-game': 'Connected to {{ device }}, not in game',
64                                 tracking: 'Connected to {{ device }}',
65                         },
66                 },
67                 button: {
68                         add: 'Add',
69                         back: 'Back',
70                         browserSource: 'Browser source',
71                         cancel: 'Cancel',
72                         chart: 'Chart',
73                         close: 'Close',
74                         confirm: 'Confirm',
75                         edit: 'Edit',
76                         filter: 'Filter',
77                         generate: 'Generate',
78                         help: 'Help',
79                         invert: 'Invert',
80                         login: 'Login',
81                         logout: 'Logout',
82                         new: 'New',
83                         nextFrame: 'Next frame',
84                         pause: 'Pause',
85                         play: 'Play',
86                         playPause: 'Play/Pause',
87                         protocol: 'Protocol',
88                         remove: 'Remove',
89                         retry: 'Retry',
90                         save: 'Save',
91                         search: 'Search',
92                         send: 'Send',
93                         settings: 'Settings',
94                         signUp: 'Sign up',
95                         start: 'Start',
96                         stop: 'Stop',
97                         unconfirm: 'Retract',
98                         unset: 'Unset',
99                 },
100                 content: {
101                         attribution: 'Attribution',
102                         description: 'Description',
103                         edit: 'Edit content',
104                         saveError: 'Error saving',
105                         saveSuccess: 'Saved',
106                         short: 'Short description',
107                         title: 'Title',
108                 },
109                 crew: {
110                         roles: {
111                                 commentary: 'Commentary',
112                                 setup: 'Setup',
113                                 tracking: 'Tracking',
114                         },
115                 },
116                 discordBot: {
117                         channel: 'Channel',
118                         controls: 'Controls',
119                         guild: 'Server',
120                         heading: 'Discord Bot',
121                         invite: 'Invite bot',
122                         selectGuild: 'Please select server',
123                 },
124                 episodes: {
125                         addRestream: 'Add Restream',
126                         applyDialog: {
127                                 applyError: 'Error signing up',
128                                 applySuccess: 'Application received',
129                                 signUpAs: 'Sign up as',
130                                 title: 'Application',
131                         },
132                         channel: 'Channel',
133                         commentary: 'Commentary',
134                         empty: 'No dates coming up.',
135                         raceroom: 'Race room',
136                         restreamDialog: {
137                                 acceptComms: 'Open commentary application',
138                                 acceptTracker: 'Open tracker application',
139                                 addError: 'Error adding restream',
140                                 addSuccess: 'Added',
141                                 addUser: 'Add user',
142                                 crewError: 'Error updating',
143                                 crewSuccess: 'Updated',
144                                 editError: 'Error saving',
145                                 editSuccess: 'Saved',
146                                 removeError: 'Error removing restream',
147                                 removeSuccess: 'Removed',
148                                 title: 'Restream',
149                         },
150                         setup: 'Setup',
151                         sgSignUp: 'SG Signup',
152                         startTime: '{{ date, LL LT }}',
153                         tracking: 'Tracking',
154                 },
155                 error: {
156                         403: {
157                                 description: 'Um no',
158                                 heading: 'Access denied',
159                         },
160                         404: {
161                                 description: 'Pretty sure I had that somehere',
162                                 heading: 'Not found',
163                         },
164                         500: {
165                                 description: 'NotLikeThis',
166                                 heading: 'Server error',
167                         },
168                 },
169                 events: {
170                         concluded: 'This event has concluded.',
171                         end: 'End',
172                         evergreen: 'Evergreen events',
173                         heading: 'Events',
174                         ongoing: 'Ongoing events',
175                         past: 'Past events',
176                         pastEpisodes: 'Past races',
177                         start: 'Start',
178                         upcomingEpisodes: 'Upcoming races',
179                 },
180                 footer: {
181                         alttpde: 'German ALttP Discord',
182                         alttpwiki: 'ALttP Speedrunning Wiki',
183                         competitions: 'Competitions',
184                         connect: 'Connect Spedruns Discord',
185                         contact: 'If you would like to organize a Tournament on this site, please contact holysmoke86 on Discord.',
186                         events: 'Events',
187                         info: 'Infos',
188                         map: 'ALttP Map',
189                         muffins: 'Muffins\' Glitch Map',
190                         privacy: 'Privacy',
191                         resources: 'Resources',
192                         restreamCentral: 'Restream Central Discord',
193                         schedule: 'Schedule',
194                         smd: 'German Super Metroid Discord',
195                         smwiki: 'Super Metroid Speedrunning Wiki',
196                         tech: 'ALttP Tech',
197                 },
198                 general: {
199                         actions: 'Actions',
200                         anonymous: 'Anonym',
201                         appDescription: 'Tournaments and tutorials for The Legend of Zelda: A Link to the Past Randomizer',
202                         appName: 'ALttP',
203                         pleaseSelect: 'Please select',
204                 },
205                 icon: {
206                         AddIcon: 'Add',
207                         AllowedIcon: 'Allowed',
208                         ApplicationsIcon: 'Applications',
209                         ApplyIcon: 'Apply',
210                         ChartIcon: 'Chart',
211                         DiscordIcon: 'Discord',
212                         EditIcon: 'Edit',
213                         FinishedIcon: 'Finished',
214                         FirstPlaceIcon: 'First Place',
215                         ForbiddenIcon: 'Forbidden',
216                         ForfeitIcon: 'Forfeit',
217                         LanguageIcon: 'Language',
218                         LockedIcon: 'Locked',
219                         LogoutIcon: 'Logout',
220                         PendingIcon: 'Pending',
221                         ProtocolIcon: 'Protocol',
222                         ResultIcon: 'Result',
223                         SecondPlaceIcon: 'Second Place',
224                         SettingsIcon: 'Settings',
225                         StreamIcon: 'Stream',
226                         ThirdPlaceIcon: 'Third Place',
227                         TwitchIcon: 'Twitch',
228                         UnknownIcon: 'Unknown',
229                         UnlockedIcon: 'Unlocked',
230                         YoutubeIcon: 'YouTube',
231                         VideoIcon: 'Video',
232                         zelda: {
233                                 aga: 'Agahnim',
234                                 armos: 'Armos Knights',
235                                 arrghus: 'Arrghus',
236                                 'big-key': 'Big Key',
237                                 blind: 'Blind',
238                                 'blue-boomerang': 'Boomerang',
239                                 'blue-mail': 'Blue Mail',
240                                 'blue-pendant': 'Pendant of Power',
241                                 'blue-potion': 'Blue Potion',
242                                 bombos: 'Bombos',
243                                 bomb: 'Bomb',
244                                 book: 'Book',
245                                 boots: 'Boots',
246                                 'bottle-bee': 'Bee in a Bottle',
247                                 bottle: 'Bottle',
248                                 bow: 'Bow',
249                                 'bowless-silvers': 'Silvers w/o Bow',
250                                 bugnet: 'Bugnet',
251                                 byrna: 'Cane of Byrna',
252                                 cape: 'Cape',
253                                 compass: 'Compass',
254                                 crystal: 'Crystal',
255                                 duck: 'Duck',
256                                 'dungeon-ct': 'Castle Tower',
257                                 'dungeon-dp': 'Desert Palace',
258                                 'dungeon-ep': 'Eastern Palace',
259                                 'dungeon-gt': 'Ganon\'s Tower',
260                                 'dungeon-hc': 'Hyrule Castle',
261                                 'dungeon-ip': 'Ice Palace',
262                                 'dungeon-mm': 'Misery Mire',
263                                 'dungeon-pd': 'Palace of Darkness',
264                                 'dungeon-sp': 'Swamp Palace',
265                                 'dungeon-sw': 'Skull Woods',
266                                 'dungeon-th': 'Tower of Hera',
267                                 'dungeon-tr': 'Turtle Rock',
268                                 'dungeon-tt': 'Thieves\' Town',
269                                 ether: 'Ether',
270                                 fairy: 'Fairy in a Bottle',
271                                 'fighter-shield': 'Fighter Shield',
272                                 'fighter-sword': 'Fighter Sword',
273                                 'fire-rod': 'Fire Rod',
274                                 'fire-shield': 'Fire Shield',
275                                 flippers: 'Flippers',
276                                 flute: 'Flute',
277                                 glove: 'Power Glove',
278                                 'gold-sword': 'Gold Sword',
279                                 'green-mail': 'Green Mail',
280                                 'green-pendant': 'Pendant of Courage',
281                                 'green-potion': 'Green Potion',
282                                 'half-magic': 'Half Magic',
283                                 hammer: 'Hammer',
284                                 'heart-0': 'No Heart Pieces',
285                                 'heart-1': 'One Heart Piece',
286                                 'heart-2': 'Two Heart Pieces',
287                                 'heart-3': 'Three Heart Pieces',
288                                 'heart-container': 'Heart Container',
289                                 'heart-piece': 'Heart Piece',
290                                 helma: 'King Helmasaur',
291                                 hookshot: 'Hookshot',
292                                 'ice-rod': 'Ice Rod',
293                                 kholdstare: 'Kholdstare',
294                                 lamp: 'Lamp',
295                                 lanmolas: 'Lanmolas',
296                                 map: 'Map',
297                                 'master-sword': 'Master Sword',
298                                 mirror: 'Mirror',
299                                 'mirror-shield': 'Mirror Shield',
300                                 mitts: 'Titan \'s Mitts',
301                                 moldorm: 'Moldorm',
302                                 mothula: 'Mothula',
303                                 moonpearl: 'Moonpearl',
304                                 mushroom: 'Mushroom',
305                                 'not-flippers': 'No Flippers',
306                                 'not-mirror': 'No Mirror',
307                                 'not-moonpearl': 'No Moonpearl',
308                                 powder: 'Powder',
309                                 quake: 'Quake',
310                                 'quarter-magic': 'Quarter Magic',
311                                 'red-bomb': 'Red Bomb',
312                                 'red-boomerang': 'Red Boomerang',
313                                 'red-crystal': 'Red Crystal',
314                                 'red-mail': 'Red Mail',
315                                 'red-pendant': 'Pendant of Wisdom',
316                                 'red-potion': 'Red Potion',
317                                 shovel: 'Shovel',
318                                 silvers: 'Silvers',
319                                 'small-key': 'Small Key',
320                                 somaria: 'Cane of Somaria',
321                                 'sword-1': 'Fighter Sword',
322                                 'sword-2': 'Master Sword',
323                                 'sword-3': 'Tempered Sword',
324                                 'sword-4': 'Gold Sword',
325                                 'tempered-sword': 'Tempered Sword',
326                                 trinexx: 'Trinexx',
327                                 vitreous: 'Vitreous',
328                         },
329                 },
330                 map: {
331                         description: 'Maps of The Legend of Zelda: A Link to the Past',
332                         dwLong: 'Dark World',
333                         dwShort: 'DW',
334                         goToLocation: 'Go to location',
335                         heading: 'Map',
336                         lwLong: 'Light World',
337                         lwShort: 'LW',
338                         onThisMap: 'On this map',
339                         spLong: 'Special Areas',
340                         spShort: 'SP',
341                         uw2Long: 'Underworld 2',
342                         uw2Short: 'UW2',
343                         uwLong: 'Underworld',
344                         uwOverlay: 'Show grid',
345                         uwShort: 'UW',
346                 },
347                 menu: {
348                         map: 'Map',
349                         schedule: 'Schedule',
350                         tech: 'Tech',
351                 },
352                 modes: {
353                         heading: 'Modes',
354                 },
355                 participants: {
356                         empty: 'No participants on record',
357                         heading: 'Participants',
358                         participant: 'Participant',
359                         placement: 'Placement',
360                         placementShort: '#',
361                         placementSubjectToChange: 'Tournament incomplete, placement subject to change.',
362                         roleNames: {
363                                 admin: 'Administrator',
364                                 monitor: 'Monitor',
365                                 runner: 'Runner',
366                         },
367                         roles: 'Participated as',
368                         tournament: 'Tournament',
369                         score: 'Score',
370                         scoreShort: 'Score',
371                 },
372                 privacy: {
373                         heading: 'Privacy',
374                         p1: 'We\'re utilizing cokes and your browser\'s storage to remember your login and preferred language as well as protect against XSRF.',
375                         p2: 'If you click on Login, you wil be redirected to a discord portal. Once signed in, Discord will provide us with your username, discriminator and ID.',
376                         p3: 'Any results you submit will be published on this site and may be shared with the Discord server of the respective community.',
377                 },
378                 protocol: {
379                         description: {
380                                 application: {
381                                         accepted: 'Application from {{username}} accepted',
382                                         received: 'Application from {{username}} received',
383                                         rejected: 'Application from {{username}} rejected',
384                                 },
385                                 result: {
386                                         comment: 'Result of round {{number}} commented: <1>{{comment}}</1>',
387                                         report: 'Result of <1>{{time}}</1> reported for round {{number}}',
388                                 },
389                                 round: {
390                                         create: 'Added round #{{number}}',
391                                         edit: 'Edited round #{{number}}',
392                                         lock: 'Round #{{number}} locked',
393                                         seed: 'Set seed for round #{{number}}',
394                                         unlock: 'Round #{{number}} unlocked',
395                                 },
396                                 tournament: {
397                                         close: 'Registration closed',
398                                         discord: 'Discord server connected',
399                                         lock: 'Tournament locked',
400                                         open: 'Registration opened',
401                                         settings: 'Modified settings',
402                                         unlock: 'Tournament unlocked',
403                                 },
404                                 unknown: 'Unknown protocol entry of type {{type}}.',
405                         },
406                         empty: 'Empty',
407                         heading: 'Protocol',
408                 },
409                 results: {
410                         addComment: 'Comment',
411                         comment: 'Comment',
412                         details: 'Details',
413                         edit: 'Change result',
414                         editComment: 'Edit comment',
415                         forfeit: 'Forfeit',
416                         pending: 'Pending',
417                         placement: 'Placement',
418                         points_one: '{{ count }} point',
419                         points_other: '{{ count }} points',
420                         report: 'Report result',
421                         reportError: 'Error saving :(',
422                         reportPreview: 'Will be recorded as {{ time }}',
423                         reportSuccess: 'Stored, thanks :)',
424                         reportTime: 'Time',
425                         result: 'Result',
426                         round: 'Round',
427                         runner: 'Runner',
428                         time: 'Time: {{ time }}',
429                         vod: 'VoD',
430                         vodNote: 'If you want to share your VoD, go ahead.',
431                 },
432                 rounds: {
433                         code: 'Code',
434                         date: '{{ date, L }}',
435                         edit: 'Edit round',
436                         editError: 'Error saving round',
437                         editSuccess: 'Saved successfully',
438                         empty: 'No rounds yet',
439                         heading: 'Rounds',
440                         new: 'New round',
441                         noSeed: 'No seed set',
442                         numberOfResults_one: '{{ count }} submission',
443                         numberOfResults_other: '{{ count }} submissions',
444                         loadMore: 'load more rounds',
445                         lock: 'Lock round',
446                         lockDescription: 'When a round is locked, runners cannot submit or change results.',
447                         locked: 'Results for this round have been locked.',
448                         lockError: 'Error locking round',
449                         lockIncompleteWarning: 'Warning: Not all runners have submitted their results for this round yet!',
450                         lockSuccess: 'Round locked',
451                         rolled_by: 'Rolled by',
452                         rolledBy: 'Rolled by {{name}}',
453                         seed: 'Seed',
454                         setSeed: 'Set seed',
455                         setSeedError: 'Seed could not be set',
456                         setSeedSuccess: 'Seed set',
457                         spoiler: 'Spoiler',
458                         title: 'Title',
459                         unlock: 'Unock round',
460                         unlockDescription: 'The round is unlocked and runers are free to submit or change their results again.',
461                         unlocked: 'Results for this round are subject to change.',
462                         unlockError: 'Error unlocking round',
463                         unlockSuccess: 'Round unlocked',
464                 },
465                 rulesets: {
466                         heading: 'Rulesets',
467                 },
468                 schedule: {
469                         description: 'Upcoming matches and other events.',
470                         heading: 'Schedule',
471                         startTime: '{{ date, LT }}',
472                 },
473                 search: {
474                         noResults: 'No results',
475                 },
476                 snes: {
477                         device: 'Preferred device',
478                         host: 'Host',
479                         port: 'Port',
480                         proto: 'Protocol',
481                         settings: 'SNES Settings',
482                 },
483                 techniques: {
484                         description: 'Tutorials for The Legend of Zelda: A Link to the Past Randomizer',
485                         heading: 'Techniques',
486                         lastModified: 'Last modified: {{ date, L }}',
487                         requirements: 'Requires: ',
488                         rulesetCodes: {
489                                 competitive: 'COM',
490                                 mg: 'MG',
491                                 nl: 'NL',
492                                 owg: 'OWG',
493                         },
494                         rulesetDescriptions: {
495                                 competitive: 'Competitive',
496                                 mg: 'Major Glitches',
497                                 nl: 'No Logic',
498                                 owg: 'Overworld Glitches',
499                         },
500                         rulesetFilterHeading: 'Only show techniques allowed in the following rulesets:',
501                         seeAlso: 'See also',
502                 },
503                 tracker: {
504                         config: {
505                                 bossShuffle: 'Boss Shuffle',
506                                 ganonCrystals: 'Ganon Crystals',
507                                 glitches: 'Glitches',
508                                 glitchRules: {
509                                         hmg: 'HMG',
510                                         mg: 'Major',
511                                         nl: 'No Logic',
512                                         none: 'None',
513                                         owg: 'OWG',
514                                 },
515                                 goal: 'Goal',
516                                 goals: {
517                                         ad: 'All Dungeons',
518                                         fast: 'Fast Ganon',
519                                         ganon: 'Ganon',
520                                         ghunt: 'Ganon Hunt',
521                                         ped: 'Pedestal',
522                                         thunt: 'Triforce Hunt',
523                                         trinity: 'Trinity',
524                                 },
525                                 gtCrystals: 'GT Crystals',
526                                 layout: 'Layout',
527                                 logic: 'Logic',
528                                 mapLayout: 'Map',
529                                 mapLayouts: {
530                                         horizontal: 'Horizontal',
531                                         vertical: 'Vertical',
532                                 },
533                                 showBig: 'Big Keys',
534                                 showCompass: 'Compasses',
535                                 showItemOptions: {
536                                         always: 'Always',
537                                         never: 'Never',
538                                         situational: 'Situational',
539                                 },
540                                 showItems: 'Show Dungeon Items',
541                                 showMap: 'Maps',
542                                 showSmall: 'Small Keys',
543                                 title: 'Configuration',
544                                 wildBig: 'Big Keys',
545                                 wildCompass: 'Compasses',
546                                 wildItems: 'Wild Dungeon Items',
547                                 wildMap: 'Maps',
548                                 wildSmall: 'Small Keys',
549                                 worldState: 'World State',
550                                 worldStates: {
551                                         inverted: 'Inverted',
552                                         open: 'Open',
553                                 },
554                         },
555                         location: {
556                                 aginah: 'Aginah',
557                                 blacksmith: 'Blacksmith',
558                                 brewery: 'Brewery',
559                                 'blinds-hideout': 'Blind\'s Hideout',
560                                 'bombos-tablet': 'Bombos Tablet',
561                                 'bonk-rocks': 'Pegasus Rocks',
562                                 'bottle-merchant': 'Bottle Merchant',
563                                 'bumper-cave': 'Bumper Cave',
564                                 'c-house': 'C-Shaped House',
565                                 catfish: 'Catfish',
566                                 'cave-45': 'Cave 45',
567                                 checkerboard: 'Checkerboard Cave',
568                                 'chest-game': 'Chest Game',
569                                 'chicken-house': 'Chicken House',
570                                 dam: 'Dam',
571                                 'desert-ledge': 'Desert Ledge',
572                                 'digging-game': 'Digging Game',
573                                 dp: 'Desert Palace',
574                                 ep: 'Eastern Palace',
575                                 'floating-island': 'Floating Island',
576                                 'flute-spot': 'Flute Spot',
577                                 'ether-tablet': 'Ether Tablet',
578                                 'graveyard-ledge': 'Graveyard Ledge',
579                                 gt: 'Ganon\'s Tower',
580                                 'hammer-pegs': 'Hammer Pegs',
581                                 hobo: 'Hobo',
582                                 'hookshot-cave': 'Hookshot Cave',
583                                 'hookshot-cave-bonk': 'Hookshot Cave (bonkable chest)',
584                                 'hype-cave': 'Hype Cave',
585                                 'ice-rod-cave': 'Ice Rod Cave',
586                                 ip: 'Ice Palace',
587                                 'kak-well': 'Kakariko Well',
588                                 'kings-tomb': 'King\'s Tomb',
589                                 'lake-hylia-island': 'Lake Hylia Island',
590                                 library: 'Library',
591                                 'links-house': 'Link\'s House',
592                                 'lost-woods-hideout': 'Lost Woods Hideout',
593                                 lumberjack: 'Lumberjack',
594                                 'magic-bat': 'Magic Bat',
595                                 'mimic-cave': 'Mimic Cave',
596                                 'mini-moldorm-cave': 'Mini Moldorm Cave',
597                                 'mire-shed': 'Mire Shed',
598                                 mm: 'Misery Mire',
599                                 'mushroom-spot': 'Mushroom Spot',
600                                 'old-man': 'Old Man',
601                                 'paradox-cave': 'Paradox Cave',
602                                 pd: 'Palace of Darkness',
603                                 pedestal: 'Master Sword Pedestal',
604                                 'potion-shop': 'Potion Shop',
605                                 'purple-chest': 'Purple Chest',
606                                 pyramid: 'Pyramid Ledge',
607                                 'pyramid-fairy': 'Pyramid Fairy',
608                                 'race-game': 'Race Game',
609                                 saha: 'Sahasrahla',
610                                 'saha-hut': 'Sahasrahla\'s Hut',
611                                 'sick-kid': 'Sick Kid',
612                                 sp: 'Swamp Palace',
613                                 'spec-rock': 'Spectacle Rock',
614                                 'spec-rock-cave': 'Spectacle Rock Cave',
615                                 'spike-cave': 'Spike Cave',
616                                 'spiral-cave': 'Spiral Cave',
617                                 stumpy: 'Stumpy',
618                                 'super-bunny': 'Super Bunny Cave',
619                                 sw: 'Skull Woods',
620                                 tavern: 'Back of Tavern',
621                                 th: 'Tower of Hera',
622                                 tt: 'Thieves\' Town',
623                                 'waterfall-fairy': 'Waterfall Fairy',
624                                 zora: 'King Zora',
625                                 'zora-ledge': 'Zora\'s Ledge',
626                         },
627                 },
628                 tournaments: {
629                         admins: 'Admins',
630                         applicationDenied: 'Application denied',
631                         applicationPending: 'Application pending',
632                         applications: 'Applications',
633                         apply: 'Apply',
634                         applyError: 'Error submitting application',
635                         applySuccess: 'Application sent',
636                         closeError: 'Error closing registration',
637                         closeSuccess: 'Registration closed',
638                         discord: 'Discord',
639                         discordError: 'Error connecting',
640                         discordNoCategory: 'No category',
641                         discordRoundCategory: 'Category for round channels',
642                         discordRoundTemplate: 'Template for round channels',
643                         discordSettings: 'Discord settings',
644                         discordSettingsError: 'Error saving discord settings',
645                         discordSettingsSuccess: 'Discord settings saved',
646                         discordSuccess: 'Discord associated',
647                         inviteBot: 'Invite bot',
648                         locked: 'Lock rounds',
649                         lockError: 'Error locking tournament',
650                         lockSuccess: 'Tournament locked',
651                         monitors: 'Monitors',
652                         noApplications: 'No applications at this point',
653                         noRecord: 'Tournament set to not be recorded',
654                         open: 'Open registration',
655                         openError: 'Error opening registration',
656                         openSuccess: 'Registration opened',
657                         scoreboard: 'Scoreboard',
658                         scoreChart: 'Score chart',
659                         settings: 'Settings',
660                         settingsError: 'Error saving settings',
661                         settingsSuccess: 'Settings saved successfully',
662                         showNumbers: 'Show numbers',
663                         unlockError: 'Error unlocking tournaments',
664                         unlockSuccess: 'Tournament unlocked',
665                 },
666                 twitchBot: {
667                         addCommand: 'Add command',
668                         channel: 'Channel',
669                         chat: 'Chat',
670                         chatError: 'Error sending message',
671                         chatSettings: 'Chat Bot Settings',
672                         chatSuccess: 'Message queued',
673                         chatWaitMsgsMin: 'Min. messages',
674                         chatWaitMsgsMax: 'Max. messages',
675                         chatWaitTimeMin: 'Min. time',
676                         chatWaitTimeMax: 'Max. time',
677                         commandDialog: 'Edit command',
678                         commandName: 'Name',
679                         commandParameters: 'Parameters',
680                         commandRestriction: 'Restriction',
681                         commandRestrictions: {
682                                 mod: 'Mods',
683                                 none: 'none',
684                                 owner: 'Owner',
685                         },
686                         commands: 'Commands',
687                         commandType: 'Type',
688                         commandTypes: {
689                                 crew: 'Crew list',
690                                 'guessing-cancel': 'Cancel guessing game',
691                                 'guessing-leaderboard': 'Guessing game leaderboard',
692                                 'guessing-solve': 'Solve guessing game',
693                                 'guessing-start': 'Start guessing game',
694                                 'guessing-stop': 'Stop guessing game',
695                                 none: 'keiner',
696                                 runner: 'Runner list',
697                         },
698                         controls: 'Controls',
699                         guessingGame: {
700                                 activeMessage: 'Message when a game is already running',
701                                 cancelMessage: 'Game cancellation announcement',
702                                 closeWinnersMessage: 'Message for inexact winners',
703                                 closeWinnersMessageHint: '{names} will be replaced with a list of winners\' names and {distance} with the distance',
704                                 defaultActiveMessage: 'Channel already has an active guessing game',
705                                 defaultCancelMessage: 'Guessing game cancelled',
706                                 defaultCloseWinnersMessage: 'Congrats {names} on guessing within {distance}!',
707                                 defaultInvalidSolutionMessage: 'Please provide a valid solution to the guessing game',
708                                 defaultNoWinnersMessage: 'nobody wins :(',
709                                 defaultNotActiveMessage: 'Channel has no active guessing game',
710                                 defaultStartMessage: 'Get your guesses in',
711                                 defaultStopMessage: 'Guessing closed',
712                                 defaultWinnersMessage: 'Congrats {names}!',
713                                 guesses: 'Guesses',
714                                 guessTimestamp: '{{ timestamp, LT }}',
715                                 invalidSolutionMessage: 'Message for invalid (or missing) solution',
716                                 leaderboardType: 'Leaderboard type',
717                                 leaderboardTypes: {
718                                         30: 'Running month',
719                                         365: 'Running year',
720                                         all: 'All time',
721                                         month: 'Current month',
722                                         year: 'Current year',
723                                 },
724                                 noWinnersMessage: 'Announcement for no winners',
725                                 notActiveMessage: 'Message when no game is currently active',
726                                 pointsCloseFirst: 'Points for first close match',
727                                 pointsCloseMax: 'Maximum distance to count as close match',
728                                 pointsCloseOther: 'Points for further close matches',
729                                 pointsExactFirst: 'Points for first exact match',
730                                 pointsExactOther: 'Points for further exact matches',
731                                 popoutControls: 'Popout controls',
732                                 settings: 'Guessing game settings',
733                                 startMessage: 'Starting announcement',
734                                 stopMessage: 'Closing announcement',
735                                 winners: 'Winners',
736                                 winnerScore: '{{ score }} points',
737                                 winnerScore_one: '{{ score }} point',
738                                 winnersMessage: 'Winners announcement',
739                                 winnersMessageHint: '{names} will be replaced with a list of winners\' names',
740                         },
741                         heading: 'Twitch Bot',
742                         joinApp: 'Join as App Bot',
743                         joinChat: 'Join as Chat Bot',
744                         joinError: 'Error joining channel',
745                         joinSuccess: 'Joined',
746                         noManagePermission: 'You lack the required privileges to manage the twitch bot.',
747                         partError: 'Error parting channel',
748                         partSuccess: 'Parted',
749                         saveError: 'Error saving',
750                         saveSuccess: 'Saved',
751                         selectChannel: 'Please select a channel to manage.',
752                         sendApp: 'Send as App Bot',
753                         sendChat: 'Send as Chat Bot',
754                 },
755                 twitchLegal: {
756                         heading: 'Twitch extension terms and policies',
757                         p1: 'Participation in the guessing game solely takes place via Twitch chat. Your nickname might show up in chat, on stream and in the leaderboard panel, should you choose to participate.',
758                         p2: 'To display the leaderboard, a request is made to alttp.localhorst.tv. This request is logged anonymously and not further processed.',
759                 },
760                 users: {
761                         discordTag: 'Discord tag',
762                         editNickname: 'Edit name',
763                         editStreamLink: 'Edit stream link',
764                         nickname: 'Name',
765                         noStream: 'No stream set',
766                         participationEmpty: 'Has not participated in any tourneys yet.',
767                         roundRecords: 'Race records',
768                         setNicknameError: 'Could not save name',
769                         setNicknameSuccess: 'Name changed',
770                         setStreamLinkError: 'Could not save stream link',
771                         setStreamLinkSuccess: 'Stream link saved',
772                         stream: 'Stream',
773                         streamLink: 'Stream link',
774                         tournaments: 'Tournaments',
775                         tournamentRecords: 'Tournament records',
776                 },
777                 validation: {
778                         error: {
779                                 required: 'Please tell me',
780                                 time: 'Please enter as 1:23:45 (or 56:23 if you\'re fast ^^).',
781                                 url: 'URL plz',
782                         },
783                 }
784         },
785 };