new crowdin translations
This commit is contained in:
@@ -51,4 +51,9 @@ return [
|
||||
'subject' => '{revenue_date} payment created',
|
||||
'body' => 'Dear {customer_name},<br /><br />We have prepared the following payment. <br /><br />You can see the payment details from the following link: <a href="{revenue_guest_link}">{revenue_date}</a>.<br /><br />Feel free to contact us for any question.<br /><br />Best Regards,<br />{company_name}',
|
||||
],
|
||||
|
||||
'payment_new_vendor' => [
|
||||
'subject' => '{revenue_date} payment created',
|
||||
'body' => 'Dear {vendor_name},<br /><br />We have prepared the following payment. <br /><br />You can see the payment details from the following link: <a href="{payment_admin_link}">{payment_date}</a>.<br /><br />Feel free to contact us with any questions..<br /><br />Best Regards,<br />{company_name}',
|
||||
],
|
||||
];
|
||||
|
||||
@@ -13,6 +13,8 @@ return [
|
||||
'export_queued' => ':type export has been scheduled! You will receive an email when it is ready to download.',
|
||||
'enabled' => ':type enabled!',
|
||||
'disabled' => ':type disabled!',
|
||||
|
||||
'clear_all' => 'Great! You\'ve cleared all of your :type.',
|
||||
],
|
||||
|
||||
'error' => [
|
||||
|
||||
@@ -5,5 +5,6 @@ return [
|
||||
'payment_made' => 'Payment Made',
|
||||
'paid_to' => 'Paid To',
|
||||
'related_bill' => 'Releated Bill',
|
||||
'create_payment' => 'Create Payment',
|
||||
|
||||
];
|
||||
|
||||
@@ -5,5 +5,6 @@ return [
|
||||
'revenue_received' => 'Revenue Received',
|
||||
'paid_by' => 'Paid By',
|
||||
'related_invoice' => 'Releated Invoice',
|
||||
'create_revenue' => 'Create Revenue',
|
||||
|
||||
];
|
||||
|
||||
@@ -115,6 +115,7 @@ return [
|
||||
'invoice_payment_admin' => 'Payment Received Template (sent to admin)',
|
||||
'bill_remind_admin' => 'Bill Reminder Template (sent to admin)',
|
||||
'bill_recur_admin' => 'Bill Recurring Template (sent to admin)',
|
||||
'revenue_new_customer' => 'Revenue Received Template (sent to customer)',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user