X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fjs%2Fi18n%2Fen.js;h=030b023766103f0e8756817baeec399b10d16a9d;hb=2c5535946aa15278c6e969c9a9b24d32a45e5b12;hp=9ef591644f23e82db72f78452826b902e6a2e4f0;hpb=9c58ecc5cb7eb5401657459375e6a775ba671424;p=alttp.git diff --git a/resources/js/i18n/en.js b/resources/js/i18n/en.js index 9ef5916..030b023 100644 --- a/resources/js/i18n/en.js +++ b/resources/js/i18n/en.js @@ -276,12 +276,25 @@ export default { heading: 'Server error', }, }, + 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 HolySmoke#5229 on Discord.', + info: 'Infos', + privacy: 'Privacy', + resources: 'Resources', + smd: 'German Super Metroid Discord', + smwiki: 'Super Metroid Speedrunning Wiki', + }, general: { anonymous: 'Anonym', appName: 'ALttP', }, icon: { AddIcon: 'Add', + AllowedIcon: 'Allowed', ApplicationsIcon: 'Applications', ApplyIcon: 'Apply', ChartIcon: 'Chart', @@ -289,6 +302,7 @@ export default { EditIcon: 'Edit', FinishedIcon: 'Finished', FirstPlaceIcon: 'First Place', + ForbiddenIcon: 'Forbidden', ForfeitIcon: 'Forfeit', LanguageIcon: 'Language', LockedIcon: 'Locked', @@ -300,7 +314,11 @@ export default { SettingsIcon: 'Settings', StreamIcon: 'Stream', ThirdPlaceIcon: 'Third Place', + TwitchIcon: 'Twitch', + UnknownIcon: 'Unknown', UnlockedIcon: 'Unlocked', + YoutubeIcon: 'YouTube', + VideoIcon: 'Video', zelda: { 'big-key': 'Big Key', 'blue-boomerang': 'Boomerang', @@ -356,6 +374,9 @@ export default { somaria: 'Cane of Somaria', }, }, + modes: { + heading: 'Modes', + }, participants: { empty: 'No participants on record', heading: 'Participants', @@ -373,6 +394,12 @@ export default { score: 'Score', scoreShort: 'Score', }, + privacy: { + heading: 'Privacy', + p1: 'We\'re utilizing cokes and your browser\'s storage to remember your login and preferred language as well as protect against XSRF.', + p2: 'If you click on Login, you wil be redirected to a discord portal. Once signed in, Discord will provide us with your username, discriminator and ID.', + p3: 'Any results you submit will be published on this site and may be shared with the Discord server of the respective community.', + }, protocol: { description: { application: { @@ -423,6 +450,8 @@ export default { round: 'Round', runner: 'Runner', time: 'Time: {{ time }}', + vod: 'VoD', + vodNote: 'If you want to share your VoD, go ahead.', }, rounds: { code: 'Code', @@ -455,6 +484,26 @@ export default { unlockError: 'Error unlocking round', unlockSuccess: 'Round unlocked', }, + rulesets: { + heading: 'Rulesets', + }, + techniques: { + heading: 'Techniques', + rulesetCodes: { + competitive: 'COM', + mg: 'MG', + nl: 'NL', + owg: 'OWG', + }, + rulesetDescriptions: { + competitive: 'Competitive', + mg: 'Major Glitches', + nl: 'No Logic', + owg: 'Overworld Glitches', + }, + rulesetFilterHeading: 'Only show techniques allowed in the following rulesets:', + seeAlso: 'See also', + }, tournaments: { admins: 'Admins', applicationDenied: 'Application denied',