@innovastudio/contentbox 1.6.93 → 1.6.95
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.
@@ -523,6 +523,56 @@ _txt["Gradient Slider"] = "Gradient Slider";
|
|
523
523
|
_txt["Save"] = "Save";
|
524
524
|
_txt["Muted"] = "Muted";
|
525
525
|
_txt["Border Style"] = "Border Style";
|
526
|
+
_txt["Form"] = "Form";
|
527
|
+
_txt["Generate My Form"] = "Generate My Form";
|
528
|
+
_txt["Form Settings"] = "Form Settings";
|
529
|
+
_txt["Form Action:"] = "Form Action:";
|
530
|
+
_txt["Thank You Message:"] = "Thank You Message:";
|
531
|
+
_txt["Error Message:"] = "Error Message:";
|
532
|
+
_txt["Button Text:"] = "Button Text:";
|
533
|
+
_txt["Hide Form Header"] = "Hide Form Header";
|
534
|
+
|
535
|
+
// Translation for Form Builder
|
536
|
+
_txt["Short Text"] = "Short Text";
|
537
|
+
_txt["Long Text"] = "Long Text";
|
538
|
+
_txt["Number"] = "Number";
|
539
|
+
_txt["Switch"] = "Switch";
|
540
|
+
// _txt["Select"] = "Select";
|
541
|
+
_txt["Multi Select"] = "Multi Select";
|
542
|
+
_txt["Date"] = "Date";
|
543
|
+
_txt["File Upload"] = "File Upload";
|
544
|
+
_txt["Dropdown"] = "Dropdown";
|
545
|
+
_txt["Attach File"] = "Attach File";
|
546
|
+
_txt["Email"] = "Email";
|
547
|
+
_txt["Phone"] = "Phone";
|
548
|
+
// _txt["URL"] = "URL";
|
549
|
+
_txt["Question.."] = "Question..";
|
550
|
+
_txt["Required"] = "Required";
|
551
|
+
_txt["Placeholder text"] = "Placeholder text";
|
552
|
+
_txt["Select.."] = "Select..";
|
553
|
+
_txt["Other (describe)"] = "Other (describe)";
|
554
|
+
_txt["Add Option"] = "Add Option";
|
555
|
+
_txt["Images"] = "Images";
|
556
|
+
_txt["Videos"] = "Videos";
|
557
|
+
_txt["Documents"] = "Documents";
|
558
|
+
_txt["Others (zip & rar)"] = "Others (zip & rar)";
|
559
|
+
_txt["Drag and drop your file here, or click to select."] = "Drag and drop your file here, or click to select.";
|
560
|
+
_txt["Allowed File Types"] = "Allowed File Types";
|
561
|
+
_txt["Invalid file type."] = "Invalid file type.";
|
562
|
+
_txt["Your Form Title Here"] = "Your Form Title Here";
|
563
|
+
_txt["Your Description Here"] = "Your Description Here";
|
564
|
+
_txt["Complete"] = "Complete";
|
565
|
+
_txt["What kind of form would you like to create?"] = "What kind of form would you like to create?";
|
566
|
+
_txt["Generate"] = "Generate";
|
567
|
+
// _txt["Abort"] = "Abort";
|
568
|
+
// _txt["Language"] = "Language";
|
569
|
+
_txt["Select language"] = "Select language";
|
570
|
+
// _txt["Hidden"] = "Hidden";
|
571
|
+
_txt["Value"] = "Value";
|
572
|
+
_txt["Time"] = "Time";
|
573
|
+
_txt["Datetime"] = "Datetime";
|
574
|
+
_txt["Date & Time"] = "Date & Time";
|
575
|
+
// _txt["Color"] = "Color";
|
526
576
|
|
527
577
|
|
528
578
|
//ContentBox.js
|
@@ -734,7 +784,6 @@ _txt["Logo Text Css"] = "Logo Text Css";
|
|
734
784
|
_txt["Navbar Css"] = "Navbar Css";
|
735
785
|
_txt["Menu Item Css"] = "Menu Item Css";
|
736
786
|
_txt["Disable Easing"] = "Disable Easing";
|
737
|
-
_txt["Add Section ID"] = "Add Section ID";
|
738
787
|
_txt["Pin Section (visible on preview)"] = "Pin Section (visible on preview)";
|
739
788
|
_txt["Pin Spacing"] = "Pin Spacing";
|
740
789
|
_txt["Live Preview"] = "Live Preview";
|
@@ -858,4 +907,5 @@ _txt["More Options"] = "More Options";
|
|
858
907
|
_txt["Reset Rotation"] = "Reset Rotation";
|
859
908
|
_txt["Select Background"] = "Select Background";
|
860
909
|
_txt["Upload Background"] = "Upload Background";
|
861
|
-
_txt["Lock Content Size"] = "Lock Content Size";
|
910
|
+
_txt["Lock Content Size"] = "Lock Content Size";
|
911
|
+
_txt["Add ID"] = "Add ID";
|
package/readme.txt
CHANGED