Merge branch 'develop' of https://github.com/MR-medreport/MRB2B into MED-103
This commit is contained in:
@@ -131,6 +131,7 @@
|
||||
"button": "Continue",
|
||||
"userConsentLabel": "I agree to the use of personal data on the platform",
|
||||
"userConsentUrlTitle": "View privacy policy",
|
||||
"userConsentUrlPath": "https://medreport.ee/privaatsustingimused/",
|
||||
"updateAccountLoading": "Updating account details...",
|
||||
"updateAccountSuccess": "Account details updated",
|
||||
"updateAccountError": "Updating account details error"
|
||||
@@ -169,4 +170,4 @@
|
||||
"updateAccountPreferencesSuccess": "Account preferences updated",
|
||||
"updateAccountPreferencesError": "Updating account preferences failed",
|
||||
"consents": "Consents"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,9 +7,16 @@
|
||||
"noAnalysisElements": "No analysis orders found",
|
||||
"noAnalysisOrders": "No analysis orders found",
|
||||
"analysisDate": "Analysis result date",
|
||||
"cancelled": "Cancelled",
|
||||
"results": {
|
||||
"range": {
|
||||
"normal": "Normal range"
|
||||
},
|
||||
"value": {
|
||||
"negative": "Negative",
|
||||
"positive": "Positive",
|
||||
"isWithinNorm": "Within norm",
|
||||
"isNotWithinNorm": "Not within norm"
|
||||
}
|
||||
},
|
||||
"orderTitle": "Order number {{orderNumber}}",
|
||||
|
||||
@@ -131,6 +131,7 @@
|
||||
"button": "Jätka",
|
||||
"userConsentLabel": "Nõustun isikuandmete kasutamisega platvormil",
|
||||
"userConsentUrlTitle": "Vaata isikuandmete töötlemise põhimõtteid",
|
||||
"userConsentUrlPath": "https://medreport.ee/privaatsustingimused/",
|
||||
"updateAccountLoading": "Konto andmed uuendatakse...",
|
||||
"updateAccountSuccess": "Konto andmed uuendatud",
|
||||
"updateAccountError": "Konto andmete uuendamine ebaõnnestus"
|
||||
@@ -169,4 +170,4 @@
|
||||
"updateAccountPreferencesSuccess": "Konto eelistused uuendatud",
|
||||
"updateAccountPreferencesError": "Konto eelistused uuendamine ebaõnnestus",
|
||||
"consents": "Nõusolekud"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,9 +7,16 @@
|
||||
"noAnalysisElements": "Veel ei ole tellitud analüüse",
|
||||
"noAnalysisOrders": "Veel ei ole analüüside tellimusi",
|
||||
"analysisDate": "Analüüsi vastuse kuupäev",
|
||||
"cancelled": "Tühistatud",
|
||||
"results": {
|
||||
"range": {
|
||||
"normal": "Normaalne vahemik"
|
||||
},
|
||||
"value": {
|
||||
"negative": "Negatiivne",
|
||||
"positive": "Positiivne",
|
||||
"isWithinNorm": "Normi piires",
|
||||
"isNotWithinNorm": "Normi piirest väljas"
|
||||
}
|
||||
},
|
||||
"orderTitle": "Tellimus {{orderNumber}}",
|
||||
|
||||
@@ -131,6 +131,7 @@
|
||||
"button": "Продолжить",
|
||||
"userConsentLabel": "Я согласен на использование персональных данных на платформе",
|
||||
"userConsentUrlTitle": "Посмотреть политику конфиденциальности",
|
||||
"userConsentUrlPath": "https://medreport.ee/privaatsustingimused/",
|
||||
"updateAccountLoading": "Обновление данных аккаунта...",
|
||||
"updateAccountSuccess": "Данные аккаунта обновлены",
|
||||
"updateAccountError": "Не удалось обновить данные аккаунта"
|
||||
@@ -169,4 +170,4 @@
|
||||
"updateAccountPreferencesSuccess": "Предпочтения аккаунта обновлены",
|
||||
"updateAccountPreferencesError": "Не удалось обновить предпочтения аккаунта",
|
||||
"consents": "Согласия"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,9 +7,16 @@
|
||||
"noAnalysisElements": "Анализы еще не заказаны",
|
||||
"noAnalysisOrders": "Пока нет заказов на анализы",
|
||||
"analysisDate": "Дата результата анализа",
|
||||
"cancelled": "Отменен",
|
||||
"results": {
|
||||
"range": {
|
||||
"normal": "Нормальный диапазон"
|
||||
},
|
||||
"value": {
|
||||
"negative": "Отрицательный",
|
||||
"positive": "Положительный",
|
||||
"isWithinNorm": "В норме",
|
||||
"isNotWithinNorm": "Не в норме"
|
||||
}
|
||||
},
|
||||
"orderTitle": "Заказ {{orderNumber}}"
|
||||
|
||||
Reference in New Issue
Block a user