Files
bodyshop/client/src/translations/en_us/common.json
2020-01-27 16:20:33 -08:00

182 lines
4.5 KiB
JSON

{
"translation": {
"documents": {
"errors": {
"deletes3": "Error deleting document from storage. ",
"getpresignurl": "Error obtaining presigned URL for document. ",
"insert": "Unable to upload file.",
"nodocuments": "There are no documents."
},
"labels": {
"upload": "Upload"
},
"successes": {
"delete": "Document deleted successfully.",
"insert": "Uploaded document successfully. "
}
},
"general": {
"labels": {
"in": "In",
"loading": "Loading...",
"na": "N/A",
"out": "Out",
"save": "Save",
"unknown": "Unknown"
},
"languages": {
"english": "English",
"french": "French",
"spanish": "Spanish"
}
},
"jobs": {
"actions": {
"addDocuments": "Add Job Documents",
"addNote": "Add Note",
"convert": "Convert",
"postInvoices": "Post Invoices",
"printCenter": "Print Center"
},
"errors": {
"noaccess": "This job does not exist or you do not have access to it.",
"nodates": "No dates specified for this job.",
"nojobselected": "No job is selected.",
"noowner": "No owner associated.",
"novehicle": "No vehicle associated.",
"saving": "Error encountered while saving record.",
"validation": "Please ensure all fields are entered correctly.",
"validationtitle": "Validation Error"
},
"fields": {
"actual_completion": "Actual Completion",
"actual_delivery": "Actual Delivery",
"actual_in": "Actual In",
"claim_total": "Claim Total",
"clm_no": "Claim #",
"clm_total": "Claim Total",
"customerowing": "Customer Owing",
"date_closed": "Closed",
"date_estimated": "Date Estimated",
"date_exported": "Exported",
"date_invoiced": "Invoiced",
"date_open": "Open",
"date_scheduled": "Scheduled",
"deductible": "Deductible",
"est_number": "Estimate Number",
"owner": "Owner",
"owner_owing": "Cust. Owes",
"ownr_ea": "Email",
"phone1": "Phone 1",
"phoneshort": "PH",
"repairtotal": "Repair Total",
"ro_number": "RO #",
"scheduled_completion": "Scheduled Completion",
"scheduled_delivery": "Scheduled Delivery",
"scheduled_in": "Scheduled In",
"servicecar": "Service Car",
"specialcoveragepolicy": "Special Coverage Policy",
"status": "Job Status",
"vehicle": "Vehicle"
},
"labels": {
"cards": {
"appraiser": "Appraiser",
"customer": "Customer Information",
"damage": "Area of Damage",
"dates": "Dates",
"documents": "Recent Documents",
"estimator": "Estimator",
"filehandler": "File Handler",
"insurance": "Insurance Details",
"notes": "Notes",
"parts": "Parts",
"totals": "Totals",
"vehicle": "Vehicle"
},
"documents": "Documents",
"lines": "Estimate Lines",
"notes": "Notes",
"parts": "Parts",
"rates": "Rates",
"vehicle_info": "Vehicle"
},
"successes": {
"converted": "Job converted successfully.",
"save": "Record Saved",
"savetitle": "Record saved successfully."
}
},
"menus": {
"currentuser": {
"languageselector": "Language",
"profile": "Profile"
},
"header": {
"activejobs": "Active Jobs",
"availablejobs": "Available Jobs",
"home": "Home",
"jobs": "Jobs"
},
"jobsdetail": {
"claimdetail": "Claim Details",
"dates": "Dates",
"financials": "Financials",
"insurance": "Insurance",
"labor": "Labor",
"partssublet": "Parts/Sublet",
"repairdata": "Repair Data"
},
"profilesidebar": {
"profile": "My Profile",
"shops": "My Shops"
}
},
"notes": {
"actions": {
"actions": "Actions",
"deletenote": "Delete Note",
"edit": "Edit Note",
"new": "New Note"
},
"fields": {
"createdby": "Created By",
"critical": "Critical",
"private": "Private",
"text": "Contents",
"updatedat": "Updated At"
},
"labels": {
"newnoteplaceholder": "Add a note..."
},
"successes": {
"create": "Note created successfully.",
"deleted": "Note deleted successfully.",
"updated": "Note updated successfully."
}
},
"profile": {
"errors": {
"state": "Error reading page state. Please refresh."
}
},
"titles": {
"app": "Bodyshop by ImEX Systems",
"jobs": "All Jobs | $t(titles.app)",
"jobsdetail": "Job {{ro_number}} | $t(titles.app)",
"jobsdocuments": "Job Documents {{ro_number}} | $t(titles.app)",
"profile": "My Profile | $t(titles.app)"
},
"user": {
"actions": {
"signout": "Sign Out"
}
},
"vehicles": {
"fields": {
"plate_no": "License Plate"
}
}
}
}