wyyl/plugins/Openai/Lang/zh_cn/common.php

28 lines
1.0 KiB
PHP

<?php
/**
* setting.php
*
* @copyright 2022 beikeshop.com - All Rights Reserved
* @link https://beikeshop.com
* @author Edward Yang <yangjin@guangda.work>
* @created 2022-08-11 15:26:18
* @modified 2022-08-11 15:26:18
*/
return [
// Text
'title' => 'OpenAI 智能聊天助手',
'sub_title' => '基于OpenAI GPT3.0 集成开发 如有疑问详询qq群639108380',
'no_question' => '请在下面输入框搜索内容',
'enter_question' => '请输入问题',
'loading' => '加载中...',
'no_more' => '没有更多了',
'qa_q' => '问',
'qa_a' => '答',
'number_free' => '当日剩余免费次数',
'api_type' => 'API 方式',
'own' => '自有Key',
'beikeshop' => 'BeikeShop平台',
'empty_api_key' => 'API Key 为空, 请先到插件设置 - OpenAI - 编辑 填写API Key',
];