26 lines
710 B
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' => '免費',
|
|
];
|