From cdeb6e60c108279f757874e39c8ecc8cec837845 Mon Sep 17 00:00:00 2001 From: AminGhasempoor Date: Wed, 13 Nov 2024 16:30:41 +0330 Subject: [PATCH] warning text --- public/locales/fa/app.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/locales/fa/app.json b/public/locales/fa/app.json index 8c850ee..b3808f2 100644 --- a/public/locales/fa/app.json +++ b/public/locales/fa/app.json @@ -43,9 +43,11 @@ }, "notifications": { "error_static_text": "عملیات با خطا مواجه شد", + "warning_static_text": "عملیات با خطا مواجه شد", "success_static_text": "عملیات با موفقیت انجام شد", "code": "کد", "success": "موفق", + "warning": "اخطار", "error": "خطا", "pending": "درحال اجرا..." },