Skip to content

Commit 01edd35

Browse files
authored
Merge pull request #124 from openimis/fix-update-project-translations
Fix: update translations
2 parents 9667866 + 7f4f2a2 commit 01edd35

1 file changed

Lines changed: 40 additions & 39 deletions

File tree

src/translations/en.json

Lines changed: 40 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,26 @@
11
{
2-
"socialProtection.benefitPlan.delete.confirm.title": "Delete benefit plan {code} {name}",
3-
"socialProtection.benefitPlan.delete.confirm.message": "Are you sure you want to delete the benefit plan?",
4-
"socialProtection.benefitPlan.suspend.confirm.title": "Suspend benefit plan {code} {name}",
5-
"socialProtection.benefitPlan.suspend.confirm.message": "Are you sure you want to suspend the benefit plan?",
6-
"socialProtection.benefitPlan.delete.mutationLabel": "Delete benefit plan {id}",
7-
"socialProtection.benefitPlan.update.mutationLabel": "Update benefit plan {id}",
8-
"socialProtection.benefitPlan.create.mutationLabel": "Create benefit plan {id}",
2+
"socialProtection.benefitPlan.delete.confirm.title": "Delete program {code} {name}",
3+
"socialProtection.benefitPlan.delete.confirm.message": "Are you sure you want to delete the program?",
4+
"socialProtection.benefitPlan.delete.mutationLabel": "Delete program {id}",
5+
"socialProtection.benefitPlan.update.mutationLabel": "Update program {id}",
6+
"socialProtection.benefitPlan.create.mutationLabel": "Create program {id}",
7+
"socialProtection.benefitPlan.searcherResultsTitle": "{benefitPlansTotalCount} Programs",
8+
"socialProtection.benefitPlan.pageTitle": "Program {code} {name}",
9+
"socialProtection.menu.socialProtection.benefitPlans": "Programs",
10+
"socialProtection.benefitPlan.benefitPlanHelmet": "Program",
11+
"socialProtection.benefitPackage.BenefitPlanDetailPanel.title": "Program Details",
12+
"socialProtection.benefitPackage.BenefitPlanDetailPanel.tooltip": "Show Program",
913
"socialProtection.downloadBeneficiaries.mutationLabel": "Download beneficiaries",
1014
"socialProtection.benefitPlan.editButtonTooltip": "Edit",
1115
"socialProtection.benefitPlan.deleteButtonTooltip": "Delete",
12-
"socialProtection.benefitPlan.stopButtonTooltip": "Suspend",
13-
"socialProtection.stopButtonTooltip": "Suspend",
14-
"socialProtection.benefitPlan.searcherResultsTitle": "{benefitPlansTotalCount} Benefit Plans",
1516
"socialProtection.beneficiaries.searcherResultsTitle": "{beneficiariesTotalCount} Beneficiaries",
1617
"socialProtection.beneficiaries.members.searcherResultsTitle": "{individualsTotalCount} Individuals Found",
1718
"socialProtection.beneficiaries.payments.searcherResultsTitle": "{beneficiariesTotalCount} Payments Found",
1819
"socialProtection.beneficiaries.grievances.searcherResultsTitle": "{beneficiariesTotalCount} Grievances Found",
1920
"socialProtection.beneficiary.update.mutationLabel": "Update beneficiary {id}",
2021
"socialProtection.groupBeneficiary.update.mutationLabel": "Update group beneficiary {id}",
2122
"socialProtection.groupBeneficiaries.searcherResultsTitle": "{groupBeneficiariesTotalCount} Group Beneficiaries",
22-
"socialProtection.benefitPlansList.label": "BENEFIT PLANS",
23+
"socialProtection.benefitPlansList.label": "PROGRAMS",
2324
"socialProtection.benefitPlan.dateValidTo": "Date to",
2425
"socialProtection.benefitPlan.dateValidFrom": "Date from",
2526
"socialProtection.benefitPlan.name": "Name",
@@ -30,13 +31,9 @@
3031
"socialProtection.benefitPlan.jsonExt": "json_ext",
3132
"socialProtection.benefitPlan.schema": "Schema",
3233
"socialProtection.benefitPlan.description": "Description",
33-
"socialProtection.benefitPlan.pageTitle": "Benefit Plan {code} {name}",
3434
"socialProtection.benefitPackage.Individual.pageTitle": "{firstName} {lastName}",
3535
"socialProtection.benefitPlan.isDeleted": "Show historical",
3636
"socialProtection.beneficiary.code": "Code",
37-
"socialProtection.beneficiary.isEligible": "Meets Criteria",
38-
"socialProtection.beneficiary.isEligible.true": "Yes",
39-
"socialProtection.beneficiary.isEligible.false": "No",
4037
"socialProtection.beneficiary.firstName": "First name",
4138
"socialProtection.beneficiary.lastName": "Last name",
4239
"socialProtection.beneficiary.dob": "Date of birth",
@@ -56,23 +53,16 @@
5653
"socialProtection.beneficiary.benefitPlanTypePicker.INDIVIDUAL": "INDIVIDUAL",
5754
"socialProtection.beneficiary.benefitPlanTypePicker.GROUP": "GROUP",
5855
"socialProtection.beneficiary.benefitPlanTypePicker": "Type",
59-
"socialProtection.benefitPlan.benefitPlanHelmet": "Benefit Plan",
6056
"socialProtection.benefitPlan.code.alreadyTaken": "The code is already taken",
6157
"socialProtection.benefitPlan.name.alreadyTaken": "The name is already taken",
6258
"socialProtection.benefitPlan.benefitPlanBeneficiariesList.label": "List",
6359
"socialProtection.benefitPlan.benefitPlanBeneficiariesActive.label": "Active",
6460
"socialProtection.benefitPlan.benefitPlanBeneficiariesSuspended.label": "Suspended",
6561
"socialProtection.benefitPlan.benefitPlanBeneficiariesGraduated.label": "Graduated",
6662
"socialProtection.benefitPlan.benefitPlanBeneficiariesPotential.label": "Potential",
67-
"socialProtection.benefitPlan.beneficiaries.tabGroup.label": "Beneficiaries",
68-
"socialProtection.benefitPlan.benefitPlanBeneficiariesWrapper.label": "Beneficiaries",
6963
"socialProtection.benefitPlan.benefitPlanBeneficiaries.upload": "Upload",
7064
"socialProtection.benefitPlan.benefitPlanBeneficiaries.upload.label": "Upload Beneficiaries",
71-
"socialProtection.benefitPlan.benefitPlanBeneficiaries.upload.alert.header.invalid_format": "Invalid file format!",
72-
"socialProtection.benefitPlan.benefitPlanBeneficiaries.upload.alert.message.invalid_format": "Please upload a valid CSV or Excel file!",
73-
"socialProtection.benefitPlan.benefitPlanBeneficiaries.template": "Template",
7465
"socialProtection.mainMenuSocialProtection": "Social Protection",
75-
"socialProtection.menu.socialProtection.benefitPlans": "Benefit Plans",
7666
"socialProtection.advancedFilters": "Advanced Filters",
7767
"socialProtection.createButton.tooltip": "Create",
7868
"socialProtection.download": "Download",
@@ -91,10 +81,8 @@
9181
"socialProtection.benefitPackage.GroupDetailPanel.tooltip": "Show Group",
9282
"socialProtection.benefitPackage.IndividualDetailPanel.title": "Individual Details",
9383
"socialProtection.benefitPackage.IndividualDetailPanel.tooltip": "Show Individual",
94-
"socialProtection.benefitPackage.BenefitPlanDetailPanel.title": "Benefit Plan Details",
95-
"socialProtection.benefitPackage.BenefitPlanDetailPanel.tooltip": "Show Benefit Plan",
9684
"socialProtection.benefitPackage.benefitPackageMembersTab.label": "Members",
97-
"socialProtection.benefitPackage.benefitPackageBenefitsTab.label": "Benefits",
85+
"socialProtection.benefitPackage.benefitPackagePaymentsTab.label": "Payments",
9886
"socialProtection.benefitPackage.benefitPackageGrievancesTab.label": "Grievances",
9987
"socialProtection.benefitPackage.members.tooltip.viewDetails": "View individual details",
10088
"socialProtection.benefitPackage.members.tooltip.paymentHistory": "Payment History",
@@ -104,14 +92,23 @@
10492
"socialProtection.benefitPlan.benefitPlanBeneficiaries.uploadHistoryTable.sourceType": "Upload Type",
10593
"socialProtection.benefitPlan.benefitPlanBeneficiaries.uploadHistoryTable.sourceName": "Upload Source",
10694
"socialProtection.benefitPlan.benefitPlanBeneficiaries.uploadHistoryTable.status": "Status",
107-
"socialProtection.benefitPlan.benefitPlanBeneficiaries.uploadHistoryTable.error": "Workflow Errors",
95+
"socialProtection.benefitPlan.benefitPlanBeneficiaries.uploadHistoryTable.error": "Errors",
10896
"socialProtection.benefitPlan.benefitPlanBeneficiaries.uploadHistoryTable.errorNone": "None",
10997
"socialProtection.benefitPlan.benefitPlanBeneficiaries.uploadHistoryTable.workflow": "Workflow",
110-
"socialProtection.benefitPlan.benefitPlanBeneficiaries.uploadHistoryTable.user": "User Uploaded",
11198
"socialProtection.benefitPlan.benefitPlanBeneficiaries.uploadHistory": "Upload History",
11299
"socialProtection.benefitPlan.tasks.searcherResultsTitle": "{benefitPlanTasksTotalCount} Tasks",
113-
"socialProtection.benefitPlan.tasks.update.title": "Benefit Plan Update Tasks",
100+
"socialProtection.benefitPlan.tasks.update.title": "Program Update Tasks",
114101
"socialProtection.beneficiary.tasks.title": "Beneficiary Tasks",
102+
"socialProtection.beneficiary.task.individual.id": "Individual",
103+
"socialProtection.beneficiary.task.benefitPlan.id": "Program",
104+
"socialProtection.calculation.tasks.title": "Payment Verification Tasks",
105+
"socialProtection.BenefitPlanPicker.placeholder": "Please select a Program",
106+
"socialProtection.benefitPlan.suspend.confirm.title": "Suspend program {code} {name}",
107+
"socialProtection.benefitPlan.suspend.confirm.message": "Are you sure you want to suspend the program?",
108+
"socialProtection.benefitPlan.stopButtonTooltip": "Suspend",
109+
"socialProtection.stopButtonTooltip": "Suspend",
110+
"socialProtection.benefitPackage.benefitPackageBenefitsTab.label": "Benefits",
111+
"socialProtection.benefitPlan.benefitPlanBeneficiaries.uploadHistoryTable.user": "User Uploaded",
115112
"socialProtection.resolveAllRemainingTasks": "Bulk Task Resolve",
116113
"socialProtection.resolveSelectedTasks": "Resolve Selected Tasks",
117114
"socialProtection.acceptSelected": "Accept Selected",
@@ -123,20 +120,16 @@
123120
"socialProtection.taskConfirmation.title": "Beneficiary Upload Confirmation",
124121
"socialProtection.dialogActions.continue": "Continue",
125122
"socialProtection.dialogActions.goBack": "Go back",
126-
"socialProtection.beneficiary.task.individual.id": "Individual",
127-
"socialProtection.beneficiary.task.benefitPlan.id": "Benefit Plan",
128-
"socialProtection.calculation.tasks.title": "Payment Verification Tasks",
129-
"socialProtection.BenefitPlanPicker.placeholder": "Please select a Benefit Plan",
130123
"socialProtection.validation_import_valid_items.tasks.title": "Import Valid Items Task",
131-
"socialProtection.benefitUploadRecord.benefitPlanCode": "Benefit plan code",
124+
"socialProtection.benefitUploadRecord.benefitPlanCode": "Program code",
132125
"socialProtection.benefitUploadRecord.sourceName": "Filename",
133126
"socialProtection.benefitUploadRecord.workflow": "Workflow",
134127
"socialProtection.benefitUploadRecord.percentageOfInvalidItems": "Percentage of invalid items",
135128
"socialProtection.benefitPlan.BenefitPlanEligibilityCriteriaPanel.title": "{beneficiaryStatus} Beneficiary Enrollment Criteria",
136129
"socialProtection.benefitPlan.benefitPlanBeneficiaries.uploadHistoryTable.downloadUploadFile": "Download Upload File",
137130
"socialProtection.benefitPlan.benefitPlanBeneficiaries.uploadHistoryTable.downloadInvalidItems": "Download Invalid Items",
138131
"socialProtection.benefitPlan.benefitPlanBeneficiaries.uploadHistoryTable.validationErrors": "Validation Errors",
139-
"socialProtection.benefitPlan.benefitPlanBeneficiaries.alert.sameFileName": "Filename exists for given Benefit Plan. Please change the filename.",
132+
"socialProtection.benefitPlan.benefitPlanBeneficiaries.alert.sameFileName": "Filename exists for given Program. Please change the filename.",
140133
"socialProtection.benefitPlan.benefitPlanBeneficiaries.alert.header": "Error during file upload.",
141134
"socialProtection.benefitPlan.benefitPlanTabPanel.createPayroll": "CREATE PAYROLL",
142135
"socialProtection.benefitPlan.benefitPlanTabPanel.createPayroll.tooltip": "Create Payment Plan first.",
@@ -145,12 +138,20 @@
145138
"socialProtection.benefitPlan.version": "Version",
146139
"socialProtection.benefitPlan.dateUpdated": "Date Updated",
147140
"socialProtection.benefitPlan.searcherResultsTitleHistory": "{benefitPlansHistoryTotalCount} Historical Records Found",
148-
"socialProtection.benefitPlan.benefitPlanSchema.label": "Benefit Plan Schema",
141+
"socialProtection.benefitPlan.benefitPlanSchema.label": "Program Schema",
149142
"socialProtection.benefitPlan.schema.showSchema": "Show Schema",
150-
"socialProtection.benefitPlan.BenefitPlanProjects.label": "Projects",
151143
"socialProtection.benefitPlanTasks.label": "Tasks",
152144
"socialProtection.group.code": "Code",
153145
"socialProtection.groupBeneficiary.code": "Code",
146+
"socialProtection.beneficiary.isEligible": "Meets Criteria",
147+
"socialProtection.beneficiary.isEligible.true": "Yes",
148+
"socialProtection.beneficiary.isEligible.false": "No",
149+
"socialProtection.benefitPlan.benefitPlanBeneficiaries.template": "Template",
150+
"socialProtection.benefitPlan.benefitPlanBeneficiaries.upload.alert.header.invalid_format": "Invalid file format!",
151+
"socialProtection.benefitPlan.benefitPlanBeneficiaries.upload.alert.message.invalid_format": "Please upload a valid CSV or Excel file!",
152+
"socialProtection.benefitPlan.beneficiaries.tabGroup.label": "Beneficiaries",
153+
"socialProtection.benefitPlan.benefitPlanBeneficiariesWrapper.label": "Beneficiaries",
154+
"socialProtection.benefitPlan.BenefitPlanProjects.label": "Projects",
154155
"social_protection.gql_benefit_plan_search_perms": "Social Protection | Benefit Plan Search",
155156
"social_protection.gql_benefit_plan_create_perms": "Social Protection | Benefit Plan Create",
156157
"social_protection.gql_benefit_plan_update_perms": "Social Protection | Benefit Plan Update",
@@ -185,7 +186,7 @@
185186
"socialProtection.project.statusPicker.COMPLETED": "Completed",
186187
"socialProtection.project.benefitPlan": "Program",
187188
"project": {
188-
"activityPicker" : {
189+
"activityPicker": {
189190
"label": "Activity",
190191
"null": ""
191192
},
@@ -218,7 +219,7 @@
218219
"version": "Version",
219220
"dateUpdated": "Date Updated",
220221
"userUpdated": "User Updated"
221-
},
222+
},
222223
"projectChangelog": {
223224
"label": "Changelog"
224225
},
@@ -237,4 +238,4 @@
237238
"false": "No",
238239
"any": "Any"
239240
}
240-
}
241+
}

0 commit comments

Comments
 (0)