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