X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fjs%2Fi18n%2Fen.js;h=f722332ba30bc65e218d7fdd603b79d414e4a9b6;hb=e1ecc76c1c6d527502d6576ee19be06df2a15bb7;hp=52c9031d8362b02659a4a6193ed20d0474fed7db;hpb=7c1db464de8560af8f72228fc311c34f38c1134d;p=alttp.git diff --git a/resources/js/i18n/en.js b/resources/js/i18n/en.js index 52c9031..f722332 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', @@ -142,6 +153,14 @@ export default { }, }, 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: { @@ -150,11 +169,13 @@ export default { 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', @@ -336,6 +357,7 @@ export default { discord: 'Discord server connected', lock: 'Tournament locked', open: 'Registration opened', + settings: 'Modified settings', unlock: 'Tournament unlocked', }, unknown: 'Unknown protocol entry of type {{type}}.', @@ -378,6 +400,7 @@ export default { noSeed: 'No seed set', numberOfResults_one: '{{ count }} submission', numberOfResults_other: '{{ count }} submissions', + loadMore: 'load more rounds', lock: 'Lock round', lockDescription: 'When a round is locked, runners cannot submit or change results.', locked: 'Results for this round have been locked.', @@ -406,6 +429,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', @@ -458,9 +484,37 @@ export default { scoreboard: 'Scoreboard', scoreChart: 'Score chart', settings: 'Settings', + settingsError: 'Error saving settings', + settingsSuccess: 'Settings saved successfully', + showNumbers: 'Show numbers', unlockError: 'Error unlocking tournaments', unlockSuccess: 'Tournament unlocked', }, + twitchBot: { + channel: 'Channel', + chat: 'Chat', + chatError: 'Error sending message', + chatSettings: 'Chat Bot Settings', + 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',