]> git.localhorst.tv Git - alttp.git/blobdiff - resources/js/i18n/en.js
basic aosr patcher
[alttp.git] / resources / js / i18n / en.js
index 4001bbf4c82da5fbbf05ee14503fac27a72c537a..190aceae3e4ea0644ab6864de352a053abedc959 100644 (file)
@@ -1,6 +1,46 @@
 /* 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: {
+                       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',
@@ -144,8 +184,8 @@ export default {
                                        rejected: 'Application from {{username}} rejected',
                                },
                                result: {
-                                       comment: 'Result commented: <0>{{comment}}</0>',
-                                       report: 'Result of <0>{{time}}</0> reported',
+                                       comment: 'Result of round {{number}} commented: <1>{{comment}}</1>',
+                                       report: 'Result of <1>{{time}}</1> reported for round {{number}}',
                                },
                                round: {
                                        create: 'Round #{{number}} added',
@@ -155,6 +195,7 @@ export default {
                                },
                                tournament: {
                                        close: 'Registration closed',
+                                       discord: 'Discord server connected',
                                        lock: 'Tournament locked',
                                        open: 'Registration opened',
                                        unlock: 'Tournament unlocked',
@@ -218,6 +259,16 @@ export default {
                        applySuccess: 'Application sent',
                        closeError: 'Error closing registration',
                        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',
                        lockError: 'Error locking tournament',
                        lockSuccess: 'Tournament locked',