Merge pull request #24 from rkheftan/fix/userProfile

Fix/user profile
This commit is contained in:
SajadMRjl
2025-08-20 23:05:26 +03:30
committed by GitHub
23 changed files with 507 additions and 382 deletions

View File

@@ -16,7 +16,7 @@
"familyName": "Family Name",
"country": "Country",
"gender": "Gender",
"nationalCode": "National code",
"nationalCode": "National code(Op",
"man": "Male",
"woman": "Female",
"genderPlaceholder": "Male",
@@ -62,7 +62,14 @@
"emailIsInvalid": "Email is invalid",
"changeEmailFailed": "Change of email failed",
"anErrorOccurred": "An error occurred.",
"saving": "Saving..."
"saving": "Saving...",
"successSaveProfile": "Profile saved successfully",
"errorSave": "Saving failed",
"codeSentSuccessfully": "Code sent successfully",
"errorSendCode": "Failed to send code",
"phoneVerified": "Phone number verified",
"errorConfirmCode": "Failed to confirm code",
"errorChangePhone": "Failed to change phone number"
},
"active": {
@@ -76,7 +83,9 @@
"notLoggedIn": "You are not logged in",
"failFetchActiveSessions": "Failed to fetch active sessions.",
"errorFetch": "An error occurred while fetching your active sessions.",
"deleting": "Deleting..."
"deleting": "Deleting...",
"successDelete": "Deleted successfully",
"deleteFailed": "Deletion failed"
},
"settings": {
@@ -123,6 +132,9 @@
"currentDevice": "Current device",
"changePassword": "Change password",
"currentPassword": "Current password",
"forgetPassword": "Forgot your password?"
"forgetPassword": "Forgot your password?",
"passwordChanged": "Password changed",
"passwordAdded": "Password added",
"error": "Password change failed"
}
}