{
    "countries": "countries",
    "cities": "cities",
    "villages": "villages",
    "districts": "districts",
    "country": "country",
    "city": "city",
    "village": "village",
    "district": "district",
    "date": "date",
    "image": "image",
    "name": "name",
    "status": "status",
    "isoCode": "iso code",
    "countryCode": "country code",
    "name_ar": "name in arabic",
    "name_en": "name in english",
    "countryCodeAlreadyExist": "country code already exists",
    "isoAlreadyExist": "iso code already exists",
    "showCountryText": "country displayed successfully",
    "hiddenCountryText": "country hidden successfully",
    "selectCountry": "select country",
    "selectStatus": "select status",
    "selectVillage": "Select Village",
    "country&city": "country & city",
    "isVisible": "visiable",
    "fetchCitiesSuccessfully": "cities fetched successfully",
    "fetchVillagesSuccessfully": "villages fetched successfully",
    "fetchDistrictsSuccessfully": "districts fetched successfully",
    "invalidCountryCode": "Invalid country code. It must start with \"+\" followed by 1 to 4 digits.",
    "showCityText": "city shown successfully",
    "hiddenCityText": "city hidden successfully",
    "showVillageText": "village shown successfully",
    "hiddenVillageText": "village hidden successfully",
    "showDistrictText": "district shown successfully",
    "hiddenDistrictText": "district hidden successfully",
    "selectCity": "Select City",
    "area": "Area",
    "id": "ID",
    "cityForm": {
        "createTitle": "Add city",
        "editTitle": "Edit city",
        "createSubtitle": "Add the city in Arabic and English, then define its country and visibility.",
        "editSubtitle": "Review the bilingual city data and geographic settings before saving.",
        "detailsTitle": "City details",
        "createDescription": "Complete the bilingual content and geographic settings before saving.",
        "editDescription": "Update the content, country, or visibility without changing the workflow.",
        "nameArLabel": "City name in Arabic",
        "nameEnLabel": "City name in English",
        "statusLabel": "Status",
        "countryLabel": "Country",
        "nameArPlaceholder": "Write the city name in Arabic",
        "nameEnPlaceholder": "Write the city name in English",
        "nameArRequired": "The Arabic city name is required",
        "nameEnRequired": "The English city name is required",
        "minLength": "Please enter at least two characters",
        "arabicOnly": "Use Arabic letters in this field",
        "englishOnly": "Use English letters in this field",
        "statusRequired": "Status is required",
        "countryRequired": "Country is required",
        "statusPlaceholder": "Choose status",
        "countryPlaceholder": "Choose country",
        "adding": "Adding...",
        "updating": "Updating..."
    }
}
