nextcloud/apps/files/l10n/nl.json

118 lines
8.6 KiB
JSON
Raw Normal View History

{ "translations": {
"Storage not available" : "Opslag niet beschikbaar",
"Storage invalid" : "Opslag ongeldig",
"Unknown error" : "Onbekende fout",
"Unable to set upload directory." : "Kan uploadmap niet instellen.",
"Invalid Token" : "Ongeldig Token",
"No file was uploaded. Unknown error" : "Er was geen bestand geladen. Onbekende fout",
"There is no error, the file uploaded with success" : "Het bestand is succesvol geüpload.",
"The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "Het geüploade bestand overscheidt de upload_max_filesize optie in php.ini:",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Het bestand overschrijdt de MAX_FILE_SIZE instelling dat is opgegeven in het HTML formulier",
"The uploaded file was only partially uploaded" : "Het bestand is slechts gedeeltelijk geüpload",
"No file was uploaded" : "Er is geen bestand geüpload",
"Missing a temporary folder" : "Er ontbreekt een tijdelijke map",
"Failed to write to disk" : "Schrijven naar schijf mislukt",
"Not enough storage available" : "Niet genoeg opslagruimte beschikbaar",
2015-11-24 09:56:32 +03:00
"The target folder has been moved or deleted." : "De doelmap is verplaatst of verwijderd.",
"Upload failed. Could not find uploaded file" : "Upload mislukt. Kon geüploade bestand niet vinden",
"Upload failed. Could not get file info." : "Upload mislukt. Kon geen bestandsinfo krijgen.",
"Invalid directory." : "Ongeldige directory.",
"Files" : "Bestanden",
"All files" : "Alle bestanden",
2014-12-17 09:56:41 +03:00
"Favorites" : "Favorieten",
2014-12-19 09:56:51 +03:00
"Home" : "Thuis",
2015-08-25 19:39:10 +03:00
"Close" : "Sluiten",
2015-11-13 09:57:12 +03:00
"Upload cancelled." : "Uploaden geannuleerd.",
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Kan {filename} niet uploaden omdat het een map is of 0 bytes groot is",
"Total file size {size1} exceeds upload limit {size2}" : "Totale bestandsgrootte {size1} groter dan uploadlimiet {size2}",
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Niet genoeg vrije ruimte. U upload {size1}, maar is is slechts {size2} beschikbaar",
"Could not get result from server." : "Kon het resultaat van de server niet terugkrijgen.",
"File upload is in progress. Leaving the page now will cancel the upload." : "Bestandsupload is bezig. Wanneer de pagina nu verlaten wordt, stopt de upload.",
2015-08-25 19:39:10 +03:00
"Actions" : "Acties",
2015-01-13 09:56:58 +03:00
"Download" : "Downloaden",
2015-09-28 12:07:18 +03:00
"Rename" : "Naam wijzigen",
"Delete" : "Verwijderen",
"Details" : "Details",
2014-12-19 09:56:51 +03:00
"Select" : "Selecteer",
"Pending" : "In behandeling",
2014-12-15 09:54:30 +03:00
"Unable to determine date" : "Kon datum niet vaststellen",
2015-06-25 08:55:15 +03:00
"This operation is forbidden" : "Deze taak is verboden",
2015-06-29 08:54:44 +03:00
"This directory is unavailable, please check the logs or contact the administrator" : "Deze map is niet beschikbaar. Verifieer de logs of neem contact op met de beheerder",
2015-11-30 09:55:24 +03:00
"Could not move \"{file}\", target exists" : "Kon \"{file}\" niet verplaatsen, doel bestaat al",
"Could not move \"{file}\"" : "Kon \"{file}\" niet verplaatsen",
"{newName} already exists" : "{newName} bestaat al",
"Could not rename \"{fileName}\", it does not exist any more" : "Kon \"{fileName}\" niet hernoemen, het bestaat niet meer",
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "De naam \"{targetName}\" bestaat al in map \"{dir}\". Kies een andere naam.",
"Could not rename \"{fileName}\"" : "Kon \"{fileName}\" niet hernoemen",
"Could not create file \"{file}\"" : "Kon \"{file}\" niet aanmaken",
"Could not create file \"{file}\" because it already exists" : "Kon \"{file}\" niet aanmaken omdat het al bestaat",
"Could not create folder \"{dir}\"" : "Kon map \"{dir}\" niet aanmaken",
"Could not create folder \"{dir}\" because it already exists" : "Kon map \"{dir}\" niet aanmaken omdat die al bestaat",
"Error deleting file \"{fileName}\"." : "Fout bij verwijderen bestand \"{fileName}\".",
2015-01-09 09:55:22 +03:00
"No entries in this folder match '{filter}'" : "Niets in deze map komt overeen met '{filter}'",
"Name" : "Naam",
"Size" : "Grootte",
"Modified" : "Aangepast",
"_%n file_::_%n files_" : ["%n bestand","%n bestanden"],
2015-08-25 19:39:10 +03:00
"{dirs} and {files}" : "{dirs} en {files}",
"You dont have permission to upload or create files here" : "U hebt geen toestemming om hier te uploaden of bestanden te maken",
"_Uploading %n file_::_Uploading %n files_" : ["%n bestand aan het uploaden","%n bestanden aan het uploaden"],
2015-09-08 08:55:56 +03:00
"New" : "Nieuw",
"\"{name}\" is an invalid file name." : "\"{name}\" is een ongeldige bestandsnaam.",
2015-03-11 08:55:38 +03:00
"File name cannot be empty." : "Bestandsnaam kan niet leeg zijn.",
2015-06-07 08:55:03 +03:00
"Storage of {owner} is full, files can not be updated or synced anymore!" : "Opslagruimte van {owner} zit vol, bestanden kunnen niet meer worden ge-upload of gesynchroniseerd!",
"Your storage is full, files can not be updated or synced anymore!" : "Uw opslagruimte zit vol. Bestanden kunnen niet meer worden gewijzigd of gesynchroniseerd!",
2015-06-07 08:55:03 +03:00
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "Opslagruimte van {owner} zit bijna vol ({usedSpacePercent}%)",
"Your storage is almost full ({usedSpacePercent}%)" : "Uw opslagruimte zit bijna vol ({usedSpacePercent}%)",
2015-01-13 09:56:58 +03:00
"_matches '{filter}'_::_match '{filter}'_" : ["komt overeen met '{filter}'","komen overeen met '{filter}'"],
2015-08-25 19:39:10 +03:00
"Path" : "Pad",
"_%n byte_::_%n bytes_" : ["%n byte","%n bytes"],
2014-12-19 09:56:51 +03:00
"Favorited" : "Favoriet",
2014-12-17 09:56:41 +03:00
"Favorite" : "Favoriet",
2015-09-08 08:55:56 +03:00
"Folder" : "Map",
"New folder" : "Nieuwe map",
2015-11-13 09:57:12 +03:00
"{newname} already exists" : "{newname} bestaat al",
"Upload" : "Uploaden",
2015-02-11 09:55:07 +03:00
"An error occurred while trying to update the tags" : "Er trad een fout op bij uw poging de tags bij te werken",
2015-02-20 09:55:01 +03:00
"A new file or folder has been <strong>created</strong>" : "Een nieuw bestand of map is <strong>aangemaakt</strong>",
"A file or folder has been <strong>changed</strong>" : "Een bestand of map is <strong>gewijzigd</strong>",
2015-04-15 01:15:32 +03:00
"Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Beperk meldingen over aanmaken en wijzigen aan uw <strong>favoriete bestanden</strong> <em>(Alleen stream)</em>",
2015-02-20 09:55:01 +03:00
"A file or folder has been <strong>deleted</strong>" : "Een bestand of map is <strong>verwijderd</strong>",
"A file or folder has been <strong>restored</strong>" : "Een bestand of een mmaps is <strong>hersteld</strong>",
2015-12-05 09:55:14 +03:00
"You created %1$s" : "Gecreëerd: %1$s",
2015-02-20 09:55:01 +03:00
"%2$s created %1$s" : "%2$s creëerde %1$s",
"%1$s was created in a public folder" : "%1$s werd gecreëerd in een openbare map",
2015-12-05 09:55:14 +03:00
"You changed %1$s" : "Gewijzigd: %1$s",
2015-02-20 09:55:01 +03:00
"%2$s changed %1$s" : "%2$s wijzigde %1$s",
2015-12-05 09:55:14 +03:00
"You deleted %1$s" : "Verwijderd: %1$s",
2015-02-20 09:55:01 +03:00
"%2$s deleted %1$s" : "%2$s verwijderde %1$s",
2015-12-05 09:55:14 +03:00
"You restored %1$s" : "Hersteld: %1$s",
2015-02-20 09:55:01 +03:00
"%2$s restored %1$s" : "%2$s herstelde %1$s",
2015-10-04 08:55:02 +03:00
"Changed by %2$s" : "Gewijzigd door %2$s",
"Deleted by %2$s" : "Verwijderd door %2$s",
"Restored by %2$s" : "Hersteld door %2$s",
"Upload (max. %s)" : "Upload (max. %s)",
"File handling" : "Bestand",
"Maximum upload size" : "Maximale bestandsgrootte voor uploads",
"max. possible: " : "max. mogelijk: ",
"Save" : "Bewaren",
2015-11-18 09:55:08 +03:00
"With PHP-FPM it might take 5 minutes for changes to be applied." : "Met PHP-FPM kan het 5 minuten duren voordat wijzigingen zijn doorgevoerd.",
"Missing permissions to edit from here." : "Ontbrekende rechten om vanaf hier te bewerken.",
2014-12-19 09:56:51 +03:00
"Settings" : "Instellingen",
"WebDAV" : "WebDAV",
"Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>" : "Gebruik deze link <a href=\"%s\" target=\"_blank\">om uw bestanden via WebDAV te benaderen</a>",
2014-12-19 09:56:51 +03:00
"Cancel upload" : "Upload afbreken",
2015-03-28 08:55:46 +03:00
"No files in here" : "Hier geen bestanden",
2014-12-19 09:56:51 +03:00
"Upload some content or sync with your devices!" : "Upload bestanden of synchroniseer met uw apparaten!",
2015-01-09 09:55:22 +03:00
"No entries found in this folder" : "Niets",
2014-12-19 09:56:51 +03:00
"Select all" : "Alles selecteren",
"Upload too large" : "Upload is te groot",
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "De bestanden die u probeert te uploaden zijn groter dan de maximaal toegestane bestandsgrootte voor deze server.",
"Files are being scanned, please wait." : "Bestanden worden gescand, even wachten.",
2014-12-19 09:56:51 +03:00
"Currently scanning" : "Nu aan het scannen",
"No favorites" : "Geen favorieten",
2015-11-24 09:56:32 +03:00
"Files and folders you mark as favorite will show up here" : "Bestanden en mappen die u favoriet vindt worden hier getoont",
"Text file" : "Tekstbestand",
"New text file.txt" : "Nieuw tekstbestand.txt"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}