]> git.localhorst.tv Git - alttp.git/blobdiff - resources/js/i18n/en.js
snes settings
[alttp.git] / resources / js / i18n / en.js
index 2a4f2cb8a82a4178137beb784d23d5b0451f1a60..c5efdf45b5ba552712291a5a8eecf4decc465cc7 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',
@@ -434,6 +447,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',
@@ -528,8 +548,11 @@ export default {
                        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',
@@ -539,6 +562,14 @@ export default {
                                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',
@@ -570,6 +601,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',