27 lines
600 B
PHP
27 lines
600 B
PHP
<?php
|
|
/**
|
|
* common.php
|
|
*
|
|
* @copyright 2022 opencart.cn - All Rights Reserved
|
|
* @link http://www.guangdawangluo.com
|
|
* @author Edward Yang <yangjin@opencart.cn>
|
|
* @created 2022-08-02 19:03:19
|
|
* @modified 2022-08-02 19:03:19
|
|
*/
|
|
|
|
return [
|
|
'edit' => '编辑',
|
|
|
|
'home' => 'Home',
|
|
'order' => 'Orders',
|
|
'product' => 'Products',
|
|
'customer' => 'Customers',
|
|
'setting' => 'Settings',
|
|
'plugin' => 'Plugin',
|
|
'admin_user' => 'Admin User',
|
|
'region' => 'Region',
|
|
'tax_rate' => 'Tax Rate',
|
|
'tax_class' => 'Tax Class',
|
|
'currency' => 'Currency'
|
|
];
|