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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -123,7 +123,7 @@
|
||||
"city": "City",
|
||||
"weight": "Weight",
|
||||
"height": "Height",
|
||||
"occurance": "Support frequency",
|
||||
"occurrence": "Support frequency",
|
||||
"amount": "Amount",
|
||||
"selectDate": "Select date"
|
||||
},
|
||||
|
||||
@@ -121,16 +121,16 @@
|
||||
"label": "Cart ({{ items }})"
|
||||
},
|
||||
"pageTitle": "{{companyName}} eelarve",
|
||||
"description": "Vali kalendrist sobiv kuupäev ja broneeri endale vastuvõtuaeg.",
|
||||
"description": "Muuda ettevõtte eelarve seadistusi.",
|
||||
"saveChanges": "Salvesta muudatused",
|
||||
"healthBenefitForm": {
|
||||
"title": "Tervisetoetuse vorm",
|
||||
"description": "Ettevõtte Tervisekassa toetus töötajale",
|
||||
"info": "* Hindadele lisanduvad riigipoolsed maksud"
|
||||
},
|
||||
"occurance": {
|
||||
"occurrence": {
|
||||
"yearly": "Kord aastas",
|
||||
"quarterly": "kord kvartalis",
|
||||
"quarterly": "Kord kvartalis",
|
||||
"monthly": "Kord kuus"
|
||||
},
|
||||
"expensesOverview": {
|
||||
|
||||
@@ -123,7 +123,7 @@
|
||||
"city": "Linn",
|
||||
"weight": "Kaal",
|
||||
"height": "Pikkus",
|
||||
"occurance": "Toetuse sagedus",
|
||||
"occurrence": "Toetuse sagedus",
|
||||
"amount": "Summa",
|
||||
"selectDate": "Vali kuupäev"
|
||||
},
|
||||
|
||||
@@ -121,14 +121,14 @@
|
||||
"label": "Корзина ({{ items }})"
|
||||
},
|
||||
"pageTitle": "Бюджет {{companyName}}",
|
||||
"description": "Выберите подходящую дату в календаре и запишитесь на прием.",
|
||||
"description": "Измените настройки бюджета компании.",
|
||||
"saveChanges": "Сохранить изменения",
|
||||
"healthBenefitForm": {
|
||||
"title": "Форма здоровья",
|
||||
"description": "Поддержка сотрудника из корпоративного фонда здоровья",
|
||||
"info": "* К ценам добавляются государственные налоги"
|
||||
},
|
||||
"occurance": {
|
||||
"occurrence": {
|
||||
"yearly": "Раз в год",
|
||||
"quarterly": "Раз в квартал",
|
||||
"monthly": "Раз в месяц"
|
||||
|
||||
@@ -123,7 +123,7 @@
|
||||
"city": "Город",
|
||||
"weight": "Вес",
|
||||
"height": "Рост",
|
||||
"occurance": "Частота поддержки",
|
||||
"occurrence": "Частота поддержки",
|
||||
"amount": "Сумма",
|
||||
"selectDate": "Выберите дату"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user