- Updated the phase creation logic to allow custom names, defaulting to a generated name if none is provided. - Modified localization files for multiple languages to improve phase-related text consistency and clarity. - Enhanced the UI components to reflect the new phase naming functionality and ensure proper integration with the task management system. - Added dark mode styling for confirmation modals to improve user experience across themes.
25 lines
790 B
JSON
25 lines
790 B
JSON
{
|
|
"configurePhases": "Configure Phases",
|
|
"configure": "Configure",
|
|
"phaseLabel": "Phase Label",
|
|
"enterPhaseName": "Enter phase name",
|
|
"addOption": "Add Option",
|
|
"phaseOptions": "Phase Options",
|
|
"optionsText": "Options",
|
|
"dragToReorderPhases": "Drag phases to reorder them. Each phase can have a different color.",
|
|
"enterNewPhaseName": "Enter new phase name...",
|
|
"addPhase": "Add Phase",
|
|
"noPhasesFound": "No phases found",
|
|
"no": "No",
|
|
"found": "found",
|
|
"deletePhase": "Delete Phase",
|
|
"deletePhaseConfirm": "Are you sure you want to delete this phase? This action cannot be undone.",
|
|
"rename": "Rename",
|
|
"delete": "Delete",
|
|
"create": "Create",
|
|
"cancel": "Cancel",
|
|
"selectColor": "Select color",
|
|
"managePhases": "Manage Phases",
|
|
"close": "Close"
|
|
}
|