X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fjs%2Fi18n%2Fen.js;h=b4acc0cf6e935861659c993d3ce3f2b9bb0a51ff;hb=b5a50d74cf042fa7fc874d8184dc37ae20bb74dd;hp=d9cd50ff574849bf311be4ad658b977a764ae770;hpb=73c29bf37f10df401d87d14cc26999f88ce77379;p=alttp.git diff --git a/resources/js/i18n/en.js b/resources/js/i18n/en.js index d9cd50f..b4acc0c 100644 --- a/resources/js/i18n/en.js +++ b/resources/js/i18n/en.js @@ -242,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', @@ -270,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', @@ -280,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', @@ -290,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', @@ -299,6 +304,7 @@ export default { silvers: 'Silvers', 'small-key': 'Small Key', somaria: 'Cane of Somaria', + 'tempered-sword': 'Tempered Sword', }, }, map: { @@ -447,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', @@ -541,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', @@ -552,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',