38 lines
1.4 KiB
PHP
38 lines
1.4 KiB
PHP
<?php
|
|
/**
|
|
* header.php
|
|
*
|
|
* @copyright 2022 beikeshop.com - All Rights Reserved
|
|
* @link https://beikeshop.com
|
|
* @author Edward Yang <yangjin@guangda.work>
|
|
* @created 2022-08-02 19:03:19
|
|
* @modified 2022-08-02 19:03:19
|
|
*/
|
|
|
|
return [
|
|
'marketing_list' => '插件市場',
|
|
'marketing_index' => '市場首頁',
|
|
'marketing_show' => '插件詳情',
|
|
'marketing_buy' => '購買插件',
|
|
'marketing_download' => '下載插件',
|
|
'set_token' => '設置 Token',
|
|
'get_token_text' => '登錄 BeikeShop 官網個人中心-綁定域名,添加當前域名',
|
|
'get_token' => '點擊獲取 Token',
|
|
'download_count' => '下載次數',
|
|
'last_update' => '最後更新',
|
|
'text_version' => '版本',
|
|
'text_compatibility' => '兼容性',
|
|
'text_author' => '插件作者',
|
|
'download_plugin' => '下載插件',
|
|
'download_description' => '插件描述',
|
|
'text_free' => '免費',
|
|
'btn_buy' => '購買',
|
|
'text_pay' => '支付金額',
|
|
'select_pay' => '選擇支付方式',
|
|
'wxpay' => '微信掃碼支付!',
|
|
'pay_success_title' => '支付成功!',
|
|
'pay_success_text' => '插件購買成功,點擊確定刷新頁面',
|
|
'ali_pay_success' => '已完成支付? ',
|
|
'ali_pay_text' => '已完成支付,請刷新頁面',
|
|
];
|