ФУНКЦИИ - МЕЖПРОЕКТНАЯ КОММУНИКАЦИЯ: frontend read-layer и первый экран двусторонней доски внешних контуров
This commit is contained in:
@@ -295,6 +295,18 @@ export default {
|
||||
tabs: {
|
||||
open: "Open",
|
||||
closed: "Closed",
|
||||
},
|
||||
board: {
|
||||
columns: {
|
||||
outgoing: "Outgoing",
|
||||
incoming: "Incoming",
|
||||
},
|
||||
empty: {
|
||||
outgoing_title: "No outgoing requests",
|
||||
outgoing_description: "Requests sent from this contour to other projects will appear here.",
|
||||
incoming_title: "No incoming requests",
|
||||
incoming_description: "Requests routed into this contour from other projects will appear here.",
|
||||
},
|
||||
},
|
||||
list: {
|
||||
last_updated: "Last updated",
|
||||
|
||||
@@ -452,6 +452,18 @@ export default {
|
||||
tabs: {
|
||||
open: "Открытые",
|
||||
closed: "Закрытые",
|
||||
},
|
||||
board: {
|
||||
columns: {
|
||||
outgoing: "Исходящие",
|
||||
incoming: "Входящие",
|
||||
},
|
||||
empty: {
|
||||
outgoing_title: "Нет исходящих запросов",
|
||||
outgoing_description: "Здесь будут видны запросы, которые этот контур отправил в другие проекты.",
|
||||
incoming_title: "Нет входящих запросов",
|
||||
incoming_description: "Здесь будут видны запросы, которые пришли в этот контур из других проектов.",
|
||||
},
|
||||
},
|
||||
list: {
|
||||
last_updated: "Последнее изменение",
|
||||
|
||||
Reference in New Issue
Block a user