* [misc] add more language text for doc app.

This commit is contained in:
sunhao
2024-10-18 16:50:25 +08:00
committed by 刘刚
parent 8af2e133d9
commit 8eab602e33
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -545,3 +545,6 @@ $lang->doc->docLang->collapse = 'Collapse';
$lang->doc->docLang->draft = $lang->doc->statusList['draft'];
$lang->doc->docLang->released = $lang->doc->statusList['normal'];
$lang->doc->docLang->attachment = $lang->doc->files;
$lang->doc->docLang->docTitleRequired = 'Please enter the document title。';
$lang->doc->docLang->docTitlePlaceholder = 'Enter the document title';
$lang->doc->docLang->noDataYet = 'No data yet';
+3
View File
@@ -545,3 +545,6 @@ $lang->doc->docLang->collapse = '收起';
$lang->doc->docLang->draft = $lang->doc->statusList['draft'];
$lang->doc->docLang->released = $lang->doc->statusList['normal'];
$lang->doc->docLang->attachment = $lang->doc->files;
$lang->doc->docLang->docTitleRequired = '文档标题不能为空。';
$lang->doc->docLang->docTitlePlaceholder = '请输入文档标题';
$lang->doc->docLang->noDataYet = '暂无数据';