chore(webui): note performance impact of archon shards
This commit is contained in:
		
							parent
							
								
									e5e6f7963b
								
							
						
					
					
						commit
						e5271f834e
					
				@ -4,7 +4,7 @@
 | 
				
			|||||||
const fs = require("fs");
 | 
					const fs = require("fs");
 | 
				
			||||||
 | 
					
 | 
				
			||||||
function extractStrings(content) {
 | 
					function extractStrings(content) {
 | 
				
			||||||
    const regex = /([a-zA-Z_]+): `([^`]*)`,/g;
 | 
					    const regex = /([a-zA-Z0-9_]+): `([^`]*)`,/g;
 | 
				
			||||||
    let matches;
 | 
					    let matches;
 | 
				
			||||||
    const strings = {};
 | 
					    const strings = {};
 | 
				
			||||||
    while ((matches = regex.exec(content)) !== null) {
 | 
					    while ((matches = regex.exec(content)) !== null) {
 | 
				
			||||||
@ -36,7 +36,7 @@ fs.readdirSync("../static/webui/translations").forEach(file => {
 | 
				
			|||||||
                        fs.writeSync(fileHandle, `    ${key}: \`[UNTRANSLATED] ${value}\`,\n`);
 | 
					                        fs.writeSync(fileHandle, `    ${key}: \`[UNTRANSLATED] ${value}\`,\n`);
 | 
				
			||||||
                    }
 | 
					                    }
 | 
				
			||||||
                });
 | 
					                });
 | 
				
			||||||
            } else if (line.length) {
 | 
					            } else {
 | 
				
			||||||
                fs.writeSync(fileHandle, line + "\n");
 | 
					                fs.writeSync(fileHandle, line + "\n");
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        });
 | 
					        });
 | 
				
			||||||
 | 
				
			|||||||
@ -406,7 +406,10 @@
 | 
				
			|||||||
                <div class="card mb-3">
 | 
					                <div class="card mb-3">
 | 
				
			||||||
                    <h5 class="card-header" data-loc="powersuit_archonShardsLabel"></h5>
 | 
					                    <h5 class="card-header" data-loc="powersuit_archonShardsLabel"></h5>
 | 
				
			||||||
                    <div class="card-body">
 | 
					                    <div class="card-body">
 | 
				
			||||||
                        <p data-loc="powersuit_archonShardsDescription"></p>
 | 
					                        <p>
 | 
				
			||||||
 | 
					                            <span data-loc="powersuit_archonShardsDescription"></span>
 | 
				
			||||||
 | 
					                            <span data-loc="powersuit_archonShardsDescription2"></span>
 | 
				
			||||||
 | 
					                        </p>
 | 
				
			||||||
                        <form class="input-group mb-3" onsubmit="doPushArchonCrystalUpgrade();return false;">
 | 
					                        <form class="input-group mb-3" onsubmit="doPushArchonCrystalUpgrade();return false;">
 | 
				
			||||||
                            <input type="number" id="archon-crystal-add-count" min="1" max="10000" value="1" class="form-control" style="max-width:100px" />
 | 
					                            <input type="number" id="archon-crystal-add-count" min="1" max="10000" value="1" class="form-control" style="max-width:100px" />
 | 
				
			||||||
                            <span class="input-group-text">x</span>
 | 
					                            <span class="input-group-text">x</span>
 | 
				
			||||||
 | 
				
			|||||||
