wyyl/resources/lang/en/admin/common.php

60 lines
1.6 KiB
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 [
'admin_panel' => 'Admin Panel',
'edit' => 'Edit',
'status' => 'Status',
'action' => 'Action',
'install' => 'Install',
'uninstall' => 'Uninstall',
// header
'home' => 'Home',
'order' => 'Orders',
'product' => 'Products',
'brand' => 'Brands',
'category' => 'Categories',
'customer_group' => 'Customer Groups',
'customer' => 'Customers',
'content' => 'Contents',
'setting' => 'Settings',
'plugin' => 'Plugin',
'admin_user' => 'Admin User',
'region' => 'Region',
'tax_rate' => 'Tax Rate',
'tax_class' => 'Tax Class',
'currency' => 'Currency',
'language' => 'Language',
'access_frontend' => 'Frontend',
// sidebar
'settings_index' => 'Setting',
'admin_users_index' => 'Admin Users',
'plugins_index' => 'Plugins',
'regions_index' => 'Regions',
'tax_rates_index' => 'Tax Rates',
'pages_index' => 'Information',
'tax_classes_index' => 'Tax Classes',
'currencies_index' => 'Currencies',
'languages_index' => 'Languages',
'design_index' => 'Page Builder',
'design_footer_index' => 'Footer Builder',
'categories_index' => 'Categories',
'products_index' => 'Products',
'products_trashed' => 'Trashed',
'brands_index' => 'Brands',
'orders_index' => 'Orders',
'rmas_index' => 'RMA',
'customers_index' => 'Customers',
'customer_groups_index' => 'Customer Groups',
];