ФУНКЦИИ - МЕЖПРОЕКТНАЯ КОММУНИКАЦИЯ: стабилизация read-only фильтров двусторонней доски внешних контуров
This commit is contained in:
@@ -301,6 +301,20 @@ export default {
|
||||
outgoing: "Outgoing",
|
||||
incoming: "Incoming",
|
||||
},
|
||||
filters: {
|
||||
sort: "Sorting",
|
||||
requester: "Requester",
|
||||
unread_only: "Only with updates",
|
||||
search_placeholder: "Search by request title",
|
||||
search_priority: "Search by priority",
|
||||
search_assignee: "Search by assignee",
|
||||
search_requester: "Search by requester",
|
||||
sorting: {
|
||||
updated_at_desc: "Latest updates first",
|
||||
requested_at_desc: "Newest requests first",
|
||||
target_date_asc: "Closest due date first",
|
||||
},
|
||||
},
|
||||
empty: {
|
||||
outgoing_title: "No outgoing requests",
|
||||
outgoing_description: "Requests sent from this contour to other projects will appear here.",
|
||||
|
||||
@@ -458,6 +458,20 @@ export default {
|
||||
outgoing: "Исходящие",
|
||||
incoming: "Входящие",
|
||||
},
|
||||
filters: {
|
||||
sort: "Сортировка",
|
||||
requester: "Отправитель",
|
||||
unread_only: "Только с изменениями",
|
||||
search_placeholder: "Поиск по названию запроса",
|
||||
search_priority: "Поиск по приоритету",
|
||||
search_assignee: "Поиск по исполнителю",
|
||||
search_requester: "Поиск по отправителю",
|
||||
sorting: {
|
||||
updated_at_desc: "Сначала последние изменения",
|
||||
requested_at_desc: "Сначала новые отправки",
|
||||
target_date_asc: "Сначала ближайший срок",
|
||||
},
|
||||
},
|
||||
empty: {
|
||||
outgoing_title: "Нет исходящих запросов",
|
||||
outgoing_description: "Здесь будут видны запросы, которые этот контур отправил в другие проекты.",
|
||||
|
||||
Reference in New Issue
Block a user