chore: change styles and add Api for user profile
This commit is contained in:
@@ -1,4 +1,82 @@
|
||||
{
|
||||
"settingForm": {
|
||||
"titlePersonalInfo": "My Personal Information",
|
||||
"descriptionPersonalInfo": "This information is only for your identification and remains with Harmony.",
|
||||
"titlePhoneNumber": "My phone number",
|
||||
"descriptionPhoneNumber": "This information is only for your identification and remains with Harmony.",
|
||||
"titleSocial": "My email and social medias",
|
||||
"descriptionSocial": "This information is only for your identification and remains with Harmony.",
|
||||
"rejectButton": "Cancel",
|
||||
"saveButton": "Save",
|
||||
"editButton": "Edit",
|
||||
"editPhoneNumber": "Change phone number",
|
||||
"addEmailOrSocialButton": "Add email / social",
|
||||
"addEmailButton": "Add email",
|
||||
"name": "Name",
|
||||
"familyName": "Family Name",
|
||||
"country": "Country",
|
||||
"gender": "Gender",
|
||||
"nationalCode": "National code",
|
||||
"man": "Male",
|
||||
"woman": "Female",
|
||||
"genderPlaceholder": "Male",
|
||||
"newPhoneNumber": "New phone number",
|
||||
"verificationCodeButton": "Send verification code",
|
||||
"verificationCode": "Verification code",
|
||||
"checkCode": "Check code",
|
||||
"successButton": "Confirmed",
|
||||
"email": "Email",
|
||||
"apple": "Apple",
|
||||
"google": "Google",
|
||||
"newEmail": "New email",
|
||||
"dialogHeader": "By activating your email, you can use this email to log in the next time you log in.",
|
||||
"or": "Or",
|
||||
"emailError": "Please enter a valid email.",
|
||||
"profilePicture": "User account image",
|
||||
"allowedFormat": "Allowed formats: PNG, JPEG, GIF (maximum 10 MB)",
|
||||
"uploadPicture": "Upload image",
|
||||
"phoneNumberText": "Your new contact number will replace your previous contact number.",
|
||||
"verb": ".",
|
||||
"notDetermined": "Not determined",
|
||||
"successfulChangePhone": "Phone number changed successfully",
|
||||
"phoneNumberIsInvalid": "Phone number is invalid",
|
||||
"thisFieldIsRequired": "This field is required",
|
||||
"changePicture": "Change picture",
|
||||
"confirmAndSave": "Confirm",
|
||||
"fileSizeError": "Your file exceed the limit",
|
||||
"removePicture": "Remove picture",
|
||||
"failRetrieve": "Failed to retrieve profile data.",
|
||||
"errorFetch": "An error occurred while fetching your profile.",
|
||||
"notLoggedIn": "You are not logged in. Please log in to view your profile.",
|
||||
"unknownError": "An unknown error occurred while saving.",
|
||||
"checkConnection": "Failed to save profile. Please check your connection and try again.",
|
||||
"failFetchPhoneNumber": "Failed to fetch phone number data.",
|
||||
"errorFetchPhoneNumber": "An error occurred while fetching your phone number.",
|
||||
"sendCodeFailed": "Send code failed",
|
||||
"verificationCodeRequired": "Verification code required",
|
||||
"verifyCodeFailed": "Verification of code failed",
|
||||
"changePhoneFailed": "Change of phone number failed",
|
||||
"justNow": "Just now",
|
||||
"failFetchEmail": "Failed to fetch email data",
|
||||
"errorFetchEmail": "An error occurred while fetching your linked accounts.",
|
||||
"emailIsInvalid": "Email is invalid",
|
||||
"changeEmailFailed": "Change of email failed",
|
||||
"anErrorOccurred": "An error occurred."
|
||||
},
|
||||
|
||||
"active": {
|
||||
"activeDevices": "Active devices",
|
||||
"activeDevicesCaption": "Watch and manage all your active devices",
|
||||
"deleteDevicesButton": "Remove rest of the devices",
|
||||
"deleteDevice": "Remove device",
|
||||
"currentDevice": "Current device",
|
||||
"minutesAgo": "{{count}} minutes ago",
|
||||
"justNow": "Just now",
|
||||
"notLoggedIn": "You are not logged in",
|
||||
"failFetchActiveSessions": "Failed to fetch active sessions.",
|
||||
"errorFetch": "An error occurred while fetching your active sessions."
|
||||
},
|
||||
|
||||
"settings": {
|
||||
"title": "Base settings",
|
||||
"description": "Change your base settings",
|
||||
@@ -13,6 +91,36 @@
|
||||
"solar": "Solar",
|
||||
"lunar": "Lunar",
|
||||
"christian": "Christian",
|
||||
"iran": "Iran"
|
||||
"iran": "Iran",
|
||||
"saving": "Saving...",
|
||||
"notLoggedIn": "You are not logged in",
|
||||
"failedRetrieve": "Failed to retrieve settings.",
|
||||
"errorFetch": "An error occurred while fetching your settings.",
|
||||
"saveFailed": "Save failed",
|
||||
"invalidSelection": "Invalid selection"
|
||||
},
|
||||
|
||||
"securityForm": {
|
||||
"password": "Password",
|
||||
"determinePassword": "Log in to your Harmony account more easily by setting a strong password.",
|
||||
"addPassword": "Add password",
|
||||
"notDeterminedPassword": "You have not set a password for this account yet.",
|
||||
"newPassword": "New password",
|
||||
"confirmPassword": "Confirm password",
|
||||
"confirm": "Confirm",
|
||||
"hasNumber": "Contains number",
|
||||
"hasMinLength": "at least 8 character",
|
||||
"hasUpperAndLower": "Contains a lowercase and uppercase letter",
|
||||
"hasSpecialChar": "Contains sign (!@#$%^&*)",
|
||||
"notCompatibility": "Confirm password is not the same as password.",
|
||||
"alertSuccess": "Password has successfully changed",
|
||||
"lastChange": "Last change a few seconds ago",
|
||||
"activePassword": "Password is active",
|
||||
"recentLogins": "Recent logins",
|
||||
"description": "In this section, you can see the recent logins to your Harmony account.",
|
||||
"currentDevice": "Current device",
|
||||
"changePassword": "Change password",
|
||||
"currentPassword": "Current password",
|
||||
"forgetPassword": "Forgot your password?"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user