UNPKG

intl-tel-input

Version:

A JavaScript library for entering, formatting, and validating international telephone numbers

17 lines (16 loc) 546 B
"use strict"; const interfaceTranslations = { selectedCountryAriaLabel: "Telefon numarası için ülke değiştir, seçili ${countryName} (${dialCode})", noCountrySelected: "Telefon numarası için ülke seç", countryListAriaLabel: "Ülke listesi", searchPlaceholder: "Ara", clearSearchAriaLabel: "Aramayı temizle", searchEmptyState: "Sonuç bulunamadı", searchSummaryAria(count) { if (count === 0) { return "Sonuç bulunamadı"; } return `${count} sonuç bulundu`; } }; export default interfaceTranslations;