Sync Strings (#6626)

* Sync Strings from Localazy

* Use the previous plurals as plain strings

* Add extra case for 1 vs multiple users

* Update screenshots

---------

Co-authored-by: Jorge Martín <jorgem@element.io>
This commit is contained in:
ElementBot 2026-04-20 19:09:10 +02:00 committed by GitHub
parent f80a140cf9
commit e1b7171839
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
174 changed files with 2058 additions and 1617 deletions

View file

@ -24,6 +24,9 @@
<string name="screen_knock_requests_list_empty_state_description">"Khi ai đó xin vào phòng, bạn sẽ thấy yêu cầu ở đây."</string>
<string name="screen_knock_requests_list_empty_state_title">"Không có yêu cầu tham gia nào đang chờ xử lý"</string>
<string name="screen_knock_requests_list_initial_loading_title">"Đang tải các yêu cầu tham gia…"</string>
<plurals name="screen_room_multiple_knock_requests_title">
<item quantity="other">"%1$s + %2$d người khác muốn tham gia phòng này"</item>
</plurals>
<string name="screen_room_single_knock_request_accept_button_title">"Đồng ý"</string>
<string name="screen_room_single_knock_request_view_button_title">"Xem"</string>
</resources>