add user consent url

This commit is contained in:
Danel Kungla
2025-09-12 18:34:45 +03:00
parent 781a21aef4
commit 74edc6c679
4 changed files with 35 additions and 19 deletions

View File

@@ -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"
}
}

View File

@@ -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"
}
}

View File

@@ -131,6 +131,7 @@
"button": "Продолжить",
"userConsentLabel": "Я согласен на использование персональных данных на платформе",
"userConsentUrlTitle": "Посмотреть политику конфиденциальности",
"userConsentUrlPath": "https://medreport.ee/privaatsustingimused/",
"updateAccountLoading": "Обновление данных аккаунта...",
"updateAccountSuccess": "Данные аккаунта обновлены",
"updateAccountError": "Не удалось обновить данные аккаунта"
@@ -169,4 +170,4 @@
"updateAccountPreferencesSuccess": "Предпочтения аккаунта обновлены",
"updateAccountPreferencesError": "Не удалось обновить предпочтения аккаунта",
"consents": "Согласия"
}
}