Add new fields to items: id_code, image, location; implement QR code generation and printing; update translations and UI
This commit is contained in:
11
lang/en.json
11
lang/en.json
@@ -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"
|
||||
}
|
||||
11
lang/nl.json
11
lang/nl.json
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user