Skip to content

Instantly share code, notes, and snippets.

@phusick
Created August 3, 2016 13:37
Show Gist options
  • Save phusick/7b43d877a9cad8172d673167dd250b6b to your computer and use it in GitHub Desktop.
Save phusick/7b43d877a9cad8172d673167dd250b6b to your computer and use it in GitHub Desktop.
{
"ROLLER_SKATING": {
"title": "Roller Skating",
"action": {
"present": {
"unspecified":"is **roller skating**.",
"male":"is **roller skating**.",
"female":"is **roller skating**."
},
"past": {
"dist": {
"unspecified": "**roller skated** ${0}.",
"male": "**roller skated** ${0}.",
"female": "**roller skated** ${0}."
},
"dur": {
"unspecified": "**roller skated** for ${0}.",
"male": "**roller skated** for ${0}.",
"female": "**roller skated** for ${0}."
},
"distAndDur": {
"unspecified": "**roller skated** ${0} in ${1}.",
"male": "**roller skated** ${0} in ${1}.",
"female": "**roller skated** ${0} in ${1}."
}
}
},
"activity": {
"earlyMorning": "${distanceOrTime} Early Morning Roller Skate",
"morning": "${distanceOrTime} Morning Roller Skate",
"noon": "${distanceOrTime} Noon Roller Skate",
"afterNoon": "${distanceOrTime} Afternoon Roller Skate",
"evening": "${distanceOrTime} Evening Roller Skate",
"lateEvening": "${distanceOrTime} Late Evening Roller Skate",
"night": "${distanceOrTime} Nighttime Roller Skate"
}
},
"ICE_SKATING": {
"title": "Ice Skating",
"action": {
"present": {
"unspecified":"is **ice skating**.",
"male":"is **ice skating**.",
"female":"is **ice skating**."
},
"past": {
"dist": {
"unspecified": "**ice skated** ${0}.",
"male": "**ice skated** ${0}.",
"female": "**ice skated** ${0}."
},
"dur": {
"unspecified": "**ice skated** for ${0}.",
"male": "**ice skated** for ${0}.",
"female": "**ice skated** for ${0}."
},
"distAndDur": {
"unspecified": "**ice skated** ${0} in ${1}.",
"male": "**ice skated** ${0} in ${1}.",
"female": "**ice skated** ${0} in ${1}."
}
}
},
"activity": {
"earlyMorning": "${distanceOrTime} Early Morning Ice Skate",
"morning": "${distanceOrTime} Morning Ice Skate",
"noon": "${distanceOrTime} Noon Ice Skate",
"afterNoon": "${distanceOrTime} Afternoon Ice Skate",
"evening": "${distanceOrTime} Evening Ice Skate",
"lateEvening": "${distanceOrTime} Late Evening Ice Skate",
"night": "${distanceOrTime} Nighttime Ice Skate"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment