Sync Strings from Localazy (#6269)

Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com>
This commit is contained in:
ElementBot 2026-03-02 14:54:50 +01:00 committed by GitHub
parent fb17509726
commit cf479a8df0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
167 changed files with 2455 additions and 1322 deletions

View file

@ -4,5 +4,6 @@
<item quantity="one">"%1$d τοις εκατό των συνολικών ψήφων"</item>
<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

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="a11y_polls_winning_answer">"Esta es la respuesta ganadora"</string>
</resources>

View file

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="a11y_polls_will_remove_selection">"Önceki seçim kaldırılacak"</string>
<string name="a11y_polls_winning_answer">"Kazanan cevap"</string>
</resources>