Edit Limit for beneficiaries and APY Register UI

This commit is contained in:
2026-03-13 18:17:03 +05:30
parent 7d39314d39
commit 075cb3aaad
6 changed files with 718 additions and 70 deletions

View File

@@ -641,6 +641,7 @@
"collectionChannel": "Collection Channel",
"nomineeDetails": "Nominee Details",
"nomineeAddress": "Nominee Address",
"relationWithNominee": "Relation with Nominee",
"nomineeRelationship": "Nominee Relationship",
"nomineeMinor": "Nominee Minor",
"response": "Response",
@@ -648,7 +649,37 @@
"address1": "Address 1",
"address2": "Address 2",
"city": "City",
"relationWithNominee": "Relation with Nominee",
"relationwithnominee": "Relation with Nominee",
"policyStatus": "Policy Status",
"emailId": "Email ID"
}
"emailId": "Email ID",
"customerFirstName": "Customer First Name",
"customerMiddleName": "Customer Middle Name",
"customerLastName": "Customer Last Name",
"pensionAmountOptedFor": "Pension Amount Opted For",
"monthlyContribution": "Monthly Contribution",
"ageOfJoining": "Age of Joining",
"nameOfSpouse": "Name of Spouse",
"isIncomeTaxPayer": "Whether Income Tax Payer",
"isBeneficiaryOtherScheme": "Beneficiary of other Social Security Schemes",
"relationWithSubscriber": "Relation with Subscriber",
"secondNomineeName": "Second Nominee Name",
"secondNomineeRelationship": "Second Nominee Relationship",
"secondNomineeMinor": "Second Nominee Minor",
"fatcaApplicable": "FATCA/CRS Applicable",
"countryOfBirth": "Country of Birth",
"countryOfCitizenship": "Country of Citizenship",
"countryOfTaxResidence": "Country of Residence for Tax Purpose",
"usPersonFlag": "US Person Flag",
"modeOfCollection": "Mode of Collection",
"contributionType": "Contribution Type",
"subsequentDebitDate": "Subsequent Contribution Debit Date",
"customerTitle": "Title",
"nomineeDob": "Nominee Date of Birth",
"guardianName": "Guardian's Name",
"pensionAmount": "Pension Amount",
"periodicity": "Periodicity",
"contributionAmount": "Contribution Amount",
"monthly": "Monthly",
"quarterly": "Quarterly",
"halfYearly": "Half Yearly"
}

View File

@@ -649,6 +649,38 @@
"address1": "पता 1",
"address2": "पता 2",
"city": "शहर",
"relationwithnominee": "नामांकित व्यक्ति के साथ संबंध",
"policyStatus": "पॉलिसी की स्थिति",
"emailId": "ईमेल आईडी",
"customerFirstName": "ग्राहक का पहला नाम",
"customerMiddleName": "ग्राहक का मध्य नाम",
"customerLastName": "ग्राहक का अंतिम नाम",
"pensionAmountOptedFor": "चुनी गई पेंशन राशि",
"monthlyContribution": "मासिक योगदान",
"ageOfJoining": "शामिल होने की आयु",
"nameOfSpouse": "पति/पत्नी का नाम",
"isIncomeTaxPayer": "क्या आयकर दाता है",
"isBeneficiaryOtherScheme": "अन्य सामाजिक सुरक्षा योजनाओं के लाभार्थी",
"relationWithSubscriber": "अभिदाता के साथ संबंध",
"secondNomineeName": "दूसरे नामांकित व्यक्ति का नाम",
"relationWithNominee": "नामांकित व्यक्ति के साथ संबंध",
"policyStatus": "पॉलिसी की स्थिति"
}
"secondNomineeRelationship": "दूसरे नामांकित व्यक्ति का संबंध",
"secondNomineeMinor": "दूसरा नामांकित व्यक्ति नाबालिग है",
"fatcaApplicable": "FATCA/CRS लागू है",
"countryOfBirth": "जन्म का देश",
"countryOfCitizenship": "नागरिकता का देश",
"countryOfTaxResidence": "कर उद्देश्य के लिए निवास का देश",
"usPersonFlag": "अमेरिकी व्यक्ति ध्वज",
"modeOfCollection": "संग्रह का माध्यम",
"contributionType": "योगदान का प्रकार",
"subsequentDebitDate": "अगली योगदान डेबिट तिथि",
"customerTitle": "शीर्षक",
"nomineeDob": "नामांकित व्यक्ति की जन्म तिथि",
"guardianName": "अभिभावक का नाम",
"pensionAmount": "पेंशन राशि",
"periodicity": "आवधिकता",
"contributionAmount": "योगदान राशि",
"monthly": "मासिक",
"quarterly": "त्रैमासिक",
"halfYearly": "अर्धवार्षिक"
}