X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fjs%2Fi18n%2Fen.js;h=8d8ccdce56b3983d5c3cf380cb04727aeef8fd09;hb=f0d1a566f5afd76ab7a56b295b71d5756dfd2bc3;hp=dfa33f4fe0149e33487d49e936e140dbd265cec9;hpb=481e603a0ca94bb068d1939c7feccfb07264b5a0;p=alttp.git diff --git a/resources/js/i18n/en.js b/resources/js/i18n/en.js index dfa33f4..8d8ccdc 100644 --- a/resources/js/i18n/en.js +++ b/resources/js/i18n/en.js @@ -695,9 +695,14 @@ export default { }, twitchBot: { addCommand: 'Add command', + adlibChat: 'ad lib Chat', + adlibChatDesc: 'Generate a message inspired by the chatlog.', + adlibChatNote: 'Due to the amount of data required currently only supported in german.', channel: 'Channel', chat: 'Chat', + chatAdlibChance: 'ad lib chance', chatCategories: { + adlib: 'ad lib', eyes: 'Eyes', gg: 'Good Game', gl: 'Good Luck', @@ -719,7 +724,15 @@ export default { yes: 'Yes', }, chatError: 'Error sending message', + chatMinAge: 'Min. age (in days)', chatSettings: 'Chat Bot Settings', + chatSource: 'Message source', + chatSources: { + any: 'Any', + cat: 'Same category', + catchan: 'Own channel and same category', + chan: 'Own channel', + }, chatSuccess: 'Message queued', chatWaitMsgsMin: 'Min. messages', chatWaitMsgsMax: 'Max. messages',