feat: Add support for project cancellation status across the application
This commit is contained in:
@@ -105,6 +105,7 @@ const translations = {
|
||||
in_progress_design: "W realizacji (projektowanie)",
|
||||
in_progress_construction: "W realizacji (realizacja)",
|
||||
fulfilled: "Zakończony",
|
||||
cancelled: "Wycofany",
|
||||
unknown: "Nieznany"
|
||||
},
|
||||
|
||||
@@ -541,6 +542,7 @@ const translations = {
|
||||
in_progress_design: "In Progress (Design)",
|
||||
in_progress_construction: "In Progress (Construction)",
|
||||
fulfilled: "Completed",
|
||||
cancelled: "Cancelled",
|
||||
unknown: "Unknown"
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user