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

26 lines
710 B
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_show' => '插件详情',
'set_token' => '设置 Token',
'get_token' => '获取 Token',
'download_count' => '下载次数',
'last_update' => '最后更新',
'text_version' => '版本',
'text_compatibility' => '兼容性',
'text_author' => '插件作者',
'download_plugin' => '下载插件',
'download_description' => '插件描述',
'text_free' => '免费',
];