From 39ea03b1bc47c7c24352c5a81827177bad3875bc Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Mon, 26 Sep 2022 23:09:00 +0000 Subject: [PATCH] Approval in value-sets --- value-sets/ar/space_access_status.json | 6 ++++++ value-sets/ar/space_types.json | 15 +++++++++++++++ value-sets/de/space_access_status.json | 6 ++++++ value-sets/de/space_types.json | 15 +++++++++++++++ value-sets/dsb/space_access_status.json | 6 ++++++ value-sets/dsb/space_types.json | 15 +++++++++++++++ value-sets/en/space_access_status.json | 6 ++++++ value-sets/en/space_types.json | 15 +++++++++++++++ value-sets/es/space_access_status.json | 6 ++++++ value-sets/es/space_types.json | 15 +++++++++++++++ value-sets/fr/space_access_status.json | 6 ++++++ value-sets/fr/space_types.json | 15 +++++++++++++++ value-sets/hsb/space_access_status.json | 6 ++++++ value-sets/hsb/space_types.json | 15 +++++++++++++++ value-sets/hu/space_access_status.json | 6 ++++++ value-sets/hu/space_types.json | 15 +++++++++++++++ value-sets/id/space_access_status.json | 6 ++++++ value-sets/id/space_types.json | 15 +++++++++++++++ value-sets/it/space_access_status.json | 6 ++++++ value-sets/it/space_types.json | 15 +++++++++++++++ value-sets/iw/space_access_status.json | 6 ++++++ value-sets/iw/space_types.json | 15 +++++++++++++++ value-sets/nl/space_access_status.json | 6 ++++++ value-sets/nl/space_types.json | 15 +++++++++++++++ value-sets/pl/space_access_status.json | 6 ++++++ value-sets/pl/space_types.json | 15 +++++++++++++++ value-sets/pt/space_access_status.json | 6 ++++++ value-sets/pt/space_types.json | 15 +++++++++++++++ value-sets/qu/space_access_status.json | 6 ++++++ value-sets/qu/space_types.json | 15 +++++++++++++++ value-sets/ru/space_access_status.json | 6 ++++++ value-sets/ru/space_types.json | 15 +++++++++++++++ value-sets/tl/space_access_status.json | 6 ++++++ value-sets/tl/space_types.json | 15 +++++++++++++++ value-sets/tr/space_access_status.json | 6 ++++++ value-sets/tr/space_types.json | 15 +++++++++++++++ value-sets/zh/space_access_status.json | 6 ++++++ value-sets/zh/space_types.json | 15 +++++++++++++++ 38 files changed, 399 insertions(+) create mode 100644 value-sets/ar/space_access_status.json create mode 100644 value-sets/ar/space_types.json create mode 100644 value-sets/de/space_access_status.json create mode 100644 value-sets/de/space_types.json create mode 100644 value-sets/dsb/space_access_status.json create mode 100644 value-sets/dsb/space_types.json create mode 100644 value-sets/en/space_access_status.json create mode 100644 value-sets/en/space_types.json create mode 100644 value-sets/es/space_access_status.json create mode 100644 value-sets/es/space_types.json create mode 100644 value-sets/fr/space_access_status.json create mode 100644 value-sets/fr/space_types.json create mode 100644 value-sets/hsb/space_access_status.json create mode 100644 value-sets/hsb/space_types.json create mode 100644 value-sets/hu/space_access_status.json create mode 100644 value-sets/hu/space_types.json create mode 100644 value-sets/id/space_access_status.json create mode 100644 value-sets/id/space_types.json create mode 100644 value-sets/it/space_access_status.json create mode 100644 value-sets/it/space_types.json create mode 100644 value-sets/iw/space_access_status.json create mode 100644 value-sets/iw/space_types.json create mode 100644 value-sets/nl/space_access_status.json create mode 100644 value-sets/nl/space_types.json create mode 100644 value-sets/pl/space_access_status.json create mode 100644 value-sets/pl/space_types.json create mode 100644 value-sets/pt/space_access_status.json create mode 100644 value-sets/pt/space_types.json create mode 100644 value-sets/qu/space_access_status.json create mode 100644 value-sets/qu/space_types.json create mode 100644 value-sets/ru/space_access_status.json create mode 100644 value-sets/ru/space_types.json create mode 100644 value-sets/tl/space_access_status.json create mode 100644 value-sets/tl/space_types.json create mode 100644 value-sets/tr/space_access_status.json create mode 100644 value-sets/tr/space_types.json create mode 100644 value-sets/zh/space_access_status.json create mode 100644 value-sets/zh/space_types.json diff --git a/value-sets/ar/space_access_status.json b/value-sets/ar/space_access_status.json new file mode 100644 index 00000000..a6157fb8 --- /dev/null +++ b/value-sets/ar/space_access_status.json @@ -0,0 +1,6 @@ +{ + "space_access_status": { + "enter": "Enter", + "leave": "Leave" + } +} \ No newline at end of file diff --git a/value-sets/ar/space_types.json b/value-sets/ar/space_types.json new file mode 100644 index 00000000..16ff523d --- /dev/null +++ b/value-sets/ar/space_types.json @@ -0,0 +1,15 @@ +{ + "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" + } +} \ No newline at end of file diff --git a/value-sets/de/space_access_status.json b/value-sets/de/space_access_status.json new file mode 100644 index 00000000..26a2f0b1 --- /dev/null +++ b/value-sets/de/space_access_status.json @@ -0,0 +1,6 @@ +{ + "space_access_status": { + "enter": "Eintreten", + "leave": "Verlassen" + } +} \ No newline at end of file diff --git a/value-sets/de/space_types.json b/value-sets/de/space_types.json new file mode 100644 index 00000000..d342f1a2 --- /dev/null +++ b/value-sets/de/space_types.json @@ -0,0 +1,15 @@ +{ + "space_types": { + "building": "Geb\u00e4ude", + "depot": "Depotraum", + "utility_room": "Allzweckraum", + "exhibition_room": "Ausstellungsraum", + "display_cabinet": "Vitrine", + "shelf": "Regal", + "box": "Kiste", + "folder": "Mappe", + "office": "B\u00fcro", + "floor": "Stockwerk", + "hallway": "Flur" + } +} \ No newline at end of file diff --git a/value-sets/dsb/space_access_status.json b/value-sets/dsb/space_access_status.json new file mode 100644 index 00000000..a6157fb8 --- /dev/null +++ b/value-sets/dsb/space_access_status.json @@ -0,0 +1,6 @@ +{ + "space_access_status": { + "enter": "Enter", + "leave": "Leave" + } +} \ No newline at end of file diff --git a/value-sets/dsb/space_types.json b/value-sets/dsb/space_types.json new file mode 100644 index 00000000..16ff523d --- /dev/null +++ b/value-sets/dsb/space_types.json @@ -0,0 +1,15 @@ +{ + "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" + } +} \ No newline at end of file diff --git a/value-sets/en/space_access_status.json b/value-sets/en/space_access_status.json new file mode 100644 index 00000000..a6157fb8 --- /dev/null +++ b/value-sets/en/space_access_status.json @@ -0,0 +1,6 @@ +{ + "space_access_status": { + "enter": "Enter", + "leave": "Leave" + } +} \ No newline at end of file diff --git a/value-sets/en/space_types.json b/value-sets/en/space_types.json new file mode 100644 index 00000000..16ff523d --- /dev/null +++ b/value-sets/en/space_types.json @@ -0,0 +1,15 @@ +{ + "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" + } +} \ No newline at end of file diff --git a/value-sets/es/space_access_status.json b/value-sets/es/space_access_status.json new file mode 100644 index 00000000..a6157fb8 --- /dev/null +++ b/value-sets/es/space_access_status.json @@ -0,0 +1,6 @@ +{ + "space_access_status": { + "enter": "Enter", + "leave": "Leave" + } +} \ No newline at end of file diff --git a/value-sets/es/space_types.json b/value-sets/es/space_types.json new file mode 100644 index 00000000..16ff523d --- /dev/null +++ b/value-sets/es/space_types.json @@ -0,0 +1,15 @@ +{ + "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" + } +} \ No newline at end of file diff --git a/value-sets/fr/space_access_status.json b/value-sets/fr/space_access_status.json new file mode 100644 index 00000000..a6157fb8 --- /dev/null +++ b/value-sets/fr/space_access_status.json @@ -0,0 +1,6 @@ +{ + "space_access_status": { + "enter": "Enter", + "leave": "Leave" + } +} \ No newline at end of file diff --git a/value-sets/fr/space_types.json b/value-sets/fr/space_types.json new file mode 100644 index 00000000..16ff523d --- /dev/null +++ b/value-sets/fr/space_types.json @@ -0,0 +1,15 @@ +{ + "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" + } +} \ No newline at end of file diff --git a/value-sets/hsb/space_access_status.json b/value-sets/hsb/space_access_status.json new file mode 100644 index 00000000..a6157fb8 --- /dev/null +++ b/value-sets/hsb/space_access_status.json @@ -0,0 +1,6 @@ +{ + "space_access_status": { + "enter": "Enter", + "leave": "Leave" + } +} \ No newline at end of file diff --git a/value-sets/hsb/space_types.json b/value-sets/hsb/space_types.json new file mode 100644 index 00000000..16ff523d --- /dev/null +++ b/value-sets/hsb/space_types.json @@ -0,0 +1,15 @@ +{ + "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" + } +} \ No newline at end of file diff --git a/value-sets/hu/space_access_status.json b/value-sets/hu/space_access_status.json new file mode 100644 index 00000000..a6157fb8 --- /dev/null +++ b/value-sets/hu/space_access_status.json @@ -0,0 +1,6 @@ +{ + "space_access_status": { + "enter": "Enter", + "leave": "Leave" + } +} \ No newline at end of file diff --git a/value-sets/hu/space_types.json b/value-sets/hu/space_types.json new file mode 100644 index 00000000..16ff523d --- /dev/null +++ b/value-sets/hu/space_types.json @@ -0,0 +1,15 @@ +{ + "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" + } +} \ No newline at end of file diff --git a/value-sets/id/space_access_status.json b/value-sets/id/space_access_status.json new file mode 100644 index 00000000..a6157fb8 --- /dev/null +++ b/value-sets/id/space_access_status.json @@ -0,0 +1,6 @@ +{ + "space_access_status": { + "enter": "Enter", + "leave": "Leave" + } +} \ No newline at end of file diff --git a/value-sets/id/space_types.json b/value-sets/id/space_types.json new file mode 100644 index 00000000..16ff523d --- /dev/null +++ b/value-sets/id/space_types.json @@ -0,0 +1,15 @@ +{ + "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" + } +} \ No newline at end of file diff --git a/value-sets/it/space_access_status.json b/value-sets/it/space_access_status.json new file mode 100644 index 00000000..a6157fb8 --- /dev/null +++ b/value-sets/it/space_access_status.json @@ -0,0 +1,6 @@ +{ + "space_access_status": { + "enter": "Enter", + "leave": "Leave" + } +} \ No newline at end of file diff --git a/value-sets/it/space_types.json b/value-sets/it/space_types.json new file mode 100644 index 00000000..16ff523d --- /dev/null +++ b/value-sets/it/space_types.json @@ -0,0 +1,15 @@ +{ + "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" + } +} \ No newline at end of file diff --git a/value-sets/iw/space_access_status.json b/value-sets/iw/space_access_status.json new file mode 100644 index 00000000..a6157fb8 --- /dev/null +++ b/value-sets/iw/space_access_status.json @@ -0,0 +1,6 @@ +{ + "space_access_status": { + "enter": "Enter", + "leave": "Leave" + } +} \ No newline at end of file diff --git a/value-sets/iw/space_types.json b/value-sets/iw/space_types.json new file mode 100644 index 00000000..16ff523d --- /dev/null +++ b/value-sets/iw/space_types.json @@ -0,0 +1,15 @@ +{ + "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" + } +} \ No newline at end of file diff --git a/value-sets/nl/space_access_status.json b/value-sets/nl/space_access_status.json new file mode 100644 index 00000000..a6157fb8 --- /dev/null +++ b/value-sets/nl/space_access_status.json @@ -0,0 +1,6 @@ +{ + "space_access_status": { + "enter": "Enter", + "leave": "Leave" + } +} \ No newline at end of file diff --git a/value-sets/nl/space_types.json b/value-sets/nl/space_types.json new file mode 100644 index 00000000..16ff523d --- /dev/null +++ b/value-sets/nl/space_types.json @@ -0,0 +1,15 @@ +{ + "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" + } +} \ No newline at end of file diff --git a/value-sets/pl/space_access_status.json b/value-sets/pl/space_access_status.json new file mode 100644 index 00000000..a6157fb8 --- /dev/null +++ b/value-sets/pl/space_access_status.json @@ -0,0 +1,6 @@ +{ + "space_access_status": { + "enter": "Enter", + "leave": "Leave" + } +} \ No newline at end of file diff --git a/value-sets/pl/space_types.json b/value-sets/pl/space_types.json new file mode 100644 index 00000000..16ff523d --- /dev/null +++ b/value-sets/pl/space_types.json @@ -0,0 +1,15 @@ +{ + "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" + } +} \ No newline at end of file diff --git a/value-sets/pt/space_access_status.json b/value-sets/pt/space_access_status.json new file mode 100644 index 00000000..a6157fb8 --- /dev/null +++ b/value-sets/pt/space_access_status.json @@ -0,0 +1,6 @@ +{ + "space_access_status": { + "enter": "Enter", + "leave": "Leave" + } +} \ No newline at end of file diff --git a/value-sets/pt/space_types.json b/value-sets/pt/space_types.json new file mode 100644 index 00000000..16ff523d --- /dev/null +++ b/value-sets/pt/space_types.json @@ -0,0 +1,15 @@ +{ + "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" + } +} \ No newline at end of file diff --git a/value-sets/qu/space_access_status.json b/value-sets/qu/space_access_status.json new file mode 100644 index 00000000..a6157fb8 --- /dev/null +++ b/value-sets/qu/space_access_status.json @@ -0,0 +1,6 @@ +{ + "space_access_status": { + "enter": "Enter", + "leave": "Leave" + } +} \ No newline at end of file diff --git a/value-sets/qu/space_types.json b/value-sets/qu/space_types.json new file mode 100644 index 00000000..16ff523d --- /dev/null +++ b/value-sets/qu/space_types.json @@ -0,0 +1,15 @@ +{ + "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" + } +} \ No newline at end of file diff --git a/value-sets/ru/space_access_status.json b/value-sets/ru/space_access_status.json new file mode 100644 index 00000000..a6157fb8 --- /dev/null +++ b/value-sets/ru/space_access_status.json @@ -0,0 +1,6 @@ +{ + "space_access_status": { + "enter": "Enter", + "leave": "Leave" + } +} \ No newline at end of file diff --git a/value-sets/ru/space_types.json b/value-sets/ru/space_types.json new file mode 100644 index 00000000..16ff523d --- /dev/null +++ b/value-sets/ru/space_types.json @@ -0,0 +1,15 @@ +{ + "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" + } +} \ No newline at end of file diff --git a/value-sets/tl/space_access_status.json b/value-sets/tl/space_access_status.json new file mode 100644 index 00000000..a6157fb8 --- /dev/null +++ b/value-sets/tl/space_access_status.json @@ -0,0 +1,6 @@ +{ + "space_access_status": { + "enter": "Enter", + "leave": "Leave" + } +} \ No newline at end of file diff --git a/value-sets/tl/space_types.json b/value-sets/tl/space_types.json new file mode 100644 index 00000000..16ff523d --- /dev/null +++ b/value-sets/tl/space_types.json @@ -0,0 +1,15 @@ +{ + "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" + } +} \ No newline at end of file diff --git a/value-sets/tr/space_access_status.json b/value-sets/tr/space_access_status.json new file mode 100644 index 00000000..a6157fb8 --- /dev/null +++ b/value-sets/tr/space_access_status.json @@ -0,0 +1,6 @@ +{ + "space_access_status": { + "enter": "Enter", + "leave": "Leave" + } +} \ No newline at end of file diff --git a/value-sets/tr/space_types.json b/value-sets/tr/space_types.json new file mode 100644 index 00000000..16ff523d --- /dev/null +++ b/value-sets/tr/space_types.json @@ -0,0 +1,15 @@ +{ + "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" + } +} \ No newline at end of file diff --git a/value-sets/zh/space_access_status.json b/value-sets/zh/space_access_status.json new file mode 100644 index 00000000..a6157fb8 --- /dev/null +++ b/value-sets/zh/space_access_status.json @@ -0,0 +1,6 @@ +{ + "space_access_status": { + "enter": "Enter", + "leave": "Leave" + } +} \ No newline at end of file diff --git a/value-sets/zh/space_types.json b/value-sets/zh/space_types.json new file mode 100644 index 00000000..16ff523d --- /dev/null +++ b/value-sets/zh/space_types.json @@ -0,0 +1,15 @@ +{ + "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" + } +} \ No newline at end of file