From 907a3216f4ce90c012817a9ba2512ed989568ab4 Mon Sep 17 00:00:00 2001 From: Marcel Diegelmann Date: Fri, 11 Apr 2025 14:00:11 +0200 Subject: [PATCH] =?UTF-8?q?JSON=20Importer=20mit=20Minimaldaten=20weiteren?= =?UTF-8?q?twickeln.=20Validierung=20mit=20Violations=20einf=C3=BChren=20u?= =?UTF-8?q?nd=20beim=20Import-Versuch=20zus=C3=A4tzlich=20mit=20ausgeben?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- translations/validators.en.xlf | 54 ++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) diff --git a/translations/validators.en.xlf b/translations/validators.en.xlf index 658a47e1..c2a18765 100644 --- a/translations/validators.en.xlf +++ b/translations/validators.en.xlf @@ -491,5 +491,59 @@ must have either assigned as sub-property: "id" as an integer greater than 0, or "name" as a non-empty string + + + validator.bom_importer.json.quantity.required + you must specify a quantity > 0! + + + + + validator.bom_importer.json.quantity.float + expected as float greater than 0.0 + + + + + validator.bom_importer.json.parameter.string.notEmpty + expected as non-empty string + + + + + validator.bom_importer.json.parameter.string.notEmpty.null + als nicht leere Zeichenkette oder null erwartet + + + + + validator.bom_importer.json.parameter.array + expectd as array + + + + + validator.bom_importer.json.parameter.subproperties + must have at least one of the following sub-properties: %propertyString% + + + + + validator.bom_importer.json.parameter.notFoundFor + not found for %value% + + + + + validator.bom_importer.json.parameter.noExactMatch + does not match exactly. Given for import: %importValue%, found (%foundId%): %foundValue% + + + + + validator.bom_importer.json.parameter.manufacturerOrCategoryWithSubProperties + must have either assigned as sub-property: "id" as an integer greater than 0, or "name" as a non-empty string + +