notes/l10n/nl.js

67 строки
5.5 KiB
JavaScript

OC.L10N.register(
"notes",
{
"Notes" : "Notities",
"The last viewed note cannot be accessed. " : "De laatst bekeken notitie kan niet worden benaderd.",
"The notes folder is not accessible: %s" : "De notities map is niet toegankelijk: %s",
"Encryption Error" : "Encryptie fout",
"Error" : "Fout",
"New note" : "Nieuwe notitie",
"Distraction-free notes and writing" : "Afleidingsvrije notities en schrijven",
"The Notes app is a distraction free notes taking app. It provides categories for better organization and supports formatting using [Markdown](https://en.wikipedia.org/wiki/Markdown) syntax. Notes are saved as files in your Nextcloud, so you can view and edit them with every Nextcloud client. Furthermore, a separate [RESTful API](https://github.com/nextcloud/notes/wiki/API-0.2) allows for an easy integration into third-party apps (currently, there are notes apps for [Android](https://github.com/stefan-niedermann/nextcloud-notes) and [iOS](https://github.com/owncloud/notes-iOS-App) which allow convenient access to your Nextcloud notes). Further features include marking notes as favorites." : "De Notities-app is een simpele kladblok app. Het ondersteunt formatteren met [Markdown] (https://en.wikipedia.org/wiki/Markdown). Notities worden als bestanden in je Nextcloud opgeslagen, zodat je ze met elke Nextcloud-client kunt bekijken en bewerken. Bovendien zorgt een afzonderlijke [RESTful API] (https://github.com/nextcloud/notes/wiki/API-0.2) voor een eenvoudige integratie met apps van derden (momenteel zijn er simpel te gebruiken notitie-apps voor [Android] (https://github.com/stefan-niedermann/nextcloud-notes) en [iOS] (https://github.com/owncloud/notes-iOS-App)). Verdere functies omvatten het markeren van notities als favorieten en toekomstige versies bieden categorieën voor nog betere organisatie.",
"There are unsaved notes. Leaving the page will discard all changes!" : "Er zijn niet-opgeslagen notities. Als je de pagina verlaat gaan je wijzigingen verloren!",
"Settings" : "Instellingen",
"Folder to store your notes" : "Map om je notities op te slaan",
"path to notes" : "pad naar notities",
"File extension for new notes" : "Bestandsextensies voor nieuwe notities",
"All notes" : "Alle notities",
"Categories" : "Categorieën",
"Search result for “{search}” in {category}" : "Zoekresultaten voor \"{search}\" in {category}",
"Search result for “{search}”" : "Zoekresultaten voor \"{search}\"",
"No search result for “{search}” in {category}" : "Geen zoekresultaten voor \"{search}\" in {categorie} ",
"No search result for “{search}”" : "Geen zoekresultaten voor \"{search}\"",
"Today" : "Vandaag",
"Yesterday" : "Gisteren",
"This week" : "Deze week",
"Last week" : "Vorige week",
"This month" : "Deze maand",
"Last month" : "Vorige maand",
"Remove from favorites" : "Verwijderen uit favorieten",
"Add to favorites" : "Toevoegen aan favorieten",
"Delete note" : "Verwijder notitie",
"Empty note" : "Lege notitie",
"Write …" : "Schrijf ...",
"Details" : "Details",
"Preview" : "Voorbeeld",
"Edit" : "Bewerken",
"Save failed. Click to retry." : "Opslaan mislukt. Klik om opnieuw te proberen.",
"Set category" : "Bepaal categorie",
"Category" : "Categorie",
"Uncategorized" : "Niet gecategoriseerd ",
"Click here to save manually" : "Klik hier om handmatig op te slaan",
"Saving failed!" : "Opslaan mislukt!",
"Last modified: {date}" : "Laatst gewijzigd: {date}",
"Note has unsaved changes" : "Notitie heeft niet opgeslagen veranderingen",
"Subcategory" : "Subcategorie",
"_%n word_::_%n words_" : ["%n woord","%n woorden"],
"Write down your thoughts without any distractions." : "Schrijf je gedachten op zonder afleiding.",
"Use Markdown markups to style your text." : "Gebruik Markdown markups om je tekst te stijlen.",
"Organize your notes in categories." : "Organiseer je notities in categorieën. ",
"Install the app for your mobile phone in order to access your notes from everywhere." : "Installeer de app op je mobiel om overal toegang tot je notities te krijgen.",
"Android app" : "Android app",
"iOS app" : "iOS app",
"Start writing a note by clicking on “{newnote}” in the app navigation." : "Start een nieuwe notitie door op \"{newnote}\" te klikken in de app navigatie.",
"You can create subcategories by using “/” as delimiter between parent category and subcategory, e.g. “{parent}/{sub}”." : "Je kunt sub-categorieën maken door “/” te gebruiken als scheidingsteken tussen hoofdcategorie en sub-categorie, bijv. “{parent}/{sub}”.",
"See JavaScript console for details." : "Bekijk JavaScript console voor details.",
"Updating settings has failed." : "Update instellingen mislukt.",
"Fetching notes has failed." : "Notities ophalen mislukt.",
"Fetching note {id} has failed." : "Notitie {id} ophalen mislukt.",
"Creating new note has failed." : "Notitie aanmaken mislukt.",
"Updating note {id} has failed." : "Notitie {id} bijwerken mislukt.",
"Deleting note {id} has failed." : "Notitie {id} verwijderen mislukt.",
"Toggling favorite for note {id} has failed." : "Favoriet instellen voor notitie {id} mislukt.",
"Updating the note's category has failed. Is the target directory writable?" : "Bijwerken van de notitiecategorie mislukt. Is de doelmap beschrijfbaar?",
"Updating the category for note {id} has failed." : "Categorie bijwerken voor notitie {id} mislukt."
},
"nplurals=2; plural=(n != 1);");