Add Spanish Translation (#689)

This commit is contained in:
Zillion
2023-06-26 04:45:24 +02:00
committed by GitHub
parent 477361f119
commit cd5bc2efa9

View File

@@ -0,0 +1,81 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="home">Inicio</string>
<string name="home_not_installed">No instalado</string>
<string name="home_click_to_install">Clic para instalar</string>
<string name="home_working">Funcionando</string>
<string name="home_working_version">Versión: %d</string>
<string name="home_superuser_count">Superusuarios: %d</string>
<string name="home_module_count">Módulos: %d</string>
<string name="home_unsupported">No soportado</string>
<string name="home_unsupported_reason">KernelSU ahora solo soporta núcleos GKI</string>
<string name="home_kernel">Núcleo</string>
<string name="home_manager_version">Versión del Manager</string>
<string name="home_fingerprint">Huella</string>
<string name="home_selinux_status">Estado SELinux</string>
<string name="selinux_status_disabled">Desactivado</string>
<string name="selinux_status_enforcing">Obediente</string>
<string name="selinux_status_permissive">Permisivo</string>
<string name="selinux_status_unknown">Desconocido</string>
<string name="superuser">Superusuario</string>
<string name="module_failed_to_enable">Falló al habilitar el módulo: %s</string>
<string name="module_failed_to_disable">Falló al deshabilitar el módulo: %s</string>
<string name="module_empty">Ningún módulo instalado</string>
<string name="module">Módulo</string>
<string name="uninstall">Desinstalar</string>
<string name="module_install">Instalar</string>
<string name="install">Instalar</string>
<string name="reboot">Reiniciar</string>
<string name="settings">Ajustes</string>
<string name="reboot_userspace">Reinicio Suave</string>
<string name="reboot_recovery">Reiniciar al modo recuperación</string>
<string name="reboot_bootloader">Reiniciar al gestor de arranque</string>
<string name="reboot_download">Reiniciar al modo descarga</string>
<string name="reboot_edl">Reiniciar a EDL</string>
<string name="about">Acerca de</string>
<string name="module_uninstall_confirm">¿Está seguro de que desea desinstalar el módulo %s?</string>
<string name="module_uninstall_success">%s desinstalado</string>
<string name="module_uninstall_failed">Falló al desinstalar: %s</string>
<string name="module_version">Versión</string>
<string name="module_author">Autor</string>
<string name="module_overlay_fs_not_available">overlayfs no está disponible, el módulo no puede funcionar!</string>
<string name="refresh">Refrescar</string>
<string name="show_system_apps">Mostrar aplicaciones del sistema</string>
<string name="hide_system_apps">Ocultar aplicaciones del sistema</string>
<string name="send_log">Enviar registro</string>
<string name="safe_mode">Modo seguro</string>
<string name="reboot_to_apply">Reiniciar para tomar efecto</string>
<string name="module_magisk_conflict">Los módulos están deshabilitados porque están en conflicto con Magisk!</string>
<string name="home_learn_kernelsu">Aprender KernelSU</string>
<string name="home_learn_kernelsu_url">https://kernelsu.org/guide/what-is-kernelsu.html</string>
<string name="home_click_to_learn_kernelsu">Descubre cómo instalar KernelSU y usar módulos</string>
<string name="home_support_title">Apoyanos</string>
<string name="home_support_content">KernelSU es, y siempre será, libre y de código abierto. Sin embargo, puede mostrarnos qué le importa haciéndonos una donación.</string>
<string name="about_source_code"><![CDATA[Ver código fuente en %1$s<br/>Únete a nuestro canal de %2$s]]></string>
<string name="profile_default">Predeterminado</string>
<string name="profile_template">Plantilla</string>
<string name="profile_custom">Personalizado</string>
<string name="profile_name">Nombre de perfil</string>
<string name="profile_namespace">Montar espacio de nombres</string>
<string name="profile_namespace_inherited">Heredado</string>
<string name="profile_namespace_global">Global</string>
<string name="profile_namespace_individual">Individual</string>
<string name="profile_groups">Grupos</string>
<string name="profile_capabilities">Capacidades</string>
<string name="profile_selinux_context">Contexto de SELinux</string>
<string name="profile_umount_modules">Desmontar módulos</string>
<string name="failed_to_update_app_profile">No se pudo actualizar el perfil de la aplicación para %s</string>
<string name="require_kernel_version">La versión actual del kernel %d es demasiado baja para que el administrador funcione correctamente. ¡Actualice a la versión %d o superior!</string>
<string name="settings_umount_modules_default">Desmontar módulos por defecto</string>
<string name="settings_umount_modules_default_summary">El valor global predeterminado para "Desmontar módulos" en los Perfiles de las aplicaciones. Si está habilitado, eliminará todas las modificaciones del módulo al sistema para aplicaciones que no tengan un conjunto de perfiles.</string>
<string name="profile_umount_modules_summary">Habilitar esta opción permitirá a KernelSU restaurar cualquier archivo modificado por los módulos para esta aplicación.</string>
<string name="profile_selinux_domain">Dominio</string>
<string name="profile_selinux_rules">Reglas</string>
<string name="module_update">Actualizar</string>
<string name="module_downloading">Descargando módulo: %s</string>
<string name="module_start_downloading">Empezar a descargar: %s</string>
<string name="new_version_available">Nueva versión: %s está disponible, haga clic para descargar</string>
</resources>