Sync Strings (#2484)

Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com>
This commit is contained in:
ElementBot 2024-03-05 08:10:47 +00:00 committed by GitHub
parent 209e89469b
commit bd85def8fa
35 changed files with 117 additions and 40 deletions

View file

@ -40,4 +40,11 @@
<string name="screen_room_retry_send_menu_title">"無法傳送您的訊息"</string>
<string name="screen_room_timeline_add_reaction">"新增表情符號"</string>
<string name="screen_room_timeline_less_reactions">"較少"</string>
<plurals name="screen_room_typing_many_members">
<item quantity="other">"%1$s、%2$s 和其他 %3$d 個人"</item>
</plurals>
<plurals name="screen_room_typing_notification">
<item quantity="other">"%1$s 正在打字"</item>
</plurals>
<string name="screen_room_typing_two_members">"%1$s 和 %2$s"</string>
</resources>