Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit 8197ecd

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 7356d7c + 36fb408 commit 8197ecd

File tree

2 files changed

+71
-2
lines changed

2 files changed

+71
-2
lines changed

app/src/main/res/values-es-rMX/strings.xml

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<string name="failed_download">No fue posible descargar el archivo.</string>
1111
<string name="slow_modules">Los módulos tardaron mucho en iniciar, considere eliminar algunos.</string>
1212
<string name="fail_internet">No fue posible conectarse a Internet.</string>
13+
<string name="no_web_view">No se pudo abrir el WebView del sistema.</string>
1314
<string name="title_activity_settings">SettingsActivity</string>
1415
<string name="app_update_available">Actualización disponible</string>
1516
<string name="app_update">Actualizar</string>
@@ -21,29 +22,54 @@
2122
<string name="website">Sitio web</string>
2223
<string name="support">Soporte</string>
2324
<string name="donate">Donar</string>
25+
<string name="update">Actualizar</string>
26+
<string name="install">Instalar</string>
27+
<string name="description">Descripción</string>
28+
<string name="uninstall">Desinstalar</string>
29+
<string name="config">Configuración</string>
2430
<string name="submit_modules">Enviar un módulo</string>
2531
<string name="require_android_6">Requiere Android 6.0 o superior</string>
32+
<string name="require_android_12">Requiere Android 12 o superior</string>
33+
<string name="install_terminal_reboot_now">Reiniciar</string>
34+
<string name="language">Idioma</string>
35+
<string name="yes" translatable="false">@android:string/yes</string>
36+
<string name="no" translatable="false">@android:string/no</string>
37+
<string name="ok" translatable="false">@android:string/ok</string>
38+
<string name="cancel" translatable="false">@android:string/cancel</string>
2639

2740
<!-- Module section translation -->
2841
<string name="module_last_update">Actualizado el:</string>
2942
<string name="module_repo">Repositorio:</string>
3043
<string name="module_by">por</string>
3144
<string name="module_downloads">Descargas:</string>
3245
<string name="module_stars">Estrellas:</string>
46+
<string name="module_needs_ramdisk">Requiere ramdisk</string>
47+
<string name="module_needs_ramdisk_desc">Este módulo requiere un ramdisk de arranque para ser instalado</string>
48+
<string name="module_can_change_boot">Puede cambiar el arranque</string>
49+
<string name="module_can_change_boot_desc">Este módulo puede cambiar la imagen de arranque</string>
50+
<string name="module_min_magisk_chip">Min. Magisk "%s"</string>
51+
<string name="module_min_sdk_chip">Min. Android</string>
52+
<string name="module_max_sdk_chip">Máx. Android</string>
3353

3454
<!-- Preference Titles -->
3555
<!-- Note: Lockdown mode used to be called showcase mode -->
3656
<string name="manage_repos_pref">Administrar repositorios</string>
3757
<string name="showcase_mode_pref">Modo Lockdown</string>
3858
<string name="showcase_mode_desc">Modo Lockdown previene que la aplicación haga cambios en los módulos</string>
59+
<string name="prevent_reboot_pref">Evitar reinicio</string>
60+
<string name="prevent_reboot_desc">Evita los reincios inesperados</string>
3961
<string name="pref_category_settings">Ajustes</string>
62+
<string name="enable_monet">Habilitar Monet</string>
4063
<string name="pref_category_info">Info</string>
4164
<string name="show_licenses">Mostrar licencias</string>
4265
<string name="licenses">Licencias</string>
4366
<string name="show_incompatible_pref">Mostrar módulos incompatibles</string>
4467
<string name="show_incompatible_desc">Muestra los módulos que son incompatibles con su dispositivo basandose en sus metadatos</string>
4568
<string name="magisk_outdated">Magisk está desactualizado!</string>
4669
<string name="pref_category_repos">Repositorios</string>
70+
<string name="pref_category_security">Seguridad</string>
71+
<string name="pref_category_appearance">Apariencia</string>
72+
<string name="pref_category_general">General</string>
4773
<string name="repo_main_desc">Repositorio que aloja los módulos de Magisk</string>
4874
<string name="repo_main_alt">Una alternativa del repositorio de módulos de Magisk pero con menos restricciones.</string>
4975
<string name="master_delete">Desea borrar los archivos del módulo?</string>
@@ -55,6 +81,7 @@
5581
<string name="module_id_prefix">Id del módulo: </string>
5682
<string name="install_from_storage">Instalar módulo desde el almacenamiento</string>
5783
<string name="invalid_format">El módulo seleccionado tiene un formato inválido</string>
84+
<string name="low_quality_module">Módulo de baja calidad</string>
5885
<string name="local_install_title">Instalación local</string>
5986
<string name="source_code">Código fuente</string>
6087
<string name="magisk_builtin_module">Módulo incorporado de Magisk</string>
@@ -91,6 +118,14 @@
91118
todo el texto en la misma linea durante la instalación de un módulo
92119
</string>
93120
<string name="enable_blur_pref">Activar desenfoque</string>
121+
<string name="disable_chips_in_description">Deshabilitar chips en la descripción</string>
94122
<string name="repo_enabled">Repositorio activado</string>
95123
<string name="repo_disabled">Repositorio desactivado</string>
96-
</resources>
124+
<string name="add_repo">Añadir Repositorio</string>
125+
<string name="remove_repo">Eliminar Repositorio</string>
126+
<string name="custom_url">URL Personalizado</string>
127+
<string name="androidacy_repo_info">El repositorio Androidacy tiene anuncios y trackers.</string>
128+
<string name="backup_module_list">Hacer copia de seguridad de los módulos</string>
129+
<string name="restore_module_list">Restaurar módulos</string>
130+
<string name="require_internet">Esta operación requiere una conexión a Internet.</string>
131+
</resources>

