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