chore: useApi added to the components

This commit is contained in:
2025-08-15 22:08:31 +03:30
parent e7b596005b
commit 07eb2e7d64
18 changed files with 237 additions and 185 deletions

View File

@@ -7,7 +7,8 @@
"loginWithGoogle": "Login with google",
"emailIsInvalid": "Email is invalid",
"phoneNumberIsInvalid": "Phone number is invalid",
"thisFieldIsRequired": "This field is requried"
"thisFieldIsRequired": "This field is requried",
"googleAuthenticationFailed": "Login with google failed"
},
"verify": {
"verify": "Verify",

View File

@@ -246,5 +246,9 @@
"yemen": "Yemen",
"zambia": "Zambia",
"zimbabwe": "Zimbabwe"
},
"messages": {
"noResualtFound": "No result found.",
"serverError": "Internal server error"
}
}

View File

@@ -7,7 +7,8 @@
"loginWithGoogle": "ورود با گوگل",
"emailIsInvalid": "ایمیل وارد شده نامعتبر میباشد",
"phoneNumberIsInvalid": "شماره وارد شده نامعتبر میباشد",
"thisFieldIsRequired": "این فیلد الزامی است"
"thisFieldIsRequired": "این فیلد الزامی است",
"googleAuthenticationFailed": "ورود با گوگل با خطا مواجه شد"
},
"verify": {
"verify": "اعتبارسنجی",

View File

@@ -185,7 +185,8 @@
"zimbabwe": "زیمبابوه"
},
"messages": {
"noResualtFound": "نتیجه ای یافت نشد."
"noResualtFound": "نتیجه ای یافت نشد.",
"serverError": "خطای سمت سرور"
},
"side": {
"account": "حساب کاربری",