1
0
Fork 0
freesewing/designs/sven/i18n/en.json

44 lines
1.3 KiB
JSON
Raw Normal View History

2023-06-17 18:02:31 +02:00
{
2023-06-17 19:08:37 +02:00
"t": "Sven sweatshirt",
"d": "Sven is a straightforward sweater.",
"p": {
"back": "Back",
"cuff": "Cuff",
"front": "Front",
"sleeve": "Sleeve",
"waistband": "Waistband"
2023-06-17 19:08:37 +02:00
},
2023-09-18 20:14:55 +02:00
"s": {
"cutCuff.t": "The cuff is not shown",
"cutCuff.d": "The **Cuff** (6) is a rectangular piece of ribbing fabric {{{ w }}} wide and {{{ l }}} long.",
2023-09-18 20:14:55 +02:00
"cutWaistband.t": "The waistband is not shown",
"cutWaistband.d": "The **Waistband** (4) is a rectangular piece of ribbing fabric {{{ w }}} wide and {{{ l }}} long."
2023-09-18 20:14:55 +02:00
},
2023-06-17 19:08:37 +02:00
"o": {
"hipsEase": {
"t": "Hips ease",
"d": "Controls the amount of ease at your hips (the bottom of the sweater)"
},
"ribbing": {
"t": "Ribbing",
"d": "Whether to finish the hem and cuffs with ribbing or not."
},
2023-09-18 20:14:55 +02:00
"ribbingNo": {
"t": "Do not use ribbing",
"d": "Do not finish the hem and cuffs with ribbing but rather use a classic hem"
},
"ribbingYes": {
"t": "Use ribbing",
"d": "Finish the hem and cuffs with ribbing fabric"
},
2023-06-17 19:08:37 +02:00
"ribbingHeight": {
"t": "Ribbing height",
"d": "The height of the ribbing on cuffs and hem."
},
"ribbingStretch": {
"t": "Ribbing stretch",
"d": "The amount of negative ease to apply to the ribbing used for cuffs and hem."
}
}
2023-06-17 18:02:31 +02:00
}