Update localization text across multiple files
Removed obsolete localization fields and updated layout descriptions in account.json, corrected a spelling mistake in common.json, and increased the minimum required password length hint in auth.json. The changes reflect current features and improve user readability.
This commit is contained in:
@@ -1,14 +1,9 @@
|
|||||||
{
|
{
|
||||||
"accountTabLabel": "Account Settings",
|
"accountTabLabel": "Account Settings",
|
||||||
"accountTabDescription": "Manage your account settings",
|
"accountTabDescription": "Manage your account settings",
|
||||||
"emailTab": "Email",
|
|
||||||
"emailTabTabSubheading": "Update your email address",
|
|
||||||
"passwordTab": "Password",
|
|
||||||
"passwordTabSubheading": "Update your password",
|
|
||||||
"homePage": "Home",
|
"homePage": "Home",
|
||||||
"billingTab": "Billing",
|
"billingTab": "Billing",
|
||||||
"settingsTab": "Settings",
|
"settingsTab": "Settings",
|
||||||
"authenticationTab": "Authentication",
|
|
||||||
"multiFactorAuth": "Multi-Factor Authentication",
|
"multiFactorAuth": "Multi-Factor Authentication",
|
||||||
"multiFactorAuthDescription": "Set up Multi-Factor Authentication method to further secure your account",
|
"multiFactorAuthDescription": "Set up Multi-Factor Authentication method to further secure your account",
|
||||||
"updateProfileSuccess": "Profile successfully updated",
|
"updateProfileSuccess": "Profile successfully updated",
|
||||||
@@ -47,22 +42,7 @@
|
|||||||
"emailNotMatching": "Emails do not match. Make sure you're using the correct email",
|
"emailNotMatching": "Emails do not match. Make sure you're using the correct email",
|
||||||
"passwordNotChanged": "Your password has not changed",
|
"passwordNotChanged": "Your password has not changed",
|
||||||
"emailsNotMatching": "Emails do not match. Make sure you're using the correct email",
|
"emailsNotMatching": "Emails do not match. Make sure you're using the correct email",
|
||||||
"updatingSameEmail": "The email chosen is the same as your current one",
|
|
||||||
"cannotUpdateEmail": "You cannot update your email because your account is not linked to any.",
|
|
||||||
"cannotUpdatePassword": "You cannot update your password because your account is not linked to any.",
|
"cannotUpdatePassword": "You cannot update your password because your account is not linked to any.",
|
||||||
"unlinkActionLabel": "Unlink",
|
|
||||||
"unlinkAccountModalHeading": "Unlink Account",
|
|
||||||
"confirmUnlink": "You're about to unlink this account.",
|
|
||||||
"confirmUnlinkSubmitLabel": "Yep, Unlink Account",
|
|
||||||
"unlinkActionSuccess": "Account successfully unlinked",
|
|
||||||
"unlinkActionError": "Sorry, we couldn't unlink this account",
|
|
||||||
"unlinkActionLoading": "Unlinking account...",
|
|
||||||
"linkActionSuccess": "Account successfully linked",
|
|
||||||
"linkActionError": "Sorry, we couldn't link this account",
|
|
||||||
"linkActionLoading": "Linking account...",
|
|
||||||
"linkAccount": "Link Account",
|
|
||||||
"connectWithProvider": "Connect with {{ provider }}",
|
|
||||||
"connectedWithProvider": "Connected with {{ provider }}",
|
|
||||||
"setupMfaButtonLabel": "Setup a new Factor",
|
"setupMfaButtonLabel": "Setup a new Factor",
|
||||||
"multiFactorSetupErrorHeading": "Setup Failed",
|
"multiFactorSetupErrorHeading": "Setup Failed",
|
||||||
"multiFactorSetupErrorDescription": "Sorry, there was an error while setting up your factor. Please try again.",
|
"multiFactorSetupErrorDescription": "Sorry, there was an error while setting up your factor. Please try again.",
|
||||||
@@ -84,16 +64,6 @@
|
|||||||
"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.",
|
"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",
|
"verificationCode": "Verification Code",
|
||||||
"addEmailAddress": "Add Email address",
|
"addEmailAddress": "Add Email address",
|
||||||
"updatePhoneNumber": "Update Phone Number",
|
|
||||||
"updatePhoneNumberSubheading": "Link your phone number to your account",
|
|
||||||
"updatePhoneNumberLoading": "Updating phone number...",
|
|
||||||
"updatePhoneNumberSuccess": "Phone number successfully updated",
|
|
||||||
"updatePhoneNumberError": "Sorry, we weren't able to update your phone number",
|
|
||||||
"phoneNumberLabel": "Phone Number",
|
|
||||||
"addPhoneNumber": "Add Phone Number",
|
|
||||||
"removePhoneNumber": "Remove Phone Number",
|
|
||||||
"confirmRemovePhoneNumberDescription": "You're about to remove your phone number. You will not be able to use it to login to your account.",
|
|
||||||
"confirmRemovePhoneNumber": "Yes, remove phone number",
|
|
||||||
"verifyActivationCodeDescription": "Enter the verification code generated by your authenticator app",
|
"verifyActivationCodeDescription": "Enter the verification code generated by your authenticator app",
|
||||||
"loadingFactors": "Loading factors...",
|
"loadingFactors": "Loading factors...",
|
||||||
"enableMfaFactor": "Enable Factor",
|
"enableMfaFactor": "Enable Factor",
|
||||||
|
|||||||
@@ -8,7 +8,6 @@
|
|||||||
"signOut": "Sign out",
|
"signOut": "Sign out",
|
||||||
"signingIn": "Signing in...",
|
"signingIn": "Signing in...",
|
||||||
"signingUp": "Signing up...",
|
"signingUp": "Signing up...",
|
||||||
"orContinueWithEmail": "or continue with email",
|
|
||||||
"doNotHaveAccountYet": "Do not have an account yet?",
|
"doNotHaveAccountYet": "Do not have an account yet?",
|
||||||
"alreadyHaveAnAccount": "Already have an account?",
|
"alreadyHaveAnAccount": "Already have an account?",
|
||||||
"signUpToAcceptInvite": "Please sign in/up to accept the invite",
|
"signUpToAcceptInvite": "Please sign in/up to accept the invite",
|
||||||
@@ -24,7 +23,7 @@
|
|||||||
"signInWithPhoneNumber": "Sign in with Phone Number",
|
"signInWithPhoneNumber": "Sign in with Phone Number",
|
||||||
"signInWithEmail": "Sign in with Email",
|
"signInWithEmail": "Sign in with Email",
|
||||||
"signUpWithEmail": "Sign up with Email",
|
"signUpWithEmail": "Sign up with Email",
|
||||||
"passwordHint": "Ensure it's at least 6 characters",
|
"passwordHint": "Ensure it's at least 8 characters",
|
||||||
"repeatPasswordHint": "Type your password again",
|
"repeatPasswordHint": "Type your password again",
|
||||||
"repeatPassword": "Repeat password",
|
"repeatPassword": "Repeat password",
|
||||||
"passwordsDoNotMatch": "The passwords do not match",
|
"passwordsDoNotMatch": "The passwords do not match",
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
"settingsTabLabel": "Settings",
|
"settingsTabLabel": "Settings",
|
||||||
"profileSettingsTabLabel": "Profile",
|
"profileSettingsTabLabel": "Profile",
|
||||||
"subscriptionSettingsTabLabel": "Subscription",
|
"subscriptionSettingsTabLabel": "Subscription",
|
||||||
"dashboardTabDescription": "An overview of your accoount's activity and performance across all your projects.",
|
"dashboardTabDescription": "An overview of your account's activity and performance across all your projects.",
|
||||||
"settingsTabDescription": "Manage your settings and preferences.",
|
"settingsTabDescription": "Manage your settings and preferences.",
|
||||||
"emailAddress": "Email Address",
|
"emailAddress": "Email Address",
|
||||||
"password": "Password",
|
"password": "Password",
|
||||||
|
|||||||
Reference in New Issue
Block a user