]> git.localhorst.tv Git - alttp.git/blob - resources/js/i18n/en.js
tentative inverted logic
[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                                 logic: 'Logic',
527                                 showBig: 'Big Keys',
528                                 showCompass: 'Compasses',
529                                 showItemOptions: {
530                                         always: 'Always',
531                                         never: 'Never',
532                                         situational: 'Situational',
533                                 },
534                                 showItems: 'Show Dungeon Items',
535                                 showMap: 'Maps',
536                                 showSmall: 'Small Keys',
537                                 title: 'Configuration',
538                                 wildBig: 'Big Keys',
539                                 wildCompass: 'Compasses',
540                                 wildItems: 'Wild Dungeon Items',
541                                 wildMap: 'Maps',
542                                 wildSmall: 'Small Keys',
543                                 worldState: 'World State',
544                                 worldStates: {
545                                         inverted: 'Inverted',
546                                         open: 'Open',
547                                 },
548                         },
549                         location: {
550                                 aginah: 'Aginah',
551                                 blacksmith: 'Blacksmith',
552                                 brewery: 'Brewery',
553                                 'blinds-hideout': 'Blind\'s Hideout',
554                                 'bombos-tablet': 'Bombos Tablet',
555                                 'bonk-rocks': 'Pegasus Rocks',
556                                 'bottle-merchant': 'Bottle Merchant',
557                                 'bumper-cave': 'Bumper Cave',
558                                 'c-house': 'C-Shaped House',
559                                 catfish: 'Catfish',
560                                 'cave-45': 'Cave 45',
561                                 checkerboard: 'Checkerboard Cave',
562                                 'chest-game': 'Chest Game',
563                                 'chicken-house': 'Chicken House',
564                                 dam: 'Dam',
565                                 'desert-ledge': 'Desert Ledge',
566                                 'digging-game': 'Digging Game',
567                                 dp: 'Desert Palace',
568                                 ep: 'Eastern Palace',
569                                 'floating-island': 'Floating Island',
570                                 'flute-spot': 'Flute Spot',
571                                 'ether-tablet': 'Ether Tablet',
572                                 'graveyard-ledge': 'Graveyard Ledge',
573                                 gt: 'Ganon\'s Tower',
574                                 'hammer-pegs': 'Hammer Pegs',
575                                 hobo: 'Hobo',
576                                 'hookshot-cave': 'Hookshot Cave',
577                                 'hookshot-cave-bonk': 'Hookshot Cave (bonkable chest)',
578                                 'hype-cave': 'Hype Cave',
579                                 'ice-rod-cave': 'Ice Rod Cave',
580                                 ip: 'Ice Palace',
581                                 'kak-well': 'Kakariko Well',
582                                 'kings-tomb': 'King\'s Tomb',
583                                 'lake-hylia-island': 'Lake Hylia Island',
584                                 library: 'Library',
585                                 'links-house': 'Link\'s House',
586                                 'lost-woods-hideout': 'Lost Woods Hideout',
587                                 lumberjack: 'Lumberjack',
588                                 'magic-bat': 'Magic Bat',
589                                 'mimic-cave': 'Mimic Cave',
590                                 'mini-moldorm-cave': 'Mini Moldorm Cave',
591                                 'mire-shed': 'Mire Shed',
592                                 mm: 'Misery Mire',
593                                 'mushroom-spot': 'Mushroom Spot',
594                                 'old-man': 'Old Man',
595                                 'paradox-cave': 'Paradox Cave',
596                                 pd: 'Palace of Darkness',
597                                 pedestal: 'Master Sword Pedestal',
598                                 'potion-shop': 'Potion Shop',
599                                 'purple-chest': 'Purple Chest',
600                                 pyramid: 'Pyramid Ledge',
601                                 'pyramid-fairy': 'Pyramid Fairy',
602                                 'race-game': 'Race Game',
603                                 saha: 'Sahasrahla',
604                                 'saha-hut': 'Sahasrahla\'s Hut',
605                                 'sick-kid': 'Sick Kid',
606                                 sp: 'Swamp Palace',
607                                 'spec-rock': 'Spectacle Rock',
608                                 'spec-rock-cave': 'Spectacle Rock Cave',
609                                 'spike-cave': 'Spike Cave',
610                                 'spiral-cave': 'Spiral Cave',
611                                 stumpy: 'Stumpy',
612                                 'super-bunny': 'Super Bunny Cave',
613                                 sw: 'Skull Woods',
614                                 tavern: 'Back of Tavern',
615                                 th: 'Tower of Hera',
616                                 tt: 'Thieves\' Town',
617                                 'waterfall-fairy': 'Waterfall Fairy',
618                                 zora: 'King Zora',
619                                 'zora-ledge': 'Zora\'s Ledge',
620                         },
621                 },
622                 tournaments: {
623                         admins: 'Admins',
624                         applicationDenied: 'Application denied',
625                         applicationPending: 'Application pending',
626                         applications: 'Applications',
627                         apply: 'Apply',
628                         applyError: 'Error submitting application',
629                         applySuccess: 'Application sent',
630                         closeError: 'Error closing registration',
631                         closeSuccess: 'Registration closed',
632                         discord: 'Discord',
633                         discordError: 'Error connecting',
634                         discordNoCategory: 'No category',
635                         discordRoundCategory: 'Category for round channels',
636                         discordRoundTemplate: 'Template for round channels',
637                         discordSettings: 'Discord settings',
638                         discordSettingsError: 'Error saving discord settings',
639                         discordSettingsSuccess: 'Discord settings saved',
640                         discordSuccess: 'Discord associated',
641                         inviteBot: 'Invite bot',
642                         locked: 'Lock rounds',
643                         lockError: 'Error locking tournament',
644                         lockSuccess: 'Tournament locked',
645                         monitors: 'Monitors',
646                         noApplications: 'No applications at this point',
647                         noRecord: 'Tournament set to not be recorded',
648                         open: 'Open registration',
649                         openError: 'Error opening registration',
650                         openSuccess: 'Registration opened',
651                         scoreboard: 'Scoreboard',
652                         scoreChart: 'Score chart',
653                         settings: 'Settings',
654                         settingsError: 'Error saving settings',
655                         settingsSuccess: 'Settings saved successfully',
656                         showNumbers: 'Show numbers',
657                         unlockError: 'Error unlocking tournaments',
658                         unlockSuccess: 'Tournament unlocked',
659                 },
660                 twitchBot: {
661                         addCommand: 'Add command',
662                         channel: 'Channel',
663                         chat: 'Chat',
664                         chatError: 'Error sending message',
665                         chatSettings: 'Chat Bot Settings',
666                         chatSuccess: 'Message queued',
667                         chatWaitMsgsMin: 'Min. messages',
668                         chatWaitMsgsMax: 'Max. messages',
669                         chatWaitTimeMin: 'Min. time',
670                         chatWaitTimeMax: 'Max. time',
671                         commandDialog: 'Edit command',
672                         commandName: 'Name',
673                         commandParameters: 'Parameters',
674                         commandRestriction: 'Restriction',
675                         commandRestrictions: {
676                                 mod: 'Mods',
677                                 none: 'none',
678                                 owner: 'Owner',
679                         },
680                         commands: 'Commands',
681                         commandType: 'Type',
682                         commandTypes: {
683                                 crew: 'Crew list',
684                                 'guessing-cancel': 'Cancel guessing game',
685                                 'guessing-leaderboard': 'Guessing game leaderboard',
686                                 'guessing-solve': 'Solve guessing game',
687                                 'guessing-start': 'Start guessing game',
688                                 'guessing-stop': 'Stop guessing game',
689                                 none: 'keiner',
690                                 runner: 'Runner list',
691                         },
692                         controls: 'Controls',
693                         guessingGame: {
694                                 activeMessage: 'Message when a game is already running',
695                                 cancelMessage: 'Game cancellation announcement',
696                                 closeWinnersMessage: 'Message for inexact winners',
697                                 closeWinnersMessageHint: '{names} will be replaced with a list of winners\' names and {distance} with the distance',
698                                 defaultActiveMessage: 'Channel already has an active guessing game',
699                                 defaultCancelMessage: 'Guessing game cancelled',
700                                 defaultCloseWinnersMessage: 'Congrats {names} on guessing within {distance}!',
701                                 defaultInvalidSolutionMessage: 'Please provide a valid solution to the guessing game',
702                                 defaultNoWinnersMessage: 'nobody wins :(',
703                                 defaultNotActiveMessage: 'Channel has no active guessing game',
704                                 defaultStartMessage: 'Get your guesses in',
705                                 defaultStopMessage: 'Guessing closed',
706                                 defaultWinnersMessage: 'Congrats {names}!',
707                                 guesses: 'Guesses',
708                                 guessTimestamp: '{{ timestamp, LT }}',
709                                 invalidSolutionMessage: 'Message for invalid (or missing) solution',
710                                 leaderboardType: 'Leaderboard type',
711                                 leaderboardTypes: {
712                                         30: 'Running month',
713                                         365: 'Running year',
714                                         all: 'All time',
715                                         month: 'Current month',
716                                         year: 'Current year',
717                                 },
718                                 noWinnersMessage: 'Announcement for no winners',
719                                 notActiveMessage: 'Message when no game is currently active',
720                                 pointsCloseFirst: 'Points for first close match',
721                                 pointsCloseMax: 'Maximum distance to count as close match',
722                                 pointsCloseOther: 'Points for further close matches',
723                                 pointsExactFirst: 'Points for first exact match',
724                                 pointsExactOther: 'Points for further exact matches',
725                                 popoutControls: 'Popout controls',
726                                 settings: 'Guessing game settings',
727                                 startMessage: 'Starting announcement',
728                                 stopMessage: 'Closing announcement',
729                                 winners: 'Winners',
730                                 winnerScore: '{{ score }} points',
731                                 winnerScore_one: '{{ score }} point',
732                                 winnersMessage: 'Winners announcement',
733                                 winnersMessageHint: '{names} will be replaced with a list of winners\' names',
734                         },
735                         heading: 'Twitch Bot',
736                         joinApp: 'Join as App Bot',
737                         joinChat: 'Join as Chat Bot',
738                         joinError: 'Error joining channel',
739                         joinSuccess: 'Joined',
740                         noManagePermission: 'You lack the required privileges to manage the twitch bot.',
741                         partError: 'Error parting channel',
742                         partSuccess: 'Parted',
743                         saveError: 'Error saving',
744                         saveSuccess: 'Saved',
745                         selectChannel: 'Please select a channel to manage.',
746                         sendApp: 'Send as App Bot',
747                         sendChat: 'Send as Chat Bot',
748                 },
749                 twitchLegal: {
750                         heading: 'Twitch extension terms and policies',
751                         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.',
752                         p2: 'To display the leaderboard, a request is made to alttp.localhorst.tv. This request is logged anonymously and not further processed.',
753                 },
754                 users: {
755                         discordTag: 'Discord tag',
756                         editNickname: 'Edit name',
757                         editStreamLink: 'Edit stream link',
758                         nickname: 'Name',
759                         noStream: 'No stream set',
760                         participationEmpty: 'Has not participated in any tourneys yet.',
761                         roundRecords: 'Race records',
762                         setNicknameError: 'Could not save name',
763                         setNicknameSuccess: 'Name changed',
764                         setStreamLinkError: 'Could not save stream link',
765                         setStreamLinkSuccess: 'Stream link saved',
766                         stream: 'Stream',
767                         streamLink: 'Stream link',
768                         tournaments: 'Tournaments',
769                         tournamentRecords: 'Tournament records',
770                 },
771                 validation: {
772                         error: {
773                                 required: 'Please tell me',
774                                 time: 'Please enter as 1:23:45 (or 56:23 if you\'re fast ^^).',
775                                 url: 'URL plz',
776                         },
777                 }
778         },
779 };