help docs and i18n for the print ticket template
This commit is contained in:
parent
7e261bdf79
commit
c754630de8
2 changed files with 70 additions and 0 deletions
|
|
@ -272,6 +272,36 @@ our $I18N = {
|
|||
context => q|template variable for the print badge screen|,
|
||||
},
|
||||
|
||||
'ticketTitle' => {
|
||||
message => q|The title of the ticket to be printed.|,
|
||||
lastUpdated => 0,
|
||||
context => q|template variable for the print ticket screen|,
|
||||
},
|
||||
|
||||
'ticketStart' => {
|
||||
message => q|The start date of the ticket.|,
|
||||
lastUpdated => 0,
|
||||
context => q|template variable for the print ticket screen|,
|
||||
},
|
||||
|
||||
'ticketDuration' => {
|
||||
message => q|How long the ticket lasts.|,
|
||||
lastUpdated => 0,
|
||||
context => q|template variable for the print ticket screen|,
|
||||
},
|
||||
|
||||
'ticketLocation' => {
|
||||
message => q|Where the ticket is good for.|,
|
||||
lastUpdated => 0,
|
||||
context => q|template variable for the print ticket screen|,
|
||||
},
|
||||
|
||||
'ticketEventNumber' => {
|
||||
message => q|The event number for the ticket.|,
|
||||
lastUpdated => 0,
|
||||
context => q|template variable for the print ticket screen|,
|
||||
},
|
||||
|
||||
'userId' => {
|
||||
message => q|The badge user's userId.|,
|
||||
lastUpdated => 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue