Added city and document type

This commit is contained in:
Rahaf
2026-07-04 02:53:34 +03:00
parent 2d2e2427a2
commit 3bef951d5c
5 changed files with 196 additions and 47 deletions

View File

@ -1149,6 +1149,11 @@ const resources = {
"addProperty.furnishedStatus": "Property Condition",
"addProperty.furnished": "Furnished",
"addProperty.unfurnished": "Unfurnished",
"addProperty.documentTypeLabel": "Document Type",
"addProperty.cityLabel": "Governorate",
"documentType.passport": "Passport",
"documentType.idCard": "ID Card",
"documentType.both": "Both",
"addProperty.additionalDescription": "Additional Description (optional)",
"addProperty.servicesLabel": "Available Services",
"addProperty.serviceDetailPlaceholder": "Service details (e.g., in all rooms)...",
@ -2786,6 +2791,11 @@ const resources = {
"addProperty.furnishedStatus": "حالة العقار",
"addProperty.furnished": "مفروش",
"addProperty.unfurnished": "غير مفروش",
"addProperty.documentTypeLabel": "نوع الوثيقة",
"addProperty.cityLabel": "المحافظة",
"documentType.passport": "جواز سفر",
"documentType.idCard": "بطاقة شخصية",
"documentType.both": "كلاهما",
"addProperty.additionalDescription": "وصف إضافي (اختياري)",
"addProperty.servicesLabel": "الخدمات المتوفرة",
"addProperty.serviceDetailPlaceholder": "تفاصيل الخدمة (مثال: في جميع الغرف)...",