Compare commits
2 Commits
2e1326cde8
...
9cc0c76ef5
Author | SHA1 | Date | |
---|---|---|---|
9cc0c76ef5 | |||
2a4488d1dd |
@ -497,6 +497,9 @@ function fetchItemList() {
|
|||||||
uniqueLevelCaps = items;
|
uniqueLevelCaps = items;
|
||||||
} else if (type == "Syndicates") {
|
} else if (type == "Syndicates") {
|
||||||
items.forEach(item => {
|
items.forEach(item => {
|
||||||
|
if (item.uniqueName === "ConclaveSyndicate") {
|
||||||
|
return;
|
||||||
|
}
|
||||||
if (item.uniqueName.startsWith("RadioLegion")) {
|
if (item.uniqueName.startsWith("RadioLegion")) {
|
||||||
item.name += " (" + item.uniqueName + ")";
|
item.name += " (" + item.uniqueName + ")";
|
||||||
}
|
}
|
||||||
|
@ -156,8 +156,8 @@ dict = {
|
|||||||
invigorations_defensiveLabel: `Amélioration défensive`,
|
invigorations_defensiveLabel: `Amélioration défensive`,
|
||||||
invigorations_expiryLabel: `Expiration de l'invigoration (optionnel)`,
|
invigorations_expiryLabel: `Expiration de l'invigoration (optionnel)`,
|
||||||
|
|
||||||
abilityOverride_label: `[UNTRANSLATED] Ability Override`,
|
abilityOverride_label: `Remplacement de pouvoir`,
|
||||||
abilityOverride_onSlot: `[UNTRANSLATED] on slot`,
|
abilityOverride_onSlot: `Sur l'emplacement`,
|
||||||
|
|
||||||
mods_addRiven: `Ajouter un riven`,
|
mods_addRiven: `Ajouter un riven`,
|
||||||
mods_fingerprint: `Empreinte`,
|
mods_fingerprint: `Empreinte`,
|
||||||
@ -242,13 +242,13 @@ dict = {
|
|||||||
worldState_creditBoost: `Booster de Crédit`,
|
worldState_creditBoost: `Booster de Crédit`,
|
||||||
worldState_affinityBoost: `Booster d'Affinité`,
|
worldState_affinityBoost: `Booster d'Affinité`,
|
||||||
worldState_resourceBoost: `Booster de Ressource`,
|
worldState_resourceBoost: `Booster de Ressource`,
|
||||||
worldState_tennoLiveRelay: `[UNTRANSLATED] TennoLive Relay`,
|
worldState_tennoLiveRelay: `Relais TennoLive`,
|
||||||
worldState_baroTennoConRelay: `[UNTRANSLATED] Baro's TennoCon Relay`,
|
worldState_baroTennoConRelay: `Relais Baro TennoCon`,
|
||||||
worldState_starDays: `Jours Stellaires`,
|
worldState_starDays: `Jours Stellaires`,
|
||||||
worldState_galleonOfGhouls: `Galion des Goules`,
|
worldState_galleonOfGhouls: `Galion des Goules`,
|
||||||
worldState_ghoulEmergence: `Purge des Goules`,
|
worldState_ghoulEmergence: `Purge des Goules`,
|
||||||
worldState_plagueStar: `Fléau Céleste`,
|
worldState_plagueStar: `Fléau Céleste`,
|
||||||
enabled: `[UNTRANSLATED] Enabled`,
|
enabled: `Activé`,
|
||||||
disabled: `Désactivé`,
|
disabled: `Désactivé`,
|
||||||
worldState_we1: `Weekend 1`,
|
worldState_we1: `Weekend 1`,
|
||||||
worldState_we2: `Weekend 2`,
|
worldState_we2: `Weekend 2`,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user