ezqms-981: adjust doc library wording (#5791)

This commit is contained in:
Alexey Zinoviev 2024-06-12 17:56:34 +04:00 committed by GitHub
parent 8b87de46c8
commit 032d37c0ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 5 deletions

View File

@ -210,7 +210,7 @@ export function createModel (builder: Builder): void {
spaces: [ spaces: [
{ {
id: 'orgspaces', id: 'orgspaces',
label: documents.string.Organisation, label: documents.string.GeneralDocumentation,
spaceClass: documents.class.OrgSpace, spaceClass: documents.class.OrgSpace,
addSpaceLabel: documents.string.CreateOrgSpace, addSpaceLabel: documents.string.CreateOrgSpace,
createComponent: documents.component.CreateDocumentsSpace, createComponent: documents.component.CreateDocumentsSpace,
@ -225,7 +225,7 @@ export function createModel (builder: Builder): void {
}, },
{ {
id: 'projectspaces', id: 'projectspaces',
label: documents.string.Projects, label: documents.string.TechnicalDocumentation,
spaceClass: documents.class.ExternalSpace, spaceClass: documents.class.ExternalSpace,
specials: [ specials: [
{ {

View File

@ -201,7 +201,8 @@
"FieldIsEmpty": "{field} is empty", "FieldIsEmpty": "{field} is empty",
"ValidatingCredentials": "Validating credentials...", "ValidatingCredentials": "Validating credentials...",
"Organisation": "Organisation", "GeneralDocumentation": "General documentation",
"TechnicalDocumentation": "Technical documentation",
"UnsortedTemplates": "Unsorted templates", "UnsortedTemplates": "Unsorted templates",
"Project": "Project", "Project": "Project",
"Projects": "Projects", "Projects": "Projects",

View File

@ -201,7 +201,8 @@
"FieldIsEmpty": "{field} не задан", "FieldIsEmpty": "{field} не задан",
"ValidatingCredentials": "Проверка информации...", "ValidatingCredentials": "Проверка информации...",
"Organisation": "Организация", "GeneralDocumentation": "Общая документация",
"TechnicalDocumentation": "Техническая документация",
"UnsortedTemplates": "Несортированные шаблоны", "UnsortedTemplates": "Несортированные шаблоны",
"Project": "Проект", "Project": "Проект",
"Projects": "Проекты", "Projects": "Проекты",

View File

@ -238,7 +238,8 @@ export const documentsPlugin = plugin(documentsId, {
SectionKey: '' as IntlString, SectionKey: '' as IntlString,
CommentsSequence: '' as IntlString, CommentsSequence: '' as IntlString,
Index: '' as IntlString, Index: '' as IntlString,
Organisation: '' as IntlString, GeneralDocumentation: '' as IntlString,
TechnicalDocumentation: '' as IntlString,
UnsortedTemplates: '' as IntlString, UnsortedTemplates: '' as IntlString,
Project: '' as IntlString, Project: '' as IntlString,
Projects: '' as IntlString, Projects: '' as IntlString,