Update time ticket areas added to use translations

This commit is contained in:
jfrye122
2023-06-05 16:50:12 -04:00
parent 43151aaa2d
commit 0889453998
11 changed files with 235 additions and 84 deletions

View File

@@ -330,13 +330,15 @@
"ticket": "",
"timetickets": "",
"detail": "",
"notickets": ""
"notickets": "",
"clockin": ""
},
"labels": {
"converting": "",
"selectjob": "",
"selectticketassetselector": "",
"uploading": ""
"loggedinemployee": "",
"clockintojob": ""
},
"errors": {
"missingvalues": ""
},
"titles": {
"timeticketbrowsertab": ""
@@ -349,13 +351,22 @@
"ticket":" ",
"timetickets": "",
"detail": "",
"notickets": ""
"notickets": "",
"ticketdate": "",
"createticket": ""
},
"labels": {
"converting": "",
"selectjob": "",
"selectticketassetselector": "",
"uploading": ""
"uploading": "",
"employeeplaceholder": "",
"actualhoursplaceholder": "",
"productivehoursplaceholder": ""
},
"errors": {
"nan": "",
"missingvalues": ""
},
"titles": {
"createtimeticket": ""
@@ -450,6 +461,52 @@
"requiredifparttype": "",
"zeropriceexistingpart": ""
}
},
"timeticketclockoff":{
"actions": {
"clockoff": "",
"noinfo": ""
},
"labels": {
"actualhoursplaceholder": "",
"productivehoursplaceholder": ""
},
"errors": {
"nan": "",
"missingvalues": ""
},
"titles": {
"clockoff": ""
}
},
"selectjobid":{
"labels": {
"placeholder": "",
"selectedplaceholder": "...",
"searchplaceholder": ""
}
},
"selectcostcenter":{
"labels": {
"placeholder": "",
"selectedplaceholder": "...",
"searchplaceholder": ""
}
},
"employeeclockedinlist": {
"labels": {
"alreadyclockedon": ""
}
},
"clockedinlistitem": {
"labels": {
"vehicle": "",
"clockedin": "",
"costcenter": ""
},
"actions": {
"clockout": ""
}
}
}
}