igniteui-angular-i18n 18.1.9 → 18.1.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (58) hide show
  1. package/i18n/BG/combo-resources.d.ts +2 -0
  2. package/i18n/BG/combo-resources.js +3 -1
  3. package/i18n/BG/resources.d.ts +2 -0
  4. package/i18n/CS/combo-resources.d.ts +2 -0
  5. package/i18n/CS/combo-resources.js +3 -1
  6. package/i18n/CS/resources.d.ts +2 -0
  7. package/i18n/DA/combo-resources.d.ts +2 -0
  8. package/i18n/DA/combo-resources.js +3 -1
  9. package/i18n/DA/resources.d.ts +2 -0
  10. package/i18n/DE/combo-resources.d.ts +2 -0
  11. package/i18n/DE/combo-resources.js +3 -1
  12. package/i18n/DE/resources.d.ts +2 -0
  13. package/i18n/ES/combo-resources.d.ts +2 -0
  14. package/i18n/ES/combo-resources.js +3 -1
  15. package/i18n/ES/resources.d.ts +2 -0
  16. package/i18n/FR/combo-resources.d.ts +2 -0
  17. package/i18n/FR/combo-resources.js +3 -1
  18. package/i18n/FR/resources.d.ts +2 -0
  19. package/i18n/HU/combo-resources.d.ts +2 -0
  20. package/i18n/HU/combo-resources.js +3 -1
  21. package/i18n/HU/resources.d.ts +2 -0
  22. package/i18n/IT/combo-resources.d.ts +2 -0
  23. package/i18n/IT/combo-resources.js +3 -1
  24. package/i18n/IT/resources.d.ts +2 -0
  25. package/i18n/JA/combo-resources.d.ts +2 -0
  26. package/i18n/JA/combo-resources.js +3 -1
  27. package/i18n/JA/resources.d.ts +2 -0
  28. package/i18n/KO/combo-resources.d.ts +2 -0
  29. package/i18n/KO/combo-resources.js +3 -1
  30. package/i18n/KO/resources.d.ts +2 -0
  31. package/i18n/NB/combo-resources.d.ts +2 -0
  32. package/i18n/NB/combo-resources.js +3 -1
  33. package/i18n/NB/resources.d.ts +2 -0
  34. package/i18n/NL/combo-resources.d.ts +2 -0
  35. package/i18n/NL/combo-resources.js +3 -1
  36. package/i18n/NL/resources.d.ts +2 -0
  37. package/i18n/PL/combo-resources.d.ts +2 -0
  38. package/i18n/PL/combo-resources.js +3 -1
  39. package/i18n/PL/resources.d.ts +2 -0
  40. package/i18n/PT/combo-resources.d.ts +2 -0
  41. package/i18n/PT/combo-resources.js +3 -1
  42. package/i18n/PT/resources.d.ts +2 -0
  43. package/i18n/RO/combo-resources.d.ts +2 -0
  44. package/i18n/RO/combo-resources.js +3 -1
  45. package/i18n/RO/resources.d.ts +2 -0
  46. package/i18n/SV/combo-resources.d.ts +2 -0
  47. package/i18n/SV/combo-resources.js +3 -1
  48. package/i18n/SV/resources.d.ts +2 -0
  49. package/i18n/TR/combo-resources.d.ts +2 -0
  50. package/i18n/TR/combo-resources.js +3 -1
  51. package/i18n/TR/resources.d.ts +2 -0
  52. package/i18n/ZH-HANS/combo-resources.d.ts +2 -0
  53. package/i18n/ZH-HANS/combo-resources.js +3 -1
  54. package/i18n/ZH-HANS/resources.d.ts +2 -0
  55. package/i18n/ZH-HANT/combo-resources.d.ts +2 -0
  56. package/i18n/ZH-HANT/combo-resources.js +3 -1
  57. package/i18n/ZH-HANT/resources.d.ts +2 -0
  58. package/package.json +1 -1
@@ -3,4 +3,6 @@
3
3
  */
4
4
  export declare const ComboResourceStringsBG: {
5
5
  igx_combo_empty_message: string;
6
+ igx_combo_addCustomValues_placeholder: string;
7
+ igx_combo_clearItems_placeholder: string;
6
8
  };
