Skip to content

Commit 7822bfd

Browse files
committed
mise a niveau des langues
1 parent a76094e commit 7822bfd

11 files changed

Lines changed: 396 additions & 22 deletions

File tree

languages/af.json

Lines changed: 36 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,39 @@
4848
"label_workspace_status_none": "Werkruimte: Geen",
4949
"file_filter_placeholder": "Filter lys…",
5050
"btn_clear_workspace": "🧹 Maak werkruimte skoon",
51-
"tt_clear_workspace": "Maak die lêerlys skoon en herstel die keuse."
52-
}
51+
"tt_clear_workspace": "Maak die lêerlys skoon en herstel die keuse.",
52+
"btn_select_icon": "🎨 Choose icon (.ico)",
53+
"btn_nuitka_icon": "🎨 Choose icon (.ico) Nuitka",
54+
"tab_pyinstaller": "PyInstaller",
55+
"tab_nuitka": "Nuitka",
56+
"tab_cx_freeze": "CX_Freeze",
57+
"opt_onefile": "Onefile",
58+
"opt_windowed": "Windowed",
59+
"opt_noconfirm": "No confirm",
60+
"opt_clean": "Clean build",
61+
"opt_noupx": "No UPX",
62+
"opt_main_only": "Main only",
63+
"opt_debug": "Debug",
64+
"opt_auto_install": "Auto install",
65+
"opt_silent_errors": "Silent errors",
66+
"nuitka_onefile": "Onefile",
67+
"nuitka_standalone": "Standalone",
68+
"nuitka_disable_console": "Disable console",
69+
"nuitka_show_progress": "Show progress",
70+
"cx_onefile": "Onefile",
71+
"cx_console": "Console",
72+
"nuitka_output_dir": "Output directory",
73+
"tt_select_icon": "Choose an icon file for the executable.",
74+
"tt_nuitka_icon": "Choose an icon file for Nuitka output.",
75+
"tt_output_dir": "Output directory for build artifacts.",
76+
"tt_opt_onefile": "Build into a single executable.",
77+
"tt_opt_windowed": "Hide the console window.",
78+
"tt_opt_noconfirm": "Overwrite output without confirmation.",
79+
"tt_opt_clean": "Clean build caches before compiling.",
80+
"tt_opt_noupx": "Disable UPX compression.",
81+
"tt_opt_main_only": "Build only the main script.",
82+
"tt_opt_debug": "Enable debug mode in the build.",
83+
"tt_opt_auto_install": "Auto install missing dependencies.",
84+
"tt_opt_silent_errors": "Suppress error dialogs.",
85+
"tt_nuitka_disable_console": "Disable console window for Nuitka builds."
86+
}

languages/de.json

Lines changed: 36 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,39 @@
4848
"label_workspace_status_none": "Arbeitsbereich: Kein",
4949
"file_filter_placeholder": "Liste filtern…",
5050
"btn_clear_workspace": "🧹 Workspace leeren",
51-
"tt_clear_workspace": "Dateiliste leeren und Auswahl zurücksetzen."
52-
}
51+
"tt_clear_workspace": "Dateiliste leeren und Auswahl zurücksetzen.",
52+
"btn_select_icon": "🎨 Choose icon (.ico)",
53+
"btn_nuitka_icon": "🎨 Choose icon (.ico) Nuitka",
54+
"tab_pyinstaller": "PyInstaller",
55+
"tab_nuitka": "Nuitka",
56+
"tab_cx_freeze": "CX_Freeze",
57+
"opt_onefile": "Onefile",
58+
"opt_windowed": "Windowed",
59+
"opt_noconfirm": "No confirm",
60+
"opt_clean": "Clean build",
61+
"opt_noupx": "No UPX",
62+
"opt_main_only": "Main only",
63+
"opt_debug": "Debug",
64+
"opt_auto_install": "Auto install",
65+
"opt_silent_errors": "Silent errors",
66+
"nuitka_onefile": "Onefile",
67+
"nuitka_standalone": "Standalone",
68+
"nuitka_disable_console": "Disable console",
69+
"nuitka_show_progress": "Show progress",
70+
"cx_onefile": "Onefile",
71+
"cx_console": "Console",
72+
"nuitka_output_dir": "Output directory",
73+
"tt_select_icon": "Choose an icon file for the executable.",
74+
"tt_nuitka_icon": "Choose an icon file for Nuitka output.",
75+
"tt_output_dir": "Output directory for build artifacts.",
76+
"tt_opt_onefile": "Build into a single executable.",
77+
"tt_opt_windowed": "Hide the console window.",
78+
"tt_opt_noconfirm": "Overwrite output without confirmation.",
79+
"tt_opt_clean": "Clean build caches before compiling.",
80+
"tt_opt_noupx": "Disable UPX compression.",
81+
"tt_opt_main_only": "Build only the main script.",
82+
"tt_opt_debug": "Enable debug mode in the build.",
83+
"tt_opt_auto_install": "Auto install missing dependencies.",
84+
"tt_opt_silent_errors": "Suppress error dialogs.",
85+
"tt_nuitka_disable_console": "Disable console window for Nuitka builds."
86+
}

