diff --git a/public/locales/fa/app.json b/public/locales/fa/app.json index af54719..b00205e 100644 --- a/public/locales/fa/app.json +++ b/public/locales/fa/app.json @@ -8,6 +8,7 @@ "register_navy": "ثبت نام اعضای ناوگان", "login_welfare_services": "ورود اعضای خدمات رفاهی", "register_welfare_services": "ثبت نام اعضای خدمات رفاهی", + "pending": "درحال اجرا...", "user_navy": "ناوگان", "header": { "open_profile": "پروفایل", @@ -15,6 +16,13 @@ "change_password": "تغییر رمز عبور", "logout": "خروج" }, + "notifications": { + "error_static_text": "عملیات با خطا مواجه شد", + "success_static_text": "عملیات با موفقیت انجام شد", + "code": "کد", + "success": "موفق", + "error": "خطا" + }, "Titles": { "title_login_page": "صفحه ورود", "title_login_navy_page": "ورود اعضای ناوگان", diff --git a/src/components/first/index.jsx b/src/components/first/index.jsx index 24ef6bb..897f7cd 100644 --- a/src/components/first/index.jsx +++ b/src/components/first/index.jsx @@ -25,7 +25,7 @@ const FirstComponent = () => { {isAuth ? (