woozle-scoreboard/_locales/en/messages.json

49 lines
1.2 KiB
JSON
Raw Normal View History

2014-01-18 21:53:52 -07:00
{
"appName": {
2014-02-15 15:53:00 -07:00
"message": "Local Roller Derby Scoreboard",
2014-01-18 21:53:52 -07:00
"description": "Application name"
},
2014-01-19 20:59:55 -07:00
"appShortName": {
2014-02-15 15:53:00 -07:00
"message": "Local Scoreboard",
2014-01-19 20:59:55 -07:00
"description": "Short application name"
},
2014-01-18 21:53:52 -07:00
"appDesc": {
2014-01-20 20:19:36 -07:00
"message": "Roller Derby Scoreboard for WFTDA, USARS, RDCL, MADE, and JRDA",
2014-01-20 19:26:12 -07:00
"description": "Application description for app store listing"
2014-01-18 21:53:52 -07:00
},
"period1": {
"message": "Period 1",
"description": "Name of first period"
},
"period2": {
"message": "Period 2",
"description": "Name of second period"
},
"halftime": {
"message": "Halftime",
"description": "The name of the break between periods"
},
"timeToGame": {
"message": "To Derby",
"description": "Text shown after countdown to start of game"
},
"jam": {
"message": "Jam",
"description": "Time during the game when skaters are actively playing"
},
"lineup": {
"message": "Lineup",
"description": "Time between active play, when skaters are positioning themselves"
},
"timeout": {
"message": "Timeout",
"description": "Time when game is suspended: period clock stops counting down"
},
"setup": {
"message": "Setup",
"description": "Software state allowing logos and times to be adjusted"
}
2014-01-20 23:19:07 -07:00
}