Translate various texts

This commit is contained in:
Adrien Ufferte
2025-11-18 10:39:00 +01:00
parent eee5ee65e6
commit 6b035db905
3 changed files with 3 additions and 4 deletions
@@ -23,7 +23,7 @@ func _export_begin(features: PackedStringArray, is_debug: bool, path: String, fl
selected_tool = str(editor_settings.get_setting("export_tool_manager/current_tool")).strip_edges()
if selected_tool == "" or not tool_configs.has(selected_tool):
push_error("Outil '%s' non défini dans la configuration." % selected_tool)
push_error("Tool '%s' is not defined in the configuration." % selected_tool)
return
var config = tool_configs[selected_tool]
+1 -1
View File
@@ -1,6 +1,6 @@
[plugin]
name="Export Tool Manager"
description="Permet de changer la scène principale et le nom de l'exécutable selon l'outil choisi"
description="Allows changing the main scene and executable name based on the selected tool"
author="Kalulu Dev"
version="1.0"
script="export_tool_manager_plugin.gd"
+1 -2
View File
@@ -79,8 +79,7 @@ text = "DELETE_ACCOUNT"
[node name="DeletePopup" parent="InterfaceLeft/Container/DeleteButton" instance=ExtResource("7_jetb7")]
unique_name_in_owner = true
visible = false
content_text = "Voulez-vous vraiment supprimer votre compte ?
Cette action est irréversible !"
content_text = "DELETE_ACCOUNT_POPUP"
[node name="LogoutButton" type="Button" parent="InterfaceLeft/Container"]
layout_mode = 2