]> git.localhorst.tv Git - alttp.git/blobdiff - resources/js/i18n/en.js
more classification
[alttp.git] / resources / js / i18n / en.js
index b1cd6d9ee51d688b4512fd2599e0ed1675506fc6..9563eedfeaba7f474b2a614a354e4945de1e9b1c 100644 (file)
@@ -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',
@@ -201,6 +208,12 @@ export default {
                        appDescription: 'Tournaments and tutorials for The Legend of Zelda: A Link to the Past Randomizer',
                        appName: 'ALttP',
                        pleaseSelect: 'Please select',
+                       languages: {
+                               de: 'German',
+                               en: 'English',
+                               es: 'Spanish',
+                               fr: 'French',
+                       },
                },
                icon: {
                        AddIcon: 'Add',
@@ -503,6 +516,12 @@ export default {
                tracker: {
                        config: {
                                bossShuffle: 'Boss Shuffle',
+                               calculation:  'Calculation',
+                               checkCalculation: 'Dungeon checks',
+                               checkCalculations: {
+                                       inventory: 'Inventory (Doors)',
+                                       'room-data': 'Room data (glitched)',
+                               },
                                ganonCrystals: 'Ganon Crystals',
                                glitches: 'Glitches',
                                glitchRules: {
@@ -667,6 +686,20 @@ export default {
                        addCommand: 'Add command',
                        channel: 'Channel',
                        chat: 'Chat',
+                       chatCategories: {
+                               gg: 'Good Game',
+                               gl: 'Good Luck',
+                               hi: 'Greeting',
+                               hype: 'Hype',
+                               lol: 'Laughter',
+                               love: 'Love',
+                               o7: 'Salute',
+                               pog: 'Pog',
+                               question: 'Question',
+                               thx: 'Thanks',
+                               unclassified: 'Generic',
+                               wtf: 'WTF',
+                       },
                        chatError: 'Error sending message',
                        chatSettings: 'Chat Bot Settings',
                        chatSuccess: 'Message queued',
@@ -739,6 +772,7 @@ export default {
                                winnersMessageHint: '{names} will be replaced with a list of winners\' names',
                        },
                        heading: 'Twitch Bot',
+                       language: 'Preferred Language',
                        joinApp: 'Join as App Bot',
                        joinChat: 'Join as Chat Bot',
                        joinError: 'Error joining channel',
@@ -746,6 +780,13 @@ export default {
                        noManagePermission: 'You lack the required privileges to manage the twitch bot.',
                        partError: 'Error parting channel',
                        partSuccess: 'Parted',
+                       randomChat: 'Random Chat',
+                       respond: 'Respond',
+                       respondOptions: {
+                               50: '50:50',
+                               no: 'No',
+                               yes: 'Yes',
+                       },
                        saveError: 'Error saving',
                        saveSuccess: 'Saved',
                        selectChannel: 'Please select a channel to manage.',