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