X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fjs%2Fi18n%2Fen.js;h=6498b85927eb3bce4864fa996568d9c46bbd8c3a;hb=18424fc6de2fc902ee2b2d3143955081263adff4;hp=a1b9966e51389f3e3f69da43dda3847775ab027f;hpb=9747af2d739c2e934aac05fc2c99703ee433aee1;p=alttp.git diff --git a/resources/js/i18n/en.js b/resources/js/i18n/en.js index a1b9966..6498b85 100644 --- a/resources/js/i18n/en.js +++ b/resources/js/i18n/en.js @@ -55,6 +55,9 @@ export default { setBaseRom: 'Set base ROM', tourneyDiscord: 'Tournament Discord', }, + aosGenerate: { + heading: 'Generate AoSR Seed', + }, aosSeeds: { date: '{{ date, L LT }}', fetchingPatch: 'Fetching patch', @@ -77,8 +80,10 @@ export default { AreaBeginner: 'Area beginner', AreaExpert: 'Area expert', AreaExtraFast: 'Area extra fast', + AreaRequireAllSouls: 'Area require all souls', AreaSpicy: 'Area spicy', Beginner: 'Beginner', + custom: 'Custom', DoorAllBosses: 'Door all bosses', DoorAllBossesEasy: 'Door all bosses easy', ExtraFastNormal: 'Extra fast normal', @@ -103,8 +108,10 @@ export default { logic: 'Logic', mapassist: 'Map assist', nodupes: 'No dupes', + noww: 'No wrong warp', palette: 'Palette', panther: 'Panther', + reqallsouls: 'Require all souls', shopprice: 'Shop price', shopSouls: 'Shop souls', startshop: 'Start with shop', @@ -172,6 +179,10 @@ export default { 'false': 'No', 'true': 'Yes', }, + noww: { + 'false': 'No', + 'true': 'Yes', + }, palette: { Mode1: 'Mode 1', 'Mode1.5': 'Mode 1.5', @@ -185,6 +196,10 @@ export default { NeverExists: 'Never exists', Rand70Dup: 'Random 70% dupe', }, + reqallsouls: { + 'false': 'No', + 'true': 'Yes', + }, shopprice: { RandHV: 'Random HV', Vanilla: 'Vanilla', @@ -236,6 +251,7 @@ export default { chart: 'Chart', close: 'Close', edit: 'Edit', + generate: 'Generate', help: 'Help', login: 'Login', logout: 'Logout', @@ -260,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', @@ -273,6 +302,7 @@ export default { EditIcon: 'Edit', FinishedIcon: 'Finished', FirstPlaceIcon: 'First Place', + ForbiddenIcon: 'Forbidden', ForfeitIcon: 'Forfeit', LanguageIcon: 'Language', LockedIcon: 'Locked', @@ -284,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', @@ -340,6 +374,20 @@ export default { somaria: 'Cane of Somaria', }, }, + map: { + dwLong: 'Dark World', + dwShort: 'DW', + heading: 'Map', + lwLong: 'Light World', + lwShort: 'LW', + spLong: 'Special Areas', + spShort: 'SP', + uwLong: 'Underworld', + uwShort: 'UW', + }, + modes: { + heading: 'Modes', + }, participants: { empty: 'No participants on record', heading: 'Participants', @@ -357,6 +405,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: { @@ -369,7 +423,8 @@ export default { report: 'Result of <1>{{time}} reported for round {{number}}', }, round: { - create: 'Round #{{number}} added', + create: 'Added round #{{number}}', + edit: 'Edited round #{{number}}', lock: 'Round #{{number}} locked', seed: 'Set seed for round #{{number}}', unlock: 'Round #{{number}} unlocked', @@ -406,30 +461,60 @@ export default { round: 'Round', runner: 'Runner', time: 'Time: {{ time }}', + vod: 'VoD', + vodNote: 'If you want to share your VoD, go ahead.', }, rounds: { + code: 'Code', date: '{{ date, L }}', + edit: 'Edit round', + editError: 'Error saving round', + editSuccess: 'Saved successfully', empty: 'No rounds yet', heading: 'Rounds', new: 'New round', noSeed: 'No seed set', + numberOfResults_one: '{{ count }} submission', + numberOfResults_other: '{{ count }} submissions', lock: 'Lock round', lockDescription: 'When a round is locked, runners cannot submit or change results.', locked: 'Results for this round have been locked.', lockError: 'Error locking round', lockIncompleteWarning: 'Warning: Not all runners have submitted their results for this round yet!', lockSuccess: 'Round locked', + rolled_by: 'Rolled by', rolledBy: 'Rolled by {{name}}', seed: 'Seed', setSeed: 'Set seed', setSeedError: 'Seed could not be set', setSeedSuccess: 'Seed set', + title: 'Title', unlock: 'Unock round', unlockDescription: 'The round is unlocked and runers are free to submit or change their results again.', unlocked: 'Results for this round are subject to change.', 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',