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