]> git.localhorst.tv Git - alttp.git/blobdiff - resources/js/i18n/en.js
basic auto tracking
[alttp.git] / resources / js / i18n / en.js
index 5ad5c352c19c59d9845f58d76c5c9b8cc5be9cc0..b4acc0cf6e935861659c993d3ce3f2b9bb0a51ff 100644 (file)
@@ -52,6 +52,18 @@ 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',
@@ -230,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',
@@ -258,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',
@@ -268,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',
@@ -278,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',
@@ -287,6 +304,7 @@ export default {
                                silvers: 'Silvers',
                                'small-key': 'Small Key',
                                somaria: 'Cane of Somaria',
+                               'tempered-sword': 'Tempered Sword',
                        },
                },
                map: {
@@ -435,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',
@@ -529,8 +554,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',
@@ -540,6 +568,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',