@voyantjs/i18n 0.59.0 → 0.61.0

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.
@@ -82,6 +82,20 @@ export declare const operatorAdminProductsMessages: {
82
82
  namePlaceholder: string;
83
83
  descriptionLabel: string;
84
84
  descriptionPlaceholder: string;
85
+ termsLabel: string;
86
+ termsPlaceholder: string;
87
+ fieldLabels: {
88
+ terms: string;
89
+ };
90
+ sections: {
91
+ terms: {
92
+ title: string;
93
+ description: string;
94
+ };
95
+ };
96
+ placeholders: {
97
+ terms: string;
98
+ };
85
99
  tagsLabel: string;
86
100
  tagInputPlaceholder: string;
87
101
  statusLabel: string;
@@ -606,6 +620,20 @@ export declare const operatorAdminProductsMessages: {
606
620
  namePlaceholder: string;
607
621
  descriptionLabel: string;
608
622
  descriptionPlaceholder: string;
623
+ termsLabel: string;
624
+ termsPlaceholder: string;
625
+ fieldLabels: {
626
+ terms: string;
627
+ };
628
+ sections: {
629
+ terms: {
630
+ title: string;
631
+ description: string;
632
+ };
633
+ };
634
+ placeholders: {
635
+ terms: string;
636
+ };
609
637
  tagsLabel: string;
610
638
  tagInputPlaceholder: string;
611
639
  statusLabel: string;
@@ -1 +1 @@
1
- {"version":3,"file":"products-operator.d.ts","sourceRoot":"","sources":["../../src/admin/products-operator.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,eAAe,CAAA;AAExD,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6iCzC,CAAA;AAED,MAAM,MAAM,6BAA6B,GAAG,mBAAmB,CAC7D,CAAC,OAAO,6BAA6B,CAAC,CAAC,IAAI,CAAC,CAC7C,CAAA"}
1
+ {"version":3,"file":"products-operator.d.ts","sourceRoot":"","sources":["../../src/admin/products-operator.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,eAAe,CAAA;AAExD,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0kCzC,CAAA;AAED,MAAM,MAAM,6BAA6B,GAAG,mBAAmB,CAC7D,CAAC,OAAO,6BAA6B,CAAC,CAAC,IAAI,CAAC,CAC7C,CAAA"}
@@ -82,6 +82,20 @@ export const operatorAdminProductsMessages = {
82
82
  namePlaceholder: "Croatia Explorer 2026",
83
83
  descriptionLabel: "Description",
84
84
  descriptionPlaceholder: "Brief overview of the product...",
85
+ termsLabel: "Terms",
86
+ termsPlaceholder: "Add cancellation fine print, regulatory disclaimers, or supplier terms...",
87
+ fieldLabels: {
88
+ terms: "Terms",
89
+ },
90
+ sections: {
91
+ terms: {
92
+ title: "Terms",
93
+ description: "Product-level terms, conditions, and supplier fine print.",
94
+ },
95
+ },
96
+ placeholders: {
97
+ terms: "Add cancellation fine print, regulatory disclaimers, or supplier terms...",
98
+ },
85
99
  tagsLabel: "Tags",
86
100
  tagInputPlaceholder: "Type a tag and press Enter",
87
101
  statusLabel: "Status",
@@ -609,6 +623,20 @@ export const operatorAdminProductsMessages = {
609
623
  namePlaceholder: "Croatia Explorer 2026",
610
624
  descriptionLabel: "Descriere",
611
625
  descriptionPlaceholder: "Prezentare scurta a produsului...",
626
+ termsLabel: "Termeni",
627
+ termsPlaceholder: "Adauga conditii de anulare, note legale sau termeni de furnizor...",
628
+ fieldLabels: {
629
+ terms: "Termeni",
630
+ },
631
+ sections: {
632
+ terms: {
633
+ title: "Termeni",
634
+ description: "Termeni, conditii si note de furnizor la nivel de produs.",
635
+ },
636
+ },
637
+ placeholders: {
638
+ terms: "Adauga conditii de anulare, note legale sau termeni de furnizor...",
639
+ },
612
640
  tagsLabel: "Etichete",
613
641
  tagInputPlaceholder: "Scrie o eticheta si apasa Enter",
614
642
  statusLabel: "Status",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voyantjs/i18n",
3
- "version": "0.59.0",
3
+ "version": "0.61.0",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "exports": {