-
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.
Added workbench v0.1 localisations (#102)
* Added workbench localisations * Added workbench localisations * Added workbench localisations * updated workbench localisations
- Loading branch information
1 parent
7f90238
commit 436cf58
Showing
10 changed files
with
7,821 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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,92 @@ | ||
[ | ||
{ | ||
"code": "WORKBENCH_HOME", | ||
"message": "Home", | ||
"module": "rainmaker-common", | ||
"locale": "en_IN" | ||
}, | ||
{ | ||
"code": "ACTION_TEST_WORKBENCH", | ||
"message": "Workbench", | ||
"module": "rainmaker-common", | ||
"locale": "en_IN" | ||
}, | ||
{ | ||
"code": "ACTION_TEST_LOCALISATION", | ||
"message": "Localisation", | ||
"module": "rainmaker-common", | ||
"locale": "en_IN" | ||
}, | ||
{ | ||
"code": "ACTION_TEST_MDMS", | ||
"message": "Manage Master Data", | ||
"module": "rainmaker-common", | ||
"locale": "en_IN" | ||
}, | ||
{ | ||
"code": "ACTION_TEST_9MDMS", | ||
"message": "Manage Master Data", | ||
"module": "rainmaker-common", | ||
"locale": "en_IN" | ||
}, | ||
{ | ||
"code": "ACTION_TEST_UPDATE_DEPARTMENT_MASTER", | ||
"message": "Department Master", | ||
"module": "rainmaker-common", | ||
"locale": "en_IN" | ||
}, | ||
{ | ||
"code": "ACTION_TEST_UPDATE_EMPLOYEETYPE_MASTER", | ||
"message": "Employee Type Master", | ||
"module": "rainmaker-common", | ||
"locale": "en_IN" | ||
}, | ||
{ | ||
"code": "COMMON_NO_RESULTS_FOUND", | ||
"message": "No Results Found", | ||
"module": "rainmaker-common", | ||
"locale": "en_IN" | ||
}, | ||
{ | ||
"code": "ACTION_TEST_TRADE_3", | ||
"message": "Trade Details", | ||
"module": "rainmaker-common", | ||
"locale": "en_IN" | ||
}, | ||
{ | ||
"code": "ACTION_TEST_TRADE_2", | ||
"message": "Trade Validations", | ||
"module": "rainmaker-common", | ||
"locale": "en_IN" | ||
}, | ||
{ | ||
"code": "ACTION_TEST_TRADE_ARRAY_TYPES", | ||
"message": "Trade Array type", | ||
"module": "rainmaker-common", | ||
"locale": "en_IN" | ||
}, | ||
{ | ||
"code": "ACTION_TEST_TENANT", | ||
"message": "Tenant", | ||
"module": "rainmaker-common", | ||
"locale": "en_IN" | ||
}, | ||
{ | ||
"code": "ACTION_TEST_ROLEACTIONS", | ||
"message": "Role Action", | ||
"module": "rainmaker-common", | ||
"locale": "en_IN" | ||
}, | ||
{ | ||
"code": "ACTION_TEST_ROLES", | ||
"message": "Roles", | ||
"module": "rainmaker-common", | ||
"locale": "en_IN" | ||
}, | ||
{ | ||
"code": "ACTION_TEST_ACTIONS_TEST", | ||
"message": "Action Test", | ||
"module": "rainmaker-common", | ||
"locale": "en_IN" | ||
} | ||
] |
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,62 @@ | ||
[ | ||
{ | ||
"code": "COMMON_MASTERS_GENDERTYPE_MALE", | ||
"message": "Male", | ||
"module": "rainmaker-mdms", | ||
"locale": "en_IN" | ||
}, | ||
{ | ||
"code": "COMMON_MASTERS_GENDERTYPE_FEMALE", | ||
"message": "Female", | ||
"module": "rainmaker-mdms", | ||
"locale": "en_IN" | ||
}, | ||
{ | ||
"code": "COMMON_MASTERS_GENDERTYPE_TRANSGENDER", | ||
"message": "Transgender", | ||
"module": "rainmaker-mdms", | ||
"locale": "en_IN" | ||
}, | ||
{ | ||
"code": "ACCESSCONTROL_ACTIONS_TEST_ACTIONS_TEST_2488", | ||
"message": "2488", | ||
"module": "rainmaker-mdms", | ||
"locale": "en_IN" | ||
}, | ||
{ | ||
"code": "ACCESSCONTROL_ACTIONS_TEST_ACTIONS_TEST_240", | ||
"message": "240", | ||
"module": "rainmaker-mdms", | ||
"locale": "en_IN" | ||
}, | ||
{ | ||
"code": "ACCESSCONTROL_ACTIONS_TEST_ACTIONS_TEST_239", | ||
"message": "239", | ||
"module": "rainmaker-mdms", | ||
"locale": "en_IN" | ||
}, | ||
{ | ||
"code": "ACCESSCONTROL_ROLES_ROLES_REGISTRAR", | ||
"message": "REGISTRAR", | ||
"module": "rainmaker-mdms", | ||
"locale": "en_IN" | ||
}, | ||
{ | ||
"code": "TRADE_DETAILS_ELECTRICAL", | ||
"message": "Electrical", | ||
"module": "rainmaker-mdms", | ||
"locale": "en_IN" | ||
}, | ||
{ | ||
"code": "TRADE_DETAILS_MECHANICAL", | ||
"message": "Mechanical", | ||
"module": "rainmaker-mdms", | ||
"locale": "en_IN" | ||
}, | ||
{ | ||
"code": "TRADE_DETAILS_OTHERS", | ||
"message": "Others", | ||
"module": "rainmaker-mdms", | ||
"locale": "en_IN" | ||
} | ||
] |
Oops, something went wrong.