wyyl/resources/lang/zh_cn/admin/marketing.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' => '已完成支付,请刷新页面',
];