excalidraw/src/locales/nl-NL.json

235 lines
8.7 KiB
JSON
Raw Normal View History

{
"labels": {
2020-04-21 17:42:59 +03:00
"paste": "Plakken",
2020-04-08 13:14:30 +03:00
"selectAll": "Alles selecteren",
2020-08-25 13:40:58 +03:00
"multiSelect": "Voeg element toe aan selectie",
"moveCanvas": "Canvas verplaatsen",
2020-12-14 16:49:01 +02:00
"cut": "",
2020-04-21 17:42:59 +03:00
"copy": "Kopiëren",
"copyAsPng": "Kopieer als PNG",
New Crowdin translations (#1228) * New translations en.json (Portuguese) * New translations en.json (Chinese Simplified) * New translations en.json (Chinese Simplified) * New translations en.json (Chinese Simplified) * New translations en.json (Chinese Simplified) * New translations en.json (Arabic) * New translations en.json (Italian) * New translations en.json (Spanish) * New translations en.json (Russian) * New translations en.json (Portuguese) * New translations en.json (Polish) * New translations en.json (Norwegian) * New translations en.json (Korean) * New translations en.json (Indonesian) * New translations en.json (Chinese Simplified) * New translations en.json (Hungarian) * New translations en.json (Hindi) * New translations en.json (Greek) * New translations en.json (German) * New translations en.json (French) * New translations en.json (Dutch) * New translations en.json (Chinese Traditional) * New translations en.json (Turkish) * New translations en.json (Polish) * New translations en.json (German) * New translations en.json (Dutch) * New translations en.json (French) * New translations en.json (Korean) * New translations en.json (Greek) * New translations en.json (Polish) * New translations en.json (Arabic) * New translations en.json (Italian) * New translations en.json (Spanish) * New translations en.json (Russian) * New translations en.json (Portuguese) * New translations en.json (Polish) * New translations en.json (Norwegian) * New translations en.json (Korean) * New translations en.json (Indonesian) * New translations en.json (Chinese Simplified) * New translations en.json (Hungarian) * New translations en.json (Hindi) * New translations en.json (Greek) * New translations en.json (German) * New translations en.json (French) * New translations en.json (Dutch) * New translations en.json (Chinese Traditional) * New translations en.json (Turkish) * New translations en.json (Arabic) * New translations en.json (Italian) * New translations en.json (Spanish) * New translations en.json (Russian) * New translations en.json (Portuguese) * New translations en.json (Polish) * New translations en.json (Norwegian) * New translations en.json (Korean) * New translations en.json (Indonesian) * New translations en.json (Chinese Simplified) * New translations en.json (Hungarian) * New translations en.json (Hindi) * New translations en.json (Greek) * New translations en.json (German) * New translations en.json (French) * New translations en.json (Dutch) * New translations en.json (Chinese Traditional) * New translations en.json (Turkish) * New translations en.json (Portuguese) * New translations en.json (Chinese Simplified) * New translations en.json (Chinese Simplified) * New translations en.json (Norwegian) * New translations en.json (Dutch) * New translations en.json (Greek) * New translations en.json (French) * New translations en.json (Portuguese)
2020-04-06 15:14:31 +03:00
"copyAsSvg": "Kopieer als SVG",
"bringForward": "Breng naar voren",
"sendToBack": "Breng naar achtergrond",
"bringToFront": "Breng naar voorgrond",
"sendBackward": "Breng naar achter",
"delete": "Verwijderen",
2020-08-25 13:40:58 +03:00
"copyStyles": "Opmaak kopiëren",
"pasteStyles": "Opmaak plakken",
"stroke": "Lijn",
"background": "Achtergrond",
"fill": "Invulling",
"strokeWidth": "Lijnbreedte",
2020-08-25 13:40:58 +03:00
"strokeStyle": "Lijnstijl",
"strokeStyle_solid": "Ononderbroken",
"strokeStyle_dashed": "Gestreept",
"strokeStyle_dotted": "Gestippeld",
"sloppiness": "Slordigheid",
"opacity": "Doorzichtigheid",
2020-04-09 19:11:01 +03:00
"textAlign": "Uitlijning",
2020-08-25 13:40:58 +03:00
"edges": "Randen",
New Crowdin updates (#2214) * New translations en.json (Indonesian) * New translations en.json (Polish) * New translations en.json (Norwegian Bokmal) * New translations en.json (Hindi) * New translations en.json (Norwegian Nynorsk) * New translations en.json (Tamil) * New translations en.json (Galician) * New translations en.json (Vietnamese) * New translations en.json (Chinese Traditional) * New translations en.json (Chinese Simplified) * New translations en.json (Ukrainian) * New translations en.json (Turkish) * New translations en.json (Swedish) * New translations en.json (Albanian) * New translations en.json (Russian) * New translations en.json (Portuguese) * New translations en.json (Dutch) * New translations en.json (Persian) * New translations en.json (Korean) * New translations en.json (Japanese) * New translations en.json (Italian) * New translations en.json (Hungarian) * New translations en.json (Hebrew) * New translations en.json (Finnish) * New translations en.json (Greek) * New translations en.json (German) * New translations en.json (Catalan) * New translations en.json (Bulgarian) * New translations en.json (Arabic) * New translations en.json (Spanish) * New translations en.json (French) * New translations en.json (Romanian) * New translations en.json (Nepali) * Auto commit: Calculate translation coverage * New translations en.json (French) * New translations en.json (Portuguese) * New translations en.json (Chinese Traditional) * New translations en.json (Norwegian Bokmal) * Auto commit: Calculate translation coverage * New translations en.json (Swedish) * Auto commit: Calculate translation coverage * New translations en.json (Dutch) * Auto commit: Calculate translation coverage * New translations en.json (Romanian) * Auto commit: Calculate translation coverage * New translations en.json (Catalan) * Auto commit: Calculate translation coverage * New translations en.json (Spanish) * New translations en.json (Catalan) * New translations en.json (Italian) * Auto commit: Calculate translation coverage * New translations en.json (Italian) * New translations en.json (Portuguese) * Auto commit: Calculate translation coverage * New translations en.json (Finnish) * Auto commit: Calculate translation coverage * New translations en.json (Indonesian) * Auto commit: Calculate translation coverage * New translations en.json (German) * Auto commit: Calculate translation coverage Co-authored-by: Kostas Bariotis <konmpar@gmail.com>
2020-10-12 15:34:47 +03:00
"sharp": "Hoekig",
2020-08-25 13:40:58 +03:00
"round": "Rond",
2020-12-14 16:49:01 +02:00
"arrowheads": "",
"arrowhead_none": "",
"arrowhead_arrow": "",
"arrowhead_bar": "",
"arrowhead_dot": "",
"fontSize": "Tekstgrootte",
"fontFamily": "Lettertype",
"onlySelected": "Enkel geselecteerde",
"withBackground": "Met achtergrond",
"exportEmbedScene": "",
"exportEmbedScene_details": "",
2020-04-21 17:42:59 +03:00
"addWatermark": "Voeg \"Gemaakt met Excalidraw\" toe",
"handDrawn": "Handgetekend",
"normal": "Normaal",
"code": "Code",
"small": "Klein",
"medium": "Medium",
"large": "Groot",
2020-04-08 13:14:30 +03:00
"veryLarge": "Zeer groot",
"solid": "Ingekleurd",
"hachure": "Arcering",
"crossHatch": "Tweemaal gearceerd",
"thin": "Dun",
"bold": "Vet",
2020-04-09 19:11:01 +03:00
"left": "Links",
"center": "Midden",
"right": "Rechts",
"extraBold": "Zwaar",
"architect": "Architect",
"artist": "Artiest",
"cartoonist": "Cartoonist",
"fileTitle": "",
"colorPicker": "Kleurenkiezer",
"canvasBackground": "Canvas achtergrond",
"drawingCanvas": "Canvas",
"layers": "Lagen",
"actions": "Acties",
"language": "Taal",
"createRoom": "Deel een live-samenwerkingssessie",
2020-04-08 13:14:30 +03:00
"duplicateSelection": "Dupliceer",
"untitled": "",
2020-04-21 17:42:59 +03:00
"name": "Naam",
"yourName": "Jouw naam",
2020-05-31 17:35:34 +03:00
"madeWithExcalidraw": "Gemaakt met Excalidraw",
2020-08-25 13:40:58 +03:00
"group": "Groeperen",
"ungroup": "Groep opheffen",
New Crowdin updates (#2214) * New translations en.json (Indonesian) * New translations en.json (Polish) * New translations en.json (Norwegian Bokmal) * New translations en.json (Hindi) * New translations en.json (Norwegian Nynorsk) * New translations en.json (Tamil) * New translations en.json (Galician) * New translations en.json (Vietnamese) * New translations en.json (Chinese Traditional) * New translations en.json (Chinese Simplified) * New translations en.json (Ukrainian) * New translations en.json (Turkish) * New translations en.json (Swedish) * New translations en.json (Albanian) * New translations en.json (Russian) * New translations en.json (Portuguese) * New translations en.json (Dutch) * New translations en.json (Persian) * New translations en.json (Korean) * New translations en.json (Japanese) * New translations en.json (Italian) * New translations en.json (Hungarian) * New translations en.json (Hebrew) * New translations en.json (Finnish) * New translations en.json (Greek) * New translations en.json (German) * New translations en.json (Catalan) * New translations en.json (Bulgarian) * New translations en.json (Arabic) * New translations en.json (Spanish) * New translations en.json (French) * New translations en.json (Romanian) * New translations en.json (Nepali) * Auto commit: Calculate translation coverage * New translations en.json (French) * New translations en.json (Portuguese) * New translations en.json (Chinese Traditional) * New translations en.json (Norwegian Bokmal) * Auto commit: Calculate translation coverage * New translations en.json (Swedish) * Auto commit: Calculate translation coverage * New translations en.json (Dutch) * Auto commit: Calculate translation coverage * New translations en.json (Romanian) * Auto commit: Calculate translation coverage * New translations en.json (Catalan) * Auto commit: Calculate translation coverage * New translations en.json (Spanish) * New translations en.json (Catalan) * New translations en.json (Italian) * Auto commit: Calculate translation coverage * New translations en.json (Italian) * New translations en.json (Portuguese) * Auto commit: Calculate translation coverage * New translations en.json (Finnish) * Auto commit: Calculate translation coverage * New translations en.json (Indonesian) * Auto commit: Calculate translation coverage * New translations en.json (German) * Auto commit: Calculate translation coverage Co-authored-by: Kostas Bariotis <konmpar@gmail.com>
2020-10-12 15:34:47 +03:00
"collaborators": "Deelnemers",
2020-08-25 13:40:58 +03:00
"toggleGridMode": "Rasterlijnen in-/uitschakelen",
2020-12-14 16:49:01 +02:00
"toggleStats": "",
2020-08-25 13:40:58 +03:00
"addToLibrary": "Voeg toe aan bibliotheek",
"removeFromLibrary": "Verwijder uit bibliotheek",
"libraryLoadingMessage": "Bibliotheek laden...",
2020-12-14 16:49:01 +02:00
"libraries": "",
2020-11-03 18:45:13 +02:00
"loadingScene": "Scène laden...",
"align": "",
"alignTop": "",
"alignBottom": "",
"alignLeft": "",
"alignRight": "",
"centerVertically": "",
New Crowdin updates (#2407) * New translations en.json (Arabic) * New translations en.json (Slovak) * New translations en.json (Norwegian Bokmal) * New translations en.json (Burmese) * New translations en.json (Hindi) * New translations en.json (Norwegian Nynorsk) * New translations en.json (Tamil) * New translations en.json (Persian) * New translations en.json (Indonesian) * New translations en.json (Galician) * New translations en.json (Chinese Traditional) * New translations en.json (Chinese Simplified) * New translations en.json (Ukrainian) * New translations en.json (Turkish) * New translations en.json (Swedish) * New translations en.json (Albanian) * New translations en.json (Portuguese) * New translations en.json (Korean) * New translations en.json (German) * New translations en.json (Russian) * New translations en.json (Romanian) * New translations en.json (French) * New translations en.json (Spanish) * New translations en.json (Bulgarian) * New translations en.json (Catalan) * New translations en.json (Greek) * New translations en.json (Polish) * New translations en.json (Finnish) * New translations en.json (Hebrew) * New translations en.json (Hungarian) * New translations en.json (Italian) * New translations en.json (Japanese) * New translations en.json (Dutch) * New translations en.json (Hausa) * Auto commit: Calculate translation coverage * New translations en.json (Romanian) * Auto commit: Calculate translation coverage * New translations en.json (German) * New translations en.json (Swedish) * Auto commit: Calculate translation coverage * New translations en.json (Finnish) * New translations en.json (Norwegian Bokmal) * Auto commit: Calculate translation coverage * New translations en.json (Indonesian) * Auto commit: Calculate translation coverage * New translations en.json (Chinese Traditional) * Auto commit: Calculate translation coverage * New translations en.json (Ukrainian) * Auto commit: Calculate translation coverage * New translations en.json (Italian) * Auto commit: Calculate translation coverage Co-authored-by: Kostas Bariotis <konmpar@gmail.com>
2020-11-24 13:34:41 +02:00
"centerHorizontally": "",
"distributeHorizontally": "",
"distributeVertically": ""
},
"buttons": {
"clearReset": "Canvas opnieuw instellen",
"export": "Exporteren",
"exportToPng": "Exporteren naar PNG",
"exportToSvg": "Exporteren naar SVG",
"copyToClipboard": "Kopieer",
"copyPngToClipboard": "Kopieer als PNG",
New Crowdin updates (#2214) * New translations en.json (Indonesian) * New translations en.json (Polish) * New translations en.json (Norwegian Bokmal) * New translations en.json (Hindi) * New translations en.json (Norwegian Nynorsk) * New translations en.json (Tamil) * New translations en.json (Galician) * New translations en.json (Vietnamese) * New translations en.json (Chinese Traditional) * New translations en.json (Chinese Simplified) * New translations en.json (Ukrainian) * New translations en.json (Turkish) * New translations en.json (Swedish) * New translations en.json (Albanian) * New translations en.json (Russian) * New translations en.json (Portuguese) * New translations en.json (Dutch) * New translations en.json (Persian) * New translations en.json (Korean) * New translations en.json (Japanese) * New translations en.json (Italian) * New translations en.json (Hungarian) * New translations en.json (Hebrew) * New translations en.json (Finnish) * New translations en.json (Greek) * New translations en.json (German) * New translations en.json (Catalan) * New translations en.json (Bulgarian) * New translations en.json (Arabic) * New translations en.json (Spanish) * New translations en.json (French) * New translations en.json (Romanian) * New translations en.json (Nepali) * Auto commit: Calculate translation coverage * New translations en.json (French) * New translations en.json (Portuguese) * New translations en.json (Chinese Traditional) * New translations en.json (Norwegian Bokmal) * Auto commit: Calculate translation coverage * New translations en.json (Swedish) * Auto commit: Calculate translation coverage * New translations en.json (Dutch) * Auto commit: Calculate translation coverage * New translations en.json (Romanian) * Auto commit: Calculate translation coverage * New translations en.json (Catalan) * Auto commit: Calculate translation coverage * New translations en.json (Spanish) * New translations en.json (Catalan) * New translations en.json (Italian) * Auto commit: Calculate translation coverage * New translations en.json (Italian) * New translations en.json (Portuguese) * Auto commit: Calculate translation coverage * New translations en.json (Finnish) * Auto commit: Calculate translation coverage * New translations en.json (Indonesian) * Auto commit: Calculate translation coverage * New translations en.json (German) * Auto commit: Calculate translation coverage Co-authored-by: Kostas Bariotis <konmpar@gmail.com>
2020-10-12 15:34:47 +03:00
"scale": "Schaal",
"save": "Opslaan",
2020-08-25 13:40:58 +03:00
"saveAs": "Opslaan als",
"load": "Open",
"getShareableLink": "Maak een deelbare link",
"close": "Sluiten",
"selectLanguage": "Taal selecteren",
"scrollBackToContent": "Scroll terug naar inhoud",
"zoomIn": "Inzoomen",
"zoomOut": "Uitzoomen",
"resetZoom": "Zoom terugzetten",
"menu": "Menu",
"done": "Klaar",
"edit": "Bewerken",
"undo": "Ongedaan maken",
"redo": "Herstel ongedaan maken",
"roomDialog": "Live-samenwerkingssessie starten",
New Crowdin translations (#1228) * New translations en.json (Portuguese) * New translations en.json (Chinese Simplified) * New translations en.json (Chinese Simplified) * New translations en.json (Chinese Simplified) * New translations en.json (Chinese Simplified) * New translations en.json (Arabic) * New translations en.json (Italian) * New translations en.json (Spanish) * New translations en.json (Russian) * New translations en.json (Portuguese) * New translations en.json (Polish) * New translations en.json (Norwegian) * New translations en.json (Korean) * New translations en.json (Indonesian) * New translations en.json (Chinese Simplified) * New translations en.json (Hungarian) * New translations en.json (Hindi) * New translations en.json (Greek) * New translations en.json (German) * New translations en.json (French) * New translations en.json (Dutch) * New translations en.json (Chinese Traditional) * New translations en.json (Turkish) * New translations en.json (Polish) * New translations en.json (German) * New translations en.json (Dutch) * New translations en.json (French) * New translations en.json (Korean) * New translations en.json (Greek) * New translations en.json (Polish) * New translations en.json (Arabic) * New translations en.json (Italian) * New translations en.json (Spanish) * New translations en.json (Russian) * New translations en.json (Portuguese) * New translations en.json (Polish) * New translations en.json (Norwegian) * New translations en.json (Korean) * New translations en.json (Indonesian) * New translations en.json (Chinese Simplified) * New translations en.json (Hungarian) * New translations en.json (Hindi) * New translations en.json (Greek) * New translations en.json (German) * New translations en.json (French) * New translations en.json (Dutch) * New translations en.json (Chinese Traditional) * New translations en.json (Turkish) * New translations en.json (Arabic) * New translations en.json (Italian) * New translations en.json (Spanish) * New translations en.json (Russian) * New translations en.json (Portuguese) * New translations en.json (Polish) * New translations en.json (Norwegian) * New translations en.json (Korean) * New translations en.json (Indonesian) * New translations en.json (Chinese Simplified) * New translations en.json (Hungarian) * New translations en.json (Hindi) * New translations en.json (Greek) * New translations en.json (German) * New translations en.json (French) * New translations en.json (Dutch) * New translations en.json (Chinese Traditional) * New translations en.json (Turkish) * New translations en.json (Portuguese) * New translations en.json (Chinese Simplified) * New translations en.json (Chinese Simplified) * New translations en.json (Norwegian) * New translations en.json (Dutch) * New translations en.json (Greek) * New translations en.json (French) * New translations en.json (Portuguese)
2020-04-06 15:14:31 +03:00
"createNewRoom": "Creëer live-samenwerkingssessie",
2020-08-25 13:40:58 +03:00
"toggleFullScreen": "Volledig scherm in-/uitschakelen",
"toggleDarkMode": "Donkere modus in-/uitschakelen",
"toggleZenMode": "Zen modus in-/uitschakelen",
"exitZenMode": "Verlaat zen modus"
},
"alerts": {
2020-08-25 13:40:58 +03:00
"clearReset": "Dit zal het hele canvas verwijderen. Weet je het zeker?",
"couldNotCreateShareableLink": "Kon geen deelbare link aanmaken.",
"couldNotCreateShareableLinkTooBig": "",
"couldNotLoadInvalidFile": "Kan ongeldig bestand niet laden",
"importBackendFailed": "Importeren vanuit backend mislukt.",
"cannotExportEmptyCanvas": "Kan geen leeg canvas exporteren.",
"couldNotCopyToClipboard": "Kan niet kopiëren. Probeer in de Chrome-browser.",
"decryptFailed": "Kan gegevens niet decoderen.",
New Crowdin updates (#1883) * New translations en.json (Norwegian Bokmal) * Auto commit: Calculate translation coverage * New translations en.json (Hindi) * Auto commit: Calculate translation coverage * New translations en.json (Hindi) * Auto commit: Calculate translation coverage * New translations en.json (French) * New translations en.json (Russian) * New translations en.json (Norwegian Bokmal) * New translations en.json (Ukrainian) * New translations en.json (Persian) * New translations en.json (Albanian) * New translations en.json (Catalan) * New translations en.json (Hebrew) * New translations en.json (Hindi) * New translations en.json (Indonesian) * New translations en.json (Chinese Traditional) * New translations en.json (Chinese Simplified) * New translations en.json (Turkish) * New translations en.json (Portuguese) * New translations en.json (Spanish) * New translations en.json (Polish) * New translations en.json (Dutch) * New translations en.json (Korean) * New translations en.json (Japanese) * New translations en.json (Italian) * New translations en.json (Hungarian) * New translations en.json (Finnish) * New translations en.json (Greek) * New translations en.json (German) * New translations en.json (Bulgarian) * New translations en.json (Arabic) * New translations en.json (Norwegian Nynorsk) * Auto commit: Calculate translation coverage * New translations en.json (Norwegian Bokmal) * Auto commit: Calculate translation coverage * New translations en.json (Portuguese) * Auto commit: Calculate translation coverage * New translations en.json (Persian) * Auto commit: Calculate translation coverage * New translations en.json (Chinese Traditional) * Auto commit: Calculate translation coverage * New translations en.json (Finnish) * Auto commit: Calculate translation coverage * New translations en.json (Hindi) * Auto commit: Calculate translation coverage * New translations en.json (German) * New translations en.json (German) * Auto commit: Calculate translation coverage * New translations en.json (French) * New translations en.json (Russian) * New translations en.json (Norwegian Bokmal) * New translations en.json (Ukrainian) * New translations en.json (Persian) * New translations en.json (Albanian) * New translations en.json (Catalan) * New translations en.json (Hebrew) * New translations en.json (Hindi) * New translations en.json (Indonesian) * New translations en.json (Chinese Traditional) * New translations en.json (Chinese Simplified) * New translations en.json (Turkish) * New translations en.json (Portuguese) * New translations en.json (Spanish) * New translations en.json (Polish) * New translations en.json (Dutch) * New translations en.json (Korean) * New translations en.json (Japanese) * New translations en.json (Italian) * New translations en.json (Hungarian) * New translations en.json (Finnish) * New translations en.json (Greek) * New translations en.json (German) * New translations en.json (Bulgarian) * New translations en.json (Arabic) * New translations en.json (Norwegian Nynorsk) * Auto commit: Calculate translation coverage * New translations en.json (Chinese Traditional) * Auto commit: Calculate translation coverage * New translations en.json (Norwegian Bokmal) * Auto commit: Calculate translation coverage * New translations en.json (Ukrainian) * Auto commit: Calculate translation coverage * New translations en.json (Finnish) * Auto commit: Calculate translation coverage * New translations en.json (German) * Auto commit: Calculate translation coverage * New translations en.json (Catalan) * Auto commit: Calculate translation coverage * New translations en.json (Catalan) * Auto commit: Calculate translation coverage * New translations en.json (Spanish) * New translations en.json (Catalan) * Auto commit: Calculate translation coverage * New translations en.json (French) * New translations en.json (Spanish) * New translations en.json (Italian) * New translations en.json (Portuguese) * Auto commit: Calculate translation coverage * New translations en.json (Italian) * Auto commit: Calculate translation coverage * New translations en.json (Russian) * New translations en.json (Russian) * Auto commit: Calculate translation coverage Co-authored-by: Kostas Bariotis <konmpar@gmail.com>
2020-07-14 11:41:37 +03:00
"uploadedSecurly": "De upload is beveiligd met end-to-end encryptie, wat betekent dat de Excalidraw server en derden de inhoud niet kunnen lezen.",
2020-10-01 20:23:38 +03:00
"loadSceneOverridePrompt": "Het laden van externe tekening zal uw bestaande inhoud vervangen. Wil je doorgaan?",
New Crowdin updates (#2214) * New translations en.json (Indonesian) * New translations en.json (Polish) * New translations en.json (Norwegian Bokmal) * New translations en.json (Hindi) * New translations en.json (Norwegian Nynorsk) * New translations en.json (Tamil) * New translations en.json (Galician) * New translations en.json (Vietnamese) * New translations en.json (Chinese Traditional) * New translations en.json (Chinese Simplified) * New translations en.json (Ukrainian) * New translations en.json (Turkish) * New translations en.json (Swedish) * New translations en.json (Albanian) * New translations en.json (Russian) * New translations en.json (Portuguese) * New translations en.json (Dutch) * New translations en.json (Persian) * New translations en.json (Korean) * New translations en.json (Japanese) * New translations en.json (Italian) * New translations en.json (Hungarian) * New translations en.json (Hebrew) * New translations en.json (Finnish) * New translations en.json (Greek) * New translations en.json (German) * New translations en.json (Catalan) * New translations en.json (Bulgarian) * New translations en.json (Arabic) * New translations en.json (Spanish) * New translations en.json (French) * New translations en.json (Romanian) * New translations en.json (Nepali) * Auto commit: Calculate translation coverage * New translations en.json (French) * New translations en.json (Portuguese) * New translations en.json (Chinese Traditional) * New translations en.json (Norwegian Bokmal) * Auto commit: Calculate translation coverage * New translations en.json (Swedish) * Auto commit: Calculate translation coverage * New translations en.json (Dutch) * Auto commit: Calculate translation coverage * New translations en.json (Romanian) * Auto commit: Calculate translation coverage * New translations en.json (Catalan) * Auto commit: Calculate translation coverage * New translations en.json (Spanish) * New translations en.json (Catalan) * New translations en.json (Italian) * Auto commit: Calculate translation coverage * New translations en.json (Italian) * New translations en.json (Portuguese) * Auto commit: Calculate translation coverage * New translations en.json (Finnish) * Auto commit: Calculate translation coverage * New translations en.json (Indonesian) * Auto commit: Calculate translation coverage * New translations en.json (German) * Auto commit: Calculate translation coverage Co-authored-by: Kostas Bariotis <konmpar@gmail.com>
2020-10-12 15:34:47 +03:00
"errorLoadingLibrary": "Bij het laden van de externe bibliotheek is een fout opgetreden.",
"confirmAddLibrary": "Hiermee worden {{numShapes}} vorm(n) aan uw bibliotheek toegevoegd. Ben je het zeker?",
"imageDoesNotContainScene": "",
"cannotRestoreFromImage": ""
},
"toolBar": {
"selection": "Selectie",
2020-08-25 13:40:58 +03:00
"draw": "Vrij tekenen",
"rectangle": "Rechthoek",
"diamond": "Ruit",
"ellipse": "Ovaal",
"arrow": "Pijl",
"line": "Lijn",
"text": "Tekst",
2020-08-25 13:40:58 +03:00
"library": "Bibliotheek",
"lock": "Geselecteerde tool actief houden na tekenen"
},
"headings": {
"canvasActions": "Canvasacties",
"selectedShapeActions": "Acties van geselecteerde vorm",
"shapes": "Vormen"
},
"hints": {
"linearElement": "Klik om meerdere punten te starten, sleep voor één lijn",
2020-08-25 13:40:58 +03:00
"freeDraw": "Klik en sleep, laat los als je klaar bent",
"text": "Tip: je kunt tekst toevoegen door ergens dubbel te klikken met de selectietool",
"linearElementMulti": "Klik op het laatste punt of druk op Escape of Enter om te stoppen",
2020-08-25 13:40:58 +03:00
"resize": "Houd tijdens het vergroten SHIFT ingedrukt om verhoudingen te behouden,\ngebruik ALT om vanuit het midden te vergroten/verkleinen",
"rotate": "Je kan hoeken beperken door SHIFT ingedrukt te houden wanneer je draait",
2020-08-25 13:40:58 +03:00
"lineEditor_info": "Dubbelklik of druk op Enter om punten te bewerken",
"lineEditor_pointSelected": "Druk op Delete om een punt te verwijderen, op CtrlOrCmd+D om te kopiëren, of sleeg om te verplaatsen",
"lineEditor_nothingSelected": "Selecteer een punt om te verplaatsen of te verwijderen, of houd Alt ingedrukt en klik om nieuwe punten toe te voegen"
},
2020-11-03 18:45:13 +02:00
"canvasError": {
"cannotShowPreview": "",
"canvasTooBig": "",
"canvasTooBigTip": ""
},
"errorSplash": {
"headingMain_pre": "Fout opgetreden. Probeer ",
"headingMain_button": "de pagina opnieuw laden.",
"clearCanvasMessage": "Als herladen niet werkt, probeer ",
"clearCanvasMessage_button": "het canvas te wissen.",
"clearCanvasCaveat": " Dit zal leiden tot verlies van je werk ",
"trackedToSentry_pre": "De fout met ID ",
"trackedToSentry_post": " was gevolgd op ons systeem.",
"openIssueMessage_pre": "We waren voorzichtig om je scène-informatie niet in de fout toe te voegen. Als je scène niet privé is, overweeg dan alstublieft het opvolgen op onze ",
"openIssueMessage_button": "bug tracker.",
2020-08-25 13:40:58 +03:00
"openIssueMessage_post": " Kopieer de informatie hieronder naar de GitHub issue.",
"sceneContent": "Scène-inhoud:"
},
"roomDialog": {
"desc_intro": "Je kunt mensen uitnodigen om met je samen te werken.",
"desc_privacy": "Geen zorgen, de sessie gebruikt end-to-end encryptie, dus wat je tekent blijft privé. Zelfs onze server zal niet kunnen zien wat je tekent.",
"button_startSession": "Sessie starten",
"button_stopSession": "Sessie afbreken",
"desc_inProgressIntro": "De live-samenwerkingssessie is nu gestart.",
"desc_shareLink": "Deel deze link met iedereen waarmee je wil samenwerken:",
2020-05-26 17:24:01 +03:00
"desc_exitSession": ""
},
"errorDialog": {
"title": "Fout"
New Crowdin translations (#1228) * New translations en.json (Portuguese) * New translations en.json (Chinese Simplified) * New translations en.json (Chinese Simplified) * New translations en.json (Chinese Simplified) * New translations en.json (Chinese Simplified) * New translations en.json (Arabic) * New translations en.json (Italian) * New translations en.json (Spanish) * New translations en.json (Russian) * New translations en.json (Portuguese) * New translations en.json (Polish) * New translations en.json (Norwegian) * New translations en.json (Korean) * New translations en.json (Indonesian) * New translations en.json (Chinese Simplified) * New translations en.json (Hungarian) * New translations en.json (Hindi) * New translations en.json (Greek) * New translations en.json (German) * New translations en.json (French) * New translations en.json (Dutch) * New translations en.json (Chinese Traditional) * New translations en.json (Turkish) * New translations en.json (Polish) * New translations en.json (German) * New translations en.json (Dutch) * New translations en.json (French) * New translations en.json (Korean) * New translations en.json (Greek) * New translations en.json (Polish) * New translations en.json (Arabic) * New translations en.json (Italian) * New translations en.json (Spanish) * New translations en.json (Russian) * New translations en.json (Portuguese) * New translations en.json (Polish) * New translations en.json (Norwegian) * New translations en.json (Korean) * New translations en.json (Indonesian) * New translations en.json (Chinese Simplified) * New translations en.json (Hungarian) * New translations en.json (Hindi) * New translations en.json (Greek) * New translations en.json (German) * New translations en.json (French) * New translations en.json (Dutch) * New translations en.json (Chinese Traditional) * New translations en.json (Turkish) * New translations en.json (Arabic) * New translations en.json (Italian) * New translations en.json (Spanish) * New translations en.json (Russian) * New translations en.json (Portuguese) * New translations en.json (Polish) * New translations en.json (Norwegian) * New translations en.json (Korean) * New translations en.json (Indonesian) * New translations en.json (Chinese Simplified) * New translations en.json (Hungarian) * New translations en.json (Hindi) * New translations en.json (Greek) * New translations en.json (German) * New translations en.json (French) * New translations en.json (Dutch) * New translations en.json (Chinese Traditional) * New translations en.json (Turkish) * New translations en.json (Portuguese) * New translations en.json (Chinese Simplified) * New translations en.json (Chinese Simplified) * New translations en.json (Norwegian) * New translations en.json (Dutch) * New translations en.json (Greek) * New translations en.json (French) * New translations en.json (Portuguese)
2020-04-06 15:14:31 +03:00
},
"shortcutsDialog": {
"title": "Sneltoetsen",
"shapes": "Vormen",
2020-04-09 19:11:01 +03:00
"or": "of",
2020-04-08 13:14:30 +03:00
"click": "klik",
"drag": "slepen",
2020-04-08 13:14:30 +03:00
"curvedArrow": "Gebogen pijl",
"curvedLine": "Gebogen lijn",
New Crowdin translations (#1228) * New translations en.json (Portuguese) * New translations en.json (Chinese Simplified) * New translations en.json (Chinese Simplified) * New translations en.json (Chinese Simplified) * New translations en.json (Chinese Simplified) * New translations en.json (Arabic) * New translations en.json (Italian) * New translations en.json (Spanish) * New translations en.json (Russian) * New translations en.json (Portuguese) * New translations en.json (Polish) * New translations en.json (Norwegian) * New translations en.json (Korean) * New translations en.json (Indonesian) * New translations en.json (Chinese Simplified) * New translations en.json (Hungarian) * New translations en.json (Hindi) * New translations en.json (Greek) * New translations en.json (German) * New translations en.json (French) * New translations en.json (Dutch) * New translations en.json (Chinese Traditional) * New translations en.json (Turkish) * New translations en.json (Polish) * New translations en.json (German) * New translations en.json (Dutch) * New translations en.json (French) * New translations en.json (Korean) * New translations en.json (Greek) * New translations en.json (Polish) * New translations en.json (Arabic) * New translations en.json (Italian) * New translations en.json (Spanish) * New translations en.json (Russian) * New translations en.json (Portuguese) * New translations en.json (Polish) * New translations en.json (Norwegian) * New translations en.json (Korean) * New translations en.json (Indonesian) * New translations en.json (Chinese Simplified) * New translations en.json (Hungarian) * New translations en.json (Hindi) * New translations en.json (Greek) * New translations en.json (German) * New translations en.json (French) * New translations en.json (Dutch) * New translations en.json (Chinese Traditional) * New translations en.json (Turkish) * New translations en.json (Arabic) * New translations en.json (Italian) * New translations en.json (Spanish) * New translations en.json (Russian) * New translations en.json (Portuguese) * New translations en.json (Polish) * New translations en.json (Norwegian) * New translations en.json (Korean) * New translations en.json (Indonesian) * New translations en.json (Chinese Simplified) * New translations en.json (Hungarian) * New translations en.json (Hindi) * New translations en.json (Greek) * New translations en.json (German) * New translations en.json (French) * New translations en.json (Dutch) * New translations en.json (Chinese Traditional) * New translations en.json (Turkish) * New translations en.json (Portuguese) * New translations en.json (Chinese Simplified) * New translations en.json (Chinese Simplified) * New translations en.json (Norwegian) * New translations en.json (Dutch) * New translations en.json (Greek) * New translations en.json (French) * New translations en.json (Portuguese)
2020-04-06 15:14:31 +03:00
"editor": "Editor",
"view": "Weergave",
"blog": "Lees onze blog",
"howto": "Volg onze handleidingen",
New Crowdin translations (#1344) * New translations en.json (Spanish) * New translations en.json (Russian) * New translations en.json (Portuguese) * New translations en.json (Portuguese) * New translations en.json (Italian) * New translations en.json (Arabic) * New translations en.json (Italian) * New translations en.json (Turkish) * New translations en.json (Spanish) * New translations en.json (Russian) * New translations en.json (Portuguese) * New translations en.json (Polish) * New translations en.json (Norwegian) * New translations en.json (Korean) * New translations en.json (Indonesian) * New translations en.json (Chinese Simplified) * New translations en.json (Hungarian) * New translations en.json (Hindi) * New translations en.json (Greek) * New translations en.json (German) * New translations en.json (French) * New translations en.json (Dutch) * New translations en.json (Chinese Traditional) * New translations en.json (Bulgarian) * New translations en.json (German) * New translations en.json (Chinese Simplified) * New translations en.json (Norwegian) * New translations en.json (Spanish) * New translations en.json (Greek) * New translations en.json (Bulgarian) * New translations en.json (Polish) * New translations en.json (French) * New translations en.json (Arabic) * New translations en.json (Italian) * New translations en.json (Turkish) * New translations en.json (Spanish) * New translations en.json (Russian) * New translations en.json (Portuguese) * New translations en.json (Polish) * New translations en.json (Norwegian) * New translations en.json (Korean) * New translations en.json (Indonesian) * New translations en.json (Chinese Simplified) * New translations en.json (Hungarian) * New translations en.json (Hindi) * New translations en.json (Greek) * New translations en.json (German) * New translations en.json (French) * New translations en.json (Dutch) * New translations en.json (Chinese Traditional) * New translations en.json (Bulgarian) * New translations en.json (Greek) * New translations en.json (German) * New translations en.json (French) * New translations en.json (Norwegian) * New translations en.json (Spanish) * New translations en.json (Chinese Simplified) * New translations en.json (German) * New translations en.json (Indonesian) * New translations en.json (Polish)
2020-04-11 15:37:26 +03:00
"github": "Probleem gevonden? Stuur een nieuwe issue",
"textNewLine": "Nieuwe regel toevoegen (tekst)",
New Crowdin translations (#1449) * New translations en.json (Arabic) * New translations en.json (Korean) * New translations en.json (Bulgarian) * New translations en.json (Turkish) * New translations en.json (Spanish) * New translations en.json (Russian) * New translations en.json (Portuguese) * New translations en.json (Polish) * New translations en.json (Norwegian) * New translations en.json (Italian) * New translations en.json (Chinese Simplified) * New translations en.json (Indonesian) * New translations en.json (Hungarian) * New translations en.json (Hindi) * New translations en.json (Greek) * New translations en.json (German) * New translations en.json (French) * New translations en.json (Dutch) * New translations en.json (Chinese Traditional) * New translations en.json (Japanese) * New translations en.json (Dutch) * New translations en.json (Polish) * New translations en.json (Norwegian) * New translations en.json (Arabic) * New translations en.json (Korean) * New translations en.json (Bulgarian) * New translations en.json (Turkish) * New translations en.json (Spanish) * New translations en.json (Russian) * New translations en.json (Portuguese) * New translations en.json (Polish) * New translations en.json (Norwegian) * New translations en.json (Italian) * New translations en.json (Chinese Simplified) * New translations en.json (Indonesian) * New translations en.json (Hungarian) * New translations en.json (Hindi) * New translations en.json (Greek) * New translations en.json (German) * New translations en.json (French) * New translations en.json (Dutch) * New translations en.json (Chinese Traditional) * New translations en.json (Japanese) * New translations en.json (Norwegian) * New translations en.json (Italian) * New translations en.json (Italian) * New translations en.json (German)
2020-04-19 00:40:40 +03:00
"textFinish": "Voltooi bewerken (tekst)",
2020-08-11 17:12:33 +03:00
"zoomToFit": "Zoom in op alle elementen",
2020-12-14 16:49:01 +02:00
"zoomToSelection": "",
2020-08-11 17:12:33 +03:00
"preventBinding": ""
New Crowdin translations (#1449) * New translations en.json (Arabic) * New translations en.json (Korean) * New translations en.json (Bulgarian) * New translations en.json (Turkish) * New translations en.json (Spanish) * New translations en.json (Russian) * New translations en.json (Portuguese) * New translations en.json (Polish) * New translations en.json (Norwegian) * New translations en.json (Italian) * New translations en.json (Chinese Simplified) * New translations en.json (Indonesian) * New translations en.json (Hungarian) * New translations en.json (Hindi) * New translations en.json (Greek) * New translations en.json (German) * New translations en.json (French) * New translations en.json (Dutch) * New translations en.json (Chinese Traditional) * New translations en.json (Japanese) * New translations en.json (Dutch) * New translations en.json (Polish) * New translations en.json (Norwegian) * New translations en.json (Arabic) * New translations en.json (Korean) * New translations en.json (Bulgarian) * New translations en.json (Turkish) * New translations en.json (Spanish) * New translations en.json (Russian) * New translations en.json (Portuguese) * New translations en.json (Polish) * New translations en.json (Norwegian) * New translations en.json (Italian) * New translations en.json (Chinese Simplified) * New translations en.json (Indonesian) * New translations en.json (Hungarian) * New translations en.json (Hindi) * New translations en.json (Greek) * New translations en.json (German) * New translations en.json (French) * New translations en.json (Dutch) * New translations en.json (Chinese Traditional) * New translations en.json (Japanese) * New translations en.json (Norwegian) * New translations en.json (Italian) * New translations en.json (Italian) * New translations en.json (German)
2020-04-19 00:40:40 +03:00
},
"encrypted": {
2020-08-25 13:40:58 +03:00
"tooltip": "Je tekeningen zijn beveiligd met end-to-end encryptie, dus Excalidraw's servers zullen nooit zien wat je tekent."
2020-06-10 18:24:36 +03:00
},
2020-12-14 16:49:01 +02:00
"stats": {
"angle": "",
"element": "",
"elements": "",
"height": "",
"scene": "",
"selected": "",
"storage": "",
"title": "",
"total": "",
"width": ""
}
}