From 723c03e5a9519a502f328edacbed84eb0dc884c2 Mon Sep 17 00:00:00 2001 From: Ink/Stitch Crowdin integration Date: Fri, 5 Mar 2021 00:44:29 +0000 Subject: new translations from Crowdin --- translations/messages_nl_NL.po | 733 ++++++++++++++++++++++++----------------- 1 file changed, 436 insertions(+), 297 deletions(-) (limited to 'translations/messages_nl_NL.po') diff --git a/translations/messages_nl_NL.po b/translations/messages_nl_NL.po index 0460e136..a0f4d432 100644 --- a/translations/messages_nl_NL.po +++ b/translations/messages_nl_NL.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: inkstitch\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-02-15 00:39+0000\n" -"PO-Revision-Date: 2021-02-25 00:41\n" +"POT-Creation-Date: 2021-03-05 00:42+0000\n" +"PO-Revision-Date: 2021-03-05 00:43\n" "Last-Translator: \n" "Language-Team: Dutch\n" "MIME-Version: 1.0\n" @@ -110,70 +110,78 @@ msgstr "" msgid "A font suited for heavy typing :)" msgstr "Een lettertype geschikt voor het zware typewerk :)" -#: inkstitch.py:56 +#: inkstitch.py:51 +msgid "Ink/Stitch cannot read your SVG file. This is often the case when you use a file which has been created with Adobe Illustrator." +msgstr "" + +#: inkstitch.py:54 +msgid "Try to import the file into Inkscape through 'File > Import...' (Ctrl+I)" +msgstr "" + +#: inkstitch.py:65 msgid "Ink/Stitch experienced an unexpected error." msgstr "Er is een onbekende fout opgetreden in Ink/Stitch." -#: inkstitch.py:57 +#: inkstitch.py:66 msgid "If you'd like to help, please file an issue at https://github.com/inkstitch/inkstitch/issues and include the entire error description below:" msgstr "Als je wilt helpen, maak dan een melding aan op https://github.com/inkstitch/inkstitch/issues en plak daar onderstaande foutbeschrijving in:" #. command attached to an object -#: lib/commands.py:23 +#: lib/commands.py:21 msgid "Fill stitch starting position" msgstr "Opvulsteek startpositie" #. command attached to an object -#: lib/commands.py:26 +#: lib/commands.py:24 msgid "Fill stitch ending position" msgstr "Opvulsteek eindpositie" #. command attached to an object -#: lib/commands.py:29 +#: lib/commands.py:27 msgid "Auto-route satin stitch starting position" msgstr "Auto-routeer satijn steek startpositie" #. command attached to an object -#: lib/commands.py:32 +#: lib/commands.py:30 msgid "Auto-route satin stitch ending position" msgstr "Auto-routeer satijn steek eindpositie" #. command attached to an object -#: lib/commands.py:35 +#: lib/commands.py:33 msgid "Stop (pause machine) after sewing this object" msgstr "Stop (pauzeer machine) na het borduren van dit object" #. command attached to an object -#: lib/commands.py:38 +#: lib/commands.py:36 msgid "Trim thread after sewing this object" msgstr "Snij de draad af na borduren van dit object" #. command attached to an object -#: lib/commands.py:41 +#: lib/commands.py:39 msgid "Ignore this object (do not stitch)" msgstr "Negeer dit object (niet borduren)" #. command attached to an object -#: lib/commands.py:44 +#: lib/commands.py:42 msgid "Satin cut point (use with Cut Satin Column)" msgstr "Satijn snijpunt (gebruik met Snij Satijnbaan)" #. command that affects a layer -#: lib/commands.py:48 +#: lib/commands.py:46 msgid "Ignore layer (do not stitch any objects in this layer)" msgstr "Negeer laag (borduur geen objecten in deze laag)" #. command that affects entire document -#: lib/commands.py:51 +#: lib/commands.py:49 msgid "Origin for exported embroidery files" msgstr "Origine voor geëxporteerde borduurbestanden" #. command that affects entire document -#: lib/commands.py:54 +#: lib/commands.py:52 msgid "Jump destination for Stop commands (a.k.a. \"Frame Out position\")." msgstr "Sprong bestemming voor Stop commando's (Buiten raam positie)." -#: lib/commands.py:212 +#: lib/commands.py:210 #, python-format msgid "Error: there is more than one %(command)s command in the document, but there can only be one. Please remove all but one." msgstr "Fout: er is meer dan één %(command)s in het document, maar er kan er slechts één zijn. Verwijder aub de overbodige." @@ -183,188 +191,196 @@ msgstr "Fout: er is meer dan één %(command)s in het document, maar er kan er s #. command name to them. Contents of %(description)s are in a separate #. translation #. string. -#: lib/commands.py:219 +#: lib/commands.py:217 #, python-format msgid "%(command)s: %(description)s" msgstr "%(command)s: %(description)s" -#: lib/commands.py:292 lib/commands.py:403 lib/extensions/layer_commands.py:29 +#: lib/commands.py:290 lib/commands.py:401 lib/extensions/layer_commands.py:29 msgid "Ink/Stitch Command" msgstr "Ink/Stitch Commando" #. : the name of the line that connects a command to the object it applies to -#: lib/commands.py:317 +#: lib/commands.py:315 msgid "connector" msgstr "verbinding" #. : the name of a command symbol (example: scissors icon for trim command) -#: lib/commands.py:334 +#: lib/commands.py:332 msgid "command marker" msgstr "commando symbool" -#: lib/elements/auto_fill.py:17 +#: lib/elements/auto_fill.py:16 msgid "Small Fill" msgstr "Kleine Opvulling" -#: lib/elements/auto_fill.py:18 +#: lib/elements/auto_fill.py:17 msgid "This fill object is so small that it would probably look better as running stitch or satin column. For very small shapes, fill stitch is not possible, and Ink/Stitch will use running stitch around the outline instead." msgstr "Dit invulobject is zo klein dat het er waarschijnlijk beter uitziet als doorlopende steek of satijnbaan. Voor hele kleine vormen is invulsteek niet mogelijk, Ink/Stitch zal inplaats daarvan een doorlopende steek langs de rand maken." +#: lib/elements/auto_fill.py:23 lib/elements/auto_fill.py:139 +msgid "Expand" +msgstr "Uitbreiden" + #: lib/elements/auto_fill.py:24 +msgid "The expand parameter for this fill object cannot be applied. Ink/Stitch will ignore it and will use original size instead." +msgstr "" + +#: lib/elements/auto_fill.py:29 lib/elements/auto_fill.py:116 +msgid "Inset" +msgstr "Inzet" + +#: lib/elements/auto_fill.py:30 +msgid "The underlay inset parameter for this fill object cannot be applied. Ink/Stitch will ignore it and will use the original size instead." +msgstr "" + +#: lib/elements/auto_fill.py:35 msgid "AutoFill" msgstr "AutoOpvullen" -#: lib/elements/auto_fill.py:27 +#: lib/elements/auto_fill.py:38 msgid "Automatically routed fill stitching" msgstr "Automatisch gerouteerde opvulsteken" -#: lib/elements/auto_fill.py:47 +#: lib/elements/auto_fill.py:58 msgid "Running stitch length (traversal between sections)" msgstr "Doorlopende steek lengte (afstand tussen secties)" -#: lib/elements/auto_fill.py:48 +#: lib/elements/auto_fill.py:59 msgid "Length of stitches around the outline of the fill region used when moving from section to section." msgstr "Lengte van steken rondom de rand van het opvulgebied dat wordt gebruikt bij de overgang tussen secties." -#: lib/elements/auto_fill.py:56 +#: lib/elements/auto_fill.py:67 msgid "Underlay" msgstr "Versteviging" -#: lib/elements/auto_fill.py:56 lib/elements/auto_fill.py:65 -#: lib/elements/auto_fill.py:87 lib/elements/auto_fill.py:98 -#: lib/elements/auto_fill.py:108 lib/elements/auto_fill.py:120 -#: lib/elements/auto_fill.py:154 +#: lib/elements/auto_fill.py:67 lib/elements/auto_fill.py:76 +#: lib/elements/auto_fill.py:98 lib/elements/auto_fill.py:109 +#: lib/elements/auto_fill.py:119 lib/elements/auto_fill.py:131 +#: lib/elements/auto_fill.py:165 msgid "AutoFill Underlay" msgstr "AutoOpvul versteviging" -#: lib/elements/auto_fill.py:62 +#: lib/elements/auto_fill.py:73 msgid "Fill angle" msgstr "Opvul hoek" -#: lib/elements/auto_fill.py:63 +#: lib/elements/auto_fill.py:74 msgid "Default: fill angle + 90 deg. Insert comma-seperated list for multiple layers." msgstr "Standaard: opvul hoek + 90 graden. Voer een kommagescheiden lijst in voor meerdere lagen." -#: lib/elements/auto_fill.py:84 +#: lib/elements/auto_fill.py:95 msgid "Row spacing" msgstr "Opvulrij afstand" -#: lib/elements/auto_fill.py:85 +#: lib/elements/auto_fill.py:96 msgid "default: 3x fill row spacing" msgstr "standaard: 3x opvulrij afstand" -#: lib/elements/auto_fill.py:95 +#: lib/elements/auto_fill.py:106 msgid "Max stitch length" msgstr "Max steek lengte" -#: lib/elements/auto_fill.py:96 +#: lib/elements/auto_fill.py:107 msgid "default: equal to fill max stitch length" msgstr "standaard: gelijk aan max steek lengte" -#: lib/elements/auto_fill.py:105 -msgid "Inset" -msgstr "Inzet" - -#: lib/elements/auto_fill.py:106 +#: lib/elements/auto_fill.py:117 msgid "Shrink the shape before doing underlay, to prevent underlay from showing around the outside of the fill." msgstr "Verklein de vorm van de versteviging om te voorkomen dat de versteviging zichtbaar is aan de buitenkant van de opvulling." -#: lib/elements/auto_fill.py:117 lib/elements/fill.py:69 +#: lib/elements/auto_fill.py:128 lib/elements/fill.py:69 msgid "Skip last stitch in each row" msgstr "Sla de laatste steek in elke rij over" -#: lib/elements/auto_fill.py:118 lib/elements/fill.py:70 +#: lib/elements/auto_fill.py:129 lib/elements/fill.py:70 msgid "The last stitch in each row is quite close to the first stitch in the next row. Skipping it decreases stitch count and density." msgstr "De laatste steek in elke rij is vrij dicht op de eerste steek in de volgende rij. Door deze over te slaan wordt de dichtheid en het aantal steken verkleind." -#: lib/elements/auto_fill.py:128 -msgid "Expand" -msgstr "Uitbreiden" - -#: lib/elements/auto_fill.py:129 +#: lib/elements/auto_fill.py:140 msgid "Expand the shape before fill stitching, to compensate for gaps between shapes." msgstr "Breidt de vorm uit voor de opvulsteken om te compenseren voor gaten tussen de vormen." -#: lib/elements/auto_fill.py:138 lib/elements/auto_fill.py:150 +#: lib/elements/auto_fill.py:149 lib/elements/auto_fill.py:161 msgid "Underpath" msgstr "Onderpad" -#: lib/elements/auto_fill.py:139 lib/elements/auto_fill.py:151 +#: lib/elements/auto_fill.py:150 lib/elements/auto_fill.py:162 msgid "Travel inside the shape when moving from section to section. Underpath stitches avoid traveling in the direction of the row angle so that they are not visible. This gives them a jagged appearance." msgstr "Beweeg binnen de vorm bij verplaatsen tussen secties. Onderpad steken vermijden de richting van de rijhoek zodat ze niet zichtbaar zijn. Dit geeft ze een gekarteld uiterlijk." -#: lib/elements/auto_fill.py:233 +#: lib/elements/auto_fill.py:248 msgid "Error during autofill! This means that there is a problem with Ink/Stitch." msgstr "Fout tijdens auto-opvullen! Dit betekent dat er een probleem met Ink/Stitch is." #. this message is followed by a URL: #. https://github.com/inkstitch/inkstitch/issues/new -#: lib/elements/auto_fill.py:236 +#: lib/elements/auto_fill.py:251 msgid "If you'd like to help us make Ink/Stitch better, please paste this whole message into a new issue at: " msgstr "Als je wilt helpen om Ink/Stitch beter te maken, plak onderstaande tekst dan in een nieuwe melding op: " -#: lib/elements/clone.py:25 +#: lib/elements/clone.py:22 msgid "Clone Object" msgstr "Object klonen" -#: lib/elements/clone.py:26 +#: lib/elements/clone.py:23 msgid "There are one or more clone objects in this document. Ink/Stitch can work with single clones, but you are limited to set a very few parameters. " msgstr "Er zijn één of meer gekloonde objecten in dit document. Ink/Stitch kan met een enkele kloon werken, maar je bent beperkt tot slechts enkele parameters. " -#: lib/elements/clone.py:29 +#: lib/elements/clone.py:26 msgid "If you want to convert the clone into a real element, follow these steps:" msgstr "Als je de kloon in een echt element wilt omzetten, volg dan deze stappen:" -#: lib/elements/clone.py:30 +#: lib/elements/clone.py:27 msgid "* Select the clone" msgstr "* selecteer de kloon" -#: lib/elements/clone.py:31 lib/elements/clone.py:42 +#: lib/elements/clone.py:28 lib/elements/clone.py:39 msgid "* Run: Edit > Clone > Unlink Clone (Alt+Shift+D)" msgstr "* Kies: Bewerken > Kloon > Ontkoppel Kloon (Alt+Shift+D)" -#: lib/elements/clone.py:36 +#: lib/elements/clone.py:33 msgid "Clone is not embroiderable" msgstr "Kloon is niet borduurbaar" -#: lib/elements/clone.py:37 +#: lib/elements/clone.py:34 msgid "There are one ore more clone objects in this document. A clone must be a direct child of an embroiderable element. Ink/Stitch cannot embroider clones of groups or other not embroiderable elements (text or image)." msgstr "Er zijn één of meer kloon objecten in dit document. Een kloon moet een direct kind zijn van een borduurbaar element. Ink/Stitch kan geen klonen borduren van groepen of andere niet-borduurbare elementen (text of afbeelding)." -#: lib/elements/clone.py:40 +#: lib/elements/clone.py:37 msgid "Convert the clone into a real element:" msgstr "Zet de kloon om in een echt element:" -#: lib/elements/clone.py:41 +#: lib/elements/clone.py:38 msgid "* Select the clone." msgstr "* Selecteer de kloon." -#: lib/elements/clone.py:56 +#: lib/elements/clone.py:53 msgid "Clone" msgstr "Kloon" -#: lib/elements/clone.py:62 +#: lib/elements/clone.py:59 msgid "Custom fill angle" msgstr "Aangepaste opvulhoek" -#: lib/elements/clone.py:63 +#: lib/elements/clone.py:60 msgid "This setting will apply a custom fill angle for the clone." msgstr "Deze instelling zet een aangepaste opvulhoek voor de kloon." -#: lib/elements/element.py:236 +#: lib/elements/element.py:237 msgid "Ties" msgstr "Afhechtingen" -#: lib/elements/element.py:237 +#: lib/elements/element.py:238 msgid "Add ties. Manual stitch will not add ties." msgstr "Voeg afhechtingen toe. Handmatige steken voegt geen afhechtingen toe." -#: lib/elements/element.py:285 +#: lib/elements/element.py:281 #, python-format msgid "Object %(id)s has an empty 'd' attribute. Please delete this object from your document." msgstr "Object %(id)s heeft een leeg 'd' attribuut. Verwijder het object uit het document." -#: lib/elements/element.py:317 +#: lib/elements/element.py:313 #, python-format msgid "%(id)s has more than one command of type '%(command)s' linked to it" msgstr "%(id)s heeft meer dan één commando van type '%(command)s' gekoppeld" @@ -372,7 +388,7 @@ msgstr "%(id)s heeft meer dan één commando van type '%(command)s' gekoppeld" #. used when showing an error message to the user such as #. "Some Path (path1234): error: satin column: One or more of the rungs doesn't #. intersect both rails." -#: lib/elements/element.py:375 +#: lib/elements/element.py:371 msgid "error:" msgstr "fout:" @@ -460,209 +476,209 @@ msgstr "Spring rijen zoveel keer in voordat herhaald wordt" msgid "Setting this dictates how many rows apart the stitches will be before they fall in the same column position." msgstr "Deze instelling geeft aan hoeveel rijen uitelkaar de steken liggen voordat ze in dezelfde kolom positie vallen." -#: lib/elements/image.py:10 +#: lib/elements/image.py:8 msgid "Image" msgstr "Afbeelding" -#: lib/elements/image.py:11 +#: lib/elements/image.py:9 msgid "Ink/Stitch can't work with objects like images." msgstr "Ink/Stitch kan niet omgaan met objecten zoals afbeeldingen." -#: lib/elements/image.py:13 +#: lib/elements/image.py:11 msgid "* Convert your image into a path: Path > Trace Bitmap... (Shift+Alt+B) (further steps might be required)" msgstr "* Zet je afbeelding om naar een pad: Pad -> Afbeelding Overtrekken (Shift+Alt+B) (aanvullende stappen kunnen nodig zijn)" -#: lib/elements/image.py:15 +#: lib/elements/image.py:13 msgid "* Alternatively redraw the image with the pen (P) or bezier (B) tool" msgstr "* Je kunt de afbeelding ook overtrekken met de pen (P) of het bezier gereedschap (B)" -#: lib/elements/polyline.py:11 +#: lib/elements/polyline.py:12 msgid "Polyline Object" msgstr "Polylijn Object" -#: lib/elements/polyline.py:12 +#: lib/elements/polyline.py:13 msgid "This object is an SVG PolyLine. Ink/Stitch can work with this shape, but you can't edit it in Inkscape. Convert it to a manual stitch path to allow editing." msgstr "Dit object is een SVG Polylijn, Ink/Stitch kan met deze vorm overweg, maar hij kan niet bewerkt worden in Inkscape. Zet om naar een pad met handmatige steek om te kunnen bewerken." -#: lib/elements/polyline.py:16 lib/elements/satin_column.py:18 +#: lib/elements/polyline.py:17 lib/elements/satin_column.py:19 msgid "* Select this object." msgstr "* Selecteer dit object." -#: lib/elements/polyline.py:17 +#: lib/elements/polyline.py:18 msgid "* Do Path > Object to Path." msgstr "* Kies Pad > Object naar Pad." -#: lib/elements/polyline.py:18 +#: lib/elements/polyline.py:19 msgid "* Optional: Run the Params extension and check the \"manual stitch\" box." msgstr "* Optioneel: Kies het Params menu en vink het \"handmatige steek\" vakje." -#: lib/elements/polyline.py:38 +#: lib/elements/polyline.py:39 msgid "Manual stitch along path" msgstr "Handmatige steek langs het pad" -#: lib/elements/satin_column.py:15 +#: lib/elements/satin_column.py:16 msgid "Satin column has fill" msgstr "Satijnbaan heeft opvulling" -#: lib/elements/satin_column.py:16 +#: lib/elements/satin_column.py:17 msgid "Satin column: Object has a fill (but should not)" msgstr "Satijnbaan: Object heeft opvulling (maar dat moet niet)" -#: lib/elements/satin_column.py:19 +#: lib/elements/satin_column.py:20 msgid "* Open the Fill and Stroke panel" msgstr "* Open het Vulling en Lijn paneel" -#: lib/elements/satin_column.py:20 +#: lib/elements/satin_column.py:21 msgid "* Open the Fill tab" msgstr "* Open het Opvul tabblad" -#: lib/elements/satin_column.py:21 +#: lib/elements/satin_column.py:22 msgid "* Disable the Fill" msgstr "* Opvullen uitschakelen" -#: lib/elements/satin_column.py:22 +#: lib/elements/satin_column.py:23 msgid "* Alternative: open Params and switch this path to Stroke to disable Satin Column mode" msgstr "* Je kunt ook het Params menu openen en dit pad naar Lijn omzetten om Satijnbaan modus uit te schakelen" -#: lib/elements/satin_column.py:27 +#: lib/elements/satin_column.py:28 msgid "Too few subpaths" msgstr "Te weinig subpaden" -#: lib/elements/satin_column.py:28 +#: lib/elements/satin_column.py:29 msgid "Satin column: Object has too few subpaths. A satin column should have at least two subpaths (the rails)." msgstr "Satijnbaan: Object heeft te weinig subpaden. Een Satijnbaan moet minstens twee subpaden hebben (de rails)." -#: lib/elements/satin_column.py:30 +#: lib/elements/satin_column.py:31 msgid "* Add another subpath (select two rails and do Path > Combine)" msgstr "* Voeg nog een subpad toe (selecteer twee rails en kies Pad > Combineer)" -#: lib/elements/satin_column.py:31 +#: lib/elements/satin_column.py:32 msgid "* Convert to running stitch or simple satin (Params extension)" msgstr "* Zet om naar een doorlopende steek of simpele Satijnsteek (via Params)" -#: lib/elements/satin_column.py:36 +#: lib/elements/satin_column.py:37 msgid "Unequal number of points" msgstr "Ongelijk aantal punten" -#: lib/elements/satin_column.py:37 +#: lib/elements/satin_column.py:38 msgid "Satin column: There are no rungs and rails have an an unequal number of points." msgstr "Satijnbaan: Er zijn geen sporten en de rails hebben een ongelijk aantal punten." -#: lib/elements/satin_column.py:39 +#: lib/elements/satin_column.py:40 msgid "The easiest way to solve this issue is to add one or more rungs. " msgstr "The makkelijkste oplossing is om een of meer sporten toe te voegen. " -#: lib/elements/satin_column.py:40 +#: lib/elements/satin_column.py:41 msgid "Rungs control the stitch direction in satin columns." msgstr "Sporten bepalen de steekrichting voor Satijnbanen." -#: lib/elements/satin_column.py:41 +#: lib/elements/satin_column.py:42 msgid "* With the selected object press \"P\" to activate the pencil tool." msgstr "* Met het geselecteerde object kies \"P\" om het potlood gereedschap te activeren." -#: lib/elements/satin_column.py:42 +#: lib/elements/satin_column.py:43 msgid "* Hold \"Shift\" while drawing the rung." msgstr "* Houdt \"Shift\" ingedrukt tijdens het tekenen van de sport." -#: lib/elements/satin_column.py:46 +#: lib/elements/satin_column.py:47 msgid "Each rung should intersect both rails once." msgstr "Elke sport moet beide rails eenmaal doorkruisen." -#: lib/elements/satin_column.py:50 +#: lib/elements/satin_column.py:51 msgid "Rung doesn't intersect rails" msgstr "Sport doorkruist de rails niet" -#: lib/elements/satin_column.py:51 +#: lib/elements/satin_column.py:52 msgid "Satin column: A rung doesn't intersect both rails." msgstr "Satijnbaan: een sport doorkruist niet beide rails." -#: lib/elements/satin_column.py:55 +#: lib/elements/satin_column.py:56 msgid "Rung intersects too many times" msgstr "Sport doorkruist te vaak" -#: lib/elements/satin_column.py:56 +#: lib/elements/satin_column.py:57 msgid "Satin column: A rung intersects a rail more than once." msgstr "Satijnbaan: Een sport doorkruist een rail meer dan eens." -#: lib/elements/satin_column.py:60 +#: lib/elements/satin_column.py:61 msgid "Satin Column" msgstr "Satijnbaan" -#: lib/elements/satin_column.py:66 +#: lib/elements/satin_column.py:67 msgid "Custom satin column" msgstr "Aangepaste satijnbaan" -#: lib/elements/satin_column.py:72 +#: lib/elements/satin_column.py:73 msgid "\"E\" stitch" msgstr "\"E\" steek" -#: lib/elements/satin_column.py:82 lib/elements/stroke.py:56 +#: lib/elements/satin_column.py:83 lib/elements/stroke.py:56 msgid "Zig-zag spacing (peak-to-peak)" msgstr "Zig-zag afstand (piek-naar-piek)" -#: lib/elements/satin_column.py:83 +#: lib/elements/satin_column.py:84 msgid "Peak-to-peak distance between zig-zags." msgstr "Piek-naar-piek afstand tussen zig-zag steken." -#: lib/elements/satin_column.py:94 +#: lib/elements/satin_column.py:95 msgid "Pull compensation" msgstr "Trek compensatie" -#: lib/elements/satin_column.py:95 +#: lib/elements/satin_column.py:96 msgid "Satin stitches pull the fabric together, resulting in a column narrower than you draw in Inkscape. This setting expands each pair of needle penetrations outward from the center of the satin column." msgstr "Satijnsteken trekken de stof samen, waardoor de baan smaller wordt dan getekend in Inkscape. Deze instelling zet ieder paar naaldsteken wat verder weg van het midden van de satijnbaan." -#: lib/elements/satin_column.py:107 +#: lib/elements/satin_column.py:108 msgid "Contour underlay" msgstr "Omtrek versteviging" -#: lib/elements/satin_column.py:107 lib/elements/satin_column.py:114 -#: lib/elements/satin_column.py:123 +#: lib/elements/satin_column.py:108 lib/elements/satin_column.py:115 +#: lib/elements/satin_column.py:124 msgid "Contour Underlay" msgstr "Omtrek Versteviging" -#: lib/elements/satin_column.py:114 lib/elements/satin_column.py:138 +#: lib/elements/satin_column.py:115 lib/elements/satin_column.py:139 msgid "Stitch length" msgstr "Steek lengte" -#: lib/elements/satin_column.py:120 +#: lib/elements/satin_column.py:121 msgid "Contour underlay inset amount" msgstr "Omtrekversteviging randafstand" -#: lib/elements/satin_column.py:121 +#: lib/elements/satin_column.py:122 msgid "Shrink the outline, to prevent the underlay from showing around the outside of the satin column." msgstr "Verklein de omtrek om te voorkomen dat de versteviging zichtbaar is langs de rand van de satijnbaan." -#: lib/elements/satin_column.py:131 +#: lib/elements/satin_column.py:132 msgid "Center-walk underlay" msgstr "Middenlijn versteviging" -#: lib/elements/satin_column.py:131 lib/elements/satin_column.py:138 +#: lib/elements/satin_column.py:132 lib/elements/satin_column.py:139 msgid "Center-Walk Underlay" msgstr "Middenlijn Versteviging" -#: lib/elements/satin_column.py:143 +#: lib/elements/satin_column.py:144 msgid "Zig-zag underlay" msgstr "Zig-zag versteviging" -#: lib/elements/satin_column.py:143 lib/elements/satin_column.py:152 -#: lib/elements/satin_column.py:163 +#: lib/elements/satin_column.py:144 lib/elements/satin_column.py:153 +#: lib/elements/satin_column.py:164 msgid "Zig-zag Underlay" msgstr "Zig-zag Versteviging" -#: lib/elements/satin_column.py:149 +#: lib/elements/satin_column.py:150 msgid "Zig-Zag spacing (peak-to-peak)" msgstr "Zig-zag afstand (piek-naar-piek)" -#: lib/elements/satin_column.py:150 +#: lib/elements/satin_column.py:151 msgid "Distance between peaks of the zig-zags." msgstr "Afstand tussen pieken van de zig-zag steken." -#: lib/elements/satin_column.py:160 +#: lib/elements/satin_column.py:161 msgid "Inset amount" msgstr "Randafstand" -#: lib/elements/satin_column.py:161 +#: lib/elements/satin_column.py:162 msgid "default: half of contour underlay inset" msgstr "standaard: de helft van de versteviging randafstand" @@ -716,19 +732,19 @@ msgid "Legacy running stitch setting detected!\n\n" msgstr "Verouderde doorlopende steek instelling gedetecteerd!\n\n" "Het lijkt erop dat je een lijn smaller dan 0.5 eenheden gebruikt om een doorlopende steek mee aan te geven, dat is verouderd. Gebruik een streepjes/stippellijn voor een doorlopende steek. Elke soort streepjes voldoen." -#: lib/elements/text.py:10 lib/extensions/lettering.py:62 +#: lib/elements/text.py:8 lib/extensions/lettering.py:62 msgid "Text" msgstr "Tekst" -#: lib/elements/text.py:11 +#: lib/elements/text.py:9 msgid "Ink/Stitch cannot work with objects like text." msgstr "Ink/Stitch kan niet omgaan met objecten zoals tekst." -#: lib/elements/text.py:13 +#: lib/elements/text.py:11 msgid "* Text: Create your own letters or try the lettering tool:" msgstr "* Tekst: Creëer je eigen letters of probeer het belettering gereedchap:" -#: lib/elements/text.py:14 +#: lib/elements/text.py:12 msgid "- Extensions > Ink/Stitch > Lettering" msgstr "- Extenties > Ink/Stitch > Belettering" @@ -746,15 +762,15 @@ msgid "Please select at least one satin column." msgstr "Selecteer minstens een satijn strook." #. This was previously: "No embroiderable paths selected." -#: lib/extensions/base.py:130 +#: lib/extensions/base.py:128 msgid "Ink/Stitch doesn't know how to work with any of the objects you've selected." msgstr "Ink/Stitch kan met geen enkel geselecteerd object omgaan." -#: lib/extensions/base.py:132 +#: lib/extensions/base.py:130 msgid "There are no objects in the entire document that Ink/Stitch knows how to work with." msgstr "In het gehele document zit geen enkel object waar Ink/Stitch mee kan omgaan." -#: lib/extensions/base.py:134 +#: lib/extensions/base.py:132 msgid "Tip: Select some objects and use Path -> Object to Path to convert them to paths." msgstr "Tip: Selecteer enkele objecten en gebruik Pad -> Object naar Pad om ze naar paden om te zetten." @@ -762,21 +778,25 @@ msgstr "Tip: Selecteer enkele objecten en gebruik Pad -> Object naar Pad om ze n msgid "Please select one or more fill areas to break apart." msgstr "Selecteer een of meer vulgebieden om op te breken." -#: lib/extensions/cleanup.py:35 lib/extensions/cleanup.py:47 +#: lib/extensions/cleanup.py:32 lib/extensions/cleanup.py:44 #, python-format msgid "%s elements removed" msgstr "%s elementen verwijderd" -#: lib/extensions/convert_to_satin.py:30 +#: lib/extensions/convert_to_satin.py:31 msgid "Please select at least one line to convert to a satin column." msgstr "Selecteer een of meer lijnen om naar satijnbaan om te zetten." #. : Convert To Satin extension, user selected one or more objects that were #. not lines. -#: lib/extensions/convert_to_satin.py:35 +#: lib/extensions/convert_to_satin.py:36 msgid "Only simple lines may be converted to satin columns." msgstr "Alleen eenvoudige lijnen kunnen worden omgezet naar satijnbanen." +#: lib/extensions/convert_to_satin.py:130 +msgid "Ink/Stitch cannot convert your stroke into a satin column. Please break up your path and try again." +msgstr "" + #: lib/extensions/cut_satin.py:15 msgid "Please select one or more satin columns to cut." msgstr "Selecteer een of meer satijnbanen om te snijden." @@ -787,13 +807,7 @@ msgstr "Selecteer een of meer satijnbanen om te snijden." msgid "this satin column does not have a \"satin column cut point\" command attached to it. Please use the \"Attach commands\" extension and attach the \"Satin Column cut point\" command first." msgstr "deze satijnbaan heeft geen \"satijnbaan snijpunt\" commando gekoppeld. Gebruik de \"Koppel commando's\" uitbreiding en koppel het \"Satijnbaan Snijpunt\" commando eerst." -#: lib/extensions/embroider.py:38 -msgid "\n\n" -"Seeing a 'no such option' message? Please restart Inkscape to fix." -msgstr "\n\n" -"Zie je een \"optie bestaat niet\" melding? Herstart Inkscape om dat op te lossen." - -#: lib/extensions/flip.py:24 +#: lib/extensions/flip.py:23 msgid "Please select one or more satin columns to flip." msgstr "Selecteer een of meer satijnbanen om om te draaien." @@ -801,27 +815,32 @@ msgstr "Selecteer een of meer satijnbanen om om te draaien." msgid "File not found." msgstr "Bestand niet gevonden." -#: lib/extensions/import_threadlist.py:38 +#: lib/extensions/import_threadlist.py:31 +msgid "The filepath specified is not a file but a dictionary.\n" +"Please choose a threadlist file to import." +msgstr "" + +#: lib/extensions/import_threadlist.py:41 msgid "Couldn't find any matching colors in the file." msgstr "Geen overeenkomende kleuren gevonden in het bestand." -#: lib/extensions/import_threadlist.py:40 +#: lib/extensions/import_threadlist.py:43 msgid "Please try to import as \"other threadlist\" and specify a color palette below." msgstr "Probeer als \"overige garenlijst\" te importeren en geef hieronder een kleurpalet op." -#: lib/extensions/import_threadlist.py:42 +#: lib/extensions/import_threadlist.py:45 msgid "Please chose an other color palette for your design." msgstr "Kies een ander kleurpalet voor je ontwerp." -#: lib/extensions/layer_commands.py:17 +#: lib/extensions/layer_commands.py:18 msgid "Please choose one or more commands to add." msgstr "Kies één of meer commando's om toe te voegen." -#: lib/extensions/lettering.py:32 lib/extensions/lettering.py:395 +#: lib/extensions/lettering.py:31 lib/extensions/lettering.py:403 msgid "Ink/Stitch Lettering" msgstr "Ink/Stitch Belettering" -#: lib/extensions/lettering.py:39 +#: lib/extensions/lettering.py:38 msgid "Font" msgstr "" @@ -850,30 +869,38 @@ msgstr "Annuleren" msgid "Apply and Quit" msgstr "Toepassen en Sluiten" -#: lib/extensions/lettering.py:142 +#: lib/extensions/lettering.py:133 msgid "Unable to find any fonts! Please try reinstalling Ink/Stitch." msgstr "Geen lettertypen gevonden! Probeer Ink/Stitch opnieuw te installeren." -#: lib/extensions/lettering.py:212 +#: lib/extensions/lettering.py:207 msgid "This font has no available font variant. Please update or remove the font." msgstr "" #. The user has chosen to scale the text by some percentage #. (50%, 200%, etc). If you need to use the percentage symbol, #. make sure to double it (%%). -#: lib/extensions/lettering.py:248 +#: lib/extensions/lettering.py:249 #, python-format msgid "Text scale %s%%" msgstr "Tekst schaling %s%%" -#: lib/extensions/lettering.py:384 +#: lib/extensions/lettering.py:392 msgid "Please select only one block of text." msgstr "Selecteer aub slechts een enkel blok tekst." -#: lib/extensions/lettering.py:387 +#: lib/extensions/lettering.py:395 msgid "You've selected objects that were not created by the Lettering extension. Please clear your selection or select different objects before running Lettering again." msgstr "Er zijn objecten geselecteerd die niet met de Belettering uitbreiding zijn gemaakt. Wis de selectie of selecteer andere objecten alvorens Belettering opnieuw te starten." +#: lib/extensions/lettering_custom_font_dir.py:22 +msgid "Please specify the directory of your custom fonts." +msgstr "" + +#: lib/extensions/lettering_generate_json.py:32 +msgid "Please specify a font file." +msgstr "" + #: lib/extensions/object_commands.py:16 msgid "Please select one or more objects to which to attach commands." msgstr "Selecteer een of meer objecten om commando's aan te koppelen." @@ -929,57 +956,57 @@ msgstr "Borduur Parameters" msgid "Use Last Settings" msgstr "Gebruik Vorige Instellingen" -#: lib/extensions/troubleshoot.py:42 +#: lib/extensions/troubleshoot.py:43 msgid "All selected shapes are valid! " msgstr "Alle geselecteerde vormen zijn geldig! " -#: lib/extensions/troubleshoot.py:44 +#: lib/extensions/troubleshoot.py:45 msgid "If you are still having trouble with a shape not being embroidered, check if it is in a layer with an ignore command." msgstr "Als je nog steeds problemen hebt met een vorm die niet wordt geborduurd, controleer dan of er een laag is met een Negeer commando erin." -#: lib/extensions/troubleshoot.py:70 +#: lib/extensions/troubleshoot.py:71 msgid "Invalid Pointer" msgstr "Ongeldige Pointer" -#: lib/extensions/troubleshoot.py:79 +#: lib/extensions/troubleshoot.py:80 templates/lettering_generate_json.xml:20 msgid "Description" msgstr "Beschrijving" -#: lib/extensions/troubleshoot.py:101 lib/extensions/troubleshoot.py:159 -#: templates/cleanup.inx:17 templates/remove_embroidery_settings.inx:16 -#: templates/troubleshoot.inx:10 +#: lib/extensions/troubleshoot.py:102 lib/extensions/troubleshoot.py:160 +#: templates/cleanup.xml:17 templates/remove_embroidery_settings.xml:16 +#: templates/troubleshoot.xml:10 msgid "Troubleshoot" msgstr "Probleemoplossen" -#: lib/extensions/troubleshoot.py:117 lib/extensions/troubleshoot.py:166 +#: lib/extensions/troubleshoot.py:118 lib/extensions/troubleshoot.py:167 msgid "Errors" msgstr "Fouten" -#: lib/extensions/troubleshoot.py:126 lib/extensions/troubleshoot.py:170 +#: lib/extensions/troubleshoot.py:127 lib/extensions/troubleshoot.py:171 msgid "Warnings" msgstr "Waarschuwingen" -#: lib/extensions/troubleshoot.py:135 +#: lib/extensions/troubleshoot.py:136 msgid "Type Warnings" msgstr "Type Waarschuwingen" -#: lib/extensions/troubleshoot.py:167 +#: lib/extensions/troubleshoot.py:168 msgid "Problems that will prevent the shape from being embroidered." msgstr "Problemen die zullen verhinderen dat de vorm geborduurd wordt." -#: lib/extensions/troubleshoot.py:171 +#: lib/extensions/troubleshoot.py:172 msgid "These are problems that won't prevent the shape from being embroidered. You should consider to fix the warning, but if you don't, Ink/Stitch will do its best to process the object." msgstr "Dit zijn problemen die niet zullen verhinderen dat de vorm geborduurd wordt. Je kunt de waarschuwing proberen op te lossen, maar als dat niet lukt zal Ink/Stitch toch proberen het object te verwerken." -#: lib/extensions/troubleshoot.py:176 +#: lib/extensions/troubleshoot.py:177 msgid "Object Type Warnings" msgstr "Object Type Waarschuwingen" -#: lib/extensions/troubleshoot.py:177 +#: lib/extensions/troubleshoot.py:178 msgid "Ink/Stitch only knows how to works with paths and ignores everything else. You might want these shapes to be ignored, but if you don't, follow the instructions to change this behaviour." msgstr "Ink/Stitch kan alleen omgaan met paden, en negeert de rest. Misschien wil je dat deze vormen worden genegeerd, als dat niet zo is volg dan de instructies om dit gedrag te veranderen." -#: lib/extensions/troubleshoot.py:194 +#: lib/extensions/troubleshoot.py:195 msgid "It is possible, that one object contains more than one error, yet there will be only one pointer per object. Run this function again, when further errors occur. Remove pointers by deleting the layer named \"Troubleshoot\" through the objects panel (Object -> Objects...)." msgstr "Het is mogelijk dat een object meer dan één fout bevat, er is echter slechts éé'n pointer per object. Voer de functie opnieuw uit als er meer fouten optreden. Verwijder pointers door de laag met naam \"Probleemoplossen\" te verwijderen via het objecten paneel (Object -> Objecten...)." @@ -1057,148 +1084,159 @@ msgstr "Voorkeuze \"%s\" niet gevonden." msgid "Preset \"%s\" already exists. Please use another name or press \"Overwrite\"" msgstr "Voorkeuze \"%s\" bestaat reeds. Gebruik een andere naam of kies \"Overschrijven\"" -#: lib/gui/simulator.py:20 electron/src/renderer/assets/js/simulator.js:132 +#: lib/gui/simulator.py:15 electron/src/renderer/assets/js/simulator.js:132 msgid "JUMP" msgstr "SPRONG" -#: lib/gui/simulator.py:20 electron/src/renderer/assets/js/simulator.js:135 +#: lib/gui/simulator.py:15 electron/src/renderer/assets/js/simulator.js:135 msgid "TRIM" msgstr "AFKNIPPEN" +#. #-#-#-#-# messages-babel.po (PROJECT VERSION) #-#-#-#-# #. command label at bottom of simulator window -#: lib/gui/simulator.py:20 templates/output_params_txt.xml:14 +#: lib/gui/simulator.py:15 templates/output_params_txt.xml:14 +#: electron/src/renderer/assets/js/simulator.js:129 msgid "STITCH" msgstr "STEEK" -#: lib/gui/simulator.py:20 templates/output_params_txt.xml:16 +#: lib/gui/simulator.py:15 templates/output_params_txt.xml:16 #: electron/src/renderer/assets/js/simulator.js:141 msgid "COLOR CHANGE" msgstr "KLEUR WISSEL" -#: lib/gui/simulator.py:20 templates/output_params_txt.xml:18 +#: lib/gui/simulator.py:15 templates/output_params_txt.xml:18 #: electron/src/renderer/assets/js/simulator.js:138 msgid "STOP" msgstr "STOP" -#: lib/gui/simulator.py:52 +#: lib/gui/simulator.py:47 msgid "Slow down (arrow down)" msgstr "Langzamer (pijl omlaag)" -#: lib/gui/simulator.py:55 +#: lib/gui/simulator.py:50 msgid "Speed up (arrow up)" msgstr "Sneller (pijl omhoog)" -#: lib/gui/simulator.py:58 +#: lib/gui/simulator.py:53 msgid "Go on step backward (-)" msgstr "Ga stap achteruit (-)" -#: lib/gui/simulator.py:61 +#: lib/gui/simulator.py:56 msgid "Go on step forward (+)" msgstr "Ga stap vooruit (+)" -#: lib/gui/simulator.py:64 +#: lib/gui/simulator.py:59 msgid "Switch direction (arrow left | arrow right)" msgstr "Wissel richting (pijl links | pijl rechts)" -#: lib/gui/simulator.py:65 lib/gui/simulator.py:241 lib/gui/simulator.py:248 +#: lib/gui/simulator.py:60 lib/gui/simulator.py:236 lib/gui/simulator.py:243 #: electron/src/renderer/components/Simulator.vue:29 msgid "Pause" msgstr "Pauzeer" -#: lib/gui/simulator.py:67 +#: lib/gui/simulator.py:62 msgid "Pause (P)" msgstr "Pauzeer (P)" -#: lib/gui/simulator.py:68 +#: lib/gui/simulator.py:63 msgid "Restart" msgstr "Herstart" -#: lib/gui/simulator.py:70 +#: lib/gui/simulator.py:65 msgid "Restart (R)" msgstr "Herstart (R)" -#: lib/gui/simulator.py:71 +#: lib/gui/simulator.py:66 msgid "O" msgstr "O" -#: lib/gui/simulator.py:73 +#: lib/gui/simulator.py:68 msgid "Display needle penetration point (O)" msgstr "Toon het naald penetratiepunt (O)" -#: lib/gui/simulator.py:74 +#: lib/gui/simulator.py:69 msgid "Quit" msgstr "Afsluiten" -#: lib/gui/simulator.py:76 +#: lib/gui/simulator.py:71 msgid "Quit (Q)" msgstr "Afsluiten (Q)" -#: lib/gui/simulator.py:188 +#: lib/gui/simulator.py:183 #, python-format msgid "Speed: %d stitches/sec" msgstr "Snelheid: %d steken/sec" -#: lib/gui/simulator.py:244 lib/gui/simulator.py:272 +#: lib/gui/simulator.py:239 lib/gui/simulator.py:267 msgid "Start" msgstr "Start" -#: lib/gui/simulator.py:824 lib/gui/simulator.py:836 +#: lib/gui/simulator.py:814 lib/gui/simulator.py:826 msgid "Preview" msgstr "Voorbeeld" -#: lib/gui/simulator.py:840 +#: lib/gui/simulator.py:830 msgid "Internal Error" msgstr "Interne Fout" -#: lib/gui/simulator.py:869 +#: lib/gui/simulator.py:859 msgid "Embroidery Simulation" msgstr "Borduursimulatie" #. If you translate this string, that will tell Ink/Stitch to #. generate menu items for this language in Inkscape's "Extensions" #. menu. -#: lib/inx/utils.py:66 +#: lib/inx/utils.py:81 msgid "Generate INX files" msgstr "Genereer INX bestanden" +#: lib/lettering/font.py:153 +#, python-format +msgid "The font '%s' has no variants." +msgstr "" + #. low-level file error. %(error)s is (hopefully?) translated by #. the user's system automatically. -#: lib/output.py:94 +#: lib/output.py:96 #, python-format msgid "Error writing to %(path)s: %(error)s" msgstr "Fout bij schrijven naar %(path)s: %(error)s" -#: lib/stitches/auto_satin.py:654 +#: lib/stitches/auto_satin.py:653 msgid "Auto-Satin" msgstr "Auto-Satijn" #. Label for a satin column created by Auto-Route Satin Columns and Lettering #. extensions -#: lib/stitches/auto_satin.py:701 +#: lib/stitches/auto_satin.py:700 #, python-format msgid "AutoSatin %d" msgstr "AutoSatijn %d" #. Label for running stitch (underpathing) created by Auto-Route Satin Columns #. amd Lettering extensions -#: lib/stitches/auto_satin.py:704 +#: lib/stitches/auto_satin.py:703 #, python-format msgid "AutoSatin Running Stitch %d" msgstr "AutoSatijn Doorlopende Steek %d" -#: lib/svg/rendering.py:228 +#: lib/svg/rendering.py:219 msgid "Stitch Plan" msgstr "Stekenplan" -#: lib/svg/units.py:46 +#: lib/svg/units.py:13 #, python-format msgid "parseLengthWithUnits: unknown unit %s" msgstr "parseLengthWithUnits: onbekende eenheid %s" -#: lib/svg/units.py:78 +#: lib/utils/version.py:14 #, python-format -msgid "Unknown unit: %s" -msgstr "Onbekende eenheid: %s" +msgid "Ink/Stitch Version: %s" +msgstr "" + +#: lib/utils/version.py:16 +msgid "Ink/Stitch Version: unkown" +msgstr "" #: print/templates/color_swatch.html:8 print/templates/color_swatch.html:40 #: print/templates/operator_detailedview.html:9 @@ -1349,6 +1387,11 @@ msgstr "Totaal garen verbruikt" msgid "Total stitch count" msgstr "Totaal aantal steken" +#: print/templates/operator_detailedview.html:31 +#: print/templates/print_detail.html:11 +msgid "Estimated time" +msgstr "Geschatte tijd" + #: print/templates/operator_detailedview.html:34 #: print/templates/operator_overview.html:8 #: print/templates/print_overview.html:8 @@ -1370,7 +1413,7 @@ msgid "estimated time" msgstr "geschatte tijd" #: print/templates/operator_detailedview.html:67 -#: electron/src/renderer/components/Simulator.vue:194 +#: electron/src/renderer/components/Simulator.vue:196 msgid "trims" msgstr "zomen" @@ -1392,10 +1435,6 @@ msgstr "Ctrl + Scroll voor Inzoomen" msgid "COLOR" msgstr "KLEUR" -#: print/templates/print_detail.html:11 -msgid "Estimated time" -msgstr "Geschatte tijd" - #: print/templates/print_overview.html:42 msgid "Client Signature" msgstr "Klant Handtekening" @@ -1413,6 +1452,7 @@ msgid "Save PDF" msgstr "PDF Opslaan" #: print/templates/ui.html:6 print/templates/ui.html:16 +#: templates/embroider_settings.xml:3 msgid "Settings" msgstr "Instellingen" @@ -1734,172 +1774,263 @@ msgstr "Brother Stitch Formaat" msgid "G-code Format" msgstr "G-code Formaat" -#: templates/auto_satin.inx:3 +#: templates/about.xml:3 templates/about.xml:6 +msgid "About" +msgstr "" + +#: templates/about.xml:10 +msgid "An open-source machine embroidery design platform based on Inkscape." +msgstr "" + +#: templates/about.xml:15 +msgid "License" +msgstr "" + +#: templates/auto_satin.xml:3 msgid "Auto-Route Satin Columns" msgstr "Auto-Routeer Satijnbanen" -#: templates/auto_satin.inx:5 +#: templates/auto_satin.xml:5 msgid "Trim jump stitches" msgstr "Sprongsteken afknippen" -#: templates/auto_satin.inx:6 +#: templates/auto_satin.xml:6 msgid "Preserve order of satin columns" msgstr "Behoudt volgorde van Satijnbanen" -#: templates/auto_satin.inx:12 templates/convert_to_satin.inx:10 -#: templates/cut_satin.inx:10 templates/flip.inx:10 +#: templates/auto_satin.xml:12 templates/convert_to_satin.xml:10 +#: templates/cut_satin.xml:10 templates/flip.xml:10 msgid "Satin Tools" msgstr "Satijn Gereedschap" -#: templates/break_apart.inx:3 +#: templates/break_apart.xml:3 msgid "Break Apart Fill Objects" msgstr "Opbreken Opvulobjecten" -#: templates/break_apart.inx:10 +#: templates/break_apart.xml:10 msgid "Fill Tools" msgstr "Opvul Gereedschap" -#: templates/break_apart.inx:15 +#: templates/break_apart.xml:15 msgid "This extension will try to repair fill shapes and break them apart if necessary. Holes will be retained. Use on simple or overlapping shapes." msgstr "Deze uitbreiding zal proberen vormen te repareren en ze zo nodig opbreken. Gaten blijven behouden. Gebruik op eenvoudige of overlappende vormen." -#: templates/cleanup.inx:3 +#: templates/cleanup.xml:3 msgid "Cleanup Document" msgstr "Document Opschonen" -#: templates/cleanup.inx:5 +#: templates/cleanup.xml:5 msgid "Use this extension to remove small objects from the document." msgstr "Gebruik deze uitbreiding om kleine objecten uit het document te verwijderen." -#: templates/cleanup.inx:6 +#: templates/cleanup.xml:6 msgid "Remove Small Fill Areas" msgstr "Verwijder Kleine Opvulgebieden" -#: templates/cleanup.inx:7 +#: templates/cleanup.xml:7 msgid "Removes areas smaller than dedined by threshold." msgstr "Verwijdert gebieden kleiner dan de grenswaarde." -#: templates/cleanup.inx:8 +#: templates/cleanup.xml:8 msgid "Fill area threshold" msgstr "Opvulgebied grenswaarde" -#: templates/cleanup.inx:10 +#: templates/cleanup.xml:10 msgid "Removes small strokes shorter than defined by threshold." msgstr "Verwijdert kleine lijnen korter dan de grenswaarde." -#: templates/cleanup.inx:11 +#: templates/cleanup.xml:11 msgid "Stroke threshold" msgstr "Lijn grenswaarde" -#: templates/convert_to_satin.inx:3 +#: templates/convert_to_satin.xml:3 msgid "Convert Line to Satin" msgstr "Omzetten Lijn naar Satijn" -#: templates/cut_satin.inx:3 +#: templates/cut_satin.xml:3 msgid "Cut Satin Column" msgstr "Snij Satijnbaan" -#: templates/embroider.inx:3 +#: templates/embroider.xml:3 msgid "Embroider" msgstr "Borduur" -#: templates/embroider.inx:5 -msgid "Collapse length (mm)" -msgstr "Samenvoeg lengte (mm)" - -#: templates/embroider.inx:5 -msgid "Jump stitches smaller than this will be treated as normal stitches." -msgstr "Sprongsteken kleiner dan dit zullen als normale steken worden behandeld." +#: templates/embroider.xml:5 +msgid "Create a stitch file" +msgstr "" -#: templates/embroider.inx:6 -msgid "Hide other layers" -msgstr "Verberg andere lagen" +#: templates/embroider.xml:6 +msgid "Save your embroidery file through | File > Save a Copy ... |" +msgstr "" -#: templates/embroider.inx:6 -msgid "Hide all other top-level layers when the embroidery layer is generated, in order to make stitching discernible." -msgstr "Verstop alle top-nivo lagen als de borduurlaag wordt gegenereerd om de steken zichtbaar te maken." +#: templates/embroider.xml:7 +msgid "Choose from listed embroidery file formats and save." +msgstr "" -#: templates/embroider.inx:7 -msgid "Output file format" -msgstr "Uitvoer bestandsformaat" +#: templates/embroider.xml:9 +msgid "Multiple file formats can be saved by choosing the zip file format." +msgstr "" -#: templates/embroider.inx:12 -msgid "DEBUG" -msgstr "DEBUG" +#: templates/embroider.xml:14 templates/print.xml:10 templates/simulator.xml:10 +#: templates/stitch_plan_preview.xml:10 +msgid "Visualise and Export" +msgstr "Visualiseren en Exporteren" -#: templates/embroider.inx:15 -msgid "Directory" -msgstr "Folder" +#: templates/embroider_settings.xml:13 +msgid "Output Settings" +msgstr "" -#: templates/embroider.inx:15 -msgid "Leave empty to save the output in Inkscape's extension directory." -msgstr "Leeglaten om de uitvoer in Inkscape's uitbreiding folder te plaatsen." +#: templates/embroider_settings.xml:16 +msgid "Collapse length (mm)" +msgstr "Samenvoeg lengte (mm)" -#: templates/embroider.inx:21 templates/print.inx:10 templates/simulator.inx:10 -#: templates/stitch_plan_preview.inx:10 -msgid "Visualise and Export" -msgstr "Visualiseren en Exporteren" +#: templates/embroider_settings.xml:17 +msgid "Jump stitches smaller than this will be treated as normal stitches." +msgstr "Sprongsteken kleiner dan dit zullen als normale steken worden behandeld." -#: templates/flip.inx:3 +#: templates/flip.xml:3 msgid "Flip Satin Column Rails" msgstr "Wissel Satijnbaan Rails om" -#: templates/global_commands.inx:3 +#: templates/global_commands.xml:3 msgid "Add Commands" msgstr "Voeg Commando's Toe" -#: templates/global_commands.inx:5 +#: templates/global_commands.xml:5 msgid "These commands affect the entire embroidery design." msgstr "Deze commando's hebben invloed op het hele borduurontwerp." #. Inkscape submenu under Extensions -> Ink/Stitch -#: templates/global_commands.inx:15 templates/layer_commands.inx:14 -#: templates/object_commands.inx:13 +#: templates/global_commands.xml:15 templates/layer_commands.xml:14 +#: templates/object_commands.xml:13 msgid "Commands" msgstr "Commando's" -#: templates/import_threadlist.inx:3 +#: templates/import_threadlist.xml:3 msgid "Import Threadlist" msgstr "Importeer Garenlijst" -#: templates/import_threadlist.inx:7 +#: templates/import_threadlist.xml:6 msgid "Choose file" msgstr "Kies bestand" -#: templates/import_threadlist.inx:8 -msgid "File Path" -msgstr "Bestand Pad" - -#: templates/import_threadlist.inx:8 -msgid "Enter path to file" -msgstr "Voer pad naar bestand in" - -#: templates/input.inx:9 +#: templates/input.xml:9 #, python-format msgid "convert %(file_extension)s file to Ink/Stitch manual-stitch paths" msgstr "converteer %(file_extension)s bestand naar Ink/Stitch handmatige steek paden" -#: templates/install.inx:3 +#: templates/install.xml:3 msgid "Install thread color palettes for Inkscape" msgstr "Installeer draadkleurpaletten voor Inkscape" -#: templates/layer_commands.inx:3 +#: templates/layer_commands.xml:3 msgid "Add Layer Commands" msgstr "Toevoegen Laag Commando's" -#: templates/layer_commands.inx:5 +#: templates/layer_commands.xml:5 msgid "Commands will be added to the currently-selected layer." msgstr "Commando's worden toegevoegd aan de laag die geselecteerd is." -#: templates/lettering.inx:3 +#: templates/lettering.xml:3 msgid "Lettering" msgstr "Belettering" -#: templates/object_commands.inx:3 +#: templates/lettering_custom_font_dir.xml:3 +#: templates/lettering_custom_font_dir.xml:18 +msgid "Custom font directory" +msgstr "" + +#: templates/lettering_custom_font_dir.xml:10 +#: templates/lettering_generate_json.xml:10 +#: templates/lettering_remove_kerning.xml:10 +msgid "Font Tools" +msgstr "" + +#: templates/lettering_custom_font_dir.xml:15 +msgid "Set a custom directory for additional fonts to be used with the lettering tool." +msgstr "" + +#: templates/lettering_custom_font_dir.xml:21 +msgid "Usage: Create a subdirectory for each font you add." +msgstr "" + +#: templates/lettering_generate_json.xml:3 +msgid "Generate JSON" +msgstr "" + +#: templates/lettering_generate_json.xml:15 +msgid "Generates font.json which can be used by the lettering tool." +msgstr "" + +#: templates/lettering_generate_json.xml:19 +msgid "Name" +msgstr "" + +#: templates/lettering_generate_json.xml:24 +msgid "Insert a font SVG file with kerning information." +msgstr "" + +#: templates/lettering_generate_json.xml:26 +msgid "Font File" +msgstr "" + +#: templates/lettering_generate_json.xml:29 +msgid "Autoroute Satin" +msgstr "" + +#: templates/lettering_generate_json.xml:30 +msgid "Disable if you defined manual routing in your font." +msgstr "" + +#: templates/lettering_generate_json.xml:31 +msgid "Reversible" +msgstr "" + +#: templates/lettering_generate_json.xml:32 +msgid "If disabled back and forth stitching will not be possile for this font." +msgstr "" + +#: templates/lettering_generate_json.xml:34 +msgid "Default Glyph" +msgstr "" + +#: templates/lettering_generate_json.xml:37 +msgid "Min Scale" +msgstr "" + +#: templates/lettering_generate_json.xml:38 +msgid "Max Scale" +msgstr "" + +#: templates/lettering_generate_json.xml:40 +msgid "Leading (px)" +msgstr "" + +#: templates/lettering_generate_json.xml:40 +msgid "If 0, the value will be calculated or defaults to 100" +msgstr "" + +#: templates/lettering_remove_kerning.xml:3 +msgid "Remove Kerning" +msgstr "" + +#: templates/lettering_remove_kerning.xml:15 +msgid "Removes Kerning information from given SVG files" +msgstr "" + +#: templates/lettering_remove_kerning.xml:19 +msgid "Make sure you keep a copy of the original file. After running this extension kerning information will be lost unrevertably from these files." +msgstr "" + +#: templates/lettering_remove_kerning.xml:23 +msgid "Select Font Files" +msgstr "" + +#: templates/object_commands.xml:3 msgid "Attach Commands to Selected Objects" msgstr "Koppel Commando's aan Geselecteerde Objecten" -#: templates/output.inx:9 +#: templates/output.xml:9 #, python-format msgid "Save design in %(file_extension)s format using Ink/Stitch" msgstr "Sla ontwerp op in %(file_extension)s formaat met Ink/Stitch" @@ -2013,67 +2144,71 @@ msgstr "maximum spindle snelheid waarde (grbl $30 setting)" msgid "feed rate (in mm/min, set to -1 to omit)" msgstr "voedingssnelheid (in mm/min, gebruik -1 om weg te laten)" -#: templates/params.inx:3 +#: templates/params.xml:3 msgid "Params" msgstr "Params" -#: templates/print.inx:3 +#: templates/print.xml:3 msgid "PDF Export" msgstr "PDF Export" -#: templates/remove_embroidery_settings.inx:3 +#: templates/remove_embroidery_settings.xml:3 msgid "Remove embroidery settings" msgstr "Verwijder Borduurinstellingen" -#: templates/remove_embroidery_settings.inx:5 +#: templates/remove_embroidery_settings.xml:5 msgid "Use this extension to remove the information Ink/Stitch has stored in your document. This can be especially useful if you copy and paste objects from an embroidery design into another document." msgstr "Gebruik deze uitbreiding om de informatie te verwijderen die Ink/Stitch in je document heeft opgeslagen. Dit kan bijvoorbeeld nuttig zijn als je objecten uit een borduurontwerp naar een ander document kopieert." -#: templates/remove_embroidery_settings.inx:6 +#: templates/remove_embroidery_settings.xml:6 msgid "Remove Params" msgstr "Verwijder Params" -#: templates/remove_embroidery_settings.inx:7 +#: templates/remove_embroidery_settings.xml:7 msgid "Removes params from selected objects or all objects if nothing is selected." msgstr "Verwijdert params van de geselecteerde objecten of van alle objecten als niets is geselecteerd." -#: templates/remove_embroidery_settings.inx:8 +#: templates/remove_embroidery_settings.xml:8 msgid "Remove Commands" msgstr "Verwijder Commando's" -#: templates/remove_embroidery_settings.inx:9 +#: templates/remove_embroidery_settings.xml:9 msgid "Removes visual commands from selected objects or all objects if nothing is selected." msgstr "Verwijdert visuele commando's van geselecteerde objecten of van alle objecten als niets is geselecteerd." -#: templates/remove_embroidery_settings.inx:10 +#: templates/remove_embroidery_settings.xml:10 msgid "Remove Print Settings from SVG metadata" msgstr "Verwijder Print Instellingen uit SVG metadata" -#: templates/simulator.inx:3 +#: templates/reorder.xml:3 +msgid "Reorder" +msgstr "" + +#: templates/simulator.xml:3 msgid "Simulator / Realistic Preview" msgstr "Simulator / Realistisch Voorbeeld" -#: templates/stitch_plan_preview.inx:3 +#: templates/stitch_plan_preview.xml:3 msgid "Stitch Plan Preview" msgstr "Stekenplan Voorbeeld" -#: templates/troubleshoot.inx:3 +#: templates/troubleshoot.xml:3 msgid "Troubleshoot Objects" msgstr "Probleemdiagnose Objecten" -#: templates/zip.inx:8 +#: templates/zip.xml:8 msgid "Ink/Stitch: ZIP export multiple formats (.zip)" msgstr "Ink/Stitch: ZIP exporteer meerdere formaten (.zip)" -#: templates/zip.inx:9 +#: templates/zip.xml:9 msgid "Create a ZIP with multiple embroidery file formats using Ink/Stitch" msgstr "Maak een ZIP met meerdere borduurbestandsformaten met behulp van Ink/Stitch" -#: templates/zip.inx:15 +#: templates/zip.xml:17 msgid "Scalable Vector Graphic" msgstr "Scalable Vector Graphic" -#: templates/zip.inx:16 +#: templates/zip.xml:18 msgid "Threadlist" msgstr "Garenlijst" @@ -2106,7 +2241,7 @@ msgstr "+ Plus" msgid "Button" msgstr "Knop" -#: electron/src/renderer/components/Simulator.vue:201 +#: electron/src/renderer/components/Simulator.vue:203 msgid "color changes" msgstr "kleur wisselingen" @@ -2118,7 +2253,7 @@ msgstr "Commando" msgid "Controls" msgstr "Bediening" -#: electron/src/renderer/components/Simulator.vue:221 +#: electron/src/renderer/components/Simulator.vue:223 msgid "cursor" msgstr "cursor" @@ -2162,7 +2297,7 @@ msgstr "Spring naar volgende commando" msgid "Jump to previous command" msgstr "Spring naar vorige commando" -#: electron/src/renderer/components/Simulator.vue:197 +#: electron/src/renderer/components/Simulator.vue:199 msgid "jumps" msgstr "sprongen" @@ -2171,9 +2306,9 @@ msgstr "sprongen" msgid "Minus" msgstr "Minus" -#: electron/src/renderer/components/Simulator.vue:213 -msgid "needle
points" -msgstr "naald
punten" +#: electron/src/renderer/components/Simulator.vue:215 +msgid "needle points" +msgstr "" #. description of keyboard shortcut that moves one stitch backward in simulator #: electron/src/renderer/components/Simulator.vue:71 @@ -2207,11 +2342,11 @@ msgstr "Start achterwaarts" msgid "Play forward" msgstr "Start voorwaarts" -#: electron/src/renderer/components/Simulator.vue:218 +#: electron/src/renderer/components/Simulator.vue:220 msgid "realistic" msgstr "realistisch" -#: electron/src/renderer/components/Simulator.vue:258 +#: electron/src/renderer/components/Simulator.vue:260 msgid "Rendering stitch-plan..." msgstr "Bezig met stekenplan..." @@ -2219,6 +2354,10 @@ msgstr "Bezig met stekenplan..." msgid "Shortcut Key" msgstr "Sneltoets" +#: electron/src/renderer/components/Simulator.vue:192 +msgid "Show" +msgstr "" + #: electron/src/renderer/components/Simulator.vue:10 msgid "Simulator Shortcut Keys" msgstr "Simulator Sneltoetsen" @@ -2241,7 +2380,7 @@ msgid_plural "Speed: %{speed} stitches/sec" msgstr[0] "Snelheid: %{speed} steken/sec" msgstr[1] "Snelheid: %{speed} steken/sec" -#: electron/src/renderer/components/Simulator.vue:204 +#: electron/src/renderer/components/Simulator.vue:206 msgid "stops" msgstr "pauzes" -- cgit v1.3.1