Merge remote-tracking branch 'origin/master'

This commit is contained in:
Ahmed Bouhuolia
2020-11-18 21:58:29 +02:00
22 changed files with 1347 additions and 72 deletions

View File

@@ -823,4 +823,22 @@ export default {
the_item_has_associated_transactions: 'The item has associated transactions.',
customer_has_sales_invoices: 'Customer has sales invoices',
account_name_is_already_used: 'Account name is already used.',
vendors: 'Vendors',
vendor_email: 'Vendor Email',
new_vendor: 'New Vendor',
edit_vendor: 'Edit Vendor',
delete_vendor: 'Delete Vendor',
vendors_list: 'Vendors List',
the_vendor_has_been_successfully_created:
'The vendor has been successfully created.',
the_vendor_has_been_successfully_deleted:
'The vendor has been successfully deleted.',
the_vendors_has_been_successfully_deleted:
'The vendors has been successfully deleted.',
the_item_vendor_has_been_successfully_edited:
'The item vendor has been successfully edited.',
once_delete_this_vendor_you_will_able_to_restore_it: `Once you delete this vendor, you won\'t be able to restore it later. Are you sure you want to delete this vendor?`,
once_delete_these_vendors_you_will_not_able_restore_them:
"Once you delete these vendors, you won't be able to retrieve them later. Are you sure you want to delete them?",
vendor_has_bills: 'Vendor has bills',
};