@innovastudio/contentbox 1.6.199 → 1.6.200
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.
|
@@ -1054,6 +1054,12 @@ _txt["1 field"] = "1 field";
|
|
|
1054
1054
|
_txt["fields"] = "fields";
|
|
1055
1055
|
_txt["No form yet."] = "No form yet.";
|
|
1056
1056
|
|
|
1057
|
+
/* 3D model generation */
|
|
1058
|
+
_txt["3D Model"] = "3D Model";
|
|
1059
|
+
_txt["Select the AI model used for 3D model generation"] = "Select the AI model used for 3D model generation";
|
|
1060
|
+
_txt["Generating 3D model"] = "Generating 3D model";
|
|
1061
|
+
_txt["Checking the render"] = "Checking the render";
|
|
1062
|
+
|
|
1057
1063
|
/* ContentBox only — not in the ContentBuilder language file */
|
|
1058
1064
|
_txt["Text Case"] = "Text Case";
|
|
1059
1065
|
_txt["To try the On-Click action, please disable column editing by clicking the lock button"] = "To try the On-Click action, please disable column editing by clicking the lock button";
|
package/readme.txt
CHANGED