Sync Strings (#3852)

* Sync Strings from Localazy

* Fix tests

---------

Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com>
Co-authored-by: Jorge Martín <jorgem@element.io>
This commit is contained in:
ElementBot 2024-11-11 12:09:30 +00:00 committed by GitHub
parent b097e9631b
commit 156e27a761
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
133 changed files with 977 additions and 922 deletions

View file

@ -28,8 +28,8 @@
<string name="state_event_room_invite_you">"%1$s invited you"</string>
<string name="state_event_room_join">"%1$s joined the room"</string>
<string name="state_event_room_join_by_you">"You joined the room"</string>
<string name="state_event_room_knock">"%1$s requested to join"</string>
<string name="state_event_room_knock_accepted">"%1$s allowed %2$s to join"</string>
<string name="state_event_room_knock">"%1$s is requesting to join"</string>
<string name="state_event_room_knock_accepted">"%1$s granted access to %2$s"</string>
<string name="state_event_room_knock_accepted_by_you">"You allowed %1$s to join"</string>
<string name="state_event_room_knock_by_you">"You requested to join"</string>
<string name="state_event_room_knock_denied">"%1$s rejected %2$s\'s request to join"</string>