diff --git a/backend/ar/action.json b/backend/ar/action.json index cfaba984..7ee3a43a 100644 --- a/backend/ar/action.json +++ b/backend/ar/action.json @@ -117,6 +117,14 @@ "series_input": "Add a new series", "source_input": "Add a new source", "shipment_input": "Add a new shipment", - "appointment_input": "Add a new appointment" + "appointment_input": "Add a new appointment", + "search by series inclusive": "Search objects from this object group including all of if its supordinate object groups", + "search by series exclusive": "Search objects linked to exactly this object group (not those linked to any of its subordinates object groups)", + "search_by_series_inclusive": "Search objects from this object group including all of if its supordinate object groups.", + "search_by_series_exclusive": "Search objects linked to exactly this object group (not those linked to any of its subordinates object groups).", + "search_by_collection_inclusive": "Search objects linked to this collection or any of its subordinate collections.", + "search_by_collection_exclusive": "Search objects linked to exactly this collection (not those linked to any of its subordinates collections).", + "search_by_space_inclusive": "Search objects linked to this space or any of its subordinate spaces.", + "search_by_space_exclusive": "Search objects linked to exactly this space (not those linked to any of its subordinates spaces)." } } \ No newline at end of file diff --git a/backend/cs/action.json b/backend/cs/action.json index b7575826..4d6f7ecb 100644 --- a/backend/cs/action.json +++ b/backend/cs/action.json @@ -117,6 +117,14 @@ "series_input": "Add a new series", "source_input": "Add a new source", "shipment_input": "Add a new shipment", - "appointment_input": "Add a new appointment" + "appointment_input": "Add a new appointment", + "search by series inclusive": "Search objects from this object group including all of if its supordinate object groups", + "search by series exclusive": "Search objects linked to exactly this object group (not those linked to any of its subordinates object groups)", + "search_by_series_inclusive": "Search objects from this object group including all of if its supordinate object groups.", + "search_by_series_exclusive": "Search objects linked to exactly this object group (not those linked to any of its subordinates object groups).", + "search_by_collection_inclusive": "Search objects linked to this collection or any of its subordinate collections.", + "search_by_collection_exclusive": "Search objects linked to exactly this collection (not those linked to any of its subordinates collections).", + "search_by_space_inclusive": "Search objects linked to this space or any of its subordinate spaces.", + "search_by_space_exclusive": "Search objects linked to exactly this space (not those linked to any of its subordinates spaces)." } } \ No newline at end of file diff --git a/backend/de/action.json b/backend/de/action.json index 8b0672cd..c164795a 100644 --- a/backend/de/action.json +++ b/backend/de/action.json @@ -117,6 +117,14 @@ "series_input": "Eine neue Objektgruppe hinzuf\u00fcgen", "source_input": "Neue Quelle hinzuf\u00fcgen", "shipment_input": "Neuen Transport hinzuf\u00fcgen", - "appointment_input": "Neuen Termin hinzuf\u00fcgen" + "appointment_input": "Neuen Termin hinzuf\u00fcgen", + "search by series inclusive": "Suche Objekte aus dieser Objektgruppe, inklusive aller untergeordneten Objektgruppen.", + "search by series exclusive": "Suche Objekte, die mit exakt dieser Objektgruppe - nicht den ihr untergeordneten Objektgruppen - zugewiesen sind.", + "search_by_series_inclusive": "Suche Objekte aus dieser Objektgruppe, inklusive aller untergeordneten Objektgruppen.", + "search_by_series_exclusive": "Suche Objekte, die exakt dieser Objektgruppe - nicht den ihr untergeordneten Objektgruppen - zugewiesen sind.", + "search_by_collection_inclusive": "Suche Objekte die dieser Sammlung oder einer der ihr untergeordneten Sammlungen zugeordnet sind.", + "search_by_collection_exclusive": "Suche Objekte, die exakt dieser Sammlung - nicht den ihr untergeordneten Sammlungen - zugewiesen sind.", + "search_by_space_inclusive": "Suche Objekte die diesem Raum oder einem der ihm untergeordneten R\u00e4ume zugeordnet sind.", + "search_by_space_exclusive": "Suche Objekte, die exakt diesem Raum - nicht den ihr untergeordneten R\u00e4umen - zugewiesen sind." } } \ No newline at end of file diff --git a/backend/dsb/action.json b/backend/dsb/action.json index 9c636c70..cbed21bb 100644 --- a/backend/dsb/action.json +++ b/backend/dsb/action.json @@ -117,6 +117,14 @@ "series_input": "Add a new series", "source_input": "Add a new source", "shipment_input": "Add a new shipment", - "appointment_input": "Add a new appointment" + "appointment_input": "Add a new appointment", + "search by series inclusive": "Search objects from this object group including all of if its supordinate object groups", + "search by series exclusive": "Search objects linked to exactly this object group (not those linked to any of its subordinates object groups)", + "search_by_series_inclusive": "Search objects from this object group including all of if its supordinate object groups.", + "search_by_series_exclusive": "Search objects linked to exactly this object group (not those linked to any of its subordinates object groups).", + "search_by_collection_inclusive": "Search objects linked to this collection or any of its subordinate collections.", + "search_by_collection_exclusive": "Search objects linked to exactly this collection (not those linked to any of its subordinates collections).", + "search_by_space_inclusive": "Search objects linked to this space or any of its subordinate spaces.", + "search_by_space_exclusive": "Search objects linked to exactly this space (not those linked to any of its subordinates spaces)." } } \ No newline at end of file diff --git a/backend/en/action.json b/backend/en/action.json index 80e316a0..d0c65502 100644 --- a/backend/en/action.json +++ b/backend/en/action.json @@ -117,6 +117,14 @@ "series_input": "Add a new series", "source_input": "Add a new source", "shipment_input": "Add a new shipment", - "appointment_input": "Add a new appointment" + "appointment_input": "Add a new appointment", + "search by series inclusive": "Search objects from this object group including all of if its supordinate object groups", + "search by series exclusive": "Search objects linked to exactly this object group (not those linked to any of its subordinates object groups)", + "search_by_series_inclusive": "Search objects from this object group including all of if its supordinate object groups.", + "search_by_series_exclusive": "Search objects linked to exactly this object group (not those linked to any of its subordinates object groups).", + "search_by_collection_inclusive": "Search objects linked to this collection or any of its subordinate collections.", + "search_by_collection_exclusive": "Search objects linked to exactly this collection (not those linked to any of its subordinates collections).", + "search_by_space_inclusive": "Search objects linked to this space or any of its subordinate spaces.", + "search_by_space_exclusive": "Search objects linked to exactly this space (not those linked to any of its subordinates spaces)." } } \ No newline at end of file diff --git a/backend/es/action.json b/backend/es/action.json index 61c2f018..97e7b650 100644 --- a/backend/es/action.json +++ b/backend/es/action.json @@ -117,6 +117,14 @@ "series_input": "Add a new series", "source_input": "Add a new source", "shipment_input": "Add a new shipment", - "appointment_input": "Add a new appointment" + "appointment_input": "Add a new appointment", + "search by series inclusive": "Search objects from this object group including all of if its supordinate object groups", + "search by series exclusive": "Search objects linked to exactly this object group (not those linked to any of its subordinates object groups)", + "search_by_series_inclusive": "Search objects from this object group including all of if its supordinate object groups.", + "search_by_series_exclusive": "Search objects linked to exactly this object group (not those linked to any of its subordinates object groups).", + "search_by_collection_inclusive": "Search objects linked to this collection or any of its subordinate collections.", + "search_by_collection_exclusive": "Search objects linked to exactly this collection (not those linked to any of its subordinates collections).", + "search_by_space_inclusive": "Search objects linked to this space or any of its subordinate spaces.", + "search_by_space_exclusive": "Search objects linked to exactly this space (not those linked to any of its subordinates spaces)." } } \ No newline at end of file diff --git a/backend/fr/action.json b/backend/fr/action.json index f4d0e6ed..c859ab0c 100644 --- a/backend/fr/action.json +++ b/backend/fr/action.json @@ -117,6 +117,14 @@ "series_input": "Add a new series", "source_input": "Add a new source", "shipment_input": "Add a new shipment", - "appointment_input": "Add a new appointment" + "appointment_input": "Add a new appointment", + "search by series inclusive": "Search objects from this object group including all of if its supordinate object groups", + "search by series exclusive": "Search objects linked to exactly this object group (not those linked to any of its subordinates object groups)", + "search_by_series_inclusive": "Search objects from this object group including all of if its supordinate object groups.", + "search_by_series_exclusive": "Search objects linked to exactly this object group (not those linked to any of its subordinates object groups).", + "search_by_collection_inclusive": "Search objects linked to this collection or any of its subordinate collections.", + "search_by_collection_exclusive": "Search objects linked to exactly this collection (not those linked to any of its subordinates collections).", + "search_by_space_inclusive": "Search objects linked to this space or any of its subordinate spaces.", + "search_by_space_exclusive": "Search objects linked to exactly this space (not those linked to any of its subordinates spaces)." } } \ No newline at end of file diff --git a/backend/hi/action.json b/backend/hi/action.json index d751be12..f352de8f 100644 --- a/backend/hi/action.json +++ b/backend/hi/action.json @@ -117,6 +117,14 @@ "series_input": "Add a new series", "source_input": "Add a new source", "shipment_input": "Add a new shipment", - "appointment_input": "Add a new appointment" + "appointment_input": "Add a new appointment", + "search by series inclusive": "Search objects from this object group including all of if its supordinate object groups", + "search by series exclusive": "Search objects linked to exactly this object group (not those linked to any of its subordinates object groups)", + "search_by_series_inclusive": "Search objects from this object group including all of if its supordinate object groups.", + "search_by_series_exclusive": "Search objects linked to exactly this object group (not those linked to any of its subordinates object groups).", + "search_by_collection_inclusive": "Search objects linked to this collection or any of its subordinate collections.", + "search_by_collection_exclusive": "Search objects linked to exactly this collection (not those linked to any of its subordinates collections).", + "search_by_space_inclusive": "Search objects linked to this space or any of its subordinate spaces.", + "search_by_space_exclusive": "Search objects linked to exactly this space (not those linked to any of its subordinates spaces)." } } \ No newline at end of file diff --git a/backend/hsb/action.json b/backend/hsb/action.json index 9c636c70..cbed21bb 100644 --- a/backend/hsb/action.json +++ b/backend/hsb/action.json @@ -117,6 +117,14 @@ "series_input": "Add a new series", "source_input": "Add a new source", "shipment_input": "Add a new shipment", - "appointment_input": "Add a new appointment" + "appointment_input": "Add a new appointment", + "search by series inclusive": "Search objects from this object group including all of if its supordinate object groups", + "search by series exclusive": "Search objects linked to exactly this object group (not those linked to any of its subordinates object groups)", + "search_by_series_inclusive": "Search objects from this object group including all of if its supordinate object groups.", + "search_by_series_exclusive": "Search objects linked to exactly this object group (not those linked to any of its subordinates object groups).", + "search_by_collection_inclusive": "Search objects linked to this collection or any of its subordinate collections.", + "search_by_collection_exclusive": "Search objects linked to exactly this collection (not those linked to any of its subordinates collections).", + "search_by_space_inclusive": "Search objects linked to this space or any of its subordinate spaces.", + "search_by_space_exclusive": "Search objects linked to exactly this space (not those linked to any of its subordinates spaces)." } } \ No newline at end of file diff --git a/backend/hu/action.json b/backend/hu/action.json index ea9978f7..bf59409e 100644 --- a/backend/hu/action.json +++ b/backend/hu/action.json @@ -117,6 +117,14 @@ "series_input": "Add a new series", "source_input": "Add a new source", "shipment_input": "Add a new shipment", - "appointment_input": "Add a new appointment" + "appointment_input": "Add a new appointment", + "search by series inclusive": "Search objects from this object group including all of if its supordinate object groups", + "search by series exclusive": "Search objects linked to exactly this object group (not those linked to any of its subordinates object groups)", + "search_by_series_inclusive": "Search objects from this object group including all of if its supordinate object groups.", + "search_by_series_exclusive": "Search objects linked to exactly this object group (not those linked to any of its subordinates object groups).", + "search_by_collection_inclusive": "Search objects linked to this collection or any of its subordinate collections.", + "search_by_collection_exclusive": "Search objects linked to exactly this collection (not those linked to any of its subordinates collections).", + "search_by_space_inclusive": "Search objects linked to this space or any of its subordinate spaces.", + "search_by_space_exclusive": "Search objects linked to exactly this space (not those linked to any of its subordinates spaces)." } } \ No newline at end of file diff --git a/backend/id/action.json b/backend/id/action.json index e2e30310..2bc79391 100644 --- a/backend/id/action.json +++ b/backend/id/action.json @@ -117,6 +117,14 @@ "series_input": "Add a new series", "source_input": "Add a new source", "shipment_input": "Add a new shipment", - "appointment_input": "Add a new appointment" + "appointment_input": "Add a new appointment", + "search by series inclusive": "Search objects from this object group including all of if its supordinate object groups", + "search by series exclusive": "Search objects linked to exactly this object group (not those linked to any of its subordinates object groups)", + "search_by_series_inclusive": "Search objects from this object group including all of if its supordinate object groups.", + "search_by_series_exclusive": "Search objects linked to exactly this object group (not those linked to any of its subordinates object groups).", + "search_by_collection_inclusive": "Search objects linked to this collection or any of its subordinate collections.", + "search_by_collection_exclusive": "Search objects linked to exactly this collection (not those linked to any of its subordinates collections).", + "search_by_space_inclusive": "Search objects linked to this space or any of its subordinate spaces.", + "search_by_space_exclusive": "Search objects linked to exactly this space (not those linked to any of its subordinates spaces)." } } \ No newline at end of file diff --git a/backend/it/action.json b/backend/it/action.json index 61c2f018..97e7b650 100644 --- a/backend/it/action.json +++ b/backend/it/action.json @@ -117,6 +117,14 @@ "series_input": "Add a new series", "source_input": "Add a new source", "shipment_input": "Add a new shipment", - "appointment_input": "Add a new appointment" + "appointment_input": "Add a new appointment", + "search by series inclusive": "Search objects from this object group including all of if its supordinate object groups", + "search by series exclusive": "Search objects linked to exactly this object group (not those linked to any of its subordinates object groups)", + "search_by_series_inclusive": "Search objects from this object group including all of if its supordinate object groups.", + "search_by_series_exclusive": "Search objects linked to exactly this object group (not those linked to any of its subordinates object groups).", + "search_by_collection_inclusive": "Search objects linked to this collection or any of its subordinate collections.", + "search_by_collection_exclusive": "Search objects linked to exactly this collection (not those linked to any of its subordinates collections).", + "search_by_space_inclusive": "Search objects linked to this space or any of its subordinate spaces.", + "search_by_space_exclusive": "Search objects linked to exactly this space (not those linked to any of its subordinates spaces)." } } \ No newline at end of file diff --git a/backend/iw/action.json b/backend/iw/action.json index 57d7293a..56c91259 100644 --- a/backend/iw/action.json +++ b/backend/iw/action.json @@ -117,6 +117,14 @@ "series_input": "Add a new series", "source_input": "Add a new source", "shipment_input": "Add a new shipment", - "appointment_input": "Add a new appointment" + "appointment_input": "Add a new appointment", + "search by series inclusive": "Search objects from this object group including all of if its supordinate object groups", + "search by series exclusive": "Search objects linked to exactly this object group (not those linked to any of its subordinates object groups)", + "search_by_series_inclusive": "Search objects from this object group including all of if its supordinate object groups.", + "search_by_series_exclusive": "Search objects linked to exactly this object group (not those linked to any of its subordinates object groups).", + "search_by_collection_inclusive": "Search objects linked to this collection or any of its subordinate collections.", + "search_by_collection_exclusive": "Search objects linked to exactly this collection (not those linked to any of its subordinates collections).", + "search_by_space_inclusive": "Search objects linked to this space or any of its subordinate spaces.", + "search_by_space_exclusive": "Search objects linked to exactly this space (not those linked to any of its subordinates spaces)." } } \ No newline at end of file diff --git a/backend/kn/action.json b/backend/kn/action.json index 4d7e4720..c6ccf9f3 100644 --- a/backend/kn/action.json +++ b/backend/kn/action.json @@ -117,6 +117,14 @@ "series_input": "Add a new series", "source_input": "Add a new source", "shipment_input": "Add a new shipment", - "appointment_input": "Add a new appointment" + "appointment_input": "Add a new appointment", + "search by series inclusive": "Search objects from this object group including all of if its supordinate object groups", + "search by series exclusive": "Search objects linked to exactly this object group (not those linked to any of its subordinates object groups)", + "search_by_series_inclusive": "Search objects from this object group including all of if its supordinate object groups.", + "search_by_series_exclusive": "Search objects linked to exactly this object group (not those linked to any of its subordinates object groups).", + "search_by_collection_inclusive": "Search objects linked to this collection or any of its subordinate collections.", + "search_by_collection_exclusive": "Search objects linked to exactly this collection (not those linked to any of its subordinates collections).", + "search_by_space_inclusive": "Search objects linked to this space or any of its subordinate spaces.", + "search_by_space_exclusive": "Search objects linked to exactly this space (not those linked to any of its subordinates spaces)." } } \ No newline at end of file diff --git a/backend/nl/action.json b/backend/nl/action.json index 61c2f018..97e7b650 100644 --- a/backend/nl/action.json +++ b/backend/nl/action.json @@ -117,6 +117,14 @@ "series_input": "Add a new series", "source_input": "Add a new source", "shipment_input": "Add a new shipment", - "appointment_input": "Add a new appointment" + "appointment_input": "Add a new appointment", + "search by series inclusive": "Search objects from this object group including all of if its supordinate object groups", + "search by series exclusive": "Search objects linked to exactly this object group (not those linked to any of its subordinates object groups)", + "search_by_series_inclusive": "Search objects from this object group including all of if its supordinate object groups.", + "search_by_series_exclusive": "Search objects linked to exactly this object group (not those linked to any of its subordinates object groups).", + "search_by_collection_inclusive": "Search objects linked to this collection or any of its subordinate collections.", + "search_by_collection_exclusive": "Search objects linked to exactly this collection (not those linked to any of its subordinates collections).", + "search_by_space_inclusive": "Search objects linked to this space or any of its subordinate spaces.", + "search_by_space_exclusive": "Search objects linked to exactly this space (not those linked to any of its subordinates spaces)." } } \ No newline at end of file diff --git a/backend/pl/action.json b/backend/pl/action.json index c79d7b8f..9db2bc13 100644 --- a/backend/pl/action.json +++ b/backend/pl/action.json @@ -117,6 +117,14 @@ "series_input": "Add a new series", "source_input": "Add a new source", "shipment_input": "Add a new shipment", - "appointment_input": "Add a new appointment" + "appointment_input": "Add a new appointment", + "search by series inclusive": "Search objects from this object group including all of if its supordinate object groups", + "search by series exclusive": "Search objects linked to exactly this object group (not those linked to any of its subordinates object groups)", + "search_by_series_inclusive": "Search objects from this object group including all of if its supordinate object groups.", + "search_by_series_exclusive": "Search objects linked to exactly this object group (not those linked to any of its subordinates object groups).", + "search_by_collection_inclusive": "Search objects linked to this collection or any of its subordinate collections.", + "search_by_collection_exclusive": "Search objects linked to exactly this collection (not those linked to any of its subordinates collections).", + "search_by_space_inclusive": "Search objects linked to this space or any of its subordinate spaces.", + "search_by_space_exclusive": "Search objects linked to exactly this space (not those linked to any of its subordinates spaces)." } } \ No newline at end of file diff --git a/backend/pt/action.json b/backend/pt/action.json index b1cf7be5..1a1fdccb 100644 --- a/backend/pt/action.json +++ b/backend/pt/action.json @@ -117,6 +117,14 @@ "series_input": "Add a new series", "source_input": "Add a new source", "shipment_input": "Add a new shipment", - "appointment_input": "Add a new appointment" + "appointment_input": "Add a new appointment", + "search by series inclusive": "Search objects from this object group including all of if its supordinate object groups", + "search by series exclusive": "Search objects linked to exactly this object group (not those linked to any of its subordinates object groups)", + "search_by_series_inclusive": "Search objects from this object group including all of if its supordinate object groups.", + "search_by_series_exclusive": "Search objects linked to exactly this object group (not those linked to any of its subordinates object groups).", + "search_by_collection_inclusive": "Search objects linked to this collection or any of its subordinate collections.", + "search_by_collection_exclusive": "Search objects linked to exactly this collection (not those linked to any of its subordinates collections).", + "search_by_space_inclusive": "Search objects linked to this space or any of its subordinate spaces.", + "search_by_space_exclusive": "Search objects linked to exactly this space (not those linked to any of its subordinates spaces)." } } \ No newline at end of file diff --git a/backend/ro/action.json b/backend/ro/action.json index 9074fe5e..139aff08 100644 --- a/backend/ro/action.json +++ b/backend/ro/action.json @@ -117,6 +117,14 @@ "series_input": "Add a new series", "source_input": "Add a new source", "shipment_input": "Add a new shipment", - "appointment_input": "Add a new appointment" + "appointment_input": "Add a new appointment", + "search by series inclusive": "Search objects from this object group including all of if its supordinate object groups", + "search by series exclusive": "Search objects linked to exactly this object group (not those linked to any of its subordinates object groups)", + "search_by_series_inclusive": "Search objects from this object group including all of if its supordinate object groups.", + "search_by_series_exclusive": "Search objects linked to exactly this object group (not those linked to any of its subordinates object groups).", + "search_by_collection_inclusive": "Search objects linked to this collection or any of its subordinate collections.", + "search_by_collection_exclusive": "Search objects linked to exactly this collection (not those linked to any of its subordinates collections).", + "search_by_space_inclusive": "Search objects linked to this space or any of its subordinate spaces.", + "search_by_space_exclusive": "Search objects linked to exactly this space (not those linked to any of its subordinates spaces)." } } \ No newline at end of file diff --git a/backend/ru/action.json b/backend/ru/action.json index b5a0eb49..337c066b 100644 --- a/backend/ru/action.json +++ b/backend/ru/action.json @@ -117,6 +117,14 @@ "series_input": "Add a new series", "source_input": "Add a new source", "shipment_input": "Add a new shipment", - "appointment_input": "Add a new appointment" + "appointment_input": "Add a new appointment", + "search by series inclusive": "Search objects from this object group including all of if its supordinate object groups", + "search by series exclusive": "Search objects linked to exactly this object group (not those linked to any of its subordinates object groups)", + "search_by_series_inclusive": "Search objects from this object group including all of if its supordinate object groups.", + "search_by_series_exclusive": "Search objects linked to exactly this object group (not those linked to any of its subordinates object groups).", + "search_by_collection_inclusive": "Search objects linked to this collection or any of its subordinate collections.", + "search_by_collection_exclusive": "Search objects linked to exactly this collection (not those linked to any of its subordinates collections).", + "search_by_space_inclusive": "Search objects linked to this space or any of its subordinate spaces.", + "search_by_space_exclusive": "Search objects linked to exactly this space (not those linked to any of its subordinates spaces)." } } \ No newline at end of file diff --git a/backend/ta/action.json b/backend/ta/action.json index d751be12..f352de8f 100644 --- a/backend/ta/action.json +++ b/backend/ta/action.json @@ -117,6 +117,14 @@ "series_input": "Add a new series", "source_input": "Add a new source", "shipment_input": "Add a new shipment", - "appointment_input": "Add a new appointment" + "appointment_input": "Add a new appointment", + "search by series inclusive": "Search objects from this object group including all of if its supordinate object groups", + "search by series exclusive": "Search objects linked to exactly this object group (not those linked to any of its subordinates object groups)", + "search_by_series_inclusive": "Search objects from this object group including all of if its supordinate object groups.", + "search_by_series_exclusive": "Search objects linked to exactly this object group (not those linked to any of its subordinates object groups).", + "search_by_collection_inclusive": "Search objects linked to this collection or any of its subordinate collections.", + "search_by_collection_exclusive": "Search objects linked to exactly this collection (not those linked to any of its subordinates collections).", + "search_by_space_inclusive": "Search objects linked to this space or any of its subordinate spaces.", + "search_by_space_exclusive": "Search objects linked to exactly this space (not those linked to any of its subordinates spaces)." } } \ No newline at end of file diff --git a/backend/te/action.json b/backend/te/action.json index d751be12..f352de8f 100644 --- a/backend/te/action.json +++ b/backend/te/action.json @@ -117,6 +117,14 @@ "series_input": "Add a new series", "source_input": "Add a new source", "shipment_input": "Add a new shipment", - "appointment_input": "Add a new appointment" + "appointment_input": "Add a new appointment", + "search by series inclusive": "Search objects from this object group including all of if its supordinate object groups", + "search by series exclusive": "Search objects linked to exactly this object group (not those linked to any of its subordinates object groups)", + "search_by_series_inclusive": "Search objects from this object group including all of if its supordinate object groups.", + "search_by_series_exclusive": "Search objects linked to exactly this object group (not those linked to any of its subordinates object groups).", + "search_by_collection_inclusive": "Search objects linked to this collection or any of its subordinate collections.", + "search_by_collection_exclusive": "Search objects linked to exactly this collection (not those linked to any of its subordinates collections).", + "search_by_space_inclusive": "Search objects linked to this space or any of its subordinate spaces.", + "search_by_space_exclusive": "Search objects linked to exactly this space (not those linked to any of its subordinates spaces)." } } \ No newline at end of file diff --git a/backend/tl/action.json b/backend/tl/action.json index 353debad..306eccb3 100644 --- a/backend/tl/action.json +++ b/backend/tl/action.json @@ -117,6 +117,14 @@ "series_input": "Add a new series", "source_input": "Add a new source", "shipment_input": "Add a new shipment", - "appointment_input": "Add a new appointment" + "appointment_input": "Add a new appointment", + "search by series inclusive": "Search objects from this object group including all of if its supordinate object groups", + "search by series exclusive": "Search objects linked to exactly this object group (not those linked to any of its subordinates object groups)", + "search_by_series_inclusive": "Search objects from this object group including all of if its supordinate object groups.", + "search_by_series_exclusive": "Search objects linked to exactly this object group (not those linked to any of its subordinates object groups).", + "search_by_collection_inclusive": "Search objects linked to this collection or any of its subordinate collections.", + "search_by_collection_exclusive": "Search objects linked to exactly this collection (not those linked to any of its subordinates collections).", + "search_by_space_inclusive": "Search objects linked to this space or any of its subordinate spaces.", + "search_by_space_exclusive": "Search objects linked to exactly this space (not those linked to any of its subordinates spaces)." } } \ No newline at end of file diff --git a/backend/tr/action.json b/backend/tr/action.json index 5382d958..9c2039a9 100644 --- a/backend/tr/action.json +++ b/backend/tr/action.json @@ -117,6 +117,14 @@ "series_input": "Add a new series", "source_input": "Add a new source", "shipment_input": "Add a new shipment", - "appointment_input": "Add a new appointment" + "appointment_input": "Add a new appointment", + "search by series inclusive": "Search objects from this object group including all of if its supordinate object groups", + "search by series exclusive": "Search objects linked to exactly this object group (not those linked to any of its subordinates object groups)", + "search_by_series_inclusive": "Search objects from this object group including all of if its supordinate object groups.", + "search_by_series_exclusive": "Search objects linked to exactly this object group (not those linked to any of its subordinates object groups).", + "search_by_collection_inclusive": "Search objects linked to this collection or any of its subordinate collections.", + "search_by_collection_exclusive": "Search objects linked to exactly this collection (not those linked to any of its subordinates collections).", + "search_by_space_inclusive": "Search objects linked to this space or any of its subordinate spaces.", + "search_by_space_exclusive": "Search objects linked to exactly this space (not those linked to any of its subordinates spaces)." } } \ No newline at end of file diff --git a/backend/uk/action.json b/backend/uk/action.json index f208991c..5e1c7c62 100644 --- a/backend/uk/action.json +++ b/backend/uk/action.json @@ -117,6 +117,14 @@ "series_input": "Add a new series", "source_input": "Add a new source", "shipment_input": "Add a new shipment", - "appointment_input": "Add a new appointment" + "appointment_input": "Add a new appointment", + "search by series inclusive": "Search objects from this object group including all of if its supordinate object groups", + "search by series exclusive": "Search objects linked to exactly this object group (not those linked to any of its subordinates object groups)", + "search_by_series_inclusive": "Search objects from this object group including all of if its supordinate object groups.", + "search_by_series_exclusive": "Search objects linked to exactly this object group (not those linked to any of its subordinates object groups).", + "search_by_collection_inclusive": "Search objects linked to this collection or any of its subordinate collections.", + "search_by_collection_exclusive": "Search objects linked to exactly this collection (not those linked to any of its subordinates collections).", + "search_by_space_inclusive": "Search objects linked to this space or any of its subordinate spaces.", + "search_by_space_exclusive": "Search objects linked to exactly this space (not those linked to any of its subordinates spaces)." } } \ No newline at end of file diff --git a/backend/zh/action.json b/backend/zh/action.json index d751be12..f352de8f 100644 --- a/backend/zh/action.json +++ b/backend/zh/action.json @@ -117,6 +117,14 @@ "series_input": "Add a new series", "source_input": "Add a new source", "shipment_input": "Add a new shipment", - "appointment_input": "Add a new appointment" + "appointment_input": "Add a new appointment", + "search by series inclusive": "Search objects from this object group including all of if its supordinate object groups", + "search by series exclusive": "Search objects linked to exactly this object group (not those linked to any of its subordinates object groups)", + "search_by_series_inclusive": "Search objects from this object group including all of if its supordinate object groups.", + "search_by_series_exclusive": "Search objects linked to exactly this object group (not those linked to any of its subordinates object groups).", + "search_by_collection_inclusive": "Search objects linked to this collection or any of its subordinate collections.", + "search_by_collection_exclusive": "Search objects linked to exactly this collection (not those linked to any of its subordinates collections).", + "search_by_space_inclusive": "Search objects linked to this space or any of its subordinate spaces.", + "search_by_space_exclusive": "Search objects linked to exactly this space (not those linked to any of its subordinates spaces)." } } \ No newline at end of file