X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fjs%2Fi18n%2Fen.js;h=401a7e4453362865e1c7d49960d17469e7aea4ce;hb=e49b130505f5712075dca2ff990e5a63fc90ce3c;hp=179d6849ea13ebeffa60dcf40ab59f7406b976ab;hpb=e001c4e421fad5822503901ba76dcd6abbba4fa2;p=alttp.git diff --git a/resources/js/i18n/en.js b/resources/js/i18n/en.js index 179d684..401a7e4 100644 --- a/resources/js/i18n/en.js +++ b/resources/js/i18n/en.js @@ -76,10 +76,12 @@ export default { retry: 'Retry', save: 'Save', search: 'Search', + send: 'Send', settings: 'Settings', signUp: 'Sign up', stop: 'Stop', unconfirm: 'Retract', + unset: 'Unset', }, content: { attribution: 'Attribution', @@ -97,6 +99,14 @@ export default { tracking: 'Tracking', }, }, + discordBot: { + channel: 'Channel', + controls: 'Controls', + guild: 'Server', + heading: 'Discord Bot', + invite: 'Invite bot', + selectGuild: 'Please select server', + }, episodes: { addRestream: 'Add Restream', applyDialog: { @@ -108,6 +118,7 @@ export default { channel: 'Channel', commentary: 'Commentary', empty: 'No dates coming up.', + raceroom: 'Race room', restreamDialog: { acceptComms: 'Open commentary application', acceptTracker: 'Open tracker application', @@ -123,6 +134,7 @@ export default { title: 'Restream', }, setup: 'Setup', + sgSignUp: 'SG Signup', startTime: '{{ date, LL LT }}', tracking: 'Tracking', }, @@ -140,17 +152,30 @@ export default { heading: 'Server error', }, }, + events: { + concluded: 'This event has concluded.', + end: 'End', + evergreen: 'Evergreen events', + heading: 'Events', + ongoing: 'Ongoing events', + past: 'Past events', + pastEpisodes: 'Past races', + start: 'Start', + upcomingEpisodes: 'Upcoming races', + }, footer: { alttpde: 'German ALttP Discord', alttpwiki: 'ALttP Speedrunning Wiki', competitions: 'Competitions', connect: 'Connect Spedruns Discord', contact: 'If you would like to organize a Tournament on this site, please contact holysmoke86 on Discord.', + events: 'Events', info: 'Infos', map: 'ALttP Map', muffins: 'Muffins\' Glitch Map', privacy: 'Privacy', resources: 'Resources', + restreamCentral: 'Restream Central Discord', schedule: 'Schedule', smd: 'German Super Metroid Discord', smwiki: 'Super Metroid Speedrunning Wiki', @@ -402,6 +427,9 @@ export default { heading: 'Schedule', startTime: '{{ date, LT }}', }, + search: { + noResults: 'No results', + }, techniques: { description: 'Tutorials for The Legend of Zelda: A Link to the Past Randomizer', heading: 'Techniques', @@ -457,6 +485,30 @@ export default { unlockError: 'Error unlocking tournaments', unlockSuccess: 'Tournament unlocked', }, + twitchBot: { + channel: 'Channel', + chat: 'Chat', + chatError: 'Error sending message', + chatSuccess: 'Message queued', + chatWaitMsgsMin: 'Min. messages', + chatWaitMsgsMax: 'Max. messages', + chatWaitTimeMin: 'Min. time', + chatWaitTimeMax: 'Max. time', + controls: 'Controls', + heading: 'Twitch Bot', + joinApp: 'Join as App Bot', + joinChat: 'Join as Chat Bot', + joinError: 'Error joining channel', + joinSuccess: 'Joined', + noManagePermission: 'You lack the required privileges to manage the twitch bot.', + partError: 'Error parting channel', + partSuccess: 'Parted', + saveError: 'Error saving', + saveSuccess: 'Saved', + selectChannel: 'Please select a channel to manage.', + sendApp: 'Send as App Bot', + sendChat: 'Send as Chat Bot', + }, users: { discordTag: 'Discord tag', editNickname: 'Edit name',