mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-22 19:11:33 +03:00
ezqms-981: adjust doc library wording (#5791)
This commit is contained in:
parent
8b87de46c8
commit
032d37c0ca
@ -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: [
|
||||
{
|
||||
|
@ -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",
|
||||
|
@ -201,7 +201,8 @@
|
||||
"FieldIsEmpty": "{field} не задан",
|
||||
"ValidatingCredentials": "Проверка информации...",
|
||||
|
||||
"Organisation": "Организация",
|
||||
"GeneralDocumentation": "Общая документация",
|
||||
"TechnicalDocumentation": "Техническая документация",
|
||||
"UnsortedTemplates": "Несортированные шаблоны",
|
||||
"Project": "Проект",
|
||||
"Projects": "Проекты",
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user