mirror of
https://github.com/HamzaSha1/zod-backend.git
synced 2025-07-10 07:07:23 +00:00
fix: localizze error messages
This commit is contained in:
@ -10,7 +10,8 @@
|
||||
"INVALID_BIOMETRIC": "البيانات البيومترية المقدمة غير صالحة. يرجى المحاولة مرة أخرى أو إعادة إعداد المصادقة البيومترية.",
|
||||
"PASSWORD_MISMATCH": "كلمات المرور التي أدخلتها غير متطابقة. يرجى إدخال كلمات المرور مرة أخرى.",
|
||||
"INVALID_PASSCODE": "رمز المرور الذي أدخلته غير صحيح. يرجى المحاولة مرة أخرى.",
|
||||
"PASSCODE_ALREADY_SET": "تم تعيين رمز المرور بالفعل."
|
||||
"PASSCODE_ALREADY_SET": "تم تعيين رمز المرور بالفعل.",
|
||||
"APPLE_RE-CONSENT_REQUIRED": "إعادة الموافقة على آبل مطلوبة. يرجى إلغاء تطبيقك من إعدادات معرف آبل الخاصة بك والمحاولة مرة أخرى."
|
||||
},
|
||||
|
||||
"USER": {
|
||||
|
@ -10,7 +10,8 @@
|
||||
"INVALID_BIOMETRIC": "The biometric data provided is invalid. Please try again or reconfigure your biometric settings.",
|
||||
"PASSWORD_MISMATCH": "The passwords you entered do not match. Please re-enter the passwords.",
|
||||
"INVALID_PASSCODE": "The passcode you entered is incorrect. Please try again.",
|
||||
"PASSCODE_ALREADY_SET": "The pass code has already been set."
|
||||
"PASSCODE_ALREADY_SET": "The pass code has already been set.",
|
||||
"APPLE_RE-CONSENT_REQUIRED": "Apple re-consent is required. Please revoke the app from your Apple ID settings and try again."
|
||||
},
|
||||
|
||||
"USER": {
|
||||
|
Reference in New Issue
Block a user