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:
ElementBot
2025-08-11 14:49:29 +02:00
committed by GitHub
parent 54877db092
commit badbc5189e
186 changed files with 3296 additions and 1295 deletions

View File

@@ -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>

View File

@@ -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>

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="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>