@@ -1,6 +1,8 @@
1
1
  // exported below as re-cast to create declaration type with expanded properties
2
2
  const ComboResourceStringsBG_ = {
3
- igx_combo_empty_message: 'Списъкът е празен'
3
+ igx_combo_empty_message: 'Списъкът е празен',
4
+ igx_combo_addCustomValues_placeholder: 'Добавяне на елемент',
5
+ igx_combo_clearItems_placeholder: 'Изчистване на избора'
4
6
  };
5
7
  /**
6
8
  * Bulgarian resource strings for IgxCombo
@@ -56,6 +56,8 @@ export declare const IgxResourceStringsBG: {
56
56
  igx_query_builder_condition_placeholder: string;
57
57
  igx_query_builder_value_placeholder: string;
58
58
  igx_combo_empty_message: string;
59
+ igx_combo_addCustomValues_placeholder: string;
60
+ igx_combo_clearItems_placeholder: string;
59
61
  igx_chip_remove: string;
60
62
  igx_chip_select: string;
61
63
  igx_input_upload_button: string;
@@ -3,4 +3,6 @@
3
3
  */
4
4
  export declare const ComboResourceStringsCS: {
5
5
  igx_combo_empty_message: string;
6
+ igx_combo_addCustomValues_placeholder: string;
7
+ igx_combo_clearItems_placeholder: string;
6
8
  };
@@ -1,6 +1,8 @@
1
1
  // exported below as re-cast to create declaration type with expanded properties
2
2
  const ComboResourceStringsCS_ = {
3
- igx_combo_empty_message: 'Seznam je prázdný'
3
+ igx_combo_empty_message: 'Seznam je prázdný',
4
+ igx_combo_addCustomValues_placeholder: 'Přidat položku',
5
+ igx_combo_clearItems_placeholder: 'Vymazat výběr'
4
6
  };
5
7
  /**
6
8
  * Czech resource strings for IgxCombo
@@ -56,6 +56,8 @@ export declare const IgxResourceStringsCS: {
56
56
  igx_query_builder_condition_placeholder: string;
57
57
  igx_query_builder_value_placeholder: string;
58
58
  igx_combo_empty_message: string;
59
+ igx_combo_addCustomValues_placeholder: string;
60
+ igx_combo_clearItems_placeholder: string;
59
61
  igx_chip_remove: string;
60
62
  igx_chip_select: string;
61
63
  igx_input_upload_button: string;
@@ -3,4 +3,6 @@
3
3
  */
4
4
  export declare const ComboResourceStringsDA: {
5
5
  igx_combo_empty_message: string;
6
+ igx_combo_addCustomValues_placeholder: string;
7
+ igx_combo_clearItems_placeholder: string;
6
8
  };
@@ -1,6 +1,8 @@
1
1
  // exported below as re-cast to create declaration type with expanded properties
2
2
  const ComboResourceStringsDA_ = {
3
- igx_combo_empty_message: 'Listen er tom'
3
+ igx_combo_empty_message: 'Listen er tom',
4
+ igx_combo_addCustomValues_placeholder: 'Tilføj element',
5
+ igx_combo_clearItems_placeholder: 'Ryd markering'
4
6
  };
5
7
  /**
6
8
  * Danish resource strings for IgxCombo
@@ -56,6 +56,8 @@ export declare const IgxResourceStringsDA: {
56
56
  igx_query_builder_condition_placeholder: string;
57
57
  igx_query_builder_value_placeholder: string;
58
58
  igx_combo_empty_message: string;
59
+ igx_combo_addCustomValues_placeholder: string;
60
+ igx_combo_clearItems_placeholder: string;
59
61
  igx_chip_remove: string;
60
62
  igx_chip_select: string;
61
63
  igx_input_upload_button: string;
@@ -3,4 +3,6 @@
3
3
  */
4
4
  export declare const ComboResourceStringsDE: {
5
5
  igx_combo_empty_message: string;
6
+ igx_combo_addCustomValues_placeholder: string;
7
+ igx_combo_clearItems_placeholder: string;
6
8
  };
@@ -1,6 +1,8 @@
1
1
  // exported below as re-cast to create declaration type with expanded properties
