]> git.localhorst.tv Git - alttp.git/blob - resources/js/i18n/en.js
racetime sync
[alttp.git] / resources / js / i18n / en.js
1 /* eslint-disable max-len */
2 export default {
3         translation: {
4                 alttp: {
5                         baseRomInvalid: 'CRC32 mismatch (need 33:22:EF:FC). Wrong ROM file?',
6                         baseRomRemoved: 'Base ROM removed.',
7                         baseRomSet: 'Base ROM set.',
8                         setBaseRom: 'Set base ROM',
9                 },
10                 alttpSeeds: {
11                         date: '{{ date, L LT }}',
12                         fetchingPatch: 'Fetching patch',
13                         filename: 'alttpr - {{preset}} - {{hash}}',
14                         heading: 'A Link to the Past Randomizer Seed',
15                         generated: 'Generated',
16                         generator: 'Generator',
17                         generators: {
18                                 doors: 'This seed has been generated with Aerinon\'s door randomizer.',
19                         },
20                         mystery: 'Mystery ROM, settings hidden',
21                         noMystery: 'No mystery',
22                         noRace: 'No race',
23                         patch: 'Patch ROM',
24                         patchError: 'Error applying patch: {{msg}}',
25                         preset: 'Preset',
26                         presets: {
27                                 custom: 'Custom',
28                         },
29                         race: 'Race ROM, seed hidden',
30                         seed: 'Seed',
31                         settingName: {
32                                 shuffleenemies: 'Enemy shuffle',
33                         },
34                         settings: 'Settings',
35                         settingValue: {
36                                 shuffleenemies: {
37                                         shuffled: 'Shuffled',
38                                 },
39                         },
40                         status: 'Status',
41                         statuses: {
42                                 error: 'error',
43                                 generated: 'generated',
44                                 pending: 'pending',
45                         },
46                 },
47                 applications: {
48                         accept: 'Accept',
49                         acceptError: 'Error accepting',
50                         acceptSuccess: 'Accepted',
51                         reject: 'Reject',
52                         rejectSuccess: 'Rejected',
53                         rejectError: 'Error rejecting',
54                 },
55                 button: {
56                         add: 'Add',
57                         back: 'Back',
58                         cancel: 'Cancel',
59                         chart: 'Chart',
60                         close: 'Close',
61                         confirm: 'Confirm',
62                         edit: 'Edit',
63                         filter: 'Filter',
64                         generate: 'Generate',
65                         help: 'Help',
66                         invert: 'Invert',
67                         login: 'Login',
68                         logout: 'Logout',
69                         new: 'New',
70                         nextFrame: 'Next frame',
71                         pause: 'Pause',
72                         play: 'Play',
73                         playPause: 'Play/Pause',
74                         protocol: 'Protocol',
75                         remove: 'Remove',
76                         retry: 'Retry',
77                         save: 'Save',
78                         search: 'Search',
79                         settings: 'Settings',
80                         signUp: 'Sign up',
81                         stop: 'Stop',
82                         unconfirm: 'Retract',
83                 },
84                 content: {
85                         attribution: 'Attribution',
86                         description: 'Description',
87                         edit: 'Edit content',
88                         saveError: 'Error saving',
89                         saveSuccess: 'Saved',
90                         short: 'Short description',
91                         title: 'Title',
92                 },
93                 crew: {
94                         roles: {
95                                 commentary: 'Commentary',
96                                 setup: 'Setup',
97                                 tracking: 'Tracking',
98                         },
99                 },
100                 episodes: {
101                         addRestream: 'Add Restream',
102                         applyDialog: {
103                                 applyError: 'Error signing up',
104                                 applySuccess: 'Application received',
105                                 signUpAs: 'Sign up as',
106                                 title: 'Application',
107                         },
108                         channel: 'Channel',
109                         commentary: 'Commentary',
110                         empty: 'No dates coming up.',
111                         raceroom: 'Race room',
112                         restreamDialog: {
113                                 acceptComms: 'Open commentary application',
114                                 acceptTracker: 'Open tracker application',
115                                 addError: 'Error adding restream',
116                                 addSuccess: 'Added',
117                                 addUser: 'Add user',
118                                 crewError: 'Error updating',
119                                 crewSuccess: 'Updated',
120                                 editError: 'Error saving',
121                                 editSuccess: 'Saved',
122                                 removeError: 'Error removing restream',
123                                 removeSuccess: 'Removed',
124                                 title: 'Restream',
125                         },
126                         setup: 'Setup',
127                         sgSignUp: 'SG Signup',
128                         startTime: '{{ date, LL LT }}',
129                         tracking: 'Tracking',
130                 },
131                 error: {
132                         403: {
133                                 description: 'Um no',
134                                 heading: 'Access denied',
135                         },
136                         404: {
137                                 description: 'Pretty sure I had that somehere',
138                                 heading: 'Not found',
139                         },
140                         500: {
141                                 description: 'NotLikeThis',
142                                 heading: 'Server error',
143                         },
144                 },
145                 events: {
146                         upcomingEpisodes: 'Upcoming races',
147                 },
148                 footer: {
149                         alttpde: 'German ALttP Discord',
150                         alttpwiki: 'ALttP Speedrunning Wiki',
151                         competitions: 'Competitions',
152                         connect: 'Connect Spedruns Discord',
153                         contact: 'If you would like to organize a Tournament on this site, please contact holysmoke86 on Discord.',
154                         info: 'Infos',
155                         map: 'ALttP Map',
156                         muffins: 'Muffins\' Glitch Map',
157                         privacy: 'Privacy',
158                         resources: 'Resources',
159                         schedule: 'Schedule',
160                         smd: 'German Super Metroid Discord',
161                         smwiki: 'Super Metroid Speedrunning Wiki',
162                         tech: 'ALttP Tech',
163                 },
164                 general: {
165                         anonymous: 'Anonym',
166                         appDescription: 'Tournaments and tutorials for The Legend of Zelda: A Link to the Past Randomizer',
167                         appName: 'ALttP',
168                         pleaseSelect: 'Please select',
169                 },
170                 icon: {
171                         AddIcon: 'Add',
172                         AllowedIcon: 'Allowed',
173                         ApplicationsIcon: 'Applications',
174                         ApplyIcon: 'Apply',
175                         ChartIcon: 'Chart',
176                         DiscordIcon: 'Discord',
177                         EditIcon: 'Edit',
178                         FinishedIcon: 'Finished',
179                         FirstPlaceIcon: 'First Place',
180                         ForbiddenIcon: 'Forbidden',
181                         ForfeitIcon: 'Forfeit',
182                         LanguageIcon: 'Language',
183                         LockedIcon: 'Locked',
184                         LogoutIcon: 'Logout',
185                         PendingIcon: 'Pending',
186                         ProtocolIcon: 'Protocol',
187                         ResultIcon: 'Result',
188                         SecondPlaceIcon: 'Second Place',
189                         SettingsIcon: 'Settings',
190                         StreamIcon: 'Stream',
191                         ThirdPlaceIcon: 'Third Place',
192                         TwitchIcon: 'Twitch',
193                         UnknownIcon: 'Unknown',
194                         UnlockedIcon: 'Unlocked',
195                         YoutubeIcon: 'YouTube',
196                         VideoIcon: 'Video',
197                         zelda: {
198                                 'big-key': 'Big Key',
199                                 'blue-boomerang': 'Boomerang',
200                                 'blue-mail': 'Blue Mail',
201                                 'blue-pendant': 'Pendant of Power',
202                                 'blue-potion': 'Blue Potion',
203                                 bombos: 'Bombos',
204                                 bomb: 'Bomb',
205                                 book: 'Book',
206                                 boots: 'Boots',
207                                 'bottle-bee': 'Bee in a Bottle',
208                                 bottle: 'Bottle',
209                                 bow: 'Bow',
210                                 bugnet: 'Bugnet',
211                                 byrna: 'Cane of Byrna',
212                                 cape: 'Cape',
213                                 compass: 'Compass',
214                                 crystal: 'Crystal',
215                                 duck: 'Duck',
216                                 'dungeon-ct': 'Castle Tower',
217                                 'dungeon-dp': 'Desert Palace',
218                                 'dungeon-ep': 'Eastern Palace',
219                                 'dungeon-gt': 'Ganon\'s Tower',
220                                 'dungeon-hc': 'Hyrule Castle',
221                                 'dungeon-ip': 'Ice Palace',
222                                 'dungeon-mm': 'Misery Mire',
223                                 'dungeon-pd': 'Palace of Darkness',
224                                 'dungeon-sp': 'Swamp Palace',
225                                 'dungeon-sw': 'Skull Woods',
226                                 'dungeon-th': 'Tower of Hera',
227                                 'dungeon-tr': 'Turtle Rock',
228                                 'dungeon-tt': 'Thieves\' Town',
229                                 ether: 'Ether',
230                                 fairy: 'Fairy in a Bottle',
231                                 'fighter-shield': 'Fighter Shield',
232                                 'fighter-sword': 'Fighter Sword',
233                                 'fire-rod': 'Fire Rod',
234                                 'fire-shield': 'Fire Shield',
235                                 flippers: 'Flippers',
236                                 flute: 'Flute',
237                                 glove: 'Power Glove',
238                                 'green-mail': 'Green Mail',
239                                 'green-pendant': 'Pendant of Courage',
240                                 'green-potion': 'Green Potion',
241                                 hammer: 'Hammer',
242                                 'heart-container': 'Heart Container',
243                                 'heart-piece': 'Heart Piece',
244                                 hookshot: 'Hookshot',
245                                 'ice-rod': 'Ice Rod',
246                                 lamp: 'Lamp',
247                                 map: 'Map',
248                                 mirror: 'Mirror',
249                                 'mirror-shield': 'Mirror Shield',
250                                 mitts: 'Titan \'s Mitts',
251                                 moonpearl: 'Moonpearl',
252                                 mushroom: 'Mushroom',
253                                 'not-flippers': 'No Flippers',
254                                 'not-mirror': 'No Mirror',
255                                 'not-moonpearl': 'No Moonpearl',
256                                 powder: 'Powder',
257                                 quake: 'Quake',
258                                 'red-bomb': 'Red Bomb',
259                                 'red-boomerang': 'Red Boomerang',
260                                 'red-mail': 'Red Mail',
261                                 'red-pendant': 'Pendant of Wisdom',
262                                 'red-potion': 'Red Potion',
263                                 shovel: 'Shovel',
264                                 silvers: 'Silvers',
265                                 'small-key': 'Small Key',
266                                 somaria: 'Cane of Somaria',
267                         },
268                 },
269                 map: {
270                         description: 'Maps of The Legend of Zelda: A Link to the Past',
271                         dwLong: 'Dark World',
272                         dwShort: 'DW',
273                         goToLocation: 'Go to location',
274                         heading: 'Map',
275                         lwLong: 'Light World',
276                         lwShort: 'LW',
277                         onThisMap: 'On this map',
278                         spLong: 'Special Areas',
279                         spShort: 'SP',
280                         uw2Long: 'Underworld 2',
281                         uw2Short: 'UW2',
282                         uwLong: 'Underworld',
283                         uwOverlay: 'Show grid',
284                         uwShort: 'UW',
285                 },
286                 menu: {
287                         map: 'Map',
288                         schedule: 'Schedule',
289                         tech: 'Tech',
290                 },
291                 modes: {
292                         heading: 'Modes',
293                 },
294                 participants: {
295                         empty: 'No participants on record',
296                         heading: 'Participants',
297                         participant: 'Participant',
298                         placement: 'Placement',
299                         placementShort: '#',
300                         placementSubjectToChange: 'Tournament incomplete, placement subject to change.',
301                         roleNames: {
302                                 admin: 'Administrator',
303                                 monitor: 'Monitor',
304                                 runner: 'Runner',
305                         },
306                         roles: 'Participated as',
307                         tournament: 'Tournament',
308                         score: 'Score',
309                         scoreShort: 'Score',
310                 },
311                 privacy: {
312                         heading: 'Privacy',
313                         p1: 'We\'re utilizing cokes and your browser\'s storage to remember your login and preferred language as well as protect against XSRF.',
314                         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.',
315                         p3: 'Any results you submit will be published on this site and may be shared with the Discord server of the respective community.',
316                 },
317                 protocol: {
318                         description: {
319                                 application: {
320                                         accepted: 'Application from {{username}} accepted',
321                                         received: 'Application from {{username}} received',
322                                         rejected: 'Application from {{username}} rejected',
323                                 },
324                                 result: {
325                                         comment: 'Result of round {{number}} commented: <1>{{comment}}</1>',
326                                         report: 'Result of <1>{{time}}</1> reported for round {{number}}',
327                                 },
328                                 round: {
329                                         create: 'Added round #{{number}}',
330                                         edit: 'Edited round #{{number}}',
331                                         lock: 'Round #{{number}} locked',
332                                         seed: 'Set seed for round #{{number}}',
333                                         unlock: 'Round #{{number}} unlocked',
334                                 },
335                                 tournament: {
336                                         close: 'Registration closed',
337                                         discord: 'Discord server connected',
338                                         lock: 'Tournament locked',
339                                         open: 'Registration opened',
340                                         unlock: 'Tournament unlocked',
341                                 },
342                                 unknown: 'Unknown protocol entry of type {{type}}.',
343                         },
344                         empty: 'Empty',
345                         heading: 'Protocol',
346                 },
347                 results: {
348                         addComment: 'Comment',
349                         comment: 'Comment',
350                         details: 'Details',
351                         edit: 'Change result',
352                         editComment: 'Edit comment',
353                         forfeit: 'Forfeit',
354                         pending: 'Pending',
355                         placement: 'Placement',
356                         points_one: '{{ count }} point',
357                         points_other: '{{ count }} points',
358                         report: 'Report result',
359                         reportError: 'Error saving :(',
360                         reportPreview: 'Will be recorded as {{ time }}',
361                         reportSuccess: 'Stored, thanks :)',
362                         reportTime: 'Time',
363                         result: 'Result',
364                         round: 'Round',
365                         runner: 'Runner',
366                         time: 'Time: {{ time }}',
367                         vod: 'VoD',
368                         vodNote: 'If you want to share your VoD, go ahead.',
369                 },
370                 rounds: {
371                         code: 'Code',
372                         date: '{{ date, L }}',
373                         edit: 'Edit round',
374                         editError: 'Error saving round',
375                         editSuccess: 'Saved successfully',
376                         empty: 'No rounds yet',
377                         heading: 'Rounds',
378                         new: 'New round',
379                         noSeed: 'No seed set',
380                         numberOfResults_one: '{{ count }} submission',
381                         numberOfResults_other: '{{ count }} submissions',
382                         lock: 'Lock round',
383                         lockDescription: 'When a round is locked, runners cannot submit or change results.',
384                         locked: 'Results for this round have been locked.',
385                         lockError: 'Error locking round',
386                         lockIncompleteWarning: 'Warning: Not all runners have submitted their results for this round yet!',
387                         lockSuccess: 'Round locked',
388                         rolled_by: 'Rolled by',
389                         rolledBy: 'Rolled by {{name}}',
390                         seed: 'Seed',
391                         setSeed: 'Set seed',
392                         setSeedError: 'Seed could not be set',
393                         setSeedSuccess: 'Seed set',
394                         spoiler: 'Spoiler',
395                         title: 'Title',
396                         unlock: 'Unock round',
397                         unlockDescription: 'The round is unlocked and runers are free to submit or change their results again.',
398                         unlocked: 'Results for this round are subject to change.',
399                         unlockError: 'Error unlocking round',
400                         unlockSuccess: 'Round unlocked',
401                 },
402                 rulesets: {
403                         heading: 'Rulesets',
404                 },
405                 schedule: {
406                         description: 'Upcoming matches and other events.',
407                         heading: 'Schedule',
408                         startTime: '{{ date, LT }}',
409                 },
410                 techniques: {
411                         description: 'Tutorials for The Legend of Zelda: A Link to the Past Randomizer',
412                         heading: 'Techniques',
413                         lastModified: 'Last modified: {{ date, L }}',
414                         requirements: 'Requires: ',
415                         rulesetCodes: {
416                                 competitive: 'COM',
417                                 mg: 'MG',
418                                 nl: 'NL',
419                                 owg: 'OWG',
420                         },
421                         rulesetDescriptions: {
422                                 competitive: 'Competitive',
423                                 mg: 'Major Glitches',
424                                 nl: 'No Logic',
425                                 owg: 'Overworld Glitches',
426                         },
427                         rulesetFilterHeading: 'Only show techniques allowed in the following rulesets:',
428                         seeAlso: 'See also',
429                 },
430                 tournaments: {
431                         admins: 'Admins',
432                         applicationDenied: 'Application denied',
433                         applicationPending: 'Application pending',
434                         applications: 'Applications',
435                         apply: 'Apply',
436                         applyError: 'Error submitting application',
437                         applySuccess: 'Application sent',
438                         closeError: 'Error closing registration',
439                         closeSuccess: 'Registration closed',
440                         discord: 'Discord',
441                         discordError: 'Error connecting',
442                         discordNoCategory: 'No category',
443                         discordRoundCategory: 'Category for round channels',
444                         discordRoundTemplate: 'Template for round channels',
445                         discordSettings: 'Discord settings',
446                         discordSettingsError: 'Error saving discord settings',
447                         discordSettingsSuccess: 'Discord settings saved',
448                         discordSuccess: 'Discord associated',
449                         inviteBot: 'Invite bot',
450                         locked: 'Lock rounds',
451                         lockError: 'Error locking tournament',
452                         lockSuccess: 'Tournament locked',
453                         monitors: 'Monitors',
454                         noApplications: 'No applications at this point',
455                         noRecord: 'Tournament set to not be recorded',
456                         open: 'Open registration',
457                         openError: 'Error opening registration',
458                         openSuccess: 'Registration opened',
459                         scoreboard: 'Scoreboard',
460                         scoreChart: 'Score chart',
461                         settings: 'Settings',
462                         unlockError: 'Error unlocking tournaments',
463                         unlockSuccess: 'Tournament unlocked',
464                 },
465                 users: {
466                         discordTag: 'Discord tag',
467                         editNickname: 'Edit name',
468                         editStreamLink: 'Edit stream link',
469                         nickname: 'Name',
470                         noStream: 'No stream set',
471                         participationEmpty: 'Has not participated in any tourneys yet.',
472                         roundRecords: 'Race records',
473                         setNicknameError: 'Could not save name',
474                         setNicknameSuccess: 'Name changed',
475                         setStreamLinkError: 'Could not save stream link',
476                         setStreamLinkSuccess: 'Stream link saved',
477                         stream: 'Stream',
478                         streamLink: 'Stream link',
479                         tournaments: 'Tournaments',
480                         tournamentRecords: 'Tournament records',
481                 },
482                 validation: {
483                         error: {
484                                 required: 'Please tell me',
485                                 time: 'Please enter as 1:23:45 (or 56:23 if you\'re fast ^^).',
486                                 url: 'URL plz',
487                         },
488                 }
489         },
490 };