2017-09-14 22:21:00 +03:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
'success' => [
|
|
|
|
'added' => ':type added!',
|
|
|
|
'updated' => ':type updated!',
|
|
|
|
'deleted' => ':type deleted!',
|
2017-11-26 15:20:17 +03:00
|
|
|
'duplicated' => ':type duplicated!',
|
2017-11-30 11:47:56 +03:00
|
|
|
'imported' => ':type imported!',
|
2021-04-16 00:59:43 +03:00
|
|
|
'import_queued' => ':type import has been scheduled! You will receive an email when it is finished.',
|
2020-01-23 14:47:17 +03:00
|
|
|
'exported' => ':type exported!',
|
2021-06-27 11:40:46 +03:00
|
|
|
'export_queued' => ':type export of the current page has been scheduled! You will receive an email when it is ready to download.',
|
2018-06-11 11:19:30 +03:00
|
|
|
'enabled' => ':type enabled!',
|
|
|
|
'disabled' => ':type disabled!',
|
2022-06-01 10:15:55 +03:00
|
|
|
'connected' => ':type connected!',
|
|
|
|
'invited' => ':type invited!',
|
|
|
|
'ended' => ':type ended!',
|
2021-06-30 09:34:50 +03:00
|
|
|
|
|
|
|
'clear_all' => 'Great! You\'ve cleared all of your :type.',
|
2017-09-14 22:21:00 +03:00
|
|
|
],
|
2018-11-29 17:34:21 +03:00
|
|
|
|
2017-09-14 22:21:00 +03:00
|
|
|
'error' => [
|
2018-10-30 13:11:10 +03:00
|
|
|
'over_payment' => 'Error: Payment not added! The amount you entered passes the total: :amount',
|
2017-09-14 22:21:00 +03:00
|
|
|
'not_user_company' => 'Error: You are not allowed to manage this company!',
|
2018-03-21 16:21:51 +03:00
|
|
|
'customer' => 'Error: User not created! :name already uses this email address.',
|
2017-11-30 11:47:56 +03:00
|
|
|
'no_file' => 'Error: No file selected!',
|
2023-04-05 14:40:51 +03:00
|
|
|
'last_category' => 'Error: Can not delete the last <b>:type</b> category!',
|
|
|
|
'transfer_category' => 'Error: Can not delete the transfer <b>:type</b> category!',
|
2019-11-16 10:21:14 +03:00
|
|
|
'change_type' => 'Error: Can not change the type because it has :text related!',
|
2019-12-23 18:02:42 +03:00
|
|
|
'invalid_apikey' => 'Error: The API Key entered is invalid!',
|
2021-04-16 00:59:43 +03:00
|
|
|
'import_column' => 'Error: :message Column name: :column. Line number: :line.',
|
2018-06-27 17:01:26 +03:00
|
|
|
'import_sheet' => 'Error: Sheet name is not valid. Please, check the sample file.',
|
2022-06-01 10:15:55 +03:00
|
|
|
'same_amount' => 'Error: The total amount of split must be exactly the same as the :transaction total: :amount',
|
|
|
|
'over_match' => 'Error: :type not connected! The amount you entered can not exceed the payment total: :amount',
|
2017-09-14 22:21:00 +03:00
|
|
|
],
|
2018-11-29 13:10:52 +03:00
|
|
|
|
2017-09-14 22:21:00 +03:00
|
|
|
'warning' => [
|
2017-10-16 10:51:43 +03:00
|
|
|
'deleted' => 'Warning: You are not allowed to delete <b>:name</b> because it has :text related.',
|
|
|
|
'disabled' => 'Warning: You are not allowed to disable <b>:name</b> because it has :text related.',
|
2020-03-13 14:55:50 +03:00
|
|
|
'reconciled_tran' => 'Warning: You are not allowed to change/delete transaction because it is reconciled!',
|
|
|
|
'reconciled_doc' => 'Warning: You are not allowed to change/delete :type because it has reconciled transactions!',
|
2018-11-29 13:10:52 +03:00
|
|
|
'disable_code' => 'Warning: You are not allowed to disable or change the currency of <b>:name</b> because it has :text related.',
|
2019-11-16 10:21:14 +03:00
|
|
|
'payment_cancel' => 'Warning: You have cancelled your recent :method payment!',
|
2022-07-27 10:48:01 +03:00
|
|
|
'missing_transfer' => 'Warning: The transfer related to this transaction is missing. You should consider deleting this transaction.',
|
2017-09-14 22:21:00 +03:00
|
|
|
],
|
|
|
|
|
|
|
|
];
|