{
  "Missing argument: {}": "Argument manquant: {}",
  "Failed to get current directory": "Échec de la récupération du répertoire actuel",
  "Invalid path": "Chemin invalide",
  "Not a WASM file": "Pas un fichier WASM",
  "Failed to open file": "Échec de l'ouverture du fichier",
  "Failed to read file": "Échec de la lecture du fichier",
  "Failed to duplicate standard: {:?}": "Échec de la duplication du standard: {:?}",
  "Failed to transfer standard: {:?}": "Échec du transfert du standard: {:?}",
  "Failed to execute: {:?}": "Échec de l'exécution: {:?}",
  "Failed to open standard file: {:?}": "Échec de l'ouverture du fichier standard: {:?}",
  "Failed to spawn task: {:?}": "Échec de la création de la tâche: {:?}",
  "Invalid pointer provided": "Pointeur invalide fourni",
  "Invalid UTF-8 string": "Chaîne UTF-8 invalide",
  "Slice conversion failed: {:?}": "Échec de la conversion de tranche: {:?}",
  "Functionality not implemented": "Fonctionnalité non implémentée",
  "WASM runtime initialization failed": "Échec de l'initialisation du runtime WASM",
  "WASM compilation error: {}": "Erreur de compilation WASM: {}",
  "WASM instantiation failure: {}": "Échec de l'instanciation WASM: {}",
  "WASM instantiation error: {}": "Erreur d'instanciation WASM: {}",
  "WASM execution error: {}": "Erreur d'exécution WASM: {}",
  "Requested function not found in module": "Fonction demandée non trouvée dans le module",
  "Memory allocation failed": "Échec de l'allocation mémoire",
  "Failed to get task information: {:?}": "Échec de la récupération des informations de tâche: {:?}",
  "Mutex or lock is poisoned": "Le mutex ou le verrou est empoisonné",
  "Invalid WASM module format or structure": "Format ou structure de module WASM invalide",
  "Internal runtime error": "Erreur interne du runtime",
  "Invalid thread identifier provided": "Identifiant de thread invalide fourni",
  "Time-related error: {:?}": "Erreur liée au temps: {:?}",
  "Failed to register file context": "Échec de l'enregistrement du contexte de fichier"
}
