mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-23 03:22:19 +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: [
|
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: [
|
||||||
{
|
{
|
||||||
|
@ -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",
|
||||||
|
@ -201,7 +201,8 @@
|
|||||||
"FieldIsEmpty": "{field} не задан",
|
"FieldIsEmpty": "{field} не задан",
|
||||||
"ValidatingCredentials": "Проверка информации...",
|
"ValidatingCredentials": "Проверка информации...",
|
||||||
|
|
||||||
"Organisation": "Организация",
|
"GeneralDocumentation": "Общая документация",
|
||||||
|
"TechnicalDocumentation": "Техническая документация",
|
||||||
"UnsortedTemplates": "Несортированные шаблоны",
|
"UnsortedTemplates": "Несортированные шаблоны",
|
||||||
"Project": "Проект",
|
"Project": "Проект",
|
||||||
"Projects": "Проекты",
|
"Projects": "Проекты",
|
||||||
|
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user