Browse Source

[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot 2 years ago
parent
commit
e074b82745

+ 7 - 1
app/src/main/res/values-cs-rCZ/strings.xml

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

+ 5 - 1
app/src/main/res/values-de/strings.xml

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

+ 7 - 1
app/src/main/res/values-hu-rHU/strings.xml

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

+ 4 - 1
app/src/main/res/values-zh-rHK/strings.xml

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