Sync Strings from Localazy (#5178)

Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com>
This commit is contained in:
ElementBot 2025-08-18 11:09:27 +02:00 committed by GitHub
parent eb72845f4b
commit 7c40c87d9a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
1041 changed files with 3462 additions and 2621 deletions

View file

@ -3,4 +3,9 @@
<string name="screen_create_room_action_create_room">"新聊天室"</string>
<string name="screen_room_directory_search_title">"聊天室目录"</string>
<string name="screen_start_chat_error_starting_chat">"在开始聊天时发生了错误"</string>
<string name="screen_start_chat_join_room_by_address_action">"输入地址加入房间"</string>
<string name="screen_start_chat_join_room_by_address_invalid_address">"地址无效"</string>
<string name="screen_start_chat_join_room_by_address_placeholder">"输入…"</string>
<string name="screen_start_chat_join_room_by_address_room_not_found">"未找到房间"</string>
<string name="screen_start_chat_join_room_by_address_supporting_text">"例如 #room-name:matrix.org"</string>
</resources>