- Added `updateLabel` method in `LabelsController` to handle label updates with validation for name and color. - Updated API routes to include the new label update endpoint. - Introduced `LabelsDrawer` component for editing labels, including a color picker and form validation. - Enhanced localization files to support new UI strings for label management. - Implemented a new `LabelsSettings` page to manage labels with search and edit capabilities. - Improved color handling with a comprehensive color palette for better user experience.
16 lines
635 B
JSON
16 lines
635 B
JSON
{
|
|
"labelColumn": "Etiketa",
|
|
"deleteConfirmationTitle": "Jeni i sigurt?",
|
|
"deleteConfirmationOk": "Po",
|
|
"deleteConfirmationCancel": "Anulo",
|
|
"associatedTaskColumn": "Numri i Detyrave të Lidhura",
|
|
"searchPlaceholder": "Kërko sipas emrit",
|
|
"emptyText": "Etiketat mund të krijohen gjatë përditësimit ose krijimit të detyrave.",
|
|
"pinTooltip": "Klikoni për ta fiksuar në menynë kryesore",
|
|
"colorChangeTooltip": "Klikoni për të ndryshuar ngjyrën",
|
|
"pageTitle": "Menaxho Etiketat",
|
|
"deleteConfirmTitle": "Jeni i sigurt që dëshironi ta fshini këtë?",
|
|
"deleteButton": "Fshi",
|
|
"cancelButton": "Anulo"
|
|
}
|