You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
51 lines
1.6 KiB
51 lines
1.6 KiB
<?php
|
|
|
|
return [
|
|
// Labels
|
|
'payment' => 'Payment',
|
|
'payments' => 'Payment List',
|
|
'list' => 'Payment List',
|
|
'found' => 'Payment found.',
|
|
'not_found' => 'Payment not found.',
|
|
'empty' => 'Payment list is empty.',
|
|
'back_to_index' => 'Back to Payment List',
|
|
'receipt' => 'Payment Receipt',
|
|
'from' => 'Receive from',
|
|
'cash_amount' => 'Cash amount',
|
|
'words_amount' => 'In word amount',
|
|
|
|
// Actions
|
|
'create' => 'Create new Payment',
|
|
'create_fee' => 'Create Fee Payment',
|
|
'created' => 'Payment has been created.',
|
|
'show' => 'Show Payment Detail',
|
|
'detail' => 'Payment Detail',
|
|
'edit' => 'Edit Payment',
|
|
'update' => 'Update Payment',
|
|
'updated' => 'Payment data has been updated.',
|
|
'delete' => 'Delete Payment',
|
|
'deleted' => 'Payment has been deleted.',
|
|
'undeleted' => 'Payment not deleted.',
|
|
'search' => 'Search Project Payment',
|
|
'print' => 'Print Receipt',
|
|
|
|
// Attrubutes
|
|
'id' => 'Payment ID',
|
|
'description' => 'description',
|
|
'date' => 'Payment Date',
|
|
'in_out' => 'Transaction Type',
|
|
'type' => 'Payment Type',
|
|
'project' => 'Project',
|
|
'customer' => 'Customer',
|
|
'amount' => 'Amount',
|
|
'cash_in' => 'Cash In',
|
|
'cash_out' => 'Cash Out',
|
|
'payer' => 'Payer',
|
|
|
|
// Types
|
|
'types' => [
|
|
'project' => 'Project',
|
|
'add_job' => 'Add Job',
|
|
'maintenance' => 'Maintenance',
|
|
],
|
|
];
|