59 lines
3.1 KiB
PHP
59 lines
3.1 KiB
PHP
<?php
|
|
|
|
return [
|
|
|
|
'payment_received' => 'Payment Received',
|
|
'payment_made' => 'Payment Made',
|
|
'paid_by' => 'Paid By',
|
|
'paid_to' => 'Paid To',
|
|
'related_invoice' => 'Related Invoice',
|
|
'related_bill' => 'Related Bill',
|
|
'recurring_income' => 'Recurring Income',
|
|
'recurring_expense' => 'Recurring Expense',
|
|
'included_tax' => 'Included tax amount',
|
|
'connected' => 'Connected',
|
|
'connect_message' => 'Taxes for this :type were not calculated during the connection process. Taxes can not be connected.',
|
|
|
|
'form_description' => [
|
|
'general' => 'Here you can enter the general information of transaction such as date, amount, account, description, etc.',
|
|
'assign_income' => 'Select a category and customer to make your reports more detailed.',
|
|
'assign_expense' => 'Select a category and vendor to make your reports more detailed.',
|
|
'other' => 'Enter a number and reference to keep the transaction linked to your records.',
|
|
],
|
|
|
|
'slider' => [
|
|
'create' => ':user created this transaction on :date',
|
|
'attachments' => 'Download the files attached to this transaction',
|
|
'create_recurring' => ':user created this recurring template on :date',
|
|
'schedule' => 'Repeat every :interval :frequency since :date',
|
|
'children' => ':count transactions were created automatically',
|
|
'connect' => 'This transaction is connected to :count transactions',
|
|
'transfer_headline' => '<div> <span class="font-bold"> From: </span> :from_account </div> <div> <span class="font-bold"> to: </span> :to_account </div>',
|
|
'transfer_desc' => 'Transfer created on :date.',
|
|
],
|
|
|
|
'share' => [
|
|
'income' => [
|
|
'show_link' => 'Your customer can view the transaction at this link',
|
|
'copy_link' => 'Copy the link and share it with your customer.',
|
|
],
|
|
|
|
'expense' => [
|
|
'show_link' => 'Your vendor can view the transaction at this link',
|
|
'copy_link' => 'Copy the link and share it with your vendor.',
|
|
],
|
|
],
|
|
|
|
'sticky' => [
|
|
'description' => 'You are previewing how your customer will see the web version of your payment.',
|
|
],
|
|
|
|
'messages' => [
|
|
'update_document_transaction' => 'You can update this transaction. You should go to the document and edit it there.',
|
|
'create_document_transaction_error' => 'This endpoint cannot be added to a document. Use {{akaunting_url}}/documents/{{akaunting_document_id}}/transactions',
|
|
'update_document_transaction_error' => 'This endpoint cannot be updated to a document. Use {{akaunting_url}}/documents/{{akaunting_document_id}}/transactions/{akaunting_transaction_id}',
|
|
'delete_document_transaction_error' => 'This endpoint cannot be deleted to a document. Use {{akaunting_url}}/documents/{{akaunting_document_id}}/transactions/{akaunting_transaction_id}',
|
|
]
|
|
|
|
];
|