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.
- package/i18n/BG/combo-resources.d.ts +2 -0
- package/i18n/BG/combo-resources.js +3 -1
- package/i18n/BG/resources.d.ts +2 -0
- package/i18n/CS/combo-resources.d.ts +2 -0
- package/i18n/CS/combo-resources.js +3 -1
- package/i18n/CS/resources.d.ts +2 -0
- package/i18n/DA/combo-resources.d.ts +2 -0
- package/i18n/DA/combo-resources.js +3 -1
- package/i18n/DA/resources.d.ts +2 -0
- package/i18n/DE/combo-resources.d.ts +2 -0
- package/i18n/DE/combo-resources.js +3 -1
- package/i18n/DE/resources.d.ts +2 -0
- package/i18n/ES/combo-resources.d.ts +2 -0
- package/i18n/ES/combo-resources.js +3 -1
- package/i18n/ES/resources.d.ts +2 -0
- package/i18n/FR/combo-resources.d.ts +2 -0
- package/i18n/FR/combo-resources.js +3 -1
- package/i18n/FR/resources.d.ts +2 -0
- package/i18n/HU/combo-resources.d.ts +2 -0
- package/i18n/HU/combo-resources.js +3 -1
- package/i18n/HU/resources.d.ts +2 -0
- package/i18n/IT/combo-resources.d.ts +2 -0
- package/i18n/IT/combo-resources.js +3 -1
- package/i18n/IT/resources.d.ts +2 -0
- package/i18n/JA/combo-resources.d.ts +2 -0
- package/i18n/JA/combo-resources.js +3 -1
- package/i18n/JA/resources.d.ts +2 -0
- package/i18n/KO/combo-resources.d.ts +2 -0
- package/i18n/KO/combo-resources.js +3 -1
- package/i18n/KO/resources.d.ts +2 -0
- package/i18n/NB/combo-resources.d.ts +2 -0
- package/i18n/NB/combo-resources.js +3 -1
- package/i18n/NB/resources.d.ts +2 -0
- package/i18n/NL/combo-resources.d.ts +2 -0
- package/i18n/NL/combo-resources.js +3 -1
- package/i18n/NL/resources.d.ts +2 -0
- package/i18n/PL/combo-resources.d.ts +2 -0
- package/i18n/PL/combo-resources.js +3 -1
- package/i18n/PL/resources.d.ts +2 -0
- package/i18n/PT/combo-resources.d.ts +2 -0
- package/i18n/PT/combo-resources.js +3 -1
- package/i18n/PT/resources.d.ts +2 -0
- package/i18n/RO/combo-resources.d.ts +2 -0
- package/i18n/RO/combo-resources.js +3 -1
- package/i18n/RO/resources.d.ts +2 -0
- package/i18n/SV/combo-resources.d.ts +2 -0
- package/i18n/SV/combo-resources.js +3 -1
- package/i18n/SV/resources.d.ts +2 -0
- package/i18n/TR/combo-resources.d.ts +2 -0
- package/i18n/TR/combo-resources.js +3 -1
- package/i18n/TR/resources.d.ts +2 -0
- package/i18n/ZH-HANS/combo-resources.d.ts +2 -0
- package/i18n/ZH-HANS/combo-resources.js +3 -1
- package/i18n/ZH-HANS/resources.d.ts +2 -0
- package/i18n/ZH-HANT/combo-resources.d.ts +2 -0
- package/i18n/ZH-HANT/combo-resources.js +3 -1
- package/i18n/ZH-HANT/resources.d.ts +2 -0
- package/package.json +1 -1
|
@@ -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
|
package/i18n/BG/resources.d.ts
CHANGED
|
@@ -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;
|
|
@@ -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
|
package/i18n/CS/resources.d.ts
CHANGED
|
@@ -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;
|
|
@@ -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
|
package/i18n/DA/resources.d.ts
CHANGED
|
@@ -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;
|
|
@@ -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
|
package/i18n/DE/resources.d.ts
CHANGED
|
@@ -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;
|
|
@@ -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
|
package/i18n/ES/resources.d.ts
CHANGED
|
@@ -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;
|
|
@@ -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
|
package/i18n/FR/resources.d.ts
CHANGED
|
@@ -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;
|
|
@@ -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
|
package/i18n/HU/resources.d.ts
CHANGED
|
@@ -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;
|
|
@@ -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
|
package/i18n/IT/resources.d.ts
CHANGED
|
@@ -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;
|
|
@@ -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
|
package/i18n/JA/resources.d.ts
CHANGED
|
@@ -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;
|
|
@@ -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
|
package/i18n/KO/resources.d.ts
CHANGED
|
@@ -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;
|
|
@@ -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
|
package/i18n/NB/resources.d.ts
CHANGED
|
@@ -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;
|
|
@@ -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
|
package/i18n/NL/resources.d.ts
CHANGED
|
@@ -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;
|
|
@@ -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
|
package/i18n/PL/resources.d.ts
CHANGED
|
@@ -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;
|
|
@@ -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
|
package/i18n/PT/resources.d.ts
CHANGED
|
@@ -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;
|
|
@@ -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
|
package/i18n/RO/resources.d.ts
CHANGED
|
@@ -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;
|
|
@@ -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
|
package/i18n/SV/resources.d.ts
CHANGED
|
@@ -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;
|
|
@@ -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
|
package/i18n/TR/resources.d.ts
CHANGED
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|