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

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<plurals name="a11y_polls_percent_of_total">
<item quantity="other">"%1$d phần trăm tổng số phiếu bầu"</item>
</plurals>
<string name="a11y_polls_will_remove_selection">"Xóa lựa chọn trước đó"</string>
<string name="a11y_polls_winning_answer">"Đây là câu trả lời chiến thắng"</string>
</resources>

View file

@ -5,6 +5,7 @@
<string name="screen_create_poll_anonymous_headline">"Ẩn phiếu"</string>
<string name="screen_create_poll_answer_hint">"Lựa chọn %1$d"</string>
<string name="screen_create_poll_cancel_confirmation_content_android">"Các thay đổi của bạn chưa được lưu. Bạn có chắc muốn quay lại không?"</string>
<string name="screen_create_poll_delete_option_a11y">"Tùy chọn xóa %1$s"</string>
<string name="screen_create_poll_question_desc">"Câu hỏi hoặc chủ đề"</string>
<string name="screen_create_poll_question_hint">"Cuộc thăm dò này về vấn đề gì?"</string>
<string name="screen_create_poll_title">"Tạo Cuộc thăm dò ý kiến"</string>