Skip to content

Commit e0c41a8

Browse files
authored
add Dutch (nl) as a translation for iOS (#1918)
1 parent 66984a2 commit e0c41a8

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
/*
2+
QBImagePicker.strings
3+
QBImagePicker
4+
5+
Created by Marijn Hosten on 2023/04/18.
6+
*/
7+
8+
"albums.title" = "Fotos";
9+
10+
"assets.footer.photo" = "%ld Foto";
11+
"assets.footer.photos" = "%ld Fotos";
12+
"assets.footer.video" = "%ld Video";
13+
"assets.footer.videos" = "%ld Videos";
14+
"assets.footer.photo-and-video" = "%ld Foto, %ld Video";
15+
"assets.footer.photos-and-video" = "%ld Fotos, %ld Video";
16+
"assets.footer.photo-and-videos" = "%ld Foto, %ld Videos";
17+
"assets.footer.photos-and-videos" = "%ld Fotos, %ld Videos";
18+
19+
"assets.toolbar.item-selected" = "%ld Item Geselecteerd";
20+
"assets.toolbar.items-selected" = "%ld Items Geselecteerd";
21+
22+
"permission.help" = "U heeft toestemming gegeven om een gelimiteerd aantal fotos en videos te gebruiken.";
23+
"permission.manage" = "BEHEER";
24+
"permission.title" = "Om toegang te hebben tot alle fotos moet u toestemming geven in de instellingen van uw toestel.";
25+
"permission.choose_more" = "Kies Meer Fotos";
26+
"permission.change_settings" = "Wijzig Instellingen";
27+
"permission.cancel" = "Annuleer";

0 commit comments

Comments
 (0)