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