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

35 lines
742 B
JSON
Raw Normal View History

2023-06-17 18:02:31 +02:00
{
2023-06-17 19:08:37 +02:00
"t": "Hi the shark",
"d": "The world's friendliest shark",
"p": {
2023-07-01 15:53:18 +02:00
"aboveMouth": "Above mouth",
"belly": "Belly",
"body": "Body",
"bottomFin": "Bottom fin",
"lowerTeeth": "Lower teetch",
"mouth": "Mouth",
"tail": "Tail",
"topFin": "Top fin",
"upperTeeth": "Upper teeth"
2023-06-17 19:08:37 +02:00
},
2023-06-17 18:02:31 +02:00
"s": {},
2023-06-17 19:08:37 +02:00
"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"
}
}
2023-06-17 18:02:31 +02:00
}