first upload all files
This commit is contained in:
20
Modules/Currency/Resources/lang/en/currency_rates.php
Normal file
20
Modules/Currency/Resources/lang/en/currency_rates.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'currency_rate' => 'Currency Rate',
|
||||
'currency_rates' => 'Currency Rates',
|
||||
'refresh_rates' => 'Refresh Rates',
|
||||
'refresh_currency_rates_from' => 'Refresh currency rates from :service',
|
||||
'table' => [
|
||||
'currency' => 'Currency',
|
||||
'code' => 'Code',
|
||||
'rate' => 'Rate',
|
||||
'last_updated' => 'Last Updated',
|
||||
],
|
||||
'tabs' => [
|
||||
'group' => [
|
||||
'currency_rate_information' => 'Currency Rate Information',
|
||||
],
|
||||
'general' => 'General',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user