X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;ds=sidebyside;f=resources%2Fjs%2Fi18n%2Fen.js;h=a146ca267c91aa6bbd28bb47329876ba3d2e33b7;hb=a1f2759cc827baaa49f1869b88f676d4dc39bf10;hp=669c56e8ed81b51fd8ef4953bc9b7664d11992b4;hpb=06fbdc15c8db57590c9b6a38ee1f00d5f349cff9;p=alttp.git diff --git a/resources/js/i18n/en.js b/resources/js/i18n/en.js index 669c56e..a146ca2 100644 --- a/resources/js/i18n/en.js +++ b/resources/js/i18n/en.js @@ -489,7 +489,12 @@ export default { channel: 'Channel', chat: 'Chat', chatError: 'Error sending message', + chatSettings: 'Chat Bot Settings', chatSuccess: 'Message queued', + chatWaitMsgsMin: 'Min. messages', + chatWaitMsgsMax: 'Max. messages', + chatWaitTimeMin: 'Min. time', + chatWaitTimeMax: 'Max. time', controls: 'Controls', heading: 'Twitch Bot', joinApp: 'Join as App Bot', @@ -499,6 +504,8 @@ export default { noManagePermission: 'You lack the required privileges to manage the twitch bot.', partError: 'Error parting channel', partSuccess: 'Parted', + saveError: 'Error saving', + saveSuccess: 'Saved', selectChannel: 'Please select a channel to manage.', sendApp: 'Send as App Bot', sendChat: 'Send as Chat Bot',