2
2
  const ComboResourceStringsDE_ = {
3
- igx_combo_empty_message: 'Die Liste ist leer'
3
+ igx_combo_empty_message: 'Die Liste ist leer',
4
+ igx_combo_addCustomValues_placeholder: 'Element hinzufügen',
5
+ igx_combo_clearItems_placeholder: 'Auswahl löschen'
4
6
  };
5
7
  /**
6
8
  * German resource strings for IgxCombo
@@ -56,6 +56,8 @@ export declare const IgxResourceStringsDE: {
56
56
  igx_query_builder_condition_placeholder: string;
57
57
  igx_query_builder_value_placeholder: string;
58
58
  igx_combo_empty_message: string;
59
+ igx_combo_addCustomValues_placeholder: string;
60
+ igx_combo_clearItems_placeholder: string;
59
61
  igx_chip_remove: string;
60
62
  igx_chip_select: string;
61
63
  igx_input_upload_button: string;
@@ -3,4 +3,6 @@
3
3
  */
4
4
  export declare const ComboResourceStringsES: {
5
5
  igx_combo_empty_message: string;
6
+ igx_combo_addCustomValues_placeholder: string;
7
+ igx_combo_clearItems_placeholder: string;
6
8
  };
@@ -1,6 +1,8 @@
1
1
  // exported below as re-cast to create declaration type with expanded properties
2
2
  const ComboResourceStringsES_ = {
3
- igx_combo_empty_message: 'La lista está vacía'
3
+ igx_combo_empty_message: 'La lista está vacía',
4
+ igx_combo_addCustomValues_placeholder: 'Agregar elemento',
5
+ igx_combo_clearItems_placeholder: 'Borrar selección'
4
6
  };
5
7
  /**
6
8
  * Spanish resource strings for IgxCombo
@@ -56,6 +56,8 @@ export declare const IgxResourceStringsES: {
56
56
  igx_query_builder_condition_placeholder: string;
57
57
  igx_query_builder_value_placeholder: string;
58
58
  igx_combo_empty_message: string;
59
+ igx_combo_addCustomValues_placeholder: string;
60
+ igx_combo_clearItems_placeholder: string;
59
61
  igx_chip_remove: string;
60
62
  igx_chip_select: string;
61
63
  igx_input_upload_button: string;
@@ -3,4 +3,6 @@
3
3
  */
4
4
  export declare const ComboResourceStringsFR: {
5
5
  igx_combo_empty_message: string;
6
+ igx_combo_addCustomValues_placeholder: string;
7
+ igx_combo_clearItems_placeholder: string;
6
8
  };
@@ -1,6 +1,8 @@
1
1
  // exported below as re-cast to create declaration type with expanded properties
2
2
  const ComboResourceStringsFR_ = {
3
- igx_combo_empty_message: 'La liste est vide'
3
+ igx_combo_empty_message: 'La liste est vide',
4
+ igx_combo_addCustomValues_placeholder: 'Ajouter un élément',
5
+ igx_combo_clearItems_placeholder: 'Effacer la sélection'
4
6
  };
5
7
  /**
6
8
  * French resource strings for IgxCombo
@@ -56,6 +56,8 @@ export declare const IgxResourceStringsFR: {
56
56
  igx_query_builder_condition_placeholder: string;
57
57
  igx_query_builder_value_placeholder: string;
58
58
  igx_combo_empty_message: string;
59
+ igx_combo_addCustomValues_placeholder: string;
60
+ igx_combo_clearItems_placeholder: string;
59
61
  igx_chip_remove: string;
60
62
  igx_chip_select: string;
61
63
  igx_input_upload_button: string;
@@ -3,4 +3,6 @@
3
3
  */
4
4
  export declare const ComboResourceStringsHU: {
5
5
  igx_combo_empty_message: string;
6
+ igx_combo_addCustomValues_placeholder: string;
7
+ igx_combo_clearItems_placeholder: string;
6
8
  };
@@ -1,6 +1,8 @@
1
1
  // exported below as re-cast to create declaration type with expanded properties
2
2
  const ComboResourceStringsHU_ = {
3
- igx_combo_empty_message: 'Üres a lista'
3
+ igx_combo_empty_message: 'Üres a lista',
4
+ igx_combo_addCustomValues_placeholder: 'Elem hozzáadása',
5
+ igx_combo_clearItems_placeholder: 'Kiválasztás törlése'
4
6
  };
