- Created a new migration to add ProcessorDescriptions table with necessary fields and constraints.
- Updated MarechaiContext to include DbSet for ProcessorDescriptions.
- Implemented ProcessorDescription model with relationships to Processor and Iso639.
- Enhanced ProcessorsController to manage descriptions, including CRUD operations and language fallback.
- Added a new Razor component for managing processor descriptions in the admin panel.
- Updated the processor view to display descriptions with proper styling.
- Implemented service methods for fetching and managing processor descriptions.