Variable resourcesEnConst
resourcesEn: {
aria: {
description: "By entering text into the search field, the address search can be started";
};
defaultLabel: "Address Search";
groupSelector: "Select search topic";
hint: {
button: "Show address search input field";
clear: "Clear address search input field";
error: "Something went wrong.";
loading: "Searching ...";
noResults: "No results for the current query.";
tooShort: "Please enter at least {{minLength}} characters.";
};
resultCount: "({{count}} results)";
resultList: { extend: "Show all results"; reduce: "Reduce result list" };
} = ...
Type Declaration
Readonlyaria: {
description: "By entering text into the search field, the address search can be started";
}
ReadonlydefaultLabel: "Address Search"
ReadonlygroupSelector: "Select search topic"
Readonlyhint: {
button: "Show address search input field";
clear: "Clear address search input field";
error: "Something went wrong.";
loading: "Searching ...";
noResults: "No results for the current query.";
tooShort: "Please enter at least {{minLength}} characters.";
}
ReadonlyresultCount: "({{count}} results)"
ReadonlyresultList: { extend: "Show all results"; reduce: "Reduce result list" }