]> git.localhorst.tv Git - alttp.git/blobdiff - resources/js/i18n/en.js
basic auto tracking
[alttp.git] / resources / js / i18n / en.js
index 401a7e4453362865e1c7d49960d17469e7aea4ce..b4acc0cf6e935861659c993d3ce3f2b9bb0a51ff 100644 (file)
@@ -52,9 +52,22 @@ export default {
                        rejectSuccess: 'Rejected',
                        rejectError: 'Error rejecting',
                },
+               autoTracking: {
+                       heading: 'Auto tracking',
+                       statusMsg: {
+                               disabled: 'Disabled',
+                               disconnected: 'Disconnected',
+                               error: 'Connection error',
+                               'no-device': 'No device',
+                               'not-applicable': 'Connected to {{ device }}, mode not applicable',
+                               'not-in-game': 'Connected to {{ device }}, not in game',
+                               tracking: 'Connected to {{ device }}',
+                       },
+               },
                button: {
                        add: 'Add',
                        back: 'Back',
+                       browserSource: 'Browser source',
                        cancel: 'Cancel',
                        chart: 'Chart',
                        close: 'Close',
@@ -79,6 +92,7 @@ export default {
                        send: 'Send',
                        settings: 'Settings',
                        signUp: 'Sign up',
+                       start: 'Start',
                        stop: 'Stop',
                        unconfirm: 'Retract',
                        unset: 'Unset',
@@ -182,6 +196,7 @@ export default {
                        tech: 'ALttP Tech',
                },
                general: {
+                       actions: 'Actions',
                        anonymous: 'Anonym',
                        appDescription: 'Tournaments and tutorials for The Legend of Zelda: A Link to the Past Randomizer',
                        appName: 'ALttP',
@@ -227,6 +242,7 @@ export default {
                                'bottle-bee': 'Bee in a Bottle',
                                bottle: 'Bottle',
                                bow: 'Bow',
+                               'bowless-silvers': 'Silvers w/o Bow',
                                bugnet: 'Bugnet',
                                byrna: 'Cane of Byrna',
                                cape: 'Cape',
@@ -255,9 +271,11 @@ export default {
                                flippers: 'Flippers',
                                flute: 'Flute',
                                glove: 'Power Glove',
+                               'gold-sword': 'Gold Sword',
                                'green-mail': 'Green Mail',
                                'green-pendant': 'Pendant of Courage',
                                'green-potion': 'Green Potion',
+                               'half-magic': 'Half Magic',
                                hammer: 'Hammer',
                                'heart-container': 'Heart Container',
                                'heart-piece': 'Heart Piece',
@@ -265,6 +283,7 @@ export default {
                                'ice-rod': 'Ice Rod',
                                lamp: 'Lamp',
                                map: 'Map',
+                               'master-sword': 'Master Sword',
                                mirror: 'Mirror',
                                'mirror-shield': 'Mirror Shield',
                                mitts: 'Titan \'s Mitts',
@@ -275,6 +294,7 @@ export default {
                                'not-moonpearl': 'No Moonpearl',
                                powder: 'Powder',
                                quake: 'Quake',
+                               'quarter-magic': 'Quarter Magic',
                                'red-bomb': 'Red Bomb',
                                'red-boomerang': 'Red Boomerang',
                                'red-mail': 'Red Mail',
@@ -284,6 +304,7 @@ export default {
                                silvers: 'Silvers',
                                'small-key': 'Small Key',
                                somaria: 'Cane of Somaria',
+                               'tempered-sword': 'Tempered Sword',
                        },
                },
                map: {
@@ -357,6 +378,7 @@ export default {
                                        discord: 'Discord server connected',
                                        lock: 'Tournament locked',
                                        open: 'Registration opened',
+                                       settings: 'Modified settings',
                                        unlock: 'Tournament unlocked',
                                },
                                unknown: 'Unknown protocol entry of type {{type}}.',
@@ -399,6 +421,7 @@ export default {
                        noSeed: 'No seed set',
                        numberOfResults_one: '{{ count }} submission',
                        numberOfResults_other: '{{ count }} submissions',
+                       loadMore: 'load more rounds',
                        lock: 'Lock round',
                        lockDescription: 'When a round is locked, runners cannot submit or change results.',
                        locked: 'Results for this round have been locked.',
@@ -430,6 +453,13 @@ export default {
                search: {
                        noResults: 'No results',
                },
+               snes: {
+                       device: 'Preferred device',
+                       host: 'Host',
+                       port: 'Port',
+                       proto: 'Protocol',
+                       settings: 'SNES Settings',
+               },
                techniques: {
                        description: 'Tutorials for The Legend of Zelda: A Link to the Past Randomizer',
                        heading: 'Techniques',
@@ -482,19 +512,87 @@ export default {
                        scoreboard: 'Scoreboard',
                        scoreChart: 'Score chart',
                        settings: 'Settings',
+                       settingsError: 'Error saving settings',
+                       settingsSuccess: 'Settings saved successfully',
+                       showNumbers: 'Show numbers',
                        unlockError: 'Error unlocking tournaments',
                        unlockSuccess: 'Tournament unlocked',
                },
                twitchBot: {
+                       addCommand: 'Add command',
                        channel: 'Channel',
                        chat: 'Chat',
                        chatError: 'Error sending message',
+                       chatSettings: 'Chat Bot Settings',
                        chatSuccess: 'Message queued',
                        chatWaitMsgsMin: 'Min. messages',
                        chatWaitMsgsMax: 'Max. messages',
                        chatWaitTimeMin: 'Min. time',
                        chatWaitTimeMax: 'Max. time',
+                       commandDialog: 'Edit command',
+                       commandName: 'Name',
+                       commandParameters: 'Parameters',
+                       commandRestriction: 'Restriction',
+                       commandRestrictions: {
+                               mod: 'Mods',
+                               none: 'none',
+                               owner: 'Owner',
+                       },
+                       commands: 'Commands',
+                       commandType: 'Type',
+                       commandTypes: {
+                               crew: 'Crew list',
+                               'guessing-cancel': 'Cancel guessing game',
+                               'guessing-leaderboard': 'Guessing game leaderboard',
+                               'guessing-solve': 'Solve guessing game',
+                               'guessing-start': 'Start guessing game',
+                               'guessing-stop': 'Stop guessing game',
+                               none: 'keiner',
+                               runner: 'Runner list',
+                       },
                        controls: 'Controls',
+                       guessingGame: {
+                               activeMessage: 'Message when a game is already running',
+                               cancelMessage: 'Game cancellation announcement',
+                               closeWinnersMessage: 'Message for inexact winners',
+                               closeWinnersMessageHint: '{names} will be replaced with a list of winners\' names and {distance} with the distance',
+                               defaultActiveMessage: 'Channel already has an active guessing game',
+                               defaultCancelMessage: 'Guessing game cancelled',
+                               defaultCloseWinnersMessage: 'Congrats {names} on guessing within {distance}!',
+                               defaultInvalidSolutionMessage: 'Please provide a valid solution to the guessing game',
+                               defaultNoWinnersMessage: 'nobody wins :(',
+                               defaultNotActiveMessage: 'Channel has no active guessing game',
+                               defaultStartMessage: 'Get your guesses in',
+                               defaultStopMessage: 'Guessing closed',
+                               defaultWinnersMessage: 'Congrats {names}!',
+                               guesses: 'Guesses',
+                               guessTimestamp: '{{ timestamp, LT }}',
+                               invalidSolutionMessage: 'Message for invalid (or missing) solution',
+                               leaderboardType: 'Leaderboard type',
+                               leaderboardTypes: {
+                                       30: 'Running month',
+                                       365: 'Running year',
+                                       all: 'All time',
+                                       month: 'Current month',
+                                       year: 'Current year',
+                               },
+                               noWinnersMessage: 'Announcement for no winners',
+                               notActiveMessage: 'Message when no game is currently active',
+                               pointsCloseFirst: 'Points for first close match',
+                               pointsCloseMax: 'Maximum distance to count as close match',
+                               pointsCloseOther: 'Points for further close matches',
+                               pointsExactFirst: 'Points for first exact match',
+                               pointsExactOther: 'Points for further exact matches',
+                               popoutControls: 'Popout controls',
+                               settings: 'Guessing game settings',
+                               startMessage: 'Starting announcement',
+                               stopMessage: 'Closing announcement',
+                               winners: 'Winners',
+                               winnerScore: '{{ score }} points',
+                               winnerScore_one: '{{ score }} point',
+                               winnersMessage: 'Winners announcement',
+                               winnersMessageHint: '{names} will be replaced with a list of winners\' names',
+                       },
                        heading: 'Twitch Bot',
                        joinApp: 'Join as App Bot',
                        joinChat: 'Join as Chat Bot',
@@ -509,6 +607,11 @@ export default {
                        sendApp: 'Send as App Bot',
                        sendChat: 'Send as Chat Bot',
                },
+               twitchLegal: {
+                       heading: 'Twitch extension terms and policies',
+                       p1: 'Participation in the guessing game solely takes place via Twitch chat. Your nickname might show up in chat, on stream and in the leaderboard panel, should you choose to participate.',
+                       p2: 'To display the leaderboard, a request is made to alttp.localhorst.tv. This request is logged anonymously and not further processed.',
+               },
                users: {
                        discordTag: 'Discord tag',
                        editNickname: 'Edit name',