igniteui-angular-i18n
Version:
IgniteUI for Angular localization resources package
12 lines (11 loc) • 468 B
JavaScript
// exported below as re-cast to create declaration type with expanded properties
const ComboResourceStringsDE_ = {
igx_combo_empty_message: 'Die Liste ist leer',
igx_combo_filter_search_placeholder: 'Suchbegriff eingeben',
igx_combo_addCustomValues_placeholder: 'Element hinzufügen',
igx_combo_clearItems_placeholder: 'Auswahl löschen'
};
/**
* German resource strings for IgxCombo
*/
export const ComboResourceStringsDE = ComboResourceStringsDE_;