Approval.

This commit is contained in:
2020-08-06 16:08:04 +02:00
committed by Stefan Rohde-Enslin
parent f4bdd65eee
commit 2a124a4b41
34 changed files with 476 additions and 0 deletions

View File

@ -0,0 +1,12 @@
{
"marking_types": {
"signature": "Signature",
"watermark": "Watermark",
"engraving": "Engraving",
"scratch": "Scratching",
"stamp": "Stamped",
"overprint": "Overprint",
"embossing": "Embossing",
"handwritten": "Handwritten"
}
}

View File

@ -0,0 +1,16 @@
{
"position_set": {
"left": "Left",
"top_left": "Top left",
"top": "Top",
"top_right": "Top right",
"right": "Right",
"bottom_right": "Bottom right",
"bottom": "Bottom",
"bottom_left": "Unten links",
"center": "Center",
"rear_side": "Rear side",
"edge": "Edge",
"other": "Other"
}
}