languages/en.json

Lines changed: 36 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,39 @@
4848
"label_workspace_status_none": "Workspace: None",
4949
"file_filter_placeholder": "Filter list…",
5050
"btn_clear_workspace": "🧹 Clear workspace",
51-
"tt_clear_workspace": "Clear the file list and reset the selection."
52-
}
51+
"tt_clear_workspace": "Clear the file list and reset the selection.",
52+
"btn_select_icon": "🎨 Choose icon (.ico)",
53+
"btn_nuitka_icon": "🎨 Choose icon (.ico) Nuitka",
54+
"tab_pyinstaller": "PyInstaller",
55+
"tab_nuitka": "Nuitka",
56+
"tab_cx_freeze": "CX_Freeze",
57+
"opt_onefile": "Onefile",
58+
"opt_windowed": "Windowed",
59+
"opt_noconfirm": "No confirm",
60+
"opt_clean": "Clean build",
61+
"opt_noupx": "No UPX",
62+
"opt_main_only": "Main only",
63+
"opt_debug": "Debug",
64+
"opt_auto_install": "Auto install",
65+
"opt_silent_errors": "Silent errors",
66+
"nuitka_onefile": "Onefile",
67+
"nuitka_standalone": "Standalone",
68+
"nuitka_disable_console": "Disable console",
69+
"nuitka_show_progress": "Show progress",
70+
"cx_onefile": "Onefile",
71+
"cx_console": "Console",
72+
"nuitka_output_dir": "Output directory",
73+
"tt_select_icon": "Choose an icon file for the executable.",
74+
"tt_nuitka_icon": "Choose an icon file for Nuitka output.",
75+
"tt_output_dir": "Output directory for build artifacts.",
76+
"tt_opt_onefile": "Build into a single executable.",
77+
"tt_opt_windowed": "Hide the console window.",
78+
"tt_opt_noconfirm": "Overwrite output without confirmation.",
79+
"tt_opt_clean": "Clean build caches before compiling.",
80+
"tt_opt_noupx": "Disable UPX compression.",
81+
"tt_opt_main_only": "Build only the main script.",
82+
"tt_opt_debug": "Enable debug mode in the build.",
83+
"tt_opt_auto_install": "Auto install missing dependencies.",
84+
"tt_opt_silent_errors": "Suppress error dialogs.",
85+
"tt_nuitka_disable_console": "Disable console window for Nuitka builds."
86+
}

languages/es.json

Lines changed: 36 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,39 @@
4848
"label_workspace_status_none": "Espacio de trabajo: Ninguno",
4949
"file_filter_placeholder": "Filtrar lista…",
5050
"btn_clear_workspace": "🧹 Limpiar workspace",
51-
"tt_clear_workspace": "Vaciar la lista de archivos y reiniciar la selección."
52-
}
51+
"tt_clear_workspace": "Vaciar la lista de archivos y reiniciar la selección.",
52+
"btn_select_icon": "🎨 Choose icon (.ico)",
53+
"btn_nuitka_icon": "🎨 Choose icon (.ico) Nuitka",
54+
"tab_pyinstaller": "PyInstaller",
55+
"tab_nuitka": "Nuitka",
56+
"tab_cx_freeze": "CX_Freeze",
57+
"opt_onefile": "Onefile",
58+
"opt_windowed": "Windowed",
59+
"opt_noconfirm": "No confirm",
60+
"opt_clean": "Clean build",
61+
"opt_noupx": "No UPX",
62+
"opt_main_only": "Main only",
63+
"opt_debug": "Debug",
64+
"opt_auto_install": "Auto install",
65+
"opt_silent_errors": "Silent errors",
66+
"nuitka_onefile": "Onefile",
67+
"nuitka_standalone": "Standalone",
68+
"nuitka_disable_console": "Disable console",
69+
"nuitka_show_progress": "Show progress",
70+
"cx_onefile": "Onefile",
71+
"cx_console": "Console",
72+
"nuitka_output_dir": "Output directory",
73+
"tt_select_icon": "Choose an icon file for the executable.",
74+
"tt_nuitka_icon": "Choose an icon file for Nuitka output.",
75+
"tt_output_dir": "Output directory for build artifacts.",
76+
"tt_opt_onefile": "Build into a single executable.",
77+
"tt_opt_windowed": "Hide the console window.",
78+
"tt_opt_noconfirm": "Overwrite output without confirmation.",
79+
"tt_opt_clean": "Clean build caches before compiling.",
80+
"tt_opt_noupx": "Disable UPX compression.",
81+
"tt_opt_main_only": "Build only the main script.",
82+
"tt_opt_debug": "Enable debug mode in the build.",
83+
"tt_opt_auto_install": "Auto install missing dependencies.",
84+
"tt_opt_silent_errors": "Suppress error dialogs.",
85+
"tt_nuitka_disable_console": "Disable console window for Nuitka builds."
86+
}

