wyyl/resources/lang/zh_cn/admin/marketing.php

44 lines
2.6 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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' => '已完成支付,请刷新页面',
'ali_pay_text' => '已完成支付,请刷新页面',
'version_compatible_text' => '该插件不兼容当前系统版本,请升级到 <a href="' . config('beike.api_url') . '/download" target="_blank">最新版本</a>',
'to_update' => '去升级',
'bk_register_hint' => '用 <a href="https://beikeshop.com/account" target="_blank">beikeshop.com</a> 上注册新账号',
'bk_login_hint' => '用 <a href="https://beikeshop.com/account" target="_blank">beikeshop.com</a> 账号登录',
'bind_bk_token' => '绑定BeikeShop账号自动获取Token',
];