feat: Update project and contract terminology for consistency in UI and translations
This commit is contained in:
@@ -103,7 +103,7 @@ const translations = {
|
||||
projectStatus: {
|
||||
registered: "Zarejestrowany",
|
||||
in_progress_design: "W realizacji (projektowanie)",
|
||||
in_progress_construction: "W realizacji (realizacja)",
|
||||
in_progress_construction: "W realizacji (budowa)",
|
||||
fulfilled: "Zakończony",
|
||||
cancelled: "Wycofany",
|
||||
unknown: "Nieznany"
|
||||
@@ -112,8 +112,8 @@ const translations = {
|
||||
// Project types
|
||||
projectType: {
|
||||
design: "Projektowanie",
|
||||
construction: "Realizacja",
|
||||
"design+construction": "Projektowanie + Realizacja"
|
||||
construction: "Budowa",
|
||||
"design+construction": "Projektowanie + Budowa"
|
||||
},
|
||||
|
||||
// Task statuses
|
||||
|
||||
Reference in New Issue
Block a user