]> git.localhorst.tv Git - alttp.git/blob - resources/js/i18n/en.js
add race option to aosr command
[alttp.git] / resources / js / i18n / en.js
1 /* eslint-disable max-len */
2 export default {
3         translation: {
4                 aos: {
5                         baseRomInvalid: 'CRC32 mismatch (need 35:53:61:83). Wrong ROM file?',
6                         baseRomRemoved: 'Base ROM removed.',
7                         baseRomSet: 'Base ROM set.',
8                         setBaseRom: 'Set base ROM',
9                 },
10                 aosSeeds: {
11                         date: '{{ date, L LT }}',
12                         fetchingPatch: 'Fetching patch',
13                         filename: 'aosr - {{preset}} - {{hash}}',
14                         heading: 'Aria of Sorrow Randomizer Seed',
15                         generated: 'Generated',
16                         generator: 'Generator',
17                         generators: {
18                                 surge: 'This seed has been generated with fusecv\'s randomizer on aosrando.surge.sh.',
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                                 Area: 'Area',
28                                 AreaAllBosses: 'Area all bosses',
29                                 AreaBeginner: 'Area beginner',
30                                 AreaExpert: 'Area expert',
31                                 AreaExtraFast: 'Area extra fast',
32                                 AreaSpicy: 'Area spicy',
33                                 Beginner: 'Beginner',
34                                 DoorAllBosses: 'Door all bosses',
35                                 DoorAllBossesEasy: 'Door all bosses easy',
36                                 ExtraFastNormal: 'Extra fast normal',
37                                 Normal: 'Normal',
38                                 SGLive2020: 'SGLive 2020',
39                                 SGLive2021: 'SGLive 2021',
40                                 SpicyNormal: 'Spicy normal',
41                                 Tournament2021: 'Tournament 2021',
42                                 Tournament2022: 'Tournament 2022',
43                         },
44                         race: 'Race ROM, seed hidden',
45                         seed: 'Seed',
46                         status: 'Status',
47                         statuses: {
48                                 error: 'error',
49                                 generated: 'generated',
50                                 pending: 'pending',
51                         },
52                 },
53                 applications: {
54                         accept: 'Accept',
55                         acceptError: 'Error accepting',
56                         acceptSuccess: 'Accepted',
57                         reject: 'Reject',
58                         rejectSuccess: 'Rejected',
59                         rejectError: 'Error rejecting',
60                 },
61                 button: {
62                         add: 'Add',
63                         back: 'Back',
64                         cancel: 'Cancel',
65                         chart: 'Chart',
66                         close: 'Close',
67                         edit: 'Edit',
68                         help: 'Help',
69                         login: 'Login',
70                         logout: 'Logout',
71                         new: 'New',
72                         protocol: 'Protocol',
73                         save: 'Save',
74                         search: 'Search',
75                         settings: 'Settings',
76                 },
77                 error: {
78                         403: {
79                                 description: 'Um no',
80                                 heading: 'Access denied',
81                         },
82                         404: {
83                                 description: 'Pretty sure I had that somehere',
84                                 heading: 'Not found',
85                         },
86                         500: {
87                                 description: 'NotLikeThis',
88                                 heading: 'Server error',
89                         },
90                 },
91                 general: {
92                         anonymous: 'Anonym',
93                         appName: 'ALttP',
94                 },
95                 icon: {
96                         AddIcon: 'Add',
97                         ApplicationsIcon: 'Applications',
98                         ApplyIcon: 'Apply',
99                         ChartIcon: 'Chart',
100                         DiscordIcon: 'Discord',
101                         EditIcon: 'Edit',
102                         FinishedIcon: 'Finished',
103                         FirstPlaceIcon: 'First Place',
104                         ForfeitIcon: 'Forfeit',
105                         LanguageIcon: 'Language',
106                         LockedIcon: 'Locked',
107                         LogoutIcon: 'Logout',
108                         PendingIcon: 'Pending',
109                         ProtocolIcon: 'Protocol',
110                         ResultIcon: 'Result',
111                         SecondPlaceIcon: 'Second Place',
112                         SettingsIcon: 'Settings',
113                         StreamIcon: 'Stream',
114                         ThirdPlaceIcon: 'Third Place',
115                         UnlockedIcon: 'Unlocked',
116                         zelda: {
117                                 'big-key': 'Big Key',
118                                 'blue-boomerang': 'Boomerang',
119                                 'blue-mail': 'Blue Mail',
120                                 'blue-pendant': 'Pendant of Power',
121                                 'blue-potion': 'Blue Potion',
122                                 bombos: 'Bombos',
123                                 bomb: 'Bomb',
124                                 book: 'Book',
125                                 boots: 'Boots',
126                                 'bottle-bee': 'Bee in a Bottle',
127                                 bottle: 'Bottle',
128                                 bow: 'Bow',
129                                 bugnet: 'Bugnet',
130                                 byrna: 'Cane of Byrna',
131                                 cape: 'Cape',
132                                 compass: 'Compass',
133                                 crystal: 'Crystal',
134                                 duck: 'Duck',
135                                 ether: 'Ether',
136                                 fairy: 'Fairy in a Bottle',
137                                 'fighter-shield': 'Fighter Shield',
138                                 'fire-rod': 'Fire Rod',
139                                 'fire-shield': 'Fire Shield',
140                                 flippers: 'Flippers',
141                                 flute: 'Flute',
142                                 glove: 'Power Glove',
143                                 'green-mail': 'Green Mail',
144                                 'green-pendant': 'Pendant of Courage',
145                                 'green-potion': 'Green Potion',
146                                 hammer: 'Hammer',
147                                 'heart-container': 'Heart Container',
148                                 'heart-piece': 'Heart Piece',
149                                 hookshot: 'Hookshot',
150                                 'ice-rod': 'Ice Rod',
151                                 lamp: 'Lamp',
152                                 map: 'Map',
153                                 mirror: 'Mirror',
154                                 'mirror-shield': 'Mirror Shield',
155                                 mitts: 'Titan \'s Mitts',
156                                 moonpearl: 'Moonpearl',
157                                 mushroom: 'Mushroom',
158                                 powder: 'Powder',
159                                 quake: 'Quake',
160                                 'red-bomb': 'Red Bomb',
161                                 'red-boomerang': 'Red Boomerang',
162                                 'red-mail': 'Red Mail',
163                                 'red-pendant': 'Pendant of Wisdom',
164                                 'red-potion': 'Red Potion',
165                                 shovel: 'Shovel',
166                                 silvers: 'Silvers',
167                                 'small-key': 'Small Key',
168                                 somaria: 'Cane of Somaria',
169                         },
170                 },
171                 participants: {
172                         empty: 'No participants on record',
173                         heading: 'Participants',
174                         participant: 'Participant',
175                         placement: 'Placement',
176                         placementShort: '#',
177                         placementSubjectToChange: 'Tournament incomplete, placement subject to change.',
178                         roleNames: {
179                                 admin: 'Administrator',
180                                 monitor: 'Monitor',
181                                 runner: 'Runner',
182                         },
183                         roles: 'Participated as',
184                         tournament: 'Tournament',
185                         score: 'Score',
186                         scoreShort: 'Score',
187                 },
188                 protocol: {
189                         description: {
190                                 application: {
191                                         accepted: 'Application from {{username}} accepted',
192                                         received: 'Application from {{username}} received',
193                                         rejected: 'Application from {{username}} rejected',
194                                 },
195                                 result: {
196                                         comment: 'Result of round {{number}} commented: <1>{{comment}}</1>',
197                                         report: 'Result of <1>{{time}}</1> reported for round {{number}}',
198                                 },
199                                 round: {
200                                         create: 'Round #{{number}} added',
201                                         lock: 'Round #{{number}} locked',
202                                         seed: 'Set seed for round #{{number}}',
203                                         unlock: 'Round #{{number}} unlocked',
204                                 },
205                                 tournament: {
206                                         close: 'Registration closed',
207                                         discord: 'Discord server connected',
208                                         lock: 'Tournament locked',
209                                         open: 'Registration opened',
210                                         unlock: 'Tournament unlocked',
211                                 },
212                                 unknown: 'Unknown protocol entry of type {{type}}.',
213                         },
214                         empty: 'Empty',
215                         heading: 'Protocol',
216                 },
217                 results: {
218                         addComment: 'Comment',
219                         comment: 'Comment',
220                         details: 'Details',
221                         edit: 'Change result',
222                         editComment: 'Edit comment',
223                         forfeit: 'Forfeit',
224                         pending: 'Pending',
225                         placement: 'Placement',
226                         points_one: '{{ count }} point',
227                         points_other: '{{ count }} points',
228                         report: 'Report result',
229                         reportError: 'Error saving :(',
230                         reportPreview: 'Will be recorded as {{ time }}',
231                         reportSuccess: 'Stored, thanks :)',
232                         reportTime: 'Time',
233                         result: 'Result',
234                         round: 'Round',
235                         runner: 'Runner',
236                         time: 'Time: {{ time }}',
237                 },
238                 rounds: {
239                         date: '{{ date, L }}',
240                         empty: 'No rounds yet',
241                         heading: 'Rounds',
242                         new: 'New round',
243                         noSeed: 'No seed set',
244                         lock: 'Lock round',
245                         lockDescription: 'When a round is locked, runners cannot submit or change results.',
246                         locked: 'Results for this round have been locked.',
247                         lockError: 'Error locking round',
248                         lockIncompleteWarning: 'Warning: Not all runners have submitted their results for this round yet!',
249                         lockSuccess: 'Round locked',
250                         rolledBy: 'Rolled by {{name}}',
251                         seed: 'Seed',
252                         setSeed: 'Set seed',
253                         setSeedError: 'Seed could not be set',
254                         setSeedSuccess: 'Seed set',
255                         unlock: 'Unock round',
256                         unlockDescription: 'The round is unlocked and runers are free to submit or change their results again.',
257                         unlocked: 'Results for this round are subject to change.',
258                         unlockError: 'Error unlocking round',
259                         unlockSuccess: 'Round unlocked',
260                 },
261                 tournaments: {
262                         admins: 'Admins',
263                         applicationDenied: 'Application denied',
264                         applicationPending: 'Application pending',
265                         applications: 'Applications',
266                         apply: 'Apply',
267                         applyError: 'Error submitting application',
268                         applySuccess: 'Application sent',
269                         closeError: 'Error closing registration',
270                         closeSuccess: 'Registration closed',
271                         discord: 'Discord',
272                         discordError: 'Error connecting',
273                         discordNoCategory: 'No category',
274                         discordRoundCategory: 'Category for round channels',
275                         discordRoundTemplate: 'Template for round channels',
276                         discordSettings: 'Discord settings',
277                         discordSettingsError: 'Error saving discord settings',
278                         discordSettingsSuccess: 'Discord settings saved',
279                         discordSuccess: 'Discord associated',
280                         inviteBot: 'Invite bot',
281                         locked: 'Lock rounds',
282                         lockError: 'Error locking tournament',
283                         lockSuccess: 'Tournament locked',
284                         monitors: 'Monitors',
285                         noApplications: 'No applications at this point',
286                         noRecord: 'Tournament set to not be recorded',
287                         open: 'Open registration',
288                         openError: 'Error opening registration',
289                         openSuccess: 'Registration opened',
290                         scoreboard: 'Scoreboard',
291                         scoreChart: 'Score chart',
292                         settings: 'Settings',
293                         unlockError: 'Error unlocking tournaments',
294                         unlockSuccess: 'Tournament unlocked',
295                 },
296                 users: {
297                         discordTag: 'Discord tag',
298                         editNickname: 'Edit name',
299                         editStreamLink: 'Edit stream link',
300                         nickname: 'Name',
301                         noStream: 'No stream set',
302                         participationEmpty: 'Has not participated in any tourneys yet.',
303                         roundRecords: 'Race records',
304                         setNicknameError: 'Could not save name',
305                         setNicknameSuccess: 'Name changed',
306                         setStreamLinkError: 'Could not save stream link',
307                         setStreamLinkSuccess: 'Stream link saved',
308                         stream: 'Stream',
309                         streamLink: 'Stream link',
310                         tournaments: 'Tournaments',
311                         tournamentRecords: 'Tournament records',
312                 },
313                 validation: {
314                         error: {
315                                 required: 'Please tell me',
316                                 time: 'Please enter as 1:23:45 (or 56:23 if you\'re fast ^^).',
317                                 url: 'URL plz',
318                         },
319                 }
320         },
321 };