@innovastudio/contentbox 1.4.36 → 1.4.38
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.
@@ -385,6 +385,7 @@ _txt["URL"] = "URL";
|
|
385
385
|
_txt["Delete Slide"] = "Delete Slide";
|
386
386
|
_txt["Arrow Color"] = "Arrow Color";
|
387
387
|
_txt["Dots Color"] = "Dots Color";
|
388
|
+
_txt["Hide Column on Mobile"] = "Hide Column on Mobile";
|
388
389
|
|
389
390
|
//ContentBox.js
|
390
391
|
_txt['Sections'] = 'Sections';
|
@@ -552,7 +553,6 @@ _txt["Rotate Clockwise"] = "Rotate Clockwise";
|
|
552
553
|
_txt["Rotate Counterclockwise"] = "Rotate Counterclockwise";
|
553
554
|
_txt["Fade In"] = "Fade In";
|
554
555
|
_txt["Fade Out"] = "Fade Out";
|
555
|
-
_txt["Clear All"] = "Clear All";
|
556
556
|
_txt["Delayed"] = "Delayed";
|
557
557
|
_txt["Late"] = "Late";
|
558
558
|
_txt["Very Late"] = "Very Late";
|
@@ -585,13 +585,24 @@ _txt["Slide Up - Slow"] = "Slide Up - Slow";
|
|
585
585
|
_txt["Zoom In"] = "Zoom In";
|
586
586
|
_txt["Zoom Out"] = "Zoom Out";
|
587
587
|
_txt["Simple"] = "Simple";
|
588
|
-
_txt["
|
589
|
-
_txt["
|
590
|
-
_txt["
|
588
|
+
_txt["Timeline"] = "Timeline";
|
589
|
+
_txt["(default: px)"] = "(default: px)";
|
590
|
+
_txt["Slide Horizontal"] = "Slide Horizontal";
|
591
|
+
_txt["Slide Vertical"] = "Slide Vertical";
|
592
|
+
_txt["Scale"] = "Scale";
|
591
593
|
_txt["Bg"] = "Bg";
|
592
594
|
_txt["Overlay"] = "Overlay";
|
593
|
-
_txt["Clear All Animations in Section"] = "Clear All Animations in Section";
|
594
595
|
_txt["Logo Text Css"] = "Logo Text Css";
|
595
596
|
_txt["Navbar Css"] = "Navbar Css";
|
596
597
|
_txt["Menu Item Css"] = "Menu Item Css";
|
597
|
-
_txt["Disable Smooth Animation"] = "Disable Smooth Animation";
|
598
|
+
_txt["Disable Smooth Animation"] = "Disable Smooth Animation";
|
599
|
+
_txt["Add Section ID"] = "Add Section ID";
|
600
|
+
_txt["Pin Section (visible on preview)"] = "Pin Section (visible on preview)";
|
601
|
+
_txt["Pin Spacing"] = "Pin Spacing";
|
602
|
+
_txt["Live Preview"] = "Live Preview";
|
603
|
+
_txt["Clear All"] = "Clear All";
|
604
|
+
_txt["Clear All Animations in Section"] = "Clear All Animations in Section";
|
605
|
+
_txt["Rotate"] = "Rotate";
|
606
|
+
_txt["Preview"] = "Preview";
|
607
|
+
_txt["Enable Animation"] = "Enable Animation";
|
608
|
+
_txt["Disable on Mobile"] = "Disable on Mobile";
|