modification légères de traduction
This commit is contained in:
@@ -78,7 +78,7 @@ func score_update(with_animation = true):
|
|||||||
var objective_progression : float
|
var objective_progression : float
|
||||||
if GameInfo.game_data.current_region_data.state == RegionData.State.SUCCEEDED:
|
if GameInfo.game_data.current_region_data.state == RegionData.State.SUCCEEDED:
|
||||||
objective_progression = 1.
|
objective_progression = 1.
|
||||||
%ObjectiveProgressBar.text = tr("FILLED")
|
%ObjectiveProgressBar.text = tr("FULL")
|
||||||
else:
|
else:
|
||||||
var objective = GameInfo.game_data.current_region_data.objective
|
var objective = GameInfo.game_data.current_region_data.objective
|
||||||
objective_progression = (float(score_mirror) / max(float(objective), 1))
|
objective_progression = (float(score_mirror) / max(float(objective), 1))
|
||||||
|
|||||||
@@ -185,7 +185,7 @@ MISSION_SUCCEEDED,Mission Succeeded,Mission Réussie
|
|||||||
MISSION_FAILED,Mission Failed,Mission Échouée
|
MISSION_FAILED,Mission Failed,Mission Échouée
|
||||||
MISSION_IN_PROGRESS,Mission In Progress,Mission En Cours
|
MISSION_IN_PROGRESS,Mission In Progress,Mission En Cours
|
||||||
%d_PLANTS,%d plants,%d plantes
|
%d_PLANTS,%d plants,%d plantes
|
||||||
FILLED,Filled,Rempli
|
FULL,Full,Plein
|
||||||
GIVE_UP,Give Up,Abandonner
|
GIVE_UP,Give Up,Abandonner
|
||||||
DESTINATION,Destination,Destination
|
DESTINATION,Destination,Destination
|
||||||
LOCATION,Location,Location
|
LOCATION,Location,Location
|
||||||
|
|||||||
|
Reference in New Issue
Block a user