BIG-356: add localize remove line entries.

This commit is contained in:
elforjani13
2022-03-30 16:34:51 +02:00
parent 9bd13b0d46
commit 86c6de361b
6 changed files with 28 additions and 8 deletions

View File

@@ -2010,5 +2010,8 @@
"warehouse_transfer.form.reason.placeholder": "Enter the reason behind the transfer order.",
"warehouse_transfer.quantity_cannot_be_zero_or_empty": "Quantity cannot be zero or empty.",
"invoice.validation.due_date": "{path} field must be later than {min}",
"estimate.validation.expiration_date": "{path} field must be later than {min}"
"estimate.validation.expiration_date": "{path} field must be later than {min}",
"make_journal.entries.remove_row": "Remove line",
"expense.entries.remove_row": "Remove line",
"warehouse_transfer.entries.remove_row": "Remove line"
}