first upload all files
This commit is contained in:
5
Modules/Transaction/Resources/lang/en/permissions.php
Normal file
5
Modules/Transaction/Resources/lang/en/permissions.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'index' => 'Index Transaction',
|
||||
];
|
||||
10
Modules/Transaction/Resources/lang/en/transactions.php
Normal file
10
Modules/Transaction/Resources/lang/en/transactions.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'transactions' => 'Transactions',
|
||||
'table' => [
|
||||
'order_id' => 'Order ID',
|
||||
'transaction_id' => 'Transaction ID',
|
||||
'payment_method' => 'Payment Method',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user