]> git.localhorst.tv Git - alttp.git/blobdiff - resources/js/i18n/en.js
add simple guessing game browser source
[alttp.git] / resources / js / i18n / en.js
index f722332ba30bc65e218d7fdd603b79d414e4a9b6..e12e3a35a689e1ec5d2253dd02ff20682cfc9bbb 100644 (file)
@@ -55,6 +55,7 @@ export default {
                button: {
                        add: 'Add',
                        back: 'Back',
+                       browserSource: 'Browser source',
                        cancel: 'Cancel',
                        chart: 'Chart',
                        close: 'Close',
@@ -79,6 +80,7 @@ export default {
                        send: 'Send',
                        settings: 'Settings',
                        signUp: 'Sign up',
+                       start: 'Start',
                        stop: 'Stop',
                        unconfirm: 'Retract',
                        unset: 'Unset',
@@ -182,6 +184,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',
@@ -491,6 +494,7 @@ export default {
                        unlockSuccess: 'Tournament unlocked',
                },
                twitchBot: {
+                       addCommand: 'Add command',
                        channel: 'Channel',
                        chat: 'Chat',
                        chatError: 'Error sending message',
@@ -500,7 +504,59 @@ export default {
                        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',
+                               defaultActiveMessage: 'Channel already has an active guessing game',
+                               defaultCancelMessage: 'Guessing game cancelled',
+                               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',
+                               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',