Sync Strings (#1789)

Co-authored-by: bmarty <bmarty@users.noreply.github.com>
This commit is contained in:
ElementBot 2023-11-13 11:31:34 +00:00 committed by GitHub
parent de05c9b098
commit 3bf34eae01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
27 changed files with 52 additions and 38 deletions

View file

@ -8,6 +8,10 @@
<string name="notification_invitation_action_join">"Join"</string>
<string name="notification_invitation_action_reject">"Reject"</string>
<string name="notification_invite_body">"Invited you to chat"</string>
<string name="notification_mentioned_you_body">"%1$s mentioned you.
%2$s"</string>
<string name="notification_mentioned_you_fallback_body">"You have been mentioned.
%1$s"</string>
<string name="notification_new_messages">"New Messages"</string>
<string name="notification_reaction_body">"Reacted with %1$s"</string>
<string name="notification_room_action_mark_as_read">"Mark as read"</string>