Merge pull request #489 from stiefeljackal/fix/missing-image-import-failure-keys

fix(en): add missing image import failure keys
This commit is contained in:
Tomas Mariancik 2024-08-06 00:15:31 +02:00 committed by GitHub
commit e7a6c986bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -936,6 +936,9 @@
"Importer.Image.Stereo180": "Stereo 180° photo",
"Importer.Image.LUT": "LUT",
"Importer.Image.Failure.Heading": "Failed to Import Image <color=hero.yellow>{image}</color>",
"Importer.Image.Failure.Description": "Failed to import the image due to the following:\n\n<color=hero.red>{error}</color>",
"Importer.LUT.Failure.Heading": "Failed to Import LUT <color=hero.yellow>{image}</color>",
"Importer.LUT.Failure.Description": "Failed to import LUT due to the following:\n\n<color=hero.red>{error}</color>",