Files
EasySoft-ZenTaoPMS/module/aiapp/lang/fr.php
T

40 lines
2.5 KiB
PHP

<?php
/**
* The ai module en lang file of ZenTaoPMS.
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
* @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
* @author Wenrui LI <liwenrui@easycorp.ltd>
* @package ai
* @link https://www.zentao.net
*/
$lang->aiapp->common = 'AI Square';
$lang->aiapp->squareCategories = array('collection' => 'My collection', 'discovery' => 'Discovery', 'latest' => 'Latest');
$lang->aiapp->newVersionTip = 'The mini-program has been updated on %s. The above is the past record.';
$lang->aiapp->noMiniProgram = 'The mini program you visited does not exist.';
$lang->aiapp->title = 'Mini Programs';
$lang->aiapp->unpublishedTip = 'The mini program you are using is not published.';
$lang->aiapp->noModelError = 'No language model is configured, please contact the administrator.';
$lang->aiapp->chatNoResponse = 'Something went wrong.';
$lang->aiapp->more = 'More';
$lang->aiapp->collect = 'Collect';
$lang->aiapp->deleted = 'Deleted';
$lang->aiapp->clear = 'Reset';
$lang->aiapp->modelCurrent = 'Current Model';
$lang->aiapp->categoryList = array('work' => 'Work', 'personal' => 'Personal', 'life' => 'Life', 'creative' => 'Creative', 'others' => 'Others');
$lang->aiapp->generate = 'Generate';
$lang->aiapp->regenerate = 'Regenerate';
$lang->aiapp->emptyNameWarning = '「%s」 cannot be empty';
$lang->aiapp->chatTip = 'Please enter the field content on the left and try generating the results.';
$lang->aiapp->noModel = array('The language model has not been configured yet. Please contact the administrator or go to the backend to configure <a id="to-language-model"> the language model.</a>。', 'If the relevant configuration has been completed, please try <a id="reload-current">reloading</a> the page.');
$lang->aiapp->clearContext = 'The context content has been cleared.';
$lang->aiapp->newChatTip = 'Please enter the fields on the left to start a new conversation.';
$lang->aiapp->disabledTip = 'The current mini program is disabled.';
$lang->aiapp->continueasking = 'Continue asking';
$lang->aiapp->miniProgramSquare = 'Browse AI Mini Program List';
$lang->aiapp->collectMiniProgram = 'Collect AI Mini Program';
$lang->aiapp->miniProgramChat = 'Execute AI Mini Program';
$lang->aiapp->view = 'View AI Mini Program Details';