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

View File

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

View File

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

View File

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