5
7
  /**
6
8
  * Hungarian resource strings for IgxCombo
@@ -56,6 +56,8 @@ export declare const IgxResourceStringsHU: {
56
56
  igx_query_builder_condition_placeholder: string;
57
57
  igx_query_builder_value_placeholder: string;
58
58
  igx_combo_empty_message: string;
59
+ igx_combo_addCustomValues_placeholder: string;
60
+ igx_combo_clearItems_placeholder: string;
59
61
  igx_chip_remove: string;
60
62
  igx_chip_select: string;
61
63
  igx_input_upload_button: string;
@@ -3,4 +3,6 @@
3
3
  */
4
4
  export declare const ComboResourceStringsIT: {
5
5
  igx_combo_empty_message: string;
6
+ igx_combo_addCustomValues_placeholder: string;
7
+ igx_combo_clearItems_placeholder: string;
6
8
  };
@@ -1,6 +1,8 @@
1
1
  // exported below as re-cast to create declaration type with expanded properties
2
2
  const ComboResourceStringsIT_ = {
3
- igx_combo_empty_message: 'L\'elenco è vuoto'
3
+ igx_combo_empty_message: 'L\'elenco è vuoto',
4
+ igx_combo_addCustomValues_placeholder: 'Aggiungi elemento',
5
+ igx_combo_clearItems_placeholder: 'Cancella selezione'
4
6
  };
5
7
  /**
6
8
  * Italian resource strings for IgxCombo
@@ -56,6 +56,8 @@ export declare const IgxResourceStringsIT: {
56
56
  igx_query_builder_condition_placeholder: string;
57
57
  igx_query_builder_value_placeholder: string;
58
58
  igx_combo_empty_message: string;
59
+ igx_combo_addCustomValues_placeholder: string;
60
+ igx_combo_clearItems_placeholder: string;
59
61
  igx_chip_remove: string;
60
62
  igx_chip_select: string;
61
63
  igx_input_upload_button: string;
@@ -3,4 +3,6 @@
3
3
  */
4
4
  export declare const ComboResourceStringsJA: {
5
5
  igx_combo_empty_message: string;
6
+ igx_combo_addCustomValues_placeholder: string;
7
+ igx_combo_clearItems_placeholder: string;
6
8
  };
@@ -1,6 +1,8 @@
1
1
  // exported below as re-cast to create declaration type with expanded properties
2
2
  const ComboResourceStringsJA_ = {
3
- igx_combo_empty_message: 'リストが空です'
3
+ igx_combo_empty_message: 'リストが空です',
4
+ igx_combo_addCustomValues_placeholder: '項目の追加',
5
+ igx_combo_clearItems_placeholder: '選択のクリア'
4
6
  };
5
7
  /**
6
8
  * Japanese resource strings for IgxCombo
@@ -56,6 +56,8 @@ export declare const IgxResourceStringsJA: {
56
56
  igx_query_builder_condition_placeholder: string;
57
57
  igx_query_builder_value_placeholder: string;
58
58
  igx_combo_empty_message: string;
59
+ igx_combo_addCustomValues_placeholder: string;
60
+ igx_combo_clearItems_placeholder: string;
59
61
  igx_chip_remove: string;
60
62
  igx_chip_select: string;
61
63
  igx_input_upload_button: string;
@@ -3,4 +3,6 @@
3
3
  */
4
4
  export declare const ComboResourceStringsKO: {
5
5
  igx_combo_empty_message: string;
6
+ igx_combo_addCustomValues_placeholder: string;
7
+ igx_combo_clearItems_placeholder: string;
6
8
  };
@@ -1,6 +1,8 @@
1
1
  // exported below as re-cast to create declaration type with expanded properties
2
2
  const ComboResourceStringsKO_ = {
3
- igx_combo_empty_message: '목록이 비어 있음'
3
+ igx_combo_empty_message: '목록이 비어 있음',
4
+ igx_combo_addCustomValues_placeholder: '항목 추가',
5
+ igx_combo_clearItems_placeholder: '선택 지우기'
4
6
  };
