changement de la traduction "pas d'énergie" en "plus d'énergie"

This commit is contained in:
2026-02-26 19:52:26 +01:00
parent 34a8273063
commit 6a0e7c6ca7
2 changed files with 3 additions and 2 deletions

View File

@@ -131,7 +131,6 @@ func update_dashboard():
dashboard.main_screen_icon = TAKE_OFF_ICON dashboard.main_screen_icon = TAKE_OFF_ICON
dashboard.main_screen_label = tr("TAKE_OFF") dashboard.main_screen_label = tr("TAKE_OFF")
dashboard.main_screen_interactable = can_take_off dashboard.main_screen_interactable = can_take_off
dashboard.status_text = "" if can_take_off else tr("NOT_ENOUGH_ENEGY")
dashboard.left_destination = null dashboard.left_destination = null
dashboard.right_destination = null dashboard.right_destination = null
@@ -141,3 +140,5 @@ func update_dashboard():
dashboard.destination_title_label = tr("LOCATION") dashboard.destination_title_label = tr("LOCATION")
dashboard.destination_label = current_region_data.region_name dashboard.destination_label = current_region_data.region_name
dashboard.destination_longitude = float(current_region_data.region_level) / RunData.RUN_POINT_MAX_LEVEL dashboard.destination_longitude = float(current_region_data.region_level) / RunData.RUN_POINT_MAX_LEVEL
dashboard.status_text = "" if can_take_off else tr("NO_MORE_ENERGY")

View File

@@ -187,7 +187,7 @@ DESTINATION,Destination,Destination
LOCATION,Location,Location LOCATION,Location,Location
LAND_SHIP,Land Ship,Atterrir LAND_SHIP,Land Ship,Atterrir
TAKE_OFF,Take Off,Décoller TAKE_OFF,Take Off,Décoller
NOT_ENOUGH_ENEGY,Not enough energy,Pas assez d'énergie NO_MORE_ENERGY,No more energy,Plus assez d'énergie
CHOOSE_DESTINATION,Choose destination,Choisissez la destination CHOOSE_DESTINATION,Choose destination,Choisissez la destination
THANKS_FOR_PLAYING,Thanks for playing to the demo!,Merci davoir joué à la démo ! THANKS_FOR_PLAYING,Thanks for playing to the demo!,Merci davoir joué à la démo !
JOIN_OUR_INSTAGRAM,Join our Instagram,Rejoins-nous sur Instagram JOIN_OUR_INSTAGRAM,Join our Instagram,Rejoins-nous sur Instagram
1 keys en fr
187 DEV_AND_GAME_DESIGN Development and Game Design Développement et Game Design
188 WRITING_DEV_AND_GAME_DESIGN Writing, Development and Game Design Écriture, Développement et Game Design
189 MUSIC_SOUND_DESIGN_AND_WRITING Music, Sound design and Wrinting Musique, Sons et Écriture
190 COMMUNICATION Communication Communication
191 SPLASH_ART Splash Art Splash Art
192 TRAILER Trailer Trailer
193 CREDITS Credits Crédits