X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fjs%2Fi18n%2Fen.js;h=2645cc99b61da132164b4f94d263afd587ebecbc;hb=8645b77ea2dc402f0265e1c8022ba18302506ca1;hp=9563eedfeaba7f474b2a614a354e4945de1e9b1c;hpb=13ffde5b2abcf831af9c794044350737066c5933;p=alttp.git diff --git a/resources/js/i18n/en.js b/resources/js/i18n/en.js index 9563eed..2645cc9 100644 --- a/resources/js/i18n/en.js +++ b/resources/js/i18n/en.js @@ -100,8 +100,13 @@ export default { chatBotLog: { empty: 'No messages on protocol yet', heading: 'Chat Bot Log', + info: { + cat: '{{ category }} {{ date }}', + user: '{{ user }} {{ date }}', + userCat: '{{ category }} from {{ user }} {{ date }}', + }, origin: { - chatLog: '{{ nick }} in {{ channel }} on {{ date, L LT }}', + chatLog: 'Source: {{ nick }} in {{ channel }} on {{ date, L LT }}', }, }, content: { @@ -687,18 +692,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',