feat: add current file tracking during installation and update UI to display it

This commit is contained in:
Erkan IŞIK
2026-06-04 11:52:12 +03:00
parent d7065dcb59
commit 611d6b8cb9
7 changed files with 94 additions and 25 deletions
+1
View File
@@ -90,6 +90,7 @@ finish_title = "Installation Complete"
# ── Execution (extra) ─────────────────────────────────────
install_failed = "Installation failed"
install_done = "Installation complete! Click Next to continue."
install_current_file = "Current file"
retry_install = "Retry"
finish_next = "Finish →"
+1
View File
@@ -89,6 +89,7 @@ finish_title = "Kurulum Tamamlandı"
# ── Execution (ek) ────────────────────────────────────────
install_failed = "Kurulum başarısız"
install_done = "Kurulum tamamlandı! Devam etmek için İleri'ye basın."
install_current_file = "İşlemdeki dosya"
retry_install = "Yeniden Dene"
finish_next = "Tamamlandı →"