itflow/plugins/intl-tel-input/js/i18n/tr/interface.js

14 lines
478 B
JavaScript
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

const interfaceTranslations = {
selectedCountryAriaLabel: "Seçilen ülke",
noCountrySelected: "Hiçbir ülke seçilmedi",
countryListAriaLabel: "Ülke listesi",
searchPlaceholder: "Ara",
zeroSearchResults: "Sonuç bulunamadı",
oneSearchResult: "1 sonuç bulundu",
multipleSearchResults: "${count} sonuç bulundu",
// additional countries (not supported by country-list library)
ac: "Ascension Adası",
xk: "Kosova"
};
export default interfaceTranslations;