]> git.localhorst.tv Git - alttp.git/blobdiff - resources/js/i18n/en.js
guessing game auto-tracking
[alttp.git] / resources / js / i18n / en.js
index 2bcbe91cea3af81444c507eaba3fa718c1505478..d9cd50ff574849bf311be4ad658b977a764ae770 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',
@@ -535,6 +549,8 @@ export default {
                                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',
@@ -543,9 +559,13 @@ export default {
                                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',
                        },
@@ -563,6 +583,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',