Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build Windows EXE

on:
push:
branches: [main]
branches: [main, v2-dev]
workflow_dispatch:

permissions:
Expand Down
18 changes: 18 additions & 0 deletions langs/en.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"🗑️ Effacer la console": "🗑️ Clear console",
"💾 Exporter Rapport": "💾 Export Report",
"🔄 Mises à jour": "🔄 Check Updates",
"Mode Sombre": "Dark Mode",
"🛠️ Système": "🛠️ System",
"⚡ Optimisation": "⚡ Optimization",
"🛡️ Sécurité": "🛡️ Security",
"🌐 Réseau & Nettoyage": "🌐 Network & Cleanup",
"🧰 Utilitaires": "🧰 Utilities",
"✅ Prêt à analyser": "✅ Ready to analyze",
"Bienvenue dans Windows Repair Toolkit - Édition Pro.": "Welcome to Windows Repair Toolkit - Pro Edition.",
"Initialisation terminée. Choisissez une action dans les onglets ci-dessus.": "Initialization complete. Choose an action from the tabs above.",
"1. Scan SFC": "1. SFC Scan",
"Vérifie l'intégrité et répare les fichiers système corrompus de Windows.": "Checks integrity and repairs corrupted Windows system files.",
"2. Réparer Image (DISM)": "2. Repair Image (DISM)",
"Répare l'image système globale de Windows via Windows Update.": "Repairs the overall Windows system image via Windows Update."
}
1 change: 1 addition & 0 deletions langs/fr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
Loading
Loading