This commit is contained in:
2023-05-17 15:19:24 +07:00
parent a10fa9db21
commit 31423c255e
4 changed files with 47 additions and 1 deletions

View File

@@ -43,6 +43,7 @@ return [
"PRINCIPAL_ID_NOT_REQUIRED" => "Mapping ID should only be filled for dependents",
"CORPORATE_ID_REQUIRED" => "Corporate ID must be filled",
"PRINCIPAL_ID_REQUIRED" => "Mapping ID must be filled",
"PRINCIPAL_ID_NOT_SAME_MEMBER_ID" => "Mapping ID cannot be filled with the same Member ID.",
"BRANCH_CODE_NOT_REQUIRED" => "Dependents don't need to fill in Branch Code ",
"INVALID_LANGUAGE" => "Language (field 12) is invalid",
"INVALID_DATE" => "Format Date (:title) is invalid",
@@ -65,5 +66,8 @@ return [
"DATE_OF_TERMINATED" => "Date of Terminated must be filled",
"SEX_REQUIRED" => "Sex must be filled",
"SEX_CODE_NOT_VALID" => "Sex must be filled F or M",
"RELATIONSHIP_WITH_PRICIPAL_REQUIRED" => "Relationship must be filled",
"RELATIONSHIP_WITH_PRICIPAL_NOT_VALID" => "Relationship must be filled W, S, D or H",
];