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

32 lines
935 B
JSON
Raw Normal View History

2023-06-17 18:02:31 +02:00
{
2023-06-17 19:08:37 +02:00
"t": "Bob the bib",
"d": "This is the bib that you can create by following our design tutorial",
"p": {
"bib": "Bib"
2023-06-17 19:08:37 +02:00
},
2023-09-07 14:09:41 +02:00
"s": {
"biasTapeLength.t": "Bias tape: {{{ l }}}",
"biasTapeLength.d": "To finish the edge, you will need {{{ l }}} of [bias tape](/docs/sewing/bias-tape)",
"fabricNeeded": "You need a {{{ w }}} by {{{ h }}} piece of [suitable fabric](/docs/designs/bob/fabric) to make this bib",
2023-09-07 14:09:41 +02:00
"finishWithBiasTape": "Finish raw edge with bias tape"
},
2023-06-17 19:08:37 +02:00
"o": {
"neckRatio": {
"t": "Neck opening",
"d": "Controls the size of the neck opening relative to the bib size"
},
"widthRatio": {
"t": "Width",
"d": "Controls the width of the bib"
},
"lengthRatio": {
"t": "Length",
"d": "Controls the length of the bib"
},
"headSize": {
"t": "Head size",
2024-02-21 13:59:39 -08:00
"d": "The head circumference you want the bib to accommodate"
2023-06-17 19:08:37 +02:00
}
}
2023-06-17 18:02:31 +02:00
}