From 8752f1b06d582b6f9249b4f4945686315b0c4c41 Mon Sep 17 00:00:00 2001 From: Alexander Brown Date: Thu, 6 Nov 2025 01:02:09 -0800 Subject: [PATCH] fix: re-add translations dropped in 6564 (#6613) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary Re-adding some strings that got dropped in the merge. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-6613-fix-re-add-translations-dropped-in-6564-2a36d73d3650818ca617cb5bddd11bc7) by [Unito](https://www.unito.io) --- src/locales/en/main.json | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/src/locales/en/main.json b/src/locales/en/main.json index 009932302..a471b5f09 100644 --- a/src/locales/en/main.json +++ b/src/locales/en/main.json @@ -613,8 +613,17 @@ "nodes": "Nodes", "models": "Models", "workflows": "Workflows", - "templates": "Templates" + "templates": "Templates", + "console": "Console", + "menu": "Menu", + "assets": "Assets", + "imported": "Imported", + "generated": "Generated" }, + "noFilesFound": "No files found", + "noImportedFiles": "No imported files found", + "noGeneratedFiles": "No generated files found", + "noFilesFoundMessage": "Upload files or generate content to see them here", "browseTemplates": "Browse example templates", "openWorkflow": "Open workflow in local file system", "newBlankWorkflow": "Create a new blank workflow", @@ -1774,7 +1783,10 @@ "exportSettings": "Export Settings", "modelSettings": "Model Settings" }, - "openIn3DViewer": "Open in 3D Viewer" + "openIn3DViewer": "Open in 3D Viewer", + "dropToLoad": "Drop 3D model to load", + "unsupportedFileType": "Unsupported file type (supports .gltf, .glb, .obj, .fbx, .stl)", + "uploadingModel": "Uploading 3D model..." }, "toastMessages": { "nothingToQueue": "Nothing to queue", @@ -2289,4 +2301,4 @@ "message": "Nodes just got a new look and feel", "tryItOut": "Try it out" } -} \ No newline at end of file +}