@lodashventure/medusa-review 1.5.26 → 1.5.28
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.
|
@@ -657,29 +657,29 @@ const config = adminSdk.defineRouteConfig({
|
|
|
657
657
|
label: "Reviews",
|
|
658
658
|
icon: icons.ChatBubbleLeftRight
|
|
659
659
|
});
|
|
660
|
-
const
|
|
660
|
+
const en = {
|
|
661
661
|
review: {
|
|
662
|
-
title: "
|
|
662
|
+
title: "Product reviews",
|
|
663
663
|
statuses: {
|
|
664
|
-
approved: "
|
|
665
|
-
pending: "
|
|
664
|
+
approved: "Approved",
|
|
665
|
+
pending: "Pending approval"
|
|
666
666
|
}
|
|
667
667
|
}
|
|
668
668
|
};
|
|
669
669
|
const i18nTranslations0 = {
|
|
670
|
-
|
|
670
|
+
en
|
|
671
671
|
};
|
|
672
|
-
const
|
|
672
|
+
const th = {
|
|
673
673
|
review: {
|
|
674
|
-
title: "
|
|
674
|
+
title: "รีวิวสินค้า",
|
|
675
675
|
statuses: {
|
|
676
|
-
approved: "
|
|
677
|
-
pending: "
|
|
676
|
+
approved: "อนุมัติแล้ว",
|
|
677
|
+
pending: "รอการอนุมัติ"
|
|
678
678
|
}
|
|
679
679
|
}
|
|
680
680
|
};
|
|
681
681
|
const i18nTranslations1 = {
|
|
682
|
-
|
|
682
|
+
th
|
|
683
683
|
};
|
|
684
684
|
const widgetModule = { widgets: [
|
|
685
685
|
{
|
|
@@ -652,29 +652,29 @@ const config = defineRouteConfig({
|
|
|
652
652
|
label: "Reviews",
|
|
653
653
|
icon: ChatBubbleLeftRight
|
|
654
654
|
});
|
|
655
|
-
const
|
|
655
|
+
const en = {
|
|
656
656
|
review: {
|
|
657
|
-
title: "
|
|
657
|
+
title: "Product reviews",
|
|
658
658
|
statuses: {
|
|
659
|
-
approved: "
|
|
660
|
-
pending: "
|
|
659
|
+
approved: "Approved",
|
|
660
|
+
pending: "Pending approval"
|
|
661
661
|
}
|
|
662
662
|
}
|
|
663
663
|
};
|
|
664
664
|
const i18nTranslations0 = {
|
|
665
|
-
|
|
665
|
+
en
|
|
666
666
|
};
|
|
667
|
-
const
|
|
667
|
+
const th = {
|
|
668
668
|
review: {
|
|
669
|
-
title: "
|
|
669
|
+
title: "รีวิวสินค้า",
|
|
670
670
|
statuses: {
|
|
671
|
-
approved: "
|
|
672
|
-
pending: "
|
|
671
|
+
approved: "อนุมัติแล้ว",
|
|
672
|
+
pending: "รอการอนุมัติ"
|
|
673
673
|
}
|
|
674
674
|
}
|
|
675
675
|
};
|
|
676
676
|
const i18nTranslations1 = {
|
|
677
|
-
|
|
677
|
+
th
|
|
678
678
|
};
|
|
679
679
|
const widgetModule = { widgets: [
|
|
680
680
|
{
|