Skip to content
Open
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
Binary file added gui-hosts-app/Image_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gui-hosts-app/Image_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
43 changes: 43 additions & 0 deletions gui-hosts-app/lang/en.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"app_title": "🛡️ Hosts Generator",
"app_subtitle": "Custom hosts file generator",
"last_update": "Last update",
"open_folder": "📁 Open Folder",
"update": "🔄 Update",
"language": "🌐 Language",
"step1_title": "Hosts Sources",
"step1_description": "Download hosts sources from trusted repositories",
"checking_sources": "Checking sources...",
"download_sources": "📥 Download Sources",
"update_sources": "🔄 Update Sources",
"downloading": "Downloading...",
"preparing_download": "Preparing download...",
"step2_title": "Select Extensions",
"step2_description": "Choose which categories of sites to block",
"select_all": "✅ Select All",
"clear_all": "❌ Clear All",
"generate_title": "Generate Hosts File",
"generate_description": "Create your custom hosts file with selected extensions",
"generate_button": "⚙️ Generate Hosts File",
"generating": "Generating...",
"output_files": "Generated Files",
"no_files_generated": "No files generated yet",
"generate_first_file": "Generate your first hosts file",
"available": "✅ Available",
"missing": "❌ Missing",
"not_available": "Not available",
"all_sources_available": "✅ All sources available",
"missing_sources": "⚠️ Missing {count} sources",
"sources_downloaded": "✅ Sources downloaded successfully",
"sources_updated": "✅ Sources updated successfully",
"download_error": "❌ Download error",
"data_updated": "✅ Data updated",
"file_generated": "✅ File generated",
"select_extension_warning": "⚠️ Select at least one extension",
"error": "Error",
"base_hosts_desc": "Base hosts (adware + malware)",
"fakenews_desc": "Fake news sites",
"gambling_desc": "Gambling sites",
"porn_desc": "Adult content sites",
"social_desc": "Social media sites"
}
43 changes: 43 additions & 0 deletions gui-hosts-app/lang/es.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"app_title": "🛡️ Host Generator",
"app_subtitle": "Generador de archivos hosts personalizados",
"last_update": "Última actualización",
"open_folder": "📁 Abrir Carpeta",
"update": "🔄 Actualizar",
"language": "🌐 Idioma",
"step1_title": "Fuentes de Hosts",
"step1_description": "Descarga las fuentes de hosts desde repositorios confiables",
"checking_sources": "Verificando fuentes...",
"download_sources": "📥 Descargar Fuentes",
"update_sources": "🔄 Actualizar Fuentes",
"downloading": "Descargando...",
"preparing_download": "Preparando descarga...",
"step2_title": "Seleccionar Extensiones",
"step2_description": "Elige qué categorías de sitios bloquear",
"select_all": "✅ Seleccionar Todo",
"clear_all": "❌ Limpiar Todo",
"generate_title": "Generar Archivo Hosts",
"generate_description": "Crea tu archivo hosts personalizado con las extensiones seleccionadas",
"generate_button": "⚙️ Generar Archivo Hosts",
"generating": "Generando...",
"output_files": "Archivos Generados",
"no_files_generated": "No hay archivos generados aún",
"generate_first_file": "Genera tu primer archivo hosts",
"available": "✅ Disponible",
"missing": "❌ Faltante",
"not_available": "No disponible",
"all_sources_available": "✅ Todas las fuentes disponibles",
"missing_sources": "⚠️ Faltan {count} fuentes",
"sources_downloaded": "✅ Fuentes descargadas exitosamente",
"sources_updated": "✅ Fuentes actualizadas exitosamente",
"download_error": "❌ Error en la descarga",
"data_updated": "✅ Datos actualizados",
"file_generated": "✅ Archivo generado",
"select_extension_warning": "⚠️ Selecciona al menos una extensión",
"error": "Error",
"base_hosts_desc": "Base hosts (adware + malware)",
"fakenews_desc": "Sitios de noticias falsas",
"gambling_desc": "Sitios de apuestas",
"porn_desc": "Contenido para adultos",
"social_desc": "Redes sociales"
}
Loading
Loading