Sync Strings from Localazy

This commit is contained in:
bmarty 2024-09-23 08:23:52 +00:00 committed by github-actions[bot]
parent 1c94547475
commit 609e1b4ac5
5 changed files with 624 additions and 600 deletions

View file

@ -23,6 +23,7 @@
<item quantity="other">"%d invitations"</item>
</plurals>
<string name="notification_invite_body">"Vous a invité(e) à discuter"</string>
<string name="notification_invite_body_with_sender">"%1$s vous a invité à discuter"</string>
<string name="notification_mentioned_you_body">"Mentionné(e): %1$s"</string>
<string name="notification_new_messages">"Nouveaux messages"</string>
<plurals name="notification_new_messages_for_room">
@ -33,6 +34,7 @@
<string name="notification_room_action_mark_as_read">"Marquer comme lu"</string>
<string name="notification_room_action_quick_reply">"Réponse rapide"</string>
<string name="notification_room_invite_body">"Vous a invité(e) à rejoindre le salon"</string>
<string name="notification_room_invite_body_with_sender">"%1$s vous a invité à rejoindre le salon"</string>
<string name="notification_sender_me">"Moi"</string>
<string name="notification_sender_mention_reply">"%1$s mentionné ou en réponse"</string>
<string name="notification_test_push_notification_content">"Vous êtes en train de voir la notification ! Cliquez-moi !"</string>

View file

@ -26,6 +26,7 @@
<item quantity="many">"%d приглашений"</item>
</plurals>
<string name="notification_invite_body">"Пригласил вас в чат"</string>
<string name="notification_invite_body_with_sender">"%1$s пригласил вас в чат"</string>
<string name="notification_mentioned_you_body">"Упомянул вас: %1$s"</string>
<string name="notification_new_messages">"Новые сообщения"</string>
<plurals name="notification_new_messages_for_room">
@ -37,6 +38,7 @@
<string name="notification_room_action_mark_as_read">"Пометить как прочитанное"</string>
<string name="notification_room_action_quick_reply">"Быстрый ответ"</string>
<string name="notification_room_invite_body">"Пригласил вас в комнату"</string>
<string name="notification_room_invite_body_with_sender">"%1$s пригласил вас присоединиться к комнате"</string>
<string name="notification_sender_me">"Я"</string>
<string name="notification_sender_mention_reply">"%1$s упомянул или ответил"</string>
<string name="notification_test_push_notification_content">"Вы просматриваете уведомление! Нажмите на меня!"</string>