feat(localization): update translation keys for phase management
- Revised translation keys in Albanian, German, English, Spanish, Portuguese, and Chinese for improved clarity and consistency in phase management. - Adjusted phrases related to phase naming, options, and actions to enhance user experience across multiple languages. - Added new keys for creating and canceling phases to align with recent UI updates in the ManagePhaseModal component.
This commit is contained in:
@@ -1,18 +1,19 @@
|
||||
{
|
||||
"configurePhases": "Configure Phases",
|
||||
"phaseLabel": "Phase Label",
|
||||
"enterPhaseName": "Enter a name for phase label",
|
||||
"enterPhaseName": "Enter phase name",
|
||||
"addOption": "Add Option",
|
||||
"phaseOptions": "Phase Options:",
|
||||
"phaseOptions": "Phase 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. Create your first phase above.",
|
||||
"noPhasesFound": "No phases found",
|
||||
"deletePhase": "Delete Phase",
|
||||
"deletePhaseConfirm": "Are you sure you want to delete this phase? This action cannot be undone.",
|
||||
"rename": "Rename",
|
||||
"delete": "Delete",
|
||||
"enterPhaseName": "Enter phase name",
|
||||
"create": "Create",
|
||||
"cancel": "Cancel",
|
||||
"selectColor": "Select color",
|
||||
"managePhases": "Manage Phases",
|
||||
"close": "Close"
|
||||
|
||||
Reference in New Issue
Block a user