X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fjs%2Fi18n%2Fen.js;h=e7e0c59d58c06cbc198051abf1f616a8552ea8fe;hb=4f4b2fd64141cbbff953881e2705602a00b85df5;hp=a1b9966e51389f3e3f69da43dda3847775ab027f;hpb=9747af2d739c2e934aac05fc2c99703ee433aee1;p=alttp.git diff --git a/resources/js/i18n/en.js b/resources/js/i18n/en.js index a1b9966..e7e0c59 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', @@ -369,7 +385,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', @@ -409,6 +426,9 @@ export default { }, rounds: { date: '{{ date, L }}', + edit: 'Edit round', + editError: 'Error saving round', + editSuccess: 'Saved successfully', empty: 'No rounds yet', heading: 'Rounds', new: 'New round', @@ -424,6 +444,7 @@ export default { 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.',