mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-29 04:31:08 -04:00
fix validation and translation issues
This commit is contained in:
@ -56,11 +56,11 @@ export default {
|
||||
select_a_status: 'Select a status',
|
||||
select_a_tax: 'Select a tax',
|
||||
search: 'Search',
|
||||
are_you_sure: '?',
|
||||
are_you_sure: 'Are you sure?',
|
||||
list_is_empty: 'List is empty.',
|
||||
no_tax_found: 'No tax found!',
|
||||
four_zero_four: '404',
|
||||
yot_got_lost: 'Whoops! You got Lost!',
|
||||
you_got_lost: 'Whoops! You got Lost!',
|
||||
go_home: 'Go Home',
|
||||
|
||||
setting_updated: 'Setting updated successfully',
|
||||
@ -117,6 +117,7 @@ export default {
|
||||
},
|
||||
customers: {
|
||||
title: 'Customers',
|
||||
add_customer: 'Add Customer',
|
||||
contacts_list: 'Customer List',
|
||||
name: 'Name',
|
||||
display_name: 'Display Name',
|
||||
@ -744,7 +745,7 @@ export default {
|
||||
qty_must_greater_than_zero: 'Quantity must be greater than zero.',
|
||||
price_greater_than_zero: 'Price must be greater than zero.',
|
||||
payment_greater_than_zero: 'Payment must be greater than zero.',
|
||||
payment_grater_than_due_amount: 'Entered Payment is more than due amount of this invoice.',
|
||||
payment_greater_than_due_amount: 'Entered Payment is more than due amount of this invoice.',
|
||||
quantity_maxlength: 'Quantity should not be greater than 10 characters.',
|
||||
price_maxlength: 'Price should not be greater than 10 characters.',
|
||||
amount_maxlength: 'Amount should not be greater than 10 characters.',
|
||||
|
||||
Reference in New Issue
Block a user