akaunting 3.0 (the last dance)

This commit is contained in:
Burak Civan
2022-06-01 10:15:55 +03:00
parent cead09f6d4
commit d9c0764572
3812 changed files with 126831 additions and 102949 deletions

View File

@ -9,6 +9,7 @@ return [
'due_date' => 'Due Date',
'order_number' => 'Order Number',
'bill_to' => 'Bill To',
'cancel_date' => 'Cancel Date',
'quantity' => 'Quantity',
'price' => 'Price',
@ -19,6 +20,7 @@ return [
'total' => 'Total',
'item_name' => 'Item Name|Item Names',
'recurring_invoices' => 'Recurring Invoice|Recurring Invoices',
'show_discount' => ':discount% Discount',
'add_discount' => 'Add Discount',
@ -40,6 +42,11 @@ return [
'send_invoice' => 'Send Invoice',
'get_paid' => 'Get Paid',
'accept_payments' => 'Accept Online Payments',
'payment_received' => 'Payment received',
'form_description' => [
'billing' => 'Billing details appear in your invoice. Invoice Date is used in the dashboard and reports. Select the date you expect to get paid as the Due Date.',
],
'messages' => [
'email_required' => 'No email address for this customer!',
@ -58,4 +65,21 @@ return [
],
],
'slider' => [
'create' => ':user created this invoice on :date',
'create_recurring' => ':user created this recurring template on :date',
'schedule' => 'Repeat every :interval :frequency since :date',
'children' => ':count invoices were created automatically',
],
'share' => [
'show_link' => 'Your customer can view the invoice at this link',
'copy_link' => 'Copy the link and share it with your customer.',
'success_message' => 'Copied share link to clipboard!',
],
'sticky' => [
'description' => 'You are previewing how your customer will see the web version of your invoice.',
],
];