1
0
Fork 0

Merge pull request #2063 from freesewing/build

Fix broken build.
This commit is contained in:
Nick Dower 2022-04-04 08:34:54 +02:00 committed by GitHub
commit 473c591bb8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 46 additions and 5 deletions

View file

@ -29,6 +29,7 @@ underbust: Unterbrustweite
upperLeg: Oberschenkelumfang upperLeg: Oberschenkelumfang
waist: Taillenweite waist: Taillenweite
waistBack: Taillenweite hinten waistBack: Taillenweite hinten
waistToArmhole: Waist to armhole
waistToFloor: Taille bis Boden waistToFloor: Taille bis Boden
waistToHips: Taille bis Hüfte waistToHips: Taille bis Hüfte
waistToKnee: Taille bis Knie waistToKnee: Taille bis Knie

View file

@ -29,6 +29,7 @@ underbust: Bajo pecho
upperLeg: Contorno de alto de pierna upperLeg: Contorno de alto de pierna
waist: Circunferencia de Waist waist: Circunferencia de Waist
waistBack: Volver waistBack: Volver
waistToArmhole: Waist to armhole
waistToFloor: Llave al suelo waistToFloor: Llave al suelo
waistToHips: Espera a caderas waistToHips: Espera a caderas
waistToKnee: Espera a rodilla waistToKnee: Espera a rodilla

View file

@ -29,6 +29,7 @@ underbust: Tour sous poitrine
upperLeg: Tour de cuisse upperLeg: Tour de cuisse
waist: Tour de taille waist: Tour de taille
waistBack: Taille arrière waistBack: Taille arrière
waistToArmhole: Waist to armhole
waistToFloor: Hauteur de taille waistToFloor: Hauteur de taille
waistToHips: Hauteur taille hanches waistToHips: Hauteur taille hanches
waistToKnee: Hauteur taille genou waistToKnee: Hauteur taille genou

View file

@ -29,6 +29,7 @@ underbust: Onderbuste
upperLeg: Bovenbeenomtrek upperLeg: Bovenbeenomtrek
waist: Omtrek taille waist: Omtrek taille
waistBack: Taille achter waistBack: Taille achter
waistToArmhole: Waist to armhole
waistToFloor: Taille tot vloer waistToFloor: Taille tot vloer
waistToHips: Taille tot heupen waistToHips: Taille tot heupen
waistToKnee: Taille tot knie waistToKnee: Taille tot knie

View file

