X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fjs%2Fi18n%2Fen.js;fp=resources%2Fjs%2Fi18n%2Fen.js;h=4852f1458578623f553681c82ad974c4f0343a49;hb=7649d12f400f164dd06f6a45486221234052dbb6;hp=d9cd50ff574849bf311be4ad658b977a764ae770;hpb=60b20c057188f8965d02c170099aaf1d8ff4e3c6;p=alttp.git diff --git a/resources/js/i18n/en.js b/resources/js/i18n/en.js index d9cd50f..4852f14 100644 --- a/resources/js/i18n/en.js +++ b/resources/js/i18n/en.js @@ -541,8 +541,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 +555,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',