From 7254ca1ce3ca9717c733fd4eafaeadded3472303 Mon Sep 17 00:00:00 2001 From: Zacharie Guet Date: Sat, 21 Feb 2026 16:12:03 +0100 Subject: [PATCH] =?UTF-8?q?modification=20l=C3=A9g=C3=A8res=20de=20traduct?= =?UTF-8?q?ion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gui/game/scripts/game_gui.gd | 2 +- translation/game/gui.csv | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gui/game/scripts/game_gui.gd b/gui/game/scripts/game_gui.gd index 0a0f87a..5187bd1 100644 --- a/gui/game/scripts/game_gui.gd +++ b/gui/game/scripts/game_gui.gd @@ -78,7 +78,7 @@ func score_update(with_animation = true): var objective_progression : float if GameInfo.game_data.current_region_data.state == RegionData.State.SUCCEEDED: objective_progression = 1. - %ObjectiveProgressBar.text = tr("FILLED") + %ObjectiveProgressBar.text = tr("FULL") else: var objective = GameInfo.game_data.current_region_data.objective objective_progression = (float(score_mirror) / max(float(objective), 1)) diff --git a/translation/game/gui.csv b/translation/game/gui.csv index ad0a1d9..c31bce8 100644 --- a/translation/game/gui.csv +++ b/translation/game/gui.csv @@ -185,7 +185,7 @@ MISSION_SUCCEEDED,Mission Succeeded,Mission Réussie MISSION_FAILED,Mission Failed,Mission Échouée MISSION_IN_PROGRESS,Mission In Progress,Mission En Cours %d_PLANTS,%d plants,%d plantes -FILLED,Filled,Rempli +FULL,Full,Plein GIVE_UP,Give Up,Abandonner DESTINATION,Destination,Destination LOCATION,Location,Location