-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HCM Admin Console v0.3 Release Localisation & MDMS Changes (#138)
* updated hierarchy schema, (#135) * updated hierarchy schema, * updated roleaction and action test * updated roleactions * localization updated * added missed out masters --------- Co-authored-by: Jagankumar <[email protected]>
- Loading branch information
1 parent
95021ab
commit de1fb5d
Showing
41 changed files
with
23,277 additions
and
0 deletions.
There are no files selected for viewing
440 changes: 440 additions & 0 deletions
440
localisation/HCM Admin Console/v0.3/en_MZ/digit-privacy-policy.json
Large diffs are not rendered by default.
Oops, something went wrong.
626 changes: 626 additions & 0 deletions
626
localisation/HCM Admin Console/v0.3/en_MZ/digit-ui.json
Large diffs are not rendered by default.
Oops, something went wrong.
32 changes: 32 additions & 0 deletions
32
localisation/HCM Admin Console/v0.3/en_MZ/hcm-admin-schemas.json
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,32 @@ | ||
[ | ||
{ | ||
"code": "HCM_ADMIN_CONSOLE_USER_USAGE", | ||
"message": "Active / Inactive", | ||
"module": "hcm-admin-schemas", | ||
"locale": "en_MZ" | ||
}, | ||
{ | ||
"code": "HCM_ADMIN_CONSOLE_BOUNDARY_CODE_OLD", | ||
"message": "Boundary Code Old", | ||
"module": "hcm-admin-schemas", | ||
"locale": "en_MZ" | ||
}, | ||
{ | ||
"code": "HCM_ADMIN_CONSOLE_BOUNDARY_CODE", | ||
"message": "Service Boundary Code", | ||
"module": "hcm-admin-schemas", | ||
"locale": "en_MZ" | ||
}, | ||
{ | ||
"code": "HCM_ADMIN_CONSOLE_LAT", | ||
"message": "Latitude", | ||
"module": "hcm-admin-schemas", | ||
"locale": "en_IN" | ||
}, | ||
{ | ||
"code": "HCM_ADMIN_CONSOLE_LONG", | ||
"message": "Longitude", | ||
"module": "hcm-admin-schemas", | ||
"locale": "en_IN" | ||
} | ||
] |
20 changes: 20 additions & 0 deletions
20
localisation/HCM Admin Console/v0.3/en_MZ/hcm-boundary-hierarchytest.json
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 @@ | ||
[ | ||
{ | ||
"code": "HIERARCHY_PLEASE_WAIT", | ||
"message": "Please wait!", | ||
"module": "hcm-boundary-hierarchytest", | ||
"locale": "en_MZ" | ||
}, | ||
{ | ||
"code": "TEMPLATE_GENERATION_IN_PROGRESS", | ||
"message": "Template generation in progress", | ||
"module": "hcm-boundary-hierarchytest", | ||
"locale": "en_MZ" | ||
}, | ||
{ | ||
"code": "TEMPLATE_GENERATED_SUCCESSFULLY", | ||
"message": "Template generated successfully", | ||
"module": "hcm-boundary-hierarchytest", | ||
"locale": "en_MZ" | ||
} | ||
] |
14 changes: 14 additions & 0 deletions
14
localisation/HCM Admin Console/v0.3/en_MZ/hcm-campaign-settings.json
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,14 @@ | ||
[ | ||
{ | ||
"code": "WORKBENCH_HCM_WORKBENCH", | ||
"message": "Settings", | ||
"module": "hcm-campaign-settings", | ||
"locale": "en_MZ" | ||
}, | ||
{ | ||
"code": "WORKBENCH_MASTER", | ||
"message": "Campaign Settings", | ||
"module": "hcm-campaign-settings", | ||
"locale": "en_MZ" | ||
} | ||
] |
Oops, something went wrong.