19 lines
1.3 KiB
PHP
19 lines
1.3 KiB
PHP
<?php
|
|
|
|
return [
|
|
|
|
'import' => 'Import',
|
|
'title' => 'Import :type',
|
|
'limitations' => 'Allowed file types: :extensions<br>Allowed max rows: :row_limit',
|
|
'sample_file' => 'You can <a target="_blank" href=":download_link"><strong>download</strong></a> the sample file and fill it with your data.',
|
|
'sample_file_and_document' => 'You can <a target="_blank" href=":download_link" class="text-blue-500 underline font-bold">download</a> the sample file and review the <a target="_blank" href=":document_link"class="text-blue-500 underline font-bold">documents</a> for detailed information',
|
|
'drop_file' => '<span style="color: #006EA6;">Upload a file</span> or drag and drop',
|
|
'file_type_and_limitations' => ':extensions up to :row_limit rows',
|
|
|
|
'bank_feeds' => 'Import transactions securely to automate bookkeeping by connecting bank accounts',
|
|
'receipts' => 'Save time by uploading receipts, recording expenses, and eliminating manual work effortlessly!',
|
|
'ofx' => 'Effortlessly import your bank transactions with the OFX App and automate your financial management!',
|
|
'mt940' => 'Seamlessly upload your bank statements in MT940 format and take control of your finances with ease!',
|
|
|
|
];
|