]> git.localhorst.tv Git - alttp.git/blob - resources/js/i18n/en.js
list items shown on 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                         edit: 'Edit',
254                         generate: 'Generate',
255                         help: 'Help',
256                         login: 'Login',
257                         logout: 'Logout',
258                         new: 'New',
259                         protocol: 'Protocol',
260                         retry: 'Retry',
261                         save: 'Save',
262                         search: 'Search',
263                         settings: 'Settings',
264                 },
265                 error: {
266                         403: {
267                                 description: 'Um no',
268                                 heading: 'Access denied',
269                         },
270                         404: {
271                                 description: 'Pretty sure I had that somehere',
272                                 heading: 'Not found',
273                         },
274                         500: {
275                                 description: 'NotLikeThis',
276                                 heading: 'Server error',
277                         },
278                 },
279                 footer: {
280                         alttpde: 'German ALttP Discord',
281                         alttpwiki: 'ALttP Speedrunning Wiki',
282                         competitions: 'Competitions',
283                         connect: 'Connect Spedruns Discord',
284                         contact: 'If you would like to organize a Tournament on this site, please contact HolySmoke#5229 on Discord.',
285                         info: 'Infos',
286                         map: 'ALttP Map',
287                         privacy: 'Privacy',
288                         resources: 'Resources',
289                         smd: 'German Super Metroid Discord',
290                         smwiki: 'Super Metroid Speedrunning Wiki',
291                         tech: 'ALttP Tech',
292                 },
293                 general: {
294                         anonymous: 'Anonym',
295                         appName: 'ALttP',
296                 },
297                 icon: {
298                         AddIcon: 'Add',
299                         AllowedIcon: 'Allowed',
300                         ApplicationsIcon: 'Applications',
301                         ApplyIcon: 'Apply',
302                         ChartIcon: 'Chart',
303                         DiscordIcon: 'Discord',
304                         EditIcon: 'Edit',
305                         FinishedIcon: 'Finished',
306                         FirstPlaceIcon: 'First Place',
307                         ForbiddenIcon: 'Forbidden',
308                         ForfeitIcon: 'Forfeit',
309                         LanguageIcon: 'Language',
310                         LockedIcon: 'Locked',
311                         LogoutIcon: 'Logout',
312                         PendingIcon: 'Pending',
313                         ProtocolIcon: 'Protocol',
314                         ResultIcon: 'Result',
315                         SecondPlaceIcon: 'Second Place',
316                         SettingsIcon: 'Settings',
317                         StreamIcon: 'Stream',
318                         ThirdPlaceIcon: 'Third Place',
319                         TwitchIcon: 'Twitch',
320                         UnknownIcon: 'Unknown',
321                         UnlockedIcon: 'Unlocked',
322                         YoutubeIcon: 'YouTube',
323                         VideoIcon: 'Video',
324                         zelda: {
325                                 'big-key': 'Big Key',
326                                 'blue-boomerang': 'Boomerang',
327                                 'blue-mail': 'Blue Mail',
328                                 'blue-pendant': 'Pendant of Power',
329                                 'blue-potion': 'Blue Potion',
330                                 bombos: 'Bombos',
331                                 bomb: 'Bomb',
332                                 book: 'Book',
333                                 boots: 'Boots',
334                                 'bottle-bee': 'Bee in a Bottle',
335                                 bottle: 'Bottle',
336                                 bow: 'Bow',
337                                 bugnet: 'Bugnet',
338                                 byrna: 'Cane of Byrna',
339                                 cape: 'Cape',
340                                 compass: 'Compass',
341                                 crystal: 'Crystal',
342                                 duck: 'Duck',
343                                 ether: 'Ether',
344                                 fairy: 'Fairy in a Bottle',
345                                 'fighter-shield': 'Fighter Shield',
346                                 'fire-rod': 'Fire Rod',
347                                 'fire-shield': 'Fire Shield',
348                                 flippers: 'Flippers',
349                                 flute: 'Flute',
350                                 glove: 'Power Glove',
351                                 'green-mail': 'Green Mail',
352                                 'green-pendant': 'Pendant of Courage',
353                                 'green-potion': 'Green Potion',
354                                 hammer: 'Hammer',
355                                 'heart-container': 'Heart Container',
356                                 'heart-piece': 'Heart Piece',
357                                 hookshot: 'Hookshot',
358                                 'ice-rod': 'Ice Rod',
359                                 lamp: 'Lamp',
360                                 map: 'Map',
361                                 mirror: 'Mirror',
362                                 'mirror-shield': 'Mirror Shield',
363                                 mitts: 'Titan \'s Mitts',
364                                 moonpearl: 'Moonpearl',
365                                 mushroom: 'Mushroom',
366                                 powder: 'Powder',
367                                 quake: 'Quake',
368                                 'red-bomb': 'Red Bomb',
369                                 'red-boomerang': 'Red Boomerang',
370                                 'red-mail': 'Red Mail',
371                                 'red-pendant': 'Pendant of Wisdom',
372                                 'red-potion': 'Red Potion',
373                                 shovel: 'Shovel',
374                                 silvers: 'Silvers',
375                                 'small-key': 'Small Key',
376                                 somaria: 'Cane of Somaria',
377                         },
378                 },
379                 map: {
380                         dwLong: 'Dark World',
381                         dwShort: 'DW',
382                         goToLocation: 'Go to location',
383                         heading: 'Map',
384                         lwLong: 'Light World',
385                         lwShort: 'LW',
386                         onThisMap: 'On this map',
387                         spLong: 'Special Areas',
388                         spShort: 'SP',
389                         uwLong: 'Underworld',
390                         uwShort: 'UW',
391                 },
392                 menu: {
393                         map: 'Map',
394                         tech: 'Tech',
395                 },
396                 modes: {
397                         heading: 'Modes',
398                 },
399                 participants: {
400                         empty: 'No participants on record',
401                         heading: 'Participants',
402                         participant: 'Participant',
403                         placement: 'Placement',
404                         placementShort: '#',
405                         placementSubjectToChange: 'Tournament incomplete, placement subject to change.',
406                         roleNames: {
407                                 admin: 'Administrator',
408                                 monitor: 'Monitor',
409                                 runner: 'Runner',
410                         },
411                         roles: 'Participated as',
412                         tournament: 'Tournament',
413                         score: 'Score',
414                         scoreShort: 'Score',
415                 },
416                 privacy: {
417                         heading: 'Privacy',
418                         p1: 'We\'re utilizing cokes and your browser\'s storage to remember your login and preferred language as well as protect against XSRF.',
419                         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.',
420                         p3: 'Any results you submit will be published on this site and may be shared with the Discord server of the respective community.',
421                 },
422                 protocol: {
423                         description: {
424                                 application: {
425                                         accepted: 'Application from {{username}} accepted',
426                                         received: 'Application from {{username}} received',
427                                         rejected: 'Application from {{username}} rejected',
428                                 },
429                                 result: {
430                                         comment: 'Result of round {{number}} commented: <1>{{comment}}</1>',
431                                         report: 'Result of <1>{{time}}</1> reported for round {{number}}',
432                                 },
433                                 round: {
434                                         create: 'Added round #{{number}}',
435                                         edit: 'Edited round #{{number}}',
436                                         lock: 'Round #{{number}} locked',
437                                         seed: 'Set seed for round #{{number}}',
438                                         unlock: 'Round #{{number}} unlocked',
439                                 },
440                                 tournament: {
441                                         close: 'Registration closed',
442                                         discord: 'Discord server connected',
443                                         lock: 'Tournament locked',
444                                         open: 'Registration opened',
445                                         unlock: 'Tournament unlocked',
446                                 },
447                                 unknown: 'Unknown protocol entry of type {{type}}.',
448                         },
449                         empty: 'Empty',
450                         heading: 'Protocol',
451                 },
452                 results: {
453                         addComment: 'Comment',
454                         comment: 'Comment',
455                         details: 'Details',
456                         edit: 'Change result',
457                         editComment: 'Edit comment',
458                         forfeit: 'Forfeit',
459                         pending: 'Pending',
460                         placement: 'Placement',
461                         points_one: '{{ count }} point',
462                         points_other: '{{ count }} points',
463                         report: 'Report result',
464                         reportError: 'Error saving :(',
465                         reportPreview: 'Will be recorded as {{ time }}',
466                         reportSuccess: 'Stored, thanks :)',
467                         reportTime: 'Time',
468                         result: 'Result',
469                         round: 'Round',
470                         runner: 'Runner',
471                         time: 'Time: {{ time }}',
472                         vod: 'VoD',
473                         vodNote: 'If you want to share your VoD, go ahead.',
474                 },
475                 rounds: {
476                         code: 'Code',
477                         date: '{{ date, L }}',
478                         edit: 'Edit round',
479                         editError: 'Error saving round',
480                         editSuccess: 'Saved successfully',
481                         empty: 'No rounds yet',
482                         heading: 'Rounds',
483                         new: 'New round',
484                         noSeed: 'No seed set',
485                         numberOfResults_one: '{{ count }} submission',
486                         numberOfResults_other: '{{ count }} submissions',
487                         lock: 'Lock round',
488                         lockDescription: 'When a round is locked, runners cannot submit or change results.',
489                         locked: 'Results for this round have been locked.',
490                         lockError: 'Error locking round',
491                         lockIncompleteWarning: 'Warning: Not all runners have submitted their results for this round yet!',
492                         lockSuccess: 'Round locked',
493                         rolled_by: 'Rolled by',
494                         rolledBy: 'Rolled by {{name}}',
495                         seed: 'Seed',
496                         setSeed: 'Set seed',
497                         setSeedError: 'Seed could not be set',
498                         setSeedSuccess: 'Seed set',
499                         title: 'Title',
500                         unlock: 'Unock round',
501                         unlockDescription: 'The round is unlocked and runers are free to submit or change their results again.',
502                         unlocked: 'Results for this round are subject to change.',
503                         unlockError: 'Error unlocking round',
504                         unlockSuccess: 'Round unlocked',
505                 },
506                 rulesets: {
507                         heading: 'Rulesets',
508                 },
509                 techniques: {
510                         heading: 'Techniques',
511                         rulesetCodes: {
512                                 competitive: 'COM',
513                                 mg: 'MG',
514                                 nl: 'NL',
515                                 owg: 'OWG',
516                         },
517                         rulesetDescriptions: {
518                                 competitive: 'Competitive',
519                                 mg: 'Major Glitches',
520                                 nl: 'No Logic',
521                                 owg: 'Overworld Glitches',
522                         },
523                         rulesetFilterHeading: 'Only show techniques allowed in the following rulesets:',
524                         seeAlso: 'See also',
525                 },
526                 tournaments: {
527                         admins: 'Admins',
528                         applicationDenied: 'Application denied',
529                         applicationPending: 'Application pending',
530                         applications: 'Applications',
531                         apply: 'Apply',
532                         applyError: 'Error submitting application',
533                         applySuccess: 'Application sent',
534                         closeError: 'Error closing registration',
535                         closeSuccess: 'Registration closed',
536                         discord: 'Discord',
537                         discordError: 'Error connecting',
538                         discordNoCategory: 'No category',
539                         discordRoundCategory: 'Category for round channels',
540                         discordRoundTemplate: 'Template for round channels',
541                         discordSettings: 'Discord settings',
542                         discordSettingsError: 'Error saving discord settings',
543                         discordSettingsSuccess: 'Discord settings saved',
544                         discordSuccess: 'Discord associated',
545                         inviteBot: 'Invite bot',
546                         locked: 'Lock rounds',
547                         lockError: 'Error locking tournament',
548                         lockSuccess: 'Tournament locked',
549                         monitors: 'Monitors',
550                         noApplications: 'No applications at this point',
551                         noRecord: 'Tournament set to not be recorded',
552                         open: 'Open registration',
553                         openError: 'Error opening registration',
554                         openSuccess: 'Registration opened',
555                         scoreboard: 'Scoreboard',
556                         scoreChart: 'Score chart',
557                         settings: 'Settings',
558                         unlockError: 'Error unlocking tournaments',
559                         unlockSuccess: 'Tournament unlocked',
560                 },
561                 users: {
562                         discordTag: 'Discord tag',
563                         editNickname: 'Edit name',
564                         editStreamLink: 'Edit stream link',
565                         nickname: 'Name',
566                         noStream: 'No stream set',
567                         participationEmpty: 'Has not participated in any tourneys yet.',
568                         roundRecords: 'Race records',
569                         setNicknameError: 'Could not save name',
570                         setNicknameSuccess: 'Name changed',
571                         setStreamLinkError: 'Could not save stream link',
572                         setStreamLinkSuccess: 'Stream link saved',
573                         stream: 'Stream',
574                         streamLink: 'Stream link',
575                         tournaments: 'Tournaments',
576                         tournamentRecords: 'Tournament records',
577                 },
578                 validation: {
579                         error: {
580                                 required: 'Please tell me',
581                                 time: 'Please enter as 1:23:45 (or 56:23 if you\'re fast ^^).',
582                                 url: 'URL plz',
583                         },
584                 }
585         },
586 };