Sync Strings from Localazy

This commit is contained in:
bmarty 2025-09-05 07:44:19 +00:00 committed by github-actions[bot]
parent 0e86b2c751
commit 8027ce9dca
196 changed files with 3956 additions and 1272 deletions

View file

@ -4,5 +4,6 @@
<item quantity="one">"%1$d percento dei voti totali"</item>
<item quantity="other">"%1$d percento dei voti totali"</item>
</plurals>
<string name="a11y_polls_will_remove_selection">"Rimuoverà la selezione precedente"</string>
<string name="a11y_polls_winning_answer">"Questa è la risposta vincente"</string>
</resources>

View file

@ -0,0 +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 총 투표율"</item>
</plurals>
<string name="a11y_polls_will_remove_selection">"이전 선택 항목을 제거합니다"</string>
<string name="a11y_polls_winning_answer">"이것이 승리의 답입니다"</string>
</resources>

View file

@ -4,5 +4,6 @@
<item quantity="one">"%1$d por cento de todos os votos"</item>
<item quantity="other">"%1$d por cento de todos os votos"</item>
</plurals>
<string name="a11y_polls_will_remove_selection">"Removerá a seleção anterior"</string>
<string name="a11y_polls_winning_answer">"Esta é a resposta vencedora"</string>
</resources>

View file

@ -0,0 +1,10 @@
<?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="one">"%1$d процент от общего числа голосов"</item>
<item quantity="few">"%1$d процента от общего числа голосов"</item>
<item quantity="many">"%1$d процентов от общего числа голосов"</item>
</plurals>
<string name="a11y_polls_will_remove_selection">"Удалить предыдущий ответ"</string>
<string name="a11y_polls_winning_answer">"Это лучший ответ"</string>
</resources>

View file

@ -0,0 +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 总投票百分比"</item>
</plurals>
<string name="a11y_polls_will_remove_selection">"将移除之前的选择"</string>
<string name="a11y_polls_winning_answer">"这是获胜的答案"</string>
</resources>