Skip to content

Commit

Permalink
Fill out all services
Browse files Browse the repository at this point in the history
  • Loading branch information
ciukstar committed Oct 14, 2023
1 parent ef1d60b commit cd330b9
Show file tree
Hide file tree
Showing 70 changed files with 1,414 additions and 163 deletions.
4 changes: 4 additions & 0 deletions messages/en.msg
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Close: Close
Edit: Edit
Del: Delete
NavigationMenu: Navigation menu
OnlyEmployeesMaySeeRequests: Only employees may see requests
YouAreNotAnEmployeeOfFacility: You are not an employee of this facility
InvalidBusinessTimeZone: Invalid business time zone
Expand Down
4 changes: 4 additions & 0 deletions messages/fr.msg
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Close: Fermer
Edit: Modifier
Del: Supprimer
NavigationMenu: Menu de Navigation
OnlyEmployeesMaySeeRequests: Seuls les employés peuvent voir les demandes
YouAreNotAnEmployeeOfFacility: Vous n'êtes pas un employé de cet établissement
InvalidBusinessTimeZone: Fuseau horaire professionnel non valide
Expand Down
4 changes: 4 additions & 0 deletions messages/ro.msg
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Close: Închide
Edit: Editează
Del: Șterge
NavigationMenu: Meniul de navigare
OnlyEmployeesMaySeeRequests: Doar angajații pot vedea cererile
YouAreNotAnEmployeeOfFacility: Nu sunteți angajat al acestei unități
InvalidBusinessTimeZone: Fus orar al afacerii nevalid
Expand Down
4 changes: 4 additions & 0 deletions messages/ru.msg
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Close: Закрыть
Edit: Редактировать
Del: Удалить
NavigationMenu: Навигационное меню
OnlyEmployeesMaySeeRequests: Запросы могут видеть только сотрудники
YouAreNotAnEmployeeOfFacility: Вы не сотрудник этого учреждения
InvalidBusinessTimeZone: Неверный часовой пояс компании
Expand Down
4 changes: 2 additions & 2 deletions src/Admin/About.hs
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ import Foundation
, Route (AdminR, AuthR, PhotoPlaceholderR, AccountPhotoR, ProfileR)
, AdminR (AdmAboutCreateR, AdmAboutR, AdmAboutEditR, AdmAboutDeleteR)
, AppMessage
( MsgAboutUs, MsgPhoto, MsgNoContentYet
( MsgAboutUs, MsgPhoto, MsgNoContentYet, MsgDel
, MsgContent, MsgCancel, MsgSave, MsgRecordAdded, MsgAlreadyExists
, MsgRecordEdited, MsgYesDelete, MsgPleaseConfirm, MsgDeleteAreYouSure
, MsgRecordDeleted
, MsgRecordDeleted, MsgNavigationMenu, MsgLogin, MsgUserProfile, MsgEdit
)
)

Expand Down
3 changes: 2 additions & 1 deletion src/Admin/Brand.hs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ import Foundation
( MsgBrand, MsgYesDelete, MsgPleaseConfirm, MsgPhoto
, MsgDeleteAreYouSure, MsgSave, MsgCancel, MsgBrandMark
, MsgNoBrandYet, MsgBrandName, MsgBrandStrapline, MsgFavicon, MsgMore
, MsgRecordAdded, MsgRecordEdited, MsgRecordDeleted
, MsgRecordAdded, MsgRecordEdited, MsgRecordDeleted, MsgNavigationMenu
, MsgLogin, MsgUserProfile, MsgEdit, MsgDel
)
)

Expand Down
3 changes: 2 additions & 1 deletion src/Admin/Business.hs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ import Foundation
( MsgBusiness, MsgPhoto, MsgNoBusinessYet, MsgTheName, MsgAddress
, MsgPhone, MsgMobile, MsgEmail, MsgSave, MsgCancel, MsgRecordAdded
, MsgYesDelete, MsgDeleteAreYouSure, MsgPleaseConfirm, MsgRecordEdited
, MsgRecordDeleted, MsgBusinessAlreadyExists, MsgTimeZoneOffset, MsgTimeZone, MsgMinutes
, MsgRecordDeleted, MsgBusinessAlreadyExists, MsgTimeZoneOffset, MsgTimeZone
, MsgMinutes, MsgLogin, MsgUserProfile, MsgNavigationMenu, MsgDel, MsgEdit
)
)

Expand Down
1 change: 1 addition & 0 deletions src/Admin/Contacts.hs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ import Foundation
, MsgYesDelete, MsgCancel, MsgDeleteAreYouSure, MsgPleaseConfirm
, MsgAlreadyExists, MsgContent, MsgCancel, MsgSave
, MsgRecordDeleted, MsgRecordEdited, MsgRecordAdded
, MsgNavigationMenu, MsgLogin, MsgUserProfile, MsgEdit, MsgDel
)
)

Expand Down
2 changes: 1 addition & 1 deletion src/Admin/Services.hs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ import Foundation
, MsgInvalidDurationHourMinute, MsgSymbolHour, MsgSymbolMinute
, MsgOffer, MsgExperts, MsgNoExpertsYet, MsgAddExpert, MsgExpert
, MsgValueNotInRange, MsgExpertAlreadyInTheList, MsgRating, MsgEmployee
, MsgRole
, MsgRole, MsgLogin, MsgUserProfile, MsgNavigationMenu
)
)

Expand Down
1 change: 1 addition & 0 deletions src/Admin/Staff.hs
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ import Foundation
, MsgNoStaffMembersFound, MsgStatus, MsgSelect, MsgRatings
, MsgDismissed, MsgEmployed, MsgAccountStatus, MsgRegistered
, MsgUnregistered, MsgValueNotInRange, MsgAdministrator, MsgUnregister
, MsgNavigationMenu, MsgUserProfile, MsgLogin
)
)

Expand Down
2 changes: 1 addition & 1 deletion src/Admin/Users.hs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ import Foundation
, MsgConfirmPassword, MsgNewPassword, MsgPasswordsDoNotMatch
, MsgPasswordChanged, MsgSearch, MsgNoUsersFound, MsgEmployee
, MsgCustomer, MsgAdministrator, MsgYes, MsgNo, MsgCategory
, MsgSelect, MsgCategories
, MsgSelect, MsgCategories, MsgNavigationMenu, MsgUserProfile, MsgLogin
)
)
import Model
Expand Down
Loading

0 comments on commit cd330b9

Please sign in to comment.