@innovastudio/contentbox 1.0.30 → 1.0.31
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.
|
@@ -404,7 +404,16 @@ _txt['xs'] = 'xs';
|
|
|
404
404
|
_txt['sm'] = 'sm';
|
|
405
405
|
_txt['m'] = 'm';
|
|
406
406
|
_txt['lg'] = 'lg';
|
|
407
|
+
_txt['Scroll'] = 'Scroll';
|
|
407
408
|
_txt['Scroll Button'] = 'Scroll Button';
|
|
408
409
|
_txt['Are you sure you want to remove all text/content in this box?'] = 'Are you sure you want to remove all text/content in this box?';
|
|
409
410
|
_txt['Vertical Adjustment'] = 'Vertical Adjustment';
|
|
410
411
|
_txt['Horizontal Adjustment'] = 'Horizontal Adjustment';
|
|
412
|
+
_txt["Start"] = "Start";
|
|
413
|
+
_txt["End"] = "End";
|
|
414
|
+
_txt["Slide Left"] = "Slide Left";
|
|
415
|
+
_txt["Slide Right"] = "Slide Right";
|
|
416
|
+
_txt["Slide Back"] = "Slide Back";
|
|
417
|
+
_txt["Zoom In"] = "Zoom In";
|
|
418
|
+
_txt["Zoom Out"] = "Zoom Out";
|
|
419
|
+
_txt["Overlap"] = "Overlap";
|