1
0
Fork 0

fix(breanna): Add missing options in translation config

This commit is contained in:
joostdecock 2023-07-02 14:03:54 +02:00
parent 45938bd1cb
commit cc3e081ae5
5 changed files with 732 additions and 112 deletions

View file

@ -1,6 +1,6 @@
{ {
"t": "Breanna, ein Grundschnitt", "t": "Breanna body block",
"d": "Breanna ist ein Grundschnitt für Personen mit Brüsten.", "d": "Breanna is a basic body block for people with breasts.",
"p": { "p": {
"back": "Back", "back": "Back",
"base": "Base", "base": "Base",
@ -11,57 +11,181 @@
}, },
"s": {}, "s": {},
"o": { "o": {
"acrossBackFactor": {
"t": "Across back factor",
"d": "Controls your across back width as a factor of your shoulder to shoulder measurement."
},
"armholeDepthFactor": {
"t": "Armhole depth factor",
"d": "Controls the depth of the armhole. Higher values make a deeper armhole."
},
"backNeckCutout": {
"t": "Back neck cutout",
"d": "How deep the neck is cut out at the back"
},
"bicepsEase": {
"t": "Biceps ease",
"d": "The amount of ease at your upper arm. Note that while we try to respect this, fitting the sleeve to the armhole takes precedence over respecting the exact amount of ease."
},
"collarEase": {
"t": "Collar ease",
"d": "The amount of ease around your neck"
},
"chestEase": {
"t": "Chest ease",
"d": "The amount of ease at your chest."
},
"cuffEase": {
"t": "Cuff ease",
"d": "The amount of ease at your wrist."
},
"frontArmholeDeeper": {
"t": "Front armhole extra cutout",
"d": "How much do you want the front armhole to be cut out deeper than the back."
},
"frontScyeDart": {
"t": "Front scye dart",
"d": "Controls the dart at the front of the arm opening. This can help control gaping at the armhole."
},
"shoulderDart": { "shoulderDart": {
"t": "Schulterabnäher", "t": "Shoulder dart",
"d": "Ob ein Abnäher an der Schulter zur Abrundung des Rückens hinzugefügt werden soll oder nicht" "d": "Whether or not to inlude a dart at the shoulder to round the back"
}, },
"shoulderDartSize": { "shoulderDartSize": {
"t": "Größe der Schulterabnäher", "t": "Shoulder dart size",
"d": "Größe des Schulterabnähers" "d": "The size of the shoulder dart"
}, },
"shoulderDartLength": { "shoulderDartLength": {
"t": "Länge des Schulterabnähers", "t": "Shoulder dart length",
"d": "Die Länge des Abnähers an der Schulter" "d": "The length of the shoulder dart"
},
"shoulderEase": {
"t": "Shoulder ease",
"d": "The amount of ease at your shoulder. This increases the shoulder to shoulder distance to accommodate additional layers or thickness."
},
"shoulderSlopeReduction": {
"t": "Shoulder slope reduction",
"d": "The amount by which the shoulder slope is reduced to allow for shoulder padding."
},
"sleeveLengthBonus": {
"t": "Sleeve length bonus",
"d": "The amount to lengthen the sleeve. A negative value will shorten it."
},
"sleevecapEase": {
"t": "Sleevecap ease",
"d": "The amount by which the sleevecap seam is longer than the armhole seam."
},
"sleevecapTopFactorX": {
"t": "Sleevecap top X",
"d": "Controls the horizontal location of the sleevecap top."
},
"sleevecapTopFactorY": {
"t": "Sleevecap top Y",
"d": "Controls the height of the sleevecap. A higher value results in a higher and more narrow sleevecap."
},
"sleevecapBackFactorX": {
"t": "Sleevecap back X",
"d": "Controls the placement of the sleevecap back pitchpoint on the X-axis (horizontal)"
},
"sleevecapBackFactorY": {
"t": "Sleevecap back Y",
"d": "Controls the placement of the sleevecap back pitchpoint on the Y-axis (vertical)"
},
"sleevecapFrontFactorX": {
"t": "Sleevecap front X",
"d": "Controls the placement of the sleevecap front pitchpoint on the X-axis (horizontal)"
},
"sleevecapFrontFactorY": {
"t": "Sleevecap front Y",
"d": "Controls the placement of the sleevecap front pitchpoint on the Y-axis (vertical)"
},
"sleevecapQ1Offset": {
"t": "Sleevecap Q1 offset",
"d": "Controls the curvature of the sleevecap in the first quadrant (front armhole)"
},
"sleevecapQ2Offset": {
"t": "Sleevecap Q2 offset",
"d": "Controls the curvature of the sleevecap in the second quadrant (front shoulder)"
},
"sleevecapQ3Offset": {
"t": "Sleevecap Q3 offset",
"d": "Controls the curvature of the sleevecap in the third quadrant (back shoulder)"
},
"sleevecapQ4Offset": {
"t": "Sleevecap Q4 offset",
"d": "Controls the curvature of the sleevecap in the fourth quadrant (back armhole)"
},
"sleevecapQ1Spread1": {
"t": "Sleevecap Q1 downward spread",
"d": "Controls the spread of the sleevecap first quadrant curvature towards the armhole"
},
"sleevecapQ1Spread2": {
"t": "Sleevecap Q1 upward spread",
"d": "Controls the spread of the sleevecap first quadrant curvature towards the shoulder"
},
"sleevecapQ2Spread1": {
"t": "Sleevecap Q2 downward spread",
"d": "Controls the spread of the sleevecap second quadrant curvature towards the armhole"
},
"sleevecapQ2Spread2": {
"t": "Sleevecap Q2 upward spread",
"d": "Controls the spread of the sleevecap second quadrant curvature towards the shoulder"
},
"sleevecapQ3Spread1": {
"t": "Sleevecap Q3 upward spread",
"d": "Controls the spread of the sleevecap third quadrant curvature towards the shoulder"
},
"sleevecapQ3Spread2": {
"t": "Sleevecap Q3 downward spread",
"d": "Controls the spread of the sleevecap third quadrant curvature towards the armhole"
},
"sleevecapQ4Spread1": {
"t": "Sleevecap Q4 upward spread",
"d": "Controls the spread of the sleevecap fourth quadrant curvature towards the shoulder"
},
"sleevecapQ4Spread2": {
"t": "Sleevecap Q4 downward spread",
"d": "Controls the spread of the sleevecap fourth quadrant curvature towards the armhole"
}, },
"waistDart": { "waistDart": {
"t": "Taillenabnäher", "t": "Waist dart",
"d": "Ob ein Abnäher an der Taille zur Abrundung des Rückens hinzugefügt werden soll oder nicht" "d": "Whether or not to inlude a dart at the waist to round the back"
}, },
"waistDartSize": { "waistDartSize": {
"t": "Größe des Taillenabnähers", "t": "Waist dart size",
"d": "Die Größe des Abnähers an der Taille" "d": "The size of the waist dart"
}, },
"waistDartLength": { "waistDartLength": {
"t": "Länge des Taillenabnähers", "t": "Waist dart length",
"d": "Die Länge des Abnähers an der Taille" "d": "The length of the waist dart"
}, },
"verticalEase": { "verticalEase": {
"t": "Vertikale Zugabe", "t": "Vertical ease",
"d": "Die Menge an Zugabe, die über die Länge des Kleidungsstückes verteilt wird" "d": "The amount of ease to distribute along the length of the garment"
}, },
"waistEase": { "waistEase": {
"t": "Taillenzugabe", "t": "Waist ease",
"d": "Die Menge an Bequemlichkeits-/Bewegungszugabe an der Taille" "d": "The amount of ease at the waist"
}, },
"primaryBustDart": { "primaryBustDart": {
"t": "Brustabnäher", "t": "Bust dart",
"d": "Wo der Büstendart platziert wird, um die Brust zu formen" "d": "Where to place the bust dart to shape the chest"
}, },
"primaryBustDartLength": { "primaryBustDartLength": {
"t": "Länge des Brustabnähers", "t": "Bust dart length",
"d": "Die Länge des Abnähers an der Brust" "d": "The length of the bust dart"
}, },
"secondaryBustDart": { "secondaryBustDart": {
"t": "Sekundärer Brustabnäher", "t": "Secondary bust dart",
"d": "Optional einen sekundären Büstendart zur Verteilung der Form der Brust" "d": "Optionally include a secondary bust dart to distribute the shaping of the chest"
}, },
"secondaryBustDartLength": { "secondaryBustDartLength": {
"t": "Länge des sekundären Brustabnähers", "t": "Secondary bust dart length",
"d": "Die Länge des sekundären Abnähers an der Brust" "d": "The length of the secondary bust dart"
}, },
"primaryBustDartShaping": { "primaryBustDartShaping": {
"t": "Formgebung der Brustabnäher", "t": "Bust darts shaping",
"d": "Steuert die Balance zwischen den sekundären und den Hauptbrustabnähern" "d": "Controls the balance between the main and secondary bust darts"
} }
} }
} }

