[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
This commit is contained in:
Nextcloud bot 2022-08-09 04:14:40 +00:00
parent f572cfc08f
commit fa91ba4691
No known key found for this signature in database
GPG Key ID: 130DAB86D3FB356C
3 changed files with 13 additions and 3 deletions

View File

@ -346,7 +346,7 @@
<string name="polls_end_poll_confirm">Soll diese Umfrage wirklich beendet werden? Das kann nicht rückgängig gemacht werden.</string>
<string name="polls_max_votes_reached">Sie können nicht mit mehreren Optionen für diese Umfrage abstimmen.</string>
<string name="polls_multiple_answers">Mehrere Antworten</string>
<string name="polls_option_delete">Lösche Option %1$s</string>
<string name="polls_option_delete">Option %1$s löschen</string>
<string name="polls_option_hint">Option %1$s</string>
<string name="polls_options">Optionen</string>
<string name="polls_private_poll">Private Umfrage</string>

View File

@ -412,4 +412,8 @@
<string name="userinfo_no_info_headline">Ez da informazio pertsonalik ezarri</string>
<string name="userinfo_no_info_text">Gehitu izena, irudia eta kontaktuko xehetasunak zure profilaren orrian</string>
<string name="whats_your_status">Zein da zure egoera?</string>
</resources>
<plurals name="polls_amount_voters">
<item quantity="one">Boto %d</item>
<item quantity="other">%d boto</item>
</plurals>
</resources>

View File

@ -412,4 +412,10 @@
<string name="userinfo_no_info_headline">Brak informacji osobistych</string>
<string name="userinfo_no_info_text">Dodaj nazwę, zdjęcie profilowe i dane kontaktowe do swojego profilu.</string>
<string name="whats_your_status">Jaki jest Twój status?</string>
</resources>
<plurals name="polls_amount_voters">
<item quantity="one">%d głos</item>
<item quantity="few">%d głosy</item>
<item quantity="many">%d głosów</item>
<item quantity="other">%d głosów</item>
</plurals>
</resources>