X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fjs%2Fi18n%2Fen.js;h=417abf02ad7c4a50522b4ab492be0b4382f0cbfe;hb=3544909490592e8c2387f3347ee5e12a8c0414be;hp=58d406ca14441aaf55f64261fcb4dd643cb94a13;hpb=3b545fa995c34c0ab8270ae495fedc24ddc2fe4d;p=alttp.git diff --git a/resources/js/i18n/en.js b/resources/js/i18n/en.js index 58d406c..417abf0 100644 --- a/resources/js/i18n/en.js +++ b/resources/js/i18n/en.js @@ -76,6 +76,7 @@ export default { retry: 'Retry', save: 'Save', search: 'Search', + send: 'Send', settings: 'Settings', signUp: 'Sign up', stop: 'Stop', @@ -152,6 +153,8 @@ export default { }, }, events: { + concluded: 'This event has concluded.', + pastEpisodes: 'Past races', upcomingEpisodes: 'Upcoming races', }, footer: { @@ -475,9 +478,19 @@ export default { unlockSuccess: 'Tournament unlocked', }, twitchBot: { + channel: 'Channel', + chat: 'Chat', + chatError: 'Error sending message', + chatSuccess: 'Message queued', controls: 'Controls', heading: 'Twitch Bot', + join: 'Join', + joinError: 'Error joining channel', + joinSuccess: 'Joined', noManagePermission: 'You lack the required privileges to manage the twitch bot.', + partError: 'Error parting channel', + partSuccess: 'Parted', + selectChannel: 'Please select a channel to manage.', }, users: { discordTag: 'Discord tag',