]> git.localhorst.tv Git - alttp.git/blob - resources/js/i18n/en.js
basic alttp patcher
[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                 aosSeeds: {
59                         date: '{{ date, L LT }}',
60                         fetchingPatch: 'Fetching patch',
61                         filename: 'aosr - {{preset}} - {{hash}}',
62                         heading: 'Aria of Sorrow Randomizer Seed',
63                         generated: 'Generated',
64                         generator: 'Generator',
65                         generators: {
66                                 surge: 'This seed has been generated with fusecv\'s randomizer on aosrando.surge.sh.',
67                         },
68                         mystery: 'Mystery ROM, settings hidden',
69                         noMystery: 'No mystery',
70                         noRace: 'No race',
71                         patch: 'Patch ROM',
72                         patchError: 'Error applying patch: {{msg}}',
73                         preset: 'Preset',
74                         presets: {
75                                 Area: 'Area',
76                                 AreaAllBosses: 'Area all bosses',
77                                 AreaBeginner: 'Area beginner',
78                                 AreaExpert: 'Area expert',
79                                 AreaExtraFast: 'Area extra fast',
80                                 AreaSpicy: 'Area spicy',
81                                 Beginner: 'Beginner',
82                                 DoorAllBosses: 'Door all bosses',
83                                 DoorAllBossesEasy: 'Door all bosses easy',
84                                 ExtraFastNormal: 'Extra fast normal',
85                                 Normal: 'Normal',
86                                 SGLive2020: 'SGLive 2020',
87                                 SGLive2021: 'SGLive 2021',
88                                 SpicyNormal: 'Spicy normal',
89                                 Tournament2021: 'Tournament 2021',
90                                 Tournament2022: 'Tournament 2022',
91                         },
92                         race: 'Race ROM, seed hidden',
93                         seed: 'Seed',
94                         settingName: {
95                                 area: 'Map',
96                                 boss: 'Bosses',
97                                 doublechaos: 'Double chaos',
98                                 enemy: 'Enemy',
99                                 grahm: 'Graham',
100                                 itempool: 'Item pool',
101                                 kicker: 'Kicker without Malphas',
102                                 levelexp: 'Level EXP',
103                                 logic: 'Logic',
104                                 mapassist: 'Map assist',
105                                 nodupes: 'No dupes',
106                                 palette: 'Palette',
107                                 panther: 'Panther',
108                                 shopprice: 'Shop price',
109                                 shopSouls: 'Shop souls',
110                                 startshop: 'Start with shop',
111                                 telestart: 'Teleport to start',
112                                 weight: 'Item weight',
113                         },
114                         settings: 'Settings',
115                         settingValue: {
116                                 area: {
117                                         AreaRandom: 'Area random',
118                                         DoorRandom: 'Door random',
119                                         Vanilla: 'Vanilla',
120                                 },
121                                 boss: {
122                                         'Dead-endShuffle': 'Dead end shuffle',
123                                         Vanilla: 'Vanilla',
124                                 },
125                                 doublechaos: {
126                                         'false': 'No',
127                                         'true': 'Yes',
128                                 },
129                                 enemy: {
130                                         RandomNoLimit: 'No limit',
131                                         RandomP20M5: '+20 -5',
132                                         RandomP30M10: '+30 -10',
133                                         RandomPM10: '±10',
134                                         RandomPM20: '±20',
135                                         RandomPMaxM5: '+max -5',
136                                         Vanilla: 'Vanilla',
137                                 },
138                                 grahm: {
139                                         AllBosses: 'All bosses',
140                                         BookSouls: 'Book souls',
141                                         NoCheck: 'No check',
142                                 },
143                                 itempool: {
144                                         AllSouls: 'All souls',
145                                         Standard: 'Standard',
146                                 },
147                                 kicker: {
148                                         'false': 'No',
149                                         'true': 'Yes',
150                                 },
151                                 levelexp: {
152                                         Casual: 'Casual',
153                                         Hard: 'Hard',
154                                         Lvl1: 'Level 1',
155                                         Vanilla: 'Vanilla',
156                                 },
157                                 logic: {
158                                         AreaTechTiers: 'Area tech tiers',
159                                         AreaTechTiersHard: 'Area tech tiers hard',
160                                         ForwardFeed: 'Forward feed',
161                                         ForwardFeedHard: 'Forward feed hard',
162                                         HybridProgression: 'Hybrid progression',
163                                         VeryRandom: 'Very random',
164                                         VeryRandomHard: 'Very random hard',
165                                         VeryRandomHardOnly: 'Very random hard only',
166                                 },
167                                 mapassist: {
168                                         'false': 'Off',
169                                         'true': 'On',
170                                 },
171                                 nodupes: {
172                                         'false': 'No',
173                                         'true': 'Yes',
174                                 },
175                                 palette: {
176                                         Mode1: 'Mode 1',
177                                         'Mode1.5': 'Mode 1.5',
178                                         Mode2: 'Mode 2',
179                                         Vanilla: 'Vanilla',
180                                 },
181                                 panther: {
182                                         AlwaysRand: 'Always random',
183                                         ExtraFairRand: 'Extra fair random',
184                                         FirstAlways: 'Always first',
185                                         NeverExists: 'Never exists',
186                                         Rand70Dup: 'Random 70% dupe',
187                                 },
188                                 shopprice: {
189                                         RandHV: 'Random HV',
190                                         Vanilla: 'Vanilla',
191                                 },
192                                 shopSouls: {
193                                         '2PerGroup': '2 per group',
194                                         Half: 'Half',
195                                         OnlySouls: 'Only souls',
196                                         Vanilla: 'Vanilla',
197                                 },
198                                 startshop: {
199                                         Unlocked: 'Unlocked',
200                                         Unlocked30k: 'Unlocked 30k',
201                                         Vanilla: 'Vanilla',
202                                 },
203                                 telestart: {
204                                         'false': 'Disabled',
205                                         'true': 'Enabled',
206                                 },
207                                 weight: {
208                                         '0': '0',
209                                         '1.0': '1.0',
210                                         '1.5': '1.5',
211                                         '2.0': '2.0',
212                                         '2.5': '2.5',
213                                         '3.0': '3.0',
214                                         '3.5': '3.5',
215                                 },
216                         },
217                         status: 'Status',
218                         statuses: {
219                                 error: 'error',
220                                 generated: 'generated',
221                                 pending: 'pending',
222                         },
223                 },
224                 applications: {
225                         accept: 'Accept',
226                         acceptError: 'Error accepting',
227                         acceptSuccess: 'Accepted',
228                         reject: 'Reject',
229                         rejectSuccess: 'Rejected',
230                         rejectError: 'Error rejecting',
231                 },
232                 button: {
233                         add: 'Add',
234                         back: 'Back',
235                         cancel: 'Cancel',
236                         chart: 'Chart',
237                         close: 'Close',
238                         edit: 'Edit',
239                         help: 'Help',
240                         login: 'Login',
241                         logout: 'Logout',
242                         new: 'New',
243                         protocol: 'Protocol',
244                         retry: 'Retry',
245                         save: 'Save',
246                         search: 'Search',
247                         settings: 'Settings',
248                 },
249                 error: {
250                         403: {
251                                 description: 'Um no',
252                                 heading: 'Access denied',
253                         },
254                         404: {
255                                 description: 'Pretty sure I had that somehere',
256                                 heading: 'Not found',
257                         },
258                         500: {
259                                 description: 'NotLikeThis',
260                                 heading: 'Server error',
261                         },
262                 },
263                 general: {
264                         anonymous: 'Anonym',
265                         appName: 'ALttP',
266                 },
267                 icon: {
268                         AddIcon: 'Add',
269                         ApplicationsIcon: 'Applications',
270                         ApplyIcon: 'Apply',
271                         ChartIcon: 'Chart',
272                         DiscordIcon: 'Discord',
273                         EditIcon: 'Edit',
274                         FinishedIcon: 'Finished',
275                         FirstPlaceIcon: 'First Place',
276                         ForfeitIcon: 'Forfeit',
277                         LanguageIcon: 'Language',
278                         LockedIcon: 'Locked',
279                         LogoutIcon: 'Logout',
280                         PendingIcon: 'Pending',
281                         ProtocolIcon: 'Protocol',
282                         ResultIcon: 'Result',
283                         SecondPlaceIcon: 'Second Place',
284                         SettingsIcon: 'Settings',
285                         StreamIcon: 'Stream',
286                         ThirdPlaceIcon: 'Third Place',
287                         UnlockedIcon: 'Unlocked',
288                         zelda: {
289                                 'big-key': 'Big Key',
290                                 'blue-boomerang': 'Boomerang',
291                                 'blue-mail': 'Blue Mail',
292                                 'blue-pendant': 'Pendant of Power',
293                                 'blue-potion': 'Blue Potion',
294                                 bombos: 'Bombos',
295                                 bomb: 'Bomb',
296                                 book: 'Book',
297                                 boots: 'Boots',
298                                 'bottle-bee': 'Bee in a Bottle',
299                                 bottle: 'Bottle',
300                                 bow: 'Bow',
301                                 bugnet: 'Bugnet',
302                                 byrna: 'Cane of Byrna',
303                                 cape: 'Cape',
304                                 compass: 'Compass',
305                                 crystal: 'Crystal',
306                                 duck: 'Duck',
307                                 ether: 'Ether',
308                                 fairy: 'Fairy in a Bottle',
309                                 'fighter-shield': 'Fighter Shield',
310                                 'fire-rod': 'Fire Rod',
311                                 'fire-shield': 'Fire Shield',
312                                 flippers: 'Flippers',
313                                 flute: 'Flute',
314                                 glove: 'Power Glove',
315                                 'green-mail': 'Green Mail',
316                                 'green-pendant': 'Pendant of Courage',
317                                 'green-potion': 'Green Potion',
318                                 hammer: 'Hammer',
319                                 'heart-container': 'Heart Container',
320                                 'heart-piece': 'Heart Piece',
321                                 hookshot: 'Hookshot',
322                                 'ice-rod': 'Ice Rod',
323                                 lamp: 'Lamp',
324                                 map: 'Map',
325                                 mirror: 'Mirror',
326                                 'mirror-shield': 'Mirror Shield',
327                                 mitts: 'Titan \'s Mitts',
328                                 moonpearl: 'Moonpearl',
329                                 mushroom: 'Mushroom',
330                                 powder: 'Powder',
331                                 quake: 'Quake',
332                                 'red-bomb': 'Red Bomb',
333                                 'red-boomerang': 'Red Boomerang',
334                                 'red-mail': 'Red Mail',
335                                 'red-pendant': 'Pendant of Wisdom',
336                                 'red-potion': 'Red Potion',
337                                 shovel: 'Shovel',
338                                 silvers: 'Silvers',
339                                 'small-key': 'Small Key',
340                                 somaria: 'Cane of Somaria',
341                         },
342                 },
343                 participants: {
344                         empty: 'No participants on record',
345                         heading: 'Participants',
346                         participant: 'Participant',
347                         placement: 'Placement',
348                         placementShort: '#',
349                         placementSubjectToChange: 'Tournament incomplete, placement subject to change.',
350                         roleNames: {
351                                 admin: 'Administrator',
352                                 monitor: 'Monitor',
353                                 runner: 'Runner',
354                         },
355                         roles: 'Participated as',
356                         tournament: 'Tournament',
357                         score: 'Score',
358                         scoreShort: 'Score',
359                 },
360                 protocol: {
361                         description: {
362                                 application: {
363                                         accepted: 'Application from {{username}} accepted',
364                                         received: 'Application from {{username}} received',
365                                         rejected: 'Application from {{username}} rejected',
366                                 },
367                                 result: {
368                                         comment: 'Result of round {{number}} commented: <1>{{comment}}</1>',
369                                         report: 'Result of <1>{{time}}</1> reported for round {{number}}',
370                                 },
371                                 round: {
372                                         create: 'Round #{{number}} added',
373                                         lock: 'Round #{{number}} locked',
374                                         seed: 'Set seed for round #{{number}}',
375                                         unlock: 'Round #{{number}} unlocked',
376                                 },
377                                 tournament: {
378                                         close: 'Registration closed',
379                                         discord: 'Discord server connected',
380                                         lock: 'Tournament locked',
381                                         open: 'Registration opened',
382                                         unlock: 'Tournament unlocked',
383                                 },
384                                 unknown: 'Unknown protocol entry of type {{type}}.',
385                         },
386                         empty: 'Empty',
387                         heading: 'Protocol',
388                 },
389                 results: {
390                         addComment: 'Comment',
391                         comment: 'Comment',
392                         details: 'Details',
393                         edit: 'Change result',
394                         editComment: 'Edit comment',
395                         forfeit: 'Forfeit',
396                         pending: 'Pending',
397                         placement: 'Placement',
398                         points_one: '{{ count }} point',
399                         points_other: '{{ count }} points',
400                         report: 'Report result',
401                         reportError: 'Error saving :(',
402                         reportPreview: 'Will be recorded as {{ time }}',
403                         reportSuccess: 'Stored, thanks :)',
404                         reportTime: 'Time',
405                         result: 'Result',
406                         round: 'Round',
407                         runner: 'Runner',
408                         time: 'Time: {{ time }}',
409                 },
410                 rounds: {
411                         date: '{{ date, L }}',
412                         empty: 'No rounds yet',
413                         heading: 'Rounds',
414                         new: 'New round',
415                         noSeed: 'No seed set',
416                         lock: 'Lock round',
417                         lockDescription: 'When a round is locked, runners cannot submit or change results.',
418                         locked: 'Results for this round have been locked.',
419                         lockError: 'Error locking round',
420                         lockIncompleteWarning: 'Warning: Not all runners have submitted their results for this round yet!',
421                         lockSuccess: 'Round locked',
422                         rolledBy: 'Rolled by {{name}}',
423                         seed: 'Seed',
424                         setSeed: 'Set seed',
425                         setSeedError: 'Seed could not be set',
426                         setSeedSuccess: 'Seed set',
427                         unlock: 'Unock round',
428                         unlockDescription: 'The round is unlocked and runers are free to submit or change their results again.',
429                         unlocked: 'Results for this round are subject to change.',
430                         unlockError: 'Error unlocking round',
431                         unlockSuccess: 'Round unlocked',
432                 },
433                 tournaments: {
434                         admins: 'Admins',
435                         applicationDenied: 'Application denied',
436                         applicationPending: 'Application pending',
437                         applications: 'Applications',
438                         apply: 'Apply',
439                         applyError: 'Error submitting application',
440                         applySuccess: 'Application sent',
441                         closeError: 'Error closing registration',
442                         closeSuccess: 'Registration closed',
443                         discord: 'Discord',
444                         discordError: 'Error connecting',
445                         discordNoCategory: 'No category',
446                         discordRoundCategory: 'Category for round channels',
447                         discordRoundTemplate: 'Template for round channels',
448                         discordSettings: 'Discord settings',
449                         discordSettingsError: 'Error saving discord settings',
450                         discordSettingsSuccess: 'Discord settings saved',
451                         discordSuccess: 'Discord associated',
452                         inviteBot: 'Invite bot',
453                         locked: 'Lock rounds',
454                         lockError: 'Error locking tournament',
455                         lockSuccess: 'Tournament locked',
456                         monitors: 'Monitors',
457                         noApplications: 'No applications at this point',
458                         noRecord: 'Tournament set to not be recorded',
459                         open: 'Open registration',
460                         openError: 'Error opening registration',
461                         openSuccess: 'Registration opened',
462                         scoreboard: 'Scoreboard',
463                         scoreChart: 'Score chart',
464                         settings: 'Settings',
465                         unlockError: 'Error unlocking tournaments',
466                         unlockSuccess: 'Tournament unlocked',
467                 },
468                 users: {
469                         discordTag: 'Discord tag',
470                         editNickname: 'Edit name',
471                         editStreamLink: 'Edit stream link',
472                         nickname: 'Name',
473                         noStream: 'No stream set',
474                         participationEmpty: 'Has not participated in any tourneys yet.',
475                         roundRecords: 'Race records',
476                         setNicknameError: 'Could not save name',
477                         setNicknameSuccess: 'Name changed',
478                         setStreamLinkError: 'Could not save stream link',
479                         setStreamLinkSuccess: 'Stream link saved',
480                         stream: 'Stream',
481                         streamLink: 'Stream link',
482                         tournaments: 'Tournaments',
483                         tournamentRecords: 'Tournament records',
484                 },
485                 validation: {
486                         error: {
487                                 required: 'Please tell me',
488                                 time: 'Please enter as 1:23:45 (or 56:23 if you\'re fast ^^).',
489                                 url: 'URL plz',
490                         },
491                 }
492         },
493 };