MED-151: add profile view and working smoking dashboard card (#71)
* MED-151: add profile view and working smoking dashboard card * update zod * move some components to shared * move some components to shared * remove console.logs * remove unused password form components * only check null for variant * use pathsconfig
This commit is contained in:
@@ -1,61 +1,61 @@
|
||||
{
|
||||
"homeTabLabel": "Home",
|
||||
"homeTabDescription": "Welcome to your home page",
|
||||
"accountMembers": "Company Members",
|
||||
"membersTabDescription": "Here you can manage the members of your company.",
|
||||
"billingTabLabel": "Billing",
|
||||
"billingTabDescription": "Manage your billing and subscription",
|
||||
"dashboardTabLabel": "Dashboard",
|
||||
"settingsTabLabel": "Settings",
|
||||
"profileSettingsTabLabel": "Profile",
|
||||
"subscriptionSettingsTabLabel": "Subscription",
|
||||
"dashboardTabDescription": "An overview of your account's activity and performance across all your projects.",
|
||||
"settingsTabDescription": "Manage your settings and preferences.",
|
||||
"emailAddress": "Email Address",
|
||||
"password": "Password",
|
||||
"modalConfirmationQuestion": "Are you sure you want to continue?",
|
||||
"imageInputLabel": "Click here to upload an image",
|
||||
"cancel": "Cancel",
|
||||
"clear": "Clear",
|
||||
"homeTabLabel": "Kodu",
|
||||
"homeTabDescription": "Tere tulemast sinu kodulehele",
|
||||
"accountMembers": "Ettevõtte liikmed",
|
||||
"membersTabDescription": "Siit saad hallata oma ettevõtte liikmeid.",
|
||||
"billingTabLabel": "Arveldamine",
|
||||
"billingTabDescription": "Halda oma arveldamist ja tellimusi",
|
||||
"dashboardTabLabel": "Ülevaade",
|
||||
"settingsTabLabel": "Seaded",
|
||||
"profileSettingsTabLabel": "Profiil",
|
||||
"subscriptionSettingsTabLabel": "Tellimus",
|
||||
"dashboardTabDescription": "Ülevaade sinu konto tegevusest ja tulemuste kohta kõigis projektides.",
|
||||
"settingsTabDescription": "Halda oma seadeid ja eelistusi.",
|
||||
"emailAddress": "E-posti aadress",
|
||||
"password": "Parool",
|
||||
"modalConfirmationQuestion": "Oled sa kindel, et soovid jätkata?",
|
||||
"imageInputLabel": "Klikka siia, et üles laadida pilt",
|
||||
"cancel": "Tühista",
|
||||
"clear": "Kustuta",
|
||||
"close": "Sulge",
|
||||
"notFound": "Not Found",
|
||||
"backToHomePage": "Back to Home Page",
|
||||
"notFound": "Ei leitud",
|
||||
"backToHomePage": "Tagasi kodulehele",
|
||||
"goBack": "Tagasi",
|
||||
"genericServerError": "Sorry, something went wrong.",
|
||||
"genericServerErrorHeading": "Sorry, something went wrong while processing your request. Please contact us if the issue persists.",
|
||||
"pageNotFound": "Sorry, this page does not exist.",
|
||||
"pageNotFoundSubHeading": "Apologies, the page you were looking for was not found",
|
||||
"genericError": "Sorry, something went wrong.",
|
||||
"genericErrorSubHeading": "Apologies, an error occurred while processing your request. Please contact us if the issue persists.",
|
||||
"anonymousUser": "Anonymous",
|
||||
"tryAgain": "Try Again",
|
||||
"theme": "Theme",
|
||||
"lightTheme": "Light",
|
||||
"darkTheme": "Dark",
|
||||
"systemTheme": "System",
|
||||
"expandSidebar": "Expand Sidebar",
|
||||
"collapseSidebar": "Collapse Sidebar",
|
||||
"documentation": "Documentation",
|
||||
"genericServerError": "Vabandame, midagi läks valesti.",
|
||||
"genericServerErrorHeading": "Vabandame, midagi läks valesti teie päringu töötlemisel. Palun võtke meiega ühendust, kui probleem püsib.",
|
||||
"pageNotFound": "Vabandame, seda lehte ei eksisteeri.",
|
||||
"pageNotFoundSubHeading": "Vabandame, lehte, mida otsisite, ei leitud",
|
||||
"genericError": "Vabandame, midagi läks valesti.",
|
||||
"genericErrorSubHeading": "Vabandame, ilmnes viga teie päringu töötlemisel. Palun võtke meiega ühendust, kui probleem püsib.",
|
||||
"anonymousUser": "Anonüümne",
|
||||
"tryAgain": "Proovi uuesti",
|
||||
"theme": "Teema",
|
||||
"lightTheme": "Hele",
|
||||
"darkTheme": "Tume",
|
||||
"systemTheme": "Süsteem",
|
||||
"expandSidebar": "Laienda külgriba",
|
||||
"collapseSidebar": "Kokkuvoldi külgriba",
|
||||
"documentation": "Dokumentatsioon",
|
||||
"getStarted": "Alusta!",
|
||||
"getStartedWithPlan": "Get Started with {{plan}}",
|
||||
"retry": "Retry",
|
||||
"contactUs": "Contact Us",
|
||||
"loading": "Loading. Please wait...",
|
||||
"yourAccounts": "Your Accounts",
|
||||
"continue": "Continue",
|
||||
"skip": "Skip",
|
||||
"signedInAs": "Signed in as",
|
||||
"getStartedWithPlan": "Alusta plaaniga {{plan}}",
|
||||
"retry": "Proovi uuesti",
|
||||
"contactUs": "Võta meiega ühendust",
|
||||
"loading": "Laadimine. Palun oota...",
|
||||
"yourAccounts": "Sinu kontod",
|
||||
"continue": "Jätka",
|
||||
"skip": "Jäta vahele",
|
||||
"signedInAs": "Sisselogitud kasutajana",
|
||||
"pageOfPages": "Leht {{page}} / {{total}}",
|
||||
"noData": "Andmed puuduvad",
|
||||
"pageNotFoundHeading": "Ouch! :|",
|
||||
"errorPageHeading": "Ouch! :|",
|
||||
"notifications": "Notifications",
|
||||
"noNotifications": "No notifications",
|
||||
"justNow": "Just now",
|
||||
"newVersionAvailable": "New version available",
|
||||
"newVersionAvailableDescription": "A new version of the app is available. It is recommended to refresh the page to get the latest updates and avoid any issues.",
|
||||
"newVersionSubmitButton": "Reload and Update",
|
||||
"back": "Back",
|
||||
"noData": "Andmeid puudub",
|
||||
"pageNotFoundHeading": "Ups! :|",
|
||||
"errorPageHeading": "Ups! :|",
|
||||
"notifications": "Teavitused",
|
||||
"noNotifications": "Teavitusi pole",
|
||||
"justNow": "Just nüüd",
|
||||
"newVersionAvailable": "Uus versioon saadaval",
|
||||
"newVersionAvailableDescription": "Rakenduse uus versioon on saadaval. Soovitame lehe värskendada, et saada uusimad uuendused ja vältida probleeme.",
|
||||
"newVersionSubmitButton": "Värskenda ja uuenda",
|
||||
"back": "Tagasi",
|
||||
"welcome": "Tere tulemast",
|
||||
"shoppingCart": "Ostukorv",
|
||||
"shoppingCartCount": "Ostukorv ({{count}})",
|
||||
@@ -63,10 +63,10 @@
|
||||
"myActions": "Minu toimingud",
|
||||
"healthPackageComparison": {
|
||||
"label": "Tervisepakettide võrdlus",
|
||||
"description": "Alljärgnevalt on antud eelinfo (sugu, vanus ja kehamassiindeksi) põhjal tehtud personalne terviseauditi valik. Tabelis on võimalik soovitatud terviseuuringute paketile lisada üksikuid uuringuid juurde."
|
||||
"description": "Alljärgnevalt on antud eelinfo (sugu, vanus ja kehamassiindeks) põhjal tehtud personaalne terviseauditi valik. Tabelis on võimalik soovitatud terviseuuringute paketile lisada üksikuid uuringuid juurde."
|
||||
},
|
||||
"routes": {
|
||||
"home": "Home",
|
||||
"home": "Kodu",
|
||||
"overview": "Ülevaade",
|
||||
"booking": "Broneeri aeg",
|
||||
"myOrders": "Minu tellimused",
|
||||
@@ -74,47 +74,49 @@
|
||||
"orderAnalysisPackage": "Telli analüüside pakett",
|
||||
"orderAnalysis": "Telli analüüs",
|
||||
"orderHealthAnalysis": "Telli terviseuuring",
|
||||
"account": "Account",
|
||||
"members": "Members",
|
||||
"billing": "Billing",
|
||||
"account": "Konto",
|
||||
"members": "Liikmed",
|
||||
"billing": "Arveldamine",
|
||||
"dashboard": "Ülevaade",
|
||||
"settings": "Settings",
|
||||
"profile": "Profile",
|
||||
"application": "Application",
|
||||
"pickTime": "Vali aeg"
|
||||
"settings": "Seaded",
|
||||
"profile": "Profiil",
|
||||
"application": "Rakendus",
|
||||
"pickTime": "Vali aeg",
|
||||
"preferences": "Eelistused",
|
||||
"security": "Turvalisus"
|
||||
},
|
||||
"roles": {
|
||||
"owner": {
|
||||
"label": "Admin"
|
||||
},
|
||||
"member": {
|
||||
"label": "Member"
|
||||
"label": "Liige"
|
||||
}
|
||||
},
|
||||
"otp": {
|
||||
"requestVerificationCode": "Request Verification Code",
|
||||
"requestVerificationCodeDescription": "We must verify your identity to continue with this action. We'll send a verification code to the email address {{email}}.",
|
||||
"sendingCode": "Sending Code...",
|
||||
"sendVerificationCode": "Send Verification Code",
|
||||
"enterVerificationCode": "Enter Verification Code",
|
||||
"codeSentToEmail": "We've sent a verification code to the email address {{email}}.",
|
||||
"verificationCode": "Verification Code",
|
||||
"enterCodeFromEmail": "Enter the 6-digit code we sent to your email.",
|
||||
"verifying": "Verifying...",
|
||||
"verifyCode": "Verify Code",
|
||||
"requestNewCode": "Request New Code",
|
||||
"errorSendingCode": "Error sending code. Please try again."
|
||||
"requestVerificationCode": "Palun taotle kinnituskood",
|
||||
"requestVerificationCodeDescription": "Peame sinu identiteedi kontrollima, et jätkata. Saadame koodi e-posti aadressile {{email}}.",
|
||||
"sendingCode": "Koodi saatmine...",
|
||||
"sendVerificationCode": "Saada kinnituskood",
|
||||
"enterVerificationCode": "Sisesta kinnituskood",
|
||||
"codeSentToEmail": "Oleme saatnud koodi e-posti aadressile {{email}}.",
|
||||
"verificationCode": "Kinnituskood",
|
||||
"enterCodeFromEmail": "Sisesta 6-kohaline kood, mille saatsime sinu e-posti aadressile.",
|
||||
"verifying": "Kontrollimine...",
|
||||
"verifyCode": "Kontrolli koodi",
|
||||
"requestNewCode": "Taotle uut koodi",
|
||||
"errorSendingCode": "Koodi saatmisel tekkis viga. Proovi uuesti."
|
||||
},
|
||||
"cookieBanner": {
|
||||
"title": "Hey, we use cookies 🍪",
|
||||
"description": "This website uses cookies to ensure you get the best experience on our website.",
|
||||
"reject": "Reject",
|
||||
"accept": "Accept"
|
||||
"title": "Hei, me kasutame küpsiseid 🍪",
|
||||
"description": "See veebileht kasutab küpsiseid, et tagada parim kasutuskogemus.",
|
||||
"reject": "Keela",
|
||||
"accept": "Luba"
|
||||
},
|
||||
"formField": {
|
||||
"companyName": "Ettevõtte nimi",
|
||||
"contactPerson": "Kontaktisik",
|
||||
"email": "E-mail",
|
||||
"email": "E-post",
|
||||
"phone": "Telefon",
|
||||
"firstName": "Eesnimi",
|
||||
"lastName": "Perenimi",
|
||||
@@ -127,7 +129,7 @@
|
||||
"selectDate": "Vali kuupäev"
|
||||
},
|
||||
"wallet": {
|
||||
"balance": "Sinu MedReporti konto seis",
|
||||
"balance": "Sinu MedReporti konto saldo",
|
||||
"expiredAt": "Kehtiv kuni {{expiredAt}}"
|
||||
},
|
||||
"doctor": "Arst",
|
||||
@@ -137,5 +139,8 @@
|
||||
"previous": "Eelmine",
|
||||
"next": "Järgmine",
|
||||
"invalidDataError": "Vigased andmed",
|
||||
"language": "Keel"
|
||||
}
|
||||
"language": "Keel",
|
||||
"yes": "Jah",
|
||||
"no": "Ei",
|
||||
"preferNotToAnswer": "Eelistan mitte vastata"
|
||||
}
|
||||
Reference in New Issue
Block a user