@innovastudio/contentbox 1.6.194 → 1.6.196
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.
- package/index.d.ts +246 -1
- package/package.json +12 -4
- package/public/contentbox/contentbox.css +1370 -829
- package/public/contentbox/contentbox.esm.js +79812 -77404
- package/public/contentbox/contentbox.min.js +12 -109
- package/public/contentbox/lang/en.js +429 -63
- package/readme.txt +208 -155
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
var _txt = new Array();
|
|
2
2
|
|
|
3
3
|
//ContentBuilder.js
|
|
4
|
-
var _txt = new Array();
|
|
5
4
|
_txt["Bold"] = "Bold";
|
|
6
5
|
_txt["Italic"] = "Italic";
|
|
7
6
|
_txt["Hyperlink"] = "Hyperlink";
|
|
@@ -55,6 +54,7 @@ _txt["Strikethrough"] = "Strikethrough";
|
|
|
55
54
|
_txt["Superscript"] = "Superscript";
|
|
56
55
|
_txt["Subscript"] = "Subscript";
|
|
57
56
|
_txt["Uppercase"] = "Uppercase";
|
|
57
|
+
_txt["Text Case"] = "Text Case";
|
|
58
58
|
_txt["Clear"] = "Clear";
|
|
59
59
|
_txt["Choose.."] = "Choose..";
|
|
60
60
|
_txt["Forecolor"] = "Color";
|
|
@@ -260,7 +260,6 @@ _txt["Normal"] = "Normal";
|
|
|
260
260
|
_txt["Lowercase"] = "Lowercase";
|
|
261
261
|
_txt["Capitalize"] = "Capitalize";
|
|
262
262
|
_txt["None"] = "None";
|
|
263
|
-
_txt["Underline"] = "Underline";
|
|
264
263
|
_txt["Line Through"] = "Line Through";
|
|
265
264
|
_txt["Overline"] = "Overline";
|
|
266
265
|
_txt["Hover"] = "Hover";
|
|
@@ -443,12 +442,11 @@ _txt["Products"] = "Products";
|
|
|
443
442
|
_txt["About"] = "About";
|
|
444
443
|
_txt["Services"] = "Services";
|
|
445
444
|
// _txt["Products, Services"] = "Products, Services";
|
|
445
|
+
_txt["Plugins"] = "Plugins";
|
|
446
446
|
_txt["Enter folder name"] = "Enter folder name";
|
|
447
447
|
_txt["Create Folder"] = "Create Folder";
|
|
448
448
|
_txt["Please enter a folder name."] = "Please enter a folder name.";
|
|
449
449
|
_txt["Drag and drop files here."] = "Drag and drop files here.";
|
|
450
|
-
_txt["Select"] = "Select";
|
|
451
|
-
_txt["Cancel"] = "Cancel";
|
|
452
450
|
_txt["Delete Selected"] = "Delete Selected";
|
|
453
451
|
_txt["Please select a file"] = "Please select a file";
|
|
454
452
|
_txt["UP"] = "UP";
|
|
@@ -764,7 +762,8 @@ _txt["Landscape 9:21"] = "Portrait 9:21";
|
|
|
764
762
|
_txt["Aspect Ratio"] = "Aspect Ratio";
|
|
765
763
|
_txt["Duration (s)"] = "Duration (s)";
|
|
766
764
|
|
|
767
|
-
_txt["Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book."] = "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.";
|
|
765
|
+
// _txt["Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book."] = "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.";
|
|
766
|
+
_txt["Lorem Ipsum is simply dummy text of the printing and typesetting industry. It is a piece of classical Latin text that has long been used to demonstrate the visual form of a document without relying on meaningful content."] = "Lorem Ipsum is simply dummy text of the printing and typesetting industry. It is a piece of classical Latin text that has long been used to demonstrate the visual form of a document without relying on meaningful content.";
|
|
768
767
|
_txt["Headline Goes Here"] = "Headline Goes Here";
|
|
769
768
|
_txt["Lorem Ipsum is simply dummy text"] = "Lorem Ipsum is simply dummy text";
|
|
770
769
|
_txt["Heading 1 here"] = "Heading 1 here";
|
|
@@ -777,39 +776,257 @@ _txt["Get Started"] = "Get Started";
|
|
|
777
776
|
_txt["This is a code block. You can edit this block using the source dialog."] = "This is a code block. You can edit this block using the source dialog.";
|
|
778
777
|
_txt["Hello World..!"] = "Hello World..!";
|
|
779
778
|
|
|
779
|
+
// Table toolbar / style panel
|
|
780
|
+
_txt["Insert Above"] = "Insert Above";
|
|
781
|
+
_txt["Insert Below"] = "Insert Below";
|
|
782
|
+
_txt["Insert Left"] = "Insert Left";
|
|
783
|
+
_txt["Insert Right"] = "Insert Right";
|
|
784
|
+
_txt["Merge Cells"] = "Merge Cells";
|
|
785
|
+
_txt["Split Cell"] = "Split Cell";
|
|
786
|
+
_txt["Toggle Header Row"] = "Toggle Header Row";
|
|
787
|
+
_txt["Header"] = "Header";
|
|
788
|
+
_txt["Table Settings"] = "Table Settings";
|
|
789
|
+
_txt["Delete Table"] = "Delete Table";
|
|
790
|
+
|
|
791
|
+
// Plugins
|
|
792
|
+
_txt["Click to flip"] = "Click to flip";
|
|
793
|
+
_txt["More Info Tooltip"] = "More Info Tooltip";
|
|
794
|
+
|
|
795
|
+
// Element panel & Preferences
|
|
796
|
+
_txt["Interface"] = "Interface";
|
|
797
|
+
_txt["Guides & Tools"] = "Guides & Tools";
|
|
798
|
+
_txt["Snippets & Editing"] = "Snippets & Editing";
|
|
799
|
+
_txt["Theme"] = "Theme";
|
|
800
|
+
_txt["Hide on canvas"] = "Hide on canvas";
|
|
801
|
+
_txt["Column Tool"] = "Column Tool";
|
|
802
|
+
_txt["Snippet (+) Tool"] = "Snippet (+) Tool";
|
|
803
|
+
_txt["Element tool"] = "Element tool";
|
|
804
|
+
_txt["Element highlight"] = "Element highlight";
|
|
805
|
+
_txt["Element ID"] = "Element ID";
|
|
806
|
+
_txt["CSS classes"] = "CSS classes";
|
|
807
|
+
_txt["Add class…"] = "Add class…";
|
|
808
|
+
_txt["Press Enter or space to add. Click × to remove."] = "Press Enter or space to add. Click × to remove.";
|
|
809
|
+
_txt["none"] = "none";
|
|
810
|
+
_txt["Shadows"] = "Shadows";
|
|
811
|
+
_txt["Presets"] = "Presets";
|
|
812
|
+
_txt["Apply Shadow"] = "Apply Shadow";
|
|
813
|
+
_txt["No shadow — pick a preset or Add."] = "No shadow — pick a preset or Add.";
|
|
814
|
+
_txt["Reset offset, blur and spread"] = "Reset offset, blur and spread";
|
|
815
|
+
_txt["Inset"] = "Inset";
|
|
816
|
+
_txt["Outset"] = "Outset";
|
|
817
|
+
_txt["Sides"] = "Sides";
|
|
818
|
+
_txt["All sides"] = "All sides";
|
|
819
|
+
_txt["Solid"] = "Solid";
|
|
820
|
+
_txt["Dashed"] = "Dashed";
|
|
821
|
+
_txt["Dotted"] = "Dotted";
|
|
822
|
+
_txt["Offsets"] = "Offsets";
|
|
823
|
+
_txt["Static"] = "Static";
|
|
824
|
+
_txt["Unit"] = "Unit";
|
|
825
|
+
_txt["Alignment"] = "Alignment";
|
|
826
|
+
|
|
827
|
+
// Insert Symbol & Search & Replace
|
|
828
|
+
_txt["Search symbols"] = "Search symbols";
|
|
829
|
+
_txt["Symbol categories"] = "Symbol categories";
|
|
830
|
+
_txt["Recent"] = "Recent";
|
|
831
|
+
_txt["No symbol found"] = "No symbol found";
|
|
832
|
+
_txt["Arrows"] = "Arrows";
|
|
833
|
+
_txt["Math"] = "Math";
|
|
834
|
+
_txt["Punctuation"] = "Punctuation";
|
|
835
|
+
_txt["Currency"] = "Currency";
|
|
836
|
+
_txt["Latin"] = "Latin";
|
|
837
|
+
_txt["Greek"] = "Greek";
|
|
838
|
+
_txt["Numbers"] = "Numbers";
|
|
839
|
+
_txt["Enclosed"] = "Enclosed";
|
|
840
|
+
_txt["Technical"] = "Technical";
|
|
841
|
+
_txt["Shapes"] = "Shapes";
|
|
842
|
+
_txt["Symbols"] = "Symbols";
|
|
843
|
+
_txt["Dingbats"] = "Dingbats";
|
|
844
|
+
_txt["Find"] = "Find";
|
|
845
|
+
_txt["Replace with"] = "Replace with";
|
|
846
|
+
_txt["Match case"] = "Match case";
|
|
847
|
+
_txt["Replace All"] = "Replace All";
|
|
848
|
+
_txt["No results"] = "No results";
|
|
849
|
+
|
|
850
|
+
// Preview
|
|
851
|
+
_txt["Preview width"] = "Preview width";
|
|
852
|
+
_txt["Open in new tab"] = "Open in new tab";
|
|
853
|
+
_txt["Refresh"] = "Refresh";
|
|
854
|
+
_txt["pixels"] = "pixels";
|
|
855
|
+
_txt["Preview"] = "Preview";
|
|
856
|
+
|
|
857
|
+
// Code Chat (additional strings)
|
|
858
|
+
_txt["Applying from image..."] = "Applying from image...";
|
|
859
|
+
_txt["Building from your design..."] = "Building from your design...";
|
|
860
|
+
_txt["Building your page..."] = "Building your page...";
|
|
861
|
+
_txt["Demo mode - Chat is read-only"] = "Demo mode - Chat is read-only";
|
|
862
|
+
_txt["Edited"] = "Edited";
|
|
863
|
+
_txt["Edited from your image"] = "Edited from your image";
|
|
864
|
+
_txt["Full AI chat available in the complete version."] = "Full AI chat available in the complete version.";
|
|
865
|
+
_txt["Generated {count} images successfully"] = "Generated {count} images successfully";
|
|
866
|
+
_txt["Generating image in the reference style..."] = "Generating image in the reference style...";
|
|
867
|
+
_txt["Image generated successfully"] = "Image generated successfully";
|
|
868
|
+
_txt["Image generation failed"] = "Image generation failed";
|
|
869
|
+
_txt["Image size"] = "Image size";
|
|
870
|
+
_txt["None of the configured image models accept image input, so switching model will not help — add an image-input model to imageModels in the {product} settings."] = "None of the configured image models accept image input, so switching model will not help — add an image-input model to imageModels in the {product} settings.";
|
|
871
|
+
_txt["None of the photos on the page match that description, so I have left them all unchanged."] = "None of the photos on the page match that description, so I have left them all unchanged.";
|
|
872
|
+
_txt["Note: the selected image model cannot receive your reference image, so its style is being applied from a written description instead of the image itself."] = "Note: the selected image model cannot receive your reference image, so its style is being applied from a written description instead of the image itself.";
|
|
873
|
+
_txt["Okay — I left your page as is. Add instructions, or remove the attachment with the × on its chip."] = "Okay — I left your page as is. Add instructions, or remove the attachment with the × on its chip.";
|
|
874
|
+
_txt["Read-Only Demo"] = "Read-Only Demo";
|
|
875
|
+
_txt["Rebuild from image"] = "Rebuild from image";
|
|
876
|
+
_txt["Reproduced the uploaded design"] = "Reproduced the uploaded design";
|
|
877
|
+
_txt["Select image size"] = "Select image size";
|
|
878
|
+
_txt["Sorry, this request is outside the scope of what I can help with."] = "Sorry, this request is outside the scope of what I can help with.";
|
|
879
|
+
_txt["Stopped."] = "Stopped.";
|
|
880
|
+
_txt["Studying the reference style..."] = "Studying the reference style...";
|
|
881
|
+
_txt["Switch to an image model that accepts image input in the chat settings and try again."] = "Switch to an image model that accepts image input in the chat settings and try again.";
|
|
882
|
+
_txt["The configured Fal.ai image models are text-to-image only and cannot receive a reference image. Give them an `edit` endpoint in imageModels_Fal in the {product} settings to enable this feature."] = "The configured Fal.ai image models are text-to-image only and cannot receive a reference image. Give them an `edit` endpoint in imageModels_Fal in the {product} settings to enable this feature.";
|
|
883
|
+
_txt["The configured Fal.ai image models are text-to-image only and cannot receive a reference image. Give them an `edit` endpoint in imageModels_Fal, or set defaultImageGenerationProvider to '{provider}', in the {product} settings to enable this feature."] = "The configured Fal.ai image models are text-to-image only and cannot receive a reference image. Give them an `edit` endpoint in imageModels_Fal, or set defaultImageGenerationProvider to '{provider}', in the {product} settings to enable this feature.";
|
|
884
|
+
_txt["The rest kept their originals."] = "The rest kept their originals.";
|
|
885
|
+
_txt["This may mean the selected model cannot read the attached file(s)"] = "This may mean the selected model cannot read the attached file(s)";
|
|
886
|
+
_txt["Try exporting them as PDF or images, or switch to another model."] = "Try exporting them as PDF or images, or switch to another model.";
|
|
887
|
+
_txt["Understanding your request..."] = "Understanding your request...";
|
|
888
|
+
_txt["Updating your page..."] = "Updating your page...";
|
|
889
|
+
_txt["Uploaded a design to rebuild"] = "Uploaded a design to rebuild";
|
|
890
|
+
_txt["What can you tell me about the attached file?"] = "What can you tell me about the attached file?";
|
|
891
|
+
_txt["What should I do with the attached file(s)? e.g. \"build from this\", \"use these colours\", \"what font is this?\" — or just send to build from it"] = "What should I do with the attached file(s)? e.g. \"build from this\", \"use these colours\", \"what font is this?\" — or just send to build from it";
|
|
892
|
+
_txt["You attached a design but didn't add any instructions, and your page already has content. Rebuilding will replace the current page."] = "You attached a design but didn't add any instructions, and your page already has content. Rebuilding will replace the current page.";
|
|
893
|
+
_txt["embedded image"] = "embedded image";
|
|
894
|
+
_txt["is a text-only model — it cannot read images. Switch the Chat Model in Chat Settings to one that accepts image input, or remove the image attachment."] = "is a text-only model — it cannot read images. Switch the Chat Model in Chat Settings to one that accepts image input, or remove the image attachment.";
|
|
895
|
+
_txt["is a text-only model — it cannot read images. Switch the Code Generation Model in Chat Settings to one that accepts image input, or remove the image attachment."] = "is a text-only model — it cannot read images. Switch the Code Generation Model in Chat Settings to one that accepts image input, or remove the image attachment.";
|
|
896
|
+
_txt["text-only, no image input"] = "text-only, no image input";
|
|
897
|
+
_txt["New chat"] = "New chat";
|
|
898
|
+
_txt["Start a new chat? This clears the conversation here. Your page stays exactly as it is."] = "Start a new chat? This clears the conversation here. Your page stays exactly as it is.";
|
|
899
|
+
_txt["Compare"] = "Compare";
|
|
900
|
+
_txt["Hold to see the original"] = "Hold to see the original";
|
|
901
|
+
|
|
902
|
+
// Image editor
|
|
903
|
+
_txt["Could not load the image."] = "Could not load the image.";
|
|
904
|
+
_txt["For images on another domain the server must send CORS headers (Access-Control-Allow-Origin), or editing and export are blocked by the browser."] = "For images on another domain the server must send CORS headers (Access-Control-Allow-Origin), or editing and export are blocked by the browser.";
|
|
905
|
+
_txt["Saving…"] = "Saving…";
|
|
906
|
+
_txt["Edit image"] = "Edit image";
|
|
907
|
+
_txt["OK"] = "OK";
|
|
908
|
+
_txt["Rendering…"] = "Rendering…";
|
|
909
|
+
_txt["Click or drop an image to start"] = "Click or drop an image to start";
|
|
910
|
+
_txt["Crop it, set white balance, adjust, pick a look, then save the result."] = "Crop it, set white balance, adjust, pick a look, then save the result.";
|
|
911
|
+
_txt["Open image"] = "Open image";
|
|
912
|
+
_txt["original"] = "original";
|
|
913
|
+
_txt["Click: toggle 100% / fit. Wheel on the photo zooms, drag pans."] = "Click: toggle 100% / fit. Wheel on the photo zooms, drag pans.";
|
|
914
|
+
_txt["Crop"] = "Crop";
|
|
915
|
+
_txt["Aspect ratio"] = "Aspect ratio";
|
|
916
|
+
_txt["Rotate 90°"] = "Rotate 90°";
|
|
917
|
+
_txt["Flip H"] = "Flip H";
|
|
918
|
+
_txt["Flip V"] = "Flip V";
|
|
919
|
+
_txt["Straighten"] = "Straighten";
|
|
920
|
+
_txt["White balance"] = "White balance";
|
|
921
|
+
_txt["Look"] = "Look";
|
|
922
|
+
_txt["Hold the backslash key or press-and-hold the photo to see the original."] = "Hold the backslash key or press-and-hold the photo to see the original.";
|
|
923
|
+
_txt["Wheel zooms to real pixels, drag pans, double-click toggles 100%."] = "Wheel zooms to real pixels, drag pans, double-click toggles 100%.";
|
|
924
|
+
_txt["Double-click a control name to reset it."] = "Double-click a control name to reset it.";
|
|
925
|
+
_txt["Enter applies a crop, Esc cancels, Ctrl+Z undoes."] = "Enter applies a crop, Esc cancels, Ctrl+Z undoes.";
|
|
926
|
+
_txt["Focus area"] = "Focus area";
|
|
927
|
+
_txt["Keep a region sharp while the rest streaks — drag it on the photo"] = "Keep a region sharp while the rest streaks — drag it on the photo";
|
|
928
|
+
_txt["Local light"] = "Local light";
|
|
929
|
+
_txt["Radial light"] = "Radial light";
|
|
930
|
+
_txt["Brighten or darken one area — drag the circle on the photo"] = "Brighten or darken one area — drag the circle on the photo";
|
|
931
|
+
_txt["My looks"] = "My looks";
|
|
932
|
+
_txt["Save look…"] = "Save look…";
|
|
933
|
+
_txt["Save the current treatment (color + effects) for reuse"] = "Save the current treatment (color + effects) for reuse";
|
|
934
|
+
_txt["Import…"] = "Import…";
|
|
935
|
+
_txt["Paste a shared look string"] = "Paste a shared look string";
|
|
936
|
+
_txt["Look saved"] = "Look saved";
|
|
937
|
+
_txt["Not a valid look string"] = "Not a valid look string";
|
|
938
|
+
_txt["Look added"] = "Look added";
|
|
939
|
+
_txt["Open an image first"] = "Open an image first";
|
|
940
|
+
_txt["Name this look"] = "Name this look";
|
|
941
|
+
_txt["Nothing saved yet."] = "Nothing saved yet.";
|
|
942
|
+
_txt["This look is on the photo — click to take it back off"] = "This look is on the photo — click to take it back off";
|
|
943
|
+
_txt["Apply this look"] = "Apply this look";
|
|
944
|
+
_txt["Look removed — crop and framing kept"] = "Look removed — crop and framing kept";
|
|
945
|
+
_txt["Look applied"] = "Look applied";
|
|
946
|
+
_txt["Could not apply this look"] = "Could not apply this look";
|
|
947
|
+
_txt["Copy shareable string"] = "Copy shareable string";
|
|
948
|
+
_txt["Look string copied — share it anywhere"] = "Look string copied — share it anywhere";
|
|
949
|
+
_txt["Clipboard blocked by the browser"] = "Clipboard blocked by the browser";
|
|
950
|
+
_txt["Look removed"] = "Look removed";
|
|
951
|
+
_txt["Temp"] = "Temp";
|
|
952
|
+
_txt["Tint"] = "Tint";
|
|
953
|
+
_txt["Load .cube…"] = "Load .cube…";
|
|
954
|
+
_txt["Add a standard 3D LUT file to the reel (this session)"] = "Add a standard 3D LUT file to the reel (this session)";
|
|
955
|
+
_txt["LUT added to the reel (this session)"] = "LUT added to the reel (this session)";
|
|
956
|
+
_txt["Not a valid .cube LUT:"] = "Not a valid .cube LUT:";
|
|
957
|
+
_txt["Could not load this LUT"] = "Could not load this LUT";
|
|
958
|
+
_txt["Exposure"] = "Exposure";
|
|
959
|
+
_txt["Highlights"] = "Highlights";
|
|
960
|
+
_txt["Saturation"] = "Saturation";
|
|
961
|
+
_txt["Clarity"] = "Clarity";
|
|
962
|
+
_txt["Sharpen"] = "Sharpen";
|
|
963
|
+
_txt["Intensity"] = "Intensity";
|
|
964
|
+
_txt["Grain"] = "Grain";
|
|
965
|
+
_txt["Grain size"] = "Grain size";
|
|
966
|
+
_txt["Halation"] = "Halation";
|
|
967
|
+
_txt["Motion"] = "Motion";
|
|
968
|
+
_txt["Angle"] = "Angle";
|
|
969
|
+
_txt["Focus feather"] = "Focus feather";
|
|
970
|
+
_txt["Amount"] = "Amount";
|
|
971
|
+
_txt["Feather"] = "Feather";
|
|
972
|
+
_txt["Film Warm"] = "Film Warm";
|
|
973
|
+
_txt["Film Muted"] = "Film Muted";
|
|
974
|
+
_txt["Mono Classic"] = "Mono Classic";
|
|
975
|
+
_txt["Other"] = "Other";
|
|
976
|
+
_txt["Imported"] = "Imported";
|
|
977
|
+
|
|
978
|
+
// Image editor — look collection
|
|
979
|
+
_txt["Copper Reverie"] = "Copper Reverie";
|
|
980
|
+
_txt["Deep Harbor"] = "Deep Harbor";
|
|
981
|
+
_txt["Ivory Bloom"] = "Ivory Bloom";
|
|
982
|
+
_txt["Northlight"] = "Northlight";
|
|
983
|
+
_txt["Tungsten Bloom"] = "Tungsten Bloom";
|
|
984
|
+
_txt["Velvet Meadow"] = "Velvet Meadow";
|
|
985
|
+
_txt["Atelier"] = "Atelier";
|
|
986
|
+
_txt["Honeyglow"] = "Honeyglow";
|
|
987
|
+
_txt["Porcelain"] = "Porcelain";
|
|
988
|
+
_txt["Rosewood"] = "Rosewood";
|
|
989
|
+
_txt["Umbra"] = "Umbra";
|
|
990
|
+
_txt["Alpine Clear"] = "Alpine Clear";
|
|
991
|
+
_txt["Golden Trail"] = "Golden Trail";
|
|
992
|
+
_txt["Vista Vivid"] = "Vista Vivid";
|
|
993
|
+
_txt["Standard"] = "Standard";
|
|
994
|
+
_txt["Soft"] = "Soft";
|
|
995
|
+
_txt["Deep"] = "Deep";
|
|
996
|
+
_txt["High Key"] = "High Key";
|
|
997
|
+
_txt["Warmtone"] = "Warmtone";
|
|
998
|
+
_txt["Cooltone"] = "Cooltone";
|
|
999
|
+
_txt["Silver Mist"] = "Silver Mist";
|
|
1000
|
+
_txt["Umber Veil"] = "Umber Veil";
|
|
1001
|
+
_txt["Emerald Noir"] = "Emerald Noir";
|
|
1002
|
+
_txt["Pastel Air"] = "Pastel Air";
|
|
1003
|
+
_txt["Sunprint"] = "Sunprint";
|
|
1004
|
+
_txt["Film"] = "Film";
|
|
1005
|
+
_txt["Portrait"] = "Portrait";
|
|
1006
|
+
_txt["Landscape"] = "Landscape";
|
|
1007
|
+
_txt["B&W"] = "B&W";
|
|
1008
|
+
_txt["Creative"] = "Creative";
|
|
1009
|
+
|
|
780
1010
|
//ContentBox.js
|
|
781
1011
|
_txt['Sections'] = 'Sections';
|
|
782
1012
|
_txt['Content Blocks'] = 'Content Blocks';
|
|
783
1013
|
_txt['Typography'] = 'Typography';
|
|
784
1014
|
_txt['Move to Top'] = 'Move to Top';
|
|
785
1015
|
_txt['Move to Bottom'] = 'Move to Bottom';
|
|
786
|
-
_txt['Height'] = 'Height';
|
|
787
1016
|
_txt['Scroll Icon'] = 'Scroll Icon';
|
|
788
|
-
_txt['Light'] = 'Light';
|
|
789
|
-
_txt['Dark'] = 'Dark';
|
|
790
1017
|
_txt['Box Settings'] = 'Box Settings';
|
|
791
|
-
_txt['General'] = 'General';
|
|
792
|
-
_txt['Content'] = 'Content';
|
|
793
1018
|
_txt['Module'] = 'Module';
|
|
794
1019
|
_txt['Box Size'] = 'Box Size';
|
|
795
1020
|
_txt['Content Size'] = 'Content Size';
|
|
796
|
-
_txt['Light'] = 'Light';
|
|
797
1021
|
_txt['Grey'] = 'Grey';
|
|
798
|
-
_txt['Dark'] = 'Dark';
|
|
799
1022
|
_txt['This box has no available settings.'] = 'This box has no available settings.';
|
|
800
1023
|
_txt['Text Style'] = 'Text Style';
|
|
801
1024
|
_txt['Transparency'] = 'Transparency';
|
|
802
1025
|
_txt['Not Set'] = 'Not Set';
|
|
803
1026
|
_txt['Change Style'] = 'Change Style';
|
|
804
|
-
_txt['Top Left'] = 'Top Left';
|
|
805
|
-
_txt['Top Center'] = 'Top Center';
|
|
806
|
-
_txt['Top Right'] = 'Top Right';
|
|
807
1027
|
_txt['Middle Left'] = 'Middle Left';
|
|
808
1028
|
_txt['Middle Center'] = 'Middle Center';
|
|
809
1029
|
_txt['Middle Right'] = 'Middle Right';
|
|
810
|
-
_txt['Bottom Left'] = 'Bottom Left';
|
|
811
|
-
_txt['Bottom Center'] = 'Bottom Center';
|
|
812
|
-
_txt['Bottom Right'] = 'Bottom Right';
|
|
813
1030
|
_txt['Left/Right Adjustment'] = 'Left/Right Adjustment';
|
|
814
1031
|
_txt['Select Image'] = 'Select Image';
|
|
815
1032
|
_txt['Ken Burns'] = 'Ken Burns';
|
|
@@ -818,12 +1035,8 @@ _txt['Parallax'] = 'Parallax';
|
|
|
818
1035
|
_txt['Overlay Color'] = 'Overlay Color';
|
|
819
1036
|
_txt['White'] = 'White';
|
|
820
1037
|
_txt['Black'] = 'Black';
|
|
821
|
-
_txt['None'] = 'None';
|
|
822
1038
|
_txt['Horizontal Position'] = 'Horizontal Position';
|
|
823
|
-
_txt['Default'] = 'Default';
|
|
824
1039
|
_txt['Vertical Position'] = 'Vertical Position';
|
|
825
|
-
_txt['Top'] = 'Top';
|
|
826
|
-
_txt['Bottom'] = 'Bottom';
|
|
827
1040
|
_txt['Module Placement'] = 'Module Placement';
|
|
828
1041
|
_txt['Once'] = 'Once';
|
|
829
1042
|
_txt['Color 1'] = 'Color 1';
|
|
@@ -835,7 +1048,6 @@ _txt['Keep sections\' specific typography style.'] = 'Keep sections\' specific t
|
|
|
835
1048
|
_txt['To apply typography style on a specific section, goto \'Content Style\' tab in Box Settings'] = 'To apply typography style on a specific section, goto \'Content Style\' tab in Box Settings';
|
|
836
1049
|
_txt['ALL'] = 'ALL';
|
|
837
1050
|
_txt['Section Settings'] = 'Section Settings';
|
|
838
|
-
_txt['Remove'] = 'Remove';
|
|
839
1051
|
_txt['Are you sure you want to delete this section?'] = 'Are you sure you want to delete this section?';
|
|
840
1052
|
_txt['Cover'] = 'Cover';
|
|
841
1053
|
_txt['Video URL'] = 'Video URL';
|
|
@@ -844,7 +1056,6 @@ _txt['Overlay Opacity'] = 'Overlay Opacity';
|
|
|
844
1056
|
_txt['Uploading..'] = 'Uploading..';
|
|
845
1057
|
_txt['Typography Styles'] = 'Typography Styles';
|
|
846
1058
|
_txt['Apply to'] = 'Apply to';
|
|
847
|
-
_txt['Page'] = 'Page';
|
|
848
1059
|
_txt['Section'] = 'Section';
|
|
849
1060
|
_txt['Container'] = 'Container';
|
|
850
1061
|
_txt['Active Box'] = 'Active Box';
|
|
@@ -901,11 +1112,9 @@ _txt["Sub Menu Background Color"] = "Sub Menu Background Color";
|
|
|
901
1112
|
_txt["(visible on preview)"] = "(visible on preview)";
|
|
902
1113
|
_txt["Random"] = "Random";
|
|
903
1114
|
_txt["Slider"] = "Slider";
|
|
904
|
-
_txt["Header"] = "Header";
|
|
905
1115
|
_txt["Hero"] = "Hero";
|
|
906
1116
|
_txt["Article"] = "Article";
|
|
907
1117
|
_txt["Profile"] = "Profile";
|
|
908
|
-
_txt["Photos"] = "Photos";
|
|
909
1118
|
_txt["Products, Services"] = "Products, Services";
|
|
910
1119
|
_txt["Features"] = "Features";
|
|
911
1120
|
_txt["Process"] = "Process";
|
|
@@ -923,7 +1132,6 @@ _txt["Footer"] = "Footer";
|
|
|
923
1132
|
_txt["All Categories"] = "All Categories";
|
|
924
1133
|
_txt["Simple Start"] = "Simple Start";
|
|
925
1134
|
_txt["Quick Start"] = "Quick Start";
|
|
926
|
-
_txt["Alignment"] = "Alignment";
|
|
927
1135
|
_txt["Typography Style"] = "Typography Style";
|
|
928
1136
|
_txt["Auto adjust text size on large screen."] = "Auto adjust text size on large screen.";
|
|
929
1137
|
_txt["Default Text Formatting"] = "Default Text Formatting";
|
|
@@ -936,8 +1144,6 @@ _txt["Coverflow"] = "Coverflow";
|
|
|
936
1144
|
_txt["Scroll Animation"] = "Scroll Animation";
|
|
937
1145
|
_txt["Target"] = "Target";
|
|
938
1146
|
_txt["Element"] = "Element";
|
|
939
|
-
_txt["Slide Left"] = "Slide Left";
|
|
940
|
-
_txt["Slide Right"] = "Slide Right";
|
|
941
1147
|
_txt["Slide Up"] = "Slide Up";
|
|
942
1148
|
_txt["Slide Down"] = "Slide Down";
|
|
943
1149
|
_txt["Rotate Clockwise"] = "Rotate Clockwise";
|
|
@@ -954,7 +1160,6 @@ _txt["On View"] = "On View";
|
|
|
954
1160
|
_txt["On Scroll"] = "On Scroll";
|
|
955
1161
|
_txt["On Enter"] = "On Enter";
|
|
956
1162
|
_txt["On Leave"] = "On Leave";
|
|
957
|
-
_txt["Leave"] = "Leave";
|
|
958
1163
|
_txt["Slide"] = "Slide";
|
|
959
1164
|
_txt["Flip"] = "Flip";
|
|
960
1165
|
_txt["Pulse"] = "Pulse";
|
|
@@ -963,7 +1168,6 @@ _txt["In"] = "In";
|
|
|
963
1168
|
_txt["Out"] = "Out";
|
|
964
1169
|
_txt["Up"] = "Up";
|
|
965
1170
|
_txt["Down"] = "Down";
|
|
966
|
-
_txt["Animate Once"] = "Animate Once";
|
|
967
1171
|
_txt["Code"] = "Code";
|
|
968
1172
|
_txt["Add Code"] = "Add Code";
|
|
969
1173
|
_txt["Remove Code"] = "Remove Code";
|
|
@@ -971,16 +1175,12 @@ _txt["Are you sure you want to remove custom code in this box?"] = "Are you sure
|
|
|
971
1175
|
_txt["Fade In - Slow"] = "Fade In - Slow";
|
|
972
1176
|
_txt["Fade In Up"] = "Fade In Up";
|
|
973
1177
|
_txt["Fade In Up - Slow"] = "Fade In Up - Slow";
|
|
974
|
-
_txt["Slide Up"] = "Slide Up";
|
|
975
1178
|
_txt["Slide Up - Slow"] = "Slide Up - Slow";
|
|
976
|
-
_txt["Zoom In"] = "Zoom In";
|
|
977
|
-
_txt["Zoom Out"] = "Zoom Out";
|
|
978
1179
|
_txt["Simple"] = "Simple";
|
|
979
1180
|
_txt["Timeline"] = "Timeline";
|
|
980
1181
|
_txt["(default: px)"] = "(default: px)";
|
|
981
1182
|
_txt["Slide Horizontal"] = "Slide Horizontal";
|
|
982
1183
|
_txt["Slide Vertical"] = "Slide Vertical";
|
|
983
|
-
_txt["Scale"] = "Scale";
|
|
984
1184
|
_txt["Bg"] = "Bg";
|
|
985
1185
|
_txt["Overlay"] = "Overlay";
|
|
986
1186
|
_txt["Logo Text Css"] = "Logo Text Css";
|
|
@@ -993,7 +1193,6 @@ _txt["Live Preview"] = "Live Preview";
|
|
|
993
1193
|
_txt["Clear All"] = "Clear All";
|
|
994
1194
|
_txt["Clear All Animations in Section"] = "Clear All Animations in Section";
|
|
995
1195
|
_txt["Rotate"] = "Rotate";
|
|
996
|
-
_txt["Preview"] = "Preview";
|
|
997
1196
|
_txt["Enable Animation"] = "Enable Animation";
|
|
998
1197
|
_txt["Disable on Mobile"] = "Disable on Mobile";
|
|
999
1198
|
_txt["Screen Sizes"] = "Screen Sizes";
|
|
@@ -1012,18 +1211,15 @@ _txt["Extended (for use with pinned section)"] = "Extended (for use with pinned
|
|
|
1012
1211
|
_txt["Show Control"] = "Show Control";
|
|
1013
1212
|
_txt["Play/Pause"] = "Play/Pause";
|
|
1014
1213
|
_txt["Mute/Unmute"] = "Mute/Unmute";
|
|
1015
|
-
_txt["Content Spacing"] = "Content Spacing";
|
|
1016
1214
|
_txt["Disable Pin on Mobile"] = "Disable Pin on Mobile";
|
|
1017
1215
|
_txt["Wrap Boxes (Breakpoint)"] = "Wrap Boxes (Breakpoint)";
|
|
1018
1216
|
_txt["Reverse Boxes"] = "Reverse Boxes";
|
|
1019
1217
|
_txt["Autofit on Mobile"] = "Autofit on Mobile";
|
|
1020
|
-
_txt["Min Height"] = "Min Height";
|
|
1021
1218
|
_txt["Boxes per Line"] = "Boxes per Line";
|
|
1022
1219
|
_txt["Animation Timeline Editor"] = "Animation Timeline Editor";
|
|
1023
1220
|
_txt["Sorry, content with a module block cannot be processed."] = "Sorry, content with a module block cannot be processed.";
|
|
1024
1221
|
_txt["Showcase"] = "Showcase";
|
|
1025
1222
|
_txt["The selected box is empty. Please select a box with content."] = "The selected box is empty. Please select a box with content.";
|
|
1026
|
-
_txt["Sorry, content with a module block cannot be processed."] = "Sorry, content with a module block cannot be processed.";
|
|
1027
1223
|
_txt["Stack Background on Mobile"] = "Stack Background on Mobile";
|
|
1028
1224
|
_txt["Please provide a more detailed and descriptive command."] = "Please provide a more detailed and descriptive command.";
|
|
1029
1225
|
_txt["Redesign Style"] = "Redesign Style";
|
|
@@ -1036,65 +1232,42 @@ _txt["Redesign with Saved Style"] = "Redesign with Saved Style";
|
|
|
1036
1232
|
_txt["Service Unavailable."] = "Service Unavailable.";
|
|
1037
1233
|
_txt["Change Background"] = "Change Background";
|
|
1038
1234
|
|
|
1039
|
-
_txt["Plugins"] = "Plugins";
|
|
1040
|
-
_txt["Section"] = "Section";
|
|
1041
|
-
_txt["Module"] = "Module";
|
|
1042
1235
|
_txt["Locked"] = "Locked";
|
|
1043
1236
|
_txt["Audio"] = "Audio";
|
|
1044
1237
|
_txt["IFrame"] = "IFrame";
|
|
1045
1238
|
_txt["Column - Locked"] = "Column - Locked";
|
|
1046
|
-
_txt["Container"] = "Container";
|
|
1047
1239
|
_txt["Upload"] = "Upload";
|
|
1048
|
-
_txt["Box Size"] = "Box Size";
|
|
1049
1240
|
_txt["Edit Module"] = "Edit Module";
|
|
1050
1241
|
_txt["Remove Content"] = "Remove Content";
|
|
1051
1242
|
_txt["Add Content"] = "Add Content";
|
|
1052
|
-
_txt["Content Size"] = "Content Size";
|
|
1053
1243
|
_txt["Autofit"] = "Autofit";
|
|
1054
1244
|
_txt["Full Height"] = "Full Height";
|
|
1055
1245
|
_txt["Default Alignment"] = "Default Alignment";
|
|
1056
1246
|
_txt["Parallax Content"] = "Parallax Content";
|
|
1057
1247
|
_txt["Quick Effects"] = "Quick Effects";
|
|
1058
|
-
_txt["Overlay Color"] = "Overlay Color";
|
|
1059
|
-
_txt["Ken Burns Effect"] = "Ken Burns Effect";
|
|
1060
|
-
_txt["Parallax"] = "Parallax";
|
|
1061
1248
|
_txt["Zoom on Hover"] = "Zoom on Hover";
|
|
1062
1249
|
_txt["Responsive"] = "Responsive";
|
|
1063
1250
|
_txt["Autofit Content"] = "Autofit Content";
|
|
1064
1251
|
_txt["Autofit Minimum Height"] = "Autofit Minimum Height";
|
|
1065
|
-
_txt["Not Set"] = "Not Set";
|
|
1066
1252
|
_txt["Module Code"] = "Module Code";
|
|
1067
1253
|
_txt["Edit Code"] = "Edit Code";
|
|
1068
1254
|
_txt["Configure"] = "Configure";
|
|
1069
1255
|
_txt["Icon Size"] = "Icon Size";
|
|
1070
1256
|
_txt["xxs"] = "xxs";
|
|
1071
|
-
_txt["xs"] = "xs";
|
|
1072
|
-
_txt["sm"] = "sm";
|
|
1073
|
-
_txt["m"] = "m";
|
|
1074
|
-
_txt["lg"] = "lg";
|
|
1075
1257
|
_txt["no space"] = "no space";
|
|
1076
1258
|
_txt["space"] = "space";
|
|
1077
|
-
_txt["Scroll"] = "Scroll";
|
|
1078
|
-
_txt["Scroll Button"] = "Scroll Button";
|
|
1079
1259
|
_txt["Insert"] = "Insert";
|
|
1080
1260
|
_txt["Font Settings"] = "Font Settings";
|
|
1081
1261
|
_txt["Change Device"] = "Change Device";
|
|
1082
1262
|
_txt["Paragraph Settings"] = "Paragraph Settings";
|
|
1083
1263
|
_txt["Heading"] = "Heading";
|
|
1084
|
-
_txt["Column Spacing"] = "Column Spacing";
|
|
1085
1264
|
_txt["Grid Settings"] = "Grid Settings";
|
|
1086
|
-
_txt["Refresh"] = "Refresh";
|
|
1087
|
-
_txt["Theme"] = "Theme";
|
|
1088
|
-
_txt["Apply Shadow"] = "Apply Shadow";
|
|
1089
1265
|
_txt["Grow"] = "Grow";
|
|
1090
1266
|
_txt["Are you sure you want to clear the page content?"] = "Are you sure you want to clear the page content?";
|
|
1091
1267
|
_txt["Clear Content"] = "Clear Content";
|
|
1092
1268
|
_txt["(Canvas Mode)"] = "(Canvas Mode)";
|
|
1093
|
-
_txt["Block"] = "Block";
|
|
1094
1269
|
_txt["Bring to Front"] = "Bring to Front";
|
|
1095
1270
|
_txt["Send to Back"] = "Send to Back";
|
|
1096
|
-
_txt["Move Up"] = "Move Up";
|
|
1097
|
-
_txt["Move Down"] = "Move Down";
|
|
1098
1271
|
_txt["Ungroup"] = "Ungroup";
|
|
1099
1272
|
_txt["Blocks"] = "Blocks";
|
|
1100
1273
|
_txt["Group"] = "Group";
|
|
@@ -1118,4 +1291,197 @@ _txt["Bottom Spacing"] = "Bottom Spacing";
|
|
|
1118
1291
|
_txt["Card"] = "Card";
|
|
1119
1292
|
_txt["Card Bg Color"] = "Card Bg Color";
|
|
1120
1293
|
_txt["Mode"] = "Mode";
|
|
1121
|
-
_txt["Apply the new mode to button styles too?"] = "Apply the new mode to button styles too?";
|
|
1294
|
+
_txt["Apply the new mode to button styles too?"] = "Apply the new mode to button styles too?";
|
|
1295
|
+
|
|
1296
|
+
// New Motion
|
|
1297
|
+
|
|
1298
|
+
// _txt["Add"] = "Add";
|
|
1299
|
+
_txt["Add property"] = "Add property";
|
|
1300
|
+
_txt["Already a track"] = "Already a track";
|
|
1301
|
+
_txt["an exact match."] = "an exact match.";
|
|
1302
|
+
_txt["Animate Section"] = "Animate Section";
|
|
1303
|
+
_txt["Animating"] = "Animating";
|
|
1304
|
+
_txt["Best in a pinned scene — units brighten in reading order as you scroll."] = "Best in a pinned scene — units brighten in reading order as you scroll.";
|
|
1305
|
+
_txt["Blur in"] = "Blur in";
|
|
1306
|
+
_txt["Bounce in"] = "Bounce in";
|
|
1307
|
+
_txt["Card-stack layer: shrinks as the next layer covers it."] = "Card-stack layer: shrinks as the next layer covers it.";
|
|
1308
|
+
_txt["Cascade over"] = "Cascade over";
|
|
1309
|
+
// _txt["Clear"] = "Clear";
|
|
1310
|
+
_txt["Clear motion"] = "Clear motion";
|
|
1311
|
+
// _txt["Close"] = "Close";
|
|
1312
|
+
_txt["Convert to Motion"] = "Convert to Motion";
|
|
1313
|
+
_txt["Converting rebuilds it as"] = "Converting rebuilds it as";
|
|
1314
|
+
_txt["Custom…"] = "Custom…";
|
|
1315
|
+
_txt["Dim opacity"] = "Dim opacity";
|
|
1316
|
+
_txt["Disable all motion in this section"] = "Disable all motion in this section";
|
|
1317
|
+
_txt["Disable animation"] = "Disable animation";
|
|
1318
|
+
_txt["Disable animation (keeps the settings)"] = "Disable animation (keeps the settings)";
|
|
1319
|
+
_txt["Disable pin on mobile"] = "Disable pin on mobile";
|
|
1320
|
+
_txt["Done at"] = "Done at";
|
|
1321
|
+
_txt["Draw SVG"] = "Draw SVG";
|
|
1322
|
+
_txt["Drift through"] = "Drift through";
|
|
1323
|
+
_txt["Drifting band. Content should be a repeating strip."] = "Drifting band. Content should be a repeating strip.";
|
|
1324
|
+
_txt["Drifts as it scrolls. Works in any section."] = "Drifts as it scrolls. Works in any section.";
|
|
1325
|
+
// _txt["Duration"] = "Duration";
|
|
1326
|
+
_txt["each,"] = "each,";
|
|
1327
|
+
_txt["Easing"] = "Easing";
|
|
1328
|
+
_txt["Easing is per element, not per keyframe."] = "Easing is per element, not per keyframe.";
|
|
1329
|
+
_txt["Edit keyframes"] = "Edit keyframes";
|
|
1330
|
+
_txt["Empty keyframe. Add a property below."] = "Empty keyframe. Add a property below.";
|
|
1331
|
+
_txt["Enable animation"] = "Enable animation";
|
|
1332
|
+
// _txt["End"] = "End";
|
|
1333
|
+
_txt["Fade down"] = "Fade down";
|
|
1334
|
+
_txt["Fade in"] = "Fade in";
|
|
1335
|
+
_txt["Fade up"] = "Fade up";
|
|
1336
|
+
_txt["Fine-tune in Motion"] = "Fine-tune in Motion";
|
|
1337
|
+
_txt["Flip X"] = "Flip X";
|
|
1338
|
+
_txt["Flip Y"] = "Flip Y";
|
|
1339
|
+
_txt["From left"] = "From left";
|
|
1340
|
+
_txt["From right"] = "From right";
|
|
1341
|
+
_txt["Horizontal track"] = "Horizontal track";
|
|
1342
|
+
_txt["How long the whole sequence takes. Keyframe percents are measured against this."] = "How long the whole sequence takes. Keyframe percents are measured against this.";
|
|
1343
|
+
_txt["in total."] = "in total.";
|
|
1344
|
+
_txt["In-view scene — progress runs as the section crosses the screen."] = "In-view scene — progress runs as the section crosses the screen.";
|
|
1345
|
+
_txt["item"] = "item";
|
|
1346
|
+
_txt["items"] = "items";
|
|
1347
|
+
_txt["Keeps animating the whole time the section is on screen. For drifting, parallax-like motion."] = "Keeps animating the whole time the section is on screen. For drifting, parallax-like motion.";
|
|
1348
|
+
_txt["Keeps every setting. The runtime skips this element, and the setting is saved with the page."] = "Keeps every setting. The runtime skips this element, and the setting is saved with the page.";
|
|
1349
|
+
_txt["Keyframe"] = "Keyframe";
|
|
1350
|
+
_txt["keyframe"] = "keyframe";
|
|
1351
|
+
_txt["keyframes"] = "keyframes";
|
|
1352
|
+
_txt["Lean with velocity"] = "Lean with velocity";
|
|
1353
|
+
_txt["Length"] = "Length";
|
|
1354
|
+
// _txt["Loop"] = "Loop";
|
|
1355
|
+
_txt["Magnetic"] = "Magnetic";
|
|
1356
|
+
_txt["Marquee"] = "Marquee";
|
|
1357
|
+
_txt["Mask reveal"] = "Mask reveal";
|
|
1358
|
+
_txt["Max angle"] = "Max angle";
|
|
1359
|
+
_txt["needs a pinned scene"] = "needs a pinned scene";
|
|
1360
|
+
_txt["No animated elements in this scene. Select one on the page, then Add."] = "No animated elements in this scene. Select one on the page, then Add.";
|
|
1361
|
+
_txt["No keyframe selected"] = "No keyframe selected";
|
|
1362
|
+
// _txt["None"] = "None";
|
|
1363
|
+
_txt["Nothing selected."] = "Nothing selected.";
|
|
1364
|
+
_txt["On enter"] = "On enter";
|
|
1365
|
+
_txt["on enter"] = "on enter";
|
|
1366
|
+
_txt["On scroll"] = "On scroll";
|
|
1367
|
+
_txt["Open Timeline (Legacy)"] = "Open Timeline (Legacy)";
|
|
1368
|
+
// _txt["Parallax"] = "Parallax";
|
|
1369
|
+
_txt["Paths draw themselves as the scene scrubs. Put on an <svg> or a <path>."] = "Paths draw themselves as the scene scrubs. Put on an <svg> or a <path>.";
|
|
1370
|
+
_txt["Pick a wrapper to animate it instead of the element inside it."] = "Pick a wrapper to animate it instead of the element inside it.";
|
|
1371
|
+
_txt["Pin length"] = "Pin length";
|
|
1372
|
+
_txt["Pinned"] = "Pinned";
|
|
1373
|
+
_txt["Pinned scene"] = "Pinned scene";
|
|
1374
|
+
_txt["Pinned scene — progress scrubs 0 to 100 across the pin."] = "Pinned scene — progress scrubs 0 to 100 across the pin.";
|
|
1375
|
+
_txt["Place the cursor anywhere in a section, and it can be animated from here."] = "Place the cursor anywhere in a section, and it can be animated from here.";
|
|
1376
|
+
_txt["Play"] = "Play";
|
|
1377
|
+
_txt["Play once only"] = "Play once only";
|
|
1378
|
+
_txt["Plays once when the section comes into view — "] = "Plays once when the section comes into view — ";
|
|
1379
|
+
_txt["Pointer"] = "Pointer";
|
|
1380
|
+
_txt["Presets have no keyframes. Edit their options in the Motion tab."] = "Presets have no keyframes. Edit their options in the Motion tab.";
|
|
1381
|
+
_txt["Progress reaches 100% the moment the section is fully on screen."] = "Progress reaches 100% the moment the section is fully on screen.";
|
|
1382
|
+
// _txt["Pulse"] = "Pulse";
|
|
1383
|
+
_txt["Raw edge strings."] = "Raw edge strings.";
|
|
1384
|
+
_txt["Remove from every keyframe on this element"] = "Remove from every keyframe on this element";
|
|
1385
|
+
_txt["Reset scene"] = "Reset scene";
|
|
1386
|
+
_txt["Rise + mask"] = "Rise + mask";
|
|
1387
|
+
_txt["Rotate in"] = "Rotate in";
|
|
1388
|
+
_txt["Scale back + hold"] = "Scale back + hold";
|
|
1389
|
+
_txt["Scene"] = "Scene";
|
|
1390
|
+
_txt["Scene runs until"] = "Scene runs until";
|
|
1391
|
+
_txt["Scroll effects"] = "Scroll effects";
|
|
1392
|
+
_txt["Scrub"] = "Scrub";
|
|
1393
|
+
_txt["Scrub smoothing"] = "Scrub smoothing";
|
|
1394
|
+
_txt["Scrub through scene"] = "Scrub through scene";
|
|
1395
|
+
_txt["Scrubs with the scrollbar, finishing exactly when the section is fully in view."] = "Scrubs with the scrollbar, finishing exactly when the section is fully in view.";
|
|
1396
|
+
_txt["seconds"] = "seconds";
|
|
1397
|
+
_txt["Seconds of lag catching up to the scrollbar. 0 locks it hard."] = "Seconds of lag catching up to the scrollbar. 0 locks it hard.";
|
|
1398
|
+
// _txt["Section"] = "Section";
|
|
1399
|
+
_txt["Select a keyframe to edit its properties."] = "Select a keyframe to edit its properties.";
|
|
1400
|
+
_txt["Select an element on the page"] = "Select an element on the page";
|
|
1401
|
+
_txt["Slide down"] = "Slide down";
|
|
1402
|
+
_txt["Slide from left"] = "Slide from left";
|
|
1403
|
+
_txt["Slide from right"] = "Slide from right";
|
|
1404
|
+
_txt["Slide up"] = "Slide up";
|
|
1405
|
+
_txt["Speed"] = "Speed";
|
|
1406
|
+
_txt["Split text"] = "Split text";
|
|
1407
|
+
// _txt["Spread"] = "Spread";
|
|
1408
|
+
_txt["Stagger"] = "Stagger";
|
|
1409
|
+
_txt["Staggered word/char entrance. Formatting inside the element is preserved."] = "Staggered word/char entrance. Formatting inside the element is preserved.";
|
|
1410
|
+
// _txt["Start"] = "Start";
|
|
1411
|
+
_txt["Strength"] = "Strength";
|
|
1412
|
+
_txt["Text effects"] = "Text effects";
|
|
1413
|
+
_txt["the closest match; the original has no Motion equivalent."] = "the closest match; the original has no Motion equivalent.";
|
|
1414
|
+
_txt["The scene plays itself when it comes into view. The only way to animate content above the fold."] = "The scene plays itself when it comes into view. The only way to animate content above the fold.";
|
|
1415
|
+
_txt["The scrollbar drives the scene. Scrolling back reverses it."] = "The scrollbar drives the scene. Scrolling back reverses it.";
|
|
1416
|
+
_txt["The scrollbar types the text. Plain text only."] = "The scrollbar types the text. Plain text only.";
|
|
1417
|
+
_txt["The section holds still while the page scrolls through it, and progress scrubs 0 to 100."] = "The section holds still while the page scrolls through it, and progress scrubs 0 to 100.";
|
|
1418
|
+
_txt["the section is fully in view"] = "the section is fully in view";
|
|
1419
|
+
_txt["the section leaves the screen"] = "the section leaves the screen";
|
|
1420
|
+
_txt["These presets animate the section element itself. To change how the scene is driven, use Scene below."] = "These presets animate the section element itself. To change how the scene is driven, use Scene below.";
|
|
1421
|
+
_txt["This element is animated with the legacy Timeline. The new motion and the old attributes cannot share an element."] = "This element is animated with the legacy Timeline. The new motion and the old attributes cannot share an element.";
|
|
1422
|
+
_txt["This section uses the old animation system."] = "This section uses the old animation system.";
|
|
1423
|
+
_txt["This transform uses a function Motion does not decompose, so it is shown raw."] = "This transform uses a function Motion does not decompose, so it is shown raw.";
|
|
1424
|
+
_txt["Tilt"] = "Tilt";
|
|
1425
|
+
_txt["track"] = "track";
|
|
1426
|
+
_txt["tracks"] = "tracks";
|
|
1427
|
+
_txt["Tracks"] = "Tracks";
|
|
1428
|
+
_txt["Travel"] = "Travel";
|
|
1429
|
+
_txt["Trigger"] = "Trigger";
|
|
1430
|
+
_txt["Typewriter"] = "Typewriter";
|
|
1431
|
+
_txt["Until"] = "Until";
|
|
1432
|
+
_txt["Uses the legacy Timeline"] = "Uses the legacy Timeline";
|
|
1433
|
+
_txt["Vertical scroll drives a sideways track. Needs a pinned scene, and children with flex:0 0 auto."] = "Vertical scroll drives a sideways track. Needs a pinned scene, and children with flex:0 0 auto.";
|
|
1434
|
+
_txt["Wipe in"] = "Wipe in";
|
|
1435
|
+
_txt["Works above the fold."] = "Works above the fold.";
|
|
1436
|
+
_txt["Zoom in"] = "Zoom in";
|
|
1437
|
+
_txt["Zoom out"] = "Zoom out";
|
|
1438
|
+
_txt["Overlay content"] = "Overlay content";
|
|
1439
|
+
_txt["SVG path"] = "SVG path";
|
|
1440
|
+
_txt["Embed"] = "Embed";
|
|
1441
|
+
_txt["Remove motion"] = "Remove motion";
|
|
1442
|
+
_txt["Clear all"] = "Clear all";
|
|
1443
|
+
_txt["Tablet Landscape"] = "Tablet Landscape";
|
|
1444
|
+
_txt["Apply to all sides"] = "Apply to all sides";
|
|
1445
|
+
_txt["Drag a field up or down, or type a value in pixels."] = "Drag a field up or down, or type a value in pixels.";
|
|
1446
|
+
_txt["Empty fields use the Desktop value."] = "Empty fields use the Desktop value.";
|
|
1447
|
+
_txt["This section uses the previous animation system. Convert it to Motion to edit it here. The animation keeps playing either way."] = "This section uses the previous animation system. Convert it to Motion to edit it here. The animation keeps playing either way.";
|
|
1448
|
+
|
|
1449
|
+
|
|
1450
|
+
// Preview
|
|
1451
|
+
|
|
1452
|
+
|
|
1453
|
+
// Motion (panel, dock, cascade, path)
|
|
1454
|
+
_txt["A plugin animates as one piece — the elements inside it are the plugin's own and are rebuilt as it renders."] = "A plugin animates as one piece — the elements inside it are the plugin's own and are rebuilt as it renders.";
|
|
1455
|
+
_txt["auto"] = "auto";
|
|
1456
|
+
_txt["Auto-rotate along path"] = "Auto-rotate along path";
|
|
1457
|
+
_txt["Clip path"] = "Clip path";
|
|
1458
|
+
_txt["Controlled by the motion path — this value is ignored"] = "Controlled by the motion path — this value is ignored";
|
|
1459
|
+
_txt["Controlled by the motion path."] = "Controlled by the motion path.";
|
|
1460
|
+
_txt["Curve"] = "Curve";
|
|
1461
|
+
_txt["Diamonds are the path's stops. Drag one to retime it, double-click the lane to add one, select one to edit its position. Dwell and rotation live in the Motion tab."] = "Diamonds are the path's stops. Drag one to retime it, double-click the lane to add one, select one to edit its position. Dwell and rotation live in the Motion tab.";
|
|
1462
|
+
_txt["Dwell"] = "Dwell";
|
|
1463
|
+
_txt["Edit stops"] = "Edit stops";
|
|
1464
|
+
_txt["Elements"] = "Elements";
|
|
1465
|
+
_txt["fixed"] = "fixed";
|
|
1466
|
+
_txt["Motion path"] = "Motion path";
|
|
1467
|
+
_txt["Motion path — invalid"] = "Motion path — invalid";
|
|
1468
|
+
_txt["Pacing comes from Dwell (Motion tab), not easing."] = "Pacing comes from Dwell (Motion tab), not easing.";
|
|
1469
|
+
_txt["px offsets from the element's resting position. Tangents blank = automatic curve; set both to steer how it passes through."] = "px offsets from the element's resting position. Tangents blank = automatic curve; set both to steer how it passes through.";
|
|
1470
|
+
_txt["Rotate offset"] = "Rotate offset";
|
|
1471
|
+
_txt["Slow"] = "Slow";
|
|
1472
|
+
_txt["Stop"] = "Stop";
|
|
1473
|
+
_txt["stops"] = "stops";
|
|
1474
|
+
_txt["Tangent X"] = "Tangent X";
|
|
1475
|
+
_txt["Tangent Y"] = "Tangent Y";
|
|
1476
|
+
_txt["the closest match; the original has no motion equivalent."] = "the closest match; the original has no motion equivalent.";
|
|
1477
|
+
_txt["The path attribute could not be read. Fix it in the Motion tab, or remove the track."] = "The path attribute could not be read. Fix it in the Motion tab, or remove the track.";
|
|
1478
|
+
_txt["To fade or scale this element too, select it on the page and press + Add for a Keyframes track alongside the path."] = "To fade or scale this element too, select it on the page and press + Add for a Keyframes track alongside the path.";
|
|
1479
|
+
_txt["Together"] = "Together";
|
|
1480
|
+
_txt["Travels a smooth curve through waypoints. Edit the stops in the Motion dock; px offsets from the element's resting position."] = "Travels a smooth curve through waypoints. Edit the stops in the Motion dock; px offsets from the element's resting position.";
|
|
1481
|
+
_txt["Waypoints"] = "Waypoints";
|
|
1482
|
+
_txt["X"] = "X";
|
|
1483
|
+
_txt["Y"] = "Y";
|
|
1484
|
+
_txt["Editing Width"] = "Editing Width";
|
|
1485
|
+
_txt["As wide as the editing area allows."] = "As wide as the editing area allows.";
|
|
1486
|
+
_txt["Auto already gives a wider area."] = "Auto already gives a wider area.";
|
|
1487
|
+
_txt["Too wide for the current editing area."] = "Too wide for the current editing area.";
|