-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OM-47: add validation and translations (#10)
* OM-47: assign msystem roles in imis system * OM-47: fix user role creation * OM-47: delete roles if exist * OM-47: remove exists from migration * OM-47: fix migration * OM-47: adjust updating roles * OM-47: address review comments * OM-47: update migration * OM-47: update migration * OM-47: update migration * OM-47: add validation and translations * OM-47: add validation and translations --------- Co-authored-by: Jan <[email protected]>
- Loading branch information
1 parent
5df3f2b
commit 81098af
Showing
3 changed files
with
34 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
msgid "resident_national_id_not_valid" | ||
msgstr "Worker national id not valid." | ||
|
||
msgid "organization_national_id_not_valid" | ||
msgstr "Organization national id not valid." | ||
|
||
msgid "vehicle_national_id_not_valid" | ||
msgstr "Vehicle national id not valid." | ||
|
||
msgid "resident_national_id_checksum_not_valid" | ||
msgstr "Worker national id checksum not valid." | ||
|
||
msgid "organization_national_id_checksum_not_valid" | ||
msgstr "Organization national id checksum not valid." | ||
|
||
msgid "vehicle_national_id_checksum_not_valid" | ||
msgstr "Vehicle national id checksum not valid." | ||
|
||
msgid "role_validation.unknown_role" | ||
msgstr "Unknown role coming from mPass." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters