Skip to content

Commit 40106f6

Browse files
authored
Add Dutch Translation
1 parent 1799526 commit 40106f6

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
2+
<resources>
3+
<string name="app_name" translatable="false">DigiView</string>
4+
<string name="digiview_feed">DigiView\nfeed</string>
5+
<string name="waiting_for_usb_device">Verbind De Goggles</string>
6+
<string name="usb_device_approved">USB Apparaat Goedgekeurd</string>
7+
<string name="usb_device_detached_waiting">Goggles Verbinding Verbroken</string>
8+
<string name="usb_device_found">Goggles Verbonden</string>
9+
<string name="waiting_for_video">Wachten Op Video…</string>
10+
<string name="title_activity_data_collection">Data Collection Agreement</string>
11+
<string name="data_collection_deny_button">Nee, bedankt</string>
12+
<string name="data_collection_agree_button">Ja hoor!</string>
13+
<string name="data_collection_header" >Deel crash-informatie met het DigiView team?</string>
14+
<string name="data_collection_text">Deze app crashed waarschijnlijk minder vaak dan je drone, maar als het gebeurt willen we het graag weten!</string>
15+
<string name="title_activity_settings">Instellingen</string>
16+
17+
<!-- Settings -->
18+
<string name="performance">Prestatie</string>
19+
<string name="privacy">Privacy</string>
20+
<string name="video_preset">Video Preset</string>
21+
<string name="video_preset_default">Standaard</string>
22+
<string name="video_preset_conservative">Behouden</string>
23+
<string name="video_preset_aggressive">Aggresief</string>
24+
<string name="video_preset_legacy">Legacy</string>
25+
<string name="video_preset_legacy_buffered">Legacy Buffered</string>
26+
<string name="enable_analytics">Analyse Inschakelen</string>
27+
<string name="privacy_policy">Privacy Policy</string>
28+
<string name="privacy_policy_summary">Bekijk welke data we verzamelen en hoe we deze gebruiken</string>
29+
<string name="video_player">Video Speler</string>
30+
<string name="full_screen">Volledig Scherm</string>
31+
<string name="full_screen_summary">Kan ook ingeschakeld worden door dubbel-tap of het pinchen van de videospeler.</string>
32+
<string name="show_watermark">DigiView watermerk weergeven</string>
33+
<string name="links">Links</string>
34+
<string name="our_website">Onze Website</string>
35+
<string name="discord_summary">Chat met ons en andere DigiView gebruikers</string>
36+
<string name="digiview_web_app">DigiView Web App</string>
37+
<string name="digiview_web_app_summary">Werkt in Chrome en Chrome-based browsers, zelfs op Android!</string>
38+
<string name="github_summary">Al onze code is open-source</string>
39+
<string name="about">Over</string>
40+
<string name="app_Version">App Versie</string>
41+
<string name="copyright">Copyright</string>
42+
<string name="open_source_license">Open-Source License</string>
43+
<string name="open_source_license_summary">MIT License</string>
44+
</resources>

0 commit comments

Comments
 (0)