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.
30 lines
1.1 KiB
30 lines
1.1 KiB
<?php
|
|
|
|
return [
|
|
// Labels
|
|
'bank_account' => 'Bank Account',
|
|
'list' => 'Bank Account List',
|
|
'empty' => 'Bank Account list is empty',
|
|
'back_to_index' => 'Back to Bank Account list',
|
|
|
|
// Actions
|
|
'import' => 'Import Bank Account',
|
|
'imported' => ':count bank account(s) has imported.',
|
|
'create' => 'Create new Bank Account',
|
|
'created' => 'New Bank Account has been created.',
|
|
'show' => 'Show Bank Account detail',
|
|
'edit' => 'Edit Bank Account',
|
|
'update' => 'Update Bank Account',
|
|
'updated' => 'Bank Account data has been updated.',
|
|
'delete' => 'Delete Bank Account',
|
|
'delete_confirm' => 'Are you sure to delete this Bank Account data?',
|
|
'deleted' => 'Bank Account data has been deleted.',
|
|
'undeleted' => 'Bank Account Data not deleted.',
|
|
'undeleteable' => 'Bank Account Data can not be deleted.',
|
|
|
|
// Attributes
|
|
'name' => 'Bank Name',
|
|
'number' => 'Account Number',
|
|
'account_name' => 'Account Name',
|
|
'description' => 'Description',
|
|
];
|