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.
Files changed (39) hide show
  1. package/i18n/BG/action-strip-resources.d.ts +6 -0
  2. package/i18n/BG/action-strip-resources.js +11 -0
  3. package/i18n/CS/action-strip-resources.d.ts +6 -0
  4. package/i18n/CS/action-strip-resources.js +11 -0
  5. package/i18n/DA/action-strip-resources.d.ts +6 -0
  6. package/i18n/DA/action-strip-resources.js +11 -0
  7. package/i18n/DE/action-strip-resources.d.ts +6 -0
  8. package/i18n/DE/action-strip-resources.js +11 -0
  9. package/i18n/ES/action-strip-resources.d.ts +6 -0
  10. package/i18n/ES/action-strip-resources.js +11 -0
  11. package/i18n/FR/action-strip-resources.d.ts +6 -0
  12. package/i18n/FR/action-strip-resources.js +11 -0
  13. package/i18n/HU/action-strip-resources.d.ts +6 -0
  14. package/i18n/HU/action-strip-resources.js +11 -0
  15. package/i18n/IT/action-strip-resources.d.ts +6 -0
  16. package/i18n/IT/action-strip-resources.js +11 -0
  17. package/i18n/JA/action-strip-resources.d.ts +6 -0
  18. package/i18n/JA/action-strip-resources.js +11 -0
  19. package/i18n/KO/action-strip-resources.d.ts +6 -0
  20. package/i18n/KO/action-strip-resources.js +11 -0
  21. package/i18n/NB/action-strip-resources.d.ts +6 -0
  22. package/i18n/NB/action-strip-resources.js +11 -0
  23. package/i18n/NL/action-strip-resources.d.ts +6 -0
  24. package/i18n/NL/action-strip-resources.js +11 -0
  25. package/i18n/PL/action-strip-resources.d.ts +6 -0
  26. package/i18n/PL/action-strip-resources.js +11 -0
  27. package/i18n/PT/action-strip-resources.d.ts +6 -0
  28. package/i18n/PT/action-strip-resources.js +11 -0
  29. package/i18n/RO/action-strip-resources.d.ts +6 -0
  30. package/i18n/RO/action-strip-resources.js +11 -0
  31. package/i18n/SV/action-strip-resources.d.ts +6 -0
  32. package/i18n/SV/action-strip-resources.js +11 -0
  33. package/i18n/TR/action-strip-resources.d.ts +6 -0
  34. package/i18n/TR/action-strip-resources.js +11 -0
  35. package/i18n/ZH-HANS/action-strip-resources.d.ts +6 -0
  36. package/i18n/ZH-HANS/action-strip-resources.js +11 -0
  37. package/i18n/ZH-HANT/action-strip-resources.d.ts +6 -0
  38. package/i18n/ZH-HANT/action-strip-resources.js +11 -0
  39. package/package.json +1 -1
