export interface FiasLocale { modalTitle: string; modalButtonOk: string; modalButtonCancel: string; addressFill: string; addressEdit: string; addressNotVerified: string; addressNotFound: string; addressFillParentOrSearch: string; addressSelectItemFromList: string; addressUnknown: string; searchNotFound: string; searchPlaceholder: string; regionLabel: string; regionNotFound: string; regionPlaceholder: string; districtLabel: string; districtNotFound: string; districtPlaceholder: string; municipaldistrictLabel: string; municipaldistrictNotFound: string; municipaldistrictPlaceholder: string; cityLabel: string; cityNotFound: string; cityPlaceholder: string; intracityareaLabel: string; intracityareaNotFound: string; intracityareaPlaceholder: string; urbansettlementLabel: string; urbansettlementNotFound: string; urbansettlementPlaceholder: string; settlementLabel: string; settlementNotFound: string; settlementPlaceholder: string; planningstructureLabel: string; planningstructureNotFound: string; planningstructurePlaceholder: string; streetLabel: string; streetNotFound: string; streetFillBefore: string; streetPlaceholder: string; steadLabel: string; steadNotFound: string; steadFillBefore: string; steadPlaceholder: string; garhouseLabel: string; garhouseNotFound: string; garhouseFillBefore: string; garhousePlaceholder: string; houseLabel: string; houseNotFound: string; houseFillBefore: string; housePlaceholder: string; roomLabel: string; roomNotFound: string; roomFillBefore: string; roomPlaceholder: string; postalcodeLabel: string; postalcodePlaceholder: string; postalcodeNotFound: string; postalcodeNotValid: string; postalcodeReplace: string; foreignAddressLabel: string; foreignAddressPlaceholder: string; countryLabel: string; countryPlaceholder: string; divisionSelectorLabelMunicipal: string; divisionSelectorLabelAdministrative: string; }