X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fjs%2Fi18n%2Fen.js;h=190aceae3e4ea0644ab6864de352a053abedc959;hb=75b3b5826c781e47b3db693fa6d3d17f67c79e56;hp=5cc5ed1f0b88252256fc8b9f96d49ed88cc0707d;hpb=8f8c68f00151100f2a2fa535492847ddb6b7029a;p=alttp.git diff --git a/resources/js/i18n/en.js b/resources/js/i18n/en.js index 5cc5ed1..190acea 100644 --- a/resources/js/i18n/en.js +++ b/resources/js/i18n/en.js @@ -7,6 +7,40 @@ export default { baseRomSet: 'Base ROM set.', setBaseRom: 'Set base ROM', }, + aosSeeds: { + fetchingPatch: 'Fetching patch', + filename: 'aosr - {{preset}} - {{hash}}', + heading: 'Aria of Sorrow Randomizer Seed', + generator: 'Generator', + generators: { + surge: 'This seed has been generated with fusecv\'s randomizer on aosrando.surge.sh.', + }, + mystery: 'Mystery', + noMystery: 'No mystery', + noRace: 'No race', + patch: 'Patch ROM', + patchError: 'Error applying patch: {{msg}}', + preset: 'Preset', + presets: { + Area: 'Area', + AreaAllBosses: 'Area all bosses', + AreaBeginner: 'Area beginner', + AreaExpert: 'Area expert', + AreaExtraFast: 'Area extra fast', + AreaSpicy: 'Area spicy', + Beginner: 'Beginner', + DoorAllBosses: 'Door all bosses', + DoorAllBossesEasy: 'Door all bosses easy', + ExtraFastNormal: 'Extra fast normal', + Normal: 'Normal', + SGLive2020: 'SGLive 2020', + SGLive2021: 'SGLive 2021', + SpicyNormal: 'Spicy normal', + Tournament2021: 'Tournament 2021', + Tournament2022: 'Tournament 2022', + }, + race: 'Race', + }, applications: { accept: 'Accept', acceptError: 'Error accepting',