From 8c3d568f6c06dfbee901acaaada88caf66fa189a Mon Sep 17 00:00:00 2001 From: jensilo <k@jensheise.com> Date: Thu, 28 Dec 2023 12:18:56 +0100 Subject: [PATCH] update en.json --- translations/en.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/translations/en.json b/translations/en.json index 308a01b..3ff55ff 100644 --- a/translations/en.json +++ b/translations/en.json @@ -113,7 +113,10 @@ "not-a-string": "The value \"value\" for the rule \"{{ .rule }}\" of type \"{{ .type }}\" should consist of a string or a list of strings, but another type was found. Please check the template documentation." }, "equals.error": "Expected value: \"{{ .expected }}\".", - "equals-any.error": "Expected value: {{ .expected }}." + "equals-any": { + "error": "Expected value: {{ .expected }}.", + "invalid-allow-others": "The value \"allowOthers\" for the rule \"{{ .rule }}\" of type \"{{ .type }}\" is invalid. A boolean (true/false) is expected." + } }, "elicitation": { "call-to-action": "Capture requirements with EIFFEL", @@ -132,6 +135,8 @@ "no-further-info": "No further information has been provided for this rule.", "value": "Expected", "value-single-select": "A value from", + "value-single-select-empty": "No values defined in the template.", + "value-single-select-allow-others": "any value", "copy-and-clear": "Copy and clear" }, "template": { -- GitLab