21 lines
549 B
PHP
21 lines
549 B
PHP
|
<?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',
|
||
|
],
|
||
|
];
|