chore(i18n): Translations for new patterns
This commit is contained in:
parent
8f69776bff
commit
4cded3c930
6 changed files with 173 additions and 15 deletions
75
packages/i18n/src/locales/en/options/bee.yml
Normal file
75
packages/i18n/src/locales/en/options/bee.yml
Normal file
|
@ -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
|
|
@ -34,6 +34,10 @@ import hortensia from './hortensia.yml'
|
||||||
import cornelius from './cornelius.yml'
|
import cornelius from './cornelius.yml'
|
||||||
import charlie from './charlie.yml'
|
import charlie from './charlie.yml'
|
||||||
import ursula from './ursula.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 { options as optionList } from '@freesewing/pattern-info'
|
||||||
import shared from '../../../shared-options.yml'
|
import shared from '../../../shared-options.yml'
|
||||||
|
|
||||||
|
@ -75,6 +79,10 @@ let patterns = {
|
||||||
charlie,
|
charlie,
|
||||||
ursula,
|
ursula,
|
||||||
yuri: false,
|
yuri: false,
|
||||||
|
lunetius,
|
||||||
|
tiberius,
|
||||||
|
walburga,
|
||||||
|
bee,
|
||||||
}
|
}
|
||||||
|
|
||||||
let options = {}
|
let options = {}
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
headRatio:
|
lengthRatio:
|
||||||
title: Head ratio
|
title: Length ratio
|
||||||
description: FIXME
|
description: Controls the length of the garment
|
||||||
|
|
||||||
nackRatio:
|
widthRatio:
|
||||||
title: Neck ratio
|
title: Width ratio
|
||||||
description: FIXME
|
description: Controls the width of the garment
|
||||||
|
|
||||||
lengthBonus:
|
|
||||||
title: Length bonus
|
|
||||||
description: Controls how much (extra) length to add
|
|
||||||
|
|
||||||
widthBonus:
|
|
||||||
title: Width bonus
|
|
||||||
description: Controls how much (extra) width to add
|
|
||||||
|
|
||||||
length:
|
length:
|
||||||
title: 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
|
||||||
|
|
47
packages/i18n/src/locales/en/options/tiberius.yml
Normal file
47
packages/i18n/src/locales/en/options/tiberius.yml
Normal file
|
@ -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
|
27
packages/i18n/src/locales/en/options/walburga.yml
Normal file
27
packages/i18n/src/locales/en/options/walburga.yml
Normal file
|
@ -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
|
|
@ -4,6 +4,9 @@ aaron:
|
||||||
albert:
|
albert:
|
||||||
description: Albert is an apron.
|
description: Albert is an apron.
|
||||||
title: Albert apron
|
title: Albert apron
|
||||||
|
bee:
|
||||||
|
description: Bee is a bikini set
|
||||||
|
title: Bee bikini
|
||||||
bella:
|
bella:
|
||||||
description: Bella is a basic body block for people with breasts.
|
description: Bella is a basic body block for people with breasts.
|
||||||
title: Bella body block
|
title: Bella body block
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue