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

43 lines
951 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": {
"aboveMouth": "Above mouth piece",
2023-07-01 15:53:18 +02:00
"belly": "Belly",
"body": "Body",
"bottomOfFin": "Bottom of fin",
"lowerTeeth": "Lower teeth",
2023-07-01 15:53:18 +02:00
"mouth": "Mouth",
"tail": "Tail",
"topOfFin": "Top of fin",
2023-07-01 15:53:18 +02:00
"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 belly shape to convey if Hi has just eaten"
2023-06-17 19:08:37 +02:00
},
"nosePointiness": {
"t": "Nose pointiness",
"d": "Controls how pointy Hi's nose is"
},
"aggressive": {
"t": "Aggressive",
"d": "Give Hi pointy teeth, or not"
},
"aggressiveNo": {
"t": "Friendly",
"d": "Hi will have rounded teeth"
},
"aggressiveYes": {
"t": "Aggressive",
"d": "Hi will have pointy teeth"
},
2023-06-17 19:08:37 +02:00
"size": {
"t": "Size",
"d": "Sharks come in all sizes, and so does Hi"
}
}
2023-06-17 18:02:31 +02:00
}