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

Translations update from Hosted Weblate #87

Merged
merged 8 commits into from
May 13, 2024
Merged
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
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Copie Code SMS</string>
<string name="detected_code">Code détecter:</string>
<string name="detected_code">Code détecté:</string>
<string name="code_detected_channel_name">Code détecter</string>
<string name="code_detected_channel_description">chaque fois qu\'un code est détecté, une notification est envoyée à partir de ce canal</string>
<string name="code_copied_to_clipboard">Copié dans le presse-papier!</string>
Expand Down Expand Up @@ -34,7 +34,7 @@
<string name="send_detected_notif">Post Notification</string>
<string name="skip">Passer</string>
<string name="finish">Terminer</string>
<string name="okay">okay</string>
<string name="okay">d’accord</string>
<string name="skip_warning">Pour que l\'application fonctionne correctement, vous devez fournir ces autorisations. Vous pouvez rouvrir cet écran en cliquant sur le bouton \"Permissions\" de l\'écran principal.</string>
<string name="notice">Notice</string>
<string name="test_notification_content">Votre code est: 230914</string>
Expand All @@ -48,7 +48,7 @@
<string name="no_result">Pas de résultat</string>
<string name="about">À propos</string>
<string name="label_version">Version:</string>
<string name="label_license">License:</string>
<string name="label_license">Licence:</string>
<string name="label_source_code_link">Code Source:</string>
<string name="ignore_tag">Tag Ignorer</string>
<string name="ignore_app">App Ignorer</string>
Expand Down
Loading