View file

@ -11,6 +11,42 @@
}, },
"s": {}, "s": {},
"o": { "o": {
"acrossBackFactor": {
"t": "Across back factor",
"d": "Controls your across back width as a factor of your shoulder to shoulder measurement."
},
"armholeDepthFactor": {
"t": "Armhole depth factor",
"d": "Controls the depth of the armhole. Higher values make a deeper armhole."
},
"backNeckCutout": {
"t": "Back neck cutout",
"d": "How deep the neck is cut out at the back"
},
"bicepsEase": {
"t": "Biceps ease",
"d": "The amount of ease at your upper arm. Note that while we try to respect this, fitting the sleeve to the armhole takes precedence over respecting the exact amount of ease."
},
"collarEase": {
"t": "Collar ease",
"d": "The amount of ease around your neck"
},
"chestEase": {
"t": "Chest ease",
"d": "The amount of ease at your chest."
},
"cuffEase": {
"t": "Cuff ease",
"d": "The amount of ease at your wrist."
},
"frontArmholeDeeper": {
"t": "Front armhole extra cutout",
"d": "How much do you want the front armhole to be cut out deeper than the back."
},
"frontScyeDart": {
"t": "Front scye dart",
"d": "Controls the dart at the front of the arm opening. This can help control gaping at the armhole."
},
"shoulderDart": { "shoulderDart": {
"t": "Shoulder dart", "t": "Shoulder dart",
"d": "Whether or not to inlude a dart at the shoulder to round the back" "d": "Whether or not to inlude a dart at the shoulder to round the back"
@ -23,6 +59,94 @@
"t": "Shoulder dart length", "t": "Shoulder dart length",
"d": "The length of the shoulder dart" "d": "The length of the shoulder dart"
}, },
"shoulderEase": {
"t": "Shoulder ease",
"d": "The amount of ease at your shoulder. This increases the shoulder to shoulder distance to accommodate additional layers or thickness."
},
"shoulderSlopeReduction": {
"t": "Shoulder slope reduction",
"d": "The amount by which the shoulder slope is reduced to allow for shoulder padding."
},
"sleeveLengthBonus": {
"t": "Sleeve length bonus",
"d": "The amount to lengthen the sleeve. A negative value will shorten it."
},
"sleevecapEase": {
"t": "Sleevecap ease",
"d": "The amount by which the sleevecap seam is longer than the armhole seam."
},
"sleevecapTopFactorX": {
"t": "Sleevecap top X",
"d": "Controls the horizontal location of the sleevecap top."
},
"sleevecapTopFactorY": {
"t": "Sleevecap top Y",
"d": "Controls the height of the sleevecap. A higher value results in a higher and more narrow sleevecap."
},
"sleevecapBackFactorX": {
"t": "Sleevecap back X",
"d": "Controls the placement of the sleevecap back pitchpoint on the X-axis (horizontal)"
},
"sleevecapBackFactorY": {
"t": "Sleevecap back Y",
"d": "Controls the placement of the sleevecap back pitchpoint on the Y-axis (vertical)"
},
"sleevecapFrontFactorX": {
"t": "Sleevecap front X",
"d": "Controls the placement of the sleevecap front pitchpoint on the X-axis (horizontal)"
},
"sleevecapFrontFactorY": {
"t": "Sleevecap front Y",
"d": "Controls the placement of the sleevecap front pitchpoint on the Y-axis (vertical)"
},
"sleevecapQ1Offset": {
"t": "Sleevecap Q1 offset",
"d": "Controls the curvature of the sleevecap in the first quadrant (front armhole)"
},
"sleevecapQ2Offset": {
"t": "Sleevecap Q2 offset",
"d": "Controls the curvature of the sleevecap in the second quadrant (front shoulder)"
},
"sleevecapQ3Offset": {
"t": "Sleevecap Q3 offset",
"d": "Controls the curvature of the sleevecap in the third quadrant (back shoulder)"
},
"sleevecapQ4Offset": {
"t": "Sleevecap Q4 offset",
"d": "Controls the curvature of the sleevecap in the fourth quadrant (back armhole)"
},
"sleevecapQ1Spread1": {
"t": "Sleevecap Q1 downward spread",
"d": "Controls the spread of the sleevecap first quadrant curvature towards the armhole"
},
"sleevecapQ1Spread2": {
"t": "Sleevecap Q1 upward spread",
"d": "Controls the spread of the sleevecap first quadrant curvature towards the shoulder"
},
"sleevecapQ2Spread1": {
"t": "Sleevecap Q2 downward spread",
"d": "Controls the spread of the sleevecap second quadrant curvature towards the armhole"
},
"sleevecapQ2Spread2": {
"t": "Sleevecap Q2 upward spread",
"d": "Controls the spread of the sleevecap second quadrant curvature towards the shoulder"
},
"sleevecapQ3Spread1": {
"t": "Sleevecap Q3 upward spread",
"d": "Controls the spread of the sleevecap third quadrant curvature towards the shoulder"
},
"sleevecapQ3Spread2": {
"t": "Sleevecap Q3 downward spread",
"d": "Controls the spread of the sleevecap third quadrant curvature towards the armhole"
},
"sleevecapQ4Spread1": {
"t": "Sleevecap Q4 upward spread",
"d": "Controls the spread of the sleevecap fourth quadrant curvature towards the shoulder"
},
"sleevecapQ4Spread2": {
"t": "Sleevecap Q4 downward spread",
"d": "Controls the spread of the sleevecap fourth quadrant curvature towards the armhole"
},
"waistDart": { "waistDart": {
"t": "Waist dart", "t": "Waist dart",
"d": "Whether or not to inlude a dart at the waist to round the back" "d": "Whether or not to inlude a dart at the waist to round the back"

View file

@ -1,6 +1,6 @@
{ {
"t": "Breanna, patrón base de torso con pechos", "t": "Breanna body block",
"d": "Breanna es un patrón base de torso para personas con pechos.", "d": "Breanna is a basic body block for people with breasts.",
"p": { "p": {
"back": "Back", "back": "Back",
"base": "Base", "base": "Base",
@ -11,57 +11,181 @@
}, },
"s": {}, "s": {},
"o": { "o": {
"acrossBackFactor": {
"t": "Across back factor",
"d": "Controls your across back width as a factor of your shoulder to shoulder measurement."
},
"armholeDepthFactor": {
"t": "Armhole depth factor",
"d": "Controls the depth of the armhole. Higher values make a deeper armhole."
},
"backNeckCutout": {
"t": "Back neck cutout",
"d": "How deep the neck is cut out at the back"
},
"bicepsEase": {
"t": "Biceps ease",
"d": "The amount of ease at your upper arm. Note that while we try to respect this, fitting the sleeve to the armhole takes precedence over respecting the exact amount of ease."
},
"collarEase": {
"t": "Collar ease",
"d": "The amount of ease around your neck"
},
"chestEase": {
"t": "Chest ease",
"d": "The amount of ease at your chest."
},
"cuffEase": {
"t": "Cuff ease",
"d": "The amount of ease at your wrist."
},
"frontArmholeDeeper": {
"t": "Front armhole extra cutout",
"d": "How much do you want the front armhole to be cut out deeper than the back."
},
"frontScyeDart": {
"t": "Front scye dart",
"d": "Controls the dart at the front of the arm opening. This can help control gaping at the armhole."
},
"shoulderDart": { "shoulderDart": {
"t": "Dardo de hombro", "t": "Shoulder dart",
"d": "Incluir o no un dardo en el hombro para redondear la espalda" "d": "Whether or not to inlude a dart at the shoulder to round the back"
}, },
"shoulderDartSize": { "shoulderDartSize": {
"t": "Tamaño dart de hombro", "t": "Shoulder dart size",
"d": "El tamaño del dart del hombro" "d": "The size of the shoulder dart"
}, },
"shoulderDartLength": { "shoulderDartLength": {
"t": "Longitud del dart del hombro", "t": "Shoulder dart length",
"d": "La longitud del dart del hombro" "d": "The length of the shoulder dart"
},
"shoulderEase": {
"t": "Shoulder ease",
"d": "The amount of ease at your shoulder. This increases the shoulder to shoulder distance to accommodate additional layers or thickness."
},
"shoulderSlopeReduction": {
"t": "Shoulder slope reduction",
"d": "The amount by which the shoulder slope is reduced to allow for shoulder padding."
},
"sleeveLengthBonus": {
"t": "Sleeve length bonus",
"d": "The amount to lengthen the sleeve. A negative value will shorten it."
},
"sleevecapEase": {
"t": "Sleevecap ease",
"d": "The amount by which the sleevecap seam is longer than the armhole seam."
},
"sleevecapTopFactorX": {
"t": "Sleevecap top X",
"d": "Controls the horizontal location of the sleevecap top."
},
"sleevecapTopFactorY": {
"t": "Sleevecap top Y",
"d": "Controls the height of the sleevecap. A higher value results in a higher and more narrow sleevecap."
},
"sleevecapBackFactorX": {
"t": "Sleevecap back X",
"d": "Controls the placement of the sleevecap back pitchpoint on the X-axis (horizontal)"
},
"sleevecapBackFactorY": {
"t": "Sleevecap back Y",
"d": "Controls the placement of the sleevecap back pitchpoint on the Y-axis (vertical)"
},
"sleevecapFrontFactorX": {
"t": "Sleevecap front X",
"d": "Controls the placement of the sleevecap front pitchpoint on the X-axis (horizontal)"
},
"sleevecapFrontFactorY": {
"t": "Sleevecap front Y",
"d": "Controls the placement of the sleevecap front pitchpoint on the Y-axis (vertical)"
},
"sleevecapQ1Offset": {
"t": "Sleevecap Q1 offset",
"d": "Controls the curvature of the sleevecap in the first quadrant (front armhole)"
},
"sleevecapQ2Offset": {
"t": "Sleevecap Q2 offset",
"d": "Controls the curvature of the sleevecap in the second quadrant (front shoulder)"
},
"sleevecapQ3Offset": {
"t": "Sleevecap Q3 offset",
"d": "Controls the curvature of the sleevecap in the third quadrant (back shoulder)"
},
"sleevecapQ4Offset": {
"t": "Sleevecap Q4 offset",
"d": "Controls the curvature of the sleevecap in the fourth quadrant (back armhole)"
},
"sleevecapQ1Spread1": {
"t": "Sleevecap Q1 downward spread",
"d": "Controls the spread of the sleevecap first quadrant curvature towards the armhole"
},
"sleevecapQ1Spread2": {
"t": "Sleevecap Q1 upward spread",
"d": "Controls the spread of the sleevecap first quadrant curvature towards the shoulder"
},
"sleevecapQ2Spread1": {
"t": "Sleevecap Q2 downward spread",
"d": "Controls the spread of the sleevecap second quadrant curvature towards the armhole"
},
"sleevecapQ2Spread2": {
"t": "Sleevecap Q2 upward spread",
"d": "Controls the spread of the sleevecap second quadrant curvature towards the shoulder"
},
"sleevecapQ3Spread1": {
"t": "Sleevecap Q3 upward spread",
"d": "Controls the spread of the sleevecap third quadrant curvature towards the shoulder"
},
"sleevecapQ3Spread2": {
"t": "Sleevecap Q3 downward spread",
"d": "Controls the spread of the sleevecap third quadrant curvature towards the armhole"
},
"sleevecapQ4Spread1": {
"t": "Sleevecap Q4 upward spread",
"d": "Controls the spread of the sleevecap fourth quadrant curvature towards the shoulder"
},
"sleevecapQ4Spread2": {
"t": "Sleevecap Q4 downward spread",
"d": "Controls the spread of the sleevecap fourth quadrant curvature towards the armhole"
}, },
"waistDart": { "waistDart": {
"t": "Dardo de Waist", "t": "Waist dart",
"d": "Incluir o no un dardo en la cintura para redondear la espalda" "d": "Whether or not to inlude a dart at the waist to round the back"
}, },
"waistDartSize": { "waistDartSize": {
"t": "Tamaño dart de Waist", "t": "Waist dart size",
"d": "El tamaño del dardo de la cintura" "d": "The size of the waist dart"
}, },
"waistDartLength": { "waistDartLength": {
"t": "Longitud del dart de Waist", "t": "Waist dart length",
"d": "La longitud del dardo de la cintura" "d": "The length of the waist dart"
}, },
"verticalEase": { "verticalEase": {
"t": "Fácil vertical", "t": "Vertical ease",
"d": "La cantidad de facilidad para distribuir a lo largo de la ropa" "d": "The amount of ease to distribute along the length of the garment"
}, },
"waistEase": { "waistEase": {
"t": "Holgura de cintura", "t": "Waist ease",
"d": "La cantidad de facilidad en la cintura" "d": "The amount of ease at the waist"
}, },
"primaryBustDart": { "primaryBustDart": {
"t": "Dardo de busto", "t": "Bust dart",
"d": "Donde colocar el polvo para dar forma al cofre" "d": "Where to place the bust dart to shape the chest"
}, },
"primaryBustDartLength": { "primaryBustDartLength": {
"t": "Longitud del dart del polvo", "t": "Bust dart length",
"d": "La longitud del polvo" "d": "The length of the bust dart"
}, },
"secondaryBustDart": { "secondaryBustDart": {
"t": "Armadura de polvo secundaria", "t": "Secondary bust dart",
"d": "Opcionalmente incluye un polvo secundario para distribuir la forma del cofre" "d": "Optionally include a secondary bust dart to distribute the shaping of the chest"
}, },
"secondaryBustDartLength": { "secondaryBustDartLength": {
"t": "Longitud del polvo secundario", "t": "Secondary bust dart length",
"d": "La longitud del polvo secundario" "d": "The length of the secondary bust dart"
}, },
"primaryBustDartShaping": { "primaryBustDartShaping": {
"t": "Dardos de busto que conforman", "t": "Bust darts shaping",
"d": "Controla el equilibrio entre los dardos principales y secundarios" "d": "Controls the balance between the main and secondary bust darts"
} }
} }
} }

View file

@ -1,6 +1,6 @@
{ {
"t": "Haut Breanna", "t": "Breanna body block",
"d": "Breanna est un bloc corporel de base pour les personnes qui ont un sein.", "d": "Breanna is a basic body block for people with breasts.",
"p": { "p": {
"back": "Back", "back": "Back",
"base": "Base", "base": "Base",
@ -11,57 +11,181 @@
}, },
"s": {}, "s": {},
"o": { "o": {
"acrossBackFactor": {
"t": "Across back factor",
"d": "Controls your across back width as a factor of your shoulder to shoulder measurement."
},
"armholeDepthFactor": {
"t": "Armhole depth factor",
"d": "Controls the depth of the armhole. Higher values make a deeper armhole."
},
"backNeckCutout": {
"t": "Back neck cutout",
"d": "How deep the neck is cut out at the back"
},
"bicepsEase": {
"t": "Biceps ease",
"d": "The amount of ease at your upper arm. Note that while we try to respect this, fitting the sleeve to the armhole takes precedence over respecting the exact amount of ease."
},
"collarEase": {
"t": "Collar ease",
"d": "The amount of ease around your neck"
},
"chestEase": {
"t": "Chest ease",
"d": "The amount of ease at your chest."
},
"cuffEase": {
"t": "Cuff ease",
"d": "The amount of ease at your wrist."
},
"frontArmholeDeeper": {
"t": "Front armhole extra cutout",
"d": "How much do you want the front armhole to be cut out deeper than the back."
},
"frontScyeDart": {
"t": "Front scye dart",
"d": "Controls the dart at the front of the arm opening. This can help control gaping at the armhole."
},
"shoulderDart": { "shoulderDart": {
"t": "Pince d'épaule", "t": "Shoulder dart",
"d": "S'il faut ou non inclure une pince à l'épaule pour arrondir le dos" "d": "Whether or not to inlude a dart at the shoulder to round the back"
}, },
"shoulderDartSize": { "shoulderDartSize": {
"t": "Taille de la pince de l'épaule", "t": "Shoulder dart size",
"d": "La taille de la pince d'épaule" "d": "The size of the shoulder dart"
}, },
"shoulderDartLength": { "shoulderDartLength": {
"t": "Longueur de la pince de l'épaule", "t": "Shoulder dart length",
"d": "La longueur de la pince d'épaule" "d": "The length of the shoulder dart"
},
"shoulderEase": {
"t": "Shoulder ease",
"d": "The amount of ease at your shoulder. This increases the shoulder to shoulder distance to accommodate additional layers or thickness."
},
"shoulderSlopeReduction": {
"t": "Shoulder slope reduction",
"d": "The amount by which the shoulder slope is reduced to allow for shoulder padding."
},
"sleeveLengthBonus": {
"t": "Sleeve length bonus",
"d": "The amount to lengthen the sleeve. A negative value will shorten it."
},
"sleevecapEase": {
"t": "Sleevecap ease",
"d": "The amount by which the sleevecap seam is longer than the armhole seam."
},
"sleevecapTopFactorX": {
"t": "Sleevecap top X",
"d": "Controls the horizontal location of the sleevecap top."
},
"sleevecapTopFactorY": {
"t": "Sleevecap top Y",
"d": "Controls the height of the sleevecap. A higher value results in a higher and more narrow sleevecap."
},
"sleevecapBackFactorX": {
"t": "Sleevecap back X",
"d": "Controls the placement of the sleevecap back pitchpoint on the X-axis (horizontal)"
},
"sleevecapBackFactorY": {
"t": "Sleevecap back Y",
"d": "Controls the placement of the sleevecap back pitchpoint on the Y-axis (vertical)"
},
"sleevecapFrontFactorX": {
"t": "Sleevecap front X",
"d": "Controls the placement of the sleevecap front pitchpoint on the X-axis (horizontal)"
},
"sleevecapFrontFactorY": {
"t": "Sleevecap front Y",
"d": "Controls the placement of the sleevecap front pitchpoint on the Y-axis (vertical)"
},
"sleevecapQ1Offset": {
"t": "Sleevecap Q1 offset",
"d": "Controls the curvature of the sleevecap in the first quadrant (front armhole)"
},
"sleevecapQ2Offset": {
"t": "Sleevecap Q2 offset",
"d": "Controls the curvature of the sleevecap in the second quadrant (front shoulder)"
},
"sleevecapQ3Offset": {
"t": "Sleevecap Q3 offset",
"d": "Controls the curvature of the sleevecap in the third quadrant (back shoulder)"
},
"sleevecapQ4Offset": {
"t": "Sleevecap Q4 offset",
"d": "Controls the curvature of the sleevecap in the fourth quadrant (back armhole)"
},
"sleevecapQ1Spread1": {
"t": "Sleevecap Q1 downward spread",
"d": "Controls the spread of the sleevecap first quadrant curvature towards the armhole"
},
"sleevecapQ1Spread2": {
"t": "Sleevecap Q1 upward spread",
"d": "Controls the spread of the sleevecap first quadrant curvature towards the shoulder"
},
"sleevecapQ2Spread1": {
"t": "Sleevecap Q2 downward spread",
"d": "Controls the spread of the sleevecap second quadrant curvature towards the armhole"
},
"sleevecapQ2Spread2": {
"t": "Sleevecap Q2 upward spread",
"d": "Controls the spread of the sleevecap second quadrant curvature towards the shoulder"
},
"sleevecapQ3Spread1": {
"t": "Sleevecap Q3 upward spread",
"d": "Controls the spread of the sleevecap third quadrant curvature towards the shoulder"
},
"sleevecapQ3Spread2": {
"t": "Sleevecap Q3 downward spread",
"d": "Controls the spread of the sleevecap third quadrant curvature towards the armhole"
},
"sleevecapQ4Spread1": {
"t": "Sleevecap Q4 upward spread",
"d": "Controls the spread of the sleevecap fourth quadrant curvature towards the shoulder"
},
"sleevecapQ4Spread2": {
"t": "Sleevecap Q4 downward spread",
"d": "Controls the spread of the sleevecap fourth quadrant curvature towards the armhole"
}, },
"waistDart": { "waistDart": {
"t": "Pince de taille", "t": "Waist dart",
"d": "S'il faut ou non inclure une pince à la taille pour arrondir le dos" "d": "Whether or not to inlude a dart at the waist to round the back"
}, },
"waistDartSize": { "waistDartSize": {
"t": "Taille de la pince de taille", "t": "Waist dart size",
"d": "La taille de la pince de taille" "d": "The size of the waist dart"
}, },
"waistDartLength": { "waistDartLength": {
"t": "Longueur de la pince de taille", "t": "Waist dart length",
"d": "La longueur de la pince de taille" "d": "The length of the waist dart"
}, },
"verticalEase": { "verticalEase": {
"t": "Aisance verticale", "t": "Vertical ease",
"d": "La quantité d'aisance à répartir sur la longueur du vêtement" "d": "The amount of ease to distribute along the length of the garment"
}, },
"waistEase": { "waistEase": {
"t": "Aisance à la taille", "t": "Waist ease",
"d": "L'ampleur d'aisance à votre taille" "d": "The amount of ease at the waist"
}, },
"primaryBustDart": { "primaryBustDart": {
"t": "Pince poitrine", "t": "Bust dart",
"d": "Où placer la pince poitrine pour s'adapter à la poitrine" "d": "Where to place the bust dart to shape the chest"
}, },
"primaryBustDartLength": { "primaryBustDartLength": {
"t": "Longueur des pinces poitrine", "t": "Bust dart length",
"d": "La longueur de la pince de poitrine" "d": "The length of the bust dart"
}, },
"secondaryBustDart": { "secondaryBustDart": {
"t": "Pince poitrine secondaire", "t": "Secondary bust dart",
"d": "Inclut éventuellement une poitrine secondaire pour répartir la mise en forme de la poitrine" "d": "Optionally include a secondary bust dart to distribute the shaping of the chest"
}, },
"secondaryBustDartLength": { "secondaryBustDartLength": {
"t": "Longueur de la pince poitrine secondaire", "t": "Secondary bust dart length",
"d": "La longueur de la pince poitrine secondaire" "d": "The length of the secondary bust dart"
}, },
"primaryBustDartShaping": { "primaryBustDartShaping": {
"t": "Forme des pinces poitrine", "t": "Bust darts shaping",
"d": "Contrôle l'équilibre entre les pinces de buste principale et secondaire" "d": "Controls the balance between the main and secondary bust darts"
} }
} }
} }

View file

@ -1,6 +1,6 @@
{ {
"t": "Breanna basispatroon", "t": "Breanna body block",
"d": "Breanna is een basislichaam voor mensen met borsten.", "d": "Breanna is a basic body block for people with breasts.",
"p": { "p": {
"back": "Back", "back": "Back",
"base": "Base", "base": "Base",
@ -11,57 +11,181 @@
}, },
"s": {}, "s": {},
"o": { "o": {
"acrossBackFactor": {
"t": "Across back factor",
"d": "Controls your across back width as a factor of your shoulder to shoulder measurement."
},
"armholeDepthFactor": {
"t": "Armhole depth factor",
"d": "Controls the depth of the armhole. Higher values make a deeper armhole."
},
"backNeckCutout": {
"t": "Back neck cutout",
"d": "How deep the neck is cut out at the back"
},
"bicepsEase": {
"t": "Biceps ease",
"d": "The amount of ease at your upper arm. Note that while we try to respect this, fitting the sleeve to the armhole takes precedence over respecting the exact amount of ease."
},
"collarEase": {
"t": "Collar ease",
"d": "The amount of ease around your neck"
},
"chestEase": {
"t": "Chest ease",
"d": "The amount of ease at your chest."
},
"cuffEase": {
"t": "Cuff ease",
"d": "The amount of ease at your wrist."
},
"frontArmholeDeeper": {
"t": "Front armhole extra cutout",
"d": "How much do you want the front armhole to be cut out deeper than the back."
},
"frontScyeDart": {
"t": "Front scye dart",
"d": "Controls the dart at the front of the arm opening. This can help control gaping at the armhole."
},
"shoulderDart": { "shoulderDart": {
"t": "Schouder neep", "t": "Shoulder dart",
"d": "Wel of niet een neep aan de schouder aan de schouder aan de achterkant" "d": "Whether or not to inlude a dart at the shoulder to round the back"
}, },
"shoulderDartSize": { "shoulderDartSize": {
"t": "Grootte schouder neep", "t": "Shoulder dart size",
"d": "De grootte van de schouderneep" "d": "The size of the shoulder dart"
}, },
"shoulderDartLength": { "shoulderDartLength": {
"t": "Lengte schouder neep", "t": "Shoulder dart length",
"d": "De lengte van de schouderneep" "d": "The length of the shoulder dart"
},
"shoulderEase": {
"t": "Shoulder ease",
"d": "The amount of ease at your shoulder. This increases the shoulder to shoulder distance to accommodate additional layers or thickness."
},
"shoulderSlopeReduction": {
"t": "Shoulder slope reduction",
"d": "The amount by which the shoulder slope is reduced to allow for shoulder padding."
},
"sleeveLengthBonus": {
"t": "Sleeve length bonus",
"d": "The amount to lengthen the sleeve. A negative value will shorten it."
},
"sleevecapEase": {
"t": "Sleevecap ease",
"d": "The amount by which the sleevecap seam is longer than the armhole seam."
},
"sleevecapTopFactorX": {
"t": "Sleevecap top X",
"d": "Controls the horizontal location of the sleevecap top."
},
"sleevecapTopFactorY": {
"t": "Sleevecap top Y",
"d": "Controls the height of the sleevecap. A higher value results in a higher and more narrow sleevecap."
},
"sleevecapBackFactorX": {
"t": "Sleevecap back X",
"d": "Controls the placement of the sleevecap back pitchpoint on the X-axis (horizontal)"
},
"sleevecapBackFactorY": {
"t": "Sleevecap back Y",
"d": "Controls the placement of the sleevecap back pitchpoint on the Y-axis (vertical)"
},
"sleevecapFrontFactorX": {
"t": "Sleevecap front X",
"d": "Controls the placement of the sleevecap front pitchpoint on the X-axis (horizontal)"
},
"sleevecapFrontFactorY": {
"t": "Sleevecap front Y",
"d": "Controls the placement of the sleevecap front pitchpoint on the Y-axis (vertical)"
},
"sleevecapQ1Offset": {
"t": "Sleevecap Q1 offset",
"d": "Controls the curvature of the sleevecap in the first quadrant (front armhole)"
},
"sleevecapQ2Offset": {
"t": "Sleevecap Q2 offset",
"d": "Controls the curvature of the sleevecap in the second quadrant (front shoulder)"
},
"sleevecapQ3Offset": {
"t": "Sleevecap Q3 offset",
"d": "Controls the curvature of the sleevecap in the third quadrant (back shoulder)"
},
"sleevecapQ4Offset": {
"t": "Sleevecap Q4 offset",
"d": "Controls the curvature of the sleevecap in the fourth quadrant (back armhole)"
},
"sleevecapQ1Spread1": {
"t": "Sleevecap Q1 downward spread",
"d": "Controls the spread of the sleevecap first quadrant curvature towards the armhole"
},
"sleevecapQ1Spread2": {
"t": "Sleevecap Q1 upward spread",
"d": "Controls the spread of the sleevecap first quadrant curvature towards the shoulder"
},
"sleevecapQ2Spread1": {
"t": "Sleevecap Q2 downward spread",
"d": "Controls the spread of the sleevecap second quadrant curvature towards the armhole"
},
"sleevecapQ2Spread2": {
"t": "Sleevecap Q2 upward spread",
"d": "Controls the spread of the sleevecap second quadrant curvature towards the shoulder"
},
"sleevecapQ3Spread1": {
"t": "Sleevecap Q3 upward spread",
"d": "Controls the spread of the sleevecap third quadrant curvature towards the shoulder"
},
"sleevecapQ3Spread2": {
"t": "Sleevecap Q3 downward spread",
"d": "Controls the spread of the sleevecap third quadrant curvature towards the armhole"
},
"sleevecapQ4Spread1": {
"t": "Sleevecap Q4 upward spread",
"d": "Controls the spread of the sleevecap fourth quadrant curvature towards the shoulder"
},
"sleevecapQ4Spread2": {
"t": "Sleevecap Q4 downward spread",
"d": "Controls the spread of the sleevecap fourth quadrant curvature towards the armhole"
}, },
"waistDart": { "waistDart": {
"t": "Taille neep", "t": "Waist dart",
"d": "Of je een neep aan de taille wilt aanlaten om de achterkant af te ronden" "d": "Whether or not to inlude a dart at the waist to round the back"
}, },
"waistDartSize": { "waistDartSize": {
"t": "Grootte neep taille", "t": "Waist dart size",
"d": "De grootte van de neep van de taille" "d": "The size of the waist dart"
}, },
"waistDartLength": { "waistDartLength": {
"t": "Lengte neep taille", "t": "Waist dart length",
"d": "De lengte van de neep van de taille" "d": "The length of the waist dart"
}, },
"verticalEase": { "verticalEase": {
"t": "Verticale overwijdte", "t": "Vertical ease",
"d": "De hoeveelheid overwijdte om te verdelen over de lengte van het kledingstuk" "d": "The amount of ease to distribute along the length of the garment"
}, },
"waistEase": { "waistEase": {
"t": "Overwijdte taille", "t": "Waist ease",
"d": "De hoeveelheid overwijdte aan de taille" "d": "The amount of ease at the waist"
}, },
"primaryBustDart": { "primaryBustDart": {
"t": "Bust neep", "t": "Bust dart",
"d": "Waar moet je de buikneep plaatsen om de borst vorm te geven" "d": "Where to place the bust dart to shape the chest"
}, },
"primaryBustDartLength": { "primaryBustDartLength": {
"t": "Lengte busteneep", "t": "Bust dart length",
"d": "De lengte van de bustenneep" "d": "The length of the bust dart"
}, },
"secondaryBustDart": { "secondaryBustDart": {
"t": "Secundaire bustenneep", "t": "Secondary bust dart",
"d": "Voeg optioneel een secundaire bustenneep toe om de vormgeving van de borst te verdelen" "d": "Optionally include a secondary bust dart to distribute the shaping of the chest"
}, },
"secondaryBustDartLength": { "secondaryBustDartLength": {
"t": "Secundaire lengte bustenneep", "t": "Secondary bust dart length",
"d": "De lengte van de secundaire bustenneep" "d": "The length of the secondary bust dart"
}, },
"primaryBustDartShaping": { "primaryBustDartShaping": {
"t": "Bust nepen vormgeving", "t": "Bust darts shaping",
"d": "Bepaalt het evenwicht tussen de hoofd- en secundaire busteennepen" "d": "Controls the balance between the main and secondary bust darts"
} }
} }
} }