languages/fr.json

Lines changed: 36 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,39 @@
4848
"label_workspace_status_none": "Espace de travail : Aucun",
4949
"file_filter_placeholder": "Filtrer la liste…",
5050
"btn_clear_workspace": "🧹 Vider le workspace",
51-
"tt_clear_workspace": "Vider la liste des fichiers et réinitialiser la sélection."
52-
}
51+
"tt_clear_workspace": "Vider la liste des fichiers et réinitialiser la sélection.",
52+
"btn_select_icon": "🎨 Choisir une icône (.ico)",
53+
"btn_nuitka_icon": "🎨 Choisir une icône (.ico) Nuitka",
54+
"tab_pyinstaller": "PyInstaller",
55+
"tab_nuitka": "Nuitka",
56+
"tab_cx_freeze": "CX_Freeze",
57+
"opt_onefile": "Un seul fichier",
58+
"opt_windowed": "Fenêtré",
59+
"opt_noconfirm": "Sans confirmation",
60+
"opt_clean": "Nettoyage",
61+
"opt_noupx": "Sans UPX",
62+
"opt_main_only": "Fichier principal",
63+
"opt_debug": "Débogage",
64+
"opt_auto_install": "Installation auto",
65+
"opt_silent_errors": "Erreurs silencieuses",
66+
"nuitka_onefile": "Un seul fichier",
67+
"nuitka_standalone": "Autonome",
68+
"nuitka_disable_console": "Désactiver la console",
69+
"nuitka_show_progress": "Afficher la progression",
70+
"cx_onefile": "Un seul fichier",
71+
"cx_console": "Console",
72+
"nuitka_output_dir": "Dossier de sortie",
73+
"tt_select_icon": "Choisir un fichier icône pour l’exécutable.",
74+
"tt_nuitka_icon": "Choisir une icône pour la sortie Nuitka.",
75+
"tt_output_dir": "Dossier de sortie de la compilation.",
76+
"tt_opt_onefile": "Construire un seul exécutable.",
77+
"tt_opt_windowed": "Masquer la fenêtre console.",
78+
"tt_opt_noconfirm": "Écraser la sortie sans confirmation.",
79+
"tt_opt_clean": "Nettoyer le cache avant compilation.",
80+
"tt_opt_noupx": "Désactiver la compression UPX.",
81+
"tt_opt_main_only": "Compiler uniquement le fichier principal.",
82+
"tt_opt_debug": "Activer le mode débogage.",
83+
"tt_opt_auto_install": "Installer automatiquement les dépendances manquantes.",
84+
"tt_opt_silent_errors": "Masquer les boîtes d’erreur.",
85+
"tt_nuitka_disable_console": "Désactiver la console pour Nuitka."
86+
}

languages/it.json

