Compare commits

..

7 Commits

Author SHA1 Message Date
6b3aa11ec1 almost all tactical alerts after star cart 3.0
All checks were successful
Build / build (pull_request) Successful in 1m7s
2025-08-12 17:33:43 +02:00
e1ce06de4d Update config-vanilla.json 2025-08-12 17:33:25 +02:00
dea422887b fogot about webui 2025-08-12 17:33:25 +02:00
3bdb15b236 rename waterFight to dogDays 2025-08-12 17:33:25 +02:00
4d29fb634a feat: dog days
Re #1103
2025-08-12 17:33:25 +02:00
9cc0c76ef5 chore(webui): omit conclave from supported syndicates (#2608)
All checks were successful
Build / build (push) Successful in 1m3s
Build Docker image / docker-arm64 (push) Successful in 58s
Build Docker image / docker-amd64 (push) Successful in 56s
Reviewed-on: #2608
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
2025-08-12 06:32:41 -07:00
2a4488d1dd chore(webui): update fr (#2609)
Some checks failed
Build Docker image / docker-amd64 (push) Waiting to run
Build / build (push) Has been cancelled
Build Docker image / docker-arm64 (push) Has been cancelled
Reviewed-on: #2609
Co-authored-by: Vitruvio <vitruvio@noreply.localhost>
Co-committed-by: Vitruvio <vitruvio@noreply.localhost>
2025-08-12 06:32:27 -07:00
2 changed files with 8 additions and 5 deletions

View File

@ -505,6 +505,9 @@ function fetchItemList() {
uniqueLevelCaps = items;
} else if (type == "Syndicates") {
items.forEach(item => {
if (item.uniqueName === "ConclaveSyndicate") {
return;
}
if (item.uniqueName.startsWith("RadioLegion")) {
item.name += " (" + item.uniqueName + ")";
}

View File

@ -156,8 +156,8 @@ dict = {
invigorations_defensiveLabel: `Amélioration défensive`,
invigorations_expiryLabel: `Expiration de l'invigoration (optionnel)`,
abilityOverride_label: `[UNTRANSLATED] Ability Override`,
abilityOverride_onSlot: `[UNTRANSLATED] on slot`,
abilityOverride_label: `Remplacement de pouvoir`,
abilityOverride_onSlot: `Sur l'emplacement`,
mods_addRiven: `Ajouter un riven`,
mods_fingerprint: `Empreinte`,
@ -242,8 +242,8 @@ dict = {
worldState_creditBoost: `Booster de Crédit`,
worldState_affinityBoost: `Booster d'Affinité`,
worldState_resourceBoost: `Booster de Ressource`,
worldState_tennoLiveRelay: `[UNTRANSLATED] TennoLive Relay`,
worldState_baroTennoConRelay: `[UNTRANSLATED] Baro's TennoCon Relay`,
worldState_tennoLiveRelay: `Relais TennoLive`,
worldState_baroTennoConRelay: `Relais Baro TennoCon`,
worldState_starDays: `Jours Stellaires`,
worldState_galleonOfGhouls: `Galion des Goules`,
worldState_ghoulEmergence: `Purge des Goules`,
@ -267,7 +267,7 @@ dict = {
worldState_from_2015: `[UNTRANSLATED] from 2015`,
worldState_note: `[UNTRANSLATED] Note`,
worldState_incompatibleWith: `[UNTRANSLATED] Incompatible with:`,
enabled: `[UNTRANSLATED] Enabled`,
enabled: `Activé`,
disabled: `Désactivé`,
worldState_we1: `Weekend 1`,
worldState_we2: `Weekend 2`,