Sync Strings (#5146)
* Sync Strings from Localazy * Remove unused WelcomeView. * Remove unused WelcomeView. --------- Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com> Co-authored-by: Benoit Marty <benoit@matrix.org>
This commit is contained in:
@@ -5,5 +5,6 @@
|
||||
<item quantity="few">"%1$d procenta z celkového počtu hlasů"</item>
|
||||
<item quantity="other">"%1$d procent z celkového počtu hlasů"</item>
|
||||
</plurals>
|
||||
<string name="a11y_polls_will_remove_selection">"Odstraní předchozí výběr"</string>
|
||||
<string name="a11y_polls_winning_answer">"Toto je vítězná odpověď"</string>
|
||||
</resources>
|
||||
|
||||
@@ -4,5 +4,6 @@
|
||||
<item quantity="one">"%1$d porcento de todos os votos"</item>
|
||||
<item quantity="other">"%1$d porcento de todos os votos"</item>
|
||||
</plurals>
|
||||
<string name="a11y_polls_will_remove_selection">"Irá remover seleção anterior"</string>
|
||||
<string name="a11y_polls_winning_answer">"Esta é a reposta vencedora"</string>
|
||||
</resources>
|
||||
|
||||
@@ -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="one">"%1$d procent av totala röster"</item>
|
||||
<item quantity="other">"%1$d procent av totala röster"</item>
|
||||
</plurals>
|
||||
<string name="a11y_polls_winning_answer">"Detta är det vinnande svaret"</string>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user