Sync Strings from Localazy (#5460)

Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com>
This commit is contained in:
ElementBot 2025-10-06 12:38:51 +02:00 committed by GitHub
parent 15abb96cb5
commit a9912e4a1e
79 changed files with 1241 additions and 945 deletions

View file

@ -64,7 +64,10 @@
<string name="troubleshoot_notifications_test_blocked_users_title">"Utilisateurs bloqués"</string>
<string name="troubleshoot_notifications_test_current_push_provider_description">"Obtenir le nom du fournisseur de Push actuel."</string>
<string name="troubleshoot_notifications_test_current_push_provider_failure">"Aucun fournisseur de Push nest sélectionné."</string>
<string name="troubleshoot_notifications_test_current_push_provider_failure_distributor_not_found">"Fournisseur de Push actuel: %1$s et distributeur actuel: %2$s. Mais le distributeur %3$s est introuvable. Lapplication a peut-être été désinstallée?"</string>
<string name="troubleshoot_notifications_test_current_push_provider_failure_no_distributor">"Fournisseur de Push actuel: %1$s, mais aucun distributeur na été configuré."</string>
<string name="troubleshoot_notifications_test_current_push_provider_success">"Fournisseur de Push actuel : %1$s."</string>
<string name="troubleshoot_notifications_test_current_push_provider_success_with_distributor">"Fournisseur de Push actuel: %1$s (%2$s)"</string>
<string name="troubleshoot_notifications_test_current_push_provider_title">"Fournisseur de Push actuel"</string>
<string name="troubleshoot_notifications_test_detect_push_provider_description">"Vérifier que lapplication possède au moins un fournisseur de Push."</string>
<string name="troubleshoot_notifications_test_detect_push_provider_failure">"Aucun fournisseur de Push na été trouvé."</string>