feat(tasker): localize NODE.DC workspace seed

This commit is contained in:
DCCONSTRUCTIONS
2026-05-10 19:59:03 +03:00
parent e49840341b
commit d55d182648
30 changed files with 196 additions and 123 deletions
@@ -1,7 +1,7 @@
[
{
"id": 1,
"name": "Backlog",
"name": "Бэклог",
"color": "#A3A3A3",
"sequence": 15000,
"group": "backlog",
@@ -10,7 +10,7 @@
},
{
"id": 2,
"name": "Todo",
"name": "К выполнению",
"color": "#3A3A3A",
"sequence": 25000,
"group": "unstarted",
@@ -19,7 +19,7 @@
},
{
"id": 3,
"name": "In Progress",
"name": "В работе",
"color": "#F59E0B",
"sequence": 35000,
"group": "started",
@@ -28,7 +28,7 @@
},
{
"id": 4,
"name": "Done",
"name": "Готово",
"color": "#16A34A",
"sequence": 45000,
"group": "completed",
@@ -37,7 +37,7 @@
},
{
"id": 5,
"name": "Cancelled",
"name": "Отменено",
"color": "#EF4444",
"sequence": 55000,
"group": "cancelled",