@@ -0,0 +1,6 @@
1
+ /**
2
+ * Bulgarian resource strings for IgxActionStrip
3
+ */
4
+ export declare const ActionStripResourceStringsBG: {
5
+ igx_action_strip_button_more_title: string;
6
+ };
@@ -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,6 @@
1
+ /**
2
+ * Czech resource strings for IgxActionStrip
3
+ */
4
+ export declare const ActionStripResourceStringsCS: {
5
+ igx_action_strip_button_more_title: string;
6
+ };
@@ -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,6 @@
1
+ /**
2
+ * Danish resource strings for IgxActionStrip
3
+ */
4
+ export declare const ActionStripResourceStringsDA: {
5
+ igx_action_strip_button_more_title: string;
6
+ };
@@ -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,6 @@
1
+ /**
2
+ * German resource strings for IgxActionStrip
3
+ */
4
+ export declare const ActionStripResourceStringsDE: {
5
+ igx_action_strip_button_more_title: string;
6
+ };
@@ -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,6 @@
1
+ /**
2
+ * Spanish resource strings for IgxActionStrip
3
+ */
4
+ export declare const ActionStripResourceStringsES: {
5
+ igx_action_strip_button_more_title: string;
6
+ };
@@ -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,6 @@
1
+ /**
2
+ * French resource strings for IgxActionStrip
3
+ */
4
+ export declare const ActionStripResourceStringsFR: {
5
+ igx_action_strip_button_more_title: string;
6
+ };
@@ -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,6 @@
1
+ /**
2
+ * Hungarian resource strings for IgxActionStrip
3
+ */
4
+ export declare const ActionStripResourceStringsHU: {
5
+ igx_action_strip_button_more_title: string;
6
+ };
@@ -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,6 @@
1
+ /**
2
+ * Italian resource strings for IgxActionStrip
3
+ */
4
+ export declare const ActionStripResourceStringsIT: {
5
+ igx_action_strip_button_more_title: string;
6
+ };
@@ -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,6 @@
1
+ /**
2
+ * Japanese resource strings for IgxActionStrip
3
+ */
4
+ export declare const ActionStripResourceStringsJA: {
5
+ igx_action_strip_button_more_title: string;
6
+ };
@@ -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,6 @@
1
+ /**
2
+ * Korean resource strings for IgxActionStrip
3
+ */
4
+ export declare const ActionStripResourceStringsKO: {
5
+ igx_action_strip_button_more_title: string;
6
+ };
@@ -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,6 @@
1
+ /**
2
+ * Norwegian resource strings for IgxActionStrip
3
+ */
4
+ export declare const ActionStripResourceStringsNB: {
5
+ igx_action_strip_button_more_title: string;
6
+ };
@@ -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,6 @@
1
+ /**
2
+ * Dutch resource strings for IgxActionStrip
3
+ */
4
+ export declare const ActionStripResourceStringsNL: {
5
+ igx_action_strip_button_more_title: string;
6
+ };
@@ -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,6 @@
1
+ /**
2
+ * Polish resource strings for IgxActionStrip
3
+ */
4
+ export declare const ActionStripResourceStringsPL: {
5
+ igx_action_strip_button_more_title: string;
6
+ };
@@ -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,6 @@
1
+ /**
2
+ * Portuguese resource strings for IgxActionStrip
3
+ */
4
+ export declare const ActionStripResourceStringsPT: {
5
+ igx_action_strip_button_more_title: string;
6
+ };
@@ -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,6 @@
1
+ /**
2
+ * Romanian resource strings for IgxActionStrip
3
+ */
4
+ export declare const ActionStripResourceStringsRO: {
5
+ igx_action_strip_button_more_title: string;
6
+ };
@@ -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,6 @@
1
+ /**
2
+ * Swedish resource strings for IgxActionStrip
3
+ */
4
+ export declare const ActionStripResourceStringsSV: {
5
+ igx_action_strip_button_more_title: string;
6
+ };
@@ -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,6 @@
1
+ /**
2
+ * Turkish resource strings for IgxActionStrip
3
+ */
4
+ export declare const ActionStripResourceStringsTR: {
5
+ igx_action_strip_button_more_title: string;
6
+ };
@@ -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,6 @@
1
+ /**
2
+ * Simplified Chinese (zh-Hans) resource strings for IgxActionStrip
3
+ */
4
+ export declare const ActionStripResourceStringsZHHANS: {
5
+ igx_action_strip_button_more_title: string;
6
+ };
@@ -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,6 @@
1
+ /**
2
+ * Traditional Chinese (zh-Hant) resource strings for IgxActionStrip
3
+ */
4
+ export declare const ActionStripResourceStringsZHHANT: {
5
+ igx_action_strip_button_more_title: string;
6
+ };
@@ -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_;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-angular-i18n",
3
- "version": "12.2.3",
3
+ "version": "12.2.7",
4
4
  "description": "IgniteUI for Angular localization resources package",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",