* [story #70333] add lang configs for converting docs.

This commit is contained in:
sunhao
2024-12-31 13:51:28 +08:00
committed by 丁永亮
parent b49b579cb6
commit 16441aa212
4 changed files with 12 additions and 0 deletions
+4
View File
@@ -323,6 +323,9 @@ $lang->action->desc->unlinkbug = '$date, <strong>$actor</strong> remove bugs <
$lang->action->desc->saveddraft = '$date, <strong>$actor</strong> save draft <strong>$extra</strong>.' . "\n";
$lang->action->desc->releaseddoc = '$date, <strong>$actor</strong> released <strong>$extra</strong>.' . "\n";
/* Describe the operation records of document conversion.。*/
$lang->action->desc->convertdoc = '$date, <strong>$actor</strong> convert to new doc format <strong>$extra</strong>.' . "\n";
/* This parameter describes historical operations that are performed when a document is collected or uncollected. */
$lang->action->desc->collected = '$date, <strong>$actor</strong> collected <strong>$extra</strong>.' . "\n";
$lang->action->desc->uncollected = '$date, <strong>$actor</strong> uncollected <strong>$extra</strong>.' . "\n";
@@ -550,6 +553,7 @@ $lang->action->label->editsnapshot = 'edit snapshot';
$lang->action->label->deletesnapshot = 'deleted snapshot';
$lang->action->label->saveddraft = 'save draft';
$lang->action->label->releaseddoc = 'released';
$lang->action->label->convertdoc = 'Convert doc';
$lang->action->label->collected = 'collected';
$lang->action->label->uncollected = 'uncollected';
$lang->action->label->online = 'online';
+4
View File
@@ -323,6 +323,9 @@ $lang->action->desc->unlinkbug = '$date, 由 <strong>$actor</strong> 从计划
$lang->action->desc->saveddraft = '$date, 由 <strong>$actor</strong> 存为草稿 <strong>$extra</strong>。' . "\n";
$lang->action->desc->releaseddoc = '$date, 由 <strong>$actor</strong> 发布 <strong>$extra</strong>。' . "\n";
/* 用来描述文档转换的操作记录。*/
$lang->action->desc->convertdoc = '$date, 由 <strong>$actor</strong> 转换为新文档 <strong>$extra</strong>。' . "\n";
/* 用来描述文档收藏或取消收藏时的历史操作记录。*/
$lang->action->desc->collected = '$date, 由 <strong>$actor</strong> 收藏 <strong>$extra</strong>。' . "\n";
$lang->action->desc->uncollected = '$date, 由 <strong>$actor</strong> 取消收藏 <strong>$extra</strong>。' . "\n";
@@ -550,6 +553,7 @@ $lang->action->label->editsnapshot = '编辑了快照';
$lang->action->label->deletesnapshot = '编辑了快照';
$lang->action->label->saveddraft = '存为草稿';
$lang->action->label->releaseddoc = '发布了';
$lang->action->label->convertdoc = '转为新文档';
$lang->action->label->collected = '收藏了';
$lang->action->label->uncollected = '取消收藏了';
$lang->action->label->online = '上架了';
+2
View File
@@ -140,6 +140,7 @@ $lang->doc->team = 'Team';
$lang->doc->manage = 'Document Management';
$lang->doc->release = 'Release';
$lang->doc->story = 'Story';
$lang->doc->convertdoc = 'Convert doc';
$lang->doc->moduleDoc = 'By Module';
$lang->doc->searchDoc = 'Search';
@@ -421,6 +422,7 @@ $lang->doc->errorOccurred = 'An error occurred. Please try again later.';
$lang->doc->selectLibFirst = 'Please select a lib first.';
$lang->doc->createLibFirst = 'Please create a lib first.';
$lang->doc->nopriv = 'You do not have access permissions for %s and cannot view this document. If you need to adjust permissions, please contact relevant personnel.';
$lang->doc->docConvertComment = "This document has been converted to the new editor format. Switch to version %s to view the document before conversion.";
$lang->doc->noticeAcl['lib']['product']['default'] = "Users who can access the selected {$lang->productCommon} can access it.";
$lang->doc->noticeAcl['lib']['product']['custom'] = "Users who can access the selected {$lang->productCommon} or users in the whiltelist can access it.";
+2
View File
@@ -140,6 +140,7 @@ $lang->doc->team = '团队';
$lang->doc->manage = '文档管理';
$lang->doc->release = '发布';
$lang->doc->story = '需求';
$lang->doc->convertdoc = '转换为文档';
$lang->doc->moduleDoc = '按模块浏览';
$lang->doc->searchDoc = '搜索';
@@ -421,6 +422,7 @@ $lang->doc->errorOccurred = '操作失败,请稍后再试!';
$lang->doc->selectLibFirst = '请先选择文档库。';
$lang->doc->createLibFirst = '请先创建文档库。';
$lang->doc->nopriv = '您暂无 %s 的访问权限,无法查看该文档,如需调整权限可联系相关人员处理。';
$lang->doc->docConvertComment = "文档已经转换为新编辑器格式,切换版本 %s 来查看转换前的文档。";
$lang->doc->noticeAcl['lib']['product']['default'] = "有所选{$lang->productCommon}访问权限的用户可以访问。";
$lang->doc->noticeAcl['lib']['product']['custom'] = "有所选{$lang->productCommon}访问权限或白名单里的用户可以访问。";