X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fjs%2Fi18n%2Fen.js;h=c5efdf45b5ba552712291a5a8eecf4decc465cc7;hb=b833b712555c4db00ada3d1fe3b2cee4774dc3e0;hp=d9cd50ff574849bf311be4ad658b977a764ae770;hpb=73c29bf37f10df401d87d14cc26999f88ce77379;p=alttp.git diff --git a/resources/js/i18n/en.js b/resources/js/i18n/en.js index d9cd50f..c5efdf4 100644 --- a/resources/js/i18n/en.js +++ b/resources/js/i18n/en.js @@ -447,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', @@ -541,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', @@ -552,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',