38 lines
1.5 KiB
PHP
38 lines
1.5 KiB
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' => 'Marketing',
|
|
'marketing_index' => 'Index',
|
|
'marketing_show' => 'Detail',
|
|
'marketing_buy' => 'Buy',
|
|
'marketing_download' => 'Download',
|
|
'set_token' => 'Set Token',
|
|
'get_token_text' => 'Log in to BeikeShop official website personal center - bind domain name, add current domain name',
|
|
'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',
|
|
'btn_buy' => 'Buy',
|
|
'text_pay' => 'Payment Amount',
|
|
'select_pay' => 'select payment method',
|
|
'wxpay' => 'WeChat scan code payment!',
|
|
'pay_success_title' => 'Payment successful!',
|
|
'pay_success_text' => 'The plug-in purchase is successful, click OK to refresh the page',
|
|
'ali_pay_success' => 'Payment completed? ',
|
|
'ali_pay_text' => 'Payment has been completed, please refresh the page',
|
|
];
|