Sync Strings from Localazy

This commit is contained in:
bmarty 2026-04-13 00:48:40 +00:00 committed by github-actions[bot]
parent dc4c1c265b
commit 23c1112dcf
186 changed files with 4902 additions and 1254 deletions

View file

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="screen_create_poll_add_option_btn">"選択肢を追加"</string>
<string name="screen_create_poll_anonymous_desc">"結果を投票終了後に表示します"</string>
<string name="screen_create_poll_anonymous_headline">"投票を非表示"</string>
<string name="screen_create_poll_answer_hint">"選択肢 %1$d"</string>
<string name="screen_create_poll_cancel_confirmation_content_android">"変更は保存されていません。本当に戻りますか?"</string>
<string name="screen_create_poll_delete_option_a11y">"選択肢を削除 %1$s"</string>
<string name="screen_create_poll_question_desc">"質問またはトピック"</string>
<string name="screen_create_poll_question_hint">"何についての投票ですか?"</string>
<string name="screen_create_poll_title">"投票を作成"</string>
<string name="screen_edit_poll_delete_confirmation">"本当にこの投票を削除しますか?"</string>
<string name="screen_edit_poll_delete_confirmation_title">"投票を削除"</string>
<string name="screen_edit_poll_title">"投票を編集"</string>
<string name="screen_polls_history_empty_ongoing">"進行中の投票が見つかりません。"</string>
<string name="screen_polls_history_empty_past">"過去の投票が見つかりません。"</string>
<string name="screen_polls_history_filter_ongoing">"進行中"</string>
<string name="screen_polls_history_filter_past">"過去"</string>
<string name="screen_polls_history_title">"投票"</string>
</resources>

View file

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="screen_create_poll_add_option_btn">"Thêm lựa chọn"</string>
<string name="screen_create_poll_anonymous_desc">"Chỉ hiển thị kết quả sau khi cuộc thăm dò kết thúc"</string>
<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_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>
<string name="screen_edit_poll_delete_confirmation">"Bạn có chắc chắn muốn xóa cuộc thăm dò này không?"</string>
<string name="screen_edit_poll_delete_confirmation_title">"Xóa cuộc thăm dò"</string>
<string name="screen_edit_poll_title">"Sửa cuộc thăm dò"</string>
<string name="screen_polls_history_empty_ongoing">"Không tìm thấy bất kỳ cuộc thăm dò nào đang diễn ra."</string>
<string name="screen_polls_history_empty_past">"Không tìm thấy bất kỳ cuộc thăm dò nào trước đây."</string>
<string name="screen_polls_history_filter_ongoing">"Đang diễn ra"</string>
<string name="screen_polls_history_filter_past">"Quá khứ"</string>
<string name="screen_polls_history_title">"Cuộc thăm dò ý kiến"</string>
</resources>