Sync Strings from Localazy

This commit is contained in:
bmarty 2023-12-18 00:10:14 +00:00 committed by GitHub
parent 4c987c5b3f
commit e60508a631
29 changed files with 126 additions and 17 deletions

View file

@ -11,4 +11,9 @@
<string name="screen_edit_poll_delete_confirmation">"Opravdu chcete odstranit toto hlasování?"</string>
<string name="screen_edit_poll_delete_confirmation_title">"Odstranit hlasování"</string>
<string name="screen_edit_poll_title">"Upravit hlasování"</string>
<string name="screen_polls_history_empty_ongoing">"Nelze najít žádná probíhající hlasování."</string>
<string name="screen_polls_history_empty_past">"Nelze najít žádná minulá hlasování."</string>
<string name="screen_polls_history_filter_ongoing">"Probíhající"</string>
<string name="screen_polls_history_filter_past">"Minulé"</string>
<string name="screen_polls_history_title">"Hlasování"</string>
</resources>