igniteui-angular-i18n 12.2.3 → 12.2.7
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/action-strip-resources.d.ts +6 -0
- package/i18n/BG/action-strip-resources.js +11 -0
- package/i18n/CS/action-strip-resources.d.ts +6 -0
- package/i18n/CS/action-strip-resources.js +11 -0
- package/i18n/DA/action-strip-resources.d.ts +6 -0
- package/i18n/DA/action-strip-resources.js +11 -0
- package/i18n/DE/action-strip-resources.d.ts +6 -0
- package/i18n/DE/action-strip-resources.js +11 -0
- package/i18n/ES/action-strip-resources.d.ts +6 -0
- package/i18n/ES/action-strip-resources.js +11 -0
- package/i18n/FR/action-strip-resources.d.ts +6 -0
- package/i18n/FR/action-strip-resources.js +11 -0
- package/i18n/HU/action-strip-resources.d.ts +6 -0
- package/i18n/HU/action-strip-resources.js +11 -0
- package/i18n/IT/action-strip-resources.d.ts +6 -0
- package/i18n/IT/action-strip-resources.js +11 -0
- package/i18n/JA/action-strip-resources.d.ts +6 -0
- package/i18n/JA/action-strip-resources.js +11 -0
- package/i18n/KO/action-strip-resources.d.ts +6 -0
- package/i18n/KO/action-strip-resources.js +11 -0
- package/i18n/NB/action-strip-resources.d.ts +6 -0
- package/i18n/NB/action-strip-resources.js +11 -0
- package/i18n/NL/action-strip-resources.d.ts +6 -0
- package/i18n/NL/action-strip-resources.js +11 -0
- package/i18n/PL/action-strip-resources.d.ts +6 -0
- package/i18n/PL/action-strip-resources.js +11 -0
- package/i18n/PT/action-strip-resources.d.ts +6 -0
- package/i18n/PT/action-strip-resources.js +11 -0
- package/i18n/RO/action-strip-resources.d.ts +6 -0
- package/i18n/RO/action-strip-resources.js +11 -0
- package/i18n/SV/action-strip-resources.d.ts +6 -0
- package/i18n/SV/action-strip-resources.js +11 -0
- package/i18n/TR/action-strip-resources.d.ts +6 -0
- package/i18n/TR/action-strip-resources.js +11 -0
- package/i18n/ZH-HANS/action-strip-resources.d.ts +6 -0
- package/i18n/ZH-HANS/action-strip-resources.js +11 -0
- package/i18n/ZH-HANT/action-strip-resources.d.ts +6 -0
- package/i18n/ZH-HANT/action-strip-resources.js +11 -0
- package/package.json +1 -1
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ActionStripResourceStringsBG = void 0;
|
|
4
|
+
// exported below as re-cast to create declaration type with expanded properties
|
|
5
|
+
const ActionStripResourceStringsBG_ = {
|
|
6
|
+
igx_action_strip_button_more_title: 'Още'
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Bulgarian resource strings for IgxActionStrip
|
|
10
|
+
*/
|
|
11
|
+
exports.ActionStripResourceStringsBG = ActionStripResourceStringsBG_;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ActionStripResourceStringsCS = void 0;
|
|
4
|
+
// exported below as re-cast to create declaration type with expanded properties
|
|
5
|
+
const ActionStripResourceStringsCS_ = {
|
|
6
|
+
igx_action_strip_button_more_title: 'Více'
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Czech resource strings for IgxActionStrip
|
|
10
|
+
*/
|
|
11
|
+
exports.ActionStripResourceStringsCS = ActionStripResourceStringsCS_;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ActionStripResourceStringsDA = void 0;
|
|
4
|
+
// exported below as re-cast to create declaration type with expanded properties
|
|
5
|
+
const ActionStripResourceStringsDA_ = {
|
|
6
|
+
igx_action_strip_button_more_title: 'Mere'
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Danish resource strings for IgxActionStrip
|
|
10
|
+
*/
|
|
11
|
+
exports.ActionStripResourceStringsDA = ActionStripResourceStringsDA_;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ActionStripResourceStringsDE = void 0;
|
|
4
|
+
// exported below as re-cast to create declaration type with expanded properties
|
|
5
|
+
const ActionStripResourceStringsDE_ = {
|
|
6
|
+
igx_action_strip_button_more_title: 'Mehr'
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* German resource strings for IgxActionStrip
|
|
10
|
+
*/
|
|
11
|
+
exports.ActionStripResourceStringsDE = ActionStripResourceStringsDE_;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ActionStripResourceStringsES = void 0;
|
|
4
|
+
// exported below as re-cast to create declaration type with expanded properties
|
|
5
|
+
const ActionStripResourceStringsES_ = {
|
|
6
|
+
igx_action_strip_button_more_title: 'Más'
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Spanish resource strings for IgxActionStrip
|
|
10
|
+
*/
|
|
11
|
+
exports.ActionStripResourceStringsES = ActionStripResourceStringsES_;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ActionStripResourceStringsFR = void 0;
|
|
4
|
+
// exported below as re-cast to create declaration type with expanded properties
|
|
5
|
+
const ActionStripResourceStringsFR_ = {
|
|
6
|
+
igx_action_strip_button_more_title: 'Plus'
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* French resource strings for IgxActionStrip
|
|
10
|
+
*/
|
|
11
|
+
exports.ActionStripResourceStringsFR = ActionStripResourceStringsFR_;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ActionStripResourceStringsHU = void 0;
|
|
4
|
+
// exported below as re-cast to create declaration type with expanded properties
|
|
5
|
+
const ActionStripResourceStringsHU_ = {
|
|
6
|
+
igx_action_strip_button_more_title: 'Továbbiak'
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Hungarian resource strings for IgxActionStrip
|
|
10
|
+
*/
|
|
11
|
+
exports.ActionStripResourceStringsHU = ActionStripResourceStringsHU_;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ActionStripResourceStringsIT = void 0;
|
|
4
|
+
// exported below as re-cast to create declaration type with expanded properties
|
|
5
|
+
const ActionStripResourceStringsIT_ = {
|
|
6
|
+
igx_action_strip_button_more_title: 'Altro'
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Italian resource strings for IgxActionStrip
|
|
10
|
+
*/
|
|
11
|
+
exports.ActionStripResourceStringsIT = ActionStripResourceStringsIT_;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ActionStripResourceStringsJA = void 0;
|
|
4
|
+
// exported below as re-cast to create declaration type with expanded properties
|
|
5
|
+
const ActionStripResourceStringsJA_ = {
|
|
6
|
+
igx_action_strip_button_more_title: 'その他'
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Japanese resource strings for IgxActionStrip
|
|
10
|
+
*/
|
|
11
|
+
exports.ActionStripResourceStringsJA = ActionStripResourceStringsJA_;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ActionStripResourceStringsKO = void 0;
|
|
4
|
+
// exported below as re-cast to create declaration type with expanded properties
|
|
5
|
+
const ActionStripResourceStringsKO_ = {
|
|
6
|
+
igx_action_strip_button_more_title: '더 보기'
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Korean resource strings for IgxActionStrip
|
|
10
|
+
*/
|
|
11
|
+
exports.ActionStripResourceStringsKO = ActionStripResourceStringsKO_;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ActionStripResourceStringsNB = void 0;
|
|
4
|
+
// exported below as re-cast to create declaration type with expanded properties
|
|
5
|
+
const ActionStripResourceStringsNB_ = {
|
|
6
|
+
igx_action_strip_button_more_title: 'Mer'
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Norwegian resource strings for IgxActionStrip
|
|
10
|
+
*/
|
|
11
|
+
exports.ActionStripResourceStringsNB = ActionStripResourceStringsNB_;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ActionStripResourceStringsNL = void 0;
|
|
4
|
+
// exported below as re-cast to create declaration type with expanded properties
|
|
5
|
+
const ActionStripResourceStringsNL_ = {
|
|
6
|
+
igx_action_strip_button_more_title: 'Meer'
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Dutch resource strings for IgxActionStrip
|
|
10
|
+
*/
|
|
11
|
+
exports.ActionStripResourceStringsNL = ActionStripResourceStringsNL_;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ActionStripResourceStringsPL = void 0;
|
|
4
|
+
// exported below as re-cast to create declaration type with expanded properties
|
|
5
|
+
const ActionStripResourceStringsPL_ = {
|
|
6
|
+
igx_action_strip_button_more_title: 'Więcej'
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Polish resource strings for IgxActionStrip
|
|
10
|
+
*/
|
|
11
|
+
exports.ActionStripResourceStringsPL = ActionStripResourceStringsPL_;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ActionStripResourceStringsPT = void 0;
|
|
4
|
+
// exported below as re-cast to create declaration type with expanded properties
|
|
5
|
+
const ActionStripResourceStringsPT_ = {
|
|
6
|
+
igx_action_strip_button_more_title: 'Mais'
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Portuguese resource strings for IgxActionStrip
|
|
10
|
+
*/
|
|
11
|
+
exports.ActionStripResourceStringsPT = ActionStripResourceStringsPT_;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ActionStripResourceStringsRO = void 0;
|
|
4
|
+
// exported below as re-cast to create declaration type with expanded properties
|
|
5
|
+
const ActionStripResourceStringsRO_ = {
|
|
6
|
+
igx_action_strip_button_more_title: 'Mai mult'
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Romanian resource strings for IgxActionStrip
|
|
10
|
+
*/
|
|
11
|
+
exports.ActionStripResourceStringsRO = ActionStripResourceStringsRO_;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ActionStripResourceStringsSV = void 0;
|
|
4
|
+
// exported below as re-cast to create declaration type with expanded properties
|
|
5
|
+
const ActionStripResourceStringsSV_ = {
|
|
6
|
+
igx_action_strip_button_more_title: 'Mer'
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Swedish resource strings for IgxActionStrip
|
|
10
|
+
*/
|
|
11
|
+
exports.ActionStripResourceStringsSV = ActionStripResourceStringsSV_;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ActionStripResourceStringsTR = void 0;
|
|
4
|
+
// exported below as re-cast to create declaration type with expanded properties
|
|
5
|
+
const ActionStripResourceStringsTR_ = {
|
|
6
|
+
igx_action_strip_button_more_title: 'Diğer'
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Turkish resource strings for IgxActionStrip
|
|
10
|
+
*/
|
|
11
|
+
exports.ActionStripResourceStringsTR = ActionStripResourceStringsTR_;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ActionStripResourceStringsZHHANS = void 0;
|
|
4
|
+
// exported below as re-cast to create declaration type with expanded properties
|
|
5
|
+
const ActionStripResourceStringsZHHANS_ = {
|
|
6
|
+
igx_action_strip_button_more_title: '其他'
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Simplified Chinese (zh-Hans) resource strings for IgxActionStrip
|
|
10
|
+
*/
|
|
11
|
+
exports.ActionStripResourceStringsZHHANS = ActionStripResourceStringsZHHANS_;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ActionStripResourceStringsZHHANT = void 0;
|
|
4
|
+
// exported below as re-cast to create declaration type with expanded properties
|
|
5
|
+
const ActionStripResourceStringsZHHANT_ = {
|
|
6
|
+
igx_action_strip_button_more_title: '其他'
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Traditional Chinese (zh-Hant) resource strings for IgxActionStrip
|
|
10
|
+
*/
|
|
11
|
+
exports.ActionStripResourceStringsZHHANT = ActionStripResourceStringsZHHANT_;
|