26 lines
727 B
PHP
26 lines
727 B
PHP
<?php
|
|
/**
|
|
* marketing.php
|
|
*
|
|
* @copyright 2022 beikeshop.com - All Rights Reserved
|
|
* @link https://beikeshop.com
|
|
* @author Edward Yang <yangjin@guangda.work>
|
|
* @created 2022-09-26 18:45:53
|
|
* @modified 2022-09-26 18:45:53
|
|
*/
|
|
|
|
return [
|
|
'marketing_list' => 'Plugin Marketing',
|
|
'marketing_show' => 'Plugin Detail',
|
|
'set_token' => 'Set Token',
|
|
'get_token' => 'Get Token',
|
|
'download_count' => 'download count',
|
|
'last_update' => 'last update',
|
|
'text_version' => 'version',
|
|
'text_compatibility' => 'compatibility',
|
|
'text_author' => 'plug-in author',
|
|
'download_plugin' => 'download plugin',
|
|
'download_description' => 'Plugin description',
|
|
'text_free' => 'free',
|
|
];
|