Skip to content

Commit

Permalink
ezqms-981: adjust doc library wording (#5791)
Browse files Browse the repository at this point in the history
  • Loading branch information
lexiv0re authored Jun 12, 2024
1 parent 8b87de4 commit 032d37c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions models/controlled-documents/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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: [
{
Expand Down
3 changes: 2 additions & 1 deletion plugins/controlled-documents-assets/lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 2 additions & 1 deletion plugins/controlled-documents-assets/lang/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,8 @@
"FieldIsEmpty": "{field} не задан",
"ValidatingCredentials": "Проверка информации...",

"Organisation": "Организация",
"GeneralDocumentation": "Общая документация",
"TechnicalDocumentation": "Техническая документация",
"UnsortedTemplates": "Несортированные шаблоны",
"Project": "Проект",
"Projects": "Проекты",
Expand Down
3 changes: 2 additions & 1 deletion plugins/controlled-documents/src/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 032d37c

Please sign in to comment.