Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add Dutch (nl) as a translation for iOS #1918

Merged
merged 1 commit into from
May 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions ios/QBImagePicker/QBImagePicker/nl.lproj/QBImagePicker.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
/*
QBImagePicker.strings
QBImagePicker

Created by Marijn Hosten on 2023/04/18.
*/

"albums.title" = "Fotos";

"assets.footer.photo" = "%ld Foto";
"assets.footer.photos" = "%ld Fotos";
"assets.footer.video" = "%ld Video";
"assets.footer.videos" = "%ld Videos";
"assets.footer.photo-and-video" = "%ld Foto, %ld Video";
"assets.footer.photos-and-video" = "%ld Fotos, %ld Video";
"assets.footer.photo-and-videos" = "%ld Foto, %ld Videos";
"assets.footer.photos-and-videos" = "%ld Fotos, %ld Videos";

"assets.toolbar.item-selected" = "%ld Item Geselecteerd";
"assets.toolbar.items-selected" = "%ld Items Geselecteerd";

"permission.help" = "U heeft toestemming gegeven om een gelimiteerd aantal fotos en videos te gebruiken.";
"permission.manage" = "BEHEER";
"permission.title" = "Om toegang te hebben tot alle fotos moet u toestemming geven in de instellingen van uw toestel.";
"permission.choose_more" = "Kies Meer Fotos";
"permission.change_settings" = "Wijzig Instellingen";
"permission.cancel" = "Annuleer";