From b957c7522228def1e0db34defd2162dfe074991d Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Sun, 9 Oct 2022 19:52:36 +0000 Subject: [PATCH] Approval in value-sets --- value-sets/ar/loan_types.json | 6 ++++++ value-sets/ar/object_status.json | 10 ++++++++++ value-sets/de/loan_types.json | 6 ++++++ value-sets/de/object_status.json | 10 ++++++++++ value-sets/dsb/loan_types.json | 6 ++++++ value-sets/dsb/object_status.json | 10 ++++++++++ value-sets/en/loan_types.json | 6 ++++++ value-sets/en/object_status.json | 10 ++++++++++ value-sets/es/loan_types.json | 6 ++++++ value-sets/es/object_status.json | 10 ++++++++++ value-sets/fr/loan_types.json | 6 ++++++ value-sets/fr/object_status.json | 10 ++++++++++ value-sets/hsb/loan_types.json | 6 ++++++ value-sets/hsb/object_status.json | 10 ++++++++++ value-sets/hu/loan_types.json | 6 ++++++ value-sets/hu/object_status.json | 10 ++++++++++ value-sets/id/loan_types.json | 6 ++++++ value-sets/id/object_status.json | 10 ++++++++++ value-sets/it/loan_types.json | 6 ++++++ value-sets/it/object_status.json | 10 ++++++++++ value-sets/iw/loan_types.json | 6 ++++++ value-sets/iw/object_status.json | 10 ++++++++++ value-sets/nl/loan_types.json | 6 ++++++ value-sets/nl/object_status.json | 10 ++++++++++ value-sets/pl/loan_types.json | 6 ++++++ value-sets/pl/object_status.json | 10 ++++++++++ value-sets/pt/loan_types.json | 6 ++++++ value-sets/pt/object_status.json | 10 ++++++++++ value-sets/qu/loan_types.json | 6 ++++++ value-sets/qu/object_status.json | 10 ++++++++++ value-sets/ru/loan_types.json | 6 ++++++ value-sets/ru/object_status.json | 10 ++++++++++ value-sets/tl/loan_types.json | 6 ++++++ value-sets/tl/object_status.json | 10 ++++++++++ value-sets/tr/loan_types.json | 6 ++++++ value-sets/tr/object_status.json | 10 ++++++++++ value-sets/uk/loan_types.json | 6 ++++++ value-sets/uk/object_status.json | 10 ++++++++++ value-sets/zh/loan_types.json | 6 ++++++ value-sets/zh/object_status.json | 10 ++++++++++ 40 files changed, 320 insertions(+) create mode 100644 value-sets/ar/loan_types.json create mode 100644 value-sets/ar/object_status.json create mode 100644 value-sets/de/loan_types.json create mode 100644 value-sets/de/object_status.json create mode 100644 value-sets/dsb/loan_types.json create mode 100644 value-sets/dsb/object_status.json create mode 100644 value-sets/en/loan_types.json create mode 100644 value-sets/en/object_status.json create mode 100644 value-sets/es/loan_types.json create mode 100644 value-sets/es/object_status.json create mode 100644 value-sets/fr/loan_types.json create mode 100644 value-sets/fr/object_status.json create mode 100644 value-sets/hsb/loan_types.json create mode 100644 value-sets/hsb/object_status.json create mode 100644 value-sets/hu/loan_types.json create mode 100644 value-sets/hu/object_status.json create mode 100644 value-sets/id/loan_types.json create mode 100644 value-sets/id/object_status.json create mode 100644 value-sets/it/loan_types.json create mode 100644 value-sets/it/object_status.json create mode 100644 value-sets/iw/loan_types.json create mode 100644 value-sets/iw/object_status.json create mode 100644 value-sets/nl/loan_types.json create mode 100644 value-sets/nl/object_status.json create mode 100644 value-sets/pl/loan_types.json create mode 100644 value-sets/pl/object_status.json create mode 100644 value-sets/pt/loan_types.json create mode 100644 value-sets/pt/object_status.json create mode 100644 value-sets/qu/loan_types.json create mode 100644 value-sets/qu/object_status.json create mode 100644 value-sets/ru/loan_types.json create mode 100644 value-sets/ru/object_status.json create mode 100644 value-sets/tl/loan_types.json create mode 100644 value-sets/tl/object_status.json create mode 100644 value-sets/tr/loan_types.json create mode 100644 value-sets/tr/object_status.json create mode 100644 value-sets/uk/loan_types.json create mode 100644 value-sets/uk/object_status.json create mode 100644 value-sets/zh/loan_types.json create mode 100644 value-sets/zh/object_status.json diff --git a/value-sets/ar/loan_types.json b/value-sets/ar/loan_types.json new file mode 100644 index 00000000..982bd152 --- /dev/null +++ b/value-sets/ar/loan_types.json @@ -0,0 +1,6 @@ +{ + "loan_types": { + "outgoing": "Outgoing", + "incoming": "Incoming" + } +} \ No newline at end of file diff --git a/value-sets/ar/object_status.json b/value-sets/ar/object_status.json new file mode 100644 index 00000000..79e71179 --- /dev/null +++ b/value-sets/ar/object_status.json @@ -0,0 +1,10 @@ +{ + "object_status": { + "owned": "Owned", + "permanent_loan": "Permanent loan", + "borrowed": "Borrowed", + "to_check_for_gift": "To check (for gift)", + "to_check": "To check", + "deaccessed": "Deaccessed" + } +} \ No newline at end of file diff --git a/value-sets/de/loan_types.json b/value-sets/de/loan_types.json new file mode 100644 index 00000000..2c766221 --- /dev/null +++ b/value-sets/de/loan_types.json @@ -0,0 +1,6 @@ +{ + "loan_types": { + "outgoing": "Ausgehend", + "incoming": "Eingehend" + } +} \ No newline at end of file diff --git a/value-sets/de/object_status.json b/value-sets/de/object_status.json new file mode 100644 index 00000000..6a99a000 --- /dev/null +++ b/value-sets/de/object_status.json @@ -0,0 +1,10 @@ +{ + "object_status": { + "owned": "Eigentum des Museums", + "permanent_loan": "Dauerleihe", + "borrowed": "Geliehen", + "to_check_for_gift": "Zur Pr\u00fcfung im Museum (Schenkung)", + "to_check": "Zur Pr\u00fcfung im Museum", + "deaccessed": "Deakzessiert" + } +} \ No newline at end of file diff --git a/value-sets/dsb/loan_types.json b/value-sets/dsb/loan_types.json new file mode 100644 index 00000000..982bd152 --- /dev/null +++ b/value-sets/dsb/loan_types.json @@ -0,0 +1,6 @@ +{ + "loan_types": { + "outgoing": "Outgoing", + "incoming": "Incoming" + } +} \ No newline at end of file diff --git a/value-sets/dsb/object_status.json b/value-sets/dsb/object_status.json new file mode 100644 index 00000000..79e71179 --- /dev/null +++ b/value-sets/dsb/object_status.json @@ -0,0 +1,10 @@ +{ + "object_status": { + "owned": "Owned", + "permanent_loan": "Permanent loan", + "borrowed": "Borrowed", + "to_check_for_gift": "To check (for gift)", + "to_check": "To check", + "deaccessed": "Deaccessed" + } +} \ No newline at end of file diff --git a/value-sets/en/loan_types.json b/value-sets/en/loan_types.json new file mode 100644 index 00000000..982bd152 --- /dev/null +++ b/value-sets/en/loan_types.json @@ -0,0 +1,6 @@ +{ + "loan_types": { + "outgoing": "Outgoing", + "incoming": "Incoming" + } +} \ No newline at end of file diff --git a/value-sets/en/object_status.json b/value-sets/en/object_status.json new file mode 100644 index 00000000..79e71179 --- /dev/null +++ b/value-sets/en/object_status.json @@ -0,0 +1,10 @@ +{ + "object_status": { + "owned": "Owned", + "permanent_loan": "Permanent loan", + "borrowed": "Borrowed", + "to_check_for_gift": "To check (for gift)", + "to_check": "To check", + "deaccessed": "Deaccessed" + } +} \ No newline at end of file diff --git a/value-sets/es/loan_types.json b/value-sets/es/loan_types.json new file mode 100644 index 00000000..982bd152 --- /dev/null +++ b/value-sets/es/loan_types.json @@ -0,0 +1,6 @@ +{ + "loan_types": { + "outgoing": "Outgoing", + "incoming": "Incoming" + } +} \ No newline at end of file diff --git a/value-sets/es/object_status.json b/value-sets/es/object_status.json new file mode 100644 index 00000000..79e71179 --- /dev/null +++ b/value-sets/es/object_status.json @@ -0,0 +1,10 @@ +{ + "object_status": { + "owned": "Owned", + "permanent_loan": "Permanent loan", + "borrowed": "Borrowed", + "to_check_for_gift": "To check (for gift)", + "to_check": "To check", + "deaccessed": "Deaccessed" + } +} \ No newline at end of file diff --git a/value-sets/fr/loan_types.json b/value-sets/fr/loan_types.json new file mode 100644 index 00000000..982bd152 --- /dev/null +++ b/value-sets/fr/loan_types.json @@ -0,0 +1,6 @@ +{ + "loan_types": { + "outgoing": "Outgoing", + "incoming": "Incoming" + } +} \ No newline at end of file diff --git a/value-sets/fr/object_status.json b/value-sets/fr/object_status.json new file mode 100644 index 00000000..79e71179 --- /dev/null +++ b/value-sets/fr/object_status.json @@ -0,0 +1,10 @@ +{ + "object_status": { + "owned": "Owned", + "permanent_loan": "Permanent loan", + "borrowed": "Borrowed", + "to_check_for_gift": "To check (for gift)", + "to_check": "To check", + "deaccessed": "Deaccessed" + } +} \ No newline at end of file diff --git a/value-sets/hsb/loan_types.json b/value-sets/hsb/loan_types.json new file mode 100644 index 00000000..982bd152 --- /dev/null +++ b/value-sets/hsb/loan_types.json @@ -0,0 +1,6 @@ +{ + "loan_types": { + "outgoing": "Outgoing", + "incoming": "Incoming" + } +} \ No newline at end of file diff --git a/value-sets/hsb/object_status.json b/value-sets/hsb/object_status.json new file mode 100644 index 00000000..79e71179 --- /dev/null +++ b/value-sets/hsb/object_status.json @@ -0,0 +1,10 @@ +{ + "object_status": { + "owned": "Owned", + "permanent_loan": "Permanent loan", + "borrowed": "Borrowed", + "to_check_for_gift": "To check (for gift)", + "to_check": "To check", + "deaccessed": "Deaccessed" + } +} \ No newline at end of file diff --git a/value-sets/hu/loan_types.json b/value-sets/hu/loan_types.json new file mode 100644 index 00000000..982bd152 --- /dev/null +++ b/value-sets/hu/loan_types.json @@ -0,0 +1,6 @@ +{ + "loan_types": { + "outgoing": "Outgoing", + "incoming": "Incoming" + } +} \ No newline at end of file diff --git a/value-sets/hu/object_status.json b/value-sets/hu/object_status.json new file mode 100644 index 00000000..79e71179 --- /dev/null +++ b/value-sets/hu/object_status.json @@ -0,0 +1,10 @@ +{ + "object_status": { + "owned": "Owned", + "permanent_loan": "Permanent loan", + "borrowed": "Borrowed", + "to_check_for_gift": "To check (for gift)", + "to_check": "To check", + "deaccessed": "Deaccessed" + } +} \ No newline at end of file diff --git a/value-sets/id/loan_types.json b/value-sets/id/loan_types.json new file mode 100644 index 00000000..982bd152 --- /dev/null +++ b/value-sets/id/loan_types.json @@ -0,0 +1,6 @@ +{ + "loan_types": { + "outgoing": "Outgoing", + "incoming": "Incoming" + } +} \ No newline at end of file diff --git a/value-sets/id/object_status.json b/value-sets/id/object_status.json new file mode 100644 index 00000000..79e71179 --- /dev/null +++ b/value-sets/id/object_status.json @@ -0,0 +1,10 @@ +{ + "object_status": { + "owned": "Owned", + "permanent_loan": "Permanent loan", + "borrowed": "Borrowed", + "to_check_for_gift": "To check (for gift)", + "to_check": "To check", + "deaccessed": "Deaccessed" + } +} \ No newline at end of file diff --git a/value-sets/it/loan_types.json b/value-sets/it/loan_types.json new file mode 100644 index 00000000..982bd152 --- /dev/null +++ b/value-sets/it/loan_types.json @@ -0,0 +1,6 @@ +{ + "loan_types": { + "outgoing": "Outgoing", + "incoming": "Incoming" + } +} \ No newline at end of file diff --git a/value-sets/it/object_status.json b/value-sets/it/object_status.json new file mode 100644 index 00000000..79e71179 --- /dev/null +++ b/value-sets/it/object_status.json @@ -0,0 +1,10 @@ +{ + "object_status": { + "owned": "Owned", + "permanent_loan": "Permanent loan", + "borrowed": "Borrowed", + "to_check_for_gift": "To check (for gift)", + "to_check": "To check", + "deaccessed": "Deaccessed" + } +} \ No newline at end of file diff --git a/value-sets/iw/loan_types.json b/value-sets/iw/loan_types.json new file mode 100644 index 00000000..982bd152 --- /dev/null +++ b/value-sets/iw/loan_types.json @@ -0,0 +1,6 @@ +{ + "loan_types": { + "outgoing": "Outgoing", + "incoming": "Incoming" + } +} \ No newline at end of file diff --git a/value-sets/iw/object_status.json b/value-sets/iw/object_status.json new file mode 100644 index 00000000..79e71179 --- /dev/null +++ b/value-sets/iw/object_status.json @@ -0,0 +1,10 @@ +{ + "object_status": { + "owned": "Owned", + "permanent_loan": "Permanent loan", + "borrowed": "Borrowed", + "to_check_for_gift": "To check (for gift)", + "to_check": "To check", + "deaccessed": "Deaccessed" + } +} \ No newline at end of file diff --git a/value-sets/nl/loan_types.json b/value-sets/nl/loan_types.json new file mode 100644 index 00000000..982bd152 --- /dev/null +++ b/value-sets/nl/loan_types.json @@ -0,0 +1,6 @@ +{ + "loan_types": { + "outgoing": "Outgoing", + "incoming": "Incoming" + } +} \ No newline at end of file diff --git a/value-sets/nl/object_status.json b/value-sets/nl/object_status.json new file mode 100644 index 00000000..79e71179 --- /dev/null +++ b/value-sets/nl/object_status.json @@ -0,0 +1,10 @@ +{ + "object_status": { + "owned": "Owned", + "permanent_loan": "Permanent loan", + "borrowed": "Borrowed", + "to_check_for_gift": "To check (for gift)", + "to_check": "To check", + "deaccessed": "Deaccessed" + } +} \ No newline at end of file diff --git a/value-sets/pl/loan_types.json b/value-sets/pl/loan_types.json new file mode 100644 index 00000000..982bd152 --- /dev/null +++ b/value-sets/pl/loan_types.json @@ -0,0 +1,6 @@ +{ + "loan_types": { + "outgoing": "Outgoing", + "incoming": "Incoming" + } +} \ No newline at end of file diff --git a/value-sets/pl/object_status.json b/value-sets/pl/object_status.json new file mode 100644 index 00000000..79e71179 --- /dev/null +++ b/value-sets/pl/object_status.json @@ -0,0 +1,10 @@ +{ + "object_status": { + "owned": "Owned", + "permanent_loan": "Permanent loan", + "borrowed": "Borrowed", + "to_check_for_gift": "To check (for gift)", + "to_check": "To check", + "deaccessed": "Deaccessed" + } +} \ No newline at end of file diff --git a/value-sets/pt/loan_types.json b/value-sets/pt/loan_types.json new file mode 100644 index 00000000..982bd152 --- /dev/null +++ b/value-sets/pt/loan_types.json @@ -0,0 +1,6 @@ +{ + "loan_types": { + "outgoing": "Outgoing", + "incoming": "Incoming" + } +} \ No newline at end of file diff --git a/value-sets/pt/object_status.json b/value-sets/pt/object_status.json new file mode 100644 index 00000000..79e71179 --- /dev/null +++ b/value-sets/pt/object_status.json @@ -0,0 +1,10 @@ +{ + "object_status": { + "owned": "Owned", + "permanent_loan": "Permanent loan", + "borrowed": "Borrowed", + "to_check_for_gift": "To check (for gift)", + "to_check": "To check", + "deaccessed": "Deaccessed" + } +} \ No newline at end of file diff --git a/value-sets/qu/loan_types.json b/value-sets/qu/loan_types.json new file mode 100644 index 00000000..982bd152 --- /dev/null +++ b/value-sets/qu/loan_types.json @@ -0,0 +1,6 @@ +{ + "loan_types": { + "outgoing": "Outgoing", + "incoming": "Incoming" + } +} \ No newline at end of file diff --git a/value-sets/qu/object_status.json b/value-sets/qu/object_status.json new file mode 100644 index 00000000..79e71179 --- /dev/null +++ b/value-sets/qu/object_status.json @@ -0,0 +1,10 @@ +{ + "object_status": { + "owned": "Owned", + "permanent_loan": "Permanent loan", + "borrowed": "Borrowed", + "to_check_for_gift": "To check (for gift)", + "to_check": "To check", + "deaccessed": "Deaccessed" + } +} \ No newline at end of file diff --git a/value-sets/ru/loan_types.json b/value-sets/ru/loan_types.json new file mode 100644 index 00000000..982bd152 --- /dev/null +++ b/value-sets/ru/loan_types.json @@ -0,0 +1,6 @@ +{ + "loan_types": { + "outgoing": "Outgoing", + "incoming": "Incoming" + } +} \ No newline at end of file diff --git a/value-sets/ru/object_status.json b/value-sets/ru/object_status.json new file mode 100644 index 00000000..79e71179 --- /dev/null +++ b/value-sets/ru/object_status.json @@ -0,0 +1,10 @@ +{ + "object_status": { + "owned": "Owned", + "permanent_loan": "Permanent loan", + "borrowed": "Borrowed", + "to_check_for_gift": "To check (for gift)", + "to_check": "To check", + "deaccessed": "Deaccessed" + } +} \ No newline at end of file diff --git a/value-sets/tl/loan_types.json b/value-sets/tl/loan_types.json new file mode 100644 index 00000000..982bd152 --- /dev/null +++ b/value-sets/tl/loan_types.json @@ -0,0 +1,6 @@ +{ + "loan_types": { + "outgoing": "Outgoing", + "incoming": "Incoming" + } +} \ No newline at end of file diff --git a/value-sets/tl/object_status.json b/value-sets/tl/object_status.json new file mode 100644 index 00000000..79e71179 --- /dev/null +++ b/value-sets/tl/object_status.json @@ -0,0 +1,10 @@ +{ + "object_status": { + "owned": "Owned", + "permanent_loan": "Permanent loan", + "borrowed": "Borrowed", + "to_check_for_gift": "To check (for gift)", + "to_check": "To check", + "deaccessed": "Deaccessed" + } +} \ No newline at end of file diff --git a/value-sets/tr/loan_types.json b/value-sets/tr/loan_types.json new file mode 100644 index 00000000..982bd152 --- /dev/null +++ b/value-sets/tr/loan_types.json @@ -0,0 +1,6 @@ +{ + "loan_types": { + "outgoing": "Outgoing", + "incoming": "Incoming" + } +} \ No newline at end of file diff --git a/value-sets/tr/object_status.json b/value-sets/tr/object_status.json new file mode 100644 index 00000000..79e71179 --- /dev/null +++ b/value-sets/tr/object_status.json @@ -0,0 +1,10 @@ +{ + "object_status": { + "owned": "Owned", + "permanent_loan": "Permanent loan", + "borrowed": "Borrowed", + "to_check_for_gift": "To check (for gift)", + "to_check": "To check", + "deaccessed": "Deaccessed" + } +} \ No newline at end of file diff --git a/value-sets/uk/loan_types.json b/value-sets/uk/loan_types.json new file mode 100644 index 00000000..982bd152 --- /dev/null +++ b/value-sets/uk/loan_types.json @@ -0,0 +1,6 @@ +{ + "loan_types": { + "outgoing": "Outgoing", + "incoming": "Incoming" + } +} \ No newline at end of file diff --git a/value-sets/uk/object_status.json b/value-sets/uk/object_status.json new file mode 100644 index 00000000..79e71179 --- /dev/null +++ b/value-sets/uk/object_status.json @@ -0,0 +1,10 @@ +{ + "object_status": { + "owned": "Owned", + "permanent_loan": "Permanent loan", + "borrowed": "Borrowed", + "to_check_for_gift": "To check (for gift)", + "to_check": "To check", + "deaccessed": "Deaccessed" + } +} \ No newline at end of file diff --git a/value-sets/zh/loan_types.json b/value-sets/zh/loan_types.json new file mode 100644 index 00000000..982bd152 --- /dev/null +++ b/value-sets/zh/loan_types.json @@ -0,0 +1,6 @@ +{ + "loan_types": { + "outgoing": "Outgoing", + "incoming": "Incoming" + } +} \ No newline at end of file diff --git a/value-sets/zh/object_status.json b/value-sets/zh/object_status.json new file mode 100644 index 00000000..79e71179 --- /dev/null +++ b/value-sets/zh/object_status.json @@ -0,0 +1,10 @@ +{ + "object_status": { + "owned": "Owned", + "permanent_loan": "Permanent loan", + "borrowed": "Borrowed", + "to_check_for_gift": "To check (for gift)", + "to_check": "To check", + "deaccessed": "Deaccessed" + } +} \ No newline at end of file