Lines changed: 36 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,39 @@
4848
"label_workspace_status_none": "Spazio di lavoro: Nessuno",
4949
"file_filter_placeholder": "Filtra elenco…",
5050
"btn_clear_workspace": "🧹 Pulisci workspace",
51-
"tt_clear_workspace": "Svuota l’elenco dei file e reimposta la selezione."
52-
}
51+
"tt_clear_workspace": "Svuota l’elenco dei file e reimposta la selezione.",
52+
"btn_select_icon": "🎨 Choose icon (.ico)",
53+
"btn_nuitka_icon": "🎨 Choose icon (.ico) Nuitka",
54+
"tab_pyinstaller": "PyInstaller",
55+
"tab_nuitka": "Nuitka",
56+
"tab_cx_freeze": "CX_Freeze",
57+
"opt_onefile": "Onefile",
58+
"opt_windowed": "Windowed",
59+
"opt_noconfirm": "No confirm",
60+
"opt_clean": "Clean build",
61+
"opt_noupx": "No UPX",
62+
"opt_main_only": "Main only",
63+
"opt_debug": "Debug",
64+
"opt_auto_install": "Auto install",
65+
"opt_silent_errors": "Silent errors",
66+
"nuitka_onefile": "Onefile",
67+
"nuitka_standalone": "Standalone",
68+
"nuitka_disable_console": "Disable console",
69+
"nuitka_show_progress": "Show progress",
70+
"cx_onefile": "Onefile",
71+
"cx_console": "Console",
72+
"nuitka_output_dir": "Output directory",
73+
"tt_select_icon": "Choose an icon file for the executable.",
74+
"tt_nuitka_icon": "Choose an icon file for Nuitka output.",
75+
"tt_output_dir": "Output directory for build artifacts.",
76+
"tt_opt_onefile": "Build into a single executable.",
77+
"tt_opt_windowed": "Hide the console window.",
78+
"tt_opt_noconfirm": "Overwrite output without confirmation.",
79+
"tt_opt_clean": "Clean build caches before compiling.",
80+
"tt_opt_noupx": "Disable UPX compression.",
81+
"tt_opt_main_only": "Build only the main script.",
82+
"tt_opt_debug": "Enable debug mode in the build.",
83+
"tt_opt_auto_install": "Auto install missing dependencies.",
84+
"tt_opt_silent_errors": "Suppress error dialogs.",
85+
"tt_nuitka_disable_console": "Disable console window for Nuitka builds."
86+
}

languages/ja.json

Lines changed: 36 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,39 @@
4848
"label_workspace_status_none": "ワークスペース: なし",
4949
"file_filter_placeholder": "リストを絞り込み…",
5050
"btn_clear_workspace": "🧹 ワークスペースをクリア",
51-
"tt_clear_workspace": "ファイル一覧をクリアして選択をリセットします。"
52-
}
51+
"tt_clear_workspace": "ファイル一覧をクリアして選択をリセットします。",
52+
"btn_select_icon": "🎨 Choose icon (.ico)",
53+
"btn_nuitka_icon": "🎨 Choose icon (.ico) Nuitka",
54+
"tab_pyinstaller": "PyInstaller",
55+
"tab_nuitka": "Nuitka",
56+
"tab_cx_freeze": "CX_Freeze",
57+
"opt_onefile": "Onefile",
58+
"opt_windowed": "Windowed",
59+
"opt_noconfirm": "No confirm",
60+
"opt_clean": "Clean build",
61+
"opt_noupx": "No UPX",
62+
"opt_main_only": "Main only",
63+
"opt_debug": "Debug",
64+
"opt_auto_install": "Auto install",
65+
"opt_silent_errors": "Silent errors",
66+
"nuitka_onefile": "Onefile",
67+
"nuitka_standalone": "Standalone",
68+
"nuitka_disable_console": "Disable console",
69+
"nuitka_show_progress": "Show progress",
70+
"cx_onefile": "Onefile",
71+
"cx_console": "Console",
72+
"nuitka_output_dir": "Output directory",
73+
"tt_select_icon": "Choose an icon file for the executable.",
74+
"tt_nuitka_icon": "Choose an icon file for Nuitka output.",
75+
"tt_output_dir": "Output directory for build artifacts.",
76+
"tt_opt_onefile": "Build into a single executable.",
77+
"tt_opt_windowed": "Hide the console window.",
78+
"tt_opt_noconfirm": "Overwrite output without confirmation.",
79+
"tt_opt_clean": "Clean build caches before compiling.",
80+
"tt_opt_noupx": "Disable UPX compression.",
81+
"tt_opt_main_only": "Build only the main script.",
82+
"tt_opt_debug": "Enable debug mode in the build.",
83+
"tt_opt_auto_install": "Auto install missing dependencies.",
84+
"tt_opt_silent_errors": "Suppress error dialogs.",
85+
"tt_nuitka_disable_console": "Disable console window for Nuitka builds."
86+
}

languages/ko.json

