@innovastudio/contentbuilder 1.5.211 → 1.5.213
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 +232 -3
- package/package.json +9 -10
- package/public/contentbuilder/contentbuilder.css +11169 -6865
- package/public/contentbuilder/contentbuilder.esm.js +42164 -50757
- package/public/contentbuilder/contentbuilder.min.js +10 -107
- package/public/contentbuilder/lang/en.js +237 -6
- package/public/contentbuilder/lang/fr.js +245 -14
- package/public/contentbuilder/themes/colored-blue.css +57 -1324
- package/public/contentbuilder/themes/colored-blue2.css +57 -1324
- package/public/contentbuilder/themes/colored-blue3.css +57 -1324
- package/public/contentbuilder/themes/colored-blue4.css +57 -1324
- package/public/contentbuilder/themes/colored-blue5.css +57 -1324
- package/public/contentbuilder/themes/colored-blue6.css +57 -1324
- package/public/contentbuilder/themes/colored-blue7.css +57 -1324
- package/public/contentbuilder/themes/colored-blue8.css +57 -1324
- package/public/contentbuilder/themes/colored-cyan.css +58 -0
- package/public/contentbuilder/themes/colored-dark.css +57 -1295
- package/public/contentbuilder/themes/colored-darkblue.css +57 -1324
- package/public/contentbuilder/themes/colored-gray.css +57 -1324
- package/public/contentbuilder/themes/colored-green.css +57 -1324
- package/public/contentbuilder/themes/colored-green2.css +57 -1324
- package/public/contentbuilder/themes/colored-green3.css +57 -1324
- package/public/contentbuilder/themes/colored-green4.css +57 -1324
- package/public/contentbuilder/themes/colored-green5.css +57 -1324
- package/public/contentbuilder/themes/colored-magenta.css +57 -1324
- package/public/contentbuilder/themes/colored-orange.css +57 -1324
- package/public/contentbuilder/themes/colored-orange2.css +57 -1324
- package/public/contentbuilder/themes/colored-orange3.css +57 -1324
- package/public/contentbuilder/themes/colored-pink.css +57 -1324
- package/public/contentbuilder/themes/colored-pink2.css +57 -1324
- package/public/contentbuilder/themes/colored-pink3.css +57 -1324
- package/public/contentbuilder/themes/colored-pink4.css +57 -1324
- package/public/contentbuilder/themes/colored-purple.css +57 -1324
- package/public/contentbuilder/themes/colored-purple2.css +57 -1324
- package/public/contentbuilder/themes/colored-red.css +57 -1324
- package/public/contentbuilder/themes/colored-red2.css +57 -1324
- package/public/contentbuilder/themes/colored-red3.css +57 -1324
- package/public/contentbuilder/themes/colored-red4.css +57 -1324
- package/public/contentbuilder/themes/colored-red5.css +57 -1324
- package/public/contentbuilder/themes/colored-yellow.css +57 -1324
- package/public/contentbuilder/themes/colored-yellow2.css +57 -1324
- package/public/contentbuilder/themes/colored-yellow3.css +58 -0
- package/public/contentbuilder/themes/dark-blue.css +26 -1371
- package/public/contentbuilder/themes/dark-blue2.css +26 -1371
- package/public/contentbuilder/themes/dark-blue3.css +26 -1371
- package/public/contentbuilder/themes/dark-gray.css +26 -1371
- package/public/contentbuilder/themes/dark-pink.css +26 -1371
- package/public/contentbuilder/themes/dark-purple.css +26 -1371
- package/public/contentbuilder/themes/dark-red.css +26 -1371
- package/public/contentbuilder/themes/light-blue.css +29 -1323
- package/public/contentbuilder/themes/light-blue2.css +29 -1323
- package/public/contentbuilder/themes/light-blue3.css +29 -1323
- package/public/contentbuilder/themes/light-cyan.css +29 -1323
- package/public/contentbuilder/themes/light-gray.css +29 -1323
- package/public/contentbuilder/themes/light-gray2.css +29 -1323
- package/public/contentbuilder/themes/light-gray3.css +29 -1323
- package/public/contentbuilder/themes/light-green.css +29 -1323
- package/public/contentbuilder/themes/light-pink.css +29 -1323
- package/public/contentbuilder/themes/light-pink2.css +29 -1323
- package/public/contentbuilder/themes/light-purple.css +29 -1323
- package/public/contentbuilder/themes/light-purple2.css +29 -1323
- package/public/contentbuilder/themes/light-red.css +29 -1323
- package/public/contentbuilder/themes/light-yellow.css +29 -1323
- package/public/contentbuilder/themes/light-yellow2.css +29 -1323
- package/readme.txt +225 -154
- package/public/contentbuilder/config.js +0 -7
- package/public/contentbuilder/content.css +0 -7777
- package/public/contentbuilder/plugins/animation/plugin.js +0 -25
- package/public/contentbuilder/plugins/buttoneditor/images/a.jpg +0 -0
- package/public/contentbuilder/plugins/buttoneditor/images/b.jpg +0 -0
- package/public/contentbuilder/plugins/buttoneditor/images/c.jpg +0 -0
- package/public/contentbuilder/plugins/buttoneditor/images/d.jpg +0 -0
- package/public/contentbuilder/plugins/buttoneditor/images/e.jpg +0 -0
- package/public/contentbuilder/plugins/buttoneditor/images/f.jpg +0 -0
- package/public/contentbuilder/plugins/buttoneditor/images/g.jpg +0 -0
- package/public/contentbuilder/plugins/buttoneditor/images/h.jpg +0 -0
- package/public/contentbuilder/plugins/buttoneditor/plugin.js +0 -1600
- package/public/contentbuilder/plugins/buttoneditor/readme.txt +0 -7
- package/public/contentbuilder/plugins/helloworld/plugin.js +0 -21
- package/public/contentbuilder/plugins/helloworld/readme.txt +0 -23
- package/public/contentbuilder/plugins/preview/plugin.js +0 -371
- package/public/contentbuilder/plugins/preview/readme.txt +0 -23
- package/public/contentbuilder/plugins/searchreplace/plugin.js +0 -524
- package/public/contentbuilder/plugins/searchreplace/readme.txt +0 -23
- package/public/contentbuilder/plugins/searchreplace/searchreplace.html +0 -264
- package/public/contentbuilder/plugins/showgrid/plugin.js +0 -74
- package/public/contentbuilder/plugins/showgrid/readme.txt +0 -23
- package/public/contentbuilder/plugins/symbols/plugin.js +0 -3126
- package/public/contentbuilder/plugins/symbols/readme.txt +0 -23
- package/public/contentbuilder/plugins/wordcount/plugin.js +0 -76
- package/public/contentbuilder/plugins/wordcount/readme.txt +0 -23
- package/public/contentbuilder/themes/dark.css +0 -1377
|
@@ -257,7 +257,6 @@ _txt["Normal"] = "Normal";
|
|
|
257
257
|
_txt["Lowercase"] = "Lowercase";
|
|
258
258
|
_txt["Capitalize"] = "Capitalize";
|
|
259
259
|
_txt["None"] = "None";
|
|
260
|
-
_txt["Underline"] = "Underline";
|
|
261
260
|
_txt["Line Through"] = "Line Through";
|
|
262
261
|
_txt["Overline"] = "Overline";
|
|
263
262
|
_txt["Hover"] = "Hover";
|
|
@@ -438,12 +437,11 @@ _txt["Help, FAQ"] = "Help, FAQ";
|
|
|
438
437
|
_txt["About"] = "About";
|
|
439
438
|
_txt["Services"] = "Services";
|
|
440
439
|
_txt["Products, Services"] = "Products, Services";
|
|
440
|
+
_txt["Plugins"] = "Plugins";
|
|
441
441
|
_txt["Enter folder name"] = "Enter folder name";
|
|
442
442
|
_txt["Create Folder"] = "Create Folder";
|
|
443
443
|
_txt["Please enter a folder name."] = "Please enter a folder name.";
|
|
444
444
|
_txt["Drag and drop files here."] = "Drag and drop files here.";
|
|
445
|
-
_txt["Select"] = "Select";
|
|
446
|
-
_txt["Cancel"] = "Cancel";
|
|
447
445
|
_txt["Delete Selected"] = "Delete Selected";
|
|
448
446
|
_txt["Please select a file"] = "Please select a file";
|
|
449
447
|
_txt["UP"] = "UP";
|
|
@@ -637,7 +635,6 @@ _txt["Reset Button"] = "Reset Button";
|
|
|
637
635
|
_txt["Placeholder Text"] = "Placeholder Text";
|
|
638
636
|
_txt["Design"] = "Design";
|
|
639
637
|
_txt["Generate Form"] = "Generate Form";
|
|
640
|
-
_txt["Value"] = "Value";
|
|
641
638
|
_txt["Default Value"] = "Default Value";
|
|
642
639
|
_txt["Min Value"] = "Min Value";
|
|
643
640
|
_txt["Max Value"] = "Max Value";
|
|
@@ -763,7 +760,8 @@ _txt["Landscape 9:21"] = "Portrait 9:21";
|
|
|
763
760
|
_txt["Aspect Ratio"] = "Aspect Ratio";
|
|
764
761
|
_txt["Duration (s)"] = "Duration (s)";
|
|
765
762
|
|
|
766
|
-
_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.";
|
|
763
|
+
// _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.";
|
|
764
|
+
_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.";
|
|
767
765
|
_txt["Headline Goes Here"] = "Headline Goes Here";
|
|
768
766
|
_txt["Lorem Ipsum is simply dummy text"] = "Lorem Ipsum is simply dummy text";
|
|
769
767
|
_txt["Heading 1 here"] = "Heading 1 here";
|
|
@@ -774,4 +772,237 @@ _txt["It's easy to use, customizable, and user-friendly. A truly amazing feature
|
|
|
774
772
|
_txt["Read More"] = "Read More";
|
|
775
773
|
_txt["Get Started"] = "Get Started";
|
|
776
774
|
_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.";
|
|
777
|
-
_txt["Hello World..!"] = "Hello World..!";
|
|
775
|
+
_txt["Hello World..!"] = "Hello World..!";
|
|
776
|
+
|
|
777
|
+
// Table toolbar / style panel
|
|
778
|
+
_txt["Insert Above"] = "Insert Above";
|
|
779
|
+
_txt["Insert Below"] = "Insert Below";
|
|
780
|
+
_txt["Insert Left"] = "Insert Left";
|
|
781
|
+
_txt["Insert Right"] = "Insert Right";
|
|
782
|
+
_txt["Merge Cells"] = "Merge Cells";
|
|
783
|
+
_txt["Split Cell"] = "Split Cell";
|
|
784
|
+
_txt["Toggle Header Row"] = "Toggle Header Row";
|
|
785
|
+
_txt["Header"] = "Header";
|
|
786
|
+
_txt["Table Settings"] = "Table Settings";
|
|
787
|
+
_txt["Delete Table"] = "Delete Table";
|
|
788
|
+
|
|
789
|
+
// Plugins
|
|
790
|
+
_txt["Click to flip"] = "Click to flip";
|
|
791
|
+
_txt["More Info Tooltip"] = "More Info Tooltip";
|
|
792
|
+
|
|
793
|
+
// Element panel & Preferences
|
|
794
|
+
_txt["Interface"] = "Interface";
|
|
795
|
+
_txt["Guides & Tools"] = "Guides & Tools";
|
|
796
|
+
_txt["Snippets & Editing"] = "Snippets & Editing";
|
|
797
|
+
_txt["Theme"] = "Theme";
|
|
798
|
+
_txt["Hide on canvas"] = "Hide on canvas";
|
|
799
|
+
_txt["Column Tool"] = "Column Tool";
|
|
800
|
+
_txt["Snippet (+) Tool"] = "Snippet (+) Tool";
|
|
801
|
+
_txt["Element tool"] = "Element tool";
|
|
802
|
+
_txt["Element highlight"] = "Element highlight";
|
|
803
|
+
_txt["Element ID"] = "Element ID";
|
|
804
|
+
_txt["CSS classes"] = "CSS classes";
|
|
805
|
+
_txt["Add class…"] = "Add class…";
|
|
806
|
+
_txt["Press Enter or space to add. Click × to remove."] = "Press Enter or space to add. Click × to remove.";
|
|
807
|
+
_txt["none"] = "none";
|
|
808
|
+
_txt["Shadows"] = "Shadows";
|
|
809
|
+
_txt["Presets"] = "Presets";
|
|
810
|
+
_txt["Apply Shadow"] = "Apply Shadow";
|
|
811
|
+
_txt["No shadow — pick a preset or Add."] = "No shadow — pick a preset or Add.";
|
|
812
|
+
_txt["Reset offset, blur and spread"] = "Reset offset, blur and spread";
|
|
813
|
+
_txt["Inset"] = "Inset";
|
|
814
|
+
_txt["Outset"] = "Outset";
|
|
815
|
+
_txt["Sides"] = "Sides";
|
|
816
|
+
_txt["All sides"] = "All sides";
|
|
817
|
+
_txt["Solid"] = "Solid";
|
|
818
|
+
_txt["Dashed"] = "Dashed";
|
|
819
|
+
_txt["Dotted"] = "Dotted";
|
|
820
|
+
_txt["Offsets"] = "Offsets";
|
|
821
|
+
_txt["Static"] = "Static";
|
|
822
|
+
_txt["Unit"] = "Unit";
|
|
823
|
+
_txt["Alignment"] = "Alignment";
|
|
824
|
+
|
|
825
|
+
// Insert Symbol & Search & Replace
|
|
826
|
+
_txt["Search symbols"] = "Search symbols";
|
|
827
|
+
_txt["Symbol categories"] = "Symbol categories";
|
|
828
|
+
_txt["Recent"] = "Recent";
|
|
829
|
+
_txt["No symbol found"] = "No symbol found";
|
|
830
|
+
_txt["Arrows"] = "Arrows";
|
|
831
|
+
_txt["Math"] = "Math";
|
|
832
|
+
_txt["Punctuation"] = "Punctuation";
|
|
833
|
+
_txt["Currency"] = "Currency";
|
|
834
|
+
_txt["Latin"] = "Latin";
|
|
835
|
+
_txt["Greek"] = "Greek";
|
|
836
|
+
_txt["Numbers"] = "Numbers";
|
|
837
|
+
_txt["Enclosed"] = "Enclosed";
|
|
838
|
+
_txt["Technical"] = "Technical";
|
|
839
|
+
_txt["Shapes"] = "Shapes";
|
|
840
|
+
_txt["Symbols"] = "Symbols";
|
|
841
|
+
_txt["Dingbats"] = "Dingbats";
|
|
842
|
+
_txt["Find"] = "Find";
|
|
843
|
+
_txt["Replace with"] = "Replace with";
|
|
844
|
+
_txt["Match case"] = "Match case";
|
|
845
|
+
_txt["Replace"] = "Replace";
|
|
846
|
+
_txt["Replace All"] = "Replace All";
|
|
847
|
+
_txt["No results"] = "No results";
|
|
848
|
+
|
|
849
|
+
// Preview
|
|
850
|
+
_txt["Preview width"] = "Preview width";
|
|
851
|
+
_txt["Open in new tab"] = "Open in new tab";
|
|
852
|
+
_txt["Refresh"] = "Refresh";
|
|
853
|
+
_txt["pixels"] = "pixels";
|
|
854
|
+
_txt["Preview"] = "Preview";
|
|
855
|
+
|
|
856
|
+
// Code Chat (additional strings)
|
|
857
|
+
_txt["Applying from image..."] = "Applying from image...";
|
|
858
|
+
_txt["Building from your design..."] = "Building from your design...";
|
|
859
|
+
_txt["Building your page..."] = "Building your page...";
|
|
860
|
+
_txt["Demo mode - Chat is read-only"] = "Demo mode - Chat is read-only";
|
|
861
|
+
_txt["Edited"] = "Edited";
|
|
862
|
+
_txt["Edited from your image"] = "Edited from your image";
|
|
863
|
+
_txt["Full AI chat available in the complete version."] = "Full AI chat available in the complete version.";
|
|
864
|
+
_txt["Generated {count} images successfully"] = "Generated {count} images successfully";
|
|
865
|
+
_txt["Generating image in the reference style..."] = "Generating image in the reference style...";
|
|
866
|
+
_txt["Image generated successfully"] = "Image generated successfully";
|
|
867
|
+
_txt["Image generation failed"] = "Image generation failed";
|
|
868
|
+
_txt["Image size"] = "Image size";
|
|
869
|
+
_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.";
|
|
870
|
+
_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.";
|
|
871
|
+
_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.";
|
|
872
|
+
_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.";
|
|
873
|
+
_txt["Read-Only Demo"] = "Read-Only Demo";
|
|
874
|
+
_txt["Rebuild from image"] = "Rebuild from image";
|
|
875
|
+
_txt["Reproduced the uploaded design"] = "Reproduced the uploaded design";
|
|
876
|
+
_txt["Select image size"] = "Select image size";
|
|
877
|
+
_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.";
|
|
878
|
+
_txt["Stop"] = "Stop";
|
|
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";
|
|
@@ -70,7 +70,7 @@ _txt["Open new window"] = "Ouvrir nouvelle fenêtre";
|
|
|
70
70
|
_txt["Open New Window"] = "Ouvrir nouvelle fenêtre"; //not used (backward compatible)
|
|
71
71
|
_txt["Text"] = "Texte";
|
|
72
72
|
_txt["Title"] = "Titre";
|
|
73
|
-
_txt["Free"] = "
|
|
73
|
+
_txt["Free"] = "Libre";
|
|
74
74
|
_txt["Style"] = "Style";
|
|
75
75
|
_txt["Layout"] = "Disposition";
|
|
76
76
|
_txt["Background"] = "Fond";
|
|
@@ -228,7 +228,7 @@ _txt["Opacity"] = "Opacity";
|
|
|
228
228
|
_txt["Filters"] = "Filters";
|
|
229
229
|
_txt["Blur"] = "Blur";
|
|
230
230
|
_txt["Brightness"] = "Brightness";
|
|
231
|
-
_txt["Contrast"] = "
|
|
231
|
+
_txt["Contrast"] = "Contraste";
|
|
232
232
|
_txt["Grayscale"] = "Grayscale";
|
|
233
233
|
_txt["Hue Rotate"] = "Hue Rotate";
|
|
234
234
|
_txt["Invert"] = "Invert";
|
|
@@ -256,8 +256,7 @@ _txt["Font Family"] = "Font Family";
|
|
|
256
256
|
_txt["Normal"] = "Normal";
|
|
257
257
|
_txt["Lowercase"] = "Lowercase";
|
|
258
258
|
_txt["Capitalize"] = "Capitalize";
|
|
259
|
-
_txt["None"] = "
|
|
260
|
-
_txt["Underline"] = "Underline";
|
|
259
|
+
_txt["None"] = "Aucun";
|
|
261
260
|
_txt["Line Through"] = "Line Through";
|
|
262
261
|
_txt["Overline"] = "Overline";
|
|
263
262
|
_txt["Hover"] = "Hover";
|
|
@@ -281,7 +280,7 @@ _txt["General"] = "General";
|
|
|
281
280
|
_txt["Content"] = "Content";
|
|
282
281
|
_txt["On Click"] = "On Click";
|
|
283
282
|
_txt["Background Image"] = "Background Image";
|
|
284
|
-
_txt["Adjust"] = "
|
|
283
|
+
_txt["Adjust"] = "Ajuster";
|
|
285
284
|
_txt["Dark"] = "Dark";
|
|
286
285
|
_txt["Light"] = "Light";
|
|
287
286
|
_txt["Enlarge Row"] = "Enlarge Row";
|
|
@@ -310,7 +309,7 @@ _txt["Social Links"] = "Social Links";
|
|
|
310
309
|
_txt["HTML/JS"] = "HTML/JS";
|
|
311
310
|
_txt["Drag image to change the position. Click image to edit the details."] = "Drag image to change the position. Click image to edit the details.";
|
|
312
311
|
_txt["Add Image"] = "Add Image";
|
|
313
|
-
_txt["Fit"] = "
|
|
312
|
+
_txt["Fit"] = "Ajusté";
|
|
314
313
|
_txt["Type"] = "Type";
|
|
315
314
|
_txt["Animation duration"] = "Animation duration";
|
|
316
315
|
_txt["Per View"] = "Per View";
|
|
@@ -322,7 +321,7 @@ _txt["Caption (HTML allowed)"] = "Caption (HTML allowed)";
|
|
|
322
321
|
_txt["Placement"] = "Placement";
|
|
323
322
|
_txt["Max Width"] = "Max Width";
|
|
324
323
|
_txt["You can test the On-Click action on page if you lock the column by clicking the lock button"] = "You can test the On-Click action on page if you lock the column by clicking the lock button";
|
|
325
|
-
_txt["Remove"] = "
|
|
324
|
+
_txt["Remove"] = "Supprimer";
|
|
326
325
|
_txt["All"] = "All";
|
|
327
326
|
_txt["Transparent"] = "Transparent";
|
|
328
327
|
_txt["Current"] = "Current";
|
|
@@ -338,7 +337,7 @@ _txt["Margin Left"] = "Margin Left";
|
|
|
338
337
|
_txt["Margin Right"] = "Margin Right";
|
|
339
338
|
_txt["Margin Top"] = "Margin Top";
|
|
340
339
|
_txt["Margin Bottom"] = "Margin Bottom";
|
|
341
|
-
_txt["Reset"] = "
|
|
340
|
+
_txt["Reset"] = "Réinitialiser";
|
|
342
341
|
_txt["Snippet Categories"] = "Snippet Categories";
|
|
343
342
|
_txt["Snippets"] = "Snippets";
|
|
344
343
|
_txt["Copy"] = "Copy";
|
|
@@ -355,7 +354,7 @@ _txt["Move up in selection list or menu"] = "Move up in selection list or menu";
|
|
|
355
354
|
_txt["Move down in selection list or menu"] = "Move down in selection list or menu";
|
|
356
355
|
_txt["Close modal or popup"] = "Close modal or popup";
|
|
357
356
|
_txt["Shortcuts"] = "Shortcuts";
|
|
358
|
-
_txt["Basic"] = "
|
|
357
|
+
_txt["Basic"] = "Base";
|
|
359
358
|
_txt["Editing"] = "Editing";
|
|
360
359
|
_txt["Navigation"] = "Navigation";
|
|
361
360
|
_txt["Tab"] = "Tab";
|
|
@@ -438,12 +437,11 @@ _txt["Help, FAQ"] = "Help, FAQ";
|
|
|
438
437
|
_txt["About"] = "About";
|
|
439
438
|
_txt["Services"] = "Services";
|
|
440
439
|
_txt["Products, Services"] = "Products, Services";
|
|
440
|
+
_txt["Plugins"] = "Plugins";
|
|
441
441
|
_txt["Enter folder name"] = "Enter folder name";
|
|
442
442
|
_txt["Create Folder"] = "Create Folder";
|
|
443
443
|
_txt["Please enter a folder name."] = "Please enter a folder name.";
|
|
444
444
|
_txt["Drag and drop files here."] = "Drag and drop files here.";
|
|
445
|
-
_txt["Select"] = "Select";
|
|
446
|
-
_txt["Cancel"] = "Cancel";
|
|
447
445
|
_txt["Delete Selected"] = "Delete Selected";
|
|
448
446
|
_txt["Please select a file"] = "Please select a file";
|
|
449
447
|
_txt["UP"] = "UP";
|
|
@@ -637,7 +635,6 @@ _txt["Reset Button"] = "Reset Button";
|
|
|
637
635
|
_txt["Placeholder Text"] = "Placeholder Text";
|
|
638
636
|
_txt["Design"] = "Design";
|
|
639
637
|
_txt["Generate Form"] = "Generate Form";
|
|
640
|
-
_txt["Value"] = "Value";
|
|
641
638
|
_txt["Default Value"] = "Default Value";
|
|
642
639
|
_txt["Min Value"] = "Min Value";
|
|
643
640
|
_txt["Max Value"] = "Max Value";
|
|
@@ -763,7 +760,8 @@ _txt["Landscape 9:21"] = "Portrait 9:21";
|
|
|
763
760
|
_txt["Aspect Ratio"] = "Aspect Ratio";
|
|
764
761
|
_txt["Duration (s)"] = "Duration (s)";
|
|
765
762
|
|
|
766
|
-
_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.";
|
|
763
|
+
// _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.";
|
|
764
|
+
_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.";
|
|
767
765
|
_txt["Headline Goes Here"] = "Headline Goes Here";
|
|
768
766
|
_txt["Lorem Ipsum is simply dummy text"] = "Lorem Ipsum is simply dummy text";
|
|
769
767
|
_txt["Heading 1 here"] = "Heading 1 here";
|
|
@@ -774,4 +772,237 @@ _txt["It's easy to use, customizable, and user-friendly. A truly amazing feature
|
|
|
774
772
|
_txt["Read More"] = "Read More";
|
|
775
773
|
_txt["Get Started"] = "Get Started";
|
|
776
774
|
_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.";
|
|
777
|
-
_txt["Hello World..!"] = "Hello World..!";
|
|
775
|
+
_txt["Hello World..!"] = "Hello World..!";
|
|
776
|
+
|
|
777
|
+
// Table toolbar / style panel
|
|
778
|
+
_txt["Insert Above"] = "Insert Above";
|
|
779
|
+
_txt["Insert Below"] = "Insert Below";
|
|
780
|
+
_txt["Insert Left"] = "Insert Left";
|
|
781
|
+
_txt["Insert Right"] = "Insert Right";
|
|
782
|
+
_txt["Merge Cells"] = "Merge Cells";
|
|
783
|
+
_txt["Split Cell"] = "Split Cell";
|
|
784
|
+
_txt["Toggle Header Row"] = "Toggle Header Row";
|
|
785
|
+
_txt["Header"] = "Header";
|
|
786
|
+
_txt["Table Settings"] = "Table Settings";
|
|
787
|
+
_txt["Delete Table"] = "Delete Table";
|
|
788
|
+
|
|
789
|
+
// Plugins
|
|
790
|
+
_txt["Click to flip"] = "Click to flip";
|
|
791
|
+
_txt["More Info Tooltip"] = "More Info Tooltip";
|
|
792
|
+
|
|
793
|
+
// Element panel & Preferences
|
|
794
|
+
_txt["Interface"] = "Interface";
|
|
795
|
+
_txt["Guides & Tools"] = "Guides et outils";
|
|
796
|
+
_txt["Snippets & Editing"] = "Extraits et édition";
|
|
797
|
+
_txt["Theme"] = "Thème";
|
|
798
|
+
_txt["Hide on canvas"] = "Masquer sur le canevas";
|
|
799
|
+
_txt["Column Tool"] = "Outil de colonne";
|
|
800
|
+
_txt["Snippet (+) Tool"] = "Outil d'extrait (+)";
|
|
801
|
+
_txt["Element tool"] = "Outil d'élément";
|
|
802
|
+
_txt["Element highlight"] = "Surbrillance de l'élément";
|
|
803
|
+
_txt["Element ID"] = "ID de l'élément";
|
|
804
|
+
_txt["CSS classes"] = "Classes CSS";
|
|
805
|
+
_txt["Add class…"] = "Ajouter une classe…";
|
|
806
|
+
_txt["Press Enter or space to add. Click × to remove."] = "Appuyez sur Entrée ou Espace pour ajouter. Cliquez sur × pour supprimer.";
|
|
807
|
+
_txt["none"] = "aucun";
|
|
808
|
+
_txt["Shadows"] = "Ombres";
|
|
809
|
+
_txt["Presets"] = "Préréglages";
|
|
810
|
+
_txt["Apply Shadow"] = "Appliquer l'ombre";
|
|
811
|
+
_txt["No shadow — pick a preset or Add."] = "Aucune ombre — choisissez un préréglage ou Ajouter.";
|
|
812
|
+
_txt["Reset offset, blur and spread"] = "Réinitialiser le décalage, le flou et l'étendue";
|
|
813
|
+
_txt["Inset"] = "Intérieur";
|
|
814
|
+
_txt["Outset"] = "Extérieur";
|
|
815
|
+
_txt["Sides"] = "Côtés";
|
|
816
|
+
_txt["All sides"] = "Tous les côtés";
|
|
817
|
+
_txt["Solid"] = "Continu";
|
|
818
|
+
_txt["Dashed"] = "Tirets";
|
|
819
|
+
_txt["Dotted"] = "Pointillés";
|
|
820
|
+
_txt["Offsets"] = "Décalages";
|
|
821
|
+
_txt["Static"] = "Statique";
|
|
822
|
+
_txt["Unit"] = "Unité";
|
|
823
|
+
_txt["Alignment"] = "Alignement";
|
|
824
|
+
|
|
825
|
+
// Insert Symbol & Search & Replace
|
|
826
|
+
_txt["Search symbols"] = "Rechercher des symboles";
|
|
827
|
+
_txt["Symbol categories"] = "Catégories de symboles";
|
|
828
|
+
_txt["Recent"] = "Récents";
|
|
829
|
+
_txt["No symbol found"] = "Aucun symbole trouvé";
|
|
830
|
+
_txt["Arrows"] = "Flèches";
|
|
831
|
+
_txt["Math"] = "Maths";
|
|
832
|
+
_txt["Punctuation"] = "Ponctuation";
|
|
833
|
+
_txt["Currency"] = "Devises";
|
|
834
|
+
_txt["Latin"] = "Latin";
|
|
835
|
+
_txt["Greek"] = "Grec";
|
|
836
|
+
_txt["Numbers"] = "Nombres";
|
|
837
|
+
_txt["Enclosed"] = "Encadrés";
|
|
838
|
+
_txt["Technical"] = "Technique";
|
|
839
|
+
_txt["Shapes"] = "Formes";
|
|
840
|
+
_txt["Symbols"] = "Symboles";
|
|
841
|
+
_txt["Dingbats"] = "Dingbats";
|
|
842
|
+
_txt["Find"] = "Rechercher";
|
|
843
|
+
_txt["Replace with"] = "Remplacer par";
|
|
844
|
+
_txt["Match case"] = "Respecter la casse";
|
|
845
|
+
_txt["Replace"] = "Remplacer";
|
|
846
|
+
_txt["Replace All"] = "Tout remplacer";
|
|
847
|
+
_txt["No results"] = "Aucun résultat";
|
|
848
|
+
|
|
849
|
+
// Preview
|
|
850
|
+
_txt["Preview width"] = "Largeur de l’aperçu";
|
|
851
|
+
_txt["Open in new tab"] = "Ouvrir dans un nouvel onglet";
|
|
852
|
+
_txt["Refresh"] = "Actualiser";
|
|
853
|
+
_txt["pixels"] = "pixels";
|
|
854
|
+
_txt["Preview"] = "Aperçu";
|
|
855
|
+
|
|
856
|
+
// Code Chat (additional strings)
|
|
857
|
+
_txt["Applying from image..."] = "Applying from image...";
|
|
858
|
+
_txt["Building from your design..."] = "Building from your design...";
|
|
859
|
+
_txt["Building your page..."] = "Building your page...";
|
|
860
|
+
_txt["Demo mode - Chat is read-only"] = "Demo mode - Chat is read-only";
|
|
861
|
+
_txt["Edited"] = "Edited";
|
|
862
|
+
_txt["Edited from your image"] = "Edited from your image";
|
|
863
|
+
_txt["Full AI chat available in the complete version."] = "Full AI chat available in the complete version.";
|
|
864
|
+
_txt["Generated {count} images successfully"] = "Generated {count} images successfully";
|
|
865
|
+
_txt["Generating image in the reference style..."] = "Generating image in the reference style...";
|
|
866
|
+
_txt["Image generated successfully"] = "Image generated successfully";
|
|
867
|
+
_txt["Image generation failed"] = "Image generation failed";
|
|
868
|
+
_txt["Image size"] = "Image size";
|
|
869
|
+
_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.";
|
|
870
|
+
_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.";
|
|
871
|
+
_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.";
|
|
872
|
+
_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.";
|
|
873
|
+
_txt["Read-Only Demo"] = "Read-Only Demo";
|
|
874
|
+
_txt["Rebuild from image"] = "Rebuild from image";
|
|
875
|
+
_txt["Reproduced the uploaded design"] = "Reproduced the uploaded design";
|
|
876
|
+
_txt["Select image size"] = "Select image size";
|
|
877
|
+
_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.";
|
|
878
|
+
_txt["Stop"] = "Stop";
|
|
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"] = "Nouvelle discussion";
|
|
898
|
+
_txt["Start a new chat? This clears the conversation here. Your page stays exactly as it is."] = "Démarrer une nouvelle discussion ? Cela efface la conversation ici. Votre page reste exactement telle quelle.";
|
|
899
|
+
_txt["Compare"] = "Comparer";
|
|
900
|
+
_txt["Hold to see the original"] = "Maintenez pour voir l'original";
|
|
901
|
+
|
|
902
|
+
// Image editor
|
|
903
|
+
_txt["Could not load the image."] = "Impossible de charger l'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."] = "Pour les images hébergées sur un autre domaine, le serveur doit envoyer les en-têtes CORS (Access-Control-Allow-Origin), sinon l'édition et l'exportation sont bloquées par le navigateur.";
|
|
905
|
+
_txt["Saving…"] = "Enregistrement…";
|
|
906
|
+
_txt["Edit image"] = "Modifier l'image";
|
|
907
|
+
_txt["OK"] = "OK";
|
|
908
|
+
_txt["Rendering…"] = "Rendu en cours…";
|
|
909
|
+
_txt["Click or drop an image to start"] = "Cliquez ou déposez une image pour commencer";
|
|
910
|
+
_txt["Crop it, set white balance, adjust, pick a look, then save the result."] = "Recadrez, réglez la balance des blancs, ajustez, choisissez un rendu, puis enregistrez le résultat.";
|
|
911
|
+
_txt["Open image"] = "Ouvrir une image";
|
|
912
|
+
_txt["original"] = "original";
|
|
913
|
+
_txt["Click: toggle 100% / fit. Wheel on the photo zooms, drag pans."] = "Clic : basculer entre 100 % et ajusté. La molette zoome sur la photo, le glissement la déplace.";
|
|
914
|
+
_txt["Crop"] = "Recadrer";
|
|
915
|
+
_txt["Aspect ratio"] = "Proportions";
|
|
916
|
+
_txt["Rotate 90°"] = "Pivoter de 90°";
|
|
917
|
+
_txt["Flip H"] = "Miroir horizontal";
|
|
918
|
+
_txt["Flip V"] = "Miroir vertical";
|
|
919
|
+
_txt["Straighten"] = "Redresser";
|
|
920
|
+
_txt["White balance"] = "Balance des blancs";
|
|
921
|
+
_txt["Look"] = "Rendu";
|
|
922
|
+
_txt["Hold the backslash key or press-and-hold the photo to see the original."] = "Maintenez la touche barre oblique inversée ou maintenez le clic sur la photo pour voir l'original.";
|
|
923
|
+
_txt["Wheel zooms to real pixels, drag pans, double-click toggles 100%."] = "La molette zoome sur les pixels réels, le glissement déplace, le double-clic bascule à 100 %.";
|
|
924
|
+
_txt["Double-click a control name to reset it."] = "Double-cliquez sur le nom d'un réglage pour le réinitialiser.";
|
|
925
|
+
_txt["Enter applies a crop, Esc cancels, Ctrl+Z undoes."] = "Entrée applique le recadrage, Échap annule, Ctrl+Z revient en arrière.";
|
|
926
|
+
_txt["Focus area"] = "Zone de netteté";
|
|
927
|
+
_txt["Keep a region sharp while the rest streaks — drag it on the photo"] = "Garder une zone nette pendant que le reste file — faites-la glisser sur la photo";
|
|
928
|
+
_txt["Local light"] = "Lumière locale";
|
|
929
|
+
_txt["Radial light"] = "Lumière radiale";
|
|
930
|
+
_txt["Brighten or darken one area — drag the circle on the photo"] = "Éclaircir ou assombrir une zone — faites glisser le cercle sur la photo";
|
|
931
|
+
_txt["My looks"] = "Mes rendus";
|
|
932
|
+
_txt["Save look…"] = "Enregistrer le rendu…";
|
|
933
|
+
_txt["Save the current treatment (color + effects) for reuse"] = "Enregistrer le traitement actuel (couleur + effets) pour le réutiliser";
|
|
934
|
+
_txt["Import…"] = "Importer…";
|
|
935
|
+
_txt["Paste a shared look string"] = "Collez une chaîne de rendu partagée";
|
|
936
|
+
_txt["Look saved"] = "Rendu enregistré";
|
|
937
|
+
_txt["Not a valid look string"] = "Chaîne de rendu non valide";
|
|
938
|
+
_txt["Look added"] = "Rendu ajouté";
|
|
939
|
+
_txt["Open an image first"] = "Ouvrez d'abord une image";
|
|
940
|
+
_txt["Name this look"] = "Nommez ce rendu";
|
|
941
|
+
_txt["Nothing saved yet."] = "Rien d'enregistré pour l'instant.";
|
|
942
|
+
_txt["This look is on the photo — click to take it back off"] = "Ce rendu est appliqué à la photo — cliquez pour le retirer";
|
|
943
|
+
_txt["Apply this look"] = "Appliquer ce rendu";
|
|
944
|
+
_txt["Look removed — crop and framing kept"] = "Rendu retiré — le recadrage et le cadrage sont conservés";
|
|
945
|
+
_txt["Look applied"] = "Rendu appliqué";
|
|
946
|
+
_txt["Could not apply this look"] = "Impossible d'appliquer ce rendu";
|
|
947
|
+
_txt["Copy shareable string"] = "Copier la chaîne à partager";
|
|
948
|
+
_txt["Look string copied — share it anywhere"] = "Chaîne de rendu copiée — partagez-la où vous voulez";
|
|
949
|
+
_txt["Clipboard blocked by the browser"] = "Presse-papiers bloqué par le navigateur";
|
|
950
|
+
_txt["Look removed"] = "Rendu retiré";
|
|
951
|
+
_txt["Temp"] = "Temp.";
|
|
952
|
+
_txt["Tint"] = "Teinte";
|
|
953
|
+
_txt["Load .cube…"] = "Charger un .cube…";
|
|
954
|
+
_txt["Add a standard 3D LUT file to the reel (this session)"] = "Ajouter un fichier LUT 3D standard à la liste (pour cette session)";
|
|
955
|
+
_txt["LUT added to the reel (this session)"] = "LUT ajoutée à la liste (pour cette session)";
|
|
956
|
+
_txt["Not a valid .cube LUT:"] = "LUT .cube non valide :";
|
|
957
|
+
_txt["Could not load this LUT"] = "Impossible de charger cette LUT";
|
|
958
|
+
_txt["Exposure"] = "Exposition";
|
|
959
|
+
_txt["Highlights"] = "Hautes lumières";
|
|
960
|
+
_txt["Saturation"] = "Saturation";
|
|
961
|
+
_txt["Clarity"] = "Clarté";
|
|
962
|
+
_txt["Sharpen"] = "Netteté";
|
|
963
|
+
_txt["Intensity"] = "Intensité";
|
|
964
|
+
_txt["Grain"] = "Grain";
|
|
965
|
+
_txt["Grain size"] = "Taille du grain";
|
|
966
|
+
_txt["Halation"] = "Halo";
|
|
967
|
+
_txt["Motion"] = "Filé";
|
|
968
|
+
_txt["Angle"] = "Angle";
|
|
969
|
+
_txt["Focus feather"] = "Fondu de la netteté";
|
|
970
|
+
_txt["Amount"] = "Intensité";
|
|
971
|
+
_txt["Feather"] = "Fondu";
|
|
972
|
+
_txt["Film Warm"] = "Film chaud";
|
|
973
|
+
_txt["Film Muted"] = "Film atténué";
|
|
974
|
+
_txt["Mono Classic"] = "Mono classique";
|
|
975
|
+
_txt["Other"] = "Autre";
|
|
976
|
+
_txt["Imported"] = "Importé";
|
|
977
|
+
|
|
978
|
+
// Image editor — look collection
|
|
979
|
+
_txt["Copper Reverie"] = "Rêverie cuivrée";
|
|
980
|
+
_txt["Deep Harbor"] = "Port profond";
|
|
981
|
+
_txt["Ivory Bloom"] = "Éclat d'ivoire";
|
|
982
|
+
_txt["Northlight"] = "Lumière du nord";
|
|
983
|
+
_txt["Tungsten Bloom"] = "Éclat tungstène";
|
|
984
|
+
_txt["Velvet Meadow"] = "Prairie de velours";
|
|
985
|
+
_txt["Atelier"] = "Atelier";
|
|
986
|
+
_txt["Honeyglow"] = "Reflet de miel";
|
|
987
|
+
_txt["Porcelain"] = "Porcelaine";
|
|
988
|
+
_txt["Rosewood"] = "Bois de rose";
|
|
989
|
+
_txt["Umbra"] = "Ombre";
|
|
990
|
+
_txt["Alpine Clear"] = "Clarté alpine";
|
|
991
|
+
_txt["Golden Trail"] = "Sentier doré";
|
|
992
|
+
_txt["Vista Vivid"] = "Panorama vif";
|
|
993
|
+
_txt["Standard"] = "Standard";
|
|
994
|
+
_txt["Soft"] = "Doux";
|
|
995
|
+
_txt["Deep"] = "Profond";
|
|
996
|
+
_txt["High Key"] = "Haute clé";
|
|
997
|
+
_txt["Warmtone"] = "Ton chaud";
|
|
998
|
+
_txt["Cooltone"] = "Ton froid";
|
|
999
|
+
_txt["Silver Mist"] = "Brume argentée";
|
|
1000
|
+
_txt["Umber Veil"] = "Voile d'ombre";
|
|
1001
|
+
_txt["Emerald Noir"] = "Émeraude noir";
|
|
1002
|
+
_txt["Pastel Air"] = "Air pastel";
|
|
1003
|
+
_txt["Sunprint"] = "Empreinte solaire";
|
|
1004
|
+
_txt["Film"] = "Film";
|
|
1005
|
+
_txt["Portrait"] = "Portrait";
|
|
1006
|
+
_txt["Landscape"] = "Paysage";
|
|
1007
|
+
_txt["B&W"] = "N&B";
|
|
1008
|
+
_txt["Creative"] = "Créatif";
|