Files
bodyshop/client/src/translations/en_us/common.json

86 lines
2.1 KiB
JSON

{
"translation": {
"general": {
"languages": {
"english": "English",
"french": "French",
"spanish": "Spanish"
},
"labels": {
"in": "In",
"out": "Out",
"na": "N/A",
"unknown": "Unknown",
"save": "Save"
}
},
"menus": {
"currentuser": {
"profile": "Profile",
"languageselector": "Language"
},
"profilesidebar": {
"profile": "My Profile",
"shops": "My Shops"
}
},
"titles": {
"app": "Bodyshop by ImEX Systems",
"jobs": "All Jobs | $t(titles.app)",
"jobsdetail": "Job {{ro_number}} | $t(titles.app)",
"profile": "My Profile | $t(titles.app)"
},
"profile": {
"errors": {
"state": "Error reading page state. Please refresh."
}
},
"jobs": {
"labels": {
"cards": {
"customer": "Customer Information",
"vehicle": "Vehicle",
"insurance": "Insurance Details",
"dates": "Dates",
"documents": "Documents",
"parts": "Parts",
"notes": "Notes",
"damage": "Area of Damage",
"totals": "Totals"
},
"no_owner": "No Owner",
"vehicle_info": "Vehicle"
},
"fields": {
"ro_number": "RO #",
"est_number": "Estimate Number",
"claim_total": "Claim Total",
"deductible": "Deductible"
},
"successes": {
"save": "Record Saved",
"savetitle": "Record saved succesfully."
},
"errors": {
"noaccess": "This job does not exist or you do not have access to it.",
"validationtitle": "Validation Error",
"validation": "Please ensure all fields are entered correctly.",
"saving": "Error encountered while saving record.",
"nojobselected": "No job is selected."
},
"actions": {
"viewJobImages": "View Job Images",
"printCenter": "Print Center",
"postInvoices": "Post Invoices",
"notes": "Job Notes",
"partStatus": "Part Status",
"receiveParts": "Receive Parts",
"card": {}
}
}
}
}