* [misc] add more language text for doc app.
This commit is contained in:
@@ -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';
|
||||
|
||||
@@ -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 = '暂无数据';
|
||||
|
||||
Reference in New Issue
Block a user