Skip to content

Commit

Permalink
Translated using Weblate (Spanish)
Browse files Browse the repository at this point in the history
Currently translated at 75.8% (85 of 112 strings)

Translation: MRepo/App
Translate-URL: https://weblate.sanmer.dev/projects/mrepo/app/es/
  • Loading branch information
JesusMaxim authored and weblate committed Mar 30, 2023
1 parent 5d51eb8 commit 642fe05
Showing 1 changed file with 87 additions and 1 deletion.
88 changes: 87 additions & 1 deletion app/src/main/res/values-es/strings.xml
Original file line number Diff line number Diff line change
@@ -1,2 +1,88 @@
<?xml version="1.0" encoding="utf-8"?>
<resources></resources>
<resources>
<string name="device_fingerprint">Huella dactilar</string>
<string name="settings_app_theme_desc">Cambiar modo noche y colores del fondo</string>
<string name="menu_reboot_bootloader">Reiniciar a Bootloader</string>
<string name="settings_log_viewer_desc">Ver los registros de ejecución de la aplicación</string>
<string name="menu_reboot_edl">Reiniciar a EDL</string>
<string name="modules_title_cloud">Nube</string>
<string name="modules_title_updates">Actualizaciones</string>
<string name="modules_title_installed">Instalado</string>
<string name="modules_menu_cloud">Nube</string>
<string name="modules_menu_local">Local</string>
<string name="module_version_author">%1$s por %2$s</string>
<string name="module_author">por %1$s</string>
<string name="module_update">Actualización</string>
<string name="module_remove">Eliminar</string>
<string name="module_restore">Restaurar</string>
<string name="module_install">Instalar</string>
<string name="module_view">Ver</string>
<string name="modules_page_cloud_empty">Repositorios está vacío</string>
<string name="modules_page_installed_empty">No se han encontrado módulos</string>
<string name="modules_page_updates_empty">Todo actualizado</string>
<string name="modules_page_search_empty">Lista vacía</string>
<string name="modules_page_search_placeholder">Buscar…</string>
<string name="view_module_versions">Versiones</string>
<string name="view_module_provided">Proporcionado por %1$s</string>
<string name="view_module_changelog">Registro de cambios</string>
<string name="settings_title_normal">Normal</string>
<string name="settings_app_theme">Temas de la App</string>
<string name="menu_reboot_download">Reiniciar a Download</string>
<string name="settings_translate_desc">Ayúdanos a traducir MRepo a tu idioma</string>
<string name="settings_log_viewer">Visor de registros</string>
<string name="settings_title_app">App</string>
<string name="settings_download_path">Ruta de descarga</string>
<string name="settings_repo">Repositorio</string>
<string name="settings_repo_desc">Gestionar los repositorios de módulos Magisk</string>
<string name="settings_title_others">Otros</string>
<string name="settings_translate">Participar en la Traducción</string>
<string name="settings_bug_tracker">Rastreador de errores</string>
<string name="settings_follow_updates">Seguir las actualizaciones</string>
<string name="settings_follow_updates_desc">Únete a nuestro canal de Telegram</string>
<string name="app_update_package">Paquete: %1$s</string>
<string name="modules_status_repo">Repositorios activados / Todos los repositorios</string>
<string name="modules_status_module">Módulos en local / Módulos en la nube</string>
<string name="device_system_version">Versión del sistema</string>
<string name="device_system_abi">ABI del sistema</string>
<string name="device_security_patch">Parche de seguridad</string>
<string name="device_selinux_status">Estado de SELinux</string>
<string name="selinux_status_disabled">Desactivado</string>
<string name="selinux_status_enforcing">Enforcing</string>
<string name="selinux_status_permissive">Permissive</string>
<string name="about_source_code">Ver código fuente en %1$s</string>
<string name="menu_reboot">Reiniciar</string>
<string name="menu_reboot_userspace">Reinicio suave</string>
<string name="menu_reboot_recovery">Reiniciar a Recovery</string>
<string name="module_download">Descargar</string>
<string name="setup_root_title">Root</string>
<string name="setup_root_desc1">Requiere acceso Root desde Magisk o KernelSU(KSU),</string>
<string name="setup_root_desc2">Disponible: funcionalidad completa</string>
<string name="setup_non_root_title">Sin Root</string>
<string name="setup_non_root_desc2">Disponible: descargar módulo</string>
<string name="activity_install_label">Instalador de módulos</string>
<string name="install_title">Instalar</string>
<string name="install_flashing">Flasheando</string>
<string name="install_done">Hecho</string>
<string name="install_failure">Fallida</string>
<string name="install_reboot">Reiniciar</string>
<string name="license_title">Ver licencia</string>
<string name="license_osi_approved">Aprobado por OSI</string>
<string name="license_fsf_libre">FSF Libre</string>
<string name="page_modules">Módulos</string>
<string name="page_settings">Configuración</string>
<string name="page_view_module">Ver Módulo</string>
<string name="root_status_access">Acceso Root: %1$s</string>
<string name="root_status_provider">Proveedor: %1$s</string>
<string name="root_status_granted">Concedido</string>
<string name="root_status_not_available">No disponible</string>
<string name="root_status_none">Ninguno</string>
<string name="app_update_latest">Última: %1$s</string>
<string name="app_update_installed">Instalado: %1$s</string>
<string name="setup_mode">Modo de trabajo</string>
<string name="setup_non_root_desc1">No requiere acceso Root</string>
<string name="page_home">Vista general</string>
<string name="non_root_desc">La funcionalidad es limitada</string>
<string name="modules_version_dialog_desc">¿Desea %1$s o descargar esta versión del módulo\?</string>
<string name="app_theme_example">Ejemplo</string>
<string name="app_theme_palette">Colores del fondo</string>
</resources>

0 comments on commit 642fe05

Please sign in to comment.