X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fjs%2Fi18n%2Fen.js;h=5ad5c352c19c59d9845f58d76c5c9b8cc5be9cc0;hb=2ba39c5f4632579146d2663d82149a156a4e96c1;hp=695530d9ccb133051bd67e3cbd8e1a23a8e66ff1;hpb=93f50820771a0333b169f76f74727239cf0cb286;p=alttp.git diff --git a/resources/js/i18n/en.js b/resources/js/i18n/en.js index 695530d..5ad5c35 100644 --- a/resources/js/i18n/en.js +++ b/resources/js/i18n/en.js @@ -55,6 +55,7 @@ export default { button: { add: 'Add', back: 'Back', + browserSource: 'Browser source', cancel: 'Cancel', chart: 'Chart', close: 'Close', @@ -79,6 +80,7 @@ export default { send: 'Send', settings: 'Settings', signUp: 'Sign up', + start: 'Start', stop: 'Stop', unconfirm: 'Retract', unset: 'Unset', @@ -516,6 +518,7 @@ export default { commandTypes: { crew: 'Crew list', 'guessing-cancel': 'Cancel guessing game', + 'guessing-leaderboard': 'Guessing game leaderboard', 'guessing-solve': 'Solve guessing game', 'guessing-start': 'Start guessing game', 'guessing-stop': 'Stop guessing game', @@ -534,6 +537,8 @@ export default { defaultStartMessage: 'Get your guesses in', defaultStopMessage: 'Guessing closed', defaultWinnersMessage: 'Congrats {names}!', + guesses: 'Guesses', + guessTimestamp: '{{ timestamp, LT }}', invalidSolutionMessage: 'Message for invalid (or missing) solution', noWinnersMessage: 'Announcement for no winners', notActiveMessage: 'Message when no game is currently active', @@ -542,9 +547,13 @@ export default { pointsCloseOther: 'Points for further close matches', pointsExactFirst: 'Points for first exact match', pointsExactOther: 'Points for further exact matches', + popoutControls: 'Popout controls', settings: 'Guessing game settings', startMessage: 'Starting announcement', stopMessage: 'Closing announcement', + winners: 'Winners', + winnerScore: '{{ score }} points', + winnerScore_one: '{{ score }} point', winnersMessage: 'Winners announcement', winnersMessageHint: '{names} will be replaced with a list of winners\' names', }, @@ -562,6 +571,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',