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 = Заказы
|
||||
|
||||
home.requirements.label = Требования
|
||||
|
||||
client.title = Клиенты
|
||||
client.title = Клиенты
|
||||
mechanic.title = Механики
|
||||
|
||||
firstName.label = Имя
|
||||
middleName.label = Отчество
|
||||
lastName.label = Фамилия
|
||||
phoneNo.label = Номер телефона
|
||||
hourlyPayment.label = Почасовая оплата
|
||||
status.label = Статус
|
||||
amount.label = Количество
|
||||
|
||||
showStatistics.button = Статистика
|
||||
|
||||
status.scheduled.label = Запланировано
|
||||
status.done.label = Выполнено
|
||||
status.accepted.label = Принято клиентом
|
||||
|
||||
common.create.button = Создать
|
||||
common.delete.button = Удалить
|
||||
common.save.button = Сохранить
|
||||
common.edit.button = Редактировать
|
||||
common.back.button = Назад
|
||||
|
||||
Reference in New Issue
Block a user