chore: cleanups and refactorings for cleaner code

This commit is contained in:
2026-07-18 21:39:16 +02:00
parent b438a99999
commit e5080b7282
63 changed files with 3454 additions and 4093 deletions

View File

@@ -51,6 +51,11 @@ tasks-backgroundTasks = Tâches en arrière-plan
tasks-clearCompleted = Effacer terminé
tasks-noActive = Aucune tâche active
tasks-cancelTask = Annuler la tâche
tasks-statusPending = En attente
tasks-statusRunning = En cours
tasks-statusCompleted = Terminée
tasks-statusFailed = Échec : { $error }
tasks-statusCancelled = Annulée
tasks-triggerTitle = { $running } en cours, { $pending } en attente
app-taskCompleted = Tâche terminée : { $message }
app-taskFailed = Échec de la tâche : { $message }