UI - МЕЖПРОЕКТНАЯ КОММУНИКАЦИЯ: настройки проекта, модалки и drag-and-drop канон

This commit is contained in:
DCCONSTRUCTIONS
2026-04-20 09:22:37 +03:00
parent bd7a7d96fe
commit df68c96795
47 changed files with 703 additions and 275 deletions
@@ -916,8 +916,11 @@ export default {
priority: "{entity} Priority",
all: "All {entity}",
drop_here_to_move: "Drop here to move the {entity}",
drop_here_to_delete: "Drop here to delete the {entity}",
delete: {
label: "Delete {entity}",
confirmation:
"Are you sure you want to delete {entity} {identifier}? All related data will be permanently removed and this action cannot be undone.",
success: "{entity} deleted successfully",
failed: "{entity} delete failed",
},
@@ -1865,7 +1868,9 @@ export default {
members: {
label: "Members",
project_lead: "Project lead",
project_lead_description: "Choose the project lead.",
default_assignee: "Default assignee",
default_assignee_description: "Choose the default assignee for the project.",
guest_super_permissions: {
title: "Grant view access to all work items for guest users:",
sub_heading: "This will allow guests to have view access to all the project work items.",
@@ -1908,6 +1913,9 @@ export default {
label: "Estimates",
title: "Enable estimates for my project",
enable_description: "They help you in communicating complexity and workload of the team.",
list_heading: "Estimate list",
archived_heading: "Archived estimates",
archived_description: "These are estimates from earlier project versions that are not currently in use. Read more",
no_estimate: "No estimate",
new: "New estimate system",
create: {
@@ -1072,8 +1072,11 @@ export default {
priority: "Приоритет {entity}",
all: "Все {entity}",
drop_here_to_move: "Переместите {entity} сюда",
drop_here_to_delete: "Перетащите сюда, чтобы удалить {entity}",
delete: {
label: "Удалить {entity}",
confirmation:
"Вы уверены, что хотите удалить {entity} {identifier}? Все связанные данные будут удалены без возможности восстановления.",
success: "{entity} успешно удалён",
failed: "Ошибка удаления {entity}",
},
@@ -2024,7 +2027,9 @@ export default {
members: {
label: "Участники",
project_lead: "Руководитель проекта",
project_lead_description: "Выберите руководителя проекта.",
default_assignee: "Ответственный по умолчанию",
default_assignee_description: "Выберите ответственного по умолчанию для проекта.",
guest_super_permissions: {
title: "Дать гостям доступ на просмотр всех рабочих элементов:",
sub_heading: "Гости смогут просматривать все рабочие элементы проекта",
@@ -2067,6 +2072,9 @@ export default {
label: "Оценки",
title: "Включить оценки для моего проекта",
enable_description: "Они помогают вам в общении о сложности и рабочей нагрузке команды.",
list_heading: "Список оценок",
archived_heading: "Архивные оценки",
archived_description: "Это оценки из предыдущих версий проекта, которые сейчас не используются. Подробнее о них",
no_estimate: "Без оценки",
new: "Новая система оценок",
create: {