* [bug#56923,0.2h] fix lang.

This commit is contained in:
qixinzhi
2024-11-14 17:15:14 +08:00
committed by 代婷婷
parent f797ac6abc
commit 4042e45a5b
5 changed files with 5 additions and 0 deletions
+1
View File
@@ -91,6 +91,7 @@ $lang->docTemplate->typeName = 'Type Name';
$lang->docTemplate->addTemplateType = 'Add template type';
$lang->docTemplate->editTemplateType = 'Edit template type';
$lang->docTemplate->docTitlePlaceholder = 'Enter the document template title';
$lang->docTemplate->docTitleRequired = 'Please enter the document title.';
$lang->docTemplate->noticeAddTemplateType = 'Supports up to two levels of types. Built-in document template types participate in logical operations so their positions cannot be modified.';
$lang->docTemplate->errorDeleteType = 'There is document template exists in the current type, it cannot be deleted.';
+1
View File
@@ -91,6 +91,7 @@ $lang->docTemplate->typeName = 'Type Name';
$lang->docTemplate->addTemplateType = 'Add template type';
$lang->docTemplate->editTemplateType = 'Edit template type';
$lang->docTemplate->docTitlePlaceholder = 'Enter the document template title';
$lang->docTemplate->docTitleRequired = 'Please enter the document title.';
$lang->docTemplate->noticeAddTemplateType = 'Supports up to two levels of types. Built-in document template types participate in logical operations so their positions cannot be modified.';
$lang->docTemplate->errorDeleteType = 'There is document template exists in the current type, it cannot be deleted.';
+1
View File
@@ -91,6 +91,7 @@ $lang->docTemplate->typeName = 'Type Name';
$lang->docTemplate->addTemplateType = 'Add template type';
$lang->docTemplate->editTemplateType = 'Edit template type';
$lang->docTemplate->docTitlePlaceholder = 'Enter the document template title';
$lang->docTemplate->docTitleRequired = 'Please enter the document title.';
$lang->docTemplate->noticeAddTemplateType = 'Supports up to two levels of types. Built-in document template types participate in logical operations so their positions cannot be modified.';
$lang->docTemplate->errorDeleteType = 'There is document template exists in the current type, it cannot be deleted.';
+1
View File
@@ -91,6 +91,7 @@ $lang->docTemplate->typeName = '类型名称';
$lang->docTemplate->addTemplateType = '添加文档模板类型';
$lang->docTemplate->editTemplateType = '编辑文档模板类型';
$lang->docTemplate->docTitlePlaceholder = '请输入文档模板标题';
$lang->docTemplate->docTitleRequired = '文档模板标题不能为空。';
$lang->docTemplate->noticeAddTemplateType = '支持两级类型,内置模板类型参与逻辑运算,不可修改所在位置';
$lang->docTemplate->errorDeleteType = '当前类型存在文档模板,不可删除';
+1
View File
@@ -52,6 +52,7 @@ $langData['editModule'] = $lang->docTemplate->editModule;
$langData['deleteModule'] = $lang->docTemplate->deleteModule;
$langData['docTitlePlaceholder'] = $lang->docTemplate->docTitlePlaceholder;
$langData['docTitleRequired'] = $lang->docTemplate->docTitleRequired;
$langData['noDocs'] = $lang->docTemplate->noTemplate;