cookbook/l10n/nl.js

68 строки
3.7 KiB
JavaScript

OC.L10N.register(
"cookbook",
{
"Recipes" : "Recepten",
"Cookbook" : "Receptenboek",
"An integrated cookbook using schema.org JSON files as recipes" : "Een geïntegreerd receptenboek dat gebruikt maakt van JSON-bestanden volgens het schema.org-formaat voor recepten",
"A library for all your recipes. It uses JSON files following the schema.org recipe format. To add a recipe to the collection, you can paste in the URL of the recipe, and the provided web page will be parsed and downloaded to whichever folder you specify in the app settings." : "Een bibliotheek voor al je recepten. Er wordt gebruik gemaakt van JSON-bestanden volgens het schema.org-formaat voor recepten. Om een recept aan de collectie toe te voegen, kun je de URL van het recept plakken. De webpagina zal dan automatisch geanalyseerd worden en gedownload naar de map die je in de instellingen hebt aangeduid.",
"Open navigation" : "Open navigatie",
"Home" : "Thuis",
"All recipes" : "Alle recepten",
"Search" : "Zoeken",
"Edit recipe" : "Recept bewerken",
"Reload recipe" : "Recept opnieuw laden",
"New recipe" : "Nieuw recept",
"Save changes" : "Wijzigingen opslaan",
"Print recipe" : "Recept afdrukken",
"Delete recipe" : "Recept verwijderen",
"App is loading" : "App laadt",
"Loading…" : "Laden…",
"Loading recipe" : "Recept laden",
"Recipe not found" : "Recept niet gevonden",
"Page not found" : "Pagina niet gevonden",
"Category" : "Categorie",
"Recipe name" : "Recept naam",
"Tag" : "Label",
"Search for recipes" : "Zoek naar recepten",
"Are you sure you want to delete this recipe?" : "Weet je zeker dat je dit recept wil verwijderen?",
"Delete failed" : "Verwijderen is mislukt",
"Hide navigation" : "Verberg navigatie",
"Create recipe" : "Maak een recept",
"Download recipe from URL" : "Recept downloaden van URL",
"Rescan library" : "Bibliotheek opnieuw inladen",
"Recipe folder" : "Receptenmap",
"Please pick a folder" : "Selecteer alsjeblieft een map",
"Update interval in minutes" : "Update-interval in minuten",
"Last update: " : "Laatste update:",
"Print image with recipe" : "Recept afdrukken met afbeelding",
"Could not set preference for image printing" : "Kon de voorkeur voor afbeelding afdrukken niet instellen",
"Could not set recipe update interval to {interval}" : "Kon de update-interval voor recepten niet instellen op {interval}",
"Loading config failed" : "Laden configuratie mislukt",
"Failed to load category " : "Laden categorie mislukt",
"Loading category recipes..." : "Laden recepten categorieën",
"Failed to fetch categories" : "Categorieën ophalen niet gelukt",
"Path to your recipe collection" : "Pad naar je receptencollectie",
"Could not set recipe folder to {path}" : "Kan de receptenmap niet instellen op {path}",
"Pick a local image" : "Kies een lokale afbeelding",
"Path to your recipe image" : "Pad naar recept afbeelding",
"Add" : "Toevoegen",
"The page was not found" : "De pagina is niet gevonden",
"Name" : "Naam",
"Description" : "Omschrijving",
"URL" : "URL",
"Image" : "Afbeelding",
"Preparation time" : "Bereidingstijd",
"Cooking time" : "Kooktijd",
"Total time" : "Totale tijd",
"Keywords (comma separated)" : "Trefwoorden (gescheiden door een komma)",
"Servings" : "Porties",
"Tools" : "Hulpmiddelen",
"Ingredients" : "Ingrediënten",
"Instructions" : "Instructies",
"Loading recipe failed" : "Laden recept mislukt",
"Recipe could not be saved" : "Recept kon niet worden opgelagen",
"Cooking time is up!" : "Kooktijd is verstreken!",
"Source" : "Bron"
},
"nplurals=2; plural=(n != 1);");