5
7
  /**
6
8
  * Korean resource strings for IgxCombo
@@ -56,6 +56,8 @@ export declare const IgxResourceStringsKO: {
56
56
  igx_query_builder_condition_placeholder: string;
57
57
  igx_query_builder_value_placeholder: string;
58
58
  igx_combo_empty_message: string;
59
+ igx_combo_addCustomValues_placeholder: string;
60
+ igx_combo_clearItems_placeholder: string;
59
61
  igx_chip_remove: string;
60
62
  igx_chip_select: string;
61
63
  igx_input_upload_button: string;
@@ -3,4 +3,6 @@
3
3
  */
4
4
  export declare const ComboResourceStringsNB: {
5
5
  igx_combo_empty_message: string;
6
+ igx_combo_addCustomValues_placeholder: string;
7
+ igx_combo_clearItems_placeholder: string;
6
8
  };
@@ -1,6 +1,8 @@
1
1
  // exported below as re-cast to create declaration type with expanded properties
2
2
  const ComboResourceStringsNB_ = {
3
- igx_combo_empty_message: 'Listen er tom'
3
+ igx_combo_empty_message: 'Listen er tom',
4
+ igx_combo_addCustomValues_placeholder: 'Legg til element',
5
+ igx_combo_clearItems_placeholder: 'Fjern valg'
4
6
  };
5
7
  /**
6
8
  * Norwegian resource strings for IgxCombo
@@ -56,6 +56,8 @@ export declare const IgxResourceStringsNB: {
56
56
  igx_query_builder_condition_placeholder: string;
57
57
  igx_query_builder_value_placeholder: string;
58
58
  igx_combo_empty_message: string;
59
+ igx_combo_addCustomValues_placeholder: string;
60
+ igx_combo_clearItems_placeholder: string;
59
61
  igx_chip_remove: string;
60
62
  igx_chip_select: string;
61
63
  igx_input_upload_button: string;
@@ -3,4 +3,6 @@
3
3
  */
4
4
  export declare const ComboResourceStringsNL: {
5
5
  igx_combo_empty_message: string;
6
+ igx_combo_addCustomValues_placeholder: string;
7
+ igx_combo_clearItems_placeholder: string;
6
8
  };
@@ -1,6 +1,8 @@
1
1
  // exported below as re-cast to create declaration type with expanded properties
2
2
  const ComboResourceStringsNL_ = {
3
- igx_combo_empty_message: 'De lijst is leeg'
3
+ igx_combo_empty_message: 'De lijst is leeg',
4
+ igx_combo_addCustomValues_placeholder: 'Item toevoegen',
5
+ igx_combo_clearItems_placeholder: 'Selectie wissen'
4
6
  };
5
7
  /**
6
8
  * Dutch resource strings for IgxCombo
@@ -56,6 +56,8 @@ export declare const IgxResourceStringsNL: {
56
56
  igx_query_builder_condition_placeholder: string;
57
57
  igx_query_builder_value_placeholder: string;
58
58
  igx_combo_empty_message: string;
59
+ igx_combo_addCustomValues_placeholder: string;
60
+ igx_combo_clearItems_placeholder: string;
59
61
  igx_chip_remove: string;
60
62
  igx_chip_select: string;
61
63
  igx_input_upload_button: string;
@@ -3,4 +3,6 @@
3
3
  */
4
4
  export declare const ComboResourceStringsPL: {
5
5
  igx_combo_empty_message: string;
6
+ igx_combo_addCustomValues_placeholder: string;
7
+ igx_combo_clearItems_placeholder: string;
6
8
  };
@@ -1,6 +1,8 @@
1
1
  // exported below as re-cast to create declaration type with expanded properties
2
2
  const ComboResourceStringsPL_ = {
3
- igx_combo_empty_message: 'Lista jest pusta'
3
+ igx_combo_empty_message: 'Lista jest pusta',
4
+ igx_combo_addCustomValues_placeholder: 'Dodaj element',
5
+ igx_combo_clearItems_placeholder: 'Wyczyść wybór'
4
6
  };
5
7
  /**
6
8
  * Polish resource strings for IgxCombo
@@ -56,6 +56,8 @@ export declare const IgxResourceStringsPL: {
56
56
  igx_query_builder_condition_placeholder: string;
57
57
  igx_query_builder_value_placeholder: string;
58
58
  igx_combo_empty_message: string;
59
+ igx_combo_addCustomValues_placeholder: string;
60
+ igx_combo_clearItems_placeholder: string;
59
61
  igx_chip_remove: string;
60
62
  igx_chip_select: string;
61
63
  igx_input_upload_button: string;
@@ -3,4 +3,6 @@
3
3
  */
