mirror of
https://github.com/HamzaSha1/zod-backend.git
synced 2025-11-26 00:24:54 +00:00
fix: localize customer already exist message
This commit is contained in:
@ -41,7 +41,8 @@
|
||||
"ALREADY_REJECTED": "تم رفض طلب تغيير المصروف بالفعل."
|
||||
},
|
||||
"CUSTOMER": {
|
||||
"NOT_FOUND": "لم يتم العثور على العميل."
|
||||
"NOT_FOUND": "لم يتم العثور على العميل.",
|
||||
"ALREADY_EXISTS": "العميل موجود بالفعل."
|
||||
},
|
||||
|
||||
"GIFT": {
|
||||
|
||||
@ -40,7 +40,8 @@
|
||||
"ALREADY_REJECTED": "The allowance change request has already been rejected."
|
||||
},
|
||||
"CUSTOMER": {
|
||||
"NOT_FOUND": "The customer was not found."
|
||||
"NOT_FOUND": "The customer was not found.",
|
||||
"ALREADY_EXISTS": "The customer already exists."
|
||||
},
|
||||
|
||||
"GIFT": {
|
||||
|
||||
Reference in New Issue
Block a user