Skip to content

Commit

Permalink
JNG-5305 fix NOT_ACCEPTED_BY_RANGE is not localized (#262)
Browse files Browse the repository at this point in the history
* fix NOT_ACCEPTED_BY_RANGE is not localized

* localize not acceptd by range
Madmat8 authored Dec 18, 2023

Verified

This commit was signed with the committer’s verified signature.
andris9 Andris Reinman
1 parent e685536 commit d1ba7f2
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -124,6 +124,7 @@
"judo.error.validation-failed.PRECISION_VALIDATION_FAILED": "Number of digits must not exceed \{{error.details.precision}}.",
"judo.error.validation-failed.SCALE_VALIDATION_FAILED": "Number of decimals must not exceed \{{error.details.scale}}.",
"judo.error.validation-failed.IDENTIFIER_ATTRIBUTE_UNIQUENESS_VIOLATION": "Identifier attribute is not unique.",
"judo.error.validation-failed.NOT_ACCEPTED_BY_RANGE": "Not accepted by the range.",
"judo.error.boundary.navigate-to-dashboard": "Navigate to Dashboard",
"judo.error.boundary.reset-settings": "Reset Settings",
"judo.error.boundary.reload-page": "Reload Page",
Original file line number Diff line number Diff line change
@@ -124,6 +124,7 @@
"judo.error.validation-failed.PRECISION_VALIDATION_FAILED": "Number of digits must not exceed \{{error.details.precision}}.",
"judo.error.validation-failed.SCALE_VALIDATION_FAILED": "Number of decimals must not exceed \{{error.details.scale}}.",
"judo.error.validation-failed.IDENTIFIER_ATTRIBUTE_UNIQUENESS_VIOLATION": "Identifier attribute is not unique.",
"judo.error.validation-failed.NOT_ACCEPTED_BY_RANGE": "Not accepted by the range.",
"judo.error.boundary.navigate-to-dashboard": "Navigate to Dashboard",
"judo.error.boundary.reset-settings": "Reset Settings",
"judo.error.boundary.reload-page": "Reload Page",
Original file line number Diff line number Diff line change
@@ -124,6 +124,7 @@
"judo.error.validation-failed.PRECISION_VALIDATION_FAILED": "A szám nem lehet hosszabb, mint \{{error.details.precision}}.",
"judo.error.validation-failed.SCALE_VALIDATION_FAILED": "A tizedes jegyek száma nem haladhatja meg a \{{error.details.scale}}-t.",
"judo.error.validation-failed.IDENTIFIER_ATTRIBUTE_UNIQUENESS_VIOLATION": "Ez az azonosító már létezik.",
"judo.error.validation-failed.NOT_ACCEPTED_BY_RANGE": "A tartomány által nem elfogadott érték",
"judo.error.boundary.navigate-to-dashboard": "Ugrás a kezdőlapra",
"judo.error.boundary.reset-settings": "Beállítások törlése",
"judo.error.boundary.reload-page": "Képernyő frissítése",

0 comments on commit d1ba7f2

Please sign in to comment.