4
4
  export declare const ComboResourceStringsPT: {
5
5
  igx_combo_empty_message: string;
6
+ igx_combo_addCustomValues_placeholder: string;
7
+ igx_combo_clearItems_placeholder: string;
6
8
  };
@@ -1,6 +1,8 @@
1
1
  // exported below as re-cast to create declaration type with expanded properties
2
2
  const ComboResourceStringsPT_ = {
3
- igx_combo_empty_message: 'A lista está vazia'
3
+ igx_combo_empty_message: 'A lista está vazia',
4
+ igx_combo_addCustomValues_placeholder: 'Adicionar item',
5
+ igx_combo_clearItems_placeholder: 'Limpar seleção'
4
6
  };
5
7
  /**
6
8
  * Portuguese resource strings for IgxCombo
@@ -56,6 +56,8 @@ export declare const IgxResourceStringsPT: {
56
56
  igx_query_builder_condition_placeholder: string;
57
57
  igx_query_builder_value_placeholder: string;
58
58
  igx_combo_empty_message: string;
59
+ igx_combo_addCustomValues_placeholder: string;
60
+ igx_combo_clearItems_placeholder: string;
59
61
  igx_chip_remove: string;
60
62
  igx_chip_select: string;
61
63
  igx_input_upload_button: string;
@@ -3,4 +3,6 @@
3
3
  */
4
4
  export declare const ComboResourceStringsRO: {
5
5
  igx_combo_empty_message: string;
6
+ igx_combo_addCustomValues_placeholder: string;
7
+ igx_combo_clearItems_placeholder: string;
6
8
  };
@@ -1,6 +1,8 @@
1
1
  // exported below as re-cast to create declaration type with expanded properties
2
2
  const ComboResourceStringsRO_ = {
3
- igx_combo_empty_message: 'Lista este goală'
3
+ igx_combo_empty_message: 'Lista este goală',
4
+ igx_combo_addCustomValues_placeholder: 'Adăugați element',
5
+ igx_combo_clearItems_placeholder: 'Ștergeți selecția'
4
6
  };
5
7
  /**
6
8
  * Romanian resource strings for IgxCombo
@@ -56,6 +56,8 @@ export declare const IgxResourceStringsRO: {
56
56
  igx_query_builder_condition_placeholder: string;
57
57
  igx_query_builder_value_placeholder: string;
58
58
  igx_combo_empty_message: string;
59
+ igx_combo_addCustomValues_placeholder: string;
60
+ igx_combo_clearItems_placeholder: string;
59
61
  igx_chip_remove: string;
60
62
  igx_chip_select: string;
61
63
  igx_input_upload_button: string;
@@ -3,4 +3,6 @@
3
3
  */
4
4
  export declare const ComboResourceStringsSV: {
5
5
  igx_combo_empty_message: string;
6
+ igx_combo_addCustomValues_placeholder: string;
7
+ igx_combo_clearItems_placeholder: string;
6
8
  };
@@ -1,6 +1,8 @@
1
1
  // exported below as re-cast to create declaration type with expanded properties
2
2
  const ComboResourceStringsSV_ = {
3
- igx_combo_empty_message: 'Listan är tom'
3
+ igx_combo_empty_message: 'Listan är tom',
4
+ igx_combo_addCustomValues_placeholder: 'Lägg till objekt',
5
+ igx_combo_clearItems_placeholder: 'Rensa urval'
4
6
  };
5
7
  /**
6
8
  * Swedish resource strings for IgxCombo
@@ -55,6 +55,8 @@ export declare const IgxResourceStringsSV: {
55
55
  igx_query_builder_condition_placeholder: string;
56
56
  igx_query_builder_value_placeholder: string;
57
57
  igx_combo_empty_message: string;
58
+ igx_combo_addCustomValues_placeholder: string;
59
+ igx_combo_clearItems_placeholder: string;
58
60
  igx_chip_remove: string;
59
61
  igx_chip_select: string;
60
62
  igx_input_upload_button: string;
@@ -3,4 +3,6 @@
3
3
  */
