Approval in value-sets

This commit is contained in:
Joshua Ramon Enslin 2025-01-31 22:19:52 +00:00 committed by md translation bot
parent aa28e20c95
commit 475ff8a654
135 changed files with 1785 additions and 5 deletions

View File

@ -20,6 +20,6 @@
"scarified": "Karcolt", "scarified": "Karcolt",
"cast": "\u00d6nt\u00f6tt", "cast": "\u00d6nt\u00f6tt",
"painted": "Festett", "painted": "Festett",
"drawn": "Drawn" "drawn": "Rajzolt"
} }
} }

View File

@ -2,7 +2,7 @@
"object_check_types_set": { "object_check_types_set": {
"condition_check": "\u00c1llapotellen\u0151rz\u00e9s", "condition_check": "\u00c1llapotellen\u0151rz\u00e9s",
"completeness_check": "Teljess\u00e9g-ellen\u0151rz\u00e9s", "completeness_check": "Teljess\u00e9g-ellen\u0151rz\u00e9s",
"data_correctness_check": "Adatok helyess\u00e9g\u00e9nek ellen\u0151rz\u00e9se", "data_correctness_check": "Adathelyess\u00e9gi ellen\u0151rz\u00e9se",
"location_accuracy_check": "Elhelyez\u00e9s ellen\u0151rz\u00e9se" "location_accuracy_check": "Elhelyez\u00e9s ellen\u0151rz\u00e9se"
} }
} }

View File

