X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fjs%2Fi18n%2Fen.js;h=f6965043a84a355e9a380c04307284694e97577b;hb=1b9629ce7f600b4aa9c9d51a281e514031871828;hp=0bc85e8e989bcc2c625fdca2c6dd196e00ba58db;hpb=1d3c8c6a96fc45d839f0e3719baca790059d189f;p=alttp.git diff --git a/resources/js/i18n/en.js b/resources/js/i18n/en.js index 0bc85e8..f696504 100644 --- a/resources/js/i18n/en.js +++ b/resources/js/i18n/en.js @@ -97,6 +97,13 @@ export default { unconfirm: 'Retract', unset: 'Unset', }, + chatBotLog: { + empty: 'No messages on protocol yet', + heading: 'Chat Bot Log', + origin: { + chatLog: '{{ nick }} in {{ channel }} on {{ date, L LT }}', + }, + }, content: { attribution: 'Attribution', description: 'Description', @@ -680,14 +687,25 @@ export default { channel: 'Channel', chat: 'Chat', chatCategories: { + eyes: 'Eyes', gg: 'Good Game', gl: 'Good Luck', hi: 'Greeting', hype: 'Hype', + kappa: 'Kappa', lol: 'Laughter', + love: 'Love', + no: 'No', o7: 'Salute', pog: 'Pog', + question: 'Question', + rage: 'Rage', + sad: 'Sad', + sweat: 'Sweat', + thx: 'Thanks', unclassified: 'Generic', + wtf: 'WTF', + yes: 'Yes', }, chatError: 'Error sending message', chatSettings: 'Chat Bot Settings',