X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fjs%2Fi18n%2Fen.js;h=9d4b6210f5b45d1ffe0ba411b01aa09ace75a4ea;hb=f446d5bcf3b87bd9443a060e27e9c0601c96fbb9;hp=4001bbf4c82da5fbbf05ee14503fac27a72c537a;hpb=43da6b2ec78774e7b045a09c68af39717b5f5dbc;p=alttp.git diff --git a/resources/js/i18n/en.js b/resources/js/i18n/en.js index 4001bbf..9d4b621 100644 --- a/resources/js/i18n/en.js +++ b/resources/js/i18n/en.js @@ -144,8 +144,8 @@ export default { rejected: 'Application from {{username}} rejected', }, result: { - comment: 'Result commented: <0>{{comment}}', - report: 'Result of <0>{{time}} reported', + comment: 'Result of round {{number}} commented: <1>{{comment}}', + report: 'Result of <1>{{time}} reported for round {{number}}', }, round: { create: 'Round #{{number}} added', @@ -155,6 +155,7 @@ export default { }, tournament: { close: 'Registration closed', + discord: 'Discord server connected', lock: 'Tournament locked', open: 'Registration opened', unlock: 'Tournament unlocked', @@ -218,6 +219,14 @@ export default { applySuccess: 'Application sent', closeError: 'Error closing registration', closeSuccess: 'Registration closed', + discord: 'Discord', + discordError: 'Error connecting', + discordRoundTemplate: 'Template for round channels', + discordSettings: 'Discord settings', + discordSettingsError: 'Error saving discord settings', + discordSettingsSuccess: 'Discord settings saved', + discordSuccess: 'Discord associated', + inviteBot: 'Invite bot', locked: 'Lock rounds', lockError: 'Error locking tournament', lockSuccess: 'Tournament locked',