@ -1,7 +1,7 @@
{ {
"object_document_type_set": { "object_document_type_set": {
"undefined": "Egy\u00e9b", "undefined": "Egy\u00e9b",
"provenance_report": "Proveniencia riport", "provenance_report": "Proveniencia jelent\u00e9s",
"purchase_contract": "Ad\u00e1sv\u00e9teli szerz\u0151d\u00e9s", "purchase_contract": "Ad\u00e1sv\u00e9teli szerz\u0151d\u00e9s",
"restoration_report": "Restaur\u00e1l\u00e1si dokument\u00e1ci\u00f3", "restoration_report": "Restaur\u00e1l\u00e1si dokument\u00e1ci\u00f3",
"assessment": "\u00c9rt\u00e9kel\u00e9s", "assessment": "\u00c9rt\u00e9kel\u00e9s",

View File

@ -1,6 +1,6 @@
{ {
"units_count_copies_set": { "units_count_copies_set": {
"copies": "db", "copies": "db",
"specimen": "p\u00e9ld\u00e1ny" "specimen": "egyed"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"units_count_parts_set": { "units_count_parts_set": {
"parts": "darab", "parts": "db",
"pages": "oldal", "pages": "oldal",
"sheets": "lap" "sheets": "lap"
} }

View File

@ -0,0 +1,13 @@
{
"actor_variant_types_set": {
"birth_name": "Birth name",
"married_name": "Married name",
"monastic_name": "Monastic name",
"pseudonym": "Pseudonym",
"regnal_name": "Regnal name",
"nickname": "Nickname",
"artist_name": "Artist name",
"civil_name": "Civil name",
"generic_other_name": "Alternative Name (generic)"
}
}

View File

@ -0,0 +1,7 @@
{
"appointment_attendance_modes": {
"offline": "Offline",
"online": "Online",
"mixed": "Offline and online"
}
}

View File

@ -0,0 +1,6 @@
{
"appointment_cancellation_status_set": {
"scheduled_done": "Scheduled or done as planned",
"cancelled": "Cancelled"
}
}

View File

@ -0,0 +1,6 @@
{
"appointment_contributor_roles": {
"organizer": "Organizer",
"presenter": "Presenter"
}
}

View File

@ -0,0 +1,8 @@
{
"appointment_status": {
"scheduled": "Scheduled",
"cancelled": "Cancelled",
"moved_online": "Moved online",
"postponed": "Postponed"
}
}

View File

@ -0,0 +1,6 @@
{
"attendance_status_set": {
"offline": "Offline",
"online": "Online"
}
}

View File

@ -0,0 +1,8 @@
{
"closer_location_types_set": [
"",
"Place of recording",
"Place of discovery",
"Former place"
]
}

View File

@ -0,0 +1,20 @@
{
"colors_set": {
"black": "Black",
"green": "Green",
"silver": "Silver",
"lime": "Lime",
"gray": "Gray",
"olive": "Olive",
"white": "White",
"yellow": "Yellow",
"maroon": "Maroon",
"navy": "Navy",
"red": "Red",
"blue": "Blue",
"purple": "Purple",
"teal": "Teal",
"fuchsia": "Fuchsia",
"aqua": "Aqua"
}
}

View File

@ -0,0 +1,10 @@
{
"conservation_report_type_set": {
"damage": "Damage",
"conservation": "Conservation",
"condition": "Condition",
"restoration": "Restoration",
"other_report": "Other report",
"other": "Other report"
}
}

View File

@ -0,0 +1,28 @@
{
"currencies_set": {
"eu-EUR": "Euro",
"de-DM": "Deutsche Mark",
"de-RM": "Reichsmark (Germany)",
"es-Real": "Spanish Real",
"hu-Ft": "Forint",
"hu-Lari": "Lari",
"hu-Peng\u0151": "Peng\u0151",
"id-IDR": "Indonesian Rupiah",
"pl-Z\u0142oty": "Z\u0142oty",
"us-USD": "US Dollar",
"ddr-Mark": "Mark (GDR)",
"ddr-MDN": "MDN (GDR)",
"hu-Korona": "Austro-Hungarian krone",
"fr-FF": "French Franc",
"uk-GBP": "Pound Sterling",
"by-BYN": "Belarusian ruble",
"ru-RUB": "Russian ruble",
"su-SUR": "Soviet ruble",
"ua-UAH": "Ukrainian hryvnia",
"ch-CHF": "Swiss franc",
"ua-UAK": "Ukrainian karbovanets"
},
"license_full_names": {
"CC BY-NC-ND": "Attribution - Non Commercial - No Derivates"
}
}

View File

@ -0,0 +1,8 @@
{
"custom_report_targets_set": {
"object_single": "Single object",
"object_list": "Multiple objects",
"loan": "Loan",
"exhibition": "Exhibition"
}
}

View File

@ -0,0 +1,7 @@
{
"disposal_method_set": {
"sold": "Sold",
"destroyed": "Destroyed",
"garbage": "Thrown away \/ garbage collection"
}
}

View File

@ -0,0 +1,22 @@
{
"entry_types": {
"0": "",
"1": "Donation",
"2": "Purchase",
"3": "Excavation",
"4": "Emergency Rescue",
"5": "Inheritance",
"6": "Endowment",
"7": "Dispossession",
"8": "Original condition",
"9": "Loan",
"10": "Exchange",
"11": "In-house production",
"12": "Material Strain (T\u00f6rzsanyag)",
"14": "Vorlass",
"15": "Finding",
"98": "To be checked",
"99": "Other legal acquisition",
"16": "Permanent loan"
}
}

View File

@ -0,0 +1,8 @@
{
"eventtype_groups": {
"production": "Production",
"post_production": "Post-production",
"pre_production": "Pre-production",
"no_production": "No production"
}
}

View File

@ -0,0 +1,54 @@
{
"eventname": {
"1": "Created",
"2": "Found",
"3": "Published",
"4": "Template creation",
"5": "Was depicted (Actor)",
"6": "Was used",
"7": "Written",
"8": "Collected",
"9": "Painted",
"10": "Image taken",
"11": "Received",
"12": "Printing plate produced",
"13": "Sent",
"14": "Issued",
"15": "Signed",
"16": "First description",
"19": "Drawn",
"20": "Copied (by hand)",
"21": "Lived",
"22": "[Relationship to location]",
"23": "[Relation to person or institution]",
"24": "[Relation to time]",
"25": "Commissioned",
"26": "Printed",
"27": "Recorded",
"28": "Sung",
"29": "Decor designed",
"30": "Form designed",
"31": "Modelled",
"32": "Autographed\/Signed",
"33": "Mentioned",
"34": "Buried",
"35": "Intellectual creation",
"36": "Was depicted",
"37": "Painted on",
"38": "Illustrated",
"39": "Assembled",
"40": "Auctioned",
"41": "Bought",
"42": "Owned",
"43": "Sold",
"44": "Restored",
"45": "Damaged",
"46": "Destroyed",
"47": "Lost",
"48": "Edited",
"49": "Donated \/ present",
"50": "Inherited",
"51": "Had subject",
"52": "Emerged"
}
}

View File

@ -0,0 +1,54 @@
{
"event_persinst": {
"1": "created by",
"2": "found by",
"3": "published by",
"4": "templates created by",
"5": "depicted",
"6": "was used by",
"7": "written by",
"8": "collected by",
"9": "painted by",
"10": "photographed by",
"11": "received by",
"12": "Printing plate produced by",
"13": "sent by",
"14": "issued by",
"15": "signed by",
"16": "first described by",
"19": "drawn by",
"20": "copied (by hand) by",
"21": "Lived",
"22": "[general]",
"23": "[general]",
"24": "[general]",
"25": "commissioned by",
"26": "printed by",
"27": "recorded by",
"28": "sung by",
"29": "Decor designed by",
"30": "Form designed by",
"31": "modelled by",
"32": "autographed by",
"33": "mentioned by",
"34": "buried by",
"35": "conceived by",
"36": "depicted by",
"37": "painted on by",
"38": "illustrated by",
"39": "assembled by",
"40": "auctioned by",
"41": "bought by",
"42": "owned by",
"43": "sold by",
"44": "restored by",
"45": "damaged by",
"46": "destroyed by",
"47": "lost by",
"48": "edited by",
"49": "donated by",
"50": "inherited by",
"51": "had subject",
"52": "emerged by"
}
}

View File

@ -0,0 +1,54 @@
{
"event_place": {
"1": "created in",
"2": "found in",
"3": "published in",
"4": "templates created in",
"5": "was imaged in",
"6": "was used in",
"7": "written in",
"8": "collected in",
"9": "painted in",
"10": "photographed in",
"11": "received in",
"12": "Printing plate produced in",
"13": "sent in",
"14": "issued in",
"15": "signed in",
"16": "Type described in",
"19": "drawn in",
"20": "was copied (by hand) in",
"21": "has lived in",
"22": "[general]",
"23": "[general]",
"24": "[general]",
"25": "commissioned in",
"26": "printed in",
"27": "recorded in",
"28": "sung in",
"29": "Decor designed in",
"30": "Form designed in",
"31": "modelled in",
"32": "autographed in",
"33": "mentioned in",
"34": "buried in",
"35": "conceived in",
"36": "was depicted in",
"37": "painted on in",
"38": "illustrated in",
"39": "assembled in",
"40": "auctioned in",
"41": "bought in",
"42": "owned in",
"43": "sold in",
"44": "restored in",
"45": "damaged in",
"46": "destroyed in",
"47": "lost in",
"48": "edited in",
"49": "donated \/ given as present in",
"50": "inherited in",
"51": "had subject",
"52": "emerged at"
}
}

View File

@ -0,0 +1,54 @@
{
"event_time": {
"1": "created",
"2": "found",
"3": "published",
"4": "template created",
"5": "was imaged",
"6": "was used",
"7": "written",
"8": "collected",
"9": "painted",
"10": "photographed",
"11": "received",
"12": "Printing plate produced",
"13": "sent",
"14": "issued",
"15": "signed",
"16": "Type described",
"19": "drawn",
"20": "copied (by hand)",
"21": "has lived",
"22": "[general]",
"23": "[general]",
"24": "[general]",
"25": "commissioned",
"26": "printed",
"27": "recorded",
"28": "sung",
"29": "Decor designed",
"30": "Form designed",
"31": "modelled",
"32": "autographed",
"33": "was mentioned",
"34": "buried",
"35": "conceived",
"36": "was depicted",
"37": "painted on",
"38": "illustrated",
"39": "assembled at",
"40": "auctioned at",
"41": "bought at",
"42": "owned at",
"43": "sold at",
"44": "restored at",
"45": "damaged at",
"46": "destroyed at",
"47": "lost at",
"48": "edited at",
"49": "donated at",
"50": "inherited at",
"51": "had subject",
"52": "emerged at"
}
}

View File

@ -0,0 +1,9 @@
{
"exhibition_contributor_roles": {
"concept": "Concept",
"curator": "Curator",
"design": "Design",
"coordinator": "Coordinator",
"protagonist": "Protagonist"
}
}

View File

@ -0,0 +1,7 @@
{
"gender_set": {
"female": "Female",
"male": "Male",
"other": "Other"
}
}

View File

@ -0,0 +1,10 @@
{
"institution_basic_category_set": {
"archive": "Archive",
"library": "Library",
"memorial_site": "Memorial site",
"private_collection": "Private collection",
"museum": "Museum",
"university_collection": "University collection"
}
}

View File

@ -0,0 +1,30 @@
{
"institution_collection_area_set": {
"everyday_life": "Everyday life",
"archaeology": "Archaeology",
"architecture": "Architecture",
"history_of_mining": "History of mining",
"botany": "Botany",
"history_of_film": "History of film",
"political_history": "Political history",
"arts": "Arts",
"applied_arts": "Applied arts",
"agriculture": "Agriculture",
"literature": "Literature",
"history_of_medicine": "History of medicine",
"military_history": "Military history",
"mineralogy": "Mineralogy",
"music": "Music",
"numismatics": "Numismatics",
"paleontology": "Paleontology",
"personalia": "Personalia",
"regional_history": "Regional history",
"religion": "Religion",
"technology": "Technology",
"ethnography": "Ethnography",
"zoology": "Zoology"
},
"institution_basic_category_set": {
"museum": "Museum"
}
}

View File

@ -0,0 +1,5 @@
{
"institution_external_id_repositories": {
"hu_ksh": "Hungarian Central Statistical Office"
}
}

View File

@ -0,0 +1,7 @@
{
"institution_musdb_use_case_set": {
"collection_management": "Collection management",
"publication": "Publication",
"collection_management_and_publication": "Collection management and publication"
}
}

View File

@ -0,0 +1,8 @@
{
"institution_public_private_category_set": {
"public": "Public",
"private": "Private",
"religious": "Religious",
"mixed": "Mixed"
}
}

View File

@ -0,0 +1,16 @@
{
"license_explica": {
"CC BY-NC-SA": "For non commercial purposes the material might be used (even changed) freely if the attribution is given. Rights status has to be kept as it is in case of distribution.",
"CC BY-NC-ND": "For non commercial purposes the material might be used freely if the attribution is given. It may not be altered.",
"CC BY-NC": "For non commercial purposes the material might be used freely if the attribution is given.",
"CC BY-ND": "The material might be used freely if the attribution is given. It may not be altered.",
"CC BY-SA": "The material might be used freely (and even altered) if the attribution is given. Rights status has to be kept as it is in case of distribution.",
"CC BY": "The material might be used freely (and even altered) if the attribution is given.",
"CC0": "No Rights Reserved. You only should use CC0 if you have the right to waive all rights.",
"RR-F": "Free access - no reuse.",
"RR-P": "Paid access - no reuse. Previews might be freely accessible.",
"RR-R": "Restricted access. Reserved rights.",
"Orphan Work": "The rightsholder could not be determined. The work is listed at the EU list of orphan works.",
"Public Domain Mark": "This work has been identified as being free of known restrictions under copyright law, including all related and neighboring rights."
}
}

View File

@ -0,0 +1,16 @@
{
"license_full_names": {
"CC BY-NC-SA": "Attribution - Non Commercial - Share Alike",
"CC BY-NC": "Attribution - Non Commercial",
"CC BY-ND": "Attribution - No Derivates",
"CC BY-SA": "Attribution - Share Alike",
"CC BY": "Attribution",
"CC0": "No Rights Reserved",
"RR-F": "Rights Reserved - Free Access",
"RR-P": "Rights Reserved - Paid Access",
"RR-R": "Rights Reserved - Restricted Access",
"Orphan Work": "Orphan Work",
"Public Domain Mark": "Public Domain Mark",
"CC BY-NC-ND": "Attribution - Non Commercial - No Derivates"
}
}

View File

@ -0,0 +1,16 @@
{
"license_url": {
"CC BY-NC-SA": "https:\/\/creativecommons.org\/licenses\/by-nc-sa\/4.0\/",
"CC BY-NC-ND": "https:\/\/creativecommons.org\/licenses\/by-nc-nd\/4.0\/",
"CC BY-NC": "https:\/\/creativecommons.org\/licenses\/by-nc\/4.0\/",
"CC BY-ND": "https:\/\/creativecommons.org\/licenses\/by-nd\/4.0\/",
"CC BY-SA": "https:\/\/creativecommons.org\/licenses\/by-sa\/4.0\/",
"CC BY": "https:\/\/creativecommons.org\/licenses\/by\/4.0\/",
"CC0": "https:\/\/creativecommons.org\/publicdomain\/zero\/1.0\/",
"RR-F": "http:\/\/www.europeana.eu\/rights\/rr-f\/",
"RR-P": "http:\/\/www.europeana.eu\/rights\/rr-p\/",
"RR-R": "http:\/\/www.europeana.eu\/rights\/rr-r\/",
"Orphan Work": "http:\/\/www.europeana.eu\/rights\/orphan-work-eu\/",
"Public Domain Mark": "https:\/\/creativecommons.org\/publicdomain\/mark\/1.0\/"
}
}

View File

@ -0,0 +1,6 @@
{
"loan_types": {
"outgoing": "Outgoing",
"incoming": "Incoming"
}
}

View File

@ -0,0 +1,25 @@
{
"marking_types": {
"signature": "Signature",
"watermark": "Watermark",
"engraving": "Engraving",
"scratch": "Scratching",
"stamp": "Stamped",
"overprint": "Overprint",
"embossing": "Embossing",
"handwritten": "Handwritten",
"glued": "Glued",
"embroidered": "Embroidered",
"sewn": "Sewn",
"screwed": "Screwed",
"burnt_in": "Burnt in",
"riveted": "Riveted",
"nailed": "Nailed",
"hallmarked": "Hallmarked",
"punched": "Punched",
"scarified": "Scarified",
"cast": "Cast",
"painted": "Painted",
"drawn": "Drawn"
}
}

View File

@ -0,0 +1,25 @@
{
"measurement_type_set": {
"length": "Length",
"height": "Height",
"width": "Width",
"number_of_copies": "Number of copies",
"weight": "Weight",
"diameter": "Diameter",
"wall": "Wall",
"number_of_parts": "Number of parts",
"die_axis": "Die-axis",
"length_socle": "Length of socle",
"height_socle": "Height of socle",
"width_socle": "Width of socle",
"height_sheet_size": "Sheet size (height)",
"length_sheet_size": "Sheet size (length)",
"width_sheet_size": "Sheet size (width)",
"height_image_size": "Image size (height)",
"length_image_size": "Image size (length)",
"width_image_size": "Image size (width)",
"length_frame": "Frame (length)",
"height_frame": "Frame (height)",
"width_frame": "Frame (width)"
}
}

View File

@ -0,0 +1,8 @@
{
"object_check_types_set": {
"condition_check": "Condition check",
"completeness_check": "Completeness check",
"data_correctness_check": "Data correctness check",
"location_accuracy_check": "Check of location accuracy"
}
}

View File

@ -0,0 +1,9 @@
{
"object_damage_status_set": {
"identified": "Identified",
"repair_possible": "Reviewed; repair possible",
"repair_scheduled": "Repair scheduled",
"repaired": "Repaired",
"irreparable": "Irreparable"
}
}

View File

@ -0,0 +1,7 @@
{
"object_damage_types_set": {
"water_damage": "Water damage",
"breakage": "Breakage",
"desiccation": "Desiccation"
}
}

View File

@ -0,0 +1,11 @@
{
"object_document_type_set": {
"undefined": "Undefined",
"provenance_report": "Provenance report",
"purchase_contract": "Purchase contract",
"restoration_report": "Restoration report",
"assessment": "Assessment",
"correspondence": "Correspondence",
"legacy_documentation": "Legacy documentation"
}
}

View File

@ -0,0 +1,9 @@
{
"object_form_set": {
"cube": "Cube",
"cuboid": "Cuboid",
"sphere": "Sphere",
"cone": "Cone",
"cylinder": "Cylinder"
}
}

View File

@ -0,0 +1,10 @@
{
"object_publication_background": [
"Image published",
"Transcript published",
"Discussed",
"Rezensiert",
"Referenced",
"Advertised"
]
}

View File

@ -0,0 +1,9 @@
{
"object_record_status": {
"unlocked": "Unlocked",
"locked": "Locked",
"revision": "Revision",
"deleted": "Deleted",
"archived": "Archived"
}
}

View File

@ -0,0 +1,8 @@
{
"object_record_status_explica": {
"unlocked": "Default status. The object record can be updated.",
"locked": "The object cannot be updated until the lock has been released.",
"revision": "The object is currently being researched. Further updates are disabled until this research has been completed.",
"archived": "E.g. for objects that have been deaccessed. Updates to the object record are suspended and the object record is marked as archived in object overviews."
}
}

View File

@ -0,0 +1,11 @@
{
"object_status": {
"owned": "Owned",
"permanent_loan": "Permanent loan",
"borrowed": "Borrowed",
"to_check_for_gift": "To check (for gift)",
"to_check": "To check",
"deaccessed": "Deaccessed",
"third_party_property": "Third party property"
}
}

View File

@ -0,0 +1,10 @@
{
"phone_types": {
"work": "Work",
"home": "Home",
"mobile": "Mobile",
"work mobile": "Work mobile",
"fax": "Fax",
"fax work": "Fax (Work)"
}
}

View File

@ -0,0 +1,13 @@
{
"tlPlacetypes": [
"Administrative",
"Historical",
"Region",
"Street",
"Building",
"Mountains",
"Forest",
"Body of water",
"Island"
]
}

View File

@ -0,0 +1,8 @@
{
"podcast_contributor_roles": {
"onair": "On air",
"recording": "Recording",
"technical_support": "Technical support",
"organization": "Organization"
}
}

View File

@ -0,0 +1,29 @@
{
"position_set": {
"left": "Left",
"top_left": "Top left",
"top": "Top",
"top_right": "Top right",
"right": "Right",
"bottom_right": "Bottom right",
"bottom": "Bottom",
"bottom_left": "Bottom left",
"center": "Center",
"rear_side": "Rear side",
"edge": "Edge",
"other": "Other",
"inside": "Inside",
"underside": "Underside",
"topside": "Topside",
"front_front": "Full front",
"rear_left": "Rear side: left",
"rear_top_left": "Rear side: top left",
"rear_top": "Rear side: top",
"rear_top_right": "Rear side: top right",
"rear_right": "Rear side: right",
"rear_bottom_right": "Rear side: bottom right",
"rear_bottom": "Rear side: bottom",
"rear_bottom_left": "Rear side: bottom left",
"rear_center": "Rear side: center"
}
}

View File

@ -0,0 +1,18 @@
{
"process_types": {
"project": "Project",
"grant_application": "Grant application",
"exhibition": "Exhibition",
"appointment": "Appointment \/ Event",
"loan_incoming": "Loan (incoming)",
"loan_outgoing": "Loan (outgoing)",
"employment_ad": "Employment ad",
"purchase": "Purchase",
"deaccession": "Deaccession",
"construction": "Construction measure",
"pest_control_campaign": "Pest control campaign",
"pr_campaign": "PR campaign",
"relocation": "Relocation",
"discussion": "Discussion"
}
}

View File

@ -0,0 +1,6 @@
{
"recording_types_set": {
"audio": "Audio",
"video": "Video"
}
}

View File

@ -0,0 +1,7 @@
{
"research_status": {
"bad": "Not researched much",
"medium": "Partly researched",
"good": "Well researched"
}
}

View File

@ -0,0 +1,24 @@
{
"series_contributor_role": {
"author": "Author",
"director": "Director",
"dramaturg": "Dramaturg",
"production_designer": "Production designer",
"costumer": "Costumer",
"musician": "Musician",
"choreographer": "Choreographer",
"make_up_artist": "Make-up artist",
"speech_trainer": "Speech trainer",
"puppet_maker": "Puppet maker",
"technician": "Technician",
"inspector": "Inspector",
"assistant": "Assistant",
"actor": "Actor",
"painter": "Painter",
"creator": "Creator",
"equipment_supplier": "Equipment supplier",
"contributing_institution": "Contributing institution",
"event_organizer": "Event organizer",
"movement_trainer": "Movement trainer"
}
}

View File

@ -0,0 +1,7 @@
{
"series_place_role": {
"place_of_production": "Place of production",
"performance_space": "Performance space",
"rehearsal_space": "Rehearsal space"
}
}

View File

@ -0,0 +1,6 @@
{
"series_time_role": {
"premiere": "Premiere",
"time_of_presentation": "Time of presentation"
}
}

View File

@ -0,0 +1,7 @@
{
"shipment_method_set": {
"unknown": "Unknown",
"car": "By car",
"ship": "By ship"
}
}

View File

@ -0,0 +1,12 @@
{
"source_type_set": {
"article": "Article",
"inbook": "Article in collected volume",
"book": "Book",
"phdthesis": "PhD thesis",
"electronical": "Electronic resource",
"misc": "Miscelaneous",
"patent": "Patent",
"unpublished": "Unpublished"
}
}

View File

@ -0,0 +1,6 @@
{
"space_access_status": {
"enter": "Enter",
"leave": "Leave"
}
}

View File

@ -0,0 +1,16 @@
{
"space_types": {
"building": "Building",
"depot": "Depot room",
"utility_room": "Utility room",
"exhibition_room": "Exhibition room",
"display_cabinet": "Display cabinet",
"shelf": "Shelf",
"box": "Box",
"folder": "Folder",
"office": "Office",
"floor": "Floor",
"hallway": "Hallway",
"outdoor_area": "Outdoor area"
}
}

View File

@ -0,0 +1,8 @@
{
"syndication_repos": {
"ddb": "German Digital Library (DDB)",
"europeana": "Europeana",
"smb-digital": "SMB-digital",
"kalliope-verbund": "Kalliope Verbund"
}
}

View File

@ -0,0 +1,9 @@
{
"tag_relation_type": {
"tag": "Tag",
"object_type": "Object type",
"material": "Material",
"technique": "Technique",
"display_subject": "Display subject"
}
}

View File

@ -0,0 +1,7 @@
{
"timing_intervals_set": {
"weekly": "Weekly",
"monthly": "Monthly",
"annual": "Annual"
}
}

View File

@ -0,0 +1,11 @@
{
"title_types_set": {
"": " ",
"Science": "Science",
"Everyday speech": "Everyday speech",
"Colloquial speech": "Colloquial speech",
"Dialect": "Dialect",
"Professional jargon": "Professional jargon",
"Sociolect": "Sociolect"
}
}

View File

@ -0,0 +1,9 @@
{
"todo_status": {
"suggested": "Suggested",
"planned": "Planned",
"in_progress": "In progress",
"done": "Done",
"cancelled": "Cancelled"
}
}

View File

@ -0,0 +1,6 @@
{
"units_count_copies_set": {
"copies": "Copies",
"specimen": "Specimen"
}
}

View File

@ -0,0 +1,7 @@
{
"units_count_parts_set": {
"parts": "Parts",
"pages": "Pages",
"sheets": "Sheets"
}
}

View File

@ -0,0 +1,5 @@
{
"units_die_axis_set": {
"h": "h"
}
}

View File

@ -0,0 +1,10 @@
{
"units_length_set": {
"m": "m",
"dm": "dm",
"cm": "cm",
"mm": "mm",
"ft": "ft",
"in": "inch"
}
}

View File

@ -0,0 +1,7 @@
{
"units_weight_set": {
"t": "t",
"kg": "kg",
"g": "g"
}
}

View File

@ -0,0 +1,7 @@
{
"vocabulary_redaction_level": {
"checked": "Checked",
"unchecked": "Unchecked",
"questionable": "Questionable"
}
}

View File

@ -0,0 +1,13 @@
{
"actor_variant_types_set": {
"birth_name": "Birth name",
"married_name": "Married name",
"monastic_name": "Monastic name",
"pseudonym": "Pseudonym",
"regnal_name": "Regnal name",
"nickname": "Nickname",
"artist_name": "Artist name",
"civil_name": "Civil name",
"generic_other_name": "Alternative Name (generic)"
}
}

View File

@ -0,0 +1,7 @@
{
"appointment_attendance_modes": {
"offline": "Offline",
"online": "Online",
"mixed": "Offline and online"
}
}

View File

@ -0,0 +1,6 @@
{
"appointment_cancellation_status_set": {
"scheduled_done": "Scheduled or done as planned",
"cancelled": "Cancelled"
}
}

View File

@ -0,0 +1,6 @@
{
"appointment_contributor_roles": {
"organizer": "Organizer",
"presenter": "Presenter"
}
}

View File

@ -0,0 +1,8 @@
{
"appointment_status": {
"scheduled": "Scheduled",
"cancelled": "Cancelled",
"moved_online": "Moved online",
"postponed": "Postponed"
}
}

View File

@ -0,0 +1,6 @@
{
"attendance_status_set": {
"offline": "Offline",
"online": "Online"
}
}

View File

@ -0,0 +1,8 @@
{
"closer_location_types_set": [
"",
"Place of recording",
"Place of discovery",
"Former place"
]
}

View File

@ -0,0 +1,20 @@
{
"colors_set": {
"black": "Black",
"green": "Green",
"silver": "Silver",
"lime": "Lime",
"gray": "Gray",
"olive": "Olive",
"white": "White",
"yellow": "Yellow",
"maroon": "Maroon",
"navy": "Navy",
"red": "Red",
"blue": "Blue",
"purple": "Purple",
"teal": "Teal",
"fuchsia": "Fuchsia",
"aqua": "Aqua"
}
}

View File

@ -0,0 +1,10 @@
{
"conservation_report_type_set": {
"damage": "Damage",
"conservation": "Conservation",
"condition": "Condition",
"restoration": "Restoration",
"other_report": "Other report",
"other": "Other report"
}
}

View File

@ -0,0 +1,28 @@
{
"currencies_set": {
"eu-EUR": "Euro",
"de-DM": "Deutsche Mark",
"de-RM": "Reichsmark (Germany)",
"es-Real": "Spanish Real",
"hu-Ft": "Forint",
"hu-Lari": "Lari",
"hu-Peng\u0151": "Peng\u0151",
"id-IDR": "Indonesian Rupiah",
"pl-Z\u0142oty": "Z\u0142oty",
"us-USD": "US Dollar",
"ddr-Mark": "Mark (GDR)",
"ddr-MDN": "MDN (GDR)",
"hu-Korona": "Austro-Hungarian krone",
"fr-FF": "French Franc",
"uk-GBP": "Pound Sterling",
"by-BYN": "Belarusian ruble",
"ru-RUB": "Russian ruble",
"su-SUR": "Soviet ruble",
"ua-UAH": "Ukrainian hryvnia",
"ch-CHF": "Swiss franc",
"ua-UAK": "Ukrainian karbovanets"
},
"license_full_names": {
"CC BY-NC-ND": "Attribution - Non Commercial - No Derivates"
}
}

View File

@ -0,0 +1,8 @@
{
"custom_report_targets_set": {
"object_single": "Single object",
"object_list": "Multiple objects",
"loan": "Loan",
"exhibition": "Exhibition"
}
}

View File

@ -0,0 +1,7 @@
{
"disposal_method_set": {
"sold": "Sold",
"destroyed": "Destroyed",
"garbage": "Thrown away \/ garbage collection"
}
}

View File

@ -0,0 +1,22 @@
{
"entry_types": {
"0": "",
"1": "Donation",
"2": "Purchase",
"3": "Excavation",
"4": "Emergency Rescue",
"5": "Inheritance",
"6": "Endowment",
"7": "Dispossession",
"8": "Original condition",
"9": "Loan",
"10": "Exchange",
"11": "In-house production",
"12": "Material Strain (T\u00f6rzsanyag)",
"14": "Vorlass",
"15": "Finding",
"98": "To be checked",
"99": "Other legal acquisition",
"16": "Permanent loan"
}
}

View File

@ -0,0 +1,8 @@
{
"eventtype_groups": {
"production": "Production",
"post_production": "Post-production",
"pre_production": "Pre-production",
"no_production": "No production"
}
}

View File

@ -0,0 +1,54 @@
{
"eventname": {
"1": "Created",
"2": "Found",
"3": "Published",
"4": "Template creation",
"5": "Was depicted (Actor)",
"6": "Was used",
"7": "Written",
"8": "Collected",
"9": "Painted",
"10": "Image taken",
"11": "Received",
"12": "Printing plate produced",
"13": "Sent",
"14": "Issued",
"15": "Signed",
"16": "First description",
"19": "Drawn",
"20": "Copied (by hand)",
"21": "Lived",
"22": "[Relationship to location]",
"23": "[Relation to person or institution]",
"24": "[Relation to time]",
"25": "Commissioned",
"26": "Printed",
"27": "Recorded",
"28": "Sung",
"29": "Decor designed",
"30": "Form designed",
"31": "Modelled",
"32": "Autographed\/Signed",
"33": "Mentioned",
"34": "Buried",
"35": "Intellectual creation",
"36": "Was depicted",
"37": "Painted on",
"38": "Illustrated",
"39": "Assembled",
"40": "Auctioned",
"41": "Bought",
"42": "Owned",
"43": "Sold",
"44": "Restored",
"45": "Damaged",
"46": "Destroyed",
"47": "Lost",
"48": "Edited",
"49": "Donated \/ present",
"50": "Inherited",
"51": "Had subject",
"52": "Emerged"
}
}

View File

@ -0,0 +1,54 @@
{
"event_persinst": {
"1": "created by",
"2": "found by",
"3": "published by",
"4": "templates created by",
"5": "depicted",
"6": "was used by",
"7": "written by",
"8": "collected by",
"9": "painted by",
"10": "photographed by",
"11": "received by",
"12": "Printing plate produced by",
"13": "sent by",
"14": "issued by",
"15": "signed by",
"16": "first described by",
"19": "drawn by",
"20": "copied (by hand) by",
"21": "Lived",
"22": "[general]",
"23": "[general]",
"24": "[general]",
"25": "commissioned by",
"26": "printed by",
"27": "recorded by",
"28": "sung by",
"29": "Decor designed by",
"30": "Form designed by",
"31": "modelled by",
"32": "autographed by",
"33": "mentioned by",
"34": "buried by",
"35": "conceived by",
"36": "depicted by",
"37": "painted on by",
"38": "illustrated by",
"39": "assembled by",
"40": "auctioned by",
"41": "bought by",
"42": "owned by",
"43": "sold by",
"44": "restored by",
"45": "damaged by",
"46": "destroyed by",
"47": "lost by",
"48": "edited by",
"49": "donated by",
"50": "inherited by",
"51": "had subject",
"52": "emerged by"
}
}

View File

@ -0,0 +1,54 @@
{
"event_place": {
"1": "created in",
"2": "found in",
"3": "published in",
"4": "templates created in",
"5": "was imaged in",
"6": "was used in",
"7": "written in",
"8": "collected in",
"9": "painted in",
"10": "photographed in",
"11": "received in",
"12": "Printing plate produced in",
"13": "sent in",
"14": "issued in",
"15": "signed in",
"16": "Type described in",
"19": "drawn in",
"20": "was copied (by hand) in",
"21": "has lived in",
"22": "[general]",
"23": "[general]",
"24": "[general]",
"25": "commissioned in",
"26": "printed in",
"27": "recorded in",
"28": "sung in",
"29": "Decor designed in",
"30": "Form designed in",
"31": "modelled in",
"32": "autographed in",
"33": "mentioned in",
"34": "buried in",
"35": "conceived in",
"36": "was depicted in",
"37": "painted on in",
"38": "illustrated in",
"39": "assembled in",
"40": "auctioned in",
"41": "bought in",
"42": "owned in",
"43": "sold in",
"44": "restored in",
"45": "damaged in",
"46": "destroyed in",
"47": "lost in",
"48": "edited in",
"49": "donated \/ given as present in",
"50": "inherited in",
"51": "had subject",
"52": "emerged at"
}
}

View File

@ -0,0 +1,54 @@
{
"event_time": {
"1": "created",
"2": "found",
"3": "published",
"4": "template created",
"5": "was imaged",
"6": "was used",
"7": "written",
"8": "collected",
"9": "painted",
"10": "photographed",
"11": "received",
"12": "Printing plate produced",
"13": "sent",
"14": "issued",
"15": "signed",
"16": "Type described",
"19": "drawn",
"20": "copied (by hand)",
"21": "has lived",
"22": "[general]",
"23": "[general]",
"24": "[general]",
"25": "commissioned",
"26": "printed",
"27": "recorded",
"28": "sung",
"29": "Decor designed",
"30": "Form designed",
"31": "modelled",
"32": "autographed",
"33": "was mentioned",
"34": "buried",
"35": "conceived",
"36": "was depicted",
"37": "painted on",
"38": "illustrated",
"39": "assembled at",
"40": "auctioned at",
"41": "bought at",
"42": "owned at",
"43": "sold at",
"44": "restored at",
"45": "damaged at",
"46": "destroyed at",
"47": "lost at",
"48": "edited at",
"49": "donated at",
"50": "inherited at",
"51": "had subject",
"52": "emerged at"
}
}

View File

@ -0,0 +1,9 @@
{
"exhibition_contributor_roles": {
"concept": "Concept",
"curator": "Curator",
"design": "Design",
"coordinator": "Coordinator",
"protagonist": "Protagonist"
}
}

View File

@ -0,0 +1,7 @@
{
"gender_set": {
"female": "Female",
"male": "Male",
"other": "Other"
}
}

View File

@ -0,0 +1,10 @@
{
"institution_basic_category_set": {
"archive": "Archive",
"library": "Library",
"memorial_site": "Memorial site",
"private_collection": "Private collection",
"museum": "Museum",
"university_collection": "University collection"
}
}

View File

@ -0,0 +1,30 @@
{
"institution_collection_area_set": {
"everyday_life": "Everyday life",
"archaeology": "Archaeology",
"architecture": "Architecture",
"history_of_mining": "History of mining",
"botany": "Botany",
"history_of_film": "History of film",
"political_history": "Political history",
"arts": "Arts",
"applied_arts": "Applied arts",
"agriculture": "Agriculture",
"literature": "Literature",
"history_of_medicine": "History of medicine",
"military_history": "Military history",
"mineralogy": "Mineralogy",
"music": "Music",
"numismatics": "Numismatics",
"paleontology": "Paleontology",
"personalia": "Personalia",
"regional_history": "Regional history",
"religion": "Religion",
"technology": "Technology",
"ethnography": "Ethnography",
"zoology": "Zoology"
},
"institution_basic_category_set": {
"museum": "Museum"
}
}

View File

@ -0,0 +1,5 @@
{
"institution_external_id_repositories": {
"hu_ksh": "Hungarian Central Statistical Office"
}
}

View File

@ -0,0 +1,7 @@
{
"institution_musdb_use_case_set": {
"collection_management": "Collection management",
"publication": "Publication",
"collection_management_and_publication": "Collection management and publication"
}
}

View File

@ -0,0 +1,8 @@
{
"institution_public_private_category_set": {
"public": "Public",
"private": "Private",
"religious": "Religious",
"mixed": "Mixed"
}
}

View File

@ -0,0 +1,16 @@
{
"license_explica": {
"CC BY-NC-SA": "For non commercial purposes the material might be used (even changed) freely if the attribution is given. Rights status has to be kept as it is in case of distribution.",
"CC BY-NC-ND": "For non commercial purposes the material might be used freely if the attribution is given. It may not be altered.",
"CC BY-NC": "For non commercial purposes the material might be used freely if the attribution is given.",
"CC BY-ND": "The material might be used freely if the attribution is given. It may not be altered.",
"CC BY-SA": "The material might be used freely (and even altered) if the attribution is given. Rights status has to be kept as it is in case of distribution.",
"CC BY": "The material might be used freely (and even altered) if the attribution is given.",
"CC0": "No Rights Reserved. You only should use CC0 if you have the right to waive all rights.",
"RR-F": "Free access - no reuse.",
"RR-P": "Paid access - no reuse. Previews might be freely accessible.",
"RR-R": "Restricted access. Reserved rights.",
"Orphan Work": "The rightsholder could not be determined. The work is listed at the EU list of orphan works.",
"Public Domain Mark": "This work has been identified as being free of known restrictions under copyright law, including all related and neighboring rights."
}
}

View File

@ -0,0 +1,16 @@
{
"license_full_names": {
"CC BY-NC-SA": "Attribution - Non Commercial - Share Alike",
"CC BY-NC": "Attribution - Non Commercial",
"CC BY-ND": "Attribution - No Derivates",
"CC BY-SA": "Attribution - Share Alike",
"CC BY": "Attribution",
"CC0": "No Rights Reserved",
"RR-F": "Rights Reserved - Free Access",
"RR-P": "Rights Reserved - Paid Access",
"RR-R": "Rights Reserved - Restricted Access",
"Orphan Work": "Orphan Work",
"Public Domain Mark": "Public Domain Mark",
"CC BY-NC-ND": "Attribution - Non Commercial - No Derivates"
}
}

View File

@ -0,0 +1,16 @@
{
"license_url": {
"CC BY-NC-SA": "https:\/\/creativecommons.org\/licenses\/by-nc-sa\/4.0\/",
"CC BY-NC-ND": "https:\/\/creativecommons.org\/licenses\/by-nc-nd\/4.0\/",
"CC BY-NC": "https:\/\/creativecommons.org\/licenses\/by-nc\/4.0\/",
"CC BY-ND": "https:\/\/creativecommons.org\/licenses\/by-nd\/4.0\/",
"CC BY-SA": "https:\/\/creativecommons.org\/licenses\/by-sa\/4.0\/",
"CC BY": "https:\/\/creativecommons.org\/licenses\/by\/4.0\/",
"CC0": "https:\/\/creativecommons.org\/publicdomain\/zero\/1.0\/",
"RR-F": "http:\/\/www.europeana.eu\/rights\/rr-f\/",
"RR-P": "http:\/\/www.europeana.eu\/rights\/rr-p\/",
"RR-R": "http:\/\/www.europeana.eu\/rights\/rr-r\/",
"Orphan Work": "http:\/\/www.europeana.eu\/rights\/orphan-work-eu\/",
"Public Domain Mark": "https:\/\/creativecommons.org\/publicdomain\/mark\/1.0\/"
}
}

View File

@ -0,0 +1,6 @@
{
"loan_types": {
"outgoing": "Outgoing",
"incoming": "Incoming"
}
}

View File

@ -0,0 +1,25 @@
{
"marking_types": {
"signature": "Signature",
"watermark": "Watermark",
"engraving": "Engraving",
"scratch": "Scratching",
"stamp": "Stamped",
"overprint": "Overprint",
"embossing": "Embossing",
"handwritten": "Handwritten",
"glued": "Glued",
"embroidered": "Embroidered",
"sewn": "Sewn",
"screwed": "Screwed",
"burnt_in": "Burnt in",
"riveted": "Riveted",
"nailed": "Nailed",
"hallmarked": "Hallmarked",
"punched": "Punched",
"scarified": "Scarified",
"cast": "Cast",
"painted": "Painted",
"drawn": "Drawn"
}
}

Some files were not shown because too many files have changed in this diff Show More