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,133 +1,169 @@
|
||||
{
|
||||
"accountTabLabel": "Account Settings",
|
||||
"accountTabDescription": "Manage your account settings",
|
||||
"accountTabLabel": "Account settings",
|
||||
"accountTabDescription": "Manage your account settings and email preferences.",
|
||||
"preferencesTabLabel": "Preferences",
|
||||
"preferencesTabDescription": "Manage your preferences.",
|
||||
"securityTabLabel": "Security",
|
||||
"securityTabDescription": "Protect your account.",
|
||||
"homePage": "Home",
|
||||
"billingTab": "Billing",
|
||||
"settingsTab": "Settings",
|
||||
"multiFactorAuth": "Multi-Factor Authentication",
|
||||
"multiFactorAuthDescription": "Set up Multi-Factor Authentication method to further secure your account",
|
||||
"multiFactorAuth": "Multi-factor authentication",
|
||||
"multiFactorAuthDescription": "Set up multi-factor authentication to better protect your account",
|
||||
"updateProfileSuccess": "Profile successfully updated",
|
||||
"updateProfileError": "Encountered an error. Please try again",
|
||||
"updatePasswordSuccess": "Password update request successful",
|
||||
"updateProfileError": "An error occurred. Please try again",
|
||||
"updatePasswordSuccess": "Password update successful",
|
||||
"updatePasswordSuccessMessage": "Your password has been successfully updated!",
|
||||
"updatePasswordError": "Encountered an error. Please try again",
|
||||
"updatePasswordError": "An error occurred. Please try again",
|
||||
"updatePasswordLoading": "Updating password...",
|
||||
"updateProfileLoading": "Updating profile...",
|
||||
"name": "Your Name",
|
||||
"nameDescription": "Update your name to be displayed on your profile",
|
||||
"emailLabel": "Email Address",
|
||||
"accountImage": "Your Profile Picture",
|
||||
"accountImageDescription": "Please choose a photo to upload as your profile picture.",
|
||||
"profilePictureHeading": "Upload a Profile Picture",
|
||||
"name": "Your name",
|
||||
"nameDescription": "Update the name displayed on your profile",
|
||||
"emailLabel": "Email address",
|
||||
"accountImage": "Your profile picture",
|
||||
"accountImageDescription": "Choose a photo to upload as your profile picture.",
|
||||
"profilePictureHeading": "Upload a profile picture",
|
||||
"profilePictureSubheading": "Choose a photo to upload as your profile picture.",
|
||||
"updateProfileSubmitLabel": "Update Profile",
|
||||
"updatePasswordCardTitle": "Update your Password",
|
||||
"updateProfileSubmitLabel": "Update profile",
|
||||
"updatePasswordCardTitle": "Update your password",
|
||||
"updatePasswordCardDescription": "Update your password to keep your account secure.",
|
||||
"currentPassword": "Current Password",
|
||||
"newPassword": "New Password",
|
||||
"repeatPassword": "Repeat New Password",
|
||||
"currentPassword": "Current password",
|
||||
"newPassword": "New password",
|
||||
"repeatPassword": "Repeat new password",
|
||||
"repeatPasswordDescription": "Please repeat your new password to confirm it",
|
||||
"yourPassword": "Your Password",
|
||||
"updatePasswordSubmitLabel": "Update Password",
|
||||
"updateEmailCardTitle": "Update your Email",
|
||||
"updateEmailCardDescription": "Update your email address you use to login to your account",
|
||||
"newEmail": "Your New Email",
|
||||
"repeatEmail": "Repeat Email",
|
||||
"updateEmailSubmitLabel": "Update Email Address",
|
||||
"updateEmailSuccess": "Email update request successful",
|
||||
"updateEmailSuccessMessage": "We sent you an email to confirm your new email address. Please check your inbox and click on the link to confirm your new email address.",
|
||||
"updateEmailLoading": "Updating your email...",
|
||||
"yourPassword": "Your password",
|
||||
"updatePasswordSubmitLabel": "Update password",
|
||||
"updateEmailCardTitle": "Update your email",
|
||||
"updateEmailCardDescription": "Update the email address you use to log in",
|
||||
"newEmail": "Your new email",
|
||||
"repeatEmail": "Repeat email",
|
||||
"updateEmailSubmitLabel": "Update email address",
|
||||
"updateEmailSuccess": "Email update successful",
|
||||
"updateEmailSuccessMessage": "We will send you a confirmation email to verify your new address. Please check your inbox and click the link.",
|
||||
"updateEmailLoading": "Updating email...",
|
||||
"updateEmailError": "Email not updated. Please try again",
|
||||
"passwordNotMatching": "Passwords do not match. Make sure you're using the correct password",
|
||||
"emailNotMatching": "Emails do not match. Make sure you're using the correct email",
|
||||
"passwordNotChanged": "Your password has not changed",
|
||||
"emailsNotMatching": "Emails do not match. Make sure you're using the correct email",
|
||||
"cannotUpdatePassword": "You cannot update your password because your account is not linked to any.",
|
||||
"setupMfaButtonLabel": "Setup a new Factor",
|
||||
"multiFactorSetupErrorHeading": "Setup Failed",
|
||||
"multiFactorSetupErrorDescription": "Sorry, there was an error while setting up your factor. Please try again.",
|
||||
"multiFactorAuthHeading": "Secure your account with Multi-Factor Authentication",
|
||||
"multiFactorModalHeading": "Use your authenticator app to scan the QR code below. Then enter the code generated.",
|
||||
"factorNameLabel": "A memorable name to identify this factor",
|
||||
"factorNameHint": "Use an easy-to-remember name to easily identify this factor in the future. Ex. iPhone 14",
|
||||
"passwordNotMatching": "Passwords do not match. Make sure you are using the correct password",
|
||||
"emailNotMatching": "Emails do not match. Make sure you are using the correct email",
|
||||
"passwordNotChanged": "Your password has not been changed",
|
||||
"emailsNotMatching": "Emails do not match. Make sure you are using the correct email",
|
||||
"cannotUpdatePassword": "You cannot update your password because your account is not linked to a password.",
|
||||
"setupMfaButtonLabel": "Set up new factor",
|
||||
"multiFactorSetupErrorHeading": "Setup failed",
|
||||
"multiFactorSetupErrorDescription": "Sorry, an error occurred while setting up the factor. Please try again.",
|
||||
"multiFactorAuthHeading": "Protect your account with multi-factor authentication",
|
||||
"multiFactorModalHeading": "Use your authentication app to scan the QR code. Then enter the generated code.",
|
||||
"factorNameLabel": "Memorable name for factor identification",
|
||||
"factorNameHint": "Use a simple name to easily identify this factor later. E.g. iPhone 14",
|
||||
"factorNameSubmitLabel": "Set factor name",
|
||||
"unenrollTooltip": "Unenroll this factor",
|
||||
"unenrollingFactor": "Unenrolling factor...",
|
||||
"unenrollFactorSuccess": "Factor successfully unenrolled",
|
||||
"unenrollFactorError": "Unenrolling factor failed",
|
||||
"unenrollTooltip": "Unregister this factor",
|
||||
"unenrollingFactor": "Unregistering factor...",
|
||||
"unenrollFactorSuccess": "Factor successfully removed",
|
||||
"unenrollFactorError": "Failed to remove factor",
|
||||
"factorsListError": "Error loading factors list",
|
||||
"factorsListErrorDescription": "Sorry, we couldn't load the factors list. Please try again.",
|
||||
"factorName": "Factor Name",
|
||||
"factorsListErrorDescription": "Sorry, we could not load the factors list. Please try again.",
|
||||
"factorName": "Factor name",
|
||||
"factorType": "Type",
|
||||
"factorStatus": "Status",
|
||||
"mfaEnabledSuccessTitle": "Multi-Factor authentication is enabled",
|
||||
"mfaEnabledSuccessDescription": "Congratulations! You have successfully enrolled in the multi factor authentication process. You will now be able to access your account with a combination of your password and an authentication code sent to your phone number.",
|
||||
"verificationCode": "Verification Code",
|
||||
"addEmailAddress": "Add Email address",
|
||||
"verifyActivationCodeDescription": "Enter the 6-digit code generated by your authenticator app in the field above",
|
||||
"mfaEnabledSuccessTitle": "Multi-factor authentication enabled",
|
||||
"mfaEnabledSuccessDescription": "Congratulations! You have successfully registered for multi-factor authentication. You can now log in with your password and authentication code.",
|
||||
"verificationCode": "Verification code",
|
||||
"addEmailAddress": "Add email address",
|
||||
"verifyActivationCodeDescription": "Enter the 6-digit code generated by your authentication app",
|
||||
"loadingFactors": "Loading factors...",
|
||||
"enableMfaFactor": "Enable Factor",
|
||||
"disableMfaFactor": "Disable Factor",
|
||||
"qrCodeErrorHeading": "QR Code Error",
|
||||
"qrCodeErrorDescription": "Sorry, we weren't able to generate the QR code",
|
||||
"multiFactorSetupSuccess": "Factor successfully enrolled",
|
||||
"submitVerificationCode": "Submit Verification Code",
|
||||
"mfaEnabledSuccessAlert": "Multi-Factor authentication is enabled",
|
||||
"enableMfaFactor": "Enable factor",
|
||||
"disableMfaFactor": "Disable factor",
|
||||
"qrCodeErrorHeading": "QR code error",
|
||||
"qrCodeErrorDescription": "Sorry, QR code generation failed",
|
||||
"multiFactorSetupSuccess": "Factor successfully registered",
|
||||
"submitVerificationCode": "Submit verification code",
|
||||
"mfaEnabledSuccessAlert": "Multi-factor authentication enabled",
|
||||
"verifyingCode": "Verifying code...",
|
||||
"invalidVerificationCodeHeading": "Invalid Verification Code",
|
||||
"invalidVerificationCodeDescription": "The verification code you entered is invalid. Please try again.",
|
||||
"unenrollFactorModalHeading": "Unenroll Factor",
|
||||
"unenrollFactorModalDescription": "You're about to unenroll this factor. You will not be able to use it to login to your account.",
|
||||
"unenrollFactorModalBody": "You're about to unenroll this factor. You will not be able to use it to login to your account.",
|
||||
"unenrollFactorModalButtonLabel": "Yes, unenroll factor",
|
||||
"selectFactor": "Choose a factor to verify your identity",
|
||||
"disableMfa": "Disable Multi-Factor Authentication",
|
||||
"invalidVerificationCodeHeading": "Invalid verification code",
|
||||
"invalidVerificationCodeDescription": "The entered verification code is not valid. Please try again.",
|
||||
"unenrollFactorModalHeading": "Unregister factor",
|
||||
"unenrollFactorModalDescription": "You are about to unregister this factor. You will no longer be able to use it for login.",
|
||||
"unenrollFactorModalBody": "You are about to unregister this factor. You will no longer be able to use it for login.",
|
||||
"unenrollFactorModalButtonLabel": "Yes, remove factor",
|
||||
"selectFactor": "Select a factor to verify your identity",
|
||||
"disableMfa": "Disable multi-factor authentication",
|
||||
"disableMfaButtonLabel": "Disable MFA",
|
||||
"confirmDisableMfaButtonLabel": "Yes, disable MFA",
|
||||
"disablingMfa": "Disabling Multi-Factor Authentication. Please wait...",
|
||||
"disableMfaSuccess": "Multi-Factor Authentication successfully disabled",
|
||||
"disableMfaError": "Sorry, we encountered an error. MFA has not been disabled.",
|
||||
"sendingEmailVerificationLink": "Sending Email...",
|
||||
"sendEmailVerificationLinkSuccess": "Verification link successfully sent",
|
||||
"sendEmailVerificationLinkError": "Sorry, we weren't able to send you the email",
|
||||
"sendVerificationLinkSubmitLabel": "Send Verification Link",
|
||||
"sendVerificationLinkSuccessLabel": "Email sent! Check your Inbox",
|
||||
"disablingMfa": "Disabling multi-factor authentication. Please wait...",
|
||||
"disableMfaSuccess": "Multi-factor authentication successfully disabled",
|
||||
"disableMfaError": "Sorry, an error occurred. MFA was not disabled.",
|
||||
"sendingEmailVerificationLink": "Sending email...",
|
||||
"sendEmailVerificationLinkSuccess": "Confirmation link successfully sent",
|
||||
"sendEmailVerificationLinkError": "Sorry, sending email failed",
|
||||
"sendVerificationLinkSubmitLabel": "Send confirmation link",
|
||||
"sendVerificationLinkSuccessLabel": "Email sent! Check your inbox",
|
||||
"verifyEmailAlertHeading": "Please verify your email to enable MFA",
|
||||
"verificationLinkAlertDescription": "Your email is not yet verified. Please verify your email to be able to set up Multi-Factor Authentication.",
|
||||
"authFactorName": "Factor Name (optional)",
|
||||
"authFactorNameHint": "Assign a name that helps you remember the phone number used",
|
||||
"loadingUser": "Loading user details. Please wait...",
|
||||
"linkPhoneNumber": "Link Phone Number",
|
||||
"dangerZone": "Danger Zone",
|
||||
"dangerZoneDescription": "Some actions cannot be undone. Please be careful.",
|
||||
"deleteAccount": "Delete your Account",
|
||||
"verificationLinkAlertDescription": "Your email has not yet been verified. Please confirm your email to set up multi-factor authentication.",
|
||||
"authFactorName": "Factor name (optional)",
|
||||
"authFactorNameHint": "Set a name to help remember the phone number used",
|
||||
"loadingUser": "Loading user data. Please wait...",
|
||||
"linkPhoneNumber": "Link phone number",
|
||||
"dangerZone": "Danger zone",
|
||||
"dangerZoneDescription": "Some actions cannot be undone. Be careful.",
|
||||
"deleteAccount": "Delete your account",
|
||||
"deletingAccount": "Deleting account. Please wait...",
|
||||
"deleteAccountDescription": "This will delete your account and the accounts you own. Furthermore, we will immediately cancel any active subscriptions. This action cannot be undone.",
|
||||
"deleteAccountDescription": "This will delete your account and all accounts you own. All active subscriptions will also be immediately canceled. This action cannot be undone.",
|
||||
"deleteProfileConfirmationInputLabel": "Type DELETE to confirm",
|
||||
"deleteAccountErrorHeading": "Sorry, we couldn't delete your account",
|
||||
"needsReauthentication": "Reauthentication Required",
|
||||
"needsReauthenticationDescription": "You need to reauthenticate to change your password. Please sign out and sign in again to change your password.",
|
||||
"deleteAccountErrorHeading": "Sorry, we could not delete your account",
|
||||
"needsReauthentication": "Re-authentication required",
|
||||
"needsReauthenticationDescription": "You must re-authenticate to change your password. Please log out and back in to change it.",
|
||||
"language": "Language",
|
||||
"languageDescription": "Choose your preferred language",
|
||||
"noTeamsYet": "You don't have any teams yet.",
|
||||
"noTeamsYet": "You don’t have any teams yet.",
|
||||
"createTeam": "Create a team to get started.",
|
||||
"createTeamButtonLabel": "Create a Team",
|
||||
"createCompanyAccount": "Create Company Account",
|
||||
"createTeamButtonLabel": "Create team",
|
||||
"createCompanyAccount": "Create a company account",
|
||||
"requestCompanyAccount": {
|
||||
"title": "Company details"
|
||||
"title": "Company details",
|
||||
"description": "To get an offer, please enter the company details you intend to use MedReport with.",
|
||||
"button": "Request an offer",
|
||||
"successTitle": "Request successfully sent!",
|
||||
"successDescription": "We will get back to you as soon as possible",
|
||||
"successButton": "Back to homepage"
|
||||
},
|
||||
"updateConsentSuccess": "Consent successfully updated",
|
||||
"updateConsentError": "Encountered an error. Please try again",
|
||||
"updateConsentLoading": "Updating consent...",
|
||||
"updateAccount": {
|
||||
"title": "Personal details",
|
||||
"description": "Please enter your personal details to continue",
|
||||
"button": "Continue",
|
||||
"userConsentLabel": "I agree to the use of personal data on the platform",
|
||||
"userConsentUrlTitle": "View privacy policy"
|
||||
},
|
||||
"consentModal": {
|
||||
"title": "Before we start",
|
||||
"description": "Do you consent to your health data being used anonymously in employer statistics? The data remains anonymized and helps companies better support employee health.",
|
||||
"reject": "Do not consent",
|
||||
"accept": "Consent"
|
||||
},
|
||||
"updateConsentSuccess": "Consents updated",
|
||||
"updateConsentError": "Something went wrong. Please try again",
|
||||
"updateConsentLoading": "Updating consents...",
|
||||
"consentToAnonymizedCompanyData": {
|
||||
"label": "Consent to be included in employer statistics",
|
||||
"description": "Consent to be included in anonymized company statistics"
|
||||
"label": "I agree to participate in employer statistics",
|
||||
"description": "I agree to the use of anonymized health data in employer statistics"
|
||||
},
|
||||
"membershipConfirmation": {
|
||||
"successTitle": "Hello, {{firstName}} {{lastName}}",
|
||||
"successDescription": "Your health account has been activated and is ready to use!",
|
||||
"successButton": "Continue"
|
||||
},
|
||||
"updateRoleSuccess": "Role updated",
|
||||
"updateRoleError": "Something went wrong, please try again",
|
||||
"updateRoleError": "Something went wrong. Please try again",
|
||||
"updateRoleLoading": "Updating role...",
|
||||
"updatePreferredLocaleSuccess": "Language preference updated",
|
||||
"updatePreferredLocaleError": "Language preference update failed",
|
||||
"updatePreferredLocaleLoading": "Updating language preference...",
|
||||
"doctorAnalysisSummary": "Doctor's summary"
|
||||
"updatePreferredLocaleSuccess": "Preferred language updated",
|
||||
"updatePreferredLocaleError": "Failed to update preferred language",
|
||||
"updatePreferredLocaleLoading": "Updating preferred language...",
|
||||
"doctorAnalysisSummary": "Doctor’s summary of test results",
|
||||
"myHabits": "My health habits",
|
||||
"formField": {
|
||||
"smoking": "I smoke"
|
||||
},
|
||||
"updateAccountSuccess": "Account details updated",
|
||||
"updateAccountError": "Updating account details failed",
|
||||
"updateAccountPreferencesSuccess": "Account preferences updated",
|
||||
"updateAccountPreferencesError": "Updating account preferences failed",
|
||||
"consents": "Consents"
|
||||
}
|
||||
@@ -1,15 +1,15 @@
|
||||
{
|
||||
"homeTabLabel": "Home",
|
||||
"homeTabDescription": "Welcome to your home page",
|
||||
"homeTabDescription": "Welcome to your homepage",
|
||||
"accountMembers": "Company Members",
|
||||
"membersTabDescription": "Here you can manage the members of your company.",
|
||||
"membersTabDescription": "Here you can manage your company members.",
|
||||
"billingTabLabel": "Billing",
|
||||
"billingTabDescription": "Manage your billing and subscription",
|
||||
"billingTabDescription": "Manage your billing and subscriptions",
|
||||
"dashboardTabLabel": "Dashboard",
|
||||
"settingsTabLabel": "Settings",
|
||||
"profileSettingsTabLabel": "Profile",
|
||||
"subscriptionSettingsTabLabel": "Subscription",
|
||||
"dashboardTabDescription": "An overview of your account's activity and performance across all your projects.",
|
||||
"dashboardTabDescription": "Overview of your account activity and project results.",
|
||||
"settingsTabDescription": "Manage your settings and preferences.",
|
||||
"emailAddress": "Email Address",
|
||||
"password": "Password",
|
||||
@@ -18,69 +18,72 @@
|
||||
"cancel": "Cancel",
|
||||
"clear": "Clear",
|
||||
"close": "Close",
|
||||
"notFound": "Not Found",
|
||||
"backToHomePage": "Back to Home Page",
|
||||
"goBack": "Go Back",
|
||||
"notFound": "Not found",
|
||||
"backToHomePage": "Back to homepage",
|
||||
"goBack": "Go back",
|
||||
"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",
|
||||
"pageNotFoundSubHeading": "Sorry, 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.",
|
||||
"genericErrorSubHeading": "An error occurred while processing your request. Please contact us if the issue persists.",
|
||||
"anonymousUser": "Anonymous",
|
||||
"tryAgain": "Try Again",
|
||||
"tryAgain": "Try again",
|
||||
"theme": "Theme",
|
||||
"lightTheme": "Light",
|
||||
"darkTheme": "Dark",
|
||||
"systemTheme": "System",
|
||||
"expandSidebar": "Expand Sidebar",
|
||||
"collapseSidebar": "Collapse Sidebar",
|
||||
"expandSidebar": "Expand sidebar",
|
||||
"collapseSidebar": "Collapse sidebar",
|
||||
"documentation": "Documentation",
|
||||
"getStarted": "Get Started",
|
||||
"getStartedWithPlan": "Get Started with {{plan}}",
|
||||
"getStarted": "Get started!",
|
||||
"getStartedWithPlan": "Get started with plan {{plan}}",
|
||||
"retry": "Retry",
|
||||
"contactUs": "Contact Us",
|
||||
"contactUs": "Contact us",
|
||||
"loading": "Loading. Please wait...",
|
||||
"yourAccounts": "Your Accounts",
|
||||
"yourAccounts": "Your accounts",
|
||||
"continue": "Continue",
|
||||
"skip": "Skip",
|
||||
"signedInAs": "Signed in as",
|
||||
"pageOfPages": "Page {{page}} of {{total}}",
|
||||
"noData": "No data available",
|
||||
"pageNotFoundHeading": "Ouch! :|",
|
||||
"errorPageHeading": "Ouch! :|",
|
||||
"pageOfPages": "Page {{page}} / {{total}}",
|
||||
"noData": "No data",
|
||||
"pageNotFoundHeading": "Oops! :|",
|
||||
"errorPageHeading": "Oops! :|",
|
||||
"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",
|
||||
"newVersionAvailableDescription": "A new version of the app is available. We recommend refreshing the page to get the latest updates and avoid issues.",
|
||||
"newVersionSubmitButton": "Refresh and update",
|
||||
"back": "Back",
|
||||
"welcome": "Welcome",
|
||||
"shoppingCart": "Shopping cart",
|
||||
"shoppingCartCount": "Shopping cart ({{count}})",
|
||||
"shoppingCart": "Shopping Cart",
|
||||
"shoppingCartCount": "Shopping Cart ({{count}})",
|
||||
"search": "Search{{end}}",
|
||||
"myActions": "My actions",
|
||||
"healthPackageComparison": {
|
||||
"label": "Health package comparison",
|
||||
"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."
|
||||
"label": "Health Package Comparison",
|
||||
"description": "Based on preliminary data (gender, age, and BMI), we suggest a personalized health audit package. In the table, you can add additional tests to the recommended package."
|
||||
},
|
||||
"routes": {
|
||||
"home": "Home",
|
||||
"overview": "Overview",
|
||||
"booking": "Booking",
|
||||
"booking": "Book appointment",
|
||||
"myOrders": "My orders",
|
||||
"analysisResults": "Analysis results",
|
||||
"orderAnalysisPackage": "Telli analüüside pakett",
|
||||
"orderAnalysisPackage": "Order analysis package",
|
||||
"orderAnalysis": "Order analysis",
|
||||
"orderHealthAnalysis": "Telli terviseuuring",
|
||||
"orderHealthAnalysis": "Order health check",
|
||||
"account": "Account",
|
||||
"members": "Members",
|
||||
"billing": "Billing",
|
||||
"dashboard": "Dashboard",
|
||||
"settings": "Settings",
|
||||
"profile": "Profile",
|
||||
"application": "Application"
|
||||
"application": "Application",
|
||||
"pickTime": "Pick time",
|
||||
"preferences": "Preferences",
|
||||
"security": "Security"
|
||||
},
|
||||
"roles": {
|
||||
"owner": {
|
||||
@@ -91,31 +94,53 @@
|
||||
}
|
||||
},
|
||||
"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.",
|
||||
"requestVerificationCode": "Please request a verification code",
|
||||
"requestVerificationCodeDescription": "We need to verify your identity before continuing. We will send a code to your email address {{email}}.",
|
||||
"sendingCode": "Sending code...",
|
||||
"sendVerificationCode": "Send verification code",
|
||||
"enterVerificationCode": "Enter verification code",
|
||||
"codeSentToEmail": "We have sent a code to your email address {{email}}.",
|
||||
"verificationCode": "Verification code",
|
||||
"enterCodeFromEmail": "Enter the 6-digit code we sent to your email address.",
|
||||
"verifying": "Verifying...",
|
||||
"verifyCode": "Verify Code",
|
||||
"requestNewCode": "Request New Code",
|
||||
"verifyCode": "Verify code",
|
||||
"requestNewCode": "Request new code",
|
||||
"errorSendingCode": "Error sending code. Please try again."
|
||||
},
|
||||
"cookieBanner": {
|
||||
"title": "Hey, we use cookies 🍪",
|
||||
"description": "This website uses cookies to ensure you get the best experience on our website.",
|
||||
"description": "This website uses cookies to ensure the best experience.",
|
||||
"reject": "Reject",
|
||||
"accept": "Accept"
|
||||
},
|
||||
"formField": {
|
||||
"companyName": "Company name",
|
||||
"contactPerson": "Contact person",
|
||||
"email": "Email",
|
||||
"phone": "Phone",
|
||||
"firstName": "First name",
|
||||
"lastName": "Last name",
|
||||
"personalCode": "Personal code",
|
||||
"city": "City",
|
||||
"weight": "Weight",
|
||||
"height": "Height",
|
||||
"occurance": "Support frequency",
|
||||
"amount": "Amount",
|
||||
"selectDate": "Select date"
|
||||
},
|
||||
"wallet": {
|
||||
"balance": "Your MedReport account balance",
|
||||
"expiredAt": "Valid until {{expiredAt}}"
|
||||
},
|
||||
"doctor": "Doctor",
|
||||
"save": "Save",
|
||||
"saveAsDraft": "Save as draft",
|
||||
"confirm": "Confirm",
|
||||
"previous": "Previous",
|
||||
"next": "Next",
|
||||
"invalidDataError": "Invalid data submitted",
|
||||
"language": "Language"
|
||||
"invalidDataError": "Invalid data",
|
||||
"language": "Language",
|
||||
"yes": "Yes",
|
||||
"no": "No",
|
||||
"preferNotToAnswer": "Prefer not to answer"
|
||||
}
|
||||
7
public/locales/en/error.json
Normal file
7
public/locales/en/error.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"invalidNumber": "Invalid number",
|
||||
"invalidEmail": "Invalid email",
|
||||
"tooShort": "Too short",
|
||||
"tooLong": "Too long",
|
||||
"invalidPhone": "Invalid phone"
|
||||
}
|
||||
Reference in New Issue
Block a user