-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8d31030
commit 63807e1
Showing
32 changed files
with
646 additions
and
198 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,29 @@ | ||
{ | ||
"specification.field.tag.duplicate": "The 'tag' must be unique.", | ||
"specification.field.label.duplicate": "The 'label' must be unique.", | ||
"specification.resource.not-found": "{resourceName} with ID [{resourceId}] was not found.", | ||
"specification.fetch.failed": "Specification fetching failed.", | ||
"invalid.request.query-param.enum": "Unexpected value [{invalidValue}]. Possible values: [{possibleValues}].", | ||
"Pattern.SpecificationFieldChangeDto.tag": "A tag must contain three characters.", | ||
"Pattern.SpecificationFieldChangeDto.tag": "A ''{parameter}'' field must contain three characters and can only accept numbers 0-9.", | ||
"Min": "{parameter} must be greater than or equal to {value}.", | ||
"Max": "{parameter} must be less than or equal to {value}.", | ||
"NotNull": "The ''{parameter}'' field is required.", | ||
"NotBlank": "The ''{parameter}'' must be not blank.", | ||
"Size": "The ''{parameter}'' field has exceeded {max} character limit", | ||
"Size": "The ''{parameter}'' field has exceeded {max} character limit.", | ||
"URL": "The ''{parameter}'' field should be valid URL.", | ||
"unexpected": "Unexpected error: {errorMessage}." | ||
"unexpected": "Unexpected error: {errorMessage}.", | ||
"field.indicator.order.duplicate": "The 'order' must be unique.", | ||
"indicator.code.code.duplicate": "The 'code' must be unique.", | ||
"Pattern.IndicatorCodeChangeDto.code": "A ''{parameter}'' field must contain one character and can only accept numbers 0-9, letters a-z or a '#'.", | ||
"field.subfield.code.duplicate": "The 'code' must be unique.", | ||
"Pattern.SubfieldChangeDto.code": "A ''{parameter}'' field must contain one character and can only accept numbers 0-9 or letters a-z.", | ||
"Min.FieldIndicatorChangeDto.order": "The indicator ''{parameter}'' field can only accept numbers 1-2.", | ||
"Max.FieldIndicatorChangeDto.order": "The indicator ''{parameter}'' field can only accept numbers 1-2.", | ||
"scope.update.not-allowed": "The ''{parameter}'' modification is not allowed for {scope} scope.", | ||
"scope.delete.not-allowed": "A {scope} scope {parameter} cannot be deleted.", | ||
"validation.missingField": "Field {tag} is required.", | ||
"validation.nonRepeatableField": "Field is non-repeatable.", | ||
"validation.undefinedField": "Field is undefined.", | ||
"control-field.resource.not-allowed": "Cannot define {parameter}s for 00X control fields.", | ||
"validation.nonRepeatable1XXField": "Field 1XX is non-repeatable.", | ||
"validation.nonRepeatableRequired1XXField": "Field 1XX is non-repeatable and required.", | ||
"validation.invalidFieldTag": "Tag must contain three characters and can only accept numbers 0-9." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,29 @@ | ||
{ | ||
"specification.field.tag.duplicate": "The 'tag' must be unique.", | ||
"specification.field.label.duplicate": "The 'label' must be unique.", | ||
"specification.resource.not-found": "{resourceName} with ID [{resourceId}] was not found.", | ||
"specification.fetch.failed": "Specification fetching failed.", | ||
"invalid.request.query-param.enum": "Unexpected value [{invalidValue}]. Possible values: [{possibleValues}].", | ||
"Pattern.SpecificationFieldChangeDto.tag": "A tag must contain three characters.", | ||
"Pattern.SpecificationFieldChangeDto.tag": "A ''{parameter}'' field must contain three characters and can only accept numbers 0-9.", | ||
"Min": "{parameter} must be greater than or equal to {value}.", | ||
"Max": "{parameter} must be less than or equal to {value}.", | ||
"NotNull": "The ''{parameter}'' field is required.", | ||
"NotBlank": "The ''{parameter}'' must be not blank.", | ||
"Size": "The ''{parameter}'' field has exceeded {max} character limit", | ||
"Size": "The ''{parameter}'' field has exceeded {max} character limit.", | ||
"URL": "The ''{parameter}'' field should be valid URL.", | ||
"unexpected": "Unexpected error: {errorMessage}." | ||
"unexpected": "Unexpected error: {errorMessage}.", | ||
"field.indicator.order.duplicate": "The 'order' must be unique.", | ||
"indicator.code.code.duplicate": "The 'code' must be unique.", | ||
"Pattern.IndicatorCodeChangeDto.code": "A ''{parameter}'' field must contain one character and can only accept numbers 0-9, letters a-z or a '#'.", | ||
"field.subfield.code.duplicate": "The 'code' must be unique.", | ||
"Pattern.SubfieldChangeDto.code": "A ''{parameter}'' field must contain one character and can only accept numbers 0-9 or letters a-z.", | ||
"Min.FieldIndicatorChangeDto.order": "The indicator ''{parameter}'' field can only accept numbers 1-2.", | ||
"Max.FieldIndicatorChangeDto.order": "The indicator ''{parameter}'' field can only accept numbers 1-2.", | ||
"scope.update.not-allowed": "The ''{parameter}'' modification is not allowed for {scope} scope.", | ||
"scope.delete.not-allowed": "A {scope} scope {parameter} cannot be deleted.", | ||
"validation.missingField": "Field {tag} is required.", | ||
"validation.nonRepeatableField": "Field is non-repeatable.", | ||
"validation.undefinedField": "Field is undefined.", | ||
"control-field.resource.not-allowed": "Cannot define {parameter}s for 00X control fields.", | ||
"validation.nonRepeatable1XXField": "Field 1XX is non-repeatable.", | ||
"validation.nonRepeatableRequired1XXField": "Field 1XX is non-repeatable and required.", | ||
"validation.invalidFieldTag": "Tag must contain three characters and can only accept numbers 0-9." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,29 @@ | ||
{ | ||
"specification.field.tag.duplicate": "The 'tag' must be unique.", | ||
"specification.field.label.duplicate": "The 'label' must be unique.", | ||
"specification.resource.not-found": "{resourceName} with ID [{resourceId}] was not found.", | ||
"specification.fetch.failed": "Specification fetching failed.", | ||
"invalid.request.query-param.enum": "Unexpected value [{invalidValue}]. Possible values: [{possibleValues}].", | ||
"Pattern.SpecificationFieldChangeDto.tag": "A tag must contain three characters.", | ||
"Pattern.SpecificationFieldChangeDto.tag": "A ''{parameter}'' field must contain three characters and can only accept numbers 0-9.", | ||
"Min": "{parameter} must be greater than or equal to {value}.", | ||
"Max": "{parameter} must be less than or equal to {value}.", | ||
"NotNull": "The ''{parameter}'' field is required.", | ||
"NotBlank": "The ''{parameter}'' must be not blank.", | ||
"Size": "The ''{parameter}'' field has exceeded {max} character limit", | ||
"Size": "The ''{parameter}'' field has exceeded {max} character limit.", | ||
"URL": "The ''{parameter}'' field should be valid URL.", | ||
"unexpected": "Unexpected error: {errorMessage}." | ||
"unexpected": "Unexpected error: {errorMessage}.", | ||
"field.indicator.order.duplicate": "The 'order' must be unique.", | ||
"indicator.code.code.duplicate": "The 'code' must be unique.", | ||
"Pattern.IndicatorCodeChangeDto.code": "A ''{parameter}'' field must contain one character and can only accept numbers 0-9, letters a-z or a '#'.", | ||
"field.subfield.code.duplicate": "The 'code' must be unique.", | ||
"Pattern.SubfieldChangeDto.code": "A ''{parameter}'' field must contain one character and can only accept numbers 0-9 or letters a-z.", | ||
"Min.FieldIndicatorChangeDto.order": "The indicator ''{parameter}'' field can only accept numbers 1-2.", | ||
"Max.FieldIndicatorChangeDto.order": "The indicator ''{parameter}'' field can only accept numbers 1-2.", | ||
"scope.update.not-allowed": "The ''{parameter}'' modification is not allowed for {scope} scope.", | ||
"scope.delete.not-allowed": "A {scope} scope {parameter} cannot be deleted.", | ||
"validation.missingField": "Field {tag} is required.", | ||
"validation.nonRepeatableField": "Field is non-repeatable.", | ||
"validation.undefinedField": "Field is undefined.", | ||
"control-field.resource.not-allowed": "Cannot define {parameter}s for 00X control fields.", | ||
"validation.nonRepeatable1XXField": "Field 1XX is non-repeatable.", | ||
"validation.nonRepeatableRequired1XXField": "Field 1XX is non-repeatable and required.", | ||
"validation.invalidFieldTag": "Tag must contain three characters and can only accept numbers 0-9." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,29 @@ | ||
{ | ||
"specification.field.tag.duplicate": "The 'tag' must be unique.", | ||
"specification.field.label.duplicate": "The 'label' must be unique.", | ||
"specification.resource.not-found": "{resourceName} with ID [{resourceId}] was not found.", | ||
"specification.fetch.failed": "Specification fetching failed.", | ||
"invalid.request.query-param.enum": "Unexpected value [{invalidValue}]. Possible values: [{possibleValues}].", | ||
"Pattern.SpecificationFieldChangeDto.tag": "A tag must contain three characters.", | ||
"Min": "{parameter} must be greater than or equal to {value}.", | ||
"Max": "{parameter} must be less than or equal to {value}.", | ||
"NotNull": "The ''{parameter}'' field is required.", | ||
"NotBlank": "The ''{parameter}'' must be not blank.", | ||
"Size": "The ''{parameter}'' field has exceeded {max} character limit", | ||
"URL": "The ''{parameter}'' field should be valid URL.", | ||
"unexpected": "Unexpected error: {errorMessage}." | ||
"specification.field.tag.duplicate": "„Tag“ musí být jedinečný.", | ||
"specification.resource.not-found": "{resourceName} s ID [{resourceId}] nebyl nalezen.", | ||
"specification.fetch.failed": "Načítání specifikace se nezdařilo.", | ||
"invalid.request.query-param.enum": "Neočekávaná hodnota [{invalidValue}]. Možné hodnoty: [{possibleValues}].", | ||
"Pattern.SpecificationFieldChangeDto.tag": "Pole ''{parameter}'' musí obsahovat tři znaky a může obsahovat pouze čísla 0-9.", | ||
"Min": "{parameter} musí být větší nebo roven {value}.", | ||
"Max": "{parameter} musí být menší nebo roven {value}.", | ||
"NotNull": "Pole ''{parameter}'' je povinné.", | ||
"Size": "Pole ''{parameter}'' překročilo limit {max} znaků.", | ||
"URL": "Pole ''{parameter}'' by mělo být platná adresa URL.", | ||
"unexpected": "Neočekávaná chyba: {errorMessage}.", | ||
"field.indicator.order.duplicate": "„Objednávka“ musí být jedinečná.", | ||
"indicator.code.code.duplicate": "„Kód“ musí být jedinečný.", | ||
"Pattern.IndicatorCodeChangeDto.code": "Pole ''{parameter}'' musí obsahovat jeden znak a může obsahovat pouze číslice 0-9, písmena az nebo '#'.", | ||
"field.subfield.code.duplicate": "„Kód“ musí být jedinečný.", | ||
"Pattern.SubfieldChangeDto.code": "Pole ''{parameter}'' musí obsahovat jeden znak a může obsahovat pouze čísla 0-9 nebo písmena a-z.", | ||
"Min.FieldIndicatorChangeDto.order": "Do pole indikátoru ''{parameter}'' lze zadat pouze čísla 1-2.", | ||
"Max.FieldIndicatorChangeDto.order": "Do pole indikátoru ''{parameter}'' lze zadat pouze čísla 1-2.", | ||
"scope.update.not-allowed": "Úprava ''{parameter}'' není povolena pro rozsah {scope}.", | ||
"scope.delete.not-allowed": "Rozsah {scope} {parameter} nelze smazat.", | ||
"validation.missingField": "Pole {tag} je povinné.", | ||
"validation.nonRepeatableField": "Pole je neopakovatelné.", | ||
"validation.undefinedField": "Pole není definováno.", | ||
"control-field.resource.not-allowed": "Nelze definovat {parameter}y pro kontrolní pole 00X.", | ||
"validation.nonRepeatable1XXField": "Pole 1XX je neopakovatelné.", | ||
"validation.nonRepeatableRequired1XXField": "Pole 1XX je neopakovatelné a povinné.", | ||
"validation.invalidFieldTag": "Tag musí obsahovat tři znaky a může obsahovat pouze čísla 0-9." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,29 @@ | ||
{ | ||
"specification.field.tag.duplicate": "The 'tag' must be unique.", | ||
"specification.field.label.duplicate": "The 'label' must be unique.", | ||
"specification.resource.not-found": "{resourceName} with ID [{resourceId}] was not found.", | ||
"specification.fetch.failed": "Specification fetching failed.", | ||
"invalid.request.query-param.enum": "Unexpected value [{invalidValue}]. Possible values: [{possibleValues}].", | ||
"Pattern.SpecificationFieldChangeDto.tag": "A tag must contain three characters.", | ||
"Pattern.SpecificationFieldChangeDto.tag": "A ''{parameter}'' field must contain three characters and can only accept numbers 0-9.", | ||
"Min": "{parameter} must be greater than or equal to {value}.", | ||
"Max": "{parameter} must be less than or equal to {value}.", | ||
"NotNull": "The ''{parameter}'' field is required.", | ||
"NotBlank": "The ''{parameter}'' must be not blank.", | ||
"Size": "The ''{parameter}'' field has exceeded {max} character limit", | ||
"Size": "The ''{parameter}'' field has exceeded {max} character limit.", | ||
"URL": "The ''{parameter}'' field should be valid URL.", | ||
"unexpected": "Unexpected error: {errorMessage}." | ||
"unexpected": "Unexpected error: {errorMessage}.", | ||
"field.indicator.order.duplicate": "The 'order' must be unique.", | ||
"indicator.code.code.duplicate": "The 'code' must be unique.", | ||
"Pattern.IndicatorCodeChangeDto.code": "A ''{parameter}'' field must contain one character and can only accept numbers 0-9, letters a-z or a '#'.", | ||
"field.subfield.code.duplicate": "The 'code' must be unique.", | ||
"Pattern.SubfieldChangeDto.code": "A ''{parameter}'' field must contain one character and can only accept numbers 0-9 or letters a-z.", | ||
"Min.FieldIndicatorChangeDto.order": "The indicator ''{parameter}'' field can only accept numbers 1-2.", | ||
"Max.FieldIndicatorChangeDto.order": "The indicator ''{parameter}'' field can only accept numbers 1-2.", | ||
"scope.update.not-allowed": "The ''{parameter}'' modification is not allowed for {scope} scope.", | ||
"scope.delete.not-allowed": "A {scope} scope {parameter} cannot be deleted.", | ||
"validation.missingField": "Field {tag} is required.", | ||
"validation.nonRepeatableField": "Field is non-repeatable.", | ||
"validation.undefinedField": "Field is undefined.", | ||
"control-field.resource.not-allowed": "Cannot define {parameter}s for 00X control fields.", | ||
"validation.nonRepeatable1XXField": "Field 1XX is non-repeatable.", | ||
"validation.nonRepeatableRequired1XXField": "Field 1XX is non-repeatable and required.", | ||
"validation.invalidFieldTag": "Tag must contain three characters and can only accept numbers 0-9." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,29 @@ | ||
{ | ||
"specification.field.tag.duplicate": "The 'tag' must be unique.", | ||
"specification.field.label.duplicate": "The 'label' must be unique.", | ||
"specification.resource.not-found": "{resourceName} with ID [{resourceId}] was not found.", | ||
"specification.fetch.failed": "Specification fetching failed.", | ||
"invalid.request.query-param.enum": "Unexpected value [{invalidValue}]. Possible values: [{possibleValues}].", | ||
"Pattern.SpecificationFieldChangeDto.tag": "A tag must contain three characters.", | ||
"Pattern.SpecificationFieldChangeDto.tag": "A ''{parameter}'' field must contain three characters and can only accept numbers 0-9.", | ||
"Min": "{parameter} must be greater than or equal to {value}.", | ||
"Max": "{parameter} must be less than or equal to {value}.", | ||
"NotNull": "The ''{parameter}'' field is required.", | ||
"NotBlank": "The ''{parameter}'' must be not blank.", | ||
"Size": "The ''{parameter}'' field has exceeded {max} character limit", | ||
"Size": "The ''{parameter}'' field has exceeded {max} character limit.", | ||
"URL": "The ''{parameter}'' field should be valid URL.", | ||
"unexpected": "Unexpected error: {errorMessage}." | ||
"unexpected": "Unexpected error: {errorMessage}.", | ||
"field.indicator.order.duplicate": "The 'order' must be unique.", | ||
"indicator.code.code.duplicate": "The 'code' must be unique.", | ||
"Pattern.IndicatorCodeChangeDto.code": "A ''{parameter}'' field must contain one character and can only accept numbers 0-9, letters a-z or a '#'.", | ||
"field.subfield.code.duplicate": "The 'code' must be unique.", | ||
"Pattern.SubfieldChangeDto.code": "A ''{parameter}'' field must contain one character and can only accept numbers 0-9 or letters a-z.", | ||
"Min.FieldIndicatorChangeDto.order": "The indicator ''{parameter}'' field can only accept numbers 1-2.", | ||
"Max.FieldIndicatorChangeDto.order": "The indicator ''{parameter}'' field can only accept numbers 1-2.", | ||
"scope.update.not-allowed": "The ''{parameter}'' modification is not allowed for {scope} scope.", | ||
"scope.delete.not-allowed": "A {scope} scope {parameter} cannot be deleted.", | ||
"validation.missingField": "Field {tag} is required.", | ||
"validation.nonRepeatableField": "Field is non-repeatable.", | ||
"validation.undefinedField": "Field is undefined.", | ||
"control-field.resource.not-allowed": "Cannot define {parameter}s for 00X control fields.", | ||
"validation.nonRepeatable1XXField": "Field 1XX is non-repeatable.", | ||
"validation.nonRepeatableRequired1XXField": "Field 1XX is non-repeatable and required.", | ||
"validation.invalidFieldTag": "Tag must contain three characters and can only accept numbers 0-9." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,29 @@ | ||
{ | ||
"specification.field.tag.duplicate": "The 'tag' must be unique.", | ||
"specification.field.label.duplicate": "The 'label' must be unique.", | ||
"specification.resource.not-found": "{resourceName} with ID [{resourceId}] was not found.", | ||
"specification.fetch.failed": "Specification fetching failed.", | ||
"invalid.request.query-param.enum": "Unexpected value [{invalidValue}]. Possible values: [{possibleValues}].", | ||
"Pattern.SpecificationFieldChangeDto.tag": "A tag must contain three characters.", | ||
"Pattern.SpecificationFieldChangeDto.tag": "A ''{parameter}'' field must contain three characters and can only accept numbers 0-9.", | ||
"Min": "{parameter} must be greater than or equal to {value}.", | ||
"Max": "{parameter} must be less than or equal to {value}.", | ||
"NotNull": "The ''{parameter}'' field is required.", | ||
"NotBlank": "The ''{parameter}'' must be not blank.", | ||
"Size": "The ''{parameter}'' field has exceeded {max} character limit", | ||
"Size": "The ''{parameter}'' field has exceeded {max} character limit.", | ||
"URL": "The ''{parameter}'' field should be valid URL.", | ||
"unexpected": "Unexpected error: {errorMessage}." | ||
"unexpected": "Unexpected error: {errorMessage}.", | ||
"field.indicator.order.duplicate": "The 'order' must be unique.", | ||
"indicator.code.code.duplicate": "The 'code' must be unique.", | ||
"Pattern.IndicatorCodeChangeDto.code": "A ''{parameter}'' field must contain one character and can only accept numbers 0-9, letters a-z or a '#'.", | ||
"field.subfield.code.duplicate": "The 'code' must be unique.", | ||
"Pattern.SubfieldChangeDto.code": "A ''{parameter}'' field must contain one character and can only accept numbers 0-9 or letters a-z.", | ||
"Min.FieldIndicatorChangeDto.order": "The indicator ''{parameter}'' field can only accept numbers 1-2.", | ||
"Max.FieldIndicatorChangeDto.order": "The indicator ''{parameter}'' field can only accept numbers 1-2.", | ||
"scope.update.not-allowed": "The ''{parameter}'' modification is not allowed for {scope} scope.", | ||
"scope.delete.not-allowed": "A {scope} scope {parameter} cannot be deleted.", | ||
"validation.missingField": "Field {tag} is required.", | ||
"validation.nonRepeatableField": "Field is non-repeatable.", | ||
"validation.undefinedField": "Field is undefined.", | ||
"control-field.resource.not-allowed": "Cannot define {parameter}s for 00X control fields.", | ||
"validation.nonRepeatable1XXField": "Field 1XX is non-repeatable.", | ||
"validation.nonRepeatableRequired1XXField": "Field 1XX is non-repeatable and required.", | ||
"validation.invalidFieldTag": "Tag must contain three characters and can only accept numbers 0-9." | ||
} |
Oops, something went wrong.