@voyantjs/i18n 0.26.7 → 0.26.9
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.
|
@@ -366,9 +366,12 @@ export declare const operatorAdminProductsMessages: {
|
|
|
366
366
|
addAction: string;
|
|
367
367
|
empty: string;
|
|
368
368
|
unitCategoryTitle: string;
|
|
369
|
+
unitPricingTitle: string;
|
|
369
370
|
addUnitsHint: string;
|
|
370
371
|
createCategoriesHint: string;
|
|
371
372
|
tableUnit: string;
|
|
373
|
+
tableSell: string;
|
|
374
|
+
tableCost: string;
|
|
372
375
|
editAction: string;
|
|
373
376
|
deleteAction: string;
|
|
374
377
|
deleteRuleConfirm: string;
|
|
@@ -804,9 +807,12 @@ export declare const operatorAdminProductsMessages: {
|
|
|
804
807
|
addAction: string;
|
|
805
808
|
empty: string;
|
|
806
809
|
unitCategoryTitle: string;
|
|
810
|
+
unitPricingTitle: string;
|
|
807
811
|
addUnitsHint: string;
|
|
808
812
|
createCategoriesHint: string;
|
|
809
813
|
tableUnit: string;
|
|
814
|
+
tableSell: string;
|
|
815
|
+
tableCost: string;
|
|
810
816
|
editAction: string;
|
|
811
817
|
deleteAction: string;
|
|
812
818
|
deleteRuleConfirm: 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
|
|
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+3BzC,CAAA;AAED,MAAM,MAAM,6BAA6B,GAAG,mBAAmB,CAC7D,CAAC,OAAO,6BAA6B,CAAC,CAAC,IAAI,CAAC,CAC7C,CAAA"}
|
|
@@ -368,9 +368,12 @@ export const operatorAdminProductsMessages = {
|
|
|
368
368
|
addAction: "Add Price Rule",
|
|
369
369
|
empty: "No price rules yet. Link a catalog to start pricing.",
|
|
370
370
|
unitCategoryTitle: "Unit x Category Pricing",
|
|
371
|
+
unitPricingTitle: "Unit Pricing",
|
|
371
372
|
addUnitsHint: "Add units to configure pricing.",
|
|
372
373
|
createCategoriesHint: "Create global pricing categories in Settings first.",
|
|
373
374
|
tableUnit: "Unit",
|
|
375
|
+
tableSell: "Sell",
|
|
376
|
+
tableCost: "Cost",
|
|
374
377
|
editAction: "Edit",
|
|
375
378
|
deleteAction: "Delete",
|
|
376
379
|
deleteRuleConfirm: 'Delete price rule "{name}"?',
|
|
@@ -807,9 +810,12 @@ export const operatorAdminProductsMessages = {
|
|
|
807
810
|
addAction: "Adauga regula de pret",
|
|
808
811
|
empty: "Nu exista reguli de pret momentan. Leaga un catalog pentru a incepe tarifarea.",
|
|
809
812
|
unitCategoryTitle: "Preturi pe unitate x categorie",
|
|
813
|
+
unitPricingTitle: "Preturi pe unitate",
|
|
810
814
|
addUnitsHint: "Adauga unitati pentru a configura preturile.",
|
|
811
815
|
createCategoriesHint: "Creeaza mai intai categoriile globale de pret in Setari.",
|
|
812
816
|
tableUnit: "Unitate",
|
|
817
|
+
tableSell: "Vanzare",
|
|
818
|
+
tableCost: "Cost",
|
|
813
819
|
editAction: "Editeaza",
|
|
814
820
|
deleteAction: "Sterge",
|
|
815
821
|
deleteRuleConfirm: 'Stergi regula de pret "{name}"?',
|