forked from OpenWF/SpaceNinjaServer
chore(webui): fixing a mess in the translations (#2498)
Re #2494 (only fixes the strings, **NOT** the weapon issue) - The invigoration stuff now mentions the numbers, percentages of buffs - Improved some misleading strings (e.g. "Movement Speed", when it was in fact just "Sprint Speed" instead) - Improved some inconsistencies in some key names (some weren't like other, similar existing ones) - Got rid of duplicate "None" string & re-used it properly + re-used existing strings to newly added buttons, instead of using unnecessary extra added strings (more consistent to use existing strings, aside that they are shorter, less lines and less work overall for everyone involved) If I should change anything, lemme know. Reviewed-on: OpenWF/SpaceNinjaServer#2498 Reviewed-by: Sainan <63328889+sainan@users.noreply.github.com> Co-authored-by: Animan8000 <animan8000@noreply.localhost> Co-committed-by: Animan8000 <animan8000@noreply.localhost>
This commit is contained in:
parent
e407262cf8
commit
64b43fcccf
@ -479,16 +479,16 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="edit-suit-invigorations-card" class="card mb-3 d-none">
|
<div id="edit-suit-invigorations-card" class="card mb-3 d-none">
|
||||||
<h5 class="card-header" data-loc="detailedView_editSuitInvigoration"></h5>
|
<h5 class="card-header" data-loc="detailedView_suitInvigorationLabel"></h5>
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<form onsubmit="submitSuitInvigorationUpgrade(event)">
|
<form onsubmit="submitSuitInvigorationUpgrade(event)">
|
||||||
<div class="mb-3">
|
<div class="mb-3">
|
||||||
<label for="invigoration-offensive" class="form-label" data-loc="invigorations_offensiveLabel"></label>
|
<label for="invigoration-offensive" class="form-label" data-loc="invigorations_offensiveLabel"></label>
|
||||||
<select class="form-select" id="dv-invigoration-offensive">
|
<select class="form-select" id="dv-invigoration-offensive">
|
||||||
<option value="" data-loc="invigorations_noneOption"></option>
|
<option value="" data-loc="general_none"></option>
|
||||||
<option value="/Lotus/Upgrades/Invigorations/Offensive/OffensiveInvigorationPowerStrength" data-loc="invigorations_offensive_PowerStrength"></option>
|
<option value="/Lotus/Upgrades/Invigorations/Offensive/OffensiveInvigorationPowerStrength" data-loc="invigorations_offensive_AbilityStrength"></option>
|
||||||
<option value="/Lotus/Upgrades/Invigorations/Offensive/OffensiveInvigorationPowerRange" data-loc="invigorations_offensive_PowerRange"></option>
|
<option value="/Lotus/Upgrades/Invigorations/Offensive/OffensiveInvigorationPowerRange" data-loc="invigorations_offensive_AbilityRange"></option>
|
||||||
<option value="/Lotus/Upgrades/Invigorations/Offensive/OffensiveInvigorationPowerDuration" data-loc="invigorations_offensive_PowerDuration"></option>
|
<option value="/Lotus/Upgrades/Invigorations/Offensive/OffensiveInvigorationPowerDuration" data-loc="invigorations_offensive_AbilityDuration"></option>
|
||||||
<option value="/Lotus/Upgrades/Invigorations/Offensive/OffensiveInvigorationMeleeDamage" data-loc="invigorations_offensive_MeleeDamage"></option>
|
<option value="/Lotus/Upgrades/Invigorations/Offensive/OffensiveInvigorationMeleeDamage" data-loc="invigorations_offensive_MeleeDamage"></option>
|
||||||
<option value="/Lotus/Upgrades/Invigorations/Offensive/OffensiveInvigorationPrimaryDamage" data-loc="invigorations_offensive_PrimaryDamage"></option>
|
<option value="/Lotus/Upgrades/Invigorations/Offensive/OffensiveInvigorationPrimaryDamage" data-loc="invigorations_offensive_PrimaryDamage"></option>
|
||||||
<option value="/Lotus/Upgrades/Invigorations/Offensive/OffensiveInvigorationSecondaryDamage" data-loc="invigorations_offensive_SecondaryDamage"></option>
|
<option value="/Lotus/Upgrades/Invigorations/Offensive/OffensiveInvigorationSecondaryDamage" data-loc="invigorations_offensive_SecondaryDamage"></option>
|
||||||
@ -501,16 +501,16 @@
|
|||||||
<div class="mb-3">
|
<div class="mb-3">
|
||||||
<label for="invigoration-defensive" class="form-label" data-loc="invigorations_defensiveLabel"></label>
|
<label for="invigoration-defensive" class="form-label" data-loc="invigorations_defensiveLabel"></label>
|
||||||
<select class="form-select" id="dv-invigoration-defensive">
|
<select class="form-select" id="dv-invigoration-defensive">
|
||||||
<option value="" data-loc="invigorations_noneOption"></option>
|
<option value="" data-loc="general_none"></option>
|
||||||
<option value="/Lotus/Upgrades/Invigorations/Utility/UtilityInvigorationPowerEfficiency" data-loc="invigorations_utility_PowerEfficiency"></option>
|
<option value="/Lotus/Upgrades/Invigorations/Utility/UtilityInvigorationPowerEfficiency" data-loc="invigorations_utility_AbilityEfficiency"></option>
|
||||||
<option value="/Lotus/Upgrades/Invigorations/Utility/UtilityInvigorationMovementSpeed" data-loc="invigorations_utility_MovementSpeed"></option>
|
<option value="/Lotus/Upgrades/Invigorations/Utility/UtilityInvigorationMovementSpeed" data-loc="invigorations_utility_SprintSpeed"></option>
|
||||||
<option value="/Lotus/Upgrades/Invigorations/Utility/UtilityInvigorationParkourSpeed" data-loc="invigorations_utility_ParkourSpeed"></option>
|
<option value="/Lotus/Upgrades/Invigorations/Utility/UtilityInvigorationParkourSpeed" data-loc="invigorations_utility_ParkourVelocity"></option>
|
||||||
<option value="/Lotus/Upgrades/Invigorations/Utility/UtilityInvigorationHealth" data-loc="invigorations_utility_Health"></option>
|
<option value="/Lotus/Upgrades/Invigorations/Utility/UtilityInvigorationHealth" data-loc="invigorations_utility_HealthMax"></option>
|
||||||
<option value="/Lotus/Upgrades/Invigorations/Utility/UtilityInvigorationEnergy" data-loc="invigorations_utility_Energy"></option>
|
<option value="/Lotus/Upgrades/Invigorations/Utility/UtilityInvigorationEnergy" data-loc="invigorations_utility_EnergyMax"></option>
|
||||||
<option value="/Lotus/Upgrades/Invigorations/Utility/UtilityInvigorationStatusResistance" data-loc="invigorations_utility_StatusResistance"></option>
|
<option value="/Lotus/Upgrades/Invigorations/Utility/UtilityInvigorationStatusResistance" data-loc="invigorations_utility_StatusImmune"></option>
|
||||||
<option value="/Lotus/Upgrades/Invigorations/Utility/UtilityInvigorationReloadSpeed" data-loc="invigorations_utility_ReloadSpeed"></option>
|
<option value="/Lotus/Upgrades/Invigorations/Utility/UtilityInvigorationReloadSpeed" data-loc="invigorations_utility_ReloadSpeed"></option>
|
||||||
<option value="/Lotus/Upgrades/Invigorations/Utility/UtilityInvigorationHealthRegen" data-loc="invigorations_utility_HealthRegen"></option>
|
<option value="/Lotus/Upgrades/Invigorations/Utility/UtilityInvigorationHealthRegen" data-loc="invigorations_utility_HealthRegen"></option>
|
||||||
<option value="/Lotus/Upgrades/Invigorations/Utility/UtilityInvigorationArmor" data-loc="invigorations_utility_Armor"></option>
|
<option value="/Lotus/Upgrades/Invigorations/Utility/UtilityInvigorationArmor" data-loc="invigorations_utility_ArmorMax"></option>
|
||||||
<option value="/Lotus/Upgrades/Invigorations/Utility/UtilityInvigorationJumps" data-loc="invigorations_utility_Jumps"></option>
|
<option value="/Lotus/Upgrades/Invigorations/Utility/UtilityInvigorationJumps" data-loc="invigorations_utility_Jumps"></option>
|
||||||
<option value="/Lotus/Upgrades/Invigorations/Utility/UtilityInvigorationEnergyRegen" data-loc="invigorations_utility_EnergyRegen"></option>
|
<option value="/Lotus/Upgrades/Invigorations/Utility/UtilityInvigorationEnergyRegen" data-loc="invigorations_utility_EnergyRegen"></option>
|
||||||
</select>
|
</select>
|
||||||
@ -522,8 +522,8 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="d-flex gap-2">
|
<div class="d-flex gap-2">
|
||||||
<button type="submit" class="btn btn-primary" data-loc="invigorations_applyButton"></button>
|
<button type="submit" class="btn btn-primary" data-loc="general_setButton"></button>
|
||||||
<button type="button" class="btn btn-danger" onclick="clearSuitInvigorationUpgrades()" data-loc="invigorations_clearButton"></button>
|
<button type="button" class="btn btn-danger" onclick="clearSuitInvigorationUpgrades()" data-loc="code_remove"></button>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
@ -283,7 +283,7 @@ function fetchItemList() {
|
|||||||
|
|
||||||
const syndicateNone = document.createElement("option");
|
const syndicateNone = document.createElement("option");
|
||||||
syndicateNone.value = "";
|
syndicateNone.value = "";
|
||||||
syndicateNone.textContent = loc("cheats_none");
|
syndicateNone.textContent = loc("general_none");
|
||||||
document.getElementById("changeSyndicate").innerHTML = "";
|
document.getElementById("changeSyndicate").innerHTML = "";
|
||||||
document.getElementById("changeSyndicate").appendChild(syndicateNone);
|
document.getElementById("changeSyndicate").appendChild(syndicateNone);
|
||||||
|
|
||||||
@ -304,8 +304,8 @@ function fetchItemList() {
|
|||||||
"/Lotus/Upgrades/Invigorations/ArchonCrystalUpgrades/ArchonCrystalUpgradeWarframeAbilityDurationMythic": loc("upgrade_WarframeAbilityDuration").split("|VAL|").join("15"),
|
"/Lotus/Upgrades/Invigorations/ArchonCrystalUpgrades/ArchonCrystalUpgradeWarframeAbilityDurationMythic": loc("upgrade_WarframeAbilityDuration").split("|VAL|").join("15"),
|
||||||
"/Lotus/Upgrades/Invigorations/ArchonCrystalUpgrades/ArchonCrystalUpgradeWarframeAbilityStrength": loc("upgrade_WarframeAbilityStrength").split("|VAL|").join("10"),
|
"/Lotus/Upgrades/Invigorations/ArchonCrystalUpgrades/ArchonCrystalUpgradeWarframeAbilityStrength": loc("upgrade_WarframeAbilityStrength").split("|VAL|").join("10"),
|
||||||
"/Lotus/Upgrades/Invigorations/ArchonCrystalUpgrades/ArchonCrystalUpgradeWarframeAbilityStrengthMythic": loc("upgrade_WarframeAbilityStrength").split("|VAL|").join("15"),
|
"/Lotus/Upgrades/Invigorations/ArchonCrystalUpgrades/ArchonCrystalUpgradeWarframeAbilityStrengthMythic": loc("upgrade_WarframeAbilityStrength").split("|VAL|").join("15"),
|
||||||
"/Lotus/Upgrades/Invigorations/ArchonCrystalUpgrades/ArchonCrystalUpgradeWarframeArmourMax": loc("upgrade_WarframeArmourMax").split("|VAL|").join("150"),
|
"/Lotus/Upgrades/Invigorations/ArchonCrystalUpgrades/ArchonCrystalUpgradeWarframeArmourMax": loc("upgrade_WarframeArmorMax").split("|VAL|").join("150"),
|
||||||
"/Lotus/Upgrades/Invigorations/ArchonCrystalUpgrades/ArchonCrystalUpgradeWarframeArmourMaxMythic": loc("upgrade_WarframeArmourMax").split("|VAL|").join("225"),
|
"/Lotus/Upgrades/Invigorations/ArchonCrystalUpgrades/ArchonCrystalUpgradeWarframeArmourMaxMythic": loc("upgrade_WarframeArmorMax").split("|VAL|").join("225"),
|
||||||
"/Lotus/Upgrades/Invigorations/ArchonCrystalUpgrades/ArchonCrystalUpgradeWarframeBlastProc": loc("upgrade_WarframeBlastProc").split("|VAL|").join("5"),
|
"/Lotus/Upgrades/Invigorations/ArchonCrystalUpgrades/ArchonCrystalUpgradeWarframeBlastProc": loc("upgrade_WarframeBlastProc").split("|VAL|").join("5"),
|
||||||
"/Lotus/Upgrades/Invigorations/ArchonCrystalUpgrades/ArchonCrystalUpgradeWarframeBlastProcMythic": loc("upgrade_WarframeBlastProc").split("|VAL|").join("7.5"),
|
"/Lotus/Upgrades/Invigorations/ArchonCrystalUpgrades/ArchonCrystalUpgradeWarframeBlastProcMythic": loc("upgrade_WarframeBlastProc").split("|VAL|").join("7.5"),
|
||||||
"/Lotus/Upgrades/Invigorations/ArchonCrystalUpgrades/ArchonCrystalUpgradeWarframeCastingSpeed": loc("upgrade_WarframeCastingSpeed").split("|VAL|").join("25"),
|
"/Lotus/Upgrades/Invigorations/ArchonCrystalUpgrades/ArchonCrystalUpgradeWarframeCastingSpeed": loc("upgrade_WarframeCastingSpeed").split("|VAL|").join("25"),
|
||||||
@ -334,8 +334,8 @@ function fetchItemList() {
|
|||||||
"/Lotus/Upgrades/Invigorations/ArchonCrystalUpgrades/ArchonCrystalUpgradeWarframeParkourVelocityMythic": loc("upgrade_WarframeParkourVelocity").split("|VAL|").join("22.5"),
|
"/Lotus/Upgrades/Invigorations/ArchonCrystalUpgrades/ArchonCrystalUpgradeWarframeParkourVelocityMythic": loc("upgrade_WarframeParkourVelocity").split("|VAL|").join("22.5"),
|
||||||
"/Lotus/Upgrades/Invigorations/ArchonCrystalUpgrades/ArchonCrystalUpgradeWarframeRadiationDamageBoost": loc("upgrade_WarframeRadiationDamageBoost").split("|VAL|").join("10"),
|
"/Lotus/Upgrades/Invigorations/ArchonCrystalUpgrades/ArchonCrystalUpgradeWarframeRadiationDamageBoost": loc("upgrade_WarframeRadiationDamageBoost").split("|VAL|").join("10"),
|
||||||
"/Lotus/Upgrades/Invigorations/ArchonCrystalUpgrades/ArchonCrystalUpgradeWarframeRadiationDamageBoostMythic": loc("upgrade_WarframeRadiationDamageBoost").split("|VAL|").join("15"),
|
"/Lotus/Upgrades/Invigorations/ArchonCrystalUpgrades/ArchonCrystalUpgradeWarframeRadiationDamageBoostMythic": loc("upgrade_WarframeRadiationDamageBoost").split("|VAL|").join("15"),
|
||||||
"/Lotus/Upgrades/Invigorations/ArchonCrystalUpgrades/ArchonCrystalUpgradeWarframeRegen": loc("upgrade_WarframeRegen").split("|VAL|").join("5"),
|
"/Lotus/Upgrades/Invigorations/ArchonCrystalUpgrades/ArchonCrystalUpgradeWarframeRegen": loc("upgrade_WarframeHealthRegen").split("|VAL|").join("5"),
|
||||||
"/Lotus/Upgrades/Invigorations/ArchonCrystalUpgrades/ArchonCrystalUpgradeWarframeRegenMythic": loc("upgrade_WarframeRegen").split("|VAL|").join("7.5"),
|
"/Lotus/Upgrades/Invigorations/ArchonCrystalUpgrades/ArchonCrystalUpgradeWarframeRegenMythic": loc("upgrade_WarframeHealthRegen").split("|VAL|").join("7.5"),
|
||||||
"/Lotus/Upgrades/Invigorations/ArchonCrystalUpgrades/ArchonCrystalUpgradeWarframeShieldMax": loc("upgrade_WarframeShieldMax").split("|VAL|").join("150"),
|
"/Lotus/Upgrades/Invigorations/ArchonCrystalUpgrades/ArchonCrystalUpgradeWarframeShieldMax": loc("upgrade_WarframeShieldMax").split("|VAL|").join("150"),
|
||||||
"/Lotus/Upgrades/Invigorations/ArchonCrystalUpgrades/ArchonCrystalUpgradeWarframeShieldMaxMythic": loc("upgrade_WarframeShieldMax").split("|VAL|").join("225"),
|
"/Lotus/Upgrades/Invigorations/ArchonCrystalUpgrades/ArchonCrystalUpgradeWarframeShieldMaxMythic": loc("upgrade_WarframeShieldMax").split("|VAL|").join("225"),
|
||||||
"/Lotus/Upgrades/Invigorations/ArchonCrystalUpgrades/ArchonCrystalUpgradeWarframeStartingEnergy": loc("upgrade_WarframeStartingEnergy").split("|VAL|").join("30"),
|
"/Lotus/Upgrades/Invigorations/ArchonCrystalUpgrades/ArchonCrystalUpgradeWarframeStartingEnergy": loc("upgrade_WarframeStartingEnergy").split("|VAL|").join("30"),
|
||||||
|
@ -3,6 +3,7 @@ dict = {
|
|||||||
general_inventoryUpdateNote: `Hinweis: Um Änderungen im Spiel zu sehen, musst du dein Inventar neu synchronisieren, z. B. mit dem /sync Befehl des Bootstrappers, durch Besuch eines Dojo/Relais oder durch erneutes Einloggen.`,
|
general_inventoryUpdateNote: `Hinweis: Um Änderungen im Spiel zu sehen, musst du dein Inventar neu synchronisieren, z. B. mit dem /sync Befehl des Bootstrappers, durch Besuch eines Dojo/Relais oder durch erneutes Einloggen.`,
|
||||||
general_addButton: `Hinzufügen`,
|
general_addButton: `Hinzufügen`,
|
||||||
general_setButton: `Festlegen`,
|
general_setButton: `Festlegen`,
|
||||||
|
general_none: `Keines`,
|
||||||
general_bulkActions: `Massenaktionen`,
|
general_bulkActions: `Massenaktionen`,
|
||||||
general_loading: `Lädt...`,
|
general_loading: `Lädt...`,
|
||||||
|
|
||||||
@ -62,7 +63,7 @@ dict = {
|
|||||||
code_mature: `Für den Kampf auswachsen lassen`,
|
code_mature: `Für den Kampf auswachsen lassen`,
|
||||||
code_unmature: `Genetisches Altern zurücksetzen`,
|
code_unmature: `Genetisches Altern zurücksetzen`,
|
||||||
code_succChange: `Erfolgreich geändert.`,
|
code_succChange: `Erfolgreich geändert.`,
|
||||||
code_requiredInvigorationUpgrade: `[UNTRANSLATED] You must select both an offensive and a defensive upgrade.`,
|
code_requiredInvigorationUpgrade: `[UNTRANSLATED] You must select both an offensive & defensive upgrade.`,
|
||||||
login_description: `Melde dich mit deinem OpenWF-Account an (denselben Angaben wie im Spiel, wenn du dich mit diesem Server verbindest).`,
|
login_description: `Melde dich mit deinem OpenWF-Account an (denselben Angaben wie im Spiel, wenn du dich mit diesem Server verbindest).`,
|
||||||
login_emailLabel: `E-Mail-Adresse`,
|
login_emailLabel: `E-Mail-Adresse`,
|
||||||
login_passwordLabel: `Passwort`,
|
login_passwordLabel: `Passwort`,
|
||||||
@ -126,36 +127,33 @@ dict = {
|
|||||||
detailedView_valenceBonusLabel: `Valenz-Bonus`,
|
detailedView_valenceBonusLabel: `Valenz-Bonus`,
|
||||||
detailedView_valenceBonusDescription: `Du kannst den Valenz-Bonus deiner Waffe festlegen oder entfernen.`,
|
detailedView_valenceBonusDescription: `Du kannst den Valenz-Bonus deiner Waffe festlegen oder entfernen.`,
|
||||||
detailedView_modularPartsLabel: `Modulare Teile ändern`,
|
detailedView_modularPartsLabel: `Modulare Teile ändern`,
|
||||||
detailedView_editSuitInvigoration: `[UNTRANSLATED] Edit Suit Invigoration`,
|
detailedView_suitInvigorationLabel: `[UNTRANSLATED] Warframe Invigoration`,
|
||||||
|
|
||||||
invigorations_offensive_PowerStrength: `[UNTRANSLATED] Power Strength`,
|
invigorations_offensive_AbilityStrength: `[UNTRANSLATED] +200% Ability Strength`,
|
||||||
invigorations_offensive_PowerRange: `[UNTRANSLATED] Power Range`,
|
invigorations_offensive_AbilityRange: `[UNTRANSLATED] +100% Ability Range`,
|
||||||
invigorations_offensive_PowerDuration: `[UNTRANSLATED] Power Duration`,
|
invigorations_offensive_AbilityDuration: `[UNTRANSLATED] +100% Ability Duration`,
|
||||||
invigorations_offensive_MeleeDamage: `[UNTRANSLATED] Melee Damage`,
|
invigorations_offensive_MeleeDamage: `[UNTRANSLATED] +250% Melee Damage`,
|
||||||
invigorations_offensive_PrimaryDamage: `[UNTRANSLATED] Primary Damage`,
|
invigorations_offensive_PrimaryDamage: `[UNTRANSLATED] +250% Primary Damage`,
|
||||||
invigorations_offensive_SecondaryDamage: `[UNTRANSLATED] Secondary Damage`,
|
invigorations_offensive_SecondaryDamage: `[UNTRANSLATED] +250% Secondary Damage`,
|
||||||
invigorations_offensive_PrimaryCritChance: `[UNTRANSLATED] Primary Critical Chance`,
|
invigorations_offensive_PrimaryCritChance: `[UNTRANSLATED] +200% Primary Critical Chance`,
|
||||||
invigorations_offensive_SecondaryCritChance: `[UNTRANSLATED] Secondary Critical Chance`,
|
invigorations_offensive_SecondaryCritChance: `[UNTRANSLATED] +200% Secondary Critical Chance`,
|
||||||
invigorations_offensive_MeleeCritChance: `[UNTRANSLATED] Melee Critical Chance`,
|
invigorations_offensive_MeleeCritChance: `[UNTRANSLATED] +200% Melee Critical Chance`,
|
||||||
|
|
||||||
invigorations_utility_PowerEfficiency: `[UNTRANSLATED] Power Efficiency`,
|
invigorations_utility_AbilityEfficiency: `[UNTRANSLATED] +75% Ability Efficiency`,
|
||||||
invigorations_utility_MovementSpeed: `[UNTRANSLATED] Movement Speed`,
|
invigorations_utility_SprintSpeed: `[UNTRANSLATED] +75% Sprint Speed`,
|
||||||
invigorations_utility_ParkourSpeed: `[UNTRANSLATED] Parkour Speed`,
|
invigorations_utility_ParkourVelocity: `[UNTRANSLATED] +75% Parkour Velocity`,
|
||||||
invigorations_utility_Health: `[UNTRANSLATED] Health`,
|
invigorations_utility_HealthMax: `[UNTRANSLATED] +1000 Health`,
|
||||||
invigorations_utility_Energy: `[UNTRANSLATED] Energy`,
|
invigorations_utility_EnergyMax: `[UNTRANSLATED] +200% Energy Max`,
|
||||||
invigorations_utility_StatusResistance: `[UNTRANSLATED] Status Resistance`,
|
invigorations_utility_StatusImmune: `[UNTRANSLATED] Immune to Status Effects`,
|
||||||
invigorations_utility_ReloadSpeed: `[UNTRANSLATED] Reload Speed`,
|
invigorations_utility_ReloadSpeed: `[UNTRANSLATED] +75% Reload Speed`,
|
||||||
invigorations_utility_HealthRegen: `[UNTRANSLATED] Health Regen`,
|
invigorations_utility_HealthRegen: `[UNTRANSLATED] +25 Health Regen/s`,
|
||||||
invigorations_utility_Armor: `[UNTRANSLATED] Armor`,
|
invigorations_utility_ArmorMax: `[UNTRANSLATED] +1000 Armor`,
|
||||||
invigorations_utility_Jumps: `[UNTRANSLATED] Jumps`,
|
invigorations_utility_Jumps: `[UNTRANSLATED] +5 Jump Resets`,
|
||||||
invigorations_utility_EnergyRegen: `[UNTRANSLATED] Energy Regen`,
|
invigorations_utility_EnergyRegen: `[UNTRANSLATED] +2 Energy Regen/s`,
|
||||||
|
|
||||||
invigorations_offensiveLabel: `[UNTRANSLATED] Offensive Upgrade`,
|
invigorations_offensiveLabel: `[UNTRANSLATED] Offensive Upgrade`,
|
||||||
invigorations_defensiveLabel: `[UNTRANSLATED] Defensive Upgrade`,
|
invigorations_defensiveLabel: `[UNTRANSLATED] Defensive Upgrade`,
|
||||||
invigorations_expiryLabel: `[UNTRANSLATED] Upgrades Expiry (optional)`,
|
invigorations_expiryLabel: `[UNTRANSLATED] Upgrades Expiry (optional)`,
|
||||||
invigorations_applyButton: `[UNTRANSLATED] Apply Upgrades`,
|
|
||||||
invigorations_clearButton: `[UNTRANSLATED] Clear Upgrades`,
|
|
||||||
invigorations_noneOption: `[UNTRANSLATED] None`,
|
|
||||||
|
|
||||||
mods_addRiven: `Riven hinzufügen`,
|
mods_addRiven: `Riven hinzufügen`,
|
||||||
mods_fingerprint: `Fingerabdruck`,
|
mods_fingerprint: `Fingerabdruck`,
|
||||||
@ -234,7 +232,6 @@ dict = {
|
|||||||
cheats_intrinsicsUnlockAll: `Alle Inhärenzen auf Max. Rang`,
|
cheats_intrinsicsUnlockAll: `Alle Inhärenzen auf Max. Rang`,
|
||||||
cheats_changeSupportedSyndicate: `Unterstütztes Syndikat`,
|
cheats_changeSupportedSyndicate: `Unterstütztes Syndikat`,
|
||||||
cheats_changeButton: `Ändern`,
|
cheats_changeButton: `Ändern`,
|
||||||
cheats_none: `Keines`,
|
|
||||||
cheats_markAllAsRead: `Posteingang als gelesen markieren`,
|
cheats_markAllAsRead: `Posteingang als gelesen markieren`,
|
||||||
|
|
||||||
worldState: `Weltstatus`,
|
worldState: `Weltstatus`,
|
||||||
@ -296,7 +293,7 @@ dict = {
|
|||||||
upgrade_SecondaryCritChance: `+|VAL|% Sekundärwaffen Krit. Chance`,
|
upgrade_SecondaryCritChance: `+|VAL|% Sekundärwaffen Krit. Chance`,
|
||||||
upgrade_WarframeAbilityDuration: `+|VAL|% Fähigkeitsdauer`,
|
upgrade_WarframeAbilityDuration: `+|VAL|% Fähigkeitsdauer`,
|
||||||
upgrade_WarframeAbilityStrength: `+|VAL|% Fähigkeitsstärke`,
|
upgrade_WarframeAbilityStrength: `+|VAL|% Fähigkeitsstärke`,
|
||||||
upgrade_WarframeArmourMax: `+|VAL| Rüstung`,
|
upgrade_WarframeArmorMax: `+|VAL| Rüstung`,
|
||||||
upgrade_WarframeBlastProc: `+|VAL| Schilde beim Töten eines Gegners mit Explosionsschaden`,
|
upgrade_WarframeBlastProc: `+|VAL| Schilde beim Töten eines Gegners mit Explosionsschaden`,
|
||||||
upgrade_WarframeCastingSpeed: `+|VAL|% Aktivierungsgeschwindigkeit`,
|
upgrade_WarframeCastingSpeed: `+|VAL|% Aktivierungsgeschwindigkeit`,
|
||||||
upgrade_WarframeCorrosiveDamageBoost: `+|VAL|% Fähigkeitsschaden auf Gegner, die von Korrosions-Status betroffen sind`,
|
upgrade_WarframeCorrosiveDamageBoost: `+|VAL|% Fähigkeitsschaden auf Gegner, die von Korrosions-Status betroffen sind`,
|
||||||
@ -311,7 +308,7 @@ dict = {
|
|||||||
upgrade_WarframeHPBoostFromImpact: `+|VAL1| Gesundheit beim Töten eines Gegners mit Explosionsschaden (Max. |VAL2| Gesundheit)`,
|
upgrade_WarframeHPBoostFromImpact: `+|VAL1| Gesundheit beim Töten eines Gegners mit Explosionsschaden (Max. |VAL2| Gesundheit)`,
|
||||||
upgrade_WarframeParkourVelocity: `+|VAL|% Parkour-Geschwindigkeit`,
|
upgrade_WarframeParkourVelocity: `+|VAL|% Parkour-Geschwindigkeit`,
|
||||||
upgrade_WarframeRadiationDamageBoost: `+|VAL|% Fähigkeitsschaden auf Gegner, die von Strahlungs-Status betroffen sind`,
|
upgrade_WarframeRadiationDamageBoost: `+|VAL|% Fähigkeitsschaden auf Gegner, die von Strahlungs-Status betroffen sind`,
|
||||||
upgrade_WarframeRegen: `+|VAL| Gesundheitsregeneration pro Sekunde`,
|
upgrade_WarframeHealthRegen: `+|VAL| Gesundheitsregeneration pro Sekunde`,
|
||||||
upgrade_WarframeShieldMax: `+|VAL| Schildkapazität`,
|
upgrade_WarframeShieldMax: `+|VAL| Schildkapazität`,
|
||||||
upgrade_WarframeStartingEnergy: `+|VAL|% Max. Energie beim Spawnen`,
|
upgrade_WarframeStartingEnergy: `+|VAL|% Max. Energie beim Spawnen`,
|
||||||
upgrade_WarframeToxinDamage: `+|VAL|% Schaden durch Gift-Statuseffekte`,
|
upgrade_WarframeToxinDamage: `+|VAL|% Schaden durch Gift-Statuseffekte`,
|
||||||
|
@ -2,6 +2,7 @@ dict = {
|
|||||||
general_inventoryUpdateNote: `Note: To see changes in-game, you need to resync your inventory, e.g. using the bootstrapper's /sync command, visiting a dojo/relay, or relogging.`,
|
general_inventoryUpdateNote: `Note: To see changes in-game, you need to resync your inventory, e.g. using the bootstrapper's /sync command, visiting a dojo/relay, or relogging.`,
|
||||||
general_addButton: `Add`,
|
general_addButton: `Add`,
|
||||||
general_setButton: `Set`,
|
general_setButton: `Set`,
|
||||||
|
general_none: `None`,
|
||||||
general_bulkActions: `Bulk Actions`,
|
general_bulkActions: `Bulk Actions`,
|
||||||
general_loading: `Loading...`,
|
general_loading: `Loading...`,
|
||||||
|
|
||||||
@ -61,7 +62,7 @@ dict = {
|
|||||||
code_mature: `Mature for combat`,
|
code_mature: `Mature for combat`,
|
||||||
code_unmature: `Regress genetic aging`,
|
code_unmature: `Regress genetic aging`,
|
||||||
code_succChange: `Successfully changed.`,
|
code_succChange: `Successfully changed.`,
|
||||||
code_requiredInvigorationUpgrade: `You must select both an offensive and a defensive upgrade.`,
|
code_requiredInvigorationUpgrade: `You must select both an offensive & defensive upgrade.`,
|
||||||
login_description: `Login using your OpenWF account credentials (same as in-game when connecting to this server).`,
|
login_description: `Login using your OpenWF account credentials (same as in-game when connecting to this server).`,
|
||||||
login_emailLabel: `Email address`,
|
login_emailLabel: `Email address`,
|
||||||
login_passwordLabel: `Password`,
|
login_passwordLabel: `Password`,
|
||||||
@ -125,36 +126,33 @@ dict = {
|
|||||||
detailedView_valenceBonusLabel: `Valence Bonus`,
|
detailedView_valenceBonusLabel: `Valence Bonus`,
|
||||||
detailedView_valenceBonusDescription: `You can set or remove the Valence Bonus from your weapon.`,
|
detailedView_valenceBonusDescription: `You can set or remove the Valence Bonus from your weapon.`,
|
||||||
detailedView_modularPartsLabel: `Change Modular Parts`,
|
detailedView_modularPartsLabel: `Change Modular Parts`,
|
||||||
detailedView_editSuitInvigoration: `Edit Suit Invigoration`,
|
detailedView_suitInvigorationLabel: `Warframe Invigoration`,
|
||||||
|
|
||||||
invigorations_offensive_PowerStrength: `Power Strength`,
|
invigorations_offensive_AbilityStrength: `+200% Ability Strength`,
|
||||||
invigorations_offensive_PowerRange: `Power Range`,
|
invigorations_offensive_AbilityRange: `+100% Ability Range`,
|
||||||
invigorations_offensive_PowerDuration: `Power Duration`,
|
invigorations_offensive_AbilityDuration: `+100% Ability Duration`,
|
||||||
invigorations_offensive_MeleeDamage: `Melee Damage`,
|
invigorations_offensive_MeleeDamage: `+250% Melee Damage`,
|
||||||
invigorations_offensive_PrimaryDamage: `Primary Damage`,
|
invigorations_offensive_PrimaryDamage: `+250% Primary Damage`,
|
||||||
invigorations_offensive_SecondaryDamage: `Secondary Damage`,
|
invigorations_offensive_SecondaryDamage: `+250% Secondary Damage`,
|
||||||
invigorations_offensive_PrimaryCritChance: `Primary Critical Chance`,
|
invigorations_offensive_PrimaryCritChance: `+200% Primary Critical Chance`,
|
||||||
invigorations_offensive_SecondaryCritChance: `Secondary Critical Chance`,
|
invigorations_offensive_SecondaryCritChance: `+200% Secondary Critical Chance`,
|
||||||
invigorations_offensive_MeleeCritChance: `Melee Critical Chance`,
|
invigorations_offensive_MeleeCritChance: `+200% Melee Critical Chance`,
|
||||||
|
|
||||||
invigorations_utility_PowerEfficiency: `Power Efficiency`,
|
invigorations_utility_AbilityEfficiency: `+75% Ability Efficiency`,
|
||||||
invigorations_utility_MovementSpeed: `Movement Speed`,
|
invigorations_utility_SprintSpeed: `+75% Sprint Speed`,
|
||||||
invigorations_utility_ParkourSpeed: `Parkour Speed`,
|
invigorations_utility_ParkourVelocity: `+75% Parkour Velocity`,
|
||||||
invigorations_utility_Health: `Health`,
|
invigorations_utility_HealthMax: `+1000 Health`,
|
||||||
invigorations_utility_Energy: `Energy`,
|
invigorations_utility_EnergyMax: `+200% Energy Max`,
|
||||||
invigorations_utility_StatusResistance: `Status Resistance`,
|
invigorations_utility_StatusImmune: `Immune to Status Effects`,
|
||||||
invigorations_utility_ReloadSpeed: `Reload Speed`,
|
invigorations_utility_ReloadSpeed: `+75% Reload Speed`,
|
||||||
invigorations_utility_HealthRegen: `Health Regen`,
|
invigorations_utility_HealthRegen: `+25 Health Regen/s`,
|
||||||
invigorations_utility_Armor: `Armor`,
|
invigorations_utility_ArmorMax: `+1000 Armor`,
|
||||||
invigorations_utility_Jumps: `Jumps`,
|
invigorations_utility_Jumps: `+5 Jump Resets`,
|
||||||
invigorations_utility_EnergyRegen: `Energy Regen`,
|
invigorations_utility_EnergyRegen: `+2 Energy Regen/s`,
|
||||||
|
|
||||||
invigorations_offensiveLabel: `Offensive Upgrade`,
|
invigorations_offensiveLabel: `Offensive Upgrade`,
|
||||||
invigorations_defensiveLabel: `Defensive Upgrade`,
|
invigorations_defensiveLabel: `Defensive Upgrade`,
|
||||||
invigorations_expiryLabel: `Upgrades Expiry (optional)`,
|
invigorations_expiryLabel: `Upgrades Expiry (optional)`,
|
||||||
invigorations_applyButton: `Apply Upgrades`,
|
|
||||||
invigorations_clearButton: `Clear Upgrades`,
|
|
||||||
invigorations_noneOption: `None`,
|
|
||||||
|
|
||||||
mods_addRiven: `Add Riven`,
|
mods_addRiven: `Add Riven`,
|
||||||
mods_fingerprint: `Fingerprint`,
|
mods_fingerprint: `Fingerprint`,
|
||||||
@ -233,7 +231,6 @@ dict = {
|
|||||||
cheats_intrinsicsUnlockAll: `Max Rank All Intrinsics`,
|
cheats_intrinsicsUnlockAll: `Max Rank All Intrinsics`,
|
||||||
cheats_changeSupportedSyndicate: `Supported syndicate`,
|
cheats_changeSupportedSyndicate: `Supported syndicate`,
|
||||||
cheats_changeButton: `Change`,
|
cheats_changeButton: `Change`,
|
||||||
cheats_none: `None`,
|
|
||||||
cheats_markAllAsRead: `Mark Inbox As Read`,
|
cheats_markAllAsRead: `Mark Inbox As Read`,
|
||||||
|
|
||||||
worldState: `World State`,
|
worldState: `World State`,
|
||||||
@ -295,7 +292,7 @@ dict = {
|
|||||||
upgrade_SecondaryCritChance: `+|VAL|% Secondary Critical Chance`,
|
upgrade_SecondaryCritChance: `+|VAL|% Secondary Critical Chance`,
|
||||||
upgrade_WarframeAbilityDuration: `+|VAL|% Ability Duration`,
|
upgrade_WarframeAbilityDuration: `+|VAL|% Ability Duration`,
|
||||||
upgrade_WarframeAbilityStrength: `+|VAL|% Ability Strength`,
|
upgrade_WarframeAbilityStrength: `+|VAL|% Ability Strength`,
|
||||||
upgrade_WarframeArmourMax: `+|VAL| Armor`,
|
upgrade_WarframeArmorMax: `+|VAL| Armor`,
|
||||||
upgrade_WarframeBlastProc: `+|VAL| Shields on kill with Blast Damage`,
|
upgrade_WarframeBlastProc: `+|VAL| Shields on kill with Blast Damage`,
|
||||||
upgrade_WarframeCastingSpeed: `+|VAL|% Casting Speed`,
|
upgrade_WarframeCastingSpeed: `+|VAL|% Casting Speed`,
|
||||||
upgrade_WarframeCorrosiveDamageBoost: `+|VAL|% Ability Damage on enemies affected by Corrosion Status`,
|
upgrade_WarframeCorrosiveDamageBoost: `+|VAL|% Ability Damage on enemies affected by Corrosion Status`,
|
||||||
@ -310,7 +307,7 @@ dict = {
|
|||||||
upgrade_WarframeHPBoostFromImpact: `+|VAL1| Health on kill with Blast Damage (Max |VAL2| Health)`,
|
upgrade_WarframeHPBoostFromImpact: `+|VAL1| Health on kill with Blast Damage (Max |VAL2| Health)`,
|
||||||
upgrade_WarframeParkourVelocity: `+|VAL|% Parkour Velocity`,
|
upgrade_WarframeParkourVelocity: `+|VAL|% Parkour Velocity`,
|
||||||
upgrade_WarframeRadiationDamageBoost: `+|VAL|% Ability Damage on enemies affected by Radiation Status`,
|
upgrade_WarframeRadiationDamageBoost: `+|VAL|% Ability Damage on enemies affected by Radiation Status`,
|
||||||
upgrade_WarframeRegen: `+|VAL| Health Regen/s`,
|
upgrade_WarframeHealthRegen: `+|VAL| Health Regen/s`,
|
||||||
upgrade_WarframeShieldMax: `+|VAL| Shield`,
|
upgrade_WarframeShieldMax: `+|VAL| Shield`,
|
||||||
upgrade_WarframeStartingEnergy: `+|VAL|% Energy on Spawn`,
|
upgrade_WarframeStartingEnergy: `+|VAL|% Energy on Spawn`,
|
||||||
upgrade_WarframeToxinDamage: `+|VAL|% Toxin Status Effect Damage`,
|
upgrade_WarframeToxinDamage: `+|VAL|% Toxin Status Effect Damage`,
|
||||||
|
@ -3,6 +3,7 @@ dict = {
|
|||||||
general_inventoryUpdateNote: `Para ver los cambios en el juego, necesitas volver a sincronizar tu inventario, por ejemplo, usando el comando /sync del bootstrapper, visitando un dojo o repetidor, o volviendo a iniciar sesión.`,
|
general_inventoryUpdateNote: `Para ver los cambios en el juego, necesitas volver a sincronizar tu inventario, por ejemplo, usando el comando /sync del bootstrapper, visitando un dojo o repetidor, o volviendo a iniciar sesión.`,
|
||||||
general_addButton: `Agregar`,
|
general_addButton: `Agregar`,
|
||||||
general_setButton: `Establecer`,
|
general_setButton: `Establecer`,
|
||||||
|
general_none: `Ninguno`,
|
||||||
general_bulkActions: `Acciones masivas`,
|
general_bulkActions: `Acciones masivas`,
|
||||||
general_loading: `Cargando...`,
|
general_loading: `Cargando...`,
|
||||||
|
|
||||||
@ -62,7 +63,7 @@ dict = {
|
|||||||
code_mature: `Listo para el combate`,
|
code_mature: `Listo para el combate`,
|
||||||
code_unmature: `Regresar el envejecimiento genético`,
|
code_unmature: `Regresar el envejecimiento genético`,
|
||||||
code_succChange: `Cambiado correctamente`,
|
code_succChange: `Cambiado correctamente`,
|
||||||
code_requiredInvigorationUpgrade: `[UNTRANSLATED] You must select both an offensive and a defensive upgrade.`,
|
code_requiredInvigorationUpgrade: `[UNTRANSLATED] You must select both an offensive & defensive upgrade.`,
|
||||||
login_description: `Inicia sesión con las credenciales de tu cuenta OpenWF (las mismas que usas en el juego al conectarte a este servidor).`,
|
login_description: `Inicia sesión con las credenciales de tu cuenta OpenWF (las mismas que usas en el juego al conectarte a este servidor).`,
|
||||||
login_emailLabel: `Dirección de correo electrónico`,
|
login_emailLabel: `Dirección de correo electrónico`,
|
||||||
login_passwordLabel: `Contraseña`,
|
login_passwordLabel: `Contraseña`,
|
||||||
@ -126,36 +127,33 @@ dict = {
|
|||||||
detailedView_valenceBonusLabel: `Bônus de Valência`,
|
detailedView_valenceBonusLabel: `Bônus de Valência`,
|
||||||
detailedView_valenceBonusDescription: `Puedes establecer o quitar el bono de valencia de tu arma.`,
|
detailedView_valenceBonusDescription: `Puedes establecer o quitar el bono de valencia de tu arma.`,
|
||||||
detailedView_modularPartsLabel: `Cambiar partes modulares`,
|
detailedView_modularPartsLabel: `Cambiar partes modulares`,
|
||||||
detailedView_editSuitInvigoration: `[UNTRANSLATED] Edit Suit Invigoration`,
|
detailedView_suitInvigorationLabel: `[UNTRANSLATED] Warframe Invigoration`,
|
||||||
|
|
||||||
invigorations_offensive_PowerStrength: `[UNTRANSLATED] Power Strength`,
|
invigorations_offensive_AbilityStrength: `[UNTRANSLATED] +200% Ability Strength`,
|
||||||
invigorations_offensive_PowerRange: `[UNTRANSLATED] Power Range`,
|
invigorations_offensive_AbilityRange: `[UNTRANSLATED] +100% Ability Range`,
|
||||||
invigorations_offensive_PowerDuration: `[UNTRANSLATED] Power Duration`,
|
invigorations_offensive_AbilityDuration: `[UNTRANSLATED] +100% Ability Duration`,
|
||||||
invigorations_offensive_MeleeDamage: `[UNTRANSLATED] Melee Damage`,
|
invigorations_offensive_MeleeDamage: `[UNTRANSLATED] +250% Melee Damage`,
|
||||||
invigorations_offensive_PrimaryDamage: `[UNTRANSLATED] Primary Damage`,
|
invigorations_offensive_PrimaryDamage: `[UNTRANSLATED] +250% Primary Damage`,
|
||||||
invigorations_offensive_SecondaryDamage: `[UNTRANSLATED] Secondary Damage`,
|
invigorations_offensive_SecondaryDamage: `[UNTRANSLATED] +250% Secondary Damage`,
|
||||||
invigorations_offensive_PrimaryCritChance: `[UNTRANSLATED] Primary Critical Chance`,
|
invigorations_offensive_PrimaryCritChance: `[UNTRANSLATED] +200% Primary Critical Chance`,
|
||||||
invigorations_offensive_SecondaryCritChance: `[UNTRANSLATED] Secondary Critical Chance`,
|
invigorations_offensive_SecondaryCritChance: `[UNTRANSLATED] +200% Secondary Critical Chance`,
|
||||||
invigorations_offensive_MeleeCritChance: `[UNTRANSLATED] Melee Critical Chance`,
|
invigorations_offensive_MeleeCritChance: `[UNTRANSLATED] +200% Melee Critical Chance`,
|
||||||
|
|
||||||
invigorations_utility_PowerEfficiency: `[UNTRANSLATED] Power Efficiency`,
|
invigorations_utility_AbilityEfficiency: `[UNTRANSLATED] +75% Ability Efficiency`,
|
||||||
invigorations_utility_MovementSpeed: `[UNTRANSLATED] Movement Speed`,
|
invigorations_utility_SprintSpeed: `[UNTRANSLATED] +75% Sprint Speed`,
|
||||||
invigorations_utility_ParkourSpeed: `[UNTRANSLATED] Parkour Speed`,
|
invigorations_utility_ParkourVelocity: `[UNTRANSLATED] +75% Parkour Velocity`,
|
||||||
invigorations_utility_Health: `[UNTRANSLATED] Health`,
|
invigorations_utility_HealthMax: `[UNTRANSLATED] +1000 Health`,
|
||||||
invigorations_utility_Energy: `[UNTRANSLATED] Energy`,
|
invigorations_utility_EnergyMax: `[UNTRANSLATED] +200% Energy Max`,
|
||||||
invigorations_utility_StatusResistance: `[UNTRANSLATED] Status Resistance`,
|
invigorations_utility_StatusImmune: `[UNTRANSLATED] Immune to Status Effects`,
|
||||||
invigorations_utility_ReloadSpeed: `[UNTRANSLATED] Reload Speed`,
|
invigorations_utility_ReloadSpeed: `[UNTRANSLATED] +75% Reload Speed`,
|
||||||
invigorations_utility_HealthRegen: `[UNTRANSLATED] Health Regen`,
|
invigorations_utility_HealthRegen: `[UNTRANSLATED] +25 Health Regen/s`,
|
||||||
invigorations_utility_Armor: `[UNTRANSLATED] Armor`,
|
invigorations_utility_ArmorMax: `[UNTRANSLATED] +1000 Armor`,
|
||||||
invigorations_utility_Jumps: `[UNTRANSLATED] Jumps`,
|
invigorations_utility_Jumps: `[UNTRANSLATED] +5 Jump Resets`,
|
||||||
invigorations_utility_EnergyRegen: `[UNTRANSLATED] Energy Regen`,
|
invigorations_utility_EnergyRegen: `[UNTRANSLATED] +2 Energy Regen/s`,
|
||||||
|
|
||||||
invigorations_offensiveLabel: `[UNTRANSLATED] Offensive Upgrade`,
|
invigorations_offensiveLabel: `[UNTRANSLATED] Offensive Upgrade`,
|
||||||
invigorations_defensiveLabel: `[UNTRANSLATED] Defensive Upgrade`,
|
invigorations_defensiveLabel: `[UNTRANSLATED] Defensive Upgrade`,
|
||||||
invigorations_expiryLabel: `[UNTRANSLATED] Upgrades Expiry (optional)`,
|
invigorations_expiryLabel: `[UNTRANSLATED] Upgrades Expiry (optional)`,
|
||||||
invigorations_applyButton: `[UNTRANSLATED] Apply Upgrades`,
|
|
||||||
invigorations_clearButton: `[UNTRANSLATED] Clear Upgrades`,
|
|
||||||
invigorations_noneOption: `[UNTRANSLATED] None`,
|
|
||||||
|
|
||||||
mods_addRiven: `Agregar Agrietado`,
|
mods_addRiven: `Agregar Agrietado`,
|
||||||
mods_fingerprint: `Huella digital`,
|
mods_fingerprint: `Huella digital`,
|
||||||
@ -234,7 +232,6 @@ dict = {
|
|||||||
cheats_intrinsicsUnlockAll: `Maximizar todos los intrínsecos`,
|
cheats_intrinsicsUnlockAll: `Maximizar todos los intrínsecos`,
|
||||||
cheats_changeSupportedSyndicate: `Sindicatos disponibles`,
|
cheats_changeSupportedSyndicate: `Sindicatos disponibles`,
|
||||||
cheats_changeButton: `Cambiar`,
|
cheats_changeButton: `Cambiar`,
|
||||||
cheats_none: `Ninguno`,
|
|
||||||
cheats_markAllAsRead: `Marcar bandeja de entrada como leída`,
|
cheats_markAllAsRead: `Marcar bandeja de entrada como leída`,
|
||||||
|
|
||||||
worldState: `Estado del mundo`,
|
worldState: `Estado del mundo`,
|
||||||
@ -296,7 +293,7 @@ dict = {
|
|||||||
upgrade_SecondaryCritChance: `+|VAL|% de probabilidad crítica en armas secundarias`,
|
upgrade_SecondaryCritChance: `+|VAL|% de probabilidad crítica en armas secundarias`,
|
||||||
upgrade_WarframeAbilityDuration: `+|VAL|% de duración de habilidades`,
|
upgrade_WarframeAbilityDuration: `+|VAL|% de duración de habilidades`,
|
||||||
upgrade_WarframeAbilityStrength: `+|VAL|% de fuerza de habilidades`,
|
upgrade_WarframeAbilityStrength: `+|VAL|% de fuerza de habilidades`,
|
||||||
upgrade_WarframeArmourMax: `+|VAL| de armadura`,
|
upgrade_WarframeArmorMax: `+|VAL| de armadura`,
|
||||||
upgrade_WarframeBlastProc: `+|VAL| de escudos al matar con daño de explosión`,
|
upgrade_WarframeBlastProc: `+|VAL| de escudos al matar con daño de explosión`,
|
||||||
upgrade_WarframeCastingSpeed: `+|VAL|% de velocidad de lanzamiento de habilidades`,
|
upgrade_WarframeCastingSpeed: `+|VAL|% de velocidad de lanzamiento de habilidades`,
|
||||||
upgrade_WarframeCorrosiveDamageBoost: `+|VAL|% de daño de habilidades a enemigos con estado corrosivo`,
|
upgrade_WarframeCorrosiveDamageBoost: `+|VAL|% de daño de habilidades a enemigos con estado corrosivo`,
|
||||||
@ -311,7 +308,7 @@ dict = {
|
|||||||
upgrade_WarframeHPBoostFromImpact: `+|VAL1| de salud al eliminar con daño explosivo (máx. |VAL2| de salud)`,
|
upgrade_WarframeHPBoostFromImpact: `+|VAL1| de salud al eliminar con daño explosivo (máx. |VAL2| de salud)`,
|
||||||
upgrade_WarframeParkourVelocity: `+|VAL|% de velocidad de parkour`,
|
upgrade_WarframeParkourVelocity: `+|VAL|% de velocidad de parkour`,
|
||||||
upgrade_WarframeRadiationDamageBoost: `+|VAL|% de daño de habilidades a enemigos con estado radiactivo`,
|
upgrade_WarframeRadiationDamageBoost: `+|VAL|% de daño de habilidades a enemigos con estado radiactivo`,
|
||||||
upgrade_WarframeRegen: `+|VAL| de regeneración de salud por segundo`,
|
upgrade_WarframeHealthRegen: `+|VAL| de regeneración de salud por segundo`,
|
||||||
upgrade_WarframeShieldMax: `+|VAL| de escudo`,
|
upgrade_WarframeShieldMax: `+|VAL| de escudo`,
|
||||||
upgrade_WarframeStartingEnergy: `+|VAL|% de energía al reaparecer`,
|
upgrade_WarframeStartingEnergy: `+|VAL|% de energía al reaparecer`,
|
||||||
upgrade_WarframeToxinDamage: `+|VAL|% de daño por efecto de estado tóxico`,
|
upgrade_WarframeToxinDamage: `+|VAL|% de daño por efecto de estado tóxico`,
|
||||||
|
@ -3,6 +3,7 @@ dict = {
|
|||||||
general_inventoryUpdateNote: `[UNTRANSLATED] Note: To see changes in-game, you need to resync your inventory, e.g. using the bootstrapper's /sync command, visiting a dojo/relay, or relogging.`,
|
general_inventoryUpdateNote: `[UNTRANSLATED] Note: To see changes in-game, you need to resync your inventory, e.g. using the bootstrapper's /sync command, visiting a dojo/relay, or relogging.`,
|
||||||
general_addButton: `Ajouter`,
|
general_addButton: `Ajouter`,
|
||||||
general_setButton: `[UNTRANSLATED] Set`,
|
general_setButton: `[UNTRANSLATED] Set`,
|
||||||
|
general_none: `Aucun`,
|
||||||
general_bulkActions: `Action groupée`,
|
general_bulkActions: `Action groupée`,
|
||||||
general_loading: `[UNTRANSLATED] Loading...`,
|
general_loading: `[UNTRANSLATED] Loading...`,
|
||||||
|
|
||||||
@ -62,7 +63,7 @@ dict = {
|
|||||||
code_mature: `Maturer pour le combat`,
|
code_mature: `Maturer pour le combat`,
|
||||||
code_unmature: `Régrésser l'âge génétique`,
|
code_unmature: `Régrésser l'âge génétique`,
|
||||||
code_succChange: `[UNTRANSLATED] Successfully changed.`,
|
code_succChange: `[UNTRANSLATED] Successfully changed.`,
|
||||||
code_requiredInvigorationUpgrade: `[UNTRANSLATED] You must select both an offensive and a defensive upgrade.`,
|
code_requiredInvigorationUpgrade: `[UNTRANSLATED] You must select both an offensive & defensive upgrade.`,
|
||||||
login_description: `Connexion avec les informations de connexion OpenWF.`,
|
login_description: `Connexion avec les informations de connexion OpenWF.`,
|
||||||
login_emailLabel: `Email`,
|
login_emailLabel: `Email`,
|
||||||
login_passwordLabel: `Mot de passe`,
|
login_passwordLabel: `Mot de passe`,
|
||||||
@ -126,36 +127,33 @@ dict = {
|
|||||||
detailedView_valenceBonusLabel: `Bonus de Valence`,
|
detailedView_valenceBonusLabel: `Bonus de Valence`,
|
||||||
detailedView_valenceBonusDescription: `[UNTRANSLATED] You can set or remove the Valence Bonus from your weapon.`,
|
detailedView_valenceBonusDescription: `[UNTRANSLATED] You can set or remove the Valence Bonus from your weapon.`,
|
||||||
detailedView_modularPartsLabel: `[UNTRANSLATED] Change Modular Parts`,
|
detailedView_modularPartsLabel: `[UNTRANSLATED] Change Modular Parts`,
|
||||||
detailedView_editSuitInvigoration: `[UNTRANSLATED] Edit Suit Invigoration`,
|
detailedView_suitInvigorationLabel: `[UNTRANSLATED] Warframe Invigoration`,
|
||||||
|
|
||||||
invigorations_offensive_PowerStrength: `[UNTRANSLATED] Power Strength`,
|
invigorations_offensive_AbilityStrength: `[UNTRANSLATED] +200% Ability Strength`,
|
||||||
invigorations_offensive_PowerRange: `[UNTRANSLATED] Power Range`,
|
invigorations_offensive_AbilityRange: `[UNTRANSLATED] +100% Ability Range`,
|
||||||
invigorations_offensive_PowerDuration: `[UNTRANSLATED] Power Duration`,
|
invigorations_offensive_AbilityDuration: `[UNTRANSLATED] +100% Ability Duration`,
|
||||||
invigorations_offensive_MeleeDamage: `[UNTRANSLATED] Melee Damage`,
|
invigorations_offensive_MeleeDamage: `[UNTRANSLATED] +250% Melee Damage`,
|
||||||
invigorations_offensive_PrimaryDamage: `[UNTRANSLATED] Primary Damage`,
|
invigorations_offensive_PrimaryDamage: `[UNTRANSLATED] +250% Primary Damage`,
|
||||||
invigorations_offensive_SecondaryDamage: `[UNTRANSLATED] Secondary Damage`,
|
invigorations_offensive_SecondaryDamage: `[UNTRANSLATED] +250% Secondary Damage`,
|
||||||
invigorations_offensive_PrimaryCritChance: `[UNTRANSLATED] Primary Critical Chance`,
|
invigorations_offensive_PrimaryCritChance: `[UNTRANSLATED] +200% Primary Critical Chance`,
|
||||||
invigorations_offensive_SecondaryCritChance: `[UNTRANSLATED] Secondary Critical Chance`,
|
invigorations_offensive_SecondaryCritChance: `[UNTRANSLATED] +200% Secondary Critical Chance`,
|
||||||
invigorations_offensive_MeleeCritChance: `[UNTRANSLATED] Melee Critical Chance`,
|
invigorations_offensive_MeleeCritChance: `[UNTRANSLATED] +200% Melee Critical Chance`,
|
||||||
|
|
||||||
invigorations_utility_PowerEfficiency: `[UNTRANSLATED] Power Efficiency`,
|
invigorations_utility_AbilityEfficiency: `[UNTRANSLATED] +75% Ability Efficiency`,
|
||||||
invigorations_utility_MovementSpeed: `[UNTRANSLATED] Movement Speed`,
|
invigorations_utility_SprintSpeed: `[UNTRANSLATED] +75% Sprint Speed`,
|
||||||
invigorations_utility_ParkourSpeed: `[UNTRANSLATED] Parkour Speed`,
|
invigorations_utility_ParkourVelocity: `[UNTRANSLATED] +75% Parkour Velocity`,
|
||||||
invigorations_utility_Health: `[UNTRANSLATED] Health`,
|
invigorations_utility_HealthMax: `[UNTRANSLATED] +1000 Health`,
|
||||||
invigorations_utility_Energy: `[UNTRANSLATED] Energy`,
|
invigorations_utility_EnergyMax: `[UNTRANSLATED] +200% Energy Max`,
|
||||||
invigorations_utility_StatusResistance: `[UNTRANSLATED] Status Resistance`,
|
invigorations_utility_StatusImmune: `[UNTRANSLATED] Immune to Status Effects`,
|
||||||
invigorations_utility_ReloadSpeed: `[UNTRANSLATED] Reload Speed`,
|
invigorations_utility_ReloadSpeed: `[UNTRANSLATED] +75% Reload Speed`,
|
||||||
invigorations_utility_HealthRegen: `[UNTRANSLATED] Health Regen`,
|
invigorations_utility_HealthRegen: `[UNTRANSLATED] +25 Health Regen/s`,
|
||||||
invigorations_utility_Armor: `[UNTRANSLATED] Armor`,
|
invigorations_utility_ArmorMax: `[UNTRANSLATED] +1000 Armor`,
|
||||||
invigorations_utility_Jumps: `[UNTRANSLATED] Jumps`,
|
invigorations_utility_Jumps: `[UNTRANSLATED] +5 Jump Resets`,
|
||||||
invigorations_utility_EnergyRegen: `[UNTRANSLATED] Energy Regen`,
|
invigorations_utility_EnergyRegen: `[UNTRANSLATED] +2 Energy Regen/s`,
|
||||||
|
|
||||||
invigorations_offensiveLabel: `[UNTRANSLATED] Offensive Upgrade`,
|
invigorations_offensiveLabel: `[UNTRANSLATED] Offensive Upgrade`,
|
||||||
invigorations_defensiveLabel: `[UNTRANSLATED] Defensive Upgrade`,
|
invigorations_defensiveLabel: `[UNTRANSLATED] Defensive Upgrade`,
|
||||||
invigorations_expiryLabel: `[UNTRANSLATED] Upgrades Expiry (optional)`,
|
invigorations_expiryLabel: `[UNTRANSLATED] Upgrades Expiry (optional)`,
|
||||||
invigorations_applyButton: `[UNTRANSLATED] Apply Upgrades`,
|
|
||||||
invigorations_clearButton: `[UNTRANSLATED] Clear Upgrades`,
|
|
||||||
invigorations_noneOption: `[UNTRANSLATED] None`,
|
|
||||||
|
|
||||||
mods_addRiven: `Ajouter un riven`,
|
mods_addRiven: `Ajouter un riven`,
|
||||||
mods_fingerprint: `Empreinte`,
|
mods_fingerprint: `Empreinte`,
|
||||||
@ -234,7 +232,6 @@ dict = {
|
|||||||
cheats_intrinsicsUnlockAll: `Inhérences niveau max`,
|
cheats_intrinsicsUnlockAll: `Inhérences niveau max`,
|
||||||
cheats_changeSupportedSyndicate: `Allégeance`,
|
cheats_changeSupportedSyndicate: `Allégeance`,
|
||||||
cheats_changeButton: `Changer`,
|
cheats_changeButton: `Changer`,
|
||||||
cheats_none: `Aucun`,
|
|
||||||
cheats_markAllAsRead: `[UNTRANSLATED] Mark Inbox As Read`,
|
cheats_markAllAsRead: `[UNTRANSLATED] Mark Inbox As Read`,
|
||||||
|
|
||||||
worldState: `[UNTRANSLATED] World State`,
|
worldState: `[UNTRANSLATED] World State`,
|
||||||
@ -296,7 +293,7 @@ dict = {
|
|||||||
upgrade_SecondaryCritChance: `+|VAL|% de chance critique sur arme secondaire`,
|
upgrade_SecondaryCritChance: `+|VAL|% de chance critique sur arme secondaire`,
|
||||||
upgrade_WarframeAbilityDuration: `+|VAL|% de durée de pouvoir`,
|
upgrade_WarframeAbilityDuration: `+|VAL|% de durée de pouvoir`,
|
||||||
upgrade_WarframeAbilityStrength: `+|VAL|% de puissance de pouvoir`,
|
upgrade_WarframeAbilityStrength: `+|VAL|% de puissance de pouvoir`,
|
||||||
upgrade_WarframeArmourMax: `+|VAL| d'armure`,
|
upgrade_WarframeArmorMax: `+|VAL| d'armure`,
|
||||||
upgrade_WarframeBlastProc: `+|VAL| de boucliers sur élimination avec des dégats d'explosion`,
|
upgrade_WarframeBlastProc: `+|VAL| de boucliers sur élimination avec des dégats d'explosion`,
|
||||||
upgrade_WarframeCastingSpeed: `+|VAL|% de vitesse de lancement de pouvoir`,
|
upgrade_WarframeCastingSpeed: `+|VAL|% de vitesse de lancement de pouvoir`,
|
||||||
upgrade_WarframeCorrosiveDamageBoost: `+|VAL|% de dégâts de pouvoir sur les ennemis affectés par du statut corrosif`,
|
upgrade_WarframeCorrosiveDamageBoost: `+|VAL|% de dégâts de pouvoir sur les ennemis affectés par du statut corrosif`,
|
||||||
@ -311,7 +308,7 @@ dict = {
|
|||||||
upgrade_WarframeHPBoostFromImpact: `[UNTRANSLATED] +|VAL1| Health on kill with Blast Damage (Max |VAL2| Health)`,
|
upgrade_WarframeHPBoostFromImpact: `[UNTRANSLATED] +|VAL1| Health on kill with Blast Damage (Max |VAL2| Health)`,
|
||||||
upgrade_WarframeParkourVelocity: `+|VAL|% de vélocité de parkour`,
|
upgrade_WarframeParkourVelocity: `+|VAL|% de vélocité de parkour`,
|
||||||
upgrade_WarframeRadiationDamageBoost: `+|VAL|% de dégâts de pouvoir sur les ennemis affectés par du statut radiation`,
|
upgrade_WarframeRadiationDamageBoost: `+|VAL|% de dégâts de pouvoir sur les ennemis affectés par du statut radiation`,
|
||||||
upgrade_WarframeRegen: `+|VAL| régénération de santé/s`,
|
upgrade_WarframeHealthRegen: `+|VAL| régénération de santé/s`,
|
||||||
upgrade_WarframeShieldMax: `+|VAL| de boucliers`,
|
upgrade_WarframeShieldMax: `+|VAL| de boucliers`,
|
||||||
upgrade_WarframeStartingEnergy: `+|VAL|% d'énergie sur apparition`,
|
upgrade_WarframeStartingEnergy: `+|VAL|% d'énergie sur apparition`,
|
||||||
upgrade_WarframeToxinDamage: `+|VAL|% de dégâts sur le statut poison`,
|
upgrade_WarframeToxinDamage: `+|VAL|% de dégâts sur le statut poison`,
|
||||||
|
@ -3,6 +3,7 @@ dict = {
|
|||||||
general_inventoryUpdateNote: `[UNTRANSLATED] Note: To see changes in-game, you need to resync your inventory, e.g. using the bootstrapper's /sync command, visiting a dojo/relay, or relogging.`,
|
general_inventoryUpdateNote: `[UNTRANSLATED] Note: To see changes in-game, you need to resync your inventory, e.g. using the bootstrapper's /sync command, visiting a dojo/relay, or relogging.`,
|
||||||
general_addButton: `Добавить`,
|
general_addButton: `Добавить`,
|
||||||
general_setButton: `Установить`,
|
general_setButton: `Установить`,
|
||||||
|
general_none: `Отсутствует`,
|
||||||
general_bulkActions: `Массовые действия`,
|
general_bulkActions: `Массовые действия`,
|
||||||
general_loading: `[UNTRANSLATED] Loading...`,
|
general_loading: `[UNTRANSLATED] Loading...`,
|
||||||
|
|
||||||
@ -62,7 +63,7 @@ dict = {
|
|||||||
code_mature: `Подготовить к сражениям`,
|
code_mature: `Подготовить к сражениям`,
|
||||||
code_unmature: `Регрессия генетического старения`,
|
code_unmature: `Регрессия генетического старения`,
|
||||||
code_succChange: `Успешно изменено.`,
|
code_succChange: `Успешно изменено.`,
|
||||||
code_requiredInvigorationUpgrade: `[UNTRANSLATED] You must select both an offensive and a defensive upgrade.`,
|
code_requiredInvigorationUpgrade: `[UNTRANSLATED] You must select both an offensive & defensive upgrade.`,
|
||||||
login_description: `Войдите, используя учетные данные OpenWF (те же, что и в игре при подключении к этому серверу).`,
|
login_description: `Войдите, используя учетные данные OpenWF (те же, что и в игре при подключении к этому серверу).`,
|
||||||
login_emailLabel: `Адрес электронной почты`,
|
login_emailLabel: `Адрес электронной почты`,
|
||||||
login_passwordLabel: `Пароль`,
|
login_passwordLabel: `Пароль`,
|
||||||
@ -126,36 +127,33 @@ dict = {
|
|||||||
detailedView_valenceBonusLabel: `Бонус Валентности`,
|
detailedView_valenceBonusLabel: `Бонус Валентности`,
|
||||||
detailedView_valenceBonusDescription: `Вы можете установить или убрать бонус валентности с вашего оружия.`,
|
detailedView_valenceBonusDescription: `Вы можете установить или убрать бонус валентности с вашего оружия.`,
|
||||||
detailedView_modularPartsLabel: `Изменить Модульные Части`,
|
detailedView_modularPartsLabel: `Изменить Модульные Части`,
|
||||||
detailedView_editSuitInvigoration: `[UNTRANSLATED] Edit Suit Invigoration`,
|
detailedView_suitInvigorationLabel: `[UNTRANSLATED] Warframe Invigoration`,
|
||||||
|
|
||||||
invigorations_offensive_PowerStrength: `[UNTRANSLATED] Power Strength`,
|
invigorations_offensive_AbilityStrength: `[UNTRANSLATED] +200% Ability Strength`,
|
||||||
invigorations_offensive_PowerRange: `[UNTRANSLATED] Power Range`,
|
invigorations_offensive_AbilityRange: `[UNTRANSLATED] +100% Ability Range`,
|
||||||
invigorations_offensive_PowerDuration: `[UNTRANSLATED] Power Duration`,
|
invigorations_offensive_AbilityDuration: `[UNTRANSLATED] +100% Ability Duration`,
|
||||||
invigorations_offensive_MeleeDamage: `[UNTRANSLATED] Melee Damage`,
|
invigorations_offensive_MeleeDamage: `[UNTRANSLATED] +250% Melee Damage`,
|
||||||
invigorations_offensive_PrimaryDamage: `[UNTRANSLATED] Primary Damage`,
|
invigorations_offensive_PrimaryDamage: `[UNTRANSLATED] +250% Primary Damage`,
|
||||||
invigorations_offensive_SecondaryDamage: `[UNTRANSLATED] Secondary Damage`,
|
invigorations_offensive_SecondaryDamage: `[UNTRANSLATED] +250% Secondary Damage`,
|
||||||
invigorations_offensive_PrimaryCritChance: `[UNTRANSLATED] Primary Critical Chance`,
|
invigorations_offensive_PrimaryCritChance: `[UNTRANSLATED] +200% Primary Critical Chance`,
|
||||||
invigorations_offensive_SecondaryCritChance: `[UNTRANSLATED] Secondary Critical Chance`,
|
invigorations_offensive_SecondaryCritChance: `[UNTRANSLATED] +200% Secondary Critical Chance`,
|
||||||
invigorations_offensive_MeleeCritChance: `[UNTRANSLATED] Melee Critical Chance`,
|
invigorations_offensive_MeleeCritChance: `[UNTRANSLATED] +200% Melee Critical Chance`,
|
||||||
|
|
||||||
invigorations_utility_PowerEfficiency: `[UNTRANSLATED] Power Efficiency`,
|
invigorations_utility_AbilityEfficiency: `[UNTRANSLATED] +75% Ability Efficiency`,
|
||||||
invigorations_utility_MovementSpeed: `[UNTRANSLATED] Movement Speed`,
|
invigorations_utility_SprintSpeed: `[UNTRANSLATED] +75% Sprint Speed`,
|
||||||
invigorations_utility_ParkourSpeed: `[UNTRANSLATED] Parkour Speed`,
|
invigorations_utility_ParkourVelocity: `[UNTRANSLATED] +75% Parkour Velocity`,
|
||||||
invigorations_utility_Health: `[UNTRANSLATED] Health`,
|
invigorations_utility_HealthMax: `[UNTRANSLATED] +1000 Health`,
|
||||||
invigorations_utility_Energy: `[UNTRANSLATED] Energy`,
|
invigorations_utility_EnergyMax: `[UNTRANSLATED] +200% Energy Max`,
|
||||||
invigorations_utility_StatusResistance: `[UNTRANSLATED] Status Resistance`,
|
invigorations_utility_StatusImmune: `[UNTRANSLATED] Immune to Status Effects`,
|
||||||
invigorations_utility_ReloadSpeed: `[UNTRANSLATED] Reload Speed`,
|
invigorations_utility_ReloadSpeed: `[UNTRANSLATED] +75% Reload Speed`,
|
||||||
invigorations_utility_HealthRegen: `[UNTRANSLATED] Health Regen`,
|
invigorations_utility_HealthRegen: `[UNTRANSLATED] +25 Health Regen/s`,
|
||||||
invigorations_utility_Armor: `[UNTRANSLATED] Armor`,
|
invigorations_utility_ArmorMax: `[UNTRANSLATED] +1000 Armor`,
|
||||||
invigorations_utility_Jumps: `[UNTRANSLATED] Jumps`,
|
invigorations_utility_Jumps: `[UNTRANSLATED] +5 Jump Resets`,
|
||||||
invigorations_utility_EnergyRegen: `[UNTRANSLATED] Energy Regen`,
|
invigorations_utility_EnergyRegen: `[UNTRANSLATED] +2 Energy Regen/s`,
|
||||||
|
|
||||||
invigorations_offensiveLabel: `[UNTRANSLATED] Offensive Upgrade`,
|
invigorations_offensiveLabel: `[UNTRANSLATED] Offensive Upgrade`,
|
||||||
invigorations_defensiveLabel: `[UNTRANSLATED] Defensive Upgrade`,
|
invigorations_defensiveLabel: `[UNTRANSLATED] Defensive Upgrade`,
|
||||||
invigorations_expiryLabel: `[UNTRANSLATED] Upgrades Expiry (optional)`,
|
invigorations_expiryLabel: `[UNTRANSLATED] Upgrades Expiry (optional)`,
|
||||||
invigorations_applyButton: `[UNTRANSLATED] Apply Upgrades`,
|
|
||||||
invigorations_clearButton: `[UNTRANSLATED] Clear Upgrades`,
|
|
||||||
invigorations_noneOption: `[UNTRANSLATED] None`,
|
|
||||||
|
|
||||||
mods_addRiven: `Добавить Мод Разлома`,
|
mods_addRiven: `Добавить Мод Разлома`,
|
||||||
mods_fingerprint: `Отпечаток`,
|
mods_fingerprint: `Отпечаток`,
|
||||||
@ -234,7 +232,6 @@ dict = {
|
|||||||
cheats_intrinsicsUnlockAll: `Полностью улучшить Модуляры`,
|
cheats_intrinsicsUnlockAll: `Полностью улучшить Модуляры`,
|
||||||
cheats_changeSupportedSyndicate: `Поддерживаемый синдикат`,
|
cheats_changeSupportedSyndicate: `Поддерживаемый синдикат`,
|
||||||
cheats_changeButton: `Изменить`,
|
cheats_changeButton: `Изменить`,
|
||||||
cheats_none: `Отсутствует`,
|
|
||||||
cheats_markAllAsRead: `[UNTRANSLATED] Mark Inbox As Read`,
|
cheats_markAllAsRead: `[UNTRANSLATED] Mark Inbox As Read`,
|
||||||
|
|
||||||
worldState: `[UNTRANSLATED] World State`,
|
worldState: `[UNTRANSLATED] World State`,
|
||||||
@ -296,7 +293,7 @@ dict = {
|
|||||||
upgrade_SecondaryCritChance: `[UNTRANSLATED] +|VAL|% Secondary Critical Chance`,
|
upgrade_SecondaryCritChance: `[UNTRANSLATED] +|VAL|% Secondary Critical Chance`,
|
||||||
upgrade_WarframeAbilityDuration: `[UNTRANSLATED] +|VAL|% Ability Duration`,
|
upgrade_WarframeAbilityDuration: `[UNTRANSLATED] +|VAL|% Ability Duration`,
|
||||||
upgrade_WarframeAbilityStrength: `[UNTRANSLATED] +|VAL|% Ability Strength`,
|
upgrade_WarframeAbilityStrength: `[UNTRANSLATED] +|VAL|% Ability Strength`,
|
||||||
upgrade_WarframeArmourMax: `[UNTRANSLATED] +|VAL| Armor`,
|
upgrade_WarframeArmorMax: `[UNTRANSLATED] +|VAL| Armor`,
|
||||||
upgrade_WarframeBlastProc: `[UNTRANSLATED] +|VAL| Shields on kill with Blast Damage`,
|
upgrade_WarframeBlastProc: `[UNTRANSLATED] +|VAL| Shields on kill with Blast Damage`,
|
||||||
upgrade_WarframeCastingSpeed: `[UNTRANSLATED] +|VAL|% Casting Speed`,
|
upgrade_WarframeCastingSpeed: `[UNTRANSLATED] +|VAL|% Casting Speed`,
|
||||||
upgrade_WarframeCorrosiveDamageBoost: `[UNTRANSLATED] +|VAL|% Ability Damage on enemies affected by Corrosion Status`,
|
upgrade_WarframeCorrosiveDamageBoost: `[UNTRANSLATED] +|VAL|% Ability Damage on enemies affected by Corrosion Status`,
|
||||||
@ -311,7 +308,7 @@ dict = {
|
|||||||
upgrade_WarframeHPBoostFromImpact: `[UNTRANSLATED] +|VAL1| Health on kill with Blast Damage (Max |VAL2| Health)`,
|
upgrade_WarframeHPBoostFromImpact: `[UNTRANSLATED] +|VAL1| Health on kill with Blast Damage (Max |VAL2| Health)`,
|
||||||
upgrade_WarframeParkourVelocity: `[UNTRANSLATED] +|VAL|% Parkour Velocity`,
|
upgrade_WarframeParkourVelocity: `[UNTRANSLATED] +|VAL|% Parkour Velocity`,
|
||||||
upgrade_WarframeRadiationDamageBoost: `[UNTRANSLATED] +|VAL|% Ability Damage on enemies affected by Radiation Status`,
|
upgrade_WarframeRadiationDamageBoost: `[UNTRANSLATED] +|VAL|% Ability Damage on enemies affected by Radiation Status`,
|
||||||
upgrade_WarframeRegen: `[UNTRANSLATED] +|VAL| Health Regen/s`,
|
upgrade_WarframeHealthRegen: `[UNTRANSLATED] +|VAL| Health Regen/s`,
|
||||||
upgrade_WarframeShieldMax: `[UNTRANSLATED] +|VAL| Shield`,
|
upgrade_WarframeShieldMax: `[UNTRANSLATED] +|VAL| Shield`,
|
||||||
upgrade_WarframeStartingEnergy: `[UNTRANSLATED] +|VAL|% Energy on Spawn`,
|
upgrade_WarframeStartingEnergy: `[UNTRANSLATED] +|VAL|% Energy on Spawn`,
|
||||||
upgrade_WarframeToxinDamage: `[UNTRANSLATED] +|VAL|% Toxin Status Effect Damage`,
|
upgrade_WarframeToxinDamage: `[UNTRANSLATED] +|VAL|% Toxin Status Effect Damage`,
|
||||||
|
@ -3,6 +3,7 @@ dict = {
|
|||||||
general_inventoryUpdateNote: `注意:要在游戏中查看更改,您需要重新同步库存,例如使用引导程序的 /sync 命令、访问道场/中继站或重新登录客户端.`,
|
general_inventoryUpdateNote: `注意:要在游戏中查看更改,您需要重新同步库存,例如使用引导程序的 /sync 命令、访问道场/中继站或重新登录客户端.`,
|
||||||
general_addButton: `添加`,
|
general_addButton: `添加`,
|
||||||
general_setButton: `设置`,
|
general_setButton: `设置`,
|
||||||
|
general_none: `无`,
|
||||||
general_bulkActions: `批量操作`,
|
general_bulkActions: `批量操作`,
|
||||||
general_loading: `加载中...`,
|
general_loading: `加载中...`,
|
||||||
|
|
||||||
@ -62,7 +63,7 @@ dict = {
|
|||||||
code_mature: `成长并战备`,
|
code_mature: `成长并战备`,
|
||||||
code_unmature: `逆转衰老基因`,
|
code_unmature: `逆转衰老基因`,
|
||||||
code_succChange: `更改成功.`,
|
code_succChange: `更改成功.`,
|
||||||
code_requiredInvigorationUpgrade: `您必须同时选择一个进攻型和一个功能型活化属性.`,
|
code_requiredInvigorationUpgrade: `[UNTRANSLATED] You must select both an offensive & defensive upgrade.`,
|
||||||
login_description: `使用您的 OpenWF 账户凭证登录(与游戏内连接本服务器时使用的昵称相同).`,
|
login_description: `使用您的 OpenWF 账户凭证登录(与游戏内连接本服务器时使用的昵称相同).`,
|
||||||
login_emailLabel: `电子邮箱`,
|
login_emailLabel: `电子邮箱`,
|
||||||
login_passwordLabel: `密码`,
|
login_passwordLabel: `密码`,
|
||||||
@ -126,36 +127,33 @@ dict = {
|
|||||||
detailedView_valenceBonusLabel: `效价加成`,
|
detailedView_valenceBonusLabel: `效价加成`,
|
||||||
detailedView_valenceBonusDescription: `您可以设置或移除武器上的效价加成.`,
|
detailedView_valenceBonusDescription: `您可以设置或移除武器上的效价加成.`,
|
||||||
detailedView_modularPartsLabel: `更换部件`,
|
detailedView_modularPartsLabel: `更换部件`,
|
||||||
detailedView_editSuitInvigoration: `编辑战甲活化属性`,
|
detailedView_suitInvigorationLabel: `[UNTRANSLATED] Warframe Invigoration`,
|
||||||
|
|
||||||
invigorations_offensive_PowerStrength: `+200%技能强度`,
|
invigorations_offensive_AbilityStrength: `[UNTRANSLATED] +200% Ability Strength`,
|
||||||
invigorations_offensive_PowerRange: `+100%技能范围`,
|
invigorations_offensive_AbilityRange: `[UNTRANSLATED] +100% Ability Range`,
|
||||||
invigorations_offensive_PowerDuration: `+100%技能持续时间`,
|
invigorations_offensive_AbilityDuration: `[UNTRANSLATED] +100% Ability Duration`,
|
||||||
invigorations_offensive_MeleeDamage: `+250%近战伤害`,
|
invigorations_offensive_MeleeDamage: `[UNTRANSLATED] +250% Melee Damage`,
|
||||||
invigorations_offensive_PrimaryDamage: `+250%主武器伤害`,
|
invigorations_offensive_PrimaryDamage: `[UNTRANSLATED] +250% Primary Damage`,
|
||||||
invigorations_offensive_SecondaryDamage: `+250%副武器伤害`,
|
invigorations_offensive_SecondaryDamage: `[UNTRANSLATED] +250% Secondary Damage`,
|
||||||
invigorations_offensive_PrimaryCritChance: `+200%主武器暴击几率`,
|
invigorations_offensive_PrimaryCritChance: `[UNTRANSLATED] +200% Primary Critical Chance`,
|
||||||
invigorations_offensive_SecondaryCritChance: `+200%副武器暴击几率`,
|
invigorations_offensive_SecondaryCritChance: `[UNTRANSLATED] +200% Secondary Critical Chance`,
|
||||||
invigorations_offensive_MeleeCritChance: `+200%近战暴击几率`,
|
invigorations_offensive_MeleeCritChance: `[UNTRANSLATED] +200% Melee Critical Chance`,
|
||||||
|
|
||||||
invigorations_utility_PowerEfficiency: `+75%技能效率`,
|
invigorations_utility_AbilityEfficiency: `[UNTRANSLATED] +75% Ability Efficiency`,
|
||||||
invigorations_utility_MovementSpeed: `+75%冲刺速度`,
|
invigorations_utility_SprintSpeed: `[UNTRANSLATED] +75% Sprint Speed`,
|
||||||
invigorations_utility_ParkourSpeed: `+75%跑酷速度`,
|
invigorations_utility_ParkourVelocity: `[UNTRANSLATED] +75% Parkour Velocity`,
|
||||||
invigorations_utility_Health: `+1000生命值`,
|
invigorations_utility_HealthMax: `[UNTRANSLATED] +1000 Health`,
|
||||||
invigorations_utility_Energy: `+200%最大能量`,
|
invigorations_utility_EnergyMax: `[UNTRANSLATED] +200% Energy Max`,
|
||||||
invigorations_utility_StatusResistance: `异常状态免疫`,
|
invigorations_utility_StatusImmune: `[UNTRANSLATED] Immune to Status Effects`,
|
||||||
invigorations_utility_ReloadSpeed: `+75%装填速度`,
|
invigorations_utility_ReloadSpeed: `[UNTRANSLATED] +75% Reload Speed`,
|
||||||
invigorations_utility_HealthRegen: `+25/秒生命再生`,
|
invigorations_utility_HealthRegen: `[UNTRANSLATED] +25 Health Regen/s`,
|
||||||
invigorations_utility_Armor: `+1000护甲值`,
|
invigorations_utility_ArmorMax: `[UNTRANSLATED] +1000 Armor`,
|
||||||
invigorations_utility_Jumps: `+5跳跃次数`,
|
invigorations_utility_Jumps: `[UNTRANSLATED] +5 Jump Resets`,
|
||||||
invigorations_utility_EnergyRegen: `+2/秒能量再生`,
|
invigorations_utility_EnergyRegen: `[UNTRANSLATED] +2 Energy Regen/s`,
|
||||||
|
|
||||||
invigorations_offensiveLabel: `进攻型属性`,
|
invigorations_offensiveLabel: `进攻型属性`,
|
||||||
invigorations_defensiveLabel: `功能型属性`,
|
invigorations_defensiveLabel: `功能型属性`,
|
||||||
invigorations_expiryLabel: `活化时效(可选)`,
|
invigorations_expiryLabel: `活化时效(可选)`,
|
||||||
invigorations_applyButton: `应用活化`,
|
|
||||||
invigorations_clearButton: `清除活化`,
|
|
||||||
invigorations_noneOption: `无`,
|
|
||||||
|
|
||||||
mods_addRiven: `添加裂罅MOD`,
|
mods_addRiven: `添加裂罅MOD`,
|
||||||
mods_fingerprint: `印记`,
|
mods_fingerprint: `印记`,
|
||||||
@ -234,7 +232,6 @@ dict = {
|
|||||||
cheats_intrinsicsUnlockAll: `所有内源之力最大等级`,
|
cheats_intrinsicsUnlockAll: `所有内源之力最大等级`,
|
||||||
cheats_changeSupportedSyndicate: `支持的集团`,
|
cheats_changeSupportedSyndicate: `支持的集团`,
|
||||||
cheats_changeButton: `更改`,
|
cheats_changeButton: `更改`,
|
||||||
cheats_none: `无`,
|
|
||||||
cheats_markAllAsRead: `收件箱全部标记为已读`,
|
cheats_markAllAsRead: `收件箱全部标记为已读`,
|
||||||
|
|
||||||
worldState: `世界状态配置`,
|
worldState: `世界状态配置`,
|
||||||
@ -296,7 +293,7 @@ dict = {
|
|||||||
upgrade_SecondaryCritChance: `+|VAL|%次要武器暴击几率`,
|
upgrade_SecondaryCritChance: `+|VAL|%次要武器暴击几率`,
|
||||||
upgrade_WarframeAbilityDuration: `+|VAL|%技能持续时间`,
|
upgrade_WarframeAbilityDuration: `+|VAL|%技能持续时间`,
|
||||||
upgrade_WarframeAbilityStrength: `+|VAL|%技能强度`,
|
upgrade_WarframeAbilityStrength: `+|VAL|%技能强度`,
|
||||||
upgrade_WarframeArmourMax: `+|VAL|护甲`,
|
upgrade_WarframeArmorMax: `+|VAL|护甲`,
|
||||||
upgrade_WarframeBlastProc: `使用爆炸伤害击杀敌人时恢复+|VAL|护盾`,
|
upgrade_WarframeBlastProc: `使用爆炸伤害击杀敌人时恢复+|VAL|护盾`,
|
||||||
upgrade_WarframeCastingSpeed: `+|VAL|%施放速度`,
|
upgrade_WarframeCastingSpeed: `+|VAL|%施放速度`,
|
||||||
upgrade_WarframeCorrosiveDamageBoost: `对受腐蚀异常影响的敌人+|VAL|%额外技能伤害`,
|
upgrade_WarframeCorrosiveDamageBoost: `对受腐蚀异常影响的敌人+|VAL|%额外技能伤害`,
|
||||||
@ -311,7 +308,7 @@ dict = {
|
|||||||
upgrade_WarframeHPBoostFromImpact: `通过爆炸伤害击杀的每个敌人可增加|VAL1|生命上限(最大|VAL2|生命上限)`,
|
upgrade_WarframeHPBoostFromImpact: `通过爆炸伤害击杀的每个敌人可增加|VAL1|生命上限(最大|VAL2|生命上限)`,
|
||||||
upgrade_WarframeParkourVelocity: `+|VAL|%跑酷速度`,
|
upgrade_WarframeParkourVelocity: `+|VAL|%跑酷速度`,
|
||||||
upgrade_WarframeRadiationDamageBoost: `对受辐射状态影响的敌人+|VAL|%技能伤害`,
|
upgrade_WarframeRadiationDamageBoost: `对受辐射状态影响的敌人+|VAL|%技能伤害`,
|
||||||
upgrade_WarframeRegen: `+|VAL|/秒生命再生`,
|
upgrade_WarframeHealthRegen: `+|VAL|/秒生命再生`,
|
||||||
upgrade_WarframeShieldMax: `+|VAL|护盾值`,
|
upgrade_WarframeShieldMax: `+|VAL|护盾值`,
|
||||||
upgrade_WarframeStartingEnergy: `进任务时+|VAL|%初始能量`,
|
upgrade_WarframeStartingEnergy: `进任务时+|VAL|%初始能量`,
|
||||||
upgrade_WarframeToxinDamage: `毒素伤害额外+|VAL|%伤害`,
|
upgrade_WarframeToxinDamage: `毒素伤害额外+|VAL|%伤害`,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user