X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fjs%2Fi18n%2Fen.js;h=dfa33f4fe0149e33487d49e936e140dbd265cec9;hb=481e603a0ca94bb068d1939c7feccfb07264b5a0;hp=8770273af32ec2dd1beb8cdc9c8deb6d9e2050da;hpb=a45390fd150b79014088b343591dc701dfe89c13;p=alttp.git diff --git a/resources/js/i18n/en.js b/resources/js/i18n/en.js index 8770273..dfa33f4 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: { @@ -522,6 +527,7 @@ export default { inventory: 'Inventory (Doors)', 'room-data': 'Room data (glitched)', }, + compactKeysanity: 'Compact Keysanity', ganonCrystals: 'Ganon Crystals', glitches: 'Glitches', glitchRules: { @@ -542,6 +548,7 @@ export default { trinity: 'Trinity', }, gtCrystals: 'GT Crystals', + inverted: 'Inverted', layout: 'Layout', logic: 'Logic', mapLayout: 'Map', @@ -559,6 +566,10 @@ export default { showItems: 'Show Dungeon Items', showMap: 'Maps', showSmall: 'Small Keys', + shuffleBig: 'Big Key Shuffle', + shuffleCompass: 'Compass Shuffle', + shuffleMap: 'Map Shuffle', + shuffleSmall: 'Small Key Shuffle', title: 'Configuration', wildBig: 'Big Keys', wildCompass: 'Compasses', @@ -692,8 +703,10 @@ export default { gl: 'Good Luck', hi: 'Greeting', hype: 'Hype', + kappa: 'Kappa', lol: 'Laughter', love: 'Love', + no: 'No', o7: 'Salute', pog: 'Pog', question: 'Question', @@ -703,6 +716,7 @@ export default { thx: 'Thanks', unclassified: 'Generic', wtf: 'WTF', + yes: 'Yes', }, chatError: 'Error sending message', chatSettings: 'Chat Bot Settings',