@ -33,6 +33,7 @@ const measurements = {
"upperLeg": "Oberschenkelumfang", "upperLeg": "Oberschenkelumfang",
"waist": "Taillenweite", "waist": "Taillenweite",
"waistBack": "Taillenweite hinten", "waistBack": "Taillenweite hinten",
"waistToArmhole": "Waist to armhole",
"waistToFloor": "Taille bis Boden", "waistToFloor": "Taille bis Boden",
"waistToHips": "Taille bis Hüfte", "waistToHips": "Taille bis Hüfte",
"waistToKnee": "Taille bis Knie", "waistToKnee": "Taille bis Knie",

View file

@ -9,6 +9,8 @@ const o_bella = {
"waistEase.d": "Steuert die Menge an Leichtigkeit in deiner Taille", "waistEase.d": "Steuert die Menge an Leichtigkeit in deiner Taille",
"bustSpanEase.t": "Zugabe seitlicher Brustbereich", "bustSpanEase.t": "Zugabe seitlicher Brustbereich",
"bustSpanEase.d": "Steuert die Größe der (horizontalen) Zugabe, zu deinem seitlichen Brustbereich, \nwenn Brustpunkt berechnet wird.", "bustSpanEase.d": "Steuert die Größe der (horizontalen) Zugabe, zu deinem seitlichen Brustbereich, \nwenn Brustpunkt berechnet wird.",
"shoulderToShoulderEase.t": "Shoulder to Shoulder ease",
"shoulderToShoulderEase.d": "Controls the amount of ease between your shoulders. Initially set to -.5% because Bella implements a block that is used in the industry.",
"fullChestEaseReduction.t": "Full chest ease reduction", "fullChestEaseReduction.t": "Full chest ease reduction",
"fullChestEaseReduction.d": "Allows you to independently reduce the ease around the chest to make it fit tight(er) in that area", "fullChestEaseReduction.d": "Allows you to independently reduce the ease around the chest to make it fit tight(er) in that area",
"backDartHeight.t": "Höhe Rückenabnäher", "backDartHeight.t": "Höhe Rückenabnäher",

View file

@ -4,6 +4,11 @@
*/ */
const workbench = { const workbench = {
"designOptions": "Design options", "designOptions": "Design options",
"forPrinting": "For printing",
"forCutting": "For cutting",
"layoutThing": "Layout {thing}",
"pageSize": "Page size",
"startBySelectingAThing": "Start by selecting a {thing}",
"testThing": "Test {thing}" "testThing": "Test {thing}"
} }

View file

@ -33,6 +33,7 @@ const measurements = {
"upperLeg": "Upper leg circumference", "upperLeg": "Upper leg circumference",
"waist": "Waist circumference", "waist": "Waist circumference",
"waistBack": "Waist back", "waistBack": "Waist back",
"waistToArmhole": "Waist to armhole",
"waistToFloor": "Waist to floor", "waistToFloor": "Waist to floor",
"waistToHips": "Waist to hips", "waistToHips": "Waist to hips",
"waistToKnee": "Waist to knee", "waistToKnee": "Waist to knee",

View file

@ -9,6 +9,8 @@ const o_bella = {
"waistEase.d": "Controls the amount of ease at your waist", "waistEase.d": "Controls the amount of ease at your waist",
"bustSpanEase.t": "Bust span ease", "bustSpanEase.t": "Bust span ease",
"bustSpanEase.d": "Controls the amount of (horizontal) ease added to your bust span when locating the bust point.", "bustSpanEase.d": "Controls the amount of (horizontal) ease added to your bust span when locating the bust point.",
"shoulderToShoulderEase.t": "Shoulder to Shoulder ease",
"shoulderToShoulderEase.d": "Controls the amount of ease between your shoulders. Initially set to -.5% because Bella implements a block that is used in the industry.",
"fullChestEaseReduction.t": "Full chest ease reduction", "fullChestEaseReduction.t": "Full chest ease reduction",
"fullChestEaseReduction.d": "Allows you to independently reduce the ease around the chest to make it fit tight(er) in that area", "fullChestEaseReduction.d": "Allows you to independently reduce the ease around the chest to make it fit tight(er) in that area",
"backDartHeight.t": "Back dart height", "backDartHeight.t": "Back dart height",

View file

@ -7,6 +7,8 @@ const workbench = {
"forPrinting": "For printing", "forPrinting": "For printing",
"forCutting": "For cutting", "forCutting": "For cutting",
"layoutThing": "Layout {thing}", "layoutThing": "Layout {thing}",
"pageSize": "Page size",
"startBySelectingAThing": "Start by selecting a {thing}",
"testThing": "Test {thing}" "testThing": "Test {thing}"
} }

View file

@ -33,6 +33,7 @@ const measurements = {
"upperLeg": "Contorno de alto de pierna", "upperLeg": "Contorno de alto de pierna",
"waist": "Circunferencia de Waist", "waist": "Circunferencia de Waist",
"waistBack": "Volver", "waistBack": "Volver",
"waistToArmhole": "Waist to armhole",
"waistToFloor": "Llave al suelo", "waistToFloor": "Llave al suelo",
"waistToHips": "Espera a caderas", "waistToHips": "Espera a caderas",
"waistToKnee": "Espera a rodilla", "waistToKnee": "Espera a rodilla",

View file

@ -9,6 +9,8 @@ const o_bella = {
"waistEase.d": "Controla la cantidad de facilidad en tu cintura", "waistEase.d": "Controla la cantidad de facilidad en tu cintura",
"bustSpanEase.t": "Facilidad de la expansión del polvo", "bustSpanEase.t": "Facilidad de la expansión del polvo",
"bustSpanEase.d": "Controla la cantidad de facilidad (horizontal) que se agrega a tu superficie de busto al ubicar el punto de busto.", "bustSpanEase.d": "Controla la cantidad de facilidad (horizontal) que se agrega a tu superficie de busto al ubicar el punto de busto.",
"shoulderToShoulderEase.t": "Shoulder to Shoulder ease",
"shoulderToShoulderEase.d": "Controls the amount of ease between your shoulders. Initially set to -.5% because Bella implements a block that is used in the industry.",
"fullChestEaseReduction.t": "Full chest ease reduction", "fullChestEaseReduction.t": "Full chest ease reduction",
"fullChestEaseReduction.d": "Allows you to independently reduce the ease around the chest to make it fit tight(er) in that area", "fullChestEaseReduction.d": "Allows you to independently reduce the ease around the chest to make it fit tight(er) in that area",
"backDartHeight.t": "Altura del dart trasero", "backDartHeight.t": "Altura del dart trasero",

View file

@ -4,6 +4,11 @@
*/ */
const workbench = { const workbench = {
"designOptions": "Design options", "designOptions": "Design options",
"forPrinting": "For printing",
"forCutting": "For cutting",
"layoutThing": "Layout {thing}",
"pageSize": "Page size",
"startBySelectingAThing": "Start by selecting a {thing}",
"testThing": "Test {thing}" "testThing": "Test {thing}"
} }

View file

@ -33,6 +33,7 @@ const measurements = {
"upperLeg": "Tour de cuisse", "upperLeg": "Tour de cuisse",
"waist": "Tour de taille", "waist": "Tour de taille",
"waistBack": "Taille arrière", "waistBack": "Taille arrière",
"waistToArmhole": "Waist to armhole",
"waistToFloor": "Hauteur de taille", "waistToFloor": "Hauteur de taille",
"waistToHips": "Hauteur taille hanches", "waistToHips": "Hauteur taille hanches",
"waistToKnee": "Hauteur taille genou", "waistToKnee": "Hauteur taille genou",

View file

@ -9,6 +9,8 @@ const o_bella = {
"waistEase.d": "Contrôle la quantité d'aisance au niveau de la taille", "waistEase.d": "Contrôle la quantité d'aisance au niveau de la taille",
"bustSpanEase.t": "Aisance de l'écart poitrine", "bustSpanEase.t": "Aisance de l'écart poitrine",
"bustSpanEase.d": "Contrôle la quantité d'aisance (horizontale) ajoutée à votre poitrine entre les 2 pointes de la poitrine.", "bustSpanEase.d": "Contrôle la quantité d'aisance (horizontale) ajoutée à votre poitrine entre les 2 pointes de la poitrine.",
"shoulderToShoulderEase.t": "Shoulder to Shoulder ease",
"shoulderToShoulderEase.d": "Controls the amount of ease between your shoulders. Initially set to -.5% because Bella implements a block that is used in the industry.",
"fullChestEaseReduction.t": "Réduction de l'aisance de la poitrine", "fullChestEaseReduction.t": "Réduction de l'aisance de la poitrine",
"fullChestEaseReduction.d": "Vous permet de réduire l'aisance de la poitrine indépendamment pour rendre plus seyant cette zone", "fullChestEaseReduction.d": "Vous permet de réduire l'aisance de la poitrine indépendamment pour rendre plus seyant cette zone",
"backDartHeight.t": "Hauteur de pince dos", "backDartHeight.t": "Hauteur de pince dos",

View file

@ -4,6 +4,11 @@
*/ */
const workbench = { const workbench = {
"designOptions": "Design options", "designOptions": "Design options",
"forPrinting": "For printing",
"forCutting": "For cutting",
"layoutThing": "Layout {thing}",
"pageSize": "Page size",
"startBySelectingAThing": "Start by selecting a {thing}",
"testThing": "Test {thing}" "testThing": "Test {thing}"
} }

View file

@ -33,6 +33,7 @@ const measurements = {
"upperLeg": "Bovenbeenomtrek", "upperLeg": "Bovenbeenomtrek",
"waist": "Omtrek taille", "waist": "Omtrek taille",
"waistBack": "Taille achter", "waistBack": "Taille achter",
"waistToArmhole": "Waist to armhole",
"waistToFloor": "Taille tot vloer", "waistToFloor": "Taille tot vloer",
"waistToHips": "Taille tot heupen", "waistToHips": "Taille tot heupen",
"waistToKnee": "Taille tot knie", "waistToKnee": "Taille tot knie",

View file

@ -9,6 +9,8 @@ const o_bella = {
"waistEase.d": "Bepaalt de hoeveelheid overwijdte aan je taille", "waistEase.d": "Bepaalt de hoeveelheid overwijdte aan je taille",
"bustSpanEase.t": "Overwijdte bustenwijdte", "bustSpanEase.t": "Overwijdte bustenwijdte",
"bustSpanEase.d": "Bepaalt de hoeveelheid (horizontaal) overwijdte die wordt toegevoegd aan uw bustewijdte bij het lokaliseren van het bustepunt.", "bustSpanEase.d": "Bepaalt de hoeveelheid (horizontaal) overwijdte die wordt toegevoegd aan uw bustewijdte bij het lokaliseren van het bustepunt.",
"shoulderToShoulderEase.t": "Shoulder to Shoulder ease",
"shoulderToShoulderEase.d": "Controls the amount of ease between your shoulders. Initially set to -.5% because Bella implements a block that is used in the industry.",
"fullChestEaseReduction.t": "Full chest ease reduction", "fullChestEaseReduction.t": "Full chest ease reduction",
"fullChestEaseReduction.d": "Allows you to independently reduce the ease around the chest to make it fit tight(er) in that area", "fullChestEaseReduction.d": "Allows you to independently reduce the ease around the chest to make it fit tight(er) in that area",
"backDartHeight.t": "Hoogte neep rug", "backDartHeight.t": "Hoogte neep rug",

View file

@ -21,9 +21,9 @@ const optiongroups = {
"frontPockets": "Voorzakken", "frontPockets": "Voorzakken",
"waistband": "Tailleband", "waistband": "Tailleband",
"fly": "Vliegen", "fly": "Vliegen",
"bellaDarts": "Bella darts", "bellaDarts": "Bella figuurnaden",
"bellaArmhole": "Bella armhole", "bellaArmhole": "Bella armsgat",
"bellaAdvanced": "Bella advanced", "bellaAdvanced": "Bella geavanceerd",
"clavi": "Clavi" "clavi": "Clavi"
} }

View file

@ -23,8 +23,8 @@ const settings = {
"layout.d": "Bepaalt hoe de afzonderlijke patroondelen op uw patroon worden geplaatst", "layout.d": "Bepaalt hoe de afzonderlijke patroondelen op uw patroon worden geplaatst",
"debug.t": "Debug", "debug.t": "Debug",
"debug.d": "Schakel debug in om extra informatie te krijgen over hoe je patroon tot stand kwam", "debug.d": "Schakel debug in om extra informatie te krijgen over hoe je patroon tot stand kwam",
"scale.t": "Scale", "scale.t": "Schaal",
"scale.d": "Controls the overall line width, font size, and other elements that do not scale with the pattern's measurements", "scale.d": "Bepaalt de totale lijnbreedte, lettergrootte en andere elementen die niet schalen met de metingen van het patroon",
"renderer.t": "Render engine", "renderer.t": "Render engine",
"renderer.d": "Controls how the pattern is rendered (drawn) on the screen", "renderer.d": "Controls how the pattern is rendered (drawn) on the screen",
"xray.t": "X-ray", "xray.t": "X-ray",

View file

@ -4,6 +4,11 @@
*/ */
const workbench = { const workbench = {
"designOptions": "Design options", "designOptions": "Design options",
"forPrinting": "For printing",
"forCutting": "For cutting",
"layoutThing": "Layout {thing}",
"pageSize": "Page size",
"startBySelectingAThing": "Start by selecting a {thing}",
"testThing": "Test {thing}" "testThing": "Test {thing}"
} }