Sync Strings from Localazy

This commit is contained in:
bmarty 2023-12-25 00:09:58 +00:00 committed by Benoit Marty
parent d0c87ad902
commit e6f4a7364f
52 changed files with 643 additions and 38 deletions

View file

@ -31,6 +31,7 @@
<string name="state_event_room_third_party_invite">"%1$s 邀請 %2$s 加入聊天室"</string>
<string name="state_event_room_third_party_invite_by_you">"您邀請 %1$s 加入聊天室"</string>
<string name="state_event_room_third_party_revoked_invite">"%1$s 撤銷了 %2$s 加入房間的邀請"</string>
<string name="state_event_room_third_party_revoked_invite_by_you">"您撤銷了 %1$s 加入房間的邀請"</string>
<string name="state_event_room_topic_changed">"%1$s 將主題變更為 %2$s"</string>
<string name="state_event_room_topic_changed_by_you">"您將主題變更為 %1$s"</string>
<string name="state_event_room_topic_removed">"聊天室主題已被 %1$s 移除"</string>