]> git.localhorst.tv Git - alttp.git/blob - resources/js/i18n/en.js
second underworld map
[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                 aos: {
48                         baseRomInvalid: 'CRC32 mismatch (need 35:53:61:83). Wrong ROM file?',
49                         baseRomRemoved: 'Base ROM removed.',
50                         baseRomSet: 'Base ROM set.',
51                         inviteBot: 'Invite Bot',
52                         inviteCommand: 'Invite Bot (command only)',
53                         randoDiscord: 'Randomizer Discord',
54                         randoWeb: 'Randomizer Webapp',
55                         setBaseRom: 'Set base ROM',
56                         tourneyDiscord: 'Tournament Discord',
57                 },
58                 aosGenerate: {
59                         heading: 'Generate AoSR Seed',
60                 },
61                 aosSeeds: {
62                         date: '{{ date, L LT }}',
63                         fetchingPatch: 'Fetching patch',
64                         filename: 'aosr - {{preset}} - {{hash}}',
65                         heading: 'Aria of Sorrow Randomizer Seed',
66                         generated: 'Generated',
67                         generator: 'Generator',
68                         generators: {
69                                 surge: 'This seed has been generated with fusecv\'s randomizer on aosrando.surge.sh.',
70                         },
71                         mystery: 'Mystery ROM, settings hidden',
72                         noMystery: 'No mystery',
73                         noRace: 'No race',
74                         patch: 'Patch ROM',
75                         patchError: 'Error applying patch: {{msg}}',
76                         preset: 'Preset',
77                         presets: {
78                                 Area: 'Area',
79                                 AreaAllBosses: 'Area all bosses',
80                                 AreaBeginner: 'Area beginner',
81                                 AreaExpert: 'Area expert',
82                                 AreaExtraFast: 'Area extra fast',
83                                 AreaRequireAllSouls: 'Area require all souls',
84                                 AreaSpicy: 'Area spicy',
85                                 Beginner: 'Beginner',
86                                 custom: 'Custom',
87                                 DoorAllBosses: 'Door all bosses',
88                                 DoorAllBossesEasy: 'Door all bosses easy',
89                                 ExtraFastNormal: 'Extra fast normal',
90                                 Normal: 'Normal',
91                                 SGLive2020: 'SGLive 2020',
92                                 SGLive2021: 'SGLive 2021',
93                                 SpicyNormal: 'Spicy normal',
94                                 Tournament2021: 'Tournament 2021',
95                                 Tournament2022: 'Tournament 2022',
96                         },
97                         race: 'Race ROM, seed hidden',
98                         seed: 'Seed',
99                         settingName: {
100                                 area: 'Map',
101                                 boss: 'Bosses',
102                                 doublechaos: 'Double chaos',
103                                 enemy: 'Enemy',
104                                 grahm: 'Graham',
105                                 itempool: 'Item pool',
106                                 kicker: 'Kicker without Malphas',
107                                 levelexp: 'Level EXP',
108                                 logic: 'Logic',
109                                 mapassist: 'Map assist',
110                                 nodupes: 'No dupes',
111                                 noww: 'No wrong warp',
112                                 palette: 'Palette',
113                                 panther: 'Panther',
114                                 reqallsouls: 'Require all souls',
115                                 shopprice: 'Shop price',
116                                 shopSouls: 'Shop souls',
117                                 startshop: 'Start with shop',
118                                 telestart: 'Teleport to start',
119                                 weight: 'Item weight',
120                         },
121                         settings: 'Settings',
122                         settingValue: {
123                                 area: {
124                                         AreaRandom: 'Area random',
125                                         DoorRandom: 'Door random',
126                                         Vanilla: 'Vanilla',
127                                 },
128                                 boss: {
129                                         'Dead-endShuffle': 'Dead end shuffle',
130                                         Vanilla: 'Vanilla',
131                                 },
132                                 doublechaos: {
133                                         'false': 'No',
134                                         'true': 'Yes',
135                                 },
136                                 enemy: {
137                                         RandomNoLimit: 'No limit',
138                                         RandomP20M5: '+20 -5',
139                                         RandomP30M10: '+30 -10',
140                                         RandomPM10: '±10',
141                                         RandomPM20: '±20',
142                                         RandomPMaxM5: '+max -5',
143                                         Vanilla: 'Vanilla',
144                                 },
145                                 grahm: {
146                                         AllBosses: 'All bosses',
147                                         BookSouls: 'Book souls',
148                                         NoCheck: 'No check',
149                                 },
150                                 itempool: {
151                                         AllSouls: 'All souls',
152                                         Standard: 'Standard',
153                                 },
154                                 kicker: {
155                                         'false': 'No',
156                                         'true': 'Yes',
157                                 },
158                                 levelexp: {
159                                         Casual: 'Casual',
160                                         Hard: 'Hard',
161                                         Lvl1: 'Level 1',
162                                         Vanilla: 'Vanilla',
163                                 },
164                                 logic: {
165                                         AreaTechTiers: 'Area tech tiers',
166                                         AreaTechTiersHard: 'Area tech tiers hard',
167                                         ForwardFeed: 'Forward feed',
168                                         ForwardFeedHard: 'Forward feed hard',
169                                         HybridProgression: 'Hybrid progression',
170                                         VeryRandom: 'Very random',
171                                         VeryRandomHard: 'Very random hard',
172                                         VeryRandomHardOnly: 'Very random hard only',
173                                 },
174                                 mapassist: {
175                                         'false': 'Off',
176                                         'true': 'On',
177                                 },
178                                 nodupes: {
179                                         'false': 'No',
180                                         'true': 'Yes',
181                                 },
182                                 noww: {
183                                         'false': 'No',
184                                         'true': 'Yes',
185                                 },
186                                 palette: {
187                                         Mode1: 'Mode 1',
188                                         'Mode1.5': 'Mode 1.5',
189                                         Mode2: 'Mode 2',
190                                         Vanilla: 'Vanilla',
191                                 },
192                                 panther: {
193                                         AlwaysRand: 'Always random',
194                                         ExtraFairRand: 'Extra fair random',
195                                         FirstAlways: 'Always first',
196                                         NeverExists: 'Never exists',
197                                         Rand70Dup: 'Random 70% dupe',
198                                 },
199                                 reqallsouls: {
200                                         'false': 'No',
201                                         'true': 'Yes',
202                                 },
203                                 shopprice: {
204                                         RandHV: 'Random HV',
205                                         Vanilla: 'Vanilla',
206                                 },
207                                 shopSouls: {
208                                         '2PerGroup': '2 per group',
209                                         Half: 'Half',
210                                         OnlySouls: 'Only souls',
211                                         Vanilla: 'Vanilla',
212                                 },
213                                 startshop: {
214                                         Unlocked: 'Unlocked',
215                                         Unlocked30k: 'Unlocked 30k',
216                                         Vanilla: 'Vanilla',
217                                 },
218                                 telestart: {
219                                         'false': 'Disabled',
220                                         'true': 'Enabled',
221                                 },
222                                 weight: {
223                                         '0': '0',
224                                         '1.0': '1.0',
225                                         '1.5': '1.5',
226                                         '2.0': '2.0',
227                                         '2.5': '2.5',
228                                         '3.0': '3.0',
229                                         '3.5': '3.5',
230                                 },
231                         },
232                         status: 'Status',
233                         statuses: {
234                                 error: 'error',
235                                 generated: 'generated',
236                                 pending: 'pending',
237                         },
238                 },
239                 applications: {
240                         accept: 'Accept',
241                         acceptError: 'Error accepting',
242                         acceptSuccess: 'Accepted',
243                         reject: 'Reject',
244                         rejectSuccess: 'Rejected',
245                         rejectError: 'Error rejecting',
246                 },
247                 button: {
248                         add: 'Add',
249                         back: 'Back',
250                         cancel: 'Cancel',
251                         chart: 'Chart',
252                         close: 'Close',
253                         confirm: 'Confirm',
254                         edit: 'Edit',
255                         filter: 'Filter',
256                         generate: 'Generate',
257                         help: 'Help',
258                         login: 'Login',
259                         logout: 'Logout',
260                         new: 'New',
261                         protocol: 'Protocol',
262                         remove: 'Remove',
263                         retry: 'Retry',
264                         save: 'Save',
265                         search: 'Search',
266                         settings: 'Settings',
267                         signUp: 'Sign up',
268                         unconfirm: 'Retract',
269                 },
270                 crew: {
271                         roles: {
272                                 commentary: 'Commentary',
273                                 setup: 'Setup',
274                                 tracking: 'Tracking',
275                         },
276                 },
277                 episodes: {
278                         addRestream: 'Add Restream',
279                         applyDialog: {
280                                 applyError: 'Error signing up',
281                                 applySuccess: 'Application received',
282                                 signUpAs: 'Sign up as',
283                                 title: 'Application',
284                         },
285                         channel: 'Channel',
286                         commentary: 'Commentary',
287                         empty: 'No dates coming up.',
288                         restreamDialog: {
289                                 acceptComms: 'Open commentary application',
290                                 acceptTracker: 'Open tracker application',
291                                 addError: 'Error adding restream',
292                                 addSuccess: 'Added',
293                                 addUser: 'Add user',
294                                 crewError: 'Error updating',
295                                 crewSuccess: 'Updated',
296                                 editError: 'Error saving',
297                                 editSuccess: 'Saved',
298                                 removeError: 'Error removing restream',
299                                 removeSuccess: 'Removed',
300                                 title: 'Restream',
301                         },
302                         setup: 'Setup',
303                         startTime: '{{ date, LL LT }}',
304                         tracking: 'Tracking',
305                 },
306                 error: {
307                         403: {
308                                 description: 'Um no',
309                                 heading: 'Access denied',
310                         },
311                         404: {
312                                 description: 'Pretty sure I had that somehere',
313                                 heading: 'Not found',
314                         },
315                         500: {
316                                 description: 'NotLikeThis',
317                                 heading: 'Server error',
318                         },
319                 },
320                 footer: {
321                         alttpde: 'German ALttP Discord',
322                         alttpwiki: 'ALttP Speedrunning Wiki',
323                         competitions: 'Competitions',
324                         connect: 'Connect Spedruns Discord',
325                         contact: 'If you would like to organize a Tournament on this site, please contact holysmoke86 on Discord.',
326                         info: 'Infos',
327                         map: 'ALttP Map',
328                         muffins: 'Muffins\' Glitch Map',
329                         privacy: 'Privacy',
330                         resources: 'Resources',
331                         smd: 'German Super Metroid Discord',
332                         smwiki: 'Super Metroid Speedrunning Wiki',
333                         tech: 'ALttP Tech',
334                 },
335                 general: {
336                         anonymous: 'Anonym',
337                         appDescription: 'Tournaments and tutorials for The Legend of Zelda: A Link to the Past Randomizer',
338                         appName: 'ALttP',
339                         pleaseSelect: 'Please select',
340                 },
341                 icon: {
342                         AddIcon: 'Add',
343                         AllowedIcon: 'Allowed',
344                         ApplicationsIcon: 'Applications',
345                         ApplyIcon: 'Apply',
346                         ChartIcon: 'Chart',
347                         DiscordIcon: 'Discord',
348                         EditIcon: 'Edit',
349                         FinishedIcon: 'Finished',
350                         FirstPlaceIcon: 'First Place',
351                         ForbiddenIcon: 'Forbidden',
352                         ForfeitIcon: 'Forfeit',
353                         LanguageIcon: 'Language',
354                         LockedIcon: 'Locked',
355                         LogoutIcon: 'Logout',
356                         PendingIcon: 'Pending',
357                         ProtocolIcon: 'Protocol',
358                         ResultIcon: 'Result',
359                         SecondPlaceIcon: 'Second Place',
360                         SettingsIcon: 'Settings',
361                         StreamIcon: 'Stream',
362                         ThirdPlaceIcon: 'Third Place',
363                         TwitchIcon: 'Twitch',
364                         UnknownIcon: 'Unknown',
365                         UnlockedIcon: 'Unlocked',
366                         YoutubeIcon: 'YouTube',
367                         VideoIcon: 'Video',
368                         zelda: {
369                                 'big-key': 'Big Key',
370                                 'blue-boomerang': 'Boomerang',
371                                 'blue-mail': 'Blue Mail',
372                                 'blue-pendant': 'Pendant of Power',
373                                 'blue-potion': 'Blue Potion',
374                                 bombos: 'Bombos',
375                                 bomb: 'Bomb',
376                                 book: 'Book',
377                                 boots: 'Boots',
378                                 'bottle-bee': 'Bee in a Bottle',
379                                 bottle: 'Bottle',
380                                 bow: 'Bow',
381                                 bugnet: 'Bugnet',
382                                 byrna: 'Cane of Byrna',
383                                 cape: 'Cape',
384                                 compass: 'Compass',
385                                 crystal: 'Crystal',
386                                 duck: 'Duck',
387                                 'dungeon-ct': 'Castle Tower',
388                                 'dungeon-dp': 'Desert Palace',
389                                 'dungeon-ep': 'Eastern Palace',
390                                 'dungeon-gt': 'Ganon\'s Tower',
391                                 'dungeon-hc': 'Hyrule Castle',
392                                 'dungeon-ip': 'Ice Palace',
393                                 'dungeon-mm': 'Misery Mire',
394                                 'dungeon-pd': 'Palace of Darkness',
395                                 'dungeon-sp': 'Swamp Palace',
396                                 'dungeon-sw': 'Skull Woods',
397                                 'dungeon-th': 'Tower of Hera',
398                                 'dungeon-tr': 'Turtle Rock',
399                                 'dungeon-tt': 'Thieves\' Town',
400                                 ether: 'Ether',
401                                 fairy: 'Fairy in a Bottle',
402                                 'fighter-shield': 'Fighter Shield',
403                                 'fighter-sword': 'Fighter Sword',
404                                 'fire-rod': 'Fire Rod',
405                                 'fire-shield': 'Fire Shield',
406                                 flippers: 'Flippers',
407                                 flute: 'Flute',
408                                 glove: 'Power Glove',
409                                 'green-mail': 'Green Mail',
410                                 'green-pendant': 'Pendant of Courage',
411                                 'green-potion': 'Green Potion',
412                                 hammer: 'Hammer',
413                                 'heart-container': 'Heart Container',
414                                 'heart-piece': 'Heart Piece',
415                                 hookshot: 'Hookshot',
416                                 'ice-rod': 'Ice Rod',
417                                 lamp: 'Lamp',
418                                 map: 'Map',
419                                 mirror: 'Mirror',
420                                 'mirror-shield': 'Mirror Shield',
421                                 mitts: 'Titan \'s Mitts',
422                                 moonpearl: 'Moonpearl',
423                                 mushroom: 'Mushroom',
424                                 'not-flippers': 'No Flippers',
425                                 'not-moonpearl': 'No Moonpearl',
426                                 powder: 'Powder',
427                                 quake: 'Quake',
428                                 'red-bomb': 'Red Bomb',
429                                 'red-boomerang': 'Red Boomerang',
430                                 'red-mail': 'Red Mail',
431                                 'red-pendant': 'Pendant of Wisdom',
432                                 'red-potion': 'Red Potion',
433                                 shovel: 'Shovel',
434                                 silvers: 'Silvers',
435                                 'small-key': 'Small Key',
436                                 somaria: 'Cane of Somaria',
437                         },
438                 },
439                 map: {
440                         description: 'Maps of The Legend of Zelda: A Link to the Past',
441                         dwLong: 'Dark World',
442                         dwShort: 'DW',
443                         goToLocation: 'Go to location',
444                         heading: 'Map',
445                         lwLong: 'Light World',
446                         lwShort: 'LW',
447                         onThisMap: 'On this map',
448                         spLong: 'Special Areas',
449                         spShort: 'SP',
450                         uw2Long: 'Underworld 2',
451                         uw2Short: 'UW2',
452                         uwLong: 'Underworld',
453                         uwOverlay: 'Show grid',
454                         uwShort: 'UW',
455                 },
456                 menu: {
457                         map: 'Map',
458                         tech: 'Tech',
459                 },
460                 modes: {
461                         heading: 'Modes',
462                 },
463                 participants: {
464                         empty: 'No participants on record',
465                         heading: 'Participants',
466                         participant: 'Participant',
467                         placement: 'Placement',
468                         placementShort: '#',
469                         placementSubjectToChange: 'Tournament incomplete, placement subject to change.',
470                         roleNames: {
471                                 admin: 'Administrator',
472                                 monitor: 'Monitor',
473                                 runner: 'Runner',
474                         },
475                         roles: 'Participated as',
476                         tournament: 'Tournament',
477                         score: 'Score',
478                         scoreShort: 'Score',
479                 },
480                 privacy: {
481                         heading: 'Privacy',
482                         p1: 'We\'re utilizing cokes and your browser\'s storage to remember your login and preferred language as well as protect against XSRF.',
483                         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.',
484                         p3: 'Any results you submit will be published on this site and may be shared with the Discord server of the respective community.',
485                 },
486                 protocol: {
487                         description: {
488                                 application: {
489                                         accepted: 'Application from {{username}} accepted',
490                                         received: 'Application from {{username}} received',
491                                         rejected: 'Application from {{username}} rejected',
492                                 },
493                                 result: {
494                                         comment: 'Result of round {{number}} commented: <1>{{comment}}</1>',
495                                         report: 'Result of <1>{{time}}</1> reported for round {{number}}',
496                                 },
497                                 round: {
498                                         create: 'Added round #{{number}}',
499                                         edit: 'Edited round #{{number}}',
500                                         lock: 'Round #{{number}} locked',
501                                         seed: 'Set seed for round #{{number}}',
502                                         unlock: 'Round #{{number}} unlocked',
503                                 },
504                                 tournament: {
505                                         close: 'Registration closed',
506                                         discord: 'Discord server connected',
507                                         lock: 'Tournament locked',
508                                         open: 'Registration opened',
509                                         unlock: 'Tournament unlocked',
510                                 },
511                                 unknown: 'Unknown protocol entry of type {{type}}.',
512                         },
513                         empty: 'Empty',
514                         heading: 'Protocol',
515                 },
516                 results: {
517                         addComment: 'Comment',
518                         comment: 'Comment',
519                         details: 'Details',
520                         edit: 'Change result',
521                         editComment: 'Edit comment',
522                         forfeit: 'Forfeit',
523                         pending: 'Pending',
524                         placement: 'Placement',
525                         points_one: '{{ count }} point',
526                         points_other: '{{ count }} points',
527                         report: 'Report result',
528                         reportError: 'Error saving :(',
529                         reportPreview: 'Will be recorded as {{ time }}',
530                         reportSuccess: 'Stored, thanks :)',
531                         reportTime: 'Time',
532                         result: 'Result',
533                         round: 'Round',
534                         runner: 'Runner',
535                         time: 'Time: {{ time }}',
536                         vod: 'VoD',
537                         vodNote: 'If you want to share your VoD, go ahead.',
538                 },
539                 rounds: {
540                         code: 'Code',
541                         date: '{{ date, L }}',
542                         edit: 'Edit round',
543                         editError: 'Error saving round',
544                         editSuccess: 'Saved successfully',
545                         empty: 'No rounds yet',
546                         heading: 'Rounds',
547                         new: 'New round',
548                         noSeed: 'No seed set',
549                         numberOfResults_one: '{{ count }} submission',
550                         numberOfResults_other: '{{ count }} submissions',
551                         lock: 'Lock round',
552                         lockDescription: 'When a round is locked, runners cannot submit or change results.',
553                         locked: 'Results for this round have been locked.',
554                         lockError: 'Error locking round',
555                         lockIncompleteWarning: 'Warning: Not all runners have submitted their results for this round yet!',
556                         lockSuccess: 'Round locked',
557                         rolled_by: 'Rolled by',
558                         rolledBy: 'Rolled by {{name}}',
559                         seed: 'Seed',
560                         setSeed: 'Set seed',
561                         setSeedError: 'Seed could not be set',
562                         setSeedSuccess: 'Seed set',
563                         spoiler: 'Spoiler',
564                         title: 'Title',
565                         unlock: 'Unock round',
566                         unlockDescription: 'The round is unlocked and runers are free to submit or change their results again.',
567                         unlocked: 'Results for this round are subject to change.',
568                         unlockError: 'Error unlocking round',
569                         unlockSuccess: 'Round unlocked',
570                 },
571                 rulesets: {
572                         heading: 'Rulesets',
573                 },
574                 schedule: {
575                         description: 'Upcoming matches and other events.',
576                         heading: 'Schedule',
577                         startTime: '{{ date, LT }}',
578                 },
579                 techniques: {
580                         description: 'Tutorials for The Legend of Zelda: A Link to the Past Randomizer',
581                         heading: 'Techniques',
582                         lastModified: 'Last modified: {{ date, L }}',
583                         requirements: 'Requires: ',
584                         rulesetCodes: {
585                                 competitive: 'COM',
586                                 mg: 'MG',
587                                 nl: 'NL',
588                                 owg: 'OWG',
589                         },
590                         rulesetDescriptions: {
591                                 competitive: 'Competitive',
592                                 mg: 'Major Glitches',
593                                 nl: 'No Logic',
594                                 owg: 'Overworld Glitches',
595                         },
596                         rulesetFilterHeading: 'Only show techniques allowed in the following rulesets:',
597                         seeAlso: 'See also',
598                 },
599                 tournaments: {
600                         admins: 'Admins',
601                         applicationDenied: 'Application denied',
602                         applicationPending: 'Application pending',
603                         applications: 'Applications',
604                         apply: 'Apply',
605                         applyError: 'Error submitting application',
606                         applySuccess: 'Application sent',
607                         closeError: 'Error closing registration',
608                         closeSuccess: 'Registration closed',
609                         discord: 'Discord',
610                         discordError: 'Error connecting',
611                         discordNoCategory: 'No category',
612                         discordRoundCategory: 'Category for round channels',
613                         discordRoundTemplate: 'Template for round channels',
614                         discordSettings: 'Discord settings',
615                         discordSettingsError: 'Error saving discord settings',
616                         discordSettingsSuccess: 'Discord settings saved',
617                         discordSuccess: 'Discord associated',
618                         inviteBot: 'Invite bot',
619                         locked: 'Lock rounds',
620                         lockError: 'Error locking tournament',
621                         lockSuccess: 'Tournament locked',
622                         monitors: 'Monitors',
623                         noApplications: 'No applications at this point',
624                         noRecord: 'Tournament set to not be recorded',
625                         open: 'Open registration',
626                         openError: 'Error opening registration',
627                         openSuccess: 'Registration opened',
628                         scoreboard: 'Scoreboard',
629                         scoreChart: 'Score chart',
630                         settings: 'Settings',
631                         unlockError: 'Error unlocking tournaments',
632                         unlockSuccess: 'Tournament unlocked',
633                 },
634                 users: {
635                         discordTag: 'Discord tag',
636                         editNickname: 'Edit name',
637                         editStreamLink: 'Edit stream link',
638                         nickname: 'Name',
639                         noStream: 'No stream set',
640                         participationEmpty: 'Has not participated in any tourneys yet.',
641                         roundRecords: 'Race records',
642                         setNicknameError: 'Could not save name',
643                         setNicknameSuccess: 'Name changed',
644                         setStreamLinkError: 'Could not save stream link',
645                         setStreamLinkSuccess: 'Stream link saved',
646                         stream: 'Stream',
647                         streamLink: 'Stream link',
648                         tournaments: 'Tournaments',
649                         tournamentRecords: 'Tournament records',
650                 },
651                 validation: {
652                         error: {
653                                 required: 'Please tell me',
654                                 time: 'Please enter as 1:23:45 (or 56:23 if you\'re fast ^^).',
655                                 url: 'URL plz',
656                         },
657                 }
658         },
659 };