1
0
Fork 0

chore(hortensia): Added missing translations

This commit is contained in:
joostdecock 2023-09-22 19:18:10 +02:00
parent 8d74e42d49
commit c372e69d29
2 changed files with 34 additions and 2 deletions

View file

@ -37,6 +37,38 @@
"t": "Zipper size", "t": "Zipper size",
"d": "Which size of zipper to use" "d": "Which size of zipper to use"
}, },
"zipperSize.#3": {
"t": "#3 zipper size",
"d": "#3 zippers have teeth that are 3mm wide"
},
"zipperSize.#4": {
"t": "#4 zipper size",
"d": "#4 zippers have teeth that are 4mm wide."
},
"zipperSize.#4.5": {
"t": "#4.5 zipper size",
"d": "#4.5 zippers have teeth that are 4.5mm wide."
},
"zipperSize.#5": {
"t": "#5 zipper size",
"d": "#5 zippers have teeth that are 5mm wide."
},
"zipperSize.#6": {
"t": "#6 zipper size",
"d": "#6 zippers have teeth that are 6mm wide."
},
"zipperSize.#8": {
"t": "#8 zipper size",
"d": "#8 zippers have teeth that are 8mm wide."
},
"zipperSize.#10": {
"t": "#10 zipper size",
"d": "#10 zippers have teeth that are 10mm wide."
},
"zipperSize.invisible10": {
"t": "Invisible zipper",
"d": "An invisible zipper is a zipper that can be inserted in such a way that the teeth do not show."
},
"strapLength": { "strapLength": {
"t": "Strap length", "t": "Strap length",
"d": "Controls the length of the strap" "d": "Controls the length of the strap"

View file

@ -22,7 +22,7 @@ export const sidePanel = {
}, },
zipperSize: { zipperSize: {
dflt: '#5', dflt: '#5',
list: ['#3', '#4', '#4.5', '#5', '#6', '#8', '#10', 'Invisible'], list: ['#3', '#4', '#4.5', '#5', '#6', '#8', '#10', 'invisible'],
menu: 'style', menu: 'style',
}, },
}, },
@ -31,7 +31,7 @@ export const sidePanel = {
const phi = 1.6180339887 const phi = 1.6180339887
const zWidth = new Map([ const zWidth = new Map([
['Invisible', 0], ['invisible', 0],
['#3', 4.8], ['#3', 4.8],
['#4', 5.4], ['#4', 5.4],
['#4.5', 5.9], ['#4.5', 5.9],