+ {t( + 'matrix.actions.dragHint', + 'Drag and drop tasks to prioritize' + )} +
++ {t( + 'matrix.pageDescription', + 'Prioritize tasks visually with custom 2×2 grids' + )} +
++ {t( + 'matrix.empty.description', + 'Create your first 2×2 matrix to start prioritizing tasks visually.' + )} +
+ ++ {matrix.project.name} +
+ )} ++ {t( + 'matrix.delete.confirm', + 'Delete this matrix?' + )} +
++ {t( + 'matrix.delete.description', + 'Tasks will not be deleted. They will only be removed from this matrix.' + )} +
++ {t('matrix.sidebar.selectCategory', 'Select a category above to browse tasks')} +
++ {placeholderForCategory} +
++ {t('common.loading', 'Loading...')} +
++ {browsedTasks.length === 0 + ? t('matrix.sidebar.empty', 'All tasks have been placed') + : t('search.noResults', 'No results found')} +
+ ) : ( + <> ++ {filteredTasks.length} {t('matrix.sidebar.taskCount', 'tasks')} +
+ {filteredTasks.map((task) => ( ++ {t('matrix.actions.selectMatrix', 'Select a matrix')} +
+ {available.length === 0 ? ( ++ {t('matrix.actions.noMatricesAvailable', 'No more matrices available')} +
+ ) : ( ++ {t('matrix.actions.pickQuadrant', 'Pick a quadrant')} +
+