Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JNG-5305 fix NOT_ACCEPTED_BY_RANGE is not localized #262

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading