Merge pull request #635 from Yellow-Dog-Man/prime/feat/folder-import-enhancements

feat(import): add strings for folder import errors etc.
This commit is contained in:
Tomas Mariancik 2025-01-28 20:21:07 +01:00 committed by GitHub
commit 1e27a3d7c7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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:",