@ -105,6 +105,7 @@ dict = {
 | 
				
			|||||||
    currency_owned: `Du hast |COUNT|.`,
 | 
					    currency_owned: `Du hast |COUNT|.`,
 | 
				
			||||||
    powersuit_archonShardsLabel: `Archon-Scherben-Slots`,
 | 
					    powersuit_archonShardsLabel: `Archon-Scherben-Slots`,
 | 
				
			||||||
    powersuit_archonShardsDescription: `Du kannst diese unbegrenzten Slots nutzen, um eine Vielzahl von Verbesserungen anzuwenden.`,
 | 
					    powersuit_archonShardsDescription: `Du kannst diese unbegrenzten Slots nutzen, um eine Vielzahl von Verbesserungen anzuwenden.`,
 | 
				
			||||||
 | 
					    powersuit_archonShardsDescription2: `[UNTRANSLATED] Note that each archon shard takes some time to be applied when loading in.`,
 | 
				
			||||||
    mods_addRiven: `Riven hinzufügen`,
 | 
					    mods_addRiven: `Riven hinzufügen`,
 | 
				
			||||||
    mods_fingerprint: `Fingerabdruck`,
 | 
					    mods_fingerprint: `Fingerabdruck`,
 | 
				
			||||||
    mods_fingerprintHelp: `Benötigst du Hilfe mit dem Fingerabdruck?`,
 | 
					    mods_fingerprintHelp: `Benötigst du Hilfe mit dem Fingerabdruck?`,
 | 
				
			||||||
 | 
				
			|||||||
@ -103,7 +103,8 @@ dict = {
 | 
				
			|||||||
    currency_PrimeTokens: `Regal Aya`,
 | 
					    currency_PrimeTokens: `Regal Aya`,
 | 
				
			||||||
    currency_owned: `You have |COUNT|.`,
 | 
					    currency_owned: `You have |COUNT|.`,
 | 
				
			||||||
    powersuit_archonShardsLabel: `Archon Shard Slots`,
 | 
					    powersuit_archonShardsLabel: `Archon Shard Slots`,
 | 
				
			||||||
    powersuit_archonShardsDescription: `You can use these unlimited slots to apply a wide range of upgrades`,
 | 
					    powersuit_archonShardsDescription: `You can use these unlimited slots to apply a wide range of upgrades.`,
 | 
				
			||||||
 | 
					    powersuit_archonShardsDescription2: `Note that each archon shard takes some time to be applied when loading in.`,
 | 
				
			||||||
    mods_addRiven: `Add Riven`,
 | 
					    mods_addRiven: `Add Riven`,
 | 
				
			||||||
    mods_fingerprint: `Fingerprint`,
 | 
					    mods_fingerprint: `Fingerprint`,
 | 
				
			||||||
    mods_fingerprintHelp: `Need help with the fingerprint?`,
 | 
					    mods_fingerprintHelp: `Need help with the fingerprint?`,
 | 
				
			||||||
 | 
				
			|||||||
@ -105,6 +105,7 @@ dict = {
 | 
				
			|||||||
    currency_owned: `Tienes |COUNT|.`,
 | 
					    currency_owned: `Tienes |COUNT|.`,
 | 
				
			||||||
    powersuit_archonShardsLabel: `Ranuras de Fragmento de Archón`,
 | 
					    powersuit_archonShardsLabel: `Ranuras de Fragmento de Archón`,
 | 
				
			||||||
    powersuit_archonShardsDescription: `Puedes usar estas ranuras ilimitadas para aplicar una amplia variedad de mejoras`,
 | 
					    powersuit_archonShardsDescription: `Puedes usar estas ranuras ilimitadas para aplicar una amplia variedad de mejoras`,
 | 
				
			||||||
 | 
					    powersuit_archonShardsDescription2: `[UNTRANSLATED] Note that each archon shard takes some time to be applied when loading in.`,
 | 
				
			||||||
    mods_addRiven: `Agregar Agrietado`,
 | 
					    mods_addRiven: `Agregar Agrietado`,
 | 
				
			||||||
    mods_fingerprint: `Huella digital`,
 | 
					    mods_fingerprint: `Huella digital`,
 | 
				
			||||||
    mods_fingerprintHelp: `¿Necesitas ayuda con la huella digital?`,
 | 
					    mods_fingerprintHelp: `¿Necesitas ayuda con la huella digital?`,
 | 
				
			||||||
 | 
				
			|||||||
@ -105,6 +105,7 @@ dict = {
 | 
				
			|||||||
    currency_owned: `|COUNT| possédés.`,
 | 
					    currency_owned: `|COUNT| possédés.`,
 | 
				
			||||||
    powersuit_archonShardsLabel: `Emplacements de fragments d'Archonte`,
 | 
					    powersuit_archonShardsLabel: `Emplacements de fragments d'Archonte`,
 | 
				
			||||||
    powersuit_archonShardsDescription: `Slots illimités pour appliquer plusieurs améliorations.`,
 | 
					    powersuit_archonShardsDescription: `Slots illimités pour appliquer plusieurs améliorations.`,
 | 
				
			||||||
 | 
					    powersuit_archonShardsDescription2: `[UNTRANSLATED] Note that each archon shard takes some time to be applied when loading in.`,
 | 
				
			||||||
    mods_addRiven: `Ajouter un riven`,
 | 
					    mods_addRiven: `Ajouter un riven`,
 | 
				
			||||||
    mods_fingerprint: `Empreinte`,
 | 
					    mods_fingerprint: `Empreinte`,
 | 
				
			||||||
    mods_fingerprintHelp: `Besoin d'aide pour l'empreinte ?`,
 | 
					    mods_fingerprintHelp: `Besoin d'aide pour l'empreinte ?`,
 | 
				
			||||||
 | 
				
			|||||||
@ -105,6 +105,7 @@ dict = {
 | 
				
			|||||||
    currency_owned: `У тебя |COUNT|.`,
 | 
					    currency_owned: `У тебя |COUNT|.`,
 | 
				
			||||||
    powersuit_archonShardsLabel: `Ячейки осколков архонта`,
 | 
					    powersuit_archonShardsLabel: `Ячейки осколков архонта`,
 | 
				
			||||||
    powersuit_archonShardsDescription: `Вы можете использовать эти неограниченные ячейки для установки множества улучшений.`,
 | 
					    powersuit_archonShardsDescription: `Вы можете использовать эти неограниченные ячейки для установки множества улучшений.`,
 | 
				
			||||||
 | 
					    powersuit_archonShardsDescription2: `[UNTRANSLATED] Note that each archon shard takes some time to be applied when loading in.`,
 | 
				
			||||||
    mods_addRiven: `Добавить Мод Разлома`,
 | 
					    mods_addRiven: `Добавить Мод Разлома`,
 | 
				
			||||||
    mods_fingerprint: `Отпечаток`,
 | 
					    mods_fingerprint: `Отпечаток`,
 | 
				
			||||||
    mods_fingerprintHelp: `Нужна помощь с отпечатком?`,
 | 
					    mods_fingerprintHelp: `Нужна помощь с отпечатком?`,
 | 
				
			||||||
 | 
				
			|||||||
@ -105,6 +105,7 @@ dict = {
 | 
				
			|||||||
    currency_owned: `当前拥有 |COUNT|。`,
 | 
					    currency_owned: `当前拥有 |COUNT|。`,
 | 
				
			||||||
    powersuit_archonShardsLabel: `执刑官源力石槽位`,
 | 
					    powersuit_archonShardsLabel: `执刑官源力石槽位`,
 | 
				
			||||||
    powersuit_archonShardsDescription: `您可以使用这些无限插槽应用各种强化效果`,
 | 
					    powersuit_archonShardsDescription: `您可以使用这些无限插槽应用各种强化效果`,
 | 
				
			||||||
 | 
					    powersuit_archonShardsDescription2: `[UNTRANSLATED] Note that each archon shard takes some time to be applied when loading in.`,
 | 
				
			||||||
    mods_addRiven: `添加裂罅MOD`,
 | 
					    mods_addRiven: `添加裂罅MOD`,
 | 
				
			||||||
    mods_fingerprint: `印记`,
 | 
					    mods_fingerprint: `印记`,
 | 
				
			||||||
    mods_fingerprintHelp: `需要印记相关的帮助?`,
 | 
					    mods_fingerprintHelp: `需要印记相关的帮助?`,
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user