i18n enabled for bill form validation

This commit is contained in:
2024-02-16 22:25:09 +01:00
parent d30bd50e1a
commit 1da6479c80
2 changed files with 28 additions and 12 deletions

View File

@@ -74,7 +74,14 @@
"notes-placeholder": "Notes",
"save-button": "Save",
"cancel-button": "Cancel",
"delete-tooltip": "Delete bill"
"delete-tooltip": "Delete bill",
"validation": {
"bill-name-required": "Bill name is required",
"payed-amount-required": "Payed amount is required",
"not-a-number": "Not a number",
"negative-number": "Value must be a positive number",
"form-error-message": "Form validation error. Please check the form and try again."
}
},
"location-delete-form":
{