From 1a560661079c5a7f8f04876b3ed2b139e62edd92 Mon Sep 17 00:00:00 2001 From: ProbablePrime Date: Fri, 17 Jan 2025 02:51:25 -0800 Subject: [PATCH] feat(import): add strings for folder import errors etc. --- en.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/en.json b/en.json index 413cc97..a94b11c 100644 --- a/en.json +++ b/en.json @@ -1065,6 +1065,12 @@ "Importer.Slices.TitleGrayscale": "Image slices as volumetric texture (grayscale)", "Importer.Slices.Description": "Processes all image files in the folder into a volumetric texture", + "Importer.UnsupportedRecordType.Heading":"Unsupported Record Type", + "Importer.UnsupportedRecordType.Description":"The record you are trying to import({url}) has an unsupported type. It's type is: {recordType}. Please report this to us at {bugUrl}.", + "Importer.Link.Invalid.Heading":"Invalid Folder Link", + "Importer.Link.Invalid.Description":"The folder link({url}), you are trying to import is invalid. Double check your link and try again.", + "Inventory.Link.LinkText": "Inventory link to {name}", + "Exporter.Title": "Export", "Exporter.FileName": "File name:", "Exporter.ExportAs": "Export as:",