Translated using Weblate (Dutch)
Currently translated at 100.0% (205 of 205 strings)
This commit is contained in:
parent
2bf4032a6f
commit
bca9035302
|
@ -88,8 +88,8 @@
|
||||||
<string name="audio">Geluid</string>
|
<string name="audio">Geluid</string>
|
||||||
<string name="retry">Opnieuw proberen</string>
|
<string name="retry">Opnieuw proberen</string>
|
||||||
<string name="main_bg_subtitle">Tik op zoeken om te beginnen</string>
|
<string name="main_bg_subtitle">Tik op zoeken om te beginnen</string>
|
||||||
<string name="autoplay_by_calling_app_title">Automatisch afspelen wanneer geopend vanuit een andere app</string>
|
<string name="autoplay_by_calling_app_title">Automatisch afspelen</string>
|
||||||
<string name="autoplay_by_calling_app_summary">Speel video\'s automatisch af wanneer NewPipe vanuit een andere app geopend wordt</string>
|
<string name="autoplay_by_calling_app_summary">Speelt video\'s automatisch af wanneer NewPipe vanuit een andere app geopend wordt</string>
|
||||||
<string name="duration_live">live</string>
|
<string name="duration_live">live</string>
|
||||||
<string name="downloads">Downloads</string>
|
<string name="downloads">Downloads</string>
|
||||||
<string name="downloads_title">Downloads</string>
|
<string name="downloads_title">Downloads</string>
|
||||||
|
@ -232,4 +232,32 @@ te openen in pop-upmodus</string>
|
||||||
<string name="history_empty">De geschiedenis is leeg</string>
|
<string name="history_empty">De geschiedenis is leeg</string>
|
||||||
<string name="history_cleared">Geschiedenis gewist</string>
|
<string name="history_cleared">Geschiedenis gewist</string>
|
||||||
|
|
||||||
|
<string name="settings_category_player_title">Speler</string>
|
||||||
|
<string name="settings_category_player_behavior_title">Gedrag</string>
|
||||||
|
<string name="settings_category_history_title">Geschiedenis</string>
|
||||||
|
<string name="playlist">Afspeellijst</string>
|
||||||
|
<string name="undo">Ongedaan maken</string>
|
||||||
|
|
||||||
|
<string name="search_no_results">Geen resultaten</string>
|
||||||
|
<string name="empty_subscription_feed_subtitle">Niets te zien</string>
|
||||||
|
|
||||||
|
<string name="no_subscribers">Geen abonnees</string>
|
||||||
|
<plurals name="subscribers">
|
||||||
|
<item quantity="one">%s abonnee</item>
|
||||||
|
<item quantity="other">%s abonnees</item>
|
||||||
|
</plurals>
|
||||||
|
|
||||||
|
<string name="no_views">Geen weergaven</string>
|
||||||
|
<plurals name="views">
|
||||||
|
<item quantity="one">%s weergave</item>
|
||||||
|
<item quantity="other">%s weergaven</item>
|
||||||
|
</plurals>
|
||||||
|
|
||||||
|
<string name="no_videos">Geen video\'s</string>
|
||||||
|
<plurals name="videos">
|
||||||
|
<item quantity="one">%s video</item>
|
||||||
|
<item quantity="other">%s video\'s</item>
|
||||||
|
</plurals>
|
||||||
|
|
||||||
|
<string name="item_deleted">Item verwijderd</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
Loading…
Reference in New Issue