Added CRUD for 'Mechanic' entity. Added translations.

This commit is contained in:
2019-05-05 14:50:00 +03:00
parent b541e69885
commit 0124899525
15 changed files with 453 additions and 23 deletions
+22 -1
View File
@@ -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