]> git.localhorst.tv Git - alttp.git/blobdiff - resources/js/i18n/en.js
add race option to aosr command
[alttp.git] / resources / js / i18n / en.js
index 80c091a363136867c6ff4618cc10cd42d49900dd..4140fdd17ca5e9114a8068872d14e24fda0fb87b 100644 (file)
@@ -1,10 +1,68 @@
 /* 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',
+                       acceptSuccess: 'Accepted',
+                       reject: 'Reject',
+                       rejectSuccess: 'Rejected',
+                       rejectError: 'Error rejecting',
+               },
                button: {
                        add: 'Add',
                        back: 'Back',
                        cancel: 'Cancel',
+                       chart: 'Chart',
                        close: 'Close',
                        edit: 'Edit',
                        help: 'Help',
@@ -14,20 +72,47 @@ export default {
                        protocol: 'Protocol',
                        save: 'Save',
                        search: 'Search',
+                       settings: 'Settings',
+               },
+               error: {
+                       403: {
+                               description: 'Um no',
+                               heading: 'Access denied',
+                       },
+                       404: {
+                               description: 'Pretty sure I had that somehere',
+                               heading: 'Not found',
+                       },
+                       500: {
+                               description: 'NotLikeThis',
+                               heading: 'Server error',
+                       },
                },
                general: {
+                       anonymous: 'Anonym',
                        appName: 'ALttP',
                },
                icon: {
+                       AddIcon: 'Add',
+                       ApplicationsIcon: 'Applications',
+                       ApplyIcon: 'Apply',
+                       ChartIcon: 'Chart',
                        DiscordIcon: 'Discord',
                        EditIcon: 'Edit',
                        FinishedIcon: 'Finished',
                        FirstPlaceIcon: 'First Place',
                        ForfeitIcon: 'Forfeit',
+                       LanguageIcon: 'Language',
+                       LockedIcon: 'Locked',
                        LogoutIcon: 'Logout',
                        PendingIcon: 'Pending',
+                       ProtocolIcon: 'Protocol',
+                       ResultIcon: 'Result',
                        SecondPlaceIcon: 'Second Place',
+                       SettingsIcon: 'Settings',
+                       StreamIcon: 'Stream',
                        ThirdPlaceIcon: 'Third Place',
+                       UnlockedIcon: 'Unlocked',
                        zelda: {
                                'big-key': 'Big Key',
                                'blue-boomerang': 'Boomerang',
@@ -87,15 +172,42 @@ export default {
                        empty: 'No participants on record',
                        heading: 'Participants',
                        participant: 'Participant',
+                       placement: 'Placement',
+                       placementShort: '#',
+                       placementSubjectToChange: 'Tournament incomplete, placement subject to change.',
+                       roleNames: {
+                               admin: 'Administrator',
+                               monitor: 'Monitor',
+                               runner: 'Runner',
+                       },
+                       roles: 'Participated as',
+                       tournament: 'Tournament',
                        score: 'Score',
+                       scoreShort: 'Score',
                },
                protocol: {
                        description: {
+                               application: {
+                                       accepted: 'Application from {{username}} accepted',
+                                       received: 'Application from {{username}} received',
+                                       rejected: 'Application from {{username}} rejected',
+                               },
                                result: {
-                                       report: 'Result reported',
+                                       comment: 'Result of round {{number}} commented: <1>{{comment}}</1>',
+                                       report: 'Result of <1>{{time}}</1> reported for round {{number}}',
                                },
                                round: {
-                                       create: 'Round added',
+                                       create: 'Round #{{number}} added',
+                                       lock: 'Round #{{number}} locked',
+                                       seed: 'Set seed for round #{{number}}',
+                                       unlock: 'Round #{{number}} unlocked',
+                               },
+                               tournament: {
+                                       close: 'Registration closed',
+                                       discord: 'Discord server connected',
+                                       lock: 'Tournament locked',
+                                       open: 'Registration opened',
+                                       unlock: 'Tournament unlocked',
                                },
                                unknown: 'Unknown protocol entry of type {{type}}.',
                        },
@@ -103,13 +215,24 @@ export default {
                        heading: 'Protocol',
                },
                results: {
+                       addComment: 'Comment',
+                       comment: 'Comment',
+                       details: 'Details',
                        edit: 'Change result',
+                       editComment: 'Edit comment',
                        forfeit: 'Forfeit',
+                       pending: 'Pending',
+                       placement: 'Placement',
+                       points_one: '{{ count }} point',
+                       points_other: '{{ count }} points',
                        report: 'Report result',
-                       reportError: 'Error saving result :(',
+                       reportError: 'Error saving :(',
                        reportPreview: 'Will be recorded as {{ time }}',
-                       reportSuccess: 'Result stored, thanks :)',
+                       reportSuccess: 'Stored, thanks :)',
                        reportTime: 'Time',
+                       result: 'Result',
+                       round: 'Round',
+                       runner: 'Runner',
                        time: 'Time: {{ time }}',
                },
                rounds: {
@@ -118,11 +241,74 @@ export default {
                        heading: 'Rounds',
                        new: 'New round',
                        noSeed: 'No seed set',
+                       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',
+                       rolledBy: 'Rolled by {{name}}',
                        seed: 'Seed',
                        setSeed: 'Set seed',
+                       setSeedError: 'Seed could not be set',
+                       setSeedSuccess: 'Seed set',
+                       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',
                },
                tournaments: {
+                       admins: 'Admins',
+                       applicationDenied: 'Application denied',
+                       applicationPending: 'Application pending',
+                       applications: 'Applications',
+                       apply: 'Apply',
+                       applyError: 'Error submitting application',
+                       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',
+                       monitors: 'Monitors',
+                       noApplications: 'No applications at this point',
+                       noRecord: 'Tournament set to not be recorded',
+                       open: 'Open registration',
+                       openError: 'Error opening registration',
+                       openSuccess: 'Registration opened',
                        scoreboard: 'Scoreboard',
+                       scoreChart: 'Score chart',
+                       settings: 'Settings',
+                       unlockError: 'Error unlocking tournaments',
+                       unlockSuccess: 'Tournament unlocked',
+               },
+               users: {
+                       discordTag: 'Discord tag',
+                       editNickname: 'Edit name',
+                       editStreamLink: 'Edit stream link',
+                       nickname: 'Name',
+                       noStream: 'No stream set',
+                       participationEmpty: 'Has not participated in any tourneys yet.',
+                       roundRecords: 'Race records',
+                       setNicknameError: 'Could not save name',
+                       setNicknameSuccess: 'Name changed',
+                       setStreamLinkError: 'Could not save stream link',
+                       setStreamLinkSuccess: 'Stream link saved',
+                       stream: 'Stream',
+                       streamLink: 'Stream link',
+                       tournaments: 'Tournaments',
+                       tournamentRecords: 'Tournament records',
                },
                validation: {
                        error: {