mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
update i18n strings (#5966)
This commit is contained in:
parent
e2958b9988
commit
fb24c572fa
@ -180,9 +180,9 @@
|
|||||||
"VALIDATORS": {
|
"VALIDATORS": {
|
||||||
"FLOAT_VALIDATION_ERROR": "Use a number format",
|
"FLOAT_VALIDATION_ERROR": "Use a number format",
|
||||||
"INT_VALIDATION_ERROR": "Use an integer format",
|
"INT_VALIDATION_ERROR": "Use an integer format",
|
||||||
"LENGTH_VALIDATION_ERROR": "Value should be minimum {{ minLength }} and maximum {{ maxLength }} in length",
|
"LENGTH_VALIDATION_ERROR": "Value should be between {{ minLength }} and {{ maxLength }} in length",
|
||||||
"MATCH_VALIDATION_ERROR": "Value doesn't match pattern: {{ expression }}",
|
"MATCH_VALIDATION_ERROR": "Value doesn't match pattern: {{ expression }}",
|
||||||
"MINMAX_VALIDATION_ERROR": "Value should be between minimum {{ minValue }} and maximum {{ maxValue }}"
|
"MINMAX_VALIDATION_ERROR": "Value should be between {{ minValue }} and {{ maxValue }}"
|
||||||
},
|
},
|
||||||
"MORE": "More"
|
"MORE": "More"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user