diff --git a/packages/i18n/src/locales/en/options/bee.yml b/packages/i18n/src/locales/en/options/bee.yml new file mode 100644 index 00000000000..514ae8b6597 --- /dev/null +++ b/packages/i18n/src/locales/en/options/bee.yml @@ -0,0 +1,75 @@ +chestEase: + title: Chest ease + description: Controls the chest ease in the underlying Bella block Bee is based on + +waistEase: + title: Waist ease + description: Controls the waist ease in the underlying Bella block Bee is based on + +bustSpanEase: + title: Bust span ease + description: Controls the bust span ease in the underlying Bella block Bee is based on + +topDepth: + title: Top Depth + description: Controls how far the bikini cup extends upwards + +bottomCupDepth: + title: Bottom depth + description: Controls how far the bikini cup extends downwards + +sideDepth: + title: Side depth + description: Controls how far the bikini cup extends towards the side + +sideCurve: + title: Side curve + description: Controls the curvature of the side of the bikini cup + +frontCurve: + title: Front curve + description: Controls the curvature of the front of the bikini cup + +bellaGuide: + title: Show Bella + description: Shows the outline of the Bella block Bee is based on + +ties: + title: Ties + description: Whether to includes ties, yes or no + +bandTieWidth: + title: Band (chest) tie width + description: Controls the width of the ties around your chest + +bandTieLength: + title: Band (chest) tie length + description: Controls the length of the ties around your chest + +bandTieEnds: + title: Band (chest) tie ends + description: Whether you like straight or pointy ends on the ties around your chest + +bandTieColours: + title: Band (chest) tie length colours + description: Whether you want single color ties around your chest, or dual-coloured ones + +neckTieWidth: + title: Neck tie width + description: Controls the width of the ties around your chest + +neckTieLength: + title: Neck tie length + description: Controls the length of the ties around your chest + +neckTieEnds: + title: Neck tie ends + description: Whether you like straight or pointy ends on the ties around your chest + +neckTieColours: + title: Neck tie colours + description: Whether you want single color ties around your chest, or dual-coloured ones + +crossBackTies: + title: Cross back ties + description: Whether you'd like to cross the ties at the back or not diff --git a/packages/i18n/src/locales/en/options/index.js b/packages/i18n/src/locales/en/options/index.js index 2b7f7415945..f802b6da5eb 100644 --- a/packages/i18n/src/locales/en/options/index.js +++ b/packages/i18n/src/locales/en/options/index.js @@ -34,6 +34,10 @@ import hortensia from './hortensia.yml' import cornelius from './cornelius.yml' import charlie from './charlie.yml' import ursula from './ursula.yml' +import lunetius from './lunetius.yml' +import tiberius from './tiberius.yml' +import walburga from './walburga.yml' +import bee from './bee.yml' import { options as optionList } from '@freesewing/pattern-info' import shared from '../../../shared-options.yml' @@ -75,6 +79,10 @@ let patterns = { charlie, ursula, yuri: false, + lunetius, + tiberius, + walburga, + bee, } let options = {} diff --git a/packages/i18n/src/locales/en/options/lunetius.yml b/packages/i18n/src/locales/en/options/lunetius.yml index e5c88cc1d4e..8e0e832e3a3 100644 --- a/packages/i18n/src/locales/en/options/lunetius.yml +++ b/packages/i18n/src/locales/en/options/lunetius.yml @@ -1,19 +1,17 @@ -headRatio: - title: Head ratio - description: FIXME +lengthRatio: + title: Length ratio + description: Controls the length of the garment -nackRatio: - title: Neck ratio - description: FIXME - -lengthBonus: - title: Length bonus - description: Controls how much (extra) length to add - -widthBonus: - title: Width bonus - description: Controls how much (extra) width to add +widthRatio: + title: Width ratio + description: Controls the width of the garment length: title: Length - description: Controls the length of the garment + description: Choose from the different length styles + options: + toKnee: On the knee + toBelowKnee: Below the knee + toHips: On the hips + toUpperLeg: Below the hips + toFloor: To the floor diff --git a/packages/i18n/src/locales/en/options/tiberius.yml b/packages/i18n/src/locales/en/options/tiberius.yml new file mode 100644 index 00000000000..09aef001c78 --- /dev/null +++ b/packages/i18n/src/locales/en/options/tiberius.yml @@ -0,0 +1,47 @@ +headRatio: + title: Head ratio + description: Controls the size of the head opening + +armholeDrop: + title: Armhole drop + description: Controls the depth of the armhole + +lengthBonus: + title: Length bonus + description: Allows variation of the length of the garment + +widthBonus: + title: Width bonus + description: Allows variation of the width of the garment + +clavi: + title: Clavi + description: Whether or not to include guides for clavi + +clavusLocation: + title: Clavus location + description: Controls the location of the clavi + +clavusWidth: + title: Clavus width + description: Controls the width of the clavi + +length: + title: Length + description: Controls the length of the garment + options: + toKnee: On the knee + toMidLeg: On the thigh + toFloor: To the floor + +width: + title: Width + description: Controls the width of the garment + options: + toElbow: To the elbow + toShoulder: To the shoulder + toMidArm: To the upper arm + +forceWidth: + title: Force width + description: Apply width settings regardless of constraints diff --git a/packages/i18n/src/locales/en/options/walburga.yml b/packages/i18n/src/locales/en/options/walburga.yml new file mode 100644 index 00000000000..b74c292d7f2 --- /dev/null +++ b/packages/i18n/src/locales/en/options/walburga.yml @@ -0,0 +1,27 @@ +headRatio: + title: Head ratio + description: Controls the size of the head opening + +lengthBonus: + title: Length bonus + description: Allows variation of the length of the garment + +widthBonus: + title: Width bonus + description: Allows variation of the width of the garment + +length: + title: Length + description: Controls the length of the garment + options: + toKnee: On the knee + toMidLeg: On the thigh + toFloor: To the floor + +neckoRatio: + title: Neck opening shape + description: controls the shape of the neck opening + +neckline: + title: Neckline + description: Controls whether or not to draft a neck opening diff --git a/packages/i18n/src/locales/en/patterns.yml b/packages/i18n/src/locales/en/patterns.yml index 8b2c8836b2c..ff6b450f490 100644 --- a/packages/i18n/src/locales/en/patterns.yml +++ b/packages/i18n/src/locales/en/patterns.yml @@ -4,6 +4,9 @@ aaron: albert: description: Albert is an apron. title: Albert apron +bee: + description: Bee is a bikini set + title: Bee bikini bella: description: Bella is a basic body block for people with breasts. title: Bella body block