* [task#135989] add docapp lang.

This commit is contained in:
dingyongliang
2025-01-07 15:35:04 +08:00
committed by 田淑杰
parent b8cfa64122
commit 839aa03df3
4 changed files with 12 additions and 0 deletions
+3
View File
@@ -617,3 +617,6 @@ $lang->doc->docLang->productMine = 'My responsibility';
$lang->doc->docLang->projectMine = 'My participation';
$lang->doc->docLang->productOther = 'Other';
$lang->doc->docLang->projectOther = 'Other';
$lang->doc->docLang->created = 'created';
$lang->doc->docLang->edited = 'edited';
$lang->doc->docLang->notSaved = 'Not saved';
+3
View File
@@ -630,3 +630,6 @@ $lang->doc->docLang->projectOther = 'Other';
$lang->doc->docLang->accessDenied = $lang->doc->accessDenied;
$lang->doc->docLang->convertToNewDoc = 'Convert document';
$lang->doc->docLang->convertToNewDocConfirm = 'Are you ready to convert this document to the new format using a modern block-level editor? The changes will be effective after saving the document, and it will no longer be possible to use the old version of the editor.';
$lang->doc->docLang->created = 'created';
$lang->doc->docLang->edited = 'edited';
$lang->doc->docLang->notSaved = 'Not saved';
+3
View File
@@ -617,3 +617,6 @@ $lang->doc->docLang->productMine = 'My responsibility';
$lang->doc->docLang->projectMine = 'My participation';
$lang->doc->docLang->productOther = 'Other';
$lang->doc->docLang->projectOther = 'Other';
$lang->doc->docLang->created = 'created';
$lang->doc->docLang->edited = 'edited';
$lang->doc->docLang->notSaved = 'Not saved';
+3
View File
@@ -629,3 +629,6 @@ $lang->doc->docLang->projectOther = '其他';
$lang->doc->docLang->accessDenied = $lang->doc->accessDenied;
$lang->doc->docLang->convertToNewDoc = '转换文档';
$lang->doc->docLang->convertToNewDocConfirm = '全新文档格式使用现代化块级编辑器,带来全新的文档功能体验。确定要将此文档转换为新文档格式吗?文档保存后生效,此后将不可再使用旧版本编辑器。';
$lang->doc->docLang->created = '创建';
$lang->doc->docLang->edited = '修改';
$lang->doc->docLang->notSaved = '未保存';