Add new fields to items: id_code, image, location; implement QR code generation and printing; update translations and UI

This commit is contained in:
2025-11-11 17:59:23 +01:00
parent 921a74bbe2
commit a15c976106
61 changed files with 5514 additions and 83 deletions

View File

@@ -54,5 +54,14 @@
"Edit Category": "Edit Category",
"Edit Part": "Edit Part",
"Save Changes": "Save Changes",
"Cancel": "Cancel"
"Cancel": "Cancel",
"A category cannot be its own parent": "A category cannot be its own parent",
"Cannot set a descendant as parent (circular reference)": "Cannot set a descendant as parent (circular reference)",
"Category not found": "Category not found",
"Server error": "Server error",
"Part not found": "Part not found",
"Are you sure you want to delete this part?": "Are you sure you want to delete this part?",
"Are you sure you want to delete this category?": "Are you sure you want to delete this category?",
"Image": "Image",
"Location": "Location"
}

View File

@@ -54,5 +54,14 @@
"Edit Category": "Categorie Bewerken",
"Edit Part": "Onderdeel Bewerken",
"Save Changes": "Wijzigingen Opslaan",
"Cancel": "Annuleren"
"Cancel": "Annuleren",
"A category cannot be its own parent": "Een categorie kan niet zijn eigen bovenliggende zijn",
"Cannot set a descendant as parent (circular reference)": "Kan geen afstammeling als bovenliggende instellen (circulaire referentie)",
"Category not found": "Categorie niet gevonden",
"Server error": "Server fout",
"Part not found": "Onderdeel niet gevonden",
"Are you sure you want to delete this part?": "Weet je zeker dat je dit onderdeel wilt verwijderen?",
"Are you sure you want to delete this category?": "Weet je zeker dat je deze categorie wilt verwijderen?",
"Image": "Afbeelding",
"Location": "Locatie"
}