]> git.localhorst.tv Git - alttp.git/blobdiff - resources/js/i18n/en.js
compact keysanity tracker
[alttp.git] / resources / js / i18n / en.js
index 9ca7a6b9148a9fea5f0eeeec09c8504427133798..dfa33f4fe0149e33487d49e936e140dbd265cec9 100644 (file)
@@ -97,6 +97,18 @@ export default {
                        unconfirm: 'Retract',
                        unset: 'Unset',
                },
+               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: 'Source: {{ nick }} in {{ channel }} on {{ date, L LT }}',
+                       },
+               },
                content: {
                        attribution: 'Attribution',
                        description: 'Description',
@@ -201,6 +213,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',
@@ -502,6 +520,42 @@ export default {
                },
                tracker: {
                        config: {
+                               bossShuffle: 'Boss Shuffle',
+                               calculation:  'Calculation',
+                               checkCalculation: 'Dungeon checks',
+                               checkCalculations: {
+                                       inventory: 'Inventory (Doors)',
+                                       'room-data': 'Room data (glitched)',
+                               },
+                               compactKeysanity: 'Compact Keysanity',
+                               ganonCrystals: 'Ganon Crystals',
+                               glitches: 'Glitches',
+                               glitchRules: {
+                                       hmg: 'HMG',
+                                       mg: 'Major',
+                                       nl: 'No Logic',
+                                       none: 'None',
+                                       owg: 'OWG',
+                               },
+                               goal: 'Goal',
+                               goals: {
+                                       ad: 'All Dungeons',
+                                       fast: 'Fast Ganon',
+                                       ganon: 'Ganon',
+                                       ghunt: 'Ganon Hunt',
+                                       ped: 'Pedestal',
+                                       thunt: 'Triforce Hunt',
+                                       trinity: 'Trinity',
+                               },
+                               gtCrystals: 'GT Crystals',
+                               inverted: 'Inverted',
+                               layout: 'Layout',
+                               logic: 'Logic',
+                               mapLayout: 'Map',
+                               mapLayouts: {
+                                       horizontal: 'Horizontal',
+                                       vertical: 'Vertical',
+                               },
                                showBig: 'Big Keys',
                                showCompass: 'Compasses',
                                showItemOptions: {
@@ -512,12 +566,21 @@ 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',
                                wildItems: 'Wild Dungeon Items',
                                wildMap: 'Maps',
                                wildSmall: 'Small Keys',
+                               worldState: 'World State',
+                               worldStates: {
+                                       inverted: 'Inverted',
+                                       open: 'Open',
+                               },
                        },
                        location: {
                                aginah: 'Aginah',
@@ -634,6 +697,27 @@ export default {
                        addCommand: 'Add command',
                        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',
                        chatSuccess: 'Message queued',
@@ -706,6 +790,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',
@@ -713,6 +798,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.',