intl-tel-input
Version:
A JavaScript plugin for entering and validating international telephone numbers
14 lines (13 loc) • 504 B
JavaScript
const interfaceTranslations = {
selectedCountryAriaLabel: "Vybraná země",
noCountrySelected: "Není vybrána žádná země",
countryListAriaLabel: "Seznam zemí",
searchPlaceholder: "Vyhledat",
zeroSearchResults: "Nebyly nalezeny žádné výsledky",
oneSearchResult: "1 výsledek nalezen",
multipleSearchResults: "${count} výsledků nalezeno",
// additional countries (not supported by country-list library)
ac: "Ascension",
xk: "Kosovo"
};
export default interfaceTranslations;