Merge branch 'main' into feature/doctemplate
This commit is contained in:
+63
-44
@@ -208,6 +208,9 @@ $lang->doc->release = 'Release';
|
||||
$lang->doc->story = 'Story';
|
||||
$lang->doc->convertdoc = 'Convert doc';
|
||||
$lang->doc->needEditable = 'This document is not editable.';
|
||||
$lang->doc->needReadable = 'This document is not readable.';
|
||||
$lang->doc->groupLabel = 'Gruppen';
|
||||
$lang->doc->userLabel = 'Benutzer';
|
||||
|
||||
$lang->doc->moduleDoc = 'Nach Modulen';
|
||||
$lang->doc->searchDoc = 'Suche';
|
||||
@@ -329,7 +332,7 @@ $lang->doc->customSearch = 'Custom Search';
|
||||
|
||||
$lang->doc->addChapter = 'Add chapter';
|
||||
$lang->doc->editChapter = 'Edit chapter';
|
||||
$lang->doc->sortChapter = 'Sort chapter';
|
||||
$lang->doc->sortChapter = 'Chapter Sorting';
|
||||
$lang->doc->deleteChapter = 'Delete chapter';
|
||||
$lang->doc->addSubChapter = 'Add sub chapter';
|
||||
$lang->doc->addSameChapter = 'Add same chapter';
|
||||
@@ -471,45 +474,50 @@ $lang->doc->mail->edit = new stdclass();
|
||||
$lang->doc->mail->releasedDoc->title = "%s released document #%s:%s";
|
||||
$lang->doc->mail->edit->title = "%s edited document #%s:%s";
|
||||
|
||||
$lang->doc->confirmDelete = "Möchten Sie dieses Dokument löschen?";
|
||||
$lang->doc->confirmDeleteLib = "Möchten Sie diese Bibliothek löschen?";
|
||||
$lang->doc->confirmDeleteSpace = "Möchten Sie diesen Bereich löschen?";
|
||||
$lang->doc->confirmDeleteBook = "Do you want to delete this book?";
|
||||
$lang->doc->confirmDeleteChapter = "Do you want to delete this chapter?";
|
||||
$lang->doc->confirmDeleteModule = "After deleting the module, the sub modules and documents will be deleted simultaneously. Are you sure you want to delete this module?";
|
||||
$lang->doc->confirmOtherEditing = "This document is currently editing. Continuing to edit will overwrite the content edited by others. Do you want to continue?";
|
||||
$lang->doc->errorEditSystemDoc = "System Dokumentenbibliothek darf nicht geändert werden.";
|
||||
$lang->doc->errorEmptyProduct = "Kein {$lang->productCommon}. Kann nicht erstellt werden.";
|
||||
$lang->doc->errorEmptyProject = "Kein {$lang->executionCommon}. Kann nicht erstellt werden.";
|
||||
$lang->doc->errorEmptySpaceLib = "There is no document library in this space. It cannot be created. Please create a document library first";
|
||||
$lang->doc->errorMainSysLib = "Diese Bibliothek kann nicht gelöscht werden.";
|
||||
$lang->doc->accessDenied = "Zugriff verweigert!";
|
||||
$lang->doc->versionNotFount = 'Existiert nicht in diesem Build.';
|
||||
$lang->doc->noDoc = 'Keine Dokumente. ';
|
||||
$lang->doc->noArticle = 'No articles.';
|
||||
$lang->doc->noLib = 'No libraries.';
|
||||
$lang->doc->noBook = 'The Wiki library has not created a manual, please create a new one :)';
|
||||
$lang->doc->cannotCreateOffice = 'Sorry, %s file can only be created in ZenTao Biz Series or above. Contact Philip@easysoft.ltd to know more about ZenTao Biz Series and ZenTao Max Series.';
|
||||
$lang->doc->notSetOffice = "<p>To create a %s document, you need to configure <a href='%s'>Collabora Online</a>.<p>";
|
||||
$lang->doc->requestTypeError = "The current requestType configuration is not PATH_INFO, cannot use the online editing. Please contact the administrator to modify the requestType configuration.";
|
||||
$lang->doc->notSetCollabora = "Collabora Online is not set up, unable to create %s document. Please configure <a href='%s'>Collabora Online</a>.";
|
||||
$lang->doc->noSearchedDoc = 'Nichts gesucht.';
|
||||
$lang->doc->noEditedDoc = 'Sie haben kein Dokument bearbeitet.';
|
||||
$lang->doc->noOpenedDoc = 'Sie haben kein Dokument erstellt.';
|
||||
$lang->doc->noCollectedDoc = 'Sie haben kein Dokument gesammelt.';
|
||||
$lang->doc->errorEmptyLib = 'No data in document library.';
|
||||
$lang->doc->confirmUpdateContent = 'You have a document that is not saved from last time. Do you want to continue editing it?';
|
||||
$lang->doc->selectLibType = 'Please select a type of doc library.';
|
||||
$lang->doc->noLibreOffice = 'You does not have access to office conversion settings!';
|
||||
$lang->doc->errorParentChapter = 'The parent chapter cannot be its own chapter or sub chapter!';
|
||||
$lang->doc->errorOthersCreated = 'There are documents created by others in this library. You cannot move it.';
|
||||
$lang->doc->confirmLeaveOnEdit = 'Wird nach ungespeicherten dokumenten gefragt, ob dies fortgesetzt wurde?';
|
||||
$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->previewNotAvailable = 'Preview function is not available. Please visit the Kanban board to view the document %s.';
|
||||
$lang->doc->confirmDelete = "Möchten Sie dieses Dokument löschen?";
|
||||
$lang->doc->confirmDeleteWithSub = "After deleting the document, the sub contents will be deleted simultaneously. Are you sure you want to delete this document?";
|
||||
$lang->doc->confirmDeleteLib = "Möchten Sie diese Bibliothek löschen?";
|
||||
$lang->doc->confirmDeleteSpace = "Möchten Sie diesen Bereich löschen?";
|
||||
$lang->doc->confirmDeleteBook = "Do you want to delete this book?";
|
||||
$lang->doc->confirmDeleteChapter = "Do you want to delete this chapter?";
|
||||
$lang->doc->confirmDeleteChapterWithSub = "After deleting the chapter, the sub chapters and documents will be deleted simultaneously. Are you sure you want to delete this chapter?";
|
||||
$lang->doc->confirmDeleteModule = "Do you want to delete this module?";
|
||||
$lang->doc->confirmDeleteModuleWithSub = "After deleting the module, the sub modules and documents will be deleted simultaneously. Are you sure you want to delete this module?";
|
||||
$lang->doc->confirmOtherEditing = "This document is currently editing. Continuing to edit will overwrite the content edited by others. Do you want to continue?";
|
||||
$lang->doc->errorEditSystemDoc = "System Dokumentenbibliothek darf nicht geändert werden.";
|
||||
$lang->doc->errorEmptyProduct = "Kein {$lang->productCommon}. Kann nicht erstellt werden.";
|
||||
$lang->doc->errorEmptyProject = "Kein {$lang->executionCommon}. Kann nicht erstellt werden.";
|
||||
$lang->doc->errorEmptySpaceLib = "There is no document library in this space. It cannot be created. Please create a document library first";
|
||||
$lang->doc->errorMainSysLib = "Diese Bibliothek kann nicht gelöscht werden.";
|
||||
$lang->doc->accessDenied = "Zugriff verweigert!";
|
||||
$lang->doc->versionNotFount = 'Existiert nicht in diesem Build.';
|
||||
$lang->doc->noDoc = 'Keine Dokumente. ';
|
||||
$lang->doc->noArticle = 'No articles.';
|
||||
$lang->doc->noLib = 'No libraries.';
|
||||
$lang->doc->noBook = 'The Wiki library has not created a manual, please create a new one :)';
|
||||
$lang->doc->cannotCreateOffice = 'Sorry, %s file can only be created in ZenTao Biz Series or above. Contact Philip@easysoft.ltd to know more about ZenTao Biz Series and ZenTao Max Series.';
|
||||
$lang->doc->notSetOffice = "<p>To create a %s document, you need to configure <a href='%s'>Collabora Online</a>.<p>";
|
||||
$lang->doc->requestTypeError = "The current requestType configuration is not PATH_INFO, cannot use the online editing. Please contact the administrator to modify the requestType configuration.";
|
||||
$lang->doc->notSetCollabora = "Collabora Online is not set up, unable to create %s document. Please configure <a href='%s'>Collabora Online</a>.";
|
||||
$lang->doc->noSearchedDoc = 'Nichts gesucht.';
|
||||
$lang->doc->noEditedDoc = 'Sie haben kein Dokument bearbeitet.';
|
||||
$lang->doc->noOpenedDoc = 'Sie haben kein Dokument erstellt.';
|
||||
$lang->doc->noCollectedDoc = 'Sie haben kein Dokument gesammelt.';
|
||||
$lang->doc->errorEmptyLib = 'No data in document library.';
|
||||
$lang->doc->confirmUpdateContent = 'You have a document that is not saved from last time. Do you want to continue editing it?';
|
||||
$lang->doc->selectLibType = 'Please select a type of doc library.';
|
||||
$lang->doc->noLibreOffice = 'You does not have access to office conversion settings!';
|
||||
$lang->doc->errorParentChapter = 'The parent chapter cannot be its own chapter or sub chapter!';
|
||||
$lang->doc->errorOthersCreated = 'There are documents created by others in this library. You cannot move it.';
|
||||
$lang->doc->confirmLeaveOnEdit = 'Wird nach ungespeicherten dokumenten gefragt, ob dies fortgesetzt wurde?';
|
||||
$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->previewNotAvailable = 'Preview function is not available. Please visit the Kanban board to view the document %s.';
|
||||
$lang->doc->hocuspocusConnect = 'The collaborative editing service is connected.';
|
||||
$lang->doc->hocuspocusDisconnect = 'The collaborative editing service is disconnected. Edits will be synchronized after reconnection.';
|
||||
|
||||
$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.";
|
||||
@@ -557,10 +565,10 @@ $lang->doc->featureBar['myspace']['draft'] = 'Draft';
|
||||
$lang->doc->showDocList[1] = 'Yes';
|
||||
$lang->doc->showDocList[0] = 'No';
|
||||
|
||||
$lang->doc->whitelistDeny['product'] = "<i class='icon pr-1 text-important icon-exclamation'></i>Whitelist user <span class='px-1 text-important'>%s</span> currently has no product access permission, therefore cannot access the document. To access, please maintain product access control permissions.";
|
||||
$lang->doc->whitelistDeny['project'] = "<i class='icon pr-1 text-important icon-exclamation'></i>Whitelist user <span class='px-1 text-important'>%s</span> currently has no project access permission, therefore cannot access the document. To access, please maintain project access control permissions.";
|
||||
$lang->doc->whitelistDeny['execution'] = "<i class='icon pr-1 text-important icon-exclamation'></i>Whitelist user <span class='px-1 text-important'>%s</span> currently has no execution access permission, therefore cannot access the document. To access, please maintain execution access control permissions.";
|
||||
$lang->doc->whitelistDeny['doc'] = "<i class='icon pr-1 text-important icon-exclamation'></i>Whitelist user <span class='px-1 text-important'>%s</span> currently has no library access permission, therefore cannot access the document. To access, please maintain library access control permissions.";
|
||||
$lang->doc->whitelistDeny['product'] = "<i class='icon pr-1 text-important icon-exclamation'></i>User <span class='px-1 text-important'>%s</span> currently has no product access permission, therefore cannot access the document. To access, please maintain product access control permissions.";
|
||||
$lang->doc->whitelistDeny['project'] = "<i class='icon pr-1 text-important icon-exclamation'></i>User <span class='px-1 text-important'>%s</span> currently has no project access permission, therefore cannot access the document. To access, please maintain project access control permissions.";
|
||||
$lang->doc->whitelistDeny['execution'] = "<i class='icon pr-1 text-important icon-exclamation'></i>User <span class='px-1 text-important'>%s</span> currently has no execution access permission, therefore cannot access the document. To access, please maintain execution access control permissions.";
|
||||
$lang->doc->whitelistDeny['doc'] = "<i class='icon pr-1 text-important icon-exclamation'></i>User <span class='px-1 text-important'>%s</span> currently has no library access permission, therefore cannot access the document. To access, please maintain library access control permissions.";
|
||||
|
||||
$lang->doc->filterTypes[] = array('all', 'All');
|
||||
$lang->doc->filterTypes[] = array('draft', 'Draft');
|
||||
@@ -616,9 +624,13 @@ $lang->doc->docLang->deleteDoc = $lang->doc->delete;
|
||||
$lang->doc->docLang->uploadDoc = $lang->doc->uploadDoc;
|
||||
$lang->doc->docLang->createList = $lang->doc->createList;
|
||||
$lang->doc->docLang->confirmDelete = $lang->doc->confirmDelete;
|
||||
$lang->doc->docLang->confirmDeleteWithSub = $lang->doc->confirmDeleteWithSub;
|
||||
$lang->doc->docLang->confirmDeleteLib = $lang->doc->confirmDeleteLib;
|
||||
$lang->doc->docLang->confirmDeleteSpace = $lang->doc->confirmDeleteSpace;
|
||||
$lang->doc->docLang->confirmDeleteModule = $lang->doc->confirmDeleteModule;
|
||||
$lang->doc->docLang->confirmDeleteModuleWithSub = $lang->doc->confirmDeleteModuleWithSub;
|
||||
$lang->doc->docLang->confirmDeleteChapter = $lang->doc->confirmDeleteChapter;
|
||||
$lang->doc->docLang->confirmDeleteChapterWithSub = $lang->doc->confirmDeleteChapterWithSub;
|
||||
$lang->doc->docLang->collect = $lang->doc->collect;
|
||||
$lang->doc->docLang->edit = $lang->doc->edit;
|
||||
$lang->doc->docLang->delete = $lang->doc->delete;
|
||||
@@ -665,8 +677,10 @@ $lang->doc->docLang->loadDataFailed = 'Load data failed.';
|
||||
$lang->doc->docLang->noSpaceTip = 'No space, please create one.';
|
||||
$lang->doc->docLang->searchModulePlaceholder = 'Search directory';
|
||||
$lang->doc->docLang->searchDocPlaceholder = 'Search document';
|
||||
$lang->doc->docLang->searchChapterPlaceholder = 'Search Chapter';
|
||||
$lang->doc->docLang->searchSpacePlaceholder = 'Search space';
|
||||
$lang->doc->docLang->searchLibPlaceholder = 'Search library';
|
||||
$lang->doc->docLang->searchPlaceholder = 'Search';
|
||||
$lang->doc->docLang->newDocLabel = 'New';
|
||||
$lang->doc->docLang->editingDocLabel = 'Editing';
|
||||
$lang->doc->docLang->filesLib = $lang->doclib->files;
|
||||
@@ -738,10 +752,15 @@ $lang->doc->docLang->list = $lang->doc->list;
|
||||
$lang->doc->docLang->loadingFile = 'Downloading document images...';
|
||||
$lang->doc->docLang->needEditable = $lang->doc->needEditable;
|
||||
$lang->doc->docLang->addChapter = $lang->doc->addChapter;
|
||||
$lang->doc->docLang->editChapter = $lang->doc->editChapter;
|
||||
$lang->doc->docLang->sortChapter = $lang->doc->sortChapter;
|
||||
$lang->doc->docLang->deleteChapter = $lang->doc->deleteChapter;
|
||||
$lang->doc->docLang->addSubChapter = $lang->doc->addSubChapter;
|
||||
$lang->doc->docLang->addSameChapter = $lang->doc->addSameChapter;
|
||||
$lang->doc->docLang->addSubDoc = $lang->doc->addSubDoc;
|
||||
$lang->doc->docLang->chapterName = $lang->doc->chapterName;
|
||||
$lang->doc->docLang->autoSaveHint = 'Auto saved';
|
||||
$lang->doc->docLang->editing = 'Editing';
|
||||
|
||||
$lang->docTemplate->moduleName = array();
|
||||
$lang->docTemplate->moduleName['plan'] = 'plan';
|
||||
|
||||
+63
-44
@@ -208,6 +208,9 @@ $lang->doc->release = 'Release';
|
||||
$lang->doc->story = 'Story';
|
||||
$lang->doc->convertdoc = 'Convert doc';
|
||||
$lang->doc->needEditable = 'This document is not editable.';
|
||||
$lang->doc->needReadable = 'This document is not readable.';
|
||||
$lang->doc->groupLabel = 'Groups';
|
||||
$lang->doc->userLabel = 'Users';
|
||||
|
||||
$lang->doc->moduleDoc = 'By Module';
|
||||
$lang->doc->searchDoc = 'Search';
|
||||
@@ -329,7 +332,7 @@ $lang->doc->customSearch = 'Custom Search';
|
||||
|
||||
$lang->doc->addChapter = 'Add chapter';
|
||||
$lang->doc->editChapter = 'Edit chapter';
|
||||
$lang->doc->sortChapter = 'Sort chapter';
|
||||
$lang->doc->sortChapter = 'Chapter Sorting';
|
||||
$lang->doc->deleteChapter = 'Delete chapter';
|
||||
$lang->doc->addSubChapter = 'Add sub chapter';
|
||||
$lang->doc->addSameChapter = 'Add same chapter';
|
||||
@@ -471,45 +474,50 @@ $lang->doc->mail->edit = new stdclass();
|
||||
$lang->doc->mail->releasedDoc->title = "%s released document #%s:%s";
|
||||
$lang->doc->mail->edit->title = "%s edited document #%s:%s";
|
||||
|
||||
$lang->doc->confirmDelete = "Do you want to delete this document?";
|
||||
$lang->doc->confirmDeleteLib = "Do you want to delete this document library?";
|
||||
$lang->doc->confirmDeleteSpace = "After deleting the space, the libraries, directories and documents in the space will be deleted simultaneously. Are you sure you want to delete this space?";
|
||||
$lang->doc->confirmDeleteBook = "Do you want to delete this book?";
|
||||
$lang->doc->confirmDeleteChapter = "Do you want to delete this chapter?";
|
||||
$lang->doc->confirmDeleteModule = "After deleting the module, the sub modules and documents will be deleted simultaneously. Are you sure you want to delete this module?";
|
||||
$lang->doc->confirmOtherEditing = "This document is currently editing. Continuing to edit will overwrite the content edited by others. Do you want to continue?";
|
||||
$lang->doc->errorEditSystemDoc = "You don't have to change system document library.";
|
||||
$lang->doc->errorEmptyProduct = "No {$lang->productCommon}. It cannot be created.";
|
||||
$lang->doc->errorEmptyProject = "No {$lang->executionCommon}. It cannot be created.";
|
||||
$lang->doc->errorEmptySpaceLib = "There is no document library in this space. It cannot be created. Please create a document library first";
|
||||
$lang->doc->errorMainSysLib = "This library cannot be deleted.";
|
||||
$lang->doc->accessDenied = "Access is denied!";
|
||||
$lang->doc->versionNotFount = 'It does not exist in this build.';
|
||||
$lang->doc->noDoc = 'No documents. ';
|
||||
$lang->doc->noArticle = 'No articles.';
|
||||
$lang->doc->noLib = 'No libraries.';
|
||||
$lang->doc->noBook = 'The Wiki library has not created a manual, please create a new one :)';
|
||||
$lang->doc->cannotCreateOffice = 'Sorry, %s file can only be created in ZenTao Biz Series or above. Contact Philip@easysoft.ltd to know more about ZenTao Biz Series and ZenTao Max Series.';
|
||||
$lang->doc->notSetOffice = "<p>To create a %s document, you need to configure <a href='%s'>Collabora Online</a>.<p>";
|
||||
$lang->doc->requestTypeError = "The current requestType configuration is not PATH_INFO, cannot use the online editing. Please contact the administrator to modify the requestType configuration.";
|
||||
$lang->doc->notSetCollabora = "Collabora Online is not set up, unable to create %s document. Please configure <a href='%s'>Collabora Online</a>.";
|
||||
$lang->doc->noSearchedDoc = 'No documents found.';
|
||||
$lang->doc->noEditedDoc = 'You have not edited any documents.';
|
||||
$lang->doc->noOpenedDoc = 'You have not created any documents.';
|
||||
$lang->doc->noCollectedDoc = 'You have not favorited any documents.';
|
||||
$lang->doc->errorEmptyLib = 'No data in document library.';
|
||||
$lang->doc->confirmUpdateContent = 'You have a document that is not saved from last time. Do you want to continue editing it?';
|
||||
$lang->doc->selectLibType = 'Please select a type of doc library.';
|
||||
$lang->doc->noLibreOffice = 'You does not have access to office conversion settings!';
|
||||
$lang->doc->errorParentChapter = 'The parent chapter cannot be its own chapter or sub chapter!';
|
||||
$lang->doc->errorOthersCreated = 'There are documents created by others in this library. You cannot move it.';
|
||||
$lang->doc->confirmLeaveOnEdit = 'Check that you have unsaved document content, do you want to continue?';
|
||||
$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->previewNotAvailable = 'Preview function is not available. Please visit the Kanban board to view the document %s.';
|
||||
$lang->doc->confirmDelete = "Do you want to delete this document?";
|
||||
$lang->doc->confirmDeleteWithSub = "After deleting the document, the sub contents will be deleted simultaneously. Are you sure you want to delete this document?";
|
||||
$lang->doc->confirmDeleteLib = "Do you want to delete this document library?";
|
||||
$lang->doc->confirmDeleteSpace = "After deleting the space, the libraries, directories and documents in the space will be deleted simultaneously. Are you sure you want to delete this space?";
|
||||
$lang->doc->confirmDeleteBook = "Do you want to delete this book?";
|
||||
$lang->doc->confirmDeleteChapter = "Do you want to delete this chapter?";
|
||||
$lang->doc->confirmDeleteChapterWithSub = "After deleting the chapter, the sub chapters and documents will be deleted simultaneously. Are you sure you want to delete this chapter?";
|
||||
$lang->doc->confirmDeleteModule = "Do you want to delete this module?";
|
||||
$lang->doc->confirmDeleteModuleWithSub = "After deleting the module, the sub modules and documents will be deleted simultaneously. Are you sure you want to delete this module?";
|
||||
$lang->doc->confirmOtherEditing = "This document is currently editing. Continuing to edit will overwrite the content edited by others. Do you want to continue?";
|
||||
$lang->doc->errorEditSystemDoc = "You don't have to change system document library.";
|
||||
$lang->doc->errorEmptyProduct = "No {$lang->productCommon}. It cannot be created.";
|
||||
$lang->doc->errorEmptyProject = "No {$lang->executionCommon}. It cannot be created.";
|
||||
$lang->doc->errorEmptySpaceLib = "There is no document library in this space. It cannot be created. Please create a document library first";
|
||||
$lang->doc->errorMainSysLib = "This library cannot be deleted.";
|
||||
$lang->doc->accessDenied = "Access is denied!";
|
||||
$lang->doc->versionNotFount = 'It does not exist in this build.';
|
||||
$lang->doc->noDoc = 'No documents. ';
|
||||
$lang->doc->noArticle = 'No articles.';
|
||||
$lang->doc->noLib = 'No libraries.';
|
||||
$lang->doc->noBook = 'The Wiki library has not created a manual, please create a new one :)';
|
||||
$lang->doc->cannotCreateOffice = 'Sorry, %s file can only be created in ZenTao Biz Series or above. Contact Philip@easysoft.ltd to know more about ZenTao Biz Series and ZenTao Max Series.';
|
||||
$lang->doc->notSetOffice = "<p>To create a %s document, you need to configure <a href='%s'>Collabora Online</a>.<p>";
|
||||
$lang->doc->requestTypeError = "The current requestType configuration is not PATH_INFO, cannot use the online editing. Please contact the administrator to modify the requestType configuration.";
|
||||
$lang->doc->notSetCollabora = "Collabora Online is not set up, unable to create %s document. Please configure <a href='%s'>Collabora Online</a>.";
|
||||
$lang->doc->noSearchedDoc = 'No documents found.';
|
||||
$lang->doc->noEditedDoc = 'You have not edited any documents.';
|
||||
$lang->doc->noOpenedDoc = 'You have not created any documents.';
|
||||
$lang->doc->noCollectedDoc = 'You have not favorited any documents.';
|
||||
$lang->doc->errorEmptyLib = 'No data in document library.';
|
||||
$lang->doc->confirmUpdateContent = 'You have a document that is not saved from last time. Do you want to continue editing it?';
|
||||
$lang->doc->selectLibType = 'Please select a type of doc library.';
|
||||
$lang->doc->noLibreOffice = 'You does not have access to office conversion settings!';
|
||||
$lang->doc->errorParentChapter = 'The parent chapter cannot be its own chapter or sub chapter!';
|
||||
$lang->doc->errorOthersCreated = 'There are documents created by others in this library. You cannot move it.';
|
||||
$lang->doc->confirmLeaveOnEdit = 'Check that you have unsaved document content, do you want to continue?';
|
||||
$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->previewNotAvailable = 'Preview function is not available. Please visit the Kanban board to view the document %s.';
|
||||
$lang->doc->hocuspocusConnect = 'The collaborative editing service is connected.';
|
||||
$lang->doc->hocuspocusDisconnect = 'The collaborative editing service is disconnected. Edits will be synchronized after reconnection.';
|
||||
|
||||
$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.";
|
||||
@@ -557,10 +565,10 @@ $lang->doc->featureBar['myspace']['draft'] = 'Draft';
|
||||
$lang->doc->showDocList[1] = 'Yes';
|
||||
$lang->doc->showDocList[0] = 'No';
|
||||
|
||||
$lang->doc->whitelistDeny['product'] = "<i class='icon pr-1 text-important icon-exclamation'></i>Whitelist user <span class='px-1 text-important'>%s</span> currently has no product access permission, therefore cannot access the document. To access, please maintain product access control permissions.";
|
||||
$lang->doc->whitelistDeny['project'] = "<i class='icon pr-1 text-important icon-exclamation'></i>Whitelist user <span class='px-1 text-important'>%s</span> currently has no project access permission, therefore cannot access the document. To access, please maintain project access control permissions.";
|
||||
$lang->doc->whitelistDeny['execution'] = "<i class='icon pr-1 text-important icon-exclamation'></i>Whitelist user <span class='px-1 text-important'>%s</span> currently has no execution access permission, therefore cannot access the document. To access, please maintain execution access control permissions.";
|
||||
$lang->doc->whitelistDeny['doc'] = "<i class='icon pr-1 text-important icon-exclamation'></i>Whitelist user <span class='px-1 text-important'>%s</span> currently has no library access permission, therefore cannot access the document. To access, please maintain library access control permissions.";
|
||||
$lang->doc->whitelistDeny['product'] = "<i class='icon pr-1 text-important icon-exclamation'></i>User <span class='px-1 text-important'>%s</span> currently has no product access permission, therefore cannot access the document. To access, please maintain product access control permissions.";
|
||||
$lang->doc->whitelistDeny['project'] = "<i class='icon pr-1 text-important icon-exclamation'></i>User <span class='px-1 text-important'>%s</span> currently has no project access permission, therefore cannot access the document. To access, please maintain project access control permissions.";
|
||||
$lang->doc->whitelistDeny['execution'] = "<i class='icon pr-1 text-important icon-exclamation'></i>User <span class='px-1 text-important'>%s</span> currently has no execution access permission, therefore cannot access the document. To access, please maintain execution access control permissions.";
|
||||
$lang->doc->whitelistDeny['doc'] = "<i class='icon pr-1 text-important icon-exclamation'></i>User <span class='px-1 text-important'>%s</span> currently has no library access permission, therefore cannot access the document. To access, please maintain library access control permissions.";
|
||||
|
||||
$lang->doc->filterTypes[] = array('all', 'All');
|
||||
$lang->doc->filterTypes[] = array('draft', 'Draft');
|
||||
@@ -616,9 +624,13 @@ $lang->doc->docLang->deleteDoc = $lang->doc->delete;
|
||||
$lang->doc->docLang->uploadDoc = $lang->doc->uploadDoc;
|
||||
$lang->doc->docLang->createList = $lang->doc->createList;
|
||||
$lang->doc->docLang->confirmDelete = $lang->doc->confirmDelete;
|
||||
$lang->doc->docLang->confirmDeleteWithSub = $lang->doc->confirmDeleteWithSub;
|
||||
$lang->doc->docLang->confirmDeleteLib = $lang->doc->confirmDeleteLib;
|
||||
$lang->doc->docLang->confirmDeleteSpace = $lang->doc->confirmDeleteSpace;
|
||||
$lang->doc->docLang->confirmDeleteModule = $lang->doc->confirmDeleteModule;
|
||||
$lang->doc->docLang->confirmDeleteModuleWithSub = $lang->doc->confirmDeleteModuleWithSub;
|
||||
$lang->doc->docLang->confirmDeleteChapter = $lang->doc->confirmDeleteChapter;
|
||||
$lang->doc->docLang->confirmDeleteChapterWithSub = $lang->doc->confirmDeleteChapterWithSub;
|
||||
$lang->doc->docLang->collect = $lang->doc->collect;
|
||||
$lang->doc->docLang->edit = $lang->doc->edit;
|
||||
$lang->doc->docLang->delete = $lang->doc->delete;
|
||||
@@ -665,8 +677,10 @@ $lang->doc->docLang->loadDataFailed = 'Load data failed.';
|
||||
$lang->doc->docLang->noSpaceTip = 'No space, please create one.';
|
||||
$lang->doc->docLang->searchModulePlaceholder = 'Search directory';
|
||||
$lang->doc->docLang->searchDocPlaceholder = 'Search document';
|
||||
$lang->doc->docLang->searchChapterPlaceholder = 'Search Chapter';
|
||||
$lang->doc->docLang->searchSpacePlaceholder = 'Search space';
|
||||
$lang->doc->docLang->searchLibPlaceholder = 'Search library';
|
||||
$lang->doc->docLang->searchPlaceholder = 'Search';
|
||||
$lang->doc->docLang->newDocLabel = 'New';
|
||||
$lang->doc->docLang->editingDocLabel = 'Editing';
|
||||
$lang->doc->docLang->filesLib = $lang->doclib->files;
|
||||
@@ -738,10 +752,15 @@ $lang->doc->docLang->list = $lang->doc->list;
|
||||
$lang->doc->docLang->loadingFile = 'Downloading document images...';
|
||||
$lang->doc->docLang->needEditable = $lang->doc->needEditable;
|
||||
$lang->doc->docLang->addChapter = $lang->doc->addChapter;
|
||||
$lang->doc->docLang->editChapter = $lang->doc->editChapter;
|
||||
$lang->doc->docLang->sortChapter = $lang->doc->sortChapter;
|
||||
$lang->doc->docLang->deleteChapter = $lang->doc->deleteChapter;
|
||||
$lang->doc->docLang->addSubChapter = $lang->doc->addSubChapter;
|
||||
$lang->doc->docLang->addSameChapter = $lang->doc->addSameChapter;
|
||||
$lang->doc->docLang->addSubDoc = $lang->doc->addSubDoc;
|
||||
$lang->doc->docLang->chapterName = $lang->doc->chapterName;
|
||||
$lang->doc->docLang->autoSaveHint = 'Auto saved';
|
||||
$lang->doc->docLang->editing = 'Editing';
|
||||
|
||||
$lang->docTemplate->moduleName = array();
|
||||
$lang->docTemplate->moduleName['plan'] = 'plan';
|
||||
|
||||
+63
-44
@@ -208,6 +208,9 @@ $lang->doc->release = 'Release';
|
||||
$lang->doc->story = 'Story';
|
||||
$lang->doc->convertdoc = 'Convert doc';
|
||||
$lang->doc->needEditable = 'This document is not editable.';
|
||||
$lang->doc->needReadable = 'This document is not readable.';
|
||||
$lang->doc->groupLabel = 'Groupes';
|
||||
$lang->doc->userLabel = 'Utilisateurs';
|
||||
|
||||
$lang->doc->moduleDoc = 'Par Module';
|
||||
$lang->doc->searchDoc = 'Rechercher';
|
||||
@@ -329,7 +332,7 @@ $lang->doc->customSearch = 'Custom Search';
|
||||
|
||||
$lang->doc->addChapter = 'Add chapter';
|
||||
$lang->doc->editChapter = 'Edit chapter';
|
||||
$lang->doc->sortChapter = 'Sort chapter';
|
||||
$lang->doc->sortChapter = 'Chapter Sorting';
|
||||
$lang->doc->deleteChapter = 'Delete chapter';
|
||||
$lang->doc->addSubChapter = 'Add sub chapter';
|
||||
$lang->doc->addSameChapter = 'Add same chapter';
|
||||
@@ -471,45 +474,50 @@ $lang->doc->mail->edit = new stdclass();
|
||||
$lang->doc->mail->releasedDoc->title = "%s released document #%s:%s";
|
||||
$lang->doc->mail->edit->title = "%s edited document #%s:%s";
|
||||
|
||||
$lang->doc->confirmDelete = "Voulez-vous supprimer ce document ?";
|
||||
$lang->doc->confirmDeleteLib = "Voulez-vous supprimer cette Bibliothèque ?";
|
||||
$lang->doc->confirmDeleteSpace = "Do you want to delete this space?";
|
||||
$lang->doc->confirmDeleteBook = "Do you want to delete this book?";
|
||||
$lang->doc->confirmDeleteChapter = "Do you want to delete this chapter?";
|
||||
$lang->doc->confirmDeleteModule = "After deleting the module, the sub modules and documents will be deleted simultaneously. Are you sure you want to delete this module?";
|
||||
$lang->doc->confirmOtherEditing = "This document is currently editing. Continuing to edit will overwrite the content edited by others. Do you want to continue?";
|
||||
$lang->doc->errorEditSystemDoc = "Vous n'avez pas besoin de changer de système de Bibliothèque.";
|
||||
$lang->doc->errorEmptyProduct = "Aucun {$lang->productCommon}. Il ne peut pas être créé.";
|
||||
$lang->doc->errorEmptyProject = "Aucun {$lang->executionCommon}. Il ne peut pas être créé.";
|
||||
$lang->doc->errorEmptySpaceLib = "There is no document library in this space. It cannot be created. Please create a document library first";
|
||||
$lang->doc->errorMainSysLib = "Cette Bibliothèque ne peut pas être supprimée.";
|
||||
$lang->doc->accessDenied = "Access is denied !";
|
||||
$lang->doc->versionNotFount = "N'existe pas dans ce build.";
|
||||
$lang->doc->noDoc = 'Aucun documents. ';
|
||||
$lang->doc->noArticle = 'No articles.';
|
||||
$lang->doc->noLib = 'No libraries.';
|
||||
$lang->doc->noBook = 'The Wiki library has not created a manual, please create a new one :)';
|
||||
$lang->doc->cannotCreateOffice = 'Désolé, %s peut seulement être créé dans Série ZenTao Biz ou plus. Coordonnées Philip@easysoft.ltd En savoir plus sur les séries zentao biz et zentao Max.';
|
||||
$lang->doc->notSetOffice = "<p>To create a %s document, you need to configure <a href='%s'>Collabora Online</a>.<p>";
|
||||
$lang->doc->requestTypeError = "The current requestType configuration is not PATH_INFO, cannot use the online editing. Please contact the administrator to modify the requestType configuration.";
|
||||
$lang->doc->notSetCollabora = "Collabora Online is not set up, unable to create %s document. Please configure <a href='%s'>Collabora Online</a>.";
|
||||
$lang->doc->noSearchedDoc = 'Aucun documents trouvé.';
|
||||
$lang->doc->noEditedDoc = "Vous n'avez pas mis à jour de documents.";
|
||||
$lang->doc->noOpenedDoc = "Vous n'avez pas ajouté de documents.";
|
||||
$lang->doc->noCollectedDoc = "Vous avez aucun document dans vos favoris.";
|
||||
$lang->doc->errorEmptyLib = 'No data in document library.';
|
||||
$lang->doc->confirmUpdateContent = 'You have a document that is not saved from last time. Do you want to continue editing it?';
|
||||
$lang->doc->selectLibType = 'Please select a type of doc library.';
|
||||
$lang->doc->noLibreOffice = 'You does not have access to office conversion settings!';
|
||||
$lang->doc->errorParentChapter = 'The parent chapter cannot be its own chapter or sub chapter!';
|
||||
$lang->doc->errorOthersCreated = 'There are documents created by others in this library. You cannot move it.';
|
||||
$lang->doc->confirmLeaveOnEdit = 'Vérifiez que vous avez du contenu de document non sauvegardé, voulez-vous continuer?';
|
||||
$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->previewNotAvailable = 'Preview function is not available. Please visit the Kanban board to view the document %s.';
|
||||
$lang->doc->confirmDelete = "Voulez-vous supprimer ce document ?";
|
||||
$lang->doc->confirmDeleteWithSub = "After deleting the document, the sub contents will be deleted simultaneously. Are you sure you want to delete this document?";
|
||||
$lang->doc->confirmDeleteLib = "Voulez-vous supprimer cette Bibliothèque ?";
|
||||
$lang->doc->confirmDeleteSpace = "Do you want to delete this space?";
|
||||
$lang->doc->confirmDeleteBook = "Do you want to delete this book?";
|
||||
$lang->doc->confirmDeleteChapter = "Do you want to delete this chapter?";
|
||||
$lang->doc->confirmDeleteChapterWithSub = "After deleting the chapter, the sub chapters and documents will be deleted simultaneously. Are you sure you want to delete this chapter?";
|
||||
$lang->doc->confirmDeleteModule = "Do you want to delete this module?";
|
||||
$lang->doc->confirmDeleteModuleWithSub = "After deleting the module, the sub modules and documents will be deleted simultaneously. Are you sure you want to delete this module?";
|
||||
$lang->doc->confirmOtherEditing = "This document is currently editing. Continuing to edit will overwrite the content edited by others. Do you want to continue?";
|
||||
$lang->doc->errorEditSystemDoc = "Vous n'avez pas besoin de changer de système de Bibliothèque.";
|
||||
$lang->doc->errorEmptyProduct = "Aucun {$lang->productCommon}. Il ne peut pas être créé.";
|
||||
$lang->doc->errorEmptyProject = "Aucun {$lang->executionCommon}. Il ne peut pas être créé.";
|
||||
$lang->doc->errorEmptySpaceLib = "There is no document library in this space. It cannot be created. Please create a document library first";
|
||||
$lang->doc->errorMainSysLib = "Cette Bibliothèque ne peut pas être supprimée.";
|
||||
$lang->doc->accessDenied = "Access is denied !";
|
||||
$lang->doc->versionNotFount = "N'existe pas dans ce build.";
|
||||
$lang->doc->noDoc = 'Aucun documents. ';
|
||||
$lang->doc->noArticle = 'No articles.';
|
||||
$lang->doc->noLib = 'No libraries.';
|
||||
$lang->doc->noBook = 'The Wiki library has not created a manual, please create a new one :)';
|
||||
$lang->doc->cannotCreateOffice = 'Désolé, %s peut seulement être créé dans Série ZenTao Biz ou plus. Coordonnées Philip@easysoft.ltd En savoir plus sur les séries zentao biz et zentao Max.';
|
||||
$lang->doc->notSetOffice = "<p>To create a %s document, you need to configure <a href='%s'>Collabora Online</a>.<p>";
|
||||
$lang->doc->requestTypeError = "The current requestType configuration is not PATH_INFO, cannot use the online editing. Please contact the administrator to modify the requestType configuration.";
|
||||
$lang->doc->notSetCollabora = "Collabora Online is not set up, unable to create %s document. Please configure <a href='%s'>Collabora Online</a>.";
|
||||
$lang->doc->noSearchedDoc = 'Aucun documents trouvé.';
|
||||
$lang->doc->noEditedDoc = "Vous n'avez pas mis à jour de documents.";
|
||||
$lang->doc->noOpenedDoc = "Vous n'avez pas ajouté de documents.";
|
||||
$lang->doc->noCollectedDoc = "Vous avez aucun document dans vos favoris.";
|
||||
$lang->doc->errorEmptyLib = 'No data in document library.';
|
||||
$lang->doc->confirmUpdateContent = 'You have a document that is not saved from last time. Do you want to continue editing it?';
|
||||
$lang->doc->selectLibType = 'Please select a type of doc library.';
|
||||
$lang->doc->noLibreOffice = 'You does not have access to office conversion settings!';
|
||||
$lang->doc->errorParentChapter = 'The parent chapter cannot be its own chapter or sub chapter!';
|
||||
$lang->doc->errorOthersCreated = 'There are documents created by others in this library. You cannot move it.';
|
||||
$lang->doc->confirmLeaveOnEdit = 'Vérifiez que vous avez du contenu de document non sauvegardé, voulez-vous continuer?';
|
||||
$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->previewNotAvailable = 'Preview function is not available. Please visit the Kanban board to view the document %s.';
|
||||
$lang->doc->hocuspocusConnect = 'The collaborative editing service is connected.';
|
||||
$lang->doc->hocuspocusDisconnect = 'The collaborative editing service is disconnected. Edits will be synchronized after reconnection.';
|
||||
|
||||
$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.";
|
||||
@@ -557,10 +565,10 @@ $lang->doc->featureBar['myspace']['draft'] = 'Draft';
|
||||
$lang->doc->showDocList[1] = 'Yes';
|
||||
$lang->doc->showDocList[0] = 'No';
|
||||
|
||||
$lang->doc->whitelistDeny['product'] = "<i class='icon pr-1 text-important icon-exclamation'></i>Whitelist user <span class='px-1 text-important'>%s</span> currently has no product access permission, therefore cannot access the document. To access, please maintain product access control permissions.";
|
||||
$lang->doc->whitelistDeny['project'] = "<i class='icon pr-1 text-important icon-exclamation'></i>Whitelist user <span class='px-1 text-important'>%s</span> currently has no project access permission, therefore cannot access the document. To access, please maintain project access control permissions.";
|
||||
$lang->doc->whitelistDeny['execution'] = "<i class='icon pr-1 text-important icon-exclamation'></i>Whitelist user <span class='px-1 text-important'>%s</span> currently has no execution access permission, therefore cannot access the document. To access, please maintain execution access control permissions.";
|
||||
$lang->doc->whitelistDeny['doc'] = "<i class='icon pr-1 text-important icon-exclamation'></i>Whitelist user <span class='px-1 text-important'>%s</span> currently has no library access permission, therefore cannot access the document. To access, please maintain library access control permissions.";
|
||||
$lang->doc->whitelistDeny['product'] = "<i class='icon pr-1 text-important icon-exclamation'></i>User <span class='px-1 text-important'>%s</span> currently has no product access permission, therefore cannot access the document. To access, please maintain product access control permissions.";
|
||||
$lang->doc->whitelistDeny['project'] = "<i class='icon pr-1 text-important icon-exclamation'></i>User <span class='px-1 text-important'>%s</span> currently has no project access permission, therefore cannot access the document. To access, please maintain project access control permissions.";
|
||||
$lang->doc->whitelistDeny['execution'] = "<i class='icon pr-1 text-important icon-exclamation'></i>User <span class='px-1 text-important'>%s</span> currently has no execution access permission, therefore cannot access the document. To access, please maintain execution access control permissions.";
|
||||
$lang->doc->whitelistDeny['doc'] = "<i class='icon pr-1 text-important icon-exclamation'></i>User <span class='px-1 text-important'>%s</span> currently has no library access permission, therefore cannot access the document. To access, please maintain library access control permissions.";
|
||||
|
||||
$lang->doc->filterTypes[] = array('all', 'All');
|
||||
$lang->doc->filterTypes[] = array('draft', 'Draft');
|
||||
@@ -616,9 +624,13 @@ $lang->doc->docLang->deleteDoc = $lang->doc->delete;
|
||||
$lang->doc->docLang->uploadDoc = $lang->doc->uploadDoc;
|
||||
$lang->doc->docLang->createList = $lang->doc->createList;
|
||||
$lang->doc->docLang->confirmDelete = $lang->doc->confirmDelete;
|
||||
$lang->doc->docLang->confirmDeleteWithSub = $lang->doc->confirmDeleteWithSub;
|
||||
$lang->doc->docLang->confirmDeleteLib = $lang->doc->confirmDeleteLib;
|
||||
$lang->doc->docLang->confirmDeleteSpace = $lang->doc->confirmDeleteSpace;
|
||||
$lang->doc->docLang->confirmDeleteModule = $lang->doc->confirmDeleteModule;
|
||||
$lang->doc->docLang->confirmDeleteModuleWithSub = $lang->doc->confirmDeleteModuleWithSub;
|
||||
$lang->doc->docLang->confirmDeleteChapter = $lang->doc->confirmDeleteChapter;
|
||||
$lang->doc->docLang->confirmDeleteChapterWithSub = $lang->doc->confirmDeleteChapterWithSub;
|
||||
$lang->doc->docLang->collect = $lang->doc->collect;
|
||||
$lang->doc->docLang->edit = $lang->doc->edit;
|
||||
$lang->doc->docLang->delete = $lang->doc->delete;
|
||||
@@ -665,8 +677,10 @@ $lang->doc->docLang->loadDataFailed = 'Load data failed.';
|
||||
$lang->doc->docLang->noSpaceTip = 'No space, please create one.';
|
||||
$lang->doc->docLang->searchModulePlaceholder = 'Search directory';
|
||||
$lang->doc->docLang->searchDocPlaceholder = 'Search document';
|
||||
$lang->doc->docLang->searchChapterPlaceholder = 'Search Chapter';
|
||||
$lang->doc->docLang->searchSpacePlaceholder = 'Search space';
|
||||
$lang->doc->docLang->searchLibPlaceholder = 'Search library';
|
||||
$lang->doc->docLang->searchPlaceholder = 'Search';
|
||||
$lang->doc->docLang->newDocLabel = 'New';
|
||||
$lang->doc->docLang->editingDocLabel = 'Editing';
|
||||
$lang->doc->docLang->filesLib = $lang->doclib->files;
|
||||
@@ -738,10 +752,15 @@ $lang->doc->docLang->list = $lang->doc->list;
|
||||
$lang->doc->docLang->loadingFile = 'Downloading document images...';
|
||||
$lang->doc->docLang->needEditable = $lang->doc->needEditable;
|
||||
$lang->doc->docLang->addChapter = $lang->doc->addChapter;
|
||||
$lang->doc->docLang->editChapter = $lang->doc->editChapter;
|
||||
$lang->doc->docLang->sortChapter = $lang->doc->sortChapter;
|
||||
$lang->doc->docLang->deleteChapter = $lang->doc->deleteChapter;
|
||||
$lang->doc->docLang->addSubChapter = $lang->doc->addSubChapter;
|
||||
$lang->doc->docLang->addSameChapter = $lang->doc->addSameChapter;
|
||||
$lang->doc->docLang->addSubDoc = $lang->doc->addSubDoc;
|
||||
$lang->doc->docLang->chapterName = $lang->doc->chapterName;
|
||||
$lang->doc->docLang->autoSaveHint = 'Auto saved';
|
||||
$lang->doc->docLang->editing = 'Editing';
|
||||
|
||||
$lang->docTemplate->moduleName = array();
|
||||
$lang->docTemplate->moduleName['plan'] = 'plan';
|
||||
|
||||
+60
-44
@@ -208,6 +208,9 @@ $lang->doc->release = '发布';
|
||||
$lang->doc->story = '需求';
|
||||
$lang->doc->convertdoc = '转换为文档';
|
||||
$lang->doc->needEditable = '您没有当前文档的编辑权限。';
|
||||
$lang->doc->needReadable = '您没有当前文档的阅读权限。';
|
||||
$lang->doc->groupLabel = '分组';
|
||||
$lang->doc->userLabel = '用户';
|
||||
|
||||
$lang->doc->moduleDoc = '按模块浏览';
|
||||
$lang->doc->searchDoc = '搜索';
|
||||
@@ -329,7 +332,7 @@ $lang->doc->customSearch = '自定义搜索';
|
||||
|
||||
$lang->doc->addChapter = '添加章节';
|
||||
$lang->doc->editChapter = '编辑章节';
|
||||
$lang->doc->sortChapter = '排序章节';
|
||||
$lang->doc->sortChapter = '章节排序';
|
||||
$lang->doc->deleteChapter = '删除章节';
|
||||
$lang->doc->addSubChapter = '添加子章节';
|
||||
$lang->doc->addSameChapter = '添加同级章节';
|
||||
@@ -471,45 +474,50 @@ $lang->doc->mail->edit = new stdclass();
|
||||
$lang->doc->mail->releasedDoc->title = "%s发布了文档 #%s:%s";
|
||||
$lang->doc->mail->edit->title = "%s编辑了文档 #%s:%s";
|
||||
|
||||
$lang->doc->confirmDelete = "您确定删除该文档吗?";
|
||||
$lang->doc->confirmDeleteLib = "您确定删除该文档库吗?";
|
||||
$lang->doc->confirmDeleteSpace = "删除空间后,同步删除空间下的库、目录和文档,确认要删除吗?";
|
||||
$lang->doc->confirmDeleteBook = "您确定删除该手册吗?";
|
||||
$lang->doc->confirmDeleteChapter = "您确定删除该章节吗?";
|
||||
$lang->doc->confirmDeleteModule = "删除目录后,同步删除目录下的子目录和文档,确认要删除吗?";
|
||||
$lang->doc->confirmOtherEditing = "该文档正在编辑中,如果继续编辑将覆盖他人编辑内容,是否继续?";
|
||||
$lang->doc->errorEditSystemDoc = "系统文档库无需修改。";
|
||||
$lang->doc->errorEmptyProduct = "没有{$lang->productCommon},无法创建文档";
|
||||
$lang->doc->errorEmptyProject = "没有{$lang->executionCommon},无法创建文档";
|
||||
$lang->doc->errorEmptySpaceLib = "该空间下没有文档库,无法创建文档,请先创建文档库";
|
||||
$lang->doc->errorMainSysLib = "该系统文档库不能删除!";
|
||||
$lang->doc->accessDenied = "您没有权限访问!";
|
||||
$lang->doc->versionNotFount = '该版本文档不存在';
|
||||
$lang->doc->noDoc = '暂时没有文档。';
|
||||
$lang->doc->noArticle = '暂时没有文章。';
|
||||
$lang->doc->noLib = '暂时没有库。';
|
||||
$lang->doc->noBook = 'Wiki库还未创建手册,请新建 :)';
|
||||
$lang->doc->cannotCreateOffice = '<p>对不起,企业版才能创建%s文档。</p><p>试用企业版,请联系我们:4006-8899-23 0532-86893032。</p>';
|
||||
$lang->doc->notSetOffice = "创建 %s 文档,需要配置 <a href='%s'>Collabora Online</a>。";
|
||||
$lang->doc->requestTypeError = "当前禅道 requestType 配置不是 PATH_INFO,无法使用 Collabora Online 在线编辑功能,请联系管理员修改 requestType 配置。";
|
||||
$lang->doc->notSetCollabora = "没有设置 Collabora Online,无法创建%s文档,请配置 <a href='%s'>Collabora Online</a>。";
|
||||
$lang->doc->noSearchedDoc = '没有搜索到任何文档。';
|
||||
$lang->doc->noEditedDoc = '您还没有编辑任何文档。';
|
||||
$lang->doc->noOpenedDoc = '您还没有创建任何文档。';
|
||||
$lang->doc->noCollectedDoc = '您还没有收藏任何文档。';
|
||||
$lang->doc->errorEmptyLib = '文档库暂无数据。';
|
||||
$lang->doc->confirmUpdateContent = '检查到您有未保存的文档内容,是否继续编辑?';
|
||||
$lang->doc->selectLibType = '请选择文档库类型';
|
||||
$lang->doc->noLibreOffice = '您还没有office转换设置访问权限!';
|
||||
$lang->doc->errorParentChapter = '父章节不能是自身章节及子章节!';
|
||||
$lang->doc->errorOthersCreated = '该库下其他人创建的文档暂不支持移动,是否确认移动?';
|
||||
$lang->doc->confirmLeaveOnEdit = '检查到您有未保存的文档内容,是否继续跳转?';
|
||||
$lang->doc->errorOccurred = '操作失败,请稍后再试!';
|
||||
$lang->doc->selectLibFirst = '请先选择文档库。';
|
||||
$lang->doc->createLibFirst = '请先创建文档库。';
|
||||
$lang->doc->nopriv = '您暂无 %s 的访问权限,无法查看该文档,如需调整权限可联系相关人员处理。';
|
||||
$lang->doc->docConvertComment = "文档已经转换为新编辑器格式,切换版本 %s 来查看转换前的文档。";
|
||||
$lang->doc->previewNotAvailable = '预览功能暂不可用,请访问禅道查看文档 %s。';
|
||||
$lang->doc->confirmDelete = "您确定删除该文档吗?";
|
||||
$lang->doc->confirmDeleteWithSub = "删除文档后,将同步删除文档下的所有内容,确认要删除吗?";
|
||||
$lang->doc->confirmDeleteLib = "您确定删除该文档库吗?";
|
||||
$lang->doc->confirmDeleteSpace = "删除空间后,同步删除空间下的库、目录和文档,确认要删除吗?";
|
||||
$lang->doc->confirmDeleteBook = "您确定删除该手册吗?";
|
||||
$lang->doc->confirmDeleteChapter = "您确定删除该章节吗?";
|
||||
$lang->doc->confirmDeleteChapterWithSub = "删除章节后,将同步删除章节下的子章节和文档,确认要删除吗?";
|
||||
$lang->doc->confirmDeleteModule = "您确定删除该目录吗?";
|
||||
$lang->doc->confirmDeleteModuleWithSub = "删除目录后,同步删除目录下的子目录、章节和文档,确认要删除吗?";
|
||||
$lang->doc->confirmOtherEditing = "该文档正在编辑中,如果继续编辑将覆盖他人编辑内容,是否继续?";
|
||||
$lang->doc->errorEditSystemDoc = "系统文档库无需修改。";
|
||||
$lang->doc->errorEmptyProduct = "没有{$lang->productCommon},无法创建文档";
|
||||
$lang->doc->errorEmptyProject = "没有{$lang->executionCommon},无法创建文档";
|
||||
$lang->doc->errorEmptySpaceLib = "该空间下没有文档库,无法创建文档,请先创建文档库";
|
||||
$lang->doc->errorMainSysLib = "该系统文档库不能删除!";
|
||||
$lang->doc->accessDenied = "您没有权限访问!";
|
||||
$lang->doc->versionNotFount = '该版本文档不存在';
|
||||
$lang->doc->noDoc = '暂时没有文档。';
|
||||
$lang->doc->noArticle = '暂时没有文章。';
|
||||
$lang->doc->noLib = '暂时没有库。';
|
||||
$lang->doc->noBook = 'Wiki库还未创建手册,请新建 :)';
|
||||
$lang->doc->cannotCreateOffice = '<p>对不起,企业版才能创建%s文档。</p><p>试用企业版,请联系我们:4006-8899-23 0532-86893032。</p>';
|
||||
$lang->doc->notSetOffice = "创建 %s 文档,需要配置 <a href='%s'>Collabora Online</a>。";
|
||||
$lang->doc->requestTypeError = "当前禅道 requestType 配置不是 PATH_INFO,无法使用 Collabora Online 在线编辑功能,请联系管理员修改 requestType 配置。";
|
||||
$lang->doc->notSetCollabora = "没有设置 Collabora Online,无法创建%s文档,请配置 <a href='%s'>Collabora Online</a>。";
|
||||
$lang->doc->noSearchedDoc = '没有搜索到任何文档。';
|
||||
$lang->doc->noEditedDoc = '您还没有编辑任何文档。';
|
||||
$lang->doc->noOpenedDoc = '您还没有创建任何文档。';
|
||||
$lang->doc->noCollectedDoc = '您还没有收藏任何文档。';
|
||||
$lang->doc->errorEmptyLib = '文档库暂无数据。';
|
||||
$lang->doc->confirmUpdateContent = '检查到您有未保存的文档内容,是否继续编辑?';
|
||||
$lang->doc->selectLibType = '请选择文档库类型';
|
||||
$lang->doc->noLibreOffice = '您还没有office转换设置访问权限!';
|
||||
$lang->doc->errorParentChapter = '父章节不能是自身章节及子章节!';
|
||||
$lang->doc->errorOthersCreated = '该库下其他人创建的文档暂不支持移动,是否确认移动?';
|
||||
$lang->doc->confirmLeaveOnEdit = '检查到您有未保存的文档内容,是否继续跳转?';
|
||||
$lang->doc->errorOccurred = '操作失败,请稍后再试!';
|
||||
$lang->doc->selectLibFirst = '请先选择文档库。';
|
||||
$lang->doc->createLibFirst = '请先创建文档库。';
|
||||
$lang->doc->nopriv = '您暂无 %s 的访问权限,无法查看该文档,如需调整权限可联系相关人员处理。';
|
||||
$lang->doc->docConvertComment = "文档已经转换为新编辑器格式,切换版本 %s 来查看转换前的文档。";
|
||||
$lang->doc->previewNotAvailable = '预览功能暂不可用,请访问禅道查看文档 %s。';
|
||||
$lang->doc->hocuspocusConnect = '协作编辑服务已连接。';
|
||||
$lang->doc->hocuspocusDisconnect = '协作编辑服务已断开,编辑内容将在重新连接后同步。';
|
||||
|
||||
$lang->doc->noticeAcl['lib']['product']['default'] = "有所选{$lang->productCommon}访问权限的用户可以访问。";
|
||||
$lang->doc->noticeAcl['lib']['product']['custom'] = "有所选{$lang->productCommon}访问权限或白名单里的用户可以访问。";
|
||||
@@ -557,10 +565,10 @@ $lang->doc->featureBar['myspace']['draft'] = '草稿';
|
||||
$lang->doc->showDocList[1] = '是';
|
||||
$lang->doc->showDocList[0] = '否';
|
||||
|
||||
$lang->doc->whitelistDeny['product'] = "<i class='icon pr-1 text-important icon-exclamation'></i>白名单用户<span class='px-1 text-important'>%s</span>暂无产品访问权限,因此无法访问文档。如需访问,请维护产品访问控制权限。";
|
||||
$lang->doc->whitelistDeny['project'] = "<i class='icon pr-1 text-important icon-exclamation'></i>白名单用户<span class='px-1 text-important'>%s</span>暂无项目访问权限,因此无法访问文档。如需访问,请维护项目访问控制权限。";
|
||||
$lang->doc->whitelistDeny['execution'] = "<i class='icon pr-1 text-important icon-exclamation'></i>白名单用户<span class='px-1 text-important'>%s</span>暂无执行访问权限,因此无法访问文档。如需访问,请维护执行访问控制权限。";
|
||||
$lang->doc->whitelistDeny['doc'] = "<i class='icon pr-1 text-important icon-exclamation'></i>白名单用户<span class='px-1 text-important'>%s</span>暂无所在库访问权限,因此无法访问文档。如需访问,请维护所在库的访问控制权限。";
|
||||
$lang->doc->whitelistDeny['product'] = "<i class='icon pr-1 text-important icon-exclamation'></i>用户<span class='px-1 text-important'>%s</span>暂无产品访问权限,因此无法访问文档。如需访问,请维护产品访问控制权限。";
|
||||
$lang->doc->whitelistDeny['project'] = "<i class='icon pr-1 text-important icon-exclamation'></i>用户<span class='px-1 text-important'>%s</span>暂无项目访问权限,因此无法访问文档。如需访问,请维护项目访问控制权限。";
|
||||
$lang->doc->whitelistDeny['execution'] = "<i class='icon pr-1 text-important icon-exclamation'></i>用户<span class='px-1 text-important'>%s</span>暂无执行访问权限,因此无法访问文档。如需访问,请维护执行访问控制权限。";
|
||||
$lang->doc->whitelistDeny['doc'] = "<i class='icon pr-1 text-important icon-exclamation'></i>用户<span class='px-1 text-important'>%s</span>暂无所在库访问权限,因此无法访问文档。如需访问,请维护所在库的访问控制权限。";
|
||||
|
||||
$lang->doc->filterTypes[] = array('all', '全部');
|
||||
$lang->doc->filterTypes[] = array('draft', '草稿');
|
||||
@@ -616,9 +624,13 @@ $lang->doc->docLang->deleteDoc = $lang->doc->delete;
|
||||
$lang->doc->docLang->uploadDoc = $lang->doc->uploadDoc;
|
||||
$lang->doc->docLang->createList = $lang->doc->createList;
|
||||
$lang->doc->docLang->confirmDelete = $lang->doc->confirmDelete;
|
||||
$lang->doc->docLang->confirmDeleteWithSub = $lang->doc->confirmDeleteWithSub;
|
||||
$lang->doc->docLang->confirmDeleteLib = $lang->doc->confirmDeleteLib;
|
||||
$lang->doc->docLang->confirmDeleteSpace = $lang->doc->confirmDeleteSpace;
|
||||
$lang->doc->docLang->confirmDeleteModule = $lang->doc->confirmDeleteModule;
|
||||
$lang->doc->docLang->confirmDeleteModuleWithSub = $lang->doc->confirmDeleteModuleWithSub;
|
||||
$lang->doc->docLang->confirmDeleteChapter = $lang->doc->confirmDeleteChapter;
|
||||
$lang->doc->docLang->confirmDeleteChapterWithSub = $lang->doc->confirmDeleteChapterWithSub;
|
||||
$lang->doc->docLang->collect = $lang->doc->collect;
|
||||
$lang->doc->docLang->edit = $lang->doc->edit;
|
||||
$lang->doc->docLang->delete = $lang->doc->delete;
|
||||
@@ -665,8 +677,10 @@ $lang->doc->docLang->loadDataFailed = '加载数据失败';
|
||||
$lang->doc->docLang->noSpaceTip = '这里什么也没有,先创建一个空间再使用吧!';
|
||||
$lang->doc->docLang->searchModulePlaceholder = '搜索目录';
|
||||
$lang->doc->docLang->searchDocPlaceholder = '搜索文档';
|
||||
$lang->doc->docLang->searchChapterPlaceholder = '搜索章节';
|
||||
$lang->doc->docLang->searchSpacePlaceholder = '搜索空间';
|
||||
$lang->doc->docLang->searchLibPlaceholder = '搜索库';
|
||||
$lang->doc->docLang->searchPlaceholder = '搜索';
|
||||
$lang->doc->docLang->newDocLabel = '新文档';
|
||||
$lang->doc->docLang->editingDocLabel = '编辑中';
|
||||
$lang->doc->docLang->filesLib = $lang->doclib->files;
|
||||
@@ -745,6 +759,8 @@ $lang->doc->docLang->addSubChapter = $lang->doc->addSubChapter;
|
||||
$lang->doc->docLang->addSameChapter = $lang->doc->addSameChapter;
|
||||
$lang->doc->docLang->addSubDoc = $lang->doc->addSubDoc;
|
||||
$lang->doc->docLang->chapterName = $lang->doc->chapterName;
|
||||
$lang->doc->docLang->autoSaveHint = '已自动保存';
|
||||
$lang->doc->docLang->editing = '正在编辑';
|
||||
|
||||
$lang->docTemplate->moduleName = array();
|
||||
$lang->docTemplate->moduleName['plan'] = '计划';
|
||||
|
||||
Reference in New Issue
Block a user