feat(MED-97): fix occurance->occurrence in components, add missing translations
This commit is contained in:
@@ -119,5 +119,25 @@
|
||||
},
|
||||
"cart": {
|
||||
"label": "Cart ({{ items }})"
|
||||
},
|
||||
"pageTitle": "{{companyName}} budget",
|
||||
"description": "Configure company budget..",
|
||||
"saveChanges": "Save changes",
|
||||
"healthBenefitForm": {
|
||||
"title": "Health benefit form",
|
||||
"description": "Company health benefit for employees",
|
||||
"info": "* Taxes are added to the prices"
|
||||
},
|
||||
"occurrence": {
|
||||
"yearly": "Yearly",
|
||||
"quarterly": "Quarterly",
|
||||
"monthly": "Monthly"
|
||||
},
|
||||
"expensesOverview": {
|
||||
"title": "Expenses overview 2025",
|
||||
"monthly": "Expense per employee per month *",
|
||||
"yearly": "Maximum expense per employee per year *",
|
||||
"total": "Maximum expense per {{employeeCount}} employee(s) per year *",
|
||||
"sum": "Total"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user