mirror of
https://github.com/Prominence/car-repair-site.git
synced 2026-07-03 03:06:47 +03:00
Added CRUD for 'Mechanic' entity. Added translations.
This commit is contained in:
@@ -6,4 +6,25 @@ badge.orders = Orders
|
||||
|
||||
home.requirements.label = Requirements
|
||||
|
||||
client.title = Clients
|
||||
client.title = Clients
|
||||
mechanic.title = Mechanics
|
||||
|
||||
firstName.label = First Name
|
||||
middleName.label = Middle Name
|
||||
lastName.label = Last Name
|
||||
phoneNo.label = Phone No
|
||||
hourlyPayment.label = Hourly Payment
|
||||
status.label = Status
|
||||
amount.label = Amount
|
||||
|
||||
showStatistics.button = Statistics
|
||||
|
||||
status.scheduled.label = Scheduled
|
||||
status.done.label = Done
|
||||
status.accepted.label = Accepted by client
|
||||
|
||||
common.create.button = Create
|
||||
common.delete.button = Delete
|
||||
common.save.button = Save
|
||||
common.edit.button = Edit
|
||||
common.back.button = Back
|
||||
|
||||
Reference in New Issue
Block a user