ФУНКЦИИ - МЕЖПРОЕКТНАЯ КОММУНИКАЦИЯ: трассировка source-target в карточке запроса

This commit is contained in:
DCCONSTRUCTIONS
2026-04-18 22:01:48 +03:00
parent fb33f093de
commit 2ee6d8559c
7 changed files with 192 additions and 0 deletions
@@ -331,6 +331,17 @@ export default {
add_due_date: "Add due date",
duplicate_of: "Duplicate of",
},
traceability: {
title: "Routing",
description:
"This block shows which contour sent the request, where it was routed, and which linked work item now carries the execution.",
source_contour: "Source internal contour",
target_contour: "Target external contour",
status: "Current status",
requested_by: "Requested by",
requested_at: "Sent at",
linked_item: "Linked work item",
},
actions: {
send: "Send",
accept: "Accept",
@@ -488,6 +488,16 @@ export default {
add_due_date: "Добавить срок выполнения",
duplicate_of: "Дубликат",
},
traceability: {
title: "Маршрутизация",
description: "Здесь отображается, из какого контура ушёл запрос, куда он направлен и с каким связанным элементом он сейчас работает.",
source_contour: "Исходный внутренний контур",
target_contour: "Целевой внешний контур",
status: "Текущий статус",
requested_by: "Отправитель",
requested_at: "Отправлено",
linked_item: "Связанная задача",
},
actions: {
send: "Отправить",
accept: "Принять",