X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fjs%2Fi18n%2Fen.js;h=4140fdd17ca5e9114a8068872d14e24fda0fb87b;hb=df2ec1b4b6596c3b418cf161b97ee6fd3fb3a7bf;hp=0acab1a739233b89d55c4ff64c09d7b71b3a8c1f;hpb=b920a71120fd8211cacf82aa3d31b0fdfc257fd3;p=alttp.git diff --git a/resources/js/i18n/en.js b/resources/js/i18n/en.js index 0acab1a..4140fdd 100644 --- a/resources/js/i18n/en.js +++ b/resources/js/i18n/en.js @@ -1,6 +1,55 @@ /* eslint-disable max-len */ export default { translation: { + aos: { + baseRomInvalid: 'CRC32 mismatch (need 35:53:61:83). Wrong ROM file?', + baseRomRemoved: 'Base ROM removed.', + baseRomSet: 'Base ROM set.', + setBaseRom: 'Set base ROM', + }, + aosSeeds: { + date: '{{ date, L LT }}', + fetchingPatch: 'Fetching patch', + filename: 'aosr - {{preset}} - {{hash}}', + heading: 'Aria of Sorrow Randomizer Seed', + generated: 'Generated', + generator: 'Generator', + generators: { + surge: 'This seed has been generated with fusecv\'s randomizer on aosrando.surge.sh.', + }, + mystery: 'Mystery ROM, settings hidden', + 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 ROM, seed hidden', + seed: 'Seed', + status: 'Status', + statuses: { + error: 'error', + generated: 'generated', + pending: 'pending', + }, + }, applications: { accept: 'Accept', acceptError: 'Error accepting', @@ -221,6 +270,12 @@ export default { closeSuccess: 'Registration closed', discord: 'Discord', discordError: 'Error connecting', + discordNoCategory: 'No category', + discordRoundCategory: 'Category for round channels', + discordRoundTemplate: 'Template for round channels', + discordSettings: 'Discord settings', + discordSettingsError: 'Error saving discord settings', + discordSettingsSuccess: 'Discord settings saved', discordSuccess: 'Discord associated', inviteBot: 'Invite bot', locked: 'Lock rounds',