X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fjs%2Fi18n%2Fen.js;h=480a57cc204ed8a0a6876d7f872d9b97e1ad02dd;hb=e10222af705e3475fcea6e0b17d1c9984a62db26;hp=ca0e4126c5a74f15d3dd2b510d387e0147a8418f;hpb=7c6716036321ba09846785720e81459aad55a323;p=alttp.git diff --git a/resources/js/i18n/en.js b/resources/js/i18n/en.js index ca0e412..480a57c 100644 --- a/resources/js/i18n/en.js +++ b/resources/js/i18n/en.js @@ -70,6 +70,7 @@ export default { nextFrame: 'Next frame', pause: 'Pause', play: 'Play', + playPause: 'Play/Pause', protocol: 'Protocol', remove: 'Remove', retry: 'Retry', @@ -79,6 +80,7 @@ export default { signUp: 'Sign up', stop: 'Stop', unconfirm: 'Retract', + unset: 'Unset', }, content: { attribution: 'Attribution', @@ -96,6 +98,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: { @@ -107,6 +117,7 @@ export default { channel: 'Channel', commentary: 'Commentary', empty: 'No dates coming up.', + raceroom: 'Race room', restreamDialog: { acceptComms: 'Open commentary application', acceptTracker: 'Open tracker application', @@ -122,6 +133,7 @@ export default { title: 'Restream', }, setup: 'Setup', + sgSignUp: 'SG Signup', startTime: '{{ date, LL LT }}', tracking: 'Tracking', }, @@ -139,6 +151,9 @@ export default { heading: 'Server error', }, }, + events: { + upcomingEpisodes: 'Upcoming races', + }, footer: { alttpde: 'German ALttP Discord', alttpwiki: 'ALttP Speedrunning Wiki', @@ -401,6 +416,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', @@ -456,6 +474,18 @@ export default { unlockError: 'Error unlocking tournaments', unlockSuccess: 'Tournament unlocked', }, + twitchBot: { + channel: 'Channel', + 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', editNickname: 'Edit name',