app/src/main/res/values-fr/strings.xml

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<string name="failed_download">Échec du téléchargement du fichier.</string>
1111
<string name="slow_modules">Les modules mettent trop de temps à démarrer, envisagez de désactiver certains modules</string>
1212
<string name="fail_internet">Échec de la connexion à internet</string>
13+
<string name="no_web_view">Impossible d\’ouvrir le WebView du système</string>
1314
<string name="title_activity_settings">SettingsActivity</string>
1415
<string name="app_update_available">Mis-à-jour de l\’application disponible</string>
1516
<string name="app_update">Mis-à-jour</string>
@@ -21,29 +22,54 @@
2122
<string name="website">Site web</string>
2223
<string name="support">Support</string>
2324
<string name="donate">Dons</string>
25+
<string name="update">Mise-à-jour</string>
26+
<string name="install">Installer</string>
27+
<string name="description">Description</string>
28+
<string name="uninstall">Désinstaller</string>
29+
<string name="config">Configuration</string>
2430
<string name="submit_modules">Soumettre un module</string>
2531
<string name="require_android_6">Requière Android 6.0+</string>
32+
<string name="require_android_12">Requière Android 12+</string>
33+
<string name="install_terminal_reboot_now">Redémarrer</string>
34+
<string name="language">Language</string>
35+
<string name="yes" translatable="false">@android:string/yes</string>
36+
<string name="no" translatable="false">@android:string/no</string>
37+
<string name="ok" translatable="false">@android:string/ok</string>
38+
<string name="cancel" translatable="false">@android:string/cancel</string>
2639

2740
<!-- Module section translation -->
2841
<string name="module_last_update">Dernière mis-à-jour:</string>
2942
<string name="module_repo">Dépôt:</string>
3043
<string name="module_by">par</string>
3144
<string name="module_downloads">Téléchargements:</string>
3245
<string name="module_stars">Étoiles:</string>
46+
<string name="module_needs_ramdisk">Ramdisk nécessaire</string>
47+
<string name="module_needs_ramdisk_desc">Ce module a besoin de démarrer le ramdisk pour être installé</string>
48+
<string name="module_can_change_boot">Peut changer le démarrage</string>
49+
<string name="module_can_change_boot_desc">Ce module peut changer l\’image de démarrage</string>
50+
<string name="module_min_magisk_chip">Magisk min. "%s"</string>
51+
<string name="module_min_sdk_chip">Android Min.</string>
52+
<string name="module_max_sdk_chip">Android Max.</string>
3353

3454
<!-- Preference Titles -->
3555
<!-- Note: Lockdown mode used to be called showcase mode -->
3656
<string name="manage_repos_pref">Gestion des dépôts</string>
3757
<string name="showcase_mode_pref">Mode verrouillage</string>
3858
<string name="showcase_mode_desc">Le mode verrouillage empêche toute action du gestionnaire sur les modules</string>
59+
<string name="prevent_reboot_pref">Empêcher redémarrages</string>
60+
<string name="prevent_reboot_desc">Empêcher les redémarrages inattendus</string>
3961
<string name="pref_category_settings">Réglages</string>
62+
<string name="enable_monet">Activer Monet</string>
4063
<string name="pref_category_info">Infos</string>
4164
<string name="show_licenses">Afficher les licenses</string>
4265
<string name="licenses">Licences</string>
4366
<string name="show_incompatible_pref">Afficher les modules incompatibles</string>
4467
<string name="show_incompatible_desc">Afficher les modules qui sont incompatibles avec votre périphérique basé sur leurs métadonnées</string>
45-
<string name="magisk_outdated">Magisk est périmé!</string>
68+
<string name="magisk_outdated">Il y a une nouvelle version de Magisk à installer!</string>
4669
<string name="pref_category_repos">Dépôts</string>
70+
<string name="pref_category_security">Sécurité</string>
71+
<string name="pref_category_appearance">Apparance</string>
72+
<string name="pref_category_general">Général</string>
4773
<string name="repo_main_desc">Le dépôt héberge les Modules Magisk</string>
4874
<string name="repo_main_alt">Une alternative à Magisk-Modules-Repo avec moins de restrictions.</string>
4975
<string name="master_delete">Supprimer les fichiers du modules?</string>
@@ -55,6 +81,7 @@
5581
<string name="module_id_prefix">Id du module: </string>
5682
<string name="install_from_storage">Installer un module module depuis le stockage</string>
5783
<string name="invalid_format">Le module sélectionné est dans un format invalide</string>
84+
<string name="low_quality_module">Low-quality module</string>
5885
<string name="local_install_title">Installation locale</string>
5986
<string name="source_code">Code source</string>
6087
<string name="magisk_builtin_module">Module intégré à Magisk</string>
@@ -91,7 +118,14 @@
91118
tout le texte sur la même ligne lors de l\’installation d\’un module
92119
</string>
93120
<string name="enable_blur_pref">Activer l\’effet de flou</string>
121+
<string name="disable_chips_in_description">Désactiver chips dans la description</string>
94122
<string name="repo_enabled">Dépôt activé</string>
95123
<string name="repo_disabled">Dépôt désactivé</string>
124+
<string name="add_repo">Ajouter dépôt</string>
125+
<string name="remove_repo">Supprimer dépôt</string>
126+
<string name="custom_url">URL personnalisée</string>
96127
<string name="androidacy_repo_info">Le dépôt Androidacy utilise des publicités et des pisteurs.</string>
128+
<string name="backup_module_list">Sauvegarder les modules</string>
129+
<string name="restore_module_list">Restaurer les modules</string>
130+
<string name="require_internet">Cette opération requière une connexion internet</string>
97131
</resources>

0 commit comments

Comments
 (0)