소스 검색

[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot 2 년 전
부모
커밋
fa91ba4691
3개의 변경된 파일13개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      app/src/main/res/values-de/strings.xml
  2. 5 1
      app/src/main/res/values-eu/strings.xml
  3. 7 1
      app/src/main/res/values-pl/strings.xml

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

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

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

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

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

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