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

36 lines
1.1 KiB
PHP

<?php
/**
* order.php
*
* @copyright 2022 beikeshop.com - All Rights Reserved
* @link https://beikeshop.com
* @author Edward Yang <yangjin@guangda.work>
* @created 2022-08-02 14:22:41
* @modified 2022-08-02 14:22:41
*/
return [
'plugins_index' => 'Index',
'plugins_import' => 'Import',
'plugins_show' => 'Detail',
'plugins_update' => 'Update',
'plugins_update_status' => 'Update Status',
'plugins_install' => 'Install',
'plugins_uninstall' => 'Uninstall',
'to_enable' => 'To Enable',
'plugin_list' => 'Plugin List',
'plugin_code' => 'Code',
'plugin_type' => 'Type',
'plugin_description' => 'Description',
'plugin_upload' => 'Upload(Only for zip file)',
'shipping' => 'Shipping',
'payment' => 'Payment',
'social' => 'Social',
'total' => 'Total',
'feature' => 'Feature',
'language' => 'Language',
'theme' => 'Theme',
];