Files
imexmobile/translations/en-US/common.json
2020-08-17 15:54:15 -07:00

56 lines
918 B
JSON

{
"translation": {
"app": {
"title": "ImEX Mobile"
},
"general": {
"actions": {
"signout": "Sign Out"
}
},
"jobdetail": {
"labels": {
"documents": "Documents",
"job": "Job",
"notes": "Notes"
}
},
"joblist": {
"actions": {
"swipecamera": "Add Pictures/Video"
},
"labels": {
"activejobs": "Jobs",
"detail": "Job Detail"
},
"titles": {
"jobtab": "Jobs"
}
},
"messaging": {
"titles": {
"messagingtab": "Messaging"
}
},
"settings": {
"titles": {
"settings": "Settings"
}
},
"signin": {
"actions": {
"signin": "Sign In"
},
"errors": {
"emailformat": "The email you have entered is not formatted correctly. ",
"usernotfound": "No user found.",
"wrongpassword": "The password you entered is not correct."
},
"fields": {
"email": "Email",
"password": "Password"
}
}
}
}