Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[translation] Update translation from Crowdin #104

Closed
wants to merge 2 commits into from
Closed
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
6 changes: 3 additions & 3 deletions app/src/main/res/values-fr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<item quantity="one">%d modules évolutifs</item>
<item quantity="other">%d modules évolutifs</item>
</plurals>
<string name="about_view_source_code">Voir le code source sur %1$s<br/>Rejoindre notre canal %2$s</string>
<string name="about_view_source_code"><![CDATA[Voir le code source sur %1$s<br/>Rejoindre notre canal %2$s]]></string>
<string name="translators" comment="Dear translators, please add your home page here following the format. There can be more than one translator. So feel free to append yourself.">https://github.com/xerta555
https://github.com/tclement0922
JingMatrix</string>
Expand All @@ -51,9 +51,9 @@ JingMatrix</string>
<string name="selinux_policy_not_loaded_summary">SEPolicy n\’est pas chargé correctement</string>
<string name="selinux_policy_not_loaded"><![CDATA[Certaines fonctions ne fonctionneront pas.<br/>Merci de ne pas remonter celà vers le développeur <a href="https://github.com/topjohnwu/Magisk/issues">Magisk</b></a>.]]></string>
<string name="system_inject_fail_summary">Échec de l\’injection du sous système</string>
<string name="system_inject_fail">Ceci est rare et peut être causé par <b>Magisk</b> ou certains modules Magisk de basse qualité.<br/>Essayez de désactiver les modules Magisk autres que Riru et LSPosed ou envoyez le journal complet aux développeurs.</string>
<string name="system_inject_fail"><![CDATA[Ceci est rare et peut être causé par <b>Magisk</b> ou certains modules Magisk de basse qualité.<br/>Essayez de désactiver les modules Magisk autres que Riru et LSPosed ou envoyez le journal complet aux développeurs.]]></string>
<string name="system_prop_incorrect_summary">Propriétés système incorrectes</string>
<string name="system_prop_incorrect">Certaines propriétés nécessaires au système ont été supprimées ou modifiées.<br/>Des modules peuvent s\'invalider occasionnellement.</string>
<string name="system_prop_incorrect"><![CDATA[Certaines propriétés nécessaires au système ont été supprimées ou modifiées.<br/>Des modules peuvent s'invalider occasionnellement.]]></string>
<string name="need_update">Mise à jour nécessaire</string>
<string name="please_update_summary">Merci d\’installer la dernière version de LSPosed</string>
<string name="developer_warning_title">Conseils pour les développeurs de modules</string>
Expand Down
4 changes: 4 additions & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,13 @@
<string name="menu_show_denylist">Denylist</string>
<string name="failed_to_save_scope_list">Failed to save scope list</string>
<string name="app_version">Version: %1$s</string>
<string name="menu_select">Select</string>
<string name="use_recommended">Recommended</string>
<string name="no_scope_selected_has_recommended">You did not select any app. Select recommended apps?</string>
<string name="use_recommended_message">Select recommended apps?</string>
<string name="menu_select_all">All</string>
<string name="menu_select_none">None</string>
<string name="menu_auto_include">Auto-Include</string>
<string name="module_is_not_activated_yet">Xposed module is not activated yet</string>
<string name="requested_by_module">Recommended</string>
<string name="update_available">Update available: %1$s</string>
Expand Down