Merge pull request #1500 from nailyk-weblate/weblate-tusky-tusky

Update from Weblate
This commit is contained in:
Konrad Pozniak 2019-09-26 19:47:40 +02:00 committed by GitHub
commit 4d43f53dd3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 27 additions and 3 deletions

View file

@ -510,4 +510,14 @@
<string name="poll_duration_6_hours">6 hores</string>
<string name="edit_poll">Modificar</string>
</resources>
<string name="action_add_poll">Afegeix una enquesta</string>
<string name="create_poll_title">Enquesta</string>
<string name="poll_duration_5_min">5 minuts</string>
<string name="poll_duration_30_min">30 minuts</string>
<string name="poll_duration_1_day">1 dia</string>
<string name="poll_duration_3_days">3 dies</string>
<string name="poll_duration_7_days">7 dies</string>
<string name="add_poll_choice">Afegeix una tria</string>
<string name="poll_allow_multiple_choices">Múltiples tries</string>
<string name="poll_new_choice_hint">Tria %d</string>
</resources>

View file

@ -50,7 +50,7 @@
<string name="status_content_show_less">Összecsukás</string>
<string name="message_empty">Nincs itt semmi.</string>
<string name="footer_empty">Üres tartalom. Húzd le a frissítéshez!</string>
<string name="notification_reblog_format">%s megolta a tülködet</string>
<string name="notification_reblog_format">%s megtolta a tülködet</string>
<string name="notification_favourite_format">%s kedvencnek jelölte tülködet</string>
<string name="notification_follow_format">%s követ</string>
<string name="report_username_format">\@%s bejelentése</string>
@ -453,4 +453,18 @@
<string name="title_accounts">Fiókok</string>
<string name="failed_search">Sikertelen keresés</string>
</resources>
<string name="action_add_poll">Szavazás hozzáadása</string>
<string name="create_poll_title">Szavazás</string>
<string name="poll_duration_5_min">5 perc</string>
<string name="poll_duration_30_min">30 perc</string>
<string name="poll_duration_1_hour">1 óra</string>
<string name="poll_duration_6_hours">6 óra</string>
<string name="poll_duration_1_day">1 nap</string>
<string name="poll_duration_3_days">3 nap</string>
<string name="poll_duration_7_days">7 nap</string>
<string name="add_poll_choice">Válasz hozzáadása</string>
<string name="poll_allow_multiple_choices">Több lehetőség</string>
<string name="poll_new_choice_hint">Válasz %d</string>
<string name="edit_poll">Szerkesztés</string>
</resources>