Lines changed: 36 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,39 @@
4848
"label_workspace_status_none": "워크스페이스: 없음",
4949
"file_filter_placeholder": "목록 필터…",
5050
"btn_clear_workspace": "🧹 워크스페이스 비우기",
51-
"tt_clear_workspace": "파일 목록을 비우고 선택을 초기화합니다."
52-
}
51+
"tt_clear_workspace": "파일 목록을 비우고 선택을 초기화합니다.",
52+
"btn_select_icon": "🎨 Choose icon (.ico)",
53+
"btn_nuitka_icon": "🎨 Choose icon (.ico) Nuitka",
54+
"tab_pyinstaller": "PyInstaller",
55+
"tab_nuitka": "Nuitka",
56+
"tab_cx_freeze": "CX_Freeze",
57+
"opt_onefile": "Onefile",
58+
"opt_windowed": "Windowed",
59+
"opt_noconfirm": "No confirm",
60+
"opt_clean": "Clean build",
61+
"opt_noupx": "No UPX",
62+
"opt_main_only": "Main only",
63+
"opt_debug": "Debug",
64+
"opt_auto_install": "Auto install",
65+
"opt_silent_errors": "Silent errors",
66+
"nuitka_onefile": "Onefile",
67+
"nuitka_standalone": "Standalone",
68+
"nuitka_disable_console": "Disable console",
69+
"nuitka_show_progress": "Show progress",
70+
"cx_onefile": "Onefile",
71+
"cx_console": "Console",
72+
"nuitka_output_dir": "Output directory",
73+
"tt_select_icon": "Choose an icon file for the executable.",
74+
"tt_nuitka_icon": "Choose an icon file for Nuitka output.",
75+
"tt_output_dir": "Output directory for build artifacts.",
76+
"tt_opt_onefile": "Build into a single executable.",
77+
"tt_opt_windowed": "Hide the console window.",
78+
"tt_opt_noconfirm": "Overwrite output without confirmation.",
79+
"tt_opt_clean": "Clean build caches before compiling.",
80+
"tt_opt_noupx": "Disable UPX compression.",
81+
"tt_opt_main_only": "Build only the main script.",
82+
"tt_opt_debug": "Enable debug mode in the build.",
83+
"tt_opt_auto_install": "Auto install missing dependencies.",
84+
"tt_opt_silent_errors": "Suppress error dialogs.",
85+
"tt_nuitka_disable_console": "Disable console window for Nuitka builds."
86+
}

languages/pt-BR.json

Lines changed: 36 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,39 @@
4848
"label_workspace_status_none": "Área de trabalho: Nenhum",
4949
"file_filter_placeholder": "Filtrar lista…",
5050
"btn_clear_workspace": "🧹 Limpar workspace",
51-
"tt_clear_workspace": "Limpar a lista de arquivos e redefinir a seleção."
52-
}
51+
"tt_clear_workspace": "Limpar a lista de arquivos e redefinir a seleção.",
52+
"btn_select_icon": "🎨 Choose icon (.ico)",
53+
"btn_nuitka_icon": "🎨 Choose icon (.ico) Nuitka",
54+
"tab_pyinstaller": "PyInstaller",
55+
"tab_nuitka": "Nuitka",
56+
"tab_cx_freeze": "CX_Freeze",
57+
"opt_onefile": "Onefile",
58+
"opt_windowed": "Windowed",
59+
"opt_noconfirm": "No confirm",
60+
"opt_clean": "Clean build",
61+
"opt_noupx": "No UPX",
62+
"opt_main_only": "Main only",
63+
"opt_debug": "Debug",
64+
"opt_auto_install": "Auto install",
65+
"opt_silent_errors": "Silent errors",
66+
"nuitka_onefile": "Onefile",
67+
"nuitka_standalone": "Standalone",
68+
"nuitka_disable_console": "Disable console",
69+
"nuitka_show_progress": "Show progress",
70+
"cx_onefile": "Onefile",
71+
"cx_console": "Console",
72+
"nuitka_output_dir": "Output directory",
73+
"tt_select_icon": "Choose an icon file for the executable.",
74+
"tt_nuitka_icon": "Choose an icon file for Nuitka output.",
75+
"tt_output_dir": "Output directory for build artifacts.",
76+
"tt_opt_onefile": "Build into a single executable.",
77+
"tt_opt_windowed": "Hide the console window.",
78+
"tt_opt_noconfirm": "Overwrite output without confirmation.",
79+
"tt_opt_clean": "Clean build caches before compiling.",
80+
"tt_opt_noupx": "Disable UPX compression.",
81+
"tt_opt_main_only": "Build only the main script.",
82+
"tt_opt_debug": "Enable debug mode in the build.",
83+
"tt_opt_auto_install": "Auto install missing dependencies.",
84+
"tt_opt_silent_errors": "Suppress error dialogs.",
85+
"tt_nuitka_disable_console": "Disable console window for Nuitka builds."
86+
}

0 commit comments

Comments
 (0)