4
4
  export declare const ComboResourceStringsTR: {
5
5
  igx_combo_empty_message: string;
6
+ igx_combo_addCustomValues_placeholder: string;
7
+ igx_combo_clearItems_placeholder: string;
6
8
  };
@@ -1,6 +1,8 @@
1
1
  // exported below as re-cast to create declaration type with expanded properties
2
2
  const ComboResourceStringsTR_ = {
3
- igx_combo_empty_message: 'Liste boş'
3
+ igx_combo_empty_message: 'Liste boş',
4
+ igx_combo_addCustomValues_placeholder: 'Öğe ekle',
5
+ igx_combo_clearItems_placeholder: 'Seçimi temizle'
4
6
  };
5
7
  /**
6
8
  * Turkish resource strings for IgxCombo
@@ -56,6 +56,8 @@ export declare const IgxResourceStringsTR: {
56
56
  igx_query_builder_condition_placeholder: string;
57
57
  igx_query_builder_value_placeholder: string;
58
58
  igx_combo_empty_message: string;
59
+ igx_combo_addCustomValues_placeholder: string;
60
+ igx_combo_clearItems_placeholder: string;
59
61
  igx_chip_remove: string;
60
62
  igx_chip_select: string;
61
63
  igx_input_upload_button: string;
@@ -3,4 +3,6 @@
3
3
  */
4
4
  export declare const ComboResourceStringsZHHANS: {
5
5
  igx_combo_empty_message: string;
6
+ igx_combo_addCustomValues_placeholder: string;
7
+ igx_combo_clearItems_placeholder: string;
6
8
  };
@@ -1,6 +1,8 @@
1
1
  // exported below as re-cast to create declaration type with expanded properties
2
2
  const ComboResourceStringsZHHANS_ = {
3
- igx_combo_empty_message: '列表为空'
3
+ igx_combo_empty_message: '列表为空',
4
+ igx_combo_addCustomValues_placeholder: '添加项目',
5
+ igx_combo_clearItems_placeholder: '清除选择'
4
6
  };
5
7
  /**
6
8
  * Simplified Chinese (zh-Hans) resource strings for IgxCombo
@@ -56,6 +56,8 @@ export declare const IgxResourceStringsZHHANS: {
56
56
  igx_query_builder_condition_placeholder: string;
57
57
  igx_query_builder_value_placeholder: string;
58
58
  igx_combo_empty_message: string;
59
+ igx_combo_addCustomValues_placeholder: string;
60
+ igx_combo_clearItems_placeholder: string;
59
61
  igx_chip_remove: string;
60
62
  igx_chip_select: string;
61
63
  igx_input_upload_button: string;
@@ -3,4 +3,6 @@
3
3
  */
4
4
  export declare const ComboResourceStringsZHHANT: {
5
5
  igx_combo_empty_message: string;
6
+ igx_combo_addCustomValues_placeholder: string;
7
+ igx_combo_clearItems_placeholder: string;
6
8
  };
@@ -1,6 +1,8 @@
1
1
  // exported below as re-cast to create declaration type with expanded properties
2
2
  const ComboResourceStringsZHHANT_ = {
3
- igx_combo_empty_message: '清單是空的'
3
+ igx_combo_empty_message: '清單是空的',
4
+ igx_combo_addCustomValues_placeholder: '新增項目',
5
+ igx_combo_clearItems_placeholder: '清除選擇'
4
6
  };
5
7
  /**
6
8
  * Traditional Chinese (zh-Hant) resource strings for IgxCombo
@@ -56,6 +56,8 @@ export declare const IgxResourceStringsZHHANT: {
56
56
  igx_query_builder_condition_placeholder: string;
57
57
  igx_query_builder_value_placeholder: string;
58
58
  igx_combo_empty_message: string;
59
+ igx_combo_addCustomValues_placeholder: string;
60
+ igx_combo_clearItems_placeholder: string;
59
61
  igx_chip_remove: string;
60
62
  igx_chip_select: string;
61
63
  igx_input_upload_button: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-angular-i18n",
3
- "version": "18.1.9",
3
+ "version": "18.1.10",
4
4
  "description": "IgniteUI for Angular localization resources package",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",