1
0
Fork 0
freesewing/designs/hi/i18n/en.json
2023-07-01 15:53:18 +02:00

34 lines
742 B
JSON

{
"t": "Hi the shark",
"d": "The world's friendliest shark",
"p": {
"aboveMouth": "Above mouth",
"belly": "Belly",
"body": "Body",
"bottomFin": "Bottom fin",
"lowerTeeth": "Lower teetch",
"mouth": "Mouth",
"tail": "Tail",
"topFin": "Top fin",
"upperTeeth": "Upper teeth"
},
"s": {},
"o": {
"hungry": {
"t": "Hungry",
"d": "Changes the mouth shape to convey Hi is hungry"
},
"nosePointiness": {
"t": "Nose pointiness",
"d": "Controls how pointy Hi's nose is"
},
"aggressive": {
"t": "Aggressive",
"d": "Give Hi pointy teeth, or not"
},
"size": {
"t": "Size",
"d": "Sharks come in all sizes, and so does Hi"
}
}
}