[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
This commit is contained in:
Nextcloud bot 2022-08-07 04:16:42 +00:00
parent 1ce8173e8b
commit e074b82745
No known key found for this signature in database
GPG key ID: 130DAB86D3FB356C
4 changed files with 23 additions and 4 deletions

View file

@ -412,4 +412,10 @@
<string name="userinfo_no_info_headline">Osobní údaje nejsou nastaveny</string>
<string name="userinfo_no_info_text">Přidejte jméno, obrázek a kontaktní údaje na svou profilovou stránku.</string>
<string name="whats_your_status">Jaký je váš stav?</string>
</resources>
<plurals name="polls_amount_voters">
<item quantity="one">%d hlas</item>
<item quantity="few">%d hlasy</item>
<item quantity="many">%d hlasů</item>
<item quantity="other">%d hlasy</item>
</plurals>
</resources>

View file

@ -412,4 +412,8 @@
<string name="userinfo_no_info_headline">Keine persönlichen Informationen eingestellt</string>
<string name="userinfo_no_info_text">Fügen Sie Name, Bild und Kontaktdaten auf Ihrer Profilseite hinzu.</string>
<string name="whats_your_status">Wie ist Ihr Status?</string>
</resources>
<plurals name="polls_amount_voters">
<item quantity="one">%d Stimme</item>
<item quantity="other">%d Stimmen</item>
</plurals>
</resources>

View file

@ -343,6 +343,8 @@
<string name="polls_add_option">Lehetőség hozzáadása</string>
<string name="polls_edit_vote">Szavazat szerkesztése</string>
<string name="polls_end_poll">Szavazás befejezése</string>
<string name="polls_end_poll_confirm">Biztos, hogy befejezi ezt a szavazást? Ez nem vonható vissza.</string>
<string name="polls_max_votes_reached">Nem szavazhat több lehetőségre ennél a szavazásnál.</string>
<string name="polls_multiple_answers">Több válasz</string>
<string name="polls_option_delete">%1$s. lehetőség törlése</string>
<string name="polls_option_hint">%1$s. lehetőség</string>
@ -410,4 +412,8 @@
<string name="userinfo_no_info_headline">Nincs személyes információ beállítva</string>
<string name="userinfo_no_info_text">Adja meg a nevét, profilképét és kapcsolati adatait a profil oldalán.</string>
<string name="whats_your_status">Mi az állapota?</string>
</resources>
<plurals name="polls_amount_voters">
<item quantity="one">%d szavazat</item>
<item quantity="other">%d szavazat</item>
</plurals>
</resources>

View file

@ -412,4 +412,7 @@
<string name="userinfo_no_info_headline">未設定個人資訊</string>
<string name="userinfo_no_info_text">在您的個人檔案中新增名字、頭像和聯絡資訊</string>
<string name="whats_your_status">您目前的狀態是什麼呢?</string>
</resources>
<plurals name="polls_amount_voters">
<item quantity="other">%d 選票</item>
</plurals>
</resources>