Skip to content

Commit

Permalink
[tx-robot] updated from transifex
Browse files Browse the repository at this point in the history
Signed-off-by: Nextcloud bot <[email protected]>
  • Loading branch information
nextcloud-bot committed Aug 9, 2022
1 parent 162d019 commit 966549a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
6 changes: 5 additions & 1 deletion app/src/main/res/values-eu/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
8 changes: 7 additions & 1 deletion app/src/main/res/values-pl/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit 966549a

Please sign in to comment.