]> git.localhorst.tv Git - alttp.git/blob - resources/js/i18n/en.js
add user stream links
[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                 general: {
19                         appName: 'ALttP',
20                 },
21                 icon: {
22                         DiscordIcon: 'Discord',
23                         EditIcon: 'Edit',
24                         FinishedIcon: 'Finished',
25                         FirstPlaceIcon: 'First Place',
26                         ForfeitIcon: 'Forfeit',
27                         LogoutIcon: 'Logout',
28                         PendingIcon: 'Pending',
29                         SecondPlaceIcon: 'Second Place',
30                         ThirdPlaceIcon: 'Third Place',
31                         StreamIcon: 'Stream',
32                         zelda: {
33                                 'big-key': 'Big Key',
34                                 'blue-boomerang': 'Boomerang',
35                                 'blue-mail': 'Blue Mail',
36                                 'blue-pendant': 'Pendant of Power',
37                                 'blue-potion': 'Blue Potion',
38                                 bombos: 'Bombos',
39                                 bomb: 'Bomb',
40                                 book: 'Book',
41                                 boots: 'Boots',
42                                 'bottle-bee': 'Bee in a Bottle',
43                                 bottle: 'Bottle',
44                                 bow: 'Bow',
45                                 bugnet: 'Bugnet',
46                                 byrna: 'Cane of Byrna',
47                                 cape: 'Cape',
48                                 compass: 'Compass',
49                                 crystal: 'Crystal',
50                                 duck: 'Duck',
51                                 ether: 'Ether',
52                                 fairy: 'Fairy in a Bottle',
53                                 'fighter-shield': 'Fighter Shield',
54                                 'fire-rod': 'Fire Rod',
55                                 'fire-shield': 'Fire Shield',
56                                 flippers: 'Flippers',
57                                 flute: 'Flute',
58                                 glove: 'Power Glove',
59                                 'green-mail': 'Green Mail',
60                                 'green-pendant': 'Pendant of Courage',
61                                 'green-potion': 'Green Potion',
62                                 hammer: 'Hammer',
63                                 'heart-container': 'Heart Container',
64                                 'heart-piece': 'Heart Piece',
65                                 hookshot: 'Hookshot',
66                                 'ice-rod': 'Ice Rod',
67                                 lamp: 'Lamp',
68                                 map: 'Map',
69                                 mirror: 'Mirror',
70                                 'mirror-shield': 'Mirror Shield',
71                                 mitts: 'Titan \'s Mitts',
72                                 moonpearl: 'Moonpearl',
73                                 mushroom: 'Mushroom',
74                                 powder: 'Powder',
75                                 quake: 'Quake',
76                                 'red-bomb': 'Red Bomb',
77                                 'red-boomerang': 'Red Boomerang',
78                                 'red-mail': 'Red Mail',
79                                 'red-pendant': 'Pendant of Wisdom',
80                                 'red-potion': 'Red Potion',
81                                 shovel: 'Shovel',
82                                 silvers: 'Silvers',
83                                 'small-key': 'Small Key',
84                                 somaria: 'Cane of Somaria',
85                         },
86                 },
87                 participants: {
88                         empty: 'No participants on record',
89                         heading: 'Participants',
90                         participant: 'Participant',
91                         score: 'Score',
92                 },
93                 protocol: {
94                         description: {
95                                 result: {
96                                         report: 'Result reported',
97                                 },
98                                 round: {
99                                         create: 'Round added',
100                                 },
101                                 unknown: 'Unknown protocol entry of type {{type}}.',
102                         },
103                         empty: 'Empty',
104                         heading: 'Protocol',
105                 },
106                 results: {
107                         edit: 'Change result',
108                         forfeit: 'Forfeit',
109                         report: 'Report result',
110                         reportError: 'Error saving result :(',
111                         reportPreview: 'Will be recorded as {{ time }}',
112                         reportSuccess: 'Result stored, thanks :)',
113                         reportTime: 'Time',
114                         time: 'Time: {{ time }}',
115                 },
116                 rounds: {
117                         date: '{{ date, L }}',
118                         empty: 'No rounds yet',
119                         heading: 'Rounds',
120                         new: 'New round',
121                         noSeed: 'No seed set',
122                         seed: 'Seed',
123                         setSeed: 'Set seed',
124                 },
125                 tournaments: {
126                         scoreboard: 'Scoreboard',
127                 },
128                 users: {
129                         stream: 'Stream',
130                 },
131                 validation: {
132                         error: {
133                                 required: 'Please tell me',
134                                 time: 'Please enter as 1:23:45 (or 56:23 if you\'re fast ^^).',
135                                 url: 'URL plz',
136                         },
137                 }
138         },
139 };