added tech signin screen

This commit is contained in:
jfrye122
2023-04-12 12:04:23 -04:00
parent 6d4ce20118
commit bdf90c1f79
4 changed files with 140 additions and 0 deletions

View File

@@ -305,6 +305,40 @@
"email": "Email",
"password": "Password"
}
},
"techsignin": {
"actions": {
"techsignin": "Sign In"
},
"errors": {
"employeeidnotfound": "No employee ID found.",
"wrongpin": "The pin you entered is not correct."
},
"fields": {
"employeeid": "EmployeeID",
"pin": "PIN"
},
"titles": {
"signin": "Tech Sign In"
}
},
"timeticketbrowser": {
"actions": {
"refresh": "Refresh",
"upload": "Upload",
"activetickets": "Time Tickets",
"detail": "Time Ticket Details",
"notickets": "There are no active tickets."
},
"labels": {
"converting": "Converting",
"selectjob": "--- Select a ticket ---",
"selectticketassetselector": "Please select a ticket to update. ",
"uploading": "Uploading"
},
"titles": {
"timeticketbrowsertab": "Time Tickets"
}
}
}
}

View File

@@ -305,6 +305,19 @@
"email": "Email",
"password": ""
}
},
"techsignin": {
"actions": {
"techsignin": ""
},
"errors": {
"employeeidnotfound": "",
"wrongpin": ""
},
"fields": {
"employeeid": "",
"pin": ""
}
}
}
}

View File

@@ -305,6 +305,19 @@
"email": "Email",
"password": ""
}
},
"techsignin": {
"actions": {
"techsignin": ""
},
"errors": {
"employeeidnotfound": "",
"wrongpin": ""
},
"fields": {
"employeeid": "",
"pin": ""
}
}
}
}