Sync Strings from Localazy

This commit is contained in:
bmarty 2023-07-03 00:11:17 +00:00 committed by GitHub
parent d3d314d9f9
commit 6e54ed7b77
52 changed files with 349 additions and 76 deletions

View file

@ -4,11 +4,14 @@
<string name="notification_channel_listening_for_events">"À l\'écoute d\'événements"</string>
<string name="notification_channel_noisy">"Notifications bruyantes"</string>
<string name="notification_channel_silent">"Notifications silencieuses"</string>
<string name="notification_inline_reply_failed">"** Échec de l\'envoi - veuillez ouvrir la salle"</string>
<string name="notification_inline_reply_failed">"** Échec d\'envoi - veuillez ouvrir le salon"</string>
<string name="notification_invitation_action_join">"Rejoindre"</string>
<string name="notification_invitation_action_reject">"Refuser"</string>
<string name="notification_invite_body">"Vous a invité à discuter"</string>
<string name="notification_new_messages">"Nouveaux messages"</string>
<string name="notification_reaction_body">"A réagi avec %1$s"</string>
<string name="notification_room_action_mark_as_read">"Marquer comme lu"</string>
<string name="notification_room_invite_body">"Vous a invité à rejoindre le salon"</string>
<string name="notification_sender_me">"Moi"</string>
<string name="notification_test_push_notification_content">"Vous êtes en train de consulter la notification ! Cliquez-moi !"</string>
<string name="notification_ticker_text_dm">"%1$s: %2$s"</string>
@ -44,5 +47,6 @@
<string name="push_distributor_background_sync_android">"Synchronisation en arrière-plan"</string>
<string name="push_distributor_firebase_android">"Services Google"</string>
<string name="push_no_valid_google_play_services_apk_android">"Aucun service Google Play valide n\'a été trouvé. Les notifications peuvent ne pas fonctionner correctement."</string>
<string name="notification_fallback_content">"Notification"</string>
<string name="notification_room_action_quick_reply">"Réponse rapide"</string>
</resources>