From 99dd9c016f1c7dc1a83c5341d8ebb3390eb4d014 Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Thu, 2 Feb 2023 02:07:40 +0000 Subject: [PATCH] Approval in backend --- backend/ar/acquisitions.json | 30 +++++++++++++++++++++++++ backend/ar/shipments.json | 41 +++++++++++++++++++++++++++++++++++ backend/de/acquisitions.json | 30 +++++++++++++++++++++++++ backend/de/shipments.json | 41 +++++++++++++++++++++++++++++++++++ backend/dsb/acquisitions.json | 30 +++++++++++++++++++++++++ backend/dsb/shipments.json | 41 +++++++++++++++++++++++++++++++++++ backend/en/acquisitions.json | 30 +++++++++++++++++++++++++ backend/en/shipments.json | 41 +++++++++++++++++++++++++++++++++++ backend/es/acquisitions.json | 30 +++++++++++++++++++++++++ backend/es/shipments.json | 41 +++++++++++++++++++++++++++++++++++ backend/fr/acquisitions.json | 30 +++++++++++++++++++++++++ backend/fr/shipments.json | 41 +++++++++++++++++++++++++++++++++++ backend/hsb/acquisitions.json | 30 +++++++++++++++++++++++++ backend/hsb/shipments.json | 41 +++++++++++++++++++++++++++++++++++ backend/hu/acquisitions.json | 30 +++++++++++++++++++++++++ backend/hu/shipments.json | 41 +++++++++++++++++++++++++++++++++++ backend/id/acquisitions.json | 30 +++++++++++++++++++++++++ backend/id/shipments.json | 41 +++++++++++++++++++++++++++++++++++ backend/it/acquisitions.json | 30 +++++++++++++++++++++++++ backend/it/shipments.json | 41 +++++++++++++++++++++++++++++++++++ backend/iw/acquisitions.json | 30 +++++++++++++++++++++++++ backend/iw/shipments.json | 41 +++++++++++++++++++++++++++++++++++ backend/nl/acquisitions.json | 30 +++++++++++++++++++++++++ backend/nl/shipments.json | 41 +++++++++++++++++++++++++++++++++++ backend/pl/acquisitions.json | 30 +++++++++++++++++++++++++ backend/pl/shipments.json | 41 +++++++++++++++++++++++++++++++++++ backend/pt/acquisitions.json | 30 +++++++++++++++++++++++++ backend/pt/shipments.json | 41 +++++++++++++++++++++++++++++++++++ backend/ru/acquisitions.json | 30 +++++++++++++++++++++++++ backend/ru/shipments.json | 41 +++++++++++++++++++++++++++++++++++ backend/tl/acquisitions.json | 30 +++++++++++++++++++++++++ backend/tl/shipments.json | 41 +++++++++++++++++++++++++++++++++++ backend/tr/acquisitions.json | 30 +++++++++++++++++++++++++ backend/tr/shipments.json | 41 +++++++++++++++++++++++++++++++++++ backend/uk/acquisitions.json | 30 +++++++++++++++++++++++++ backend/uk/shipments.json | 41 +++++++++++++++++++++++++++++++++++ backend/zh/acquisitions.json | 30 +++++++++++++++++++++++++ backend/zh/shipments.json | 41 +++++++++++++++++++++++++++++++++++ 38 files changed, 1349 insertions(+) create mode 100644 backend/ar/acquisitions.json create mode 100644 backend/ar/shipments.json create mode 100644 backend/de/acquisitions.json create mode 100644 backend/de/shipments.json create mode 100644 backend/dsb/acquisitions.json create mode 100644 backend/dsb/shipments.json create mode 100644 backend/en/acquisitions.json create mode 100644 backend/en/shipments.json create mode 100644 backend/es/acquisitions.json create mode 100644 backend/es/shipments.json create mode 100644 backend/fr/acquisitions.json create mode 100644 backend/fr/shipments.json create mode 100644 backend/hsb/acquisitions.json create mode 100644 backend/hsb/shipments.json create mode 100644 backend/hu/acquisitions.json create mode 100644 backend/hu/shipments.json create mode 100644 backend/id/acquisitions.json create mode 100644 backend/id/shipments.json create mode 100644 backend/it/acquisitions.json create mode 100644 backend/it/shipments.json create mode 100644 backend/iw/acquisitions.json create mode 100644 backend/iw/shipments.json create mode 100644 backend/nl/acquisitions.json create mode 100644 backend/nl/shipments.json create mode 100644 backend/pl/acquisitions.json create mode 100644 backend/pl/shipments.json create mode 100644 backend/pt/acquisitions.json create mode 100644 backend/pt/shipments.json create mode 100644 backend/ru/acquisitions.json create mode 100644 backend/ru/shipments.json create mode 100644 backend/tl/acquisitions.json create mode 100644 backend/tl/shipments.json create mode 100644 backend/tr/acquisitions.json create mode 100644 backend/tr/shipments.json create mode 100644 backend/uk/acquisitions.json create mode 100644 backend/uk/shipments.json create mode 100644 backend/zh/acquisitions.json create mode 100644 backend/zh/shipments.json diff --git a/backend/ar/acquisitions.json b/backend/ar/acquisitions.json new file mode 100644 index 00000000..fa1c0b03 --- /dev/null +++ b/backend/ar/acquisitions.json @@ -0,0 +1,30 @@ +{ + "acquisitions": { + "type": "Acquisition type", + "type_explica": "Here you can select how the acquisition was done. E.g. if the objects were a gift or if you bought them..", + "name": "Acquisition name", + "name_explica": "Name the can be used for identifying the acquisition process.", + "date": "Acquisiton date", + "date_explica": "Date the acquisition was performed.", + "done_by": "Done by", + "done_by_explica": "Full name of the person who did the acquisition.", + "price": "Purchase price", + "price_explica": "Total sum paid for acquiring the objects.", + "price_currency": "Price currency", + "price_currency_explica": "The currency the price was paid in.", + "source": "Source", + "source_explica": "Source (or person) from which the objects were acquired.", + "funding_source": "Funding source", + "funding_source_explica": "Person or instition who provided funding for the acquisition.", + "reason": "Reason", + "reason_explica": "Remarks on why the objects were acquired.", + "authorized_by": "Authorized by", + "authorized_by_explica": "Person who authorized the acquisition.", + "conditions": "Conditions", + "conditions_explica": "General condition of the acquisition.", + "funding_conditions": "Funding conditions", + "funding_conditions_explica": "Conditions set by the funders", + "note": "Acquisition note", + "note_explica": "Any remark regarding the acquisition." + } +} \ No newline at end of file diff --git a/backend/ar/shipments.json b/backend/ar/shipments.json new file mode 100644 index 00000000..8f41e870 --- /dev/null +++ b/backend/ar/shipments.json @@ -0,0 +1,41 @@ +{ + "shipments": { + "type_explica": "Might be incoming or outgoing shipment", + "name": "Shipment name", + "name_explica": "A concise name that helps colleagues to identify the shipment", + "note": "Shipment none", + "note_explica": "Any remark concerning the present shipment in general", + "transport_method": "Transport methoid", + "transport_method_explica": "Information regarding the method of transportation", + "authorized_by": "Authorized by", + "authorized_by_explica": "Full name of the person who authorized the shipment", + "exit_time": "Exit time", + "exit_time_explica": "Date and time when the shipment left the place of origin", + "exit_address": "Exit address", + "exit_address_explica": "Address of the place of origin of the shipment", + "send_by": "Send by", + "send_by_explica": "Full name of the person who handed the shipment over", + "sent_by": "Sent by", + "sent_by_explica": "Full name of the person who sent the shipment away or handed it over to a courier.", + "executor": "Executor", + "executor_explica": "Person or company who actually transported the shipment. This field references the contact\/address book feature.", + "destination_time": "Destination time", + "destination_time_explica": "Time of arrival of the shipment", + "destination_address": "Destination address", + "destination_address_explica": "Address of the destination of the shipment", + "received_by": "Received by", + "received_by_explica": "Full name of the person who received the shipment", + "partner": "Partner", + "partner_explica": "Institution who is the exchange partner for the shipment", + "partner_contact": "Partner contact", + "partner_contact_explica": "Contact person at the partner institution. This field references the address feature.", + "tracking_code": "Tracking code", + "tracking_code_explica": "Tracking code at the courier, if any exists.", + "conditions": "Conditions", + "conditions_explica": "General conditions placed upon the shipment.", + "packaging_note": "Packaging note", + "packaging_note_explica": "Any remark on the packaging", + "delivery_note": "Delivery note", + "delivery_note_explica": "Remarks on the delivery, e.g. the courier arrived five day late." + } +} \ No newline at end of file diff --git a/backend/de/acquisitions.json b/backend/de/acquisitions.json new file mode 100644 index 00000000..fa1c0b03 --- /dev/null +++ b/backend/de/acquisitions.json @@ -0,0 +1,30 @@ +{ + "acquisitions": { + "type": "Acquisition type", + "type_explica": "Here you can select how the acquisition was done. E.g. if the objects were a gift or if you bought them..", + "name": "Acquisition name", + "name_explica": "Name the can be used for identifying the acquisition process.", + "date": "Acquisiton date", + "date_explica": "Date the acquisition was performed.", + "done_by": "Done by", + "done_by_explica": "Full name of the person who did the acquisition.", + "price": "Purchase price", + "price_explica": "Total sum paid for acquiring the objects.", + "price_currency": "Price currency", + "price_currency_explica": "The currency the price was paid in.", + "source": "Source", + "source_explica": "Source (or person) from which the objects were acquired.", + "funding_source": "Funding source", + "funding_source_explica": "Person or instition who provided funding for the acquisition.", + "reason": "Reason", + "reason_explica": "Remarks on why the objects were acquired.", + "authorized_by": "Authorized by", + "authorized_by_explica": "Person who authorized the acquisition.", + "conditions": "Conditions", + "conditions_explica": "General condition of the acquisition.", + "funding_conditions": "Funding conditions", + "funding_conditions_explica": "Conditions set by the funders", + "note": "Acquisition note", + "note_explica": "Any remark regarding the acquisition." + } +} \ No newline at end of file diff --git a/backend/de/shipments.json b/backend/de/shipments.json new file mode 100644 index 00000000..8f41e870 --- /dev/null +++ b/backend/de/shipments.json @@ -0,0 +1,41 @@ +{ + "shipments": { + "type_explica": "Might be incoming or outgoing shipment", + "name": "Shipment name", + "name_explica": "A concise name that helps colleagues to identify the shipment", + "note": "Shipment none", + "note_explica": "Any remark concerning the present shipment in general", + "transport_method": "Transport methoid", + "transport_method_explica": "Information regarding the method of transportation", + "authorized_by": "Authorized by", + "authorized_by_explica": "Full name of the person who authorized the shipment", + "exit_time": "Exit time", + "exit_time_explica": "Date and time when the shipment left the place of origin", + "exit_address": "Exit address", + "exit_address_explica": "Address of the place of origin of the shipment", + "send_by": "Send by", + "send_by_explica": "Full name of the person who handed the shipment over", + "sent_by": "Sent by", + "sent_by_explica": "Full name of the person who sent the shipment away or handed it over to a courier.", + "executor": "Executor", + "executor_explica": "Person or company who actually transported the shipment. This field references the contact\/address book feature.", + "destination_time": "Destination time", + "destination_time_explica": "Time of arrival of the shipment", + "destination_address": "Destination address", + "destination_address_explica": "Address of the destination of the shipment", + "received_by": "Received by", + "received_by_explica": "Full name of the person who received the shipment", + "partner": "Partner", + "partner_explica": "Institution who is the exchange partner for the shipment", + "partner_contact": "Partner contact", + "partner_contact_explica": "Contact person at the partner institution. This field references the address feature.", + "tracking_code": "Tracking code", + "tracking_code_explica": "Tracking code at the courier, if any exists.", + "conditions": "Conditions", + "conditions_explica": "General conditions placed upon the shipment.", + "packaging_note": "Packaging note", + "packaging_note_explica": "Any remark on the packaging", + "delivery_note": "Delivery note", + "delivery_note_explica": "Remarks on the delivery, e.g. the courier arrived five day late." + } +} \ No newline at end of file diff --git a/backend/dsb/acquisitions.json b/backend/dsb/acquisitions.json new file mode 100644 index 00000000..fa1c0b03 --- /dev/null +++ b/backend/dsb/acquisitions.json @@ -0,0 +1,30 @@ +{ + "acquisitions": { + "type": "Acquisition type", + "type_explica": "Here you can select how the acquisition was done. E.g. if the objects were a gift or if you bought them..", + "name": "Acquisition name", + "name_explica": "Name the can be used for identifying the acquisition process.", + "date": "Acquisiton date", + "date_explica": "Date the acquisition was performed.", + "done_by": "Done by", + "done_by_explica": "Full name of the person who did the acquisition.", + "price": "Purchase price", + "price_explica": "Total sum paid for acquiring the objects.", + "price_currency": "Price currency", + "price_currency_explica": "The currency the price was paid in.", + "source": "Source", + "source_explica": "Source (or person) from which the objects were acquired.", + "funding_source": "Funding source", + "funding_source_explica": "Person or instition who provided funding for the acquisition.", + "reason": "Reason", + "reason_explica": "Remarks on why the objects were acquired.", + "authorized_by": "Authorized by", + "authorized_by_explica": "Person who authorized the acquisition.", + "conditions": "Conditions", + "conditions_explica": "General condition of the acquisition.", + "funding_conditions": "Funding conditions", + "funding_conditions_explica": "Conditions set by the funders", + "note": "Acquisition note", + "note_explica": "Any remark regarding the acquisition." + } +} \ No newline at end of file diff --git a/backend/dsb/shipments.json b/backend/dsb/shipments.json new file mode 100644 index 00000000..8f41e870 --- /dev/null +++ b/backend/dsb/shipments.json @@ -0,0 +1,41 @@ +{ + "shipments": { + "type_explica": "Might be incoming or outgoing shipment", + "name": "Shipment name", + "name_explica": "A concise name that helps colleagues to identify the shipment", + "note": "Shipment none", + "note_explica": "Any remark concerning the present shipment in general", + "transport_method": "Transport methoid", + "transport_method_explica": "Information regarding the method of transportation", + "authorized_by": "Authorized by", + "authorized_by_explica": "Full name of the person who authorized the shipment", + "exit_time": "Exit time", + "exit_time_explica": "Date and time when the shipment left the place of origin", + "exit_address": "Exit address", + "exit_address_explica": "Address of the place of origin of the shipment", + "send_by": "Send by", + "send_by_explica": "Full name of the person who handed the shipment over", + "sent_by": "Sent by", + "sent_by_explica": "Full name of the person who sent the shipment away or handed it over to a courier.", + "executor": "Executor", + "executor_explica": "Person or company who actually transported the shipment. This field references the contact\/address book feature.", + "destination_time": "Destination time", + "destination_time_explica": "Time of arrival of the shipment", + "destination_address": "Destination address", + "destination_address_explica": "Address of the destination of the shipment", + "received_by": "Received by", + "received_by_explica": "Full name of the person who received the shipment", + "partner": "Partner", + "partner_explica": "Institution who is the exchange partner for the shipment", + "partner_contact": "Partner contact", + "partner_contact_explica": "Contact person at the partner institution. This field references the address feature.", + "tracking_code": "Tracking code", + "tracking_code_explica": "Tracking code at the courier, if any exists.", + "conditions": "Conditions", + "conditions_explica": "General conditions placed upon the shipment.", + "packaging_note": "Packaging note", + "packaging_note_explica": "Any remark on the packaging", + "delivery_note": "Delivery note", + "delivery_note_explica": "Remarks on the delivery, e.g. the courier arrived five day late." + } +} \ No newline at end of file diff --git a/backend/en/acquisitions.json b/backend/en/acquisitions.json new file mode 100644 index 00000000..fa1c0b03 --- /dev/null +++ b/backend/en/acquisitions.json @@ -0,0 +1,30 @@ +{ + "acquisitions": { + "type": "Acquisition type", + "type_explica": "Here you can select how the acquisition was done. E.g. if the objects were a gift or if you bought them..", + "name": "Acquisition name", + "name_explica": "Name the can be used for identifying the acquisition process.", + "date": "Acquisiton date", + "date_explica": "Date the acquisition was performed.", + "done_by": "Done by", + "done_by_explica": "Full name of the person who did the acquisition.", + "price": "Purchase price", + "price_explica": "Total sum paid for acquiring the objects.", + "price_currency": "Price currency", + "price_currency_explica": "The currency the price was paid in.", + "source": "Source", + "source_explica": "Source (or person) from which the objects were acquired.", + "funding_source": "Funding source", + "funding_source_explica": "Person or instition who provided funding for the acquisition.", + "reason": "Reason", + "reason_explica": "Remarks on why the objects were acquired.", + "authorized_by": "Authorized by", + "authorized_by_explica": "Person who authorized the acquisition.", + "conditions": "Conditions", + "conditions_explica": "General condition of the acquisition.", + "funding_conditions": "Funding conditions", + "funding_conditions_explica": "Conditions set by the funders", + "note": "Acquisition note", + "note_explica": "Any remark regarding the acquisition." + } +} \ No newline at end of file diff --git a/backend/en/shipments.json b/backend/en/shipments.json new file mode 100644 index 00000000..8f41e870 --- /dev/null +++ b/backend/en/shipments.json @@ -0,0 +1,41 @@ +{ + "shipments": { + "type_explica": "Might be incoming or outgoing shipment", + "name": "Shipment name", + "name_explica": "A concise name that helps colleagues to identify the shipment", + "note": "Shipment none", + "note_explica": "Any remark concerning the present shipment in general", + "transport_method": "Transport methoid", + "transport_method_explica": "Information regarding the method of transportation", + "authorized_by": "Authorized by", + "authorized_by_explica": "Full name of the person who authorized the shipment", + "exit_time": "Exit time", + "exit_time_explica": "Date and time when the shipment left the place of origin", + "exit_address": "Exit address", + "exit_address_explica": "Address of the place of origin of the shipment", + "send_by": "Send by", + "send_by_explica": "Full name of the person who handed the shipment over", + "sent_by": "Sent by", + "sent_by_explica": "Full name of the person who sent the shipment away or handed it over to a courier.", + "executor": "Executor", + "executor_explica": "Person or company who actually transported the shipment. This field references the contact\/address book feature.", + "destination_time": "Destination time", + "destination_time_explica": "Time of arrival of the shipment", + "destination_address": "Destination address", + "destination_address_explica": "Address of the destination of the shipment", + "received_by": "Received by", + "received_by_explica": "Full name of the person who received the shipment", + "partner": "Partner", + "partner_explica": "Institution who is the exchange partner for the shipment", + "partner_contact": "Partner contact", + "partner_contact_explica": "Contact person at the partner institution. This field references the address feature.", + "tracking_code": "Tracking code", + "tracking_code_explica": "Tracking code at the courier, if any exists.", + "conditions": "Conditions", + "conditions_explica": "General conditions placed upon the shipment.", + "packaging_note": "Packaging note", + "packaging_note_explica": "Any remark on the packaging", + "delivery_note": "Delivery note", + "delivery_note_explica": "Remarks on the delivery, e.g. the courier arrived five day late." + } +} \ No newline at end of file diff --git a/backend/es/acquisitions.json b/backend/es/acquisitions.json new file mode 100644 index 00000000..fa1c0b03 --- /dev/null +++ b/backend/es/acquisitions.json @@ -0,0 +1,30 @@ +{ + "acquisitions": { + "type": "Acquisition type", + "type_explica": "Here you can select how the acquisition was done. E.g. if the objects were a gift or if you bought them..", + "name": "Acquisition name", + "name_explica": "Name the can be used for identifying the acquisition process.", + "date": "Acquisiton date", + "date_explica": "Date the acquisition was performed.", + "done_by": "Done by", + "done_by_explica": "Full name of the person who did the acquisition.", + "price": "Purchase price", + "price_explica": "Total sum paid for acquiring the objects.", + "price_currency": "Price currency", + "price_currency_explica": "The currency the price was paid in.", + "source": "Source", + "source_explica": "Source (or person) from which the objects were acquired.", + "funding_source": "Funding source", + "funding_source_explica": "Person or instition who provided funding for the acquisition.", + "reason": "Reason", + "reason_explica": "Remarks on why the objects were acquired.", + "authorized_by": "Authorized by", + "authorized_by_explica": "Person who authorized the acquisition.", + "conditions": "Conditions", + "conditions_explica": "General condition of the acquisition.", + "funding_conditions": "Funding conditions", + "funding_conditions_explica": "Conditions set by the funders", + "note": "Acquisition note", + "note_explica": "Any remark regarding the acquisition." + } +} \ No newline at end of file diff --git a/backend/es/shipments.json b/backend/es/shipments.json new file mode 100644 index 00000000..8f41e870 --- /dev/null +++ b/backend/es/shipments.json @@ -0,0 +1,41 @@ +{ + "shipments": { + "type_explica": "Might be incoming or outgoing shipment", + "name": "Shipment name", + "name_explica": "A concise name that helps colleagues to identify the shipment", + "note": "Shipment none", + "note_explica": "Any remark concerning the present shipment in general", + "transport_method": "Transport methoid", + "transport_method_explica": "Information regarding the method of transportation", + "authorized_by": "Authorized by", + "authorized_by_explica": "Full name of the person who authorized the shipment", + "exit_time": "Exit time", + "exit_time_explica": "Date and time when the shipment left the place of origin", + "exit_address": "Exit address", + "exit_address_explica": "Address of the place of origin of the shipment", + "send_by": "Send by", + "send_by_explica": "Full name of the person who handed the shipment over", + "sent_by": "Sent by", + "sent_by_explica": "Full name of the person who sent the shipment away or handed it over to a courier.", + "executor": "Executor", + "executor_explica": "Person or company who actually transported the shipment. This field references the contact\/address book feature.", + "destination_time": "Destination time", + "destination_time_explica": "Time of arrival of the shipment", + "destination_address": "Destination address", + "destination_address_explica": "Address of the destination of the shipment", + "received_by": "Received by", + "received_by_explica": "Full name of the person who received the shipment", + "partner": "Partner", + "partner_explica": "Institution who is the exchange partner for the shipment", + "partner_contact": "Partner contact", + "partner_contact_explica": "Contact person at the partner institution. This field references the address feature.", + "tracking_code": "Tracking code", + "tracking_code_explica": "Tracking code at the courier, if any exists.", + "conditions": "Conditions", + "conditions_explica": "General conditions placed upon the shipment.", + "packaging_note": "Packaging note", + "packaging_note_explica": "Any remark on the packaging", + "delivery_note": "Delivery note", + "delivery_note_explica": "Remarks on the delivery, e.g. the courier arrived five day late." + } +} \ No newline at end of file diff --git a/backend/fr/acquisitions.json b/backend/fr/acquisitions.json new file mode 100644 index 00000000..fa1c0b03 --- /dev/null +++ b/backend/fr/acquisitions.json @@ -0,0 +1,30 @@ +{ + "acquisitions": { + "type": "Acquisition type", + "type_explica": "Here you can select how the acquisition was done. E.g. if the objects were a gift or if you bought them..", + "name": "Acquisition name", + "name_explica": "Name the can be used for identifying the acquisition process.", + "date": "Acquisiton date", + "date_explica": "Date the acquisition was performed.", + "done_by": "Done by", + "done_by_explica": "Full name of the person who did the acquisition.", + "price": "Purchase price", + "price_explica": "Total sum paid for acquiring the objects.", + "price_currency": "Price currency", + "price_currency_explica": "The currency the price was paid in.", + "source": "Source", + "source_explica": "Source (or person) from which the objects were acquired.", + "funding_source": "Funding source", + "funding_source_explica": "Person or instition who provided funding for the acquisition.", + "reason": "Reason", + "reason_explica": "Remarks on why the objects were acquired.", + "authorized_by": "Authorized by", + "authorized_by_explica": "Person who authorized the acquisition.", + "conditions": "Conditions", + "conditions_explica": "General condition of the acquisition.", + "funding_conditions": "Funding conditions", + "funding_conditions_explica": "Conditions set by the funders", + "note": "Acquisition note", + "note_explica": "Any remark regarding the acquisition." + } +} \ No newline at end of file diff --git a/backend/fr/shipments.json b/backend/fr/shipments.json new file mode 100644 index 00000000..8f41e870 --- /dev/null +++ b/backend/fr/shipments.json @@ -0,0 +1,41 @@ +{ + "shipments": { + "type_explica": "Might be incoming or outgoing shipment", + "name": "Shipment name", + "name_explica": "A concise name that helps colleagues to identify the shipment", + "note": "Shipment none", + "note_explica": "Any remark concerning the present shipment in general", + "transport_method": "Transport methoid", + "transport_method_explica": "Information regarding the method of transportation", + "authorized_by": "Authorized by", + "authorized_by_explica": "Full name of the person who authorized the shipment", + "exit_time": "Exit time", + "exit_time_explica": "Date and time when the shipment left the place of origin", + "exit_address": "Exit address", + "exit_address_explica": "Address of the place of origin of the shipment", + "send_by": "Send by", + "send_by_explica": "Full name of the person who handed the shipment over", + "sent_by": "Sent by", + "sent_by_explica": "Full name of the person who sent the shipment away or handed it over to a courier.", + "executor": "Executor", + "executor_explica": "Person or company who actually transported the shipment. This field references the contact\/address book feature.", + "destination_time": "Destination time", + "destination_time_explica": "Time of arrival of the shipment", + "destination_address": "Destination address", + "destination_address_explica": "Address of the destination of the shipment", + "received_by": "Received by", + "received_by_explica": "Full name of the person who received the shipment", + "partner": "Partner", + "partner_explica": "Institution who is the exchange partner for the shipment", + "partner_contact": "Partner contact", + "partner_contact_explica": "Contact person at the partner institution. This field references the address feature.", + "tracking_code": "Tracking code", + "tracking_code_explica": "Tracking code at the courier, if any exists.", + "conditions": "Conditions", + "conditions_explica": "General conditions placed upon the shipment.", + "packaging_note": "Packaging note", + "packaging_note_explica": "Any remark on the packaging", + "delivery_note": "Delivery note", + "delivery_note_explica": "Remarks on the delivery, e.g. the courier arrived five day late." + } +} \ No newline at end of file diff --git a/backend/hsb/acquisitions.json b/backend/hsb/acquisitions.json new file mode 100644 index 00000000..fa1c0b03 --- /dev/null +++ b/backend/hsb/acquisitions.json @@ -0,0 +1,30 @@ +{ + "acquisitions": { + "type": "Acquisition type", + "type_explica": "Here you can select how the acquisition was done. E.g. if the objects were a gift or if you bought them..", + "name": "Acquisition name", + "name_explica": "Name the can be used for identifying the acquisition process.", + "date": "Acquisiton date", + "date_explica": "Date the acquisition was performed.", + "done_by": "Done by", + "done_by_explica": "Full name of the person who did the acquisition.", + "price": "Purchase price", + "price_explica": "Total sum paid for acquiring the objects.", + "price_currency": "Price currency", + "price_currency_explica": "The currency the price was paid in.", + "source": "Source", + "source_explica": "Source (or person) from which the objects were acquired.", + "funding_source": "Funding source", + "funding_source_explica": "Person or instition who provided funding for the acquisition.", + "reason": "Reason", + "reason_explica": "Remarks on why the objects were acquired.", + "authorized_by": "Authorized by", + "authorized_by_explica": "Person who authorized the acquisition.", + "conditions": "Conditions", + "conditions_explica": "General condition of the acquisition.", + "funding_conditions": "Funding conditions", + "funding_conditions_explica": "Conditions set by the funders", + "note": "Acquisition note", + "note_explica": "Any remark regarding the acquisition." + } +} \ No newline at end of file diff --git a/backend/hsb/shipments.json b/backend/hsb/shipments.json new file mode 100644 index 00000000..8f41e870 --- /dev/null +++ b/backend/hsb/shipments.json @@ -0,0 +1,41 @@ +{ + "shipments": { + "type_explica": "Might be incoming or outgoing shipment", + "name": "Shipment name", + "name_explica": "A concise name that helps colleagues to identify the shipment", + "note": "Shipment none", + "note_explica": "Any remark concerning the present shipment in general", + "transport_method": "Transport methoid", + "transport_method_explica": "Information regarding the method of transportation", + "authorized_by": "Authorized by", + "authorized_by_explica": "Full name of the person who authorized the shipment", + "exit_time": "Exit time", + "exit_time_explica": "Date and time when the shipment left the place of origin", + "exit_address": "Exit address", + "exit_address_explica": "Address of the place of origin of the shipment", + "send_by": "Send by", + "send_by_explica": "Full name of the person who handed the shipment over", + "sent_by": "Sent by", + "sent_by_explica": "Full name of the person who sent the shipment away or handed it over to a courier.", + "executor": "Executor", + "executor_explica": "Person or company who actually transported the shipment. This field references the contact\/address book feature.", + "destination_time": "Destination time", + "destination_time_explica": "Time of arrival of the shipment", + "destination_address": "Destination address", + "destination_address_explica": "Address of the destination of the shipment", + "received_by": "Received by", + "received_by_explica": "Full name of the person who received the shipment", + "partner": "Partner", + "partner_explica": "Institution who is the exchange partner for the shipment", + "partner_contact": "Partner contact", + "partner_contact_explica": "Contact person at the partner institution. This field references the address feature.", + "tracking_code": "Tracking code", + "tracking_code_explica": "Tracking code at the courier, if any exists.", + "conditions": "Conditions", + "conditions_explica": "General conditions placed upon the shipment.", + "packaging_note": "Packaging note", + "packaging_note_explica": "Any remark on the packaging", + "delivery_note": "Delivery note", + "delivery_note_explica": "Remarks on the delivery, e.g. the courier arrived five day late." + } +} \ No newline at end of file diff --git a/backend/hu/acquisitions.json b/backend/hu/acquisitions.json new file mode 100644 index 00000000..fa1c0b03 --- /dev/null +++ b/backend/hu/acquisitions.json @@ -0,0 +1,30 @@ +{ + "acquisitions": { + "type": "Acquisition type", + "type_explica": "Here you can select how the acquisition was done. E.g. if the objects were a gift or if you bought them..", + "name": "Acquisition name", + "name_explica": "Name the can be used for identifying the acquisition process.", + "date": "Acquisiton date", + "date_explica": "Date the acquisition was performed.", + "done_by": "Done by", + "done_by_explica": "Full name of the person who did the acquisition.", + "price": "Purchase price", + "price_explica": "Total sum paid for acquiring the objects.", + "price_currency": "Price currency", + "price_currency_explica": "The currency the price was paid in.", + "source": "Source", + "source_explica": "Source (or person) from which the objects were acquired.", + "funding_source": "Funding source", + "funding_source_explica": "Person or instition who provided funding for the acquisition.", + "reason": "Reason", + "reason_explica": "Remarks on why the objects were acquired.", + "authorized_by": "Authorized by", + "authorized_by_explica": "Person who authorized the acquisition.", + "conditions": "Conditions", + "conditions_explica": "General condition of the acquisition.", + "funding_conditions": "Funding conditions", + "funding_conditions_explica": "Conditions set by the funders", + "note": "Acquisition note", + "note_explica": "Any remark regarding the acquisition." + } +} \ No newline at end of file diff --git a/backend/hu/shipments.json b/backend/hu/shipments.json new file mode 100644 index 00000000..8f41e870 --- /dev/null +++ b/backend/hu/shipments.json @@ -0,0 +1,41 @@ +{ + "shipments": { + "type_explica": "Might be incoming or outgoing shipment", + "name": "Shipment name", + "name_explica": "A concise name that helps colleagues to identify the shipment", + "note": "Shipment none", + "note_explica": "Any remark concerning the present shipment in general", + "transport_method": "Transport methoid", + "transport_method_explica": "Information regarding the method of transportation", + "authorized_by": "Authorized by", + "authorized_by_explica": "Full name of the person who authorized the shipment", + "exit_time": "Exit time", + "exit_time_explica": "Date and time when the shipment left the place of origin", + "exit_address": "Exit address", + "exit_address_explica": "Address of the place of origin of the shipment", + "send_by": "Send by", + "send_by_explica": "Full name of the person who handed the shipment over", + "sent_by": "Sent by", + "sent_by_explica": "Full name of the person who sent the shipment away or handed it over to a courier.", + "executor": "Executor", + "executor_explica": "Person or company who actually transported the shipment. This field references the contact\/address book feature.", + "destination_time": "Destination time", + "destination_time_explica": "Time of arrival of the shipment", + "destination_address": "Destination address", + "destination_address_explica": "Address of the destination of the shipment", + "received_by": "Received by", + "received_by_explica": "Full name of the person who received the shipment", + "partner": "Partner", + "partner_explica": "Institution who is the exchange partner for the shipment", + "partner_contact": "Partner contact", + "partner_contact_explica": "Contact person at the partner institution. This field references the address feature.", + "tracking_code": "Tracking code", + "tracking_code_explica": "Tracking code at the courier, if any exists.", + "conditions": "Conditions", + "conditions_explica": "General conditions placed upon the shipment.", + "packaging_note": "Packaging note", + "packaging_note_explica": "Any remark on the packaging", + "delivery_note": "Delivery note", + "delivery_note_explica": "Remarks on the delivery, e.g. the courier arrived five day late." + } +} \ No newline at end of file diff --git a/backend/id/acquisitions.json b/backend/id/acquisitions.json new file mode 100644 index 00000000..fa1c0b03 --- /dev/null +++ b/backend/id/acquisitions.json @@ -0,0 +1,30 @@ +{ + "acquisitions": { + "type": "Acquisition type", + "type_explica": "Here you can select how the acquisition was done. E.g. if the objects were a gift or if you bought them..", + "name": "Acquisition name", + "name_explica": "Name the can be used for identifying the acquisition process.", + "date": "Acquisiton date", + "date_explica": "Date the acquisition was performed.", + "done_by": "Done by", + "done_by_explica": "Full name of the person who did the acquisition.", + "price": "Purchase price", + "price_explica": "Total sum paid for acquiring the objects.", + "price_currency": "Price currency", + "price_currency_explica": "The currency the price was paid in.", + "source": "Source", + "source_explica": "Source (or person) from which the objects were acquired.", + "funding_source": "Funding source", + "funding_source_explica": "Person or instition who provided funding for the acquisition.", + "reason": "Reason", + "reason_explica": "Remarks on why the objects were acquired.", + "authorized_by": "Authorized by", + "authorized_by_explica": "Person who authorized the acquisition.", + "conditions": "Conditions", + "conditions_explica": "General condition of the acquisition.", + "funding_conditions": "Funding conditions", + "funding_conditions_explica": "Conditions set by the funders", + "note": "Acquisition note", + "note_explica": "Any remark regarding the acquisition." + } +} \ No newline at end of file diff --git a/backend/id/shipments.json b/backend/id/shipments.json new file mode 100644 index 00000000..8f41e870 --- /dev/null +++ b/backend/id/shipments.json @@ -0,0 +1,41 @@ +{ + "shipments": { + "type_explica": "Might be incoming or outgoing shipment", + "name": "Shipment name", + "name_explica": "A concise name that helps colleagues to identify the shipment", + "note": "Shipment none", + "note_explica": "Any remark concerning the present shipment in general", + "transport_method": "Transport methoid", + "transport_method_explica": "Information regarding the method of transportation", + "authorized_by": "Authorized by", + "authorized_by_explica": "Full name of the person who authorized the shipment", + "exit_time": "Exit time", + "exit_time_explica": "Date and time when the shipment left the place of origin", + "exit_address": "Exit address", + "exit_address_explica": "Address of the place of origin of the shipment", + "send_by": "Send by", + "send_by_explica": "Full name of the person who handed the shipment over", + "sent_by": "Sent by", + "sent_by_explica": "Full name of the person who sent the shipment away or handed it over to a courier.", + "executor": "Executor", + "executor_explica": "Person or company who actually transported the shipment. This field references the contact\/address book feature.", + "destination_time": "Destination time", + "destination_time_explica": "Time of arrival of the shipment", + "destination_address": "Destination address", + "destination_address_explica": "Address of the destination of the shipment", + "received_by": "Received by", + "received_by_explica": "Full name of the person who received the shipment", + "partner": "Partner", + "partner_explica": "Institution who is the exchange partner for the shipment", + "partner_contact": "Partner contact", + "partner_contact_explica": "Contact person at the partner institution. This field references the address feature.", + "tracking_code": "Tracking code", + "tracking_code_explica": "Tracking code at the courier, if any exists.", + "conditions": "Conditions", + "conditions_explica": "General conditions placed upon the shipment.", + "packaging_note": "Packaging note", + "packaging_note_explica": "Any remark on the packaging", + "delivery_note": "Delivery note", + "delivery_note_explica": "Remarks on the delivery, e.g. the courier arrived five day late." + } +} \ No newline at end of file diff --git a/backend/it/acquisitions.json b/backend/it/acquisitions.json new file mode 100644 index 00000000..fa1c0b03 --- /dev/null +++ b/backend/it/acquisitions.json @@ -0,0 +1,30 @@ +{ + "acquisitions": { + "type": "Acquisition type", + "type_explica": "Here you can select how the acquisition was done. E.g. if the objects were a gift or if you bought them..", + "name": "Acquisition name", + "name_explica": "Name the can be used for identifying the acquisition process.", + "date": "Acquisiton date", + "date_explica": "Date the acquisition was performed.", + "done_by": "Done by", + "done_by_explica": "Full name of the person who did the acquisition.", + "price": "Purchase price", + "price_explica": "Total sum paid for acquiring the objects.", + "price_currency": "Price currency", + "price_currency_explica": "The currency the price was paid in.", + "source": "Source", + "source_explica": "Source (or person) from which the objects were acquired.", + "funding_source": "Funding source", + "funding_source_explica": "Person or instition who provided funding for the acquisition.", + "reason": "Reason", + "reason_explica": "Remarks on why the objects were acquired.", + "authorized_by": "Authorized by", + "authorized_by_explica": "Person who authorized the acquisition.", + "conditions": "Conditions", + "conditions_explica": "General condition of the acquisition.", + "funding_conditions": "Funding conditions", + "funding_conditions_explica": "Conditions set by the funders", + "note": "Acquisition note", + "note_explica": "Any remark regarding the acquisition." + } +} \ No newline at end of file diff --git a/backend/it/shipments.json b/backend/it/shipments.json new file mode 100644 index 00000000..8f41e870 --- /dev/null +++ b/backend/it/shipments.json @@ -0,0 +1,41 @@ +{ + "shipments": { + "type_explica": "Might be incoming or outgoing shipment", + "name": "Shipment name", + "name_explica": "A concise name that helps colleagues to identify the shipment", + "note": "Shipment none", + "note_explica": "Any remark concerning the present shipment in general", + "transport_method": "Transport methoid", + "transport_method_explica": "Information regarding the method of transportation", + "authorized_by": "Authorized by", + "authorized_by_explica": "Full name of the person who authorized the shipment", + "exit_time": "Exit time", + "exit_time_explica": "Date and time when the shipment left the place of origin", + "exit_address": "Exit address", + "exit_address_explica": "Address of the place of origin of the shipment", + "send_by": "Send by", + "send_by_explica": "Full name of the person who handed the shipment over", + "sent_by": "Sent by", + "sent_by_explica": "Full name of the person who sent the shipment away or handed it over to a courier.", + "executor": "Executor", + "executor_explica": "Person or company who actually transported the shipment. This field references the contact\/address book feature.", + "destination_time": "Destination time", + "destination_time_explica": "Time of arrival of the shipment", + "destination_address": "Destination address", + "destination_address_explica": "Address of the destination of the shipment", + "received_by": "Received by", + "received_by_explica": "Full name of the person who received the shipment", + "partner": "Partner", + "partner_explica": "Institution who is the exchange partner for the shipment", + "partner_contact": "Partner contact", + "partner_contact_explica": "Contact person at the partner institution. This field references the address feature.", + "tracking_code": "Tracking code", + "tracking_code_explica": "Tracking code at the courier, if any exists.", + "conditions": "Conditions", + "conditions_explica": "General conditions placed upon the shipment.", + "packaging_note": "Packaging note", + "packaging_note_explica": "Any remark on the packaging", + "delivery_note": "Delivery note", + "delivery_note_explica": "Remarks on the delivery, e.g. the courier arrived five day late." + } +} \ No newline at end of file diff --git a/backend/iw/acquisitions.json b/backend/iw/acquisitions.json new file mode 100644 index 00000000..fa1c0b03 --- /dev/null +++ b/backend/iw/acquisitions.json @@ -0,0 +1,30 @@ +{ + "acquisitions": { + "type": "Acquisition type", + "type_explica": "Here you can select how the acquisition was done. E.g. if the objects were a gift or if you bought them..", + "name": "Acquisition name", + "name_explica": "Name the can be used for identifying the acquisition process.", + "date": "Acquisiton date", + "date_explica": "Date the acquisition was performed.", + "done_by": "Done by", + "done_by_explica": "Full name of the person who did the acquisition.", + "price": "Purchase price", + "price_explica": "Total sum paid for acquiring the objects.", + "price_currency": "Price currency", + "price_currency_explica": "The currency the price was paid in.", + "source": "Source", + "source_explica": "Source (or person) from which the objects were acquired.", + "funding_source": "Funding source", + "funding_source_explica": "Person or instition who provided funding for the acquisition.", + "reason": "Reason", + "reason_explica": "Remarks on why the objects were acquired.", + "authorized_by": "Authorized by", + "authorized_by_explica": "Person who authorized the acquisition.", + "conditions": "Conditions", + "conditions_explica": "General condition of the acquisition.", + "funding_conditions": "Funding conditions", + "funding_conditions_explica": "Conditions set by the funders", + "note": "Acquisition note", + "note_explica": "Any remark regarding the acquisition." + } +} \ No newline at end of file diff --git a/backend/iw/shipments.json b/backend/iw/shipments.json new file mode 100644 index 00000000..8f41e870 --- /dev/null +++ b/backend/iw/shipments.json @@ -0,0 +1,41 @@ +{ + "shipments": { + "type_explica": "Might be incoming or outgoing shipment", + "name": "Shipment name", + "name_explica": "A concise name that helps colleagues to identify the shipment", + "note": "Shipment none", + "note_explica": "Any remark concerning the present shipment in general", + "transport_method": "Transport methoid", + "transport_method_explica": "Information regarding the method of transportation", + "authorized_by": "Authorized by", + "authorized_by_explica": "Full name of the person who authorized the shipment", + "exit_time": "Exit time", + "exit_time_explica": "Date and time when the shipment left the place of origin", + "exit_address": "Exit address", + "exit_address_explica": "Address of the place of origin of the shipment", + "send_by": "Send by", + "send_by_explica": "Full name of the person who handed the shipment over", + "sent_by": "Sent by", + "sent_by_explica": "Full name of the person who sent the shipment away or handed it over to a courier.", + "executor": "Executor", + "executor_explica": "Person or company who actually transported the shipment. This field references the contact\/address book feature.", + "destination_time": "Destination time", + "destination_time_explica": "Time of arrival of the shipment", + "destination_address": "Destination address", + "destination_address_explica": "Address of the destination of the shipment", + "received_by": "Received by", + "received_by_explica": "Full name of the person who received the shipment", + "partner": "Partner", + "partner_explica": "Institution who is the exchange partner for the shipment", + "partner_contact": "Partner contact", + "partner_contact_explica": "Contact person at the partner institution. This field references the address feature.", + "tracking_code": "Tracking code", + "tracking_code_explica": "Tracking code at the courier, if any exists.", + "conditions": "Conditions", + "conditions_explica": "General conditions placed upon the shipment.", + "packaging_note": "Packaging note", + "packaging_note_explica": "Any remark on the packaging", + "delivery_note": "Delivery note", + "delivery_note_explica": "Remarks on the delivery, e.g. the courier arrived five day late." + } +} \ No newline at end of file diff --git a/backend/nl/acquisitions.json b/backend/nl/acquisitions.json new file mode 100644 index 00000000..fa1c0b03 --- /dev/null +++ b/backend/nl/acquisitions.json @@ -0,0 +1,30 @@ +{ + "acquisitions": { + "type": "Acquisition type", + "type_explica": "Here you can select how the acquisition was done. E.g. if the objects were a gift or if you bought them..", + "name": "Acquisition name", + "name_explica": "Name the can be used for identifying the acquisition process.", + "date": "Acquisiton date", + "date_explica": "Date the acquisition was performed.", + "done_by": "Done by", + "done_by_explica": "Full name of the person who did the acquisition.", + "price": "Purchase price", + "price_explica": "Total sum paid for acquiring the objects.", + "price_currency": "Price currency", + "price_currency_explica": "The currency the price was paid in.", + "source": "Source", + "source_explica": "Source (or person) from which the objects were acquired.", + "funding_source": "Funding source", + "funding_source_explica": "Person or instition who provided funding for the acquisition.", + "reason": "Reason", + "reason_explica": "Remarks on why the objects were acquired.", + "authorized_by": "Authorized by", + "authorized_by_explica": "Person who authorized the acquisition.", + "conditions": "Conditions", + "conditions_explica": "General condition of the acquisition.", + "funding_conditions": "Funding conditions", + "funding_conditions_explica": "Conditions set by the funders", + "note": "Acquisition note", + "note_explica": "Any remark regarding the acquisition." + } +} \ No newline at end of file diff --git a/backend/nl/shipments.json b/backend/nl/shipments.json new file mode 100644 index 00000000..8f41e870 --- /dev/null +++ b/backend/nl/shipments.json @@ -0,0 +1,41 @@ +{ + "shipments": { + "type_explica": "Might be incoming or outgoing shipment", + "name": "Shipment name", + "name_explica": "A concise name that helps colleagues to identify the shipment", + "note": "Shipment none", + "note_explica": "Any remark concerning the present shipment in general", + "transport_method": "Transport methoid", + "transport_method_explica": "Information regarding the method of transportation", + "authorized_by": "Authorized by", + "authorized_by_explica": "Full name of the person who authorized the shipment", + "exit_time": "Exit time", + "exit_time_explica": "Date and time when the shipment left the place of origin", + "exit_address": "Exit address", + "exit_address_explica": "Address of the place of origin of the shipment", + "send_by": "Send by", + "send_by_explica": "Full name of the person who handed the shipment over", + "sent_by": "Sent by", + "sent_by_explica": "Full name of the person who sent the shipment away or handed it over to a courier.", + "executor": "Executor", + "executor_explica": "Person or company who actually transported the shipment. This field references the contact\/address book feature.", + "destination_time": "Destination time", + "destination_time_explica": "Time of arrival of the shipment", + "destination_address": "Destination address", + "destination_address_explica": "Address of the destination of the shipment", + "received_by": "Received by", + "received_by_explica": "Full name of the person who received the shipment", + "partner": "Partner", + "partner_explica": "Institution who is the exchange partner for the shipment", + "partner_contact": "Partner contact", + "partner_contact_explica": "Contact person at the partner institution. This field references the address feature.", + "tracking_code": "Tracking code", + "tracking_code_explica": "Tracking code at the courier, if any exists.", + "conditions": "Conditions", + "conditions_explica": "General conditions placed upon the shipment.", + "packaging_note": "Packaging note", + "packaging_note_explica": "Any remark on the packaging", + "delivery_note": "Delivery note", + "delivery_note_explica": "Remarks on the delivery, e.g. the courier arrived five day late." + } +} \ No newline at end of file diff --git a/backend/pl/acquisitions.json b/backend/pl/acquisitions.json new file mode 100644 index 00000000..fa1c0b03 --- /dev/null +++ b/backend/pl/acquisitions.json @@ -0,0 +1,30 @@ +{ + "acquisitions": { + "type": "Acquisition type", + "type_explica": "Here you can select how the acquisition was done. E.g. if the objects were a gift or if you bought them..", + "name": "Acquisition name", + "name_explica": "Name the can be used for identifying the acquisition process.", + "date": "Acquisiton date", + "date_explica": "Date the acquisition was performed.", + "done_by": "Done by", + "done_by_explica": "Full name of the person who did the acquisition.", + "price": "Purchase price", + "price_explica": "Total sum paid for acquiring the objects.", + "price_currency": "Price currency", + "price_currency_explica": "The currency the price was paid in.", + "source": "Source", + "source_explica": "Source (or person) from which the objects were acquired.", + "funding_source": "Funding source", + "funding_source_explica": "Person or instition who provided funding for the acquisition.", + "reason": "Reason", + "reason_explica": "Remarks on why the objects were acquired.", + "authorized_by": "Authorized by", + "authorized_by_explica": "Person who authorized the acquisition.", + "conditions": "Conditions", + "conditions_explica": "General condition of the acquisition.", + "funding_conditions": "Funding conditions", + "funding_conditions_explica": "Conditions set by the funders", + "note": "Acquisition note", + "note_explica": "Any remark regarding the acquisition." + } +} \ No newline at end of file diff --git a/backend/pl/shipments.json b/backend/pl/shipments.json new file mode 100644 index 00000000..8f41e870 --- /dev/null +++ b/backend/pl/shipments.json @@ -0,0 +1,41 @@ +{ + "shipments": { + "type_explica": "Might be incoming or outgoing shipment", + "name": "Shipment name", + "name_explica": "A concise name that helps colleagues to identify the shipment", + "note": "Shipment none", + "note_explica": "Any remark concerning the present shipment in general", + "transport_method": "Transport methoid", + "transport_method_explica": "Information regarding the method of transportation", + "authorized_by": "Authorized by", + "authorized_by_explica": "Full name of the person who authorized the shipment", + "exit_time": "Exit time", + "exit_time_explica": "Date and time when the shipment left the place of origin", + "exit_address": "Exit address", + "exit_address_explica": "Address of the place of origin of the shipment", + "send_by": "Send by", + "send_by_explica": "Full name of the person who handed the shipment over", + "sent_by": "Sent by", + "sent_by_explica": "Full name of the person who sent the shipment away or handed it over to a courier.", + "executor": "Executor", + "executor_explica": "Person or company who actually transported the shipment. This field references the contact\/address book feature.", + "destination_time": "Destination time", + "destination_time_explica": "Time of arrival of the shipment", + "destination_address": "Destination address", + "destination_address_explica": "Address of the destination of the shipment", + "received_by": "Received by", + "received_by_explica": "Full name of the person who received the shipment", + "partner": "Partner", + "partner_explica": "Institution who is the exchange partner for the shipment", + "partner_contact": "Partner contact", + "partner_contact_explica": "Contact person at the partner institution. This field references the address feature.", + "tracking_code": "Tracking code", + "tracking_code_explica": "Tracking code at the courier, if any exists.", + "conditions": "Conditions", + "conditions_explica": "General conditions placed upon the shipment.", + "packaging_note": "Packaging note", + "packaging_note_explica": "Any remark on the packaging", + "delivery_note": "Delivery note", + "delivery_note_explica": "Remarks on the delivery, e.g. the courier arrived five day late." + } +} \ No newline at end of file diff --git a/backend/pt/acquisitions.json b/backend/pt/acquisitions.json new file mode 100644 index 00000000..fa1c0b03 --- /dev/null +++ b/backend/pt/acquisitions.json @@ -0,0 +1,30 @@ +{ + "acquisitions": { + "type": "Acquisition type", + "type_explica": "Here you can select how the acquisition was done. E.g. if the objects were a gift or if you bought them..", + "name": "Acquisition name", + "name_explica": "Name the can be used for identifying the acquisition process.", + "date": "Acquisiton date", + "date_explica": "Date the acquisition was performed.", + "done_by": "Done by", + "done_by_explica": "Full name of the person who did the acquisition.", + "price": "Purchase price", + "price_explica": "Total sum paid for acquiring the objects.", + "price_currency": "Price currency", + "price_currency_explica": "The currency the price was paid in.", + "source": "Source", + "source_explica": "Source (or person) from which the objects were acquired.", + "funding_source": "Funding source", + "funding_source_explica": "Person or instition who provided funding for the acquisition.", + "reason": "Reason", + "reason_explica": "Remarks on why the objects were acquired.", + "authorized_by": "Authorized by", + "authorized_by_explica": "Person who authorized the acquisition.", + "conditions": "Conditions", + "conditions_explica": "General condition of the acquisition.", + "funding_conditions": "Funding conditions", + "funding_conditions_explica": "Conditions set by the funders", + "note": "Acquisition note", + "note_explica": "Any remark regarding the acquisition." + } +} \ No newline at end of file diff --git a/backend/pt/shipments.json b/backend/pt/shipments.json new file mode 100644 index 00000000..8f41e870 --- /dev/null +++ b/backend/pt/shipments.json @@ -0,0 +1,41 @@ +{ + "shipments": { + "type_explica": "Might be incoming or outgoing shipment", + "name": "Shipment name", + "name_explica": "A concise name that helps colleagues to identify the shipment", + "note": "Shipment none", + "note_explica": "Any remark concerning the present shipment in general", + "transport_method": "Transport methoid", + "transport_method_explica": "Information regarding the method of transportation", + "authorized_by": "Authorized by", + "authorized_by_explica": "Full name of the person who authorized the shipment", + "exit_time": "Exit time", + "exit_time_explica": "Date and time when the shipment left the place of origin", + "exit_address": "Exit address", + "exit_address_explica": "Address of the place of origin of the shipment", + "send_by": "Send by", + "send_by_explica": "Full name of the person who handed the shipment over", + "sent_by": "Sent by", + "sent_by_explica": "Full name of the person who sent the shipment away or handed it over to a courier.", + "executor": "Executor", + "executor_explica": "Person or company who actually transported the shipment. This field references the contact\/address book feature.", + "destination_time": "Destination time", + "destination_time_explica": "Time of arrival of the shipment", + "destination_address": "Destination address", + "destination_address_explica": "Address of the destination of the shipment", + "received_by": "Received by", + "received_by_explica": "Full name of the person who received the shipment", + "partner": "Partner", + "partner_explica": "Institution who is the exchange partner for the shipment", + "partner_contact": "Partner contact", + "partner_contact_explica": "Contact person at the partner institution. This field references the address feature.", + "tracking_code": "Tracking code", + "tracking_code_explica": "Tracking code at the courier, if any exists.", + "conditions": "Conditions", + "conditions_explica": "General conditions placed upon the shipment.", + "packaging_note": "Packaging note", + "packaging_note_explica": "Any remark on the packaging", + "delivery_note": "Delivery note", + "delivery_note_explica": "Remarks on the delivery, e.g. the courier arrived five day late." + } +} \ No newline at end of file diff --git a/backend/ru/acquisitions.json b/backend/ru/acquisitions.json new file mode 100644 index 00000000..fa1c0b03 --- /dev/null +++ b/backend/ru/acquisitions.json @@ -0,0 +1,30 @@ +{ + "acquisitions": { + "type": "Acquisition type", + "type_explica": "Here you can select how the acquisition was done. E.g. if the objects were a gift or if you bought them..", + "name": "Acquisition name", + "name_explica": "Name the can be used for identifying the acquisition process.", + "date": "Acquisiton date", + "date_explica": "Date the acquisition was performed.", + "done_by": "Done by", + "done_by_explica": "Full name of the person who did the acquisition.", + "price": "Purchase price", + "price_explica": "Total sum paid for acquiring the objects.", + "price_currency": "Price currency", + "price_currency_explica": "The currency the price was paid in.", + "source": "Source", + "source_explica": "Source (or person) from which the objects were acquired.", + "funding_source": "Funding source", + "funding_source_explica": "Person or instition who provided funding for the acquisition.", + "reason": "Reason", + "reason_explica": "Remarks on why the objects were acquired.", + "authorized_by": "Authorized by", + "authorized_by_explica": "Person who authorized the acquisition.", + "conditions": "Conditions", + "conditions_explica": "General condition of the acquisition.", + "funding_conditions": "Funding conditions", + "funding_conditions_explica": "Conditions set by the funders", + "note": "Acquisition note", + "note_explica": "Any remark regarding the acquisition." + } +} \ No newline at end of file diff --git a/backend/ru/shipments.json b/backend/ru/shipments.json new file mode 100644 index 00000000..8f41e870 --- /dev/null +++ b/backend/ru/shipments.json @@ -0,0 +1,41 @@ +{ + "shipments": { + "type_explica": "Might be incoming or outgoing shipment", + "name": "Shipment name", + "name_explica": "A concise name that helps colleagues to identify the shipment", + "note": "Shipment none", + "note_explica": "Any remark concerning the present shipment in general", + "transport_method": "Transport methoid", + "transport_method_explica": "Information regarding the method of transportation", + "authorized_by": "Authorized by", + "authorized_by_explica": "Full name of the person who authorized the shipment", + "exit_time": "Exit time", + "exit_time_explica": "Date and time when the shipment left the place of origin", + "exit_address": "Exit address", + "exit_address_explica": "Address of the place of origin of the shipment", + "send_by": "Send by", + "send_by_explica": "Full name of the person who handed the shipment over", + "sent_by": "Sent by", + "sent_by_explica": "Full name of the person who sent the shipment away or handed it over to a courier.", + "executor": "Executor", + "executor_explica": "Person or company who actually transported the shipment. This field references the contact\/address book feature.", + "destination_time": "Destination time", + "destination_time_explica": "Time of arrival of the shipment", + "destination_address": "Destination address", + "destination_address_explica": "Address of the destination of the shipment", + "received_by": "Received by", + "received_by_explica": "Full name of the person who received the shipment", + "partner": "Partner", + "partner_explica": "Institution who is the exchange partner for the shipment", + "partner_contact": "Partner contact", + "partner_contact_explica": "Contact person at the partner institution. This field references the address feature.", + "tracking_code": "Tracking code", + "tracking_code_explica": "Tracking code at the courier, if any exists.", + "conditions": "Conditions", + "conditions_explica": "General conditions placed upon the shipment.", + "packaging_note": "Packaging note", + "packaging_note_explica": "Any remark on the packaging", + "delivery_note": "Delivery note", + "delivery_note_explica": "Remarks on the delivery, e.g. the courier arrived five day late." + } +} \ No newline at end of file diff --git a/backend/tl/acquisitions.json b/backend/tl/acquisitions.json new file mode 100644 index 00000000..fa1c0b03 --- /dev/null +++ b/backend/tl/acquisitions.json @@ -0,0 +1,30 @@ +{ + "acquisitions": { + "type": "Acquisition type", + "type_explica": "Here you can select how the acquisition was done. E.g. if the objects were a gift or if you bought them..", + "name": "Acquisition name", + "name_explica": "Name the can be used for identifying the acquisition process.", + "date": "Acquisiton date", + "date_explica": "Date the acquisition was performed.", + "done_by": "Done by", + "done_by_explica": "Full name of the person who did the acquisition.", + "price": "Purchase price", + "price_explica": "Total sum paid for acquiring the objects.", + "price_currency": "Price currency", + "price_currency_explica": "The currency the price was paid in.", + "source": "Source", + "source_explica": "Source (or person) from which the objects were acquired.", + "funding_source": "Funding source", + "funding_source_explica": "Person or instition who provided funding for the acquisition.", + "reason": "Reason", + "reason_explica": "Remarks on why the objects were acquired.", + "authorized_by": "Authorized by", + "authorized_by_explica": "Person who authorized the acquisition.", + "conditions": "Conditions", + "conditions_explica": "General condition of the acquisition.", + "funding_conditions": "Funding conditions", + "funding_conditions_explica": "Conditions set by the funders", + "note": "Acquisition note", + "note_explica": "Any remark regarding the acquisition." + } +} \ No newline at end of file diff --git a/backend/tl/shipments.json b/backend/tl/shipments.json new file mode 100644 index 00000000..8f41e870 --- /dev/null +++ b/backend/tl/shipments.json @@ -0,0 +1,41 @@ +{ + "shipments": { + "type_explica": "Might be incoming or outgoing shipment", + "name": "Shipment name", + "name_explica": "A concise name that helps colleagues to identify the shipment", + "note": "Shipment none", + "note_explica": "Any remark concerning the present shipment in general", + "transport_method": "Transport methoid", + "transport_method_explica": "Information regarding the method of transportation", + "authorized_by": "Authorized by", + "authorized_by_explica": "Full name of the person who authorized the shipment", + "exit_time": "Exit time", + "exit_time_explica": "Date and time when the shipment left the place of origin", + "exit_address": "Exit address", + "exit_address_explica": "Address of the place of origin of the shipment", + "send_by": "Send by", + "send_by_explica": "Full name of the person who handed the shipment over", + "sent_by": "Sent by", + "sent_by_explica": "Full name of the person who sent the shipment away or handed it over to a courier.", + "executor": "Executor", + "executor_explica": "Person or company who actually transported the shipment. This field references the contact\/address book feature.", + "destination_time": "Destination time", + "destination_time_explica": "Time of arrival of the shipment", + "destination_address": "Destination address", + "destination_address_explica": "Address of the destination of the shipment", + "received_by": "Received by", + "received_by_explica": "Full name of the person who received the shipment", + "partner": "Partner", + "partner_explica": "Institution who is the exchange partner for the shipment", + "partner_contact": "Partner contact", + "partner_contact_explica": "Contact person at the partner institution. This field references the address feature.", + "tracking_code": "Tracking code", + "tracking_code_explica": "Tracking code at the courier, if any exists.", + "conditions": "Conditions", + "conditions_explica": "General conditions placed upon the shipment.", + "packaging_note": "Packaging note", + "packaging_note_explica": "Any remark on the packaging", + "delivery_note": "Delivery note", + "delivery_note_explica": "Remarks on the delivery, e.g. the courier arrived five day late." + } +} \ No newline at end of file diff --git a/backend/tr/acquisitions.json b/backend/tr/acquisitions.json new file mode 100644 index 00000000..fa1c0b03 --- /dev/null +++ b/backend/tr/acquisitions.json @@ -0,0 +1,30 @@ +{ + "acquisitions": { + "type": "Acquisition type", + "type_explica": "Here you can select how the acquisition was done. E.g. if the objects were a gift or if you bought them..", + "name": "Acquisition name", + "name_explica": "Name the can be used for identifying the acquisition process.", + "date": "Acquisiton date", + "date_explica": "Date the acquisition was performed.", + "done_by": "Done by", + "done_by_explica": "Full name of the person who did the acquisition.", + "price": "Purchase price", + "price_explica": "Total sum paid for acquiring the objects.", + "price_currency": "Price currency", + "price_currency_explica": "The currency the price was paid in.", + "source": "Source", + "source_explica": "Source (or person) from which the objects were acquired.", + "funding_source": "Funding source", + "funding_source_explica": "Person or instition who provided funding for the acquisition.", + "reason": "Reason", + "reason_explica": "Remarks on why the objects were acquired.", + "authorized_by": "Authorized by", + "authorized_by_explica": "Person who authorized the acquisition.", + "conditions": "Conditions", + "conditions_explica": "General condition of the acquisition.", + "funding_conditions": "Funding conditions", + "funding_conditions_explica": "Conditions set by the funders", + "note": "Acquisition note", + "note_explica": "Any remark regarding the acquisition." + } +} \ No newline at end of file diff --git a/backend/tr/shipments.json b/backend/tr/shipments.json new file mode 100644 index 00000000..8f41e870 --- /dev/null +++ b/backend/tr/shipments.json @@ -0,0 +1,41 @@ +{ + "shipments": { + "type_explica": "Might be incoming or outgoing shipment", + "name": "Shipment name", + "name_explica": "A concise name that helps colleagues to identify the shipment", + "note": "Shipment none", + "note_explica": "Any remark concerning the present shipment in general", + "transport_method": "Transport methoid", + "transport_method_explica": "Information regarding the method of transportation", + "authorized_by": "Authorized by", + "authorized_by_explica": "Full name of the person who authorized the shipment", + "exit_time": "Exit time", + "exit_time_explica": "Date and time when the shipment left the place of origin", + "exit_address": "Exit address", + "exit_address_explica": "Address of the place of origin of the shipment", + "send_by": "Send by", + "send_by_explica": "Full name of the person who handed the shipment over", + "sent_by": "Sent by", + "sent_by_explica": "Full name of the person who sent the shipment away or handed it over to a courier.", + "executor": "Executor", + "executor_explica": "Person or company who actually transported the shipment. This field references the contact\/address book feature.", + "destination_time": "Destination time", + "destination_time_explica": "Time of arrival of the shipment", + "destination_address": "Destination address", + "destination_address_explica": "Address of the destination of the shipment", + "received_by": "Received by", + "received_by_explica": "Full name of the person who received the shipment", + "partner": "Partner", + "partner_explica": "Institution who is the exchange partner for the shipment", + "partner_contact": "Partner contact", + "partner_contact_explica": "Contact person at the partner institution. This field references the address feature.", + "tracking_code": "Tracking code", + "tracking_code_explica": "Tracking code at the courier, if any exists.", + "conditions": "Conditions", + "conditions_explica": "General conditions placed upon the shipment.", + "packaging_note": "Packaging note", + "packaging_note_explica": "Any remark on the packaging", + "delivery_note": "Delivery note", + "delivery_note_explica": "Remarks on the delivery, e.g. the courier arrived five day late." + } +} \ No newline at end of file diff --git a/backend/uk/acquisitions.json b/backend/uk/acquisitions.json new file mode 100644 index 00000000..fa1c0b03 --- /dev/null +++ b/backend/uk/acquisitions.json @@ -0,0 +1,30 @@ +{ + "acquisitions": { + "type": "Acquisition type", + "type_explica": "Here you can select how the acquisition was done. E.g. if the objects were a gift or if you bought them..", + "name": "Acquisition name", + "name_explica": "Name the can be used for identifying the acquisition process.", + "date": "Acquisiton date", + "date_explica": "Date the acquisition was performed.", + "done_by": "Done by", + "done_by_explica": "Full name of the person who did the acquisition.", + "price": "Purchase price", + "price_explica": "Total sum paid for acquiring the objects.", + "price_currency": "Price currency", + "price_currency_explica": "The currency the price was paid in.", + "source": "Source", + "source_explica": "Source (or person) from which the objects were acquired.", + "funding_source": "Funding source", + "funding_source_explica": "Person or instition who provided funding for the acquisition.", + "reason": "Reason", + "reason_explica": "Remarks on why the objects were acquired.", + "authorized_by": "Authorized by", + "authorized_by_explica": "Person who authorized the acquisition.", + "conditions": "Conditions", + "conditions_explica": "General condition of the acquisition.", + "funding_conditions": "Funding conditions", + "funding_conditions_explica": "Conditions set by the funders", + "note": "Acquisition note", + "note_explica": "Any remark regarding the acquisition." + } +} \ No newline at end of file diff --git a/backend/uk/shipments.json b/backend/uk/shipments.json new file mode 100644 index 00000000..8f41e870 --- /dev/null +++ b/backend/uk/shipments.json @@ -0,0 +1,41 @@ +{ + "shipments": { + "type_explica": "Might be incoming or outgoing shipment", + "name": "Shipment name", + "name_explica": "A concise name that helps colleagues to identify the shipment", + "note": "Shipment none", + "note_explica": "Any remark concerning the present shipment in general", + "transport_method": "Transport methoid", + "transport_method_explica": "Information regarding the method of transportation", + "authorized_by": "Authorized by", + "authorized_by_explica": "Full name of the person who authorized the shipment", + "exit_time": "Exit time", + "exit_time_explica": "Date and time when the shipment left the place of origin", + "exit_address": "Exit address", + "exit_address_explica": "Address of the place of origin of the shipment", + "send_by": "Send by", + "send_by_explica": "Full name of the person who handed the shipment over", + "sent_by": "Sent by", + "sent_by_explica": "Full name of the person who sent the shipment away or handed it over to a courier.", + "executor": "Executor", + "executor_explica": "Person or company who actually transported the shipment. This field references the contact\/address book feature.", + "destination_time": "Destination time", + "destination_time_explica": "Time of arrival of the shipment", + "destination_address": "Destination address", + "destination_address_explica": "Address of the destination of the shipment", + "received_by": "Received by", + "received_by_explica": "Full name of the person who received the shipment", + "partner": "Partner", + "partner_explica": "Institution who is the exchange partner for the shipment", + "partner_contact": "Partner contact", + "partner_contact_explica": "Contact person at the partner institution. This field references the address feature.", + "tracking_code": "Tracking code", + "tracking_code_explica": "Tracking code at the courier, if any exists.", + "conditions": "Conditions", + "conditions_explica": "General conditions placed upon the shipment.", + "packaging_note": "Packaging note", + "packaging_note_explica": "Any remark on the packaging", + "delivery_note": "Delivery note", + "delivery_note_explica": "Remarks on the delivery, e.g. the courier arrived five day late." + } +} \ No newline at end of file diff --git a/backend/zh/acquisitions.json b/backend/zh/acquisitions.json new file mode 100644 index 00000000..fa1c0b03 --- /dev/null +++ b/backend/zh/acquisitions.json @@ -0,0 +1,30 @@ +{ + "acquisitions": { + "type": "Acquisition type", + "type_explica": "Here you can select how the acquisition was done. E.g. if the objects were a gift or if you bought them..", + "name": "Acquisition name", + "name_explica": "Name the can be used for identifying the acquisition process.", + "date": "Acquisiton date", + "date_explica": "Date the acquisition was performed.", + "done_by": "Done by", + "done_by_explica": "Full name of the person who did the acquisition.", + "price": "Purchase price", + "price_explica": "Total sum paid for acquiring the objects.", + "price_currency": "Price currency", + "price_currency_explica": "The currency the price was paid in.", + "source": "Source", + "source_explica": "Source (or person) from which the objects were acquired.", + "funding_source": "Funding source", + "funding_source_explica": "Person or instition who provided funding for the acquisition.", + "reason": "Reason", + "reason_explica": "Remarks on why the objects were acquired.", + "authorized_by": "Authorized by", + "authorized_by_explica": "Person who authorized the acquisition.", + "conditions": "Conditions", + "conditions_explica": "General condition of the acquisition.", + "funding_conditions": "Funding conditions", + "funding_conditions_explica": "Conditions set by the funders", + "note": "Acquisition note", + "note_explica": "Any remark regarding the acquisition." + } +} \ No newline at end of file diff --git a/backend/zh/shipments.json b/backend/zh/shipments.json new file mode 100644 index 00000000..8f41e870 --- /dev/null +++ b/backend/zh/shipments.json @@ -0,0 +1,41 @@ +{ + "shipments": { + "type_explica": "Might be incoming or outgoing shipment", + "name": "Shipment name", + "name_explica": "A concise name that helps colleagues to identify the shipment", + "note": "Shipment none", + "note_explica": "Any remark concerning the present shipment in general", + "transport_method": "Transport methoid", + "transport_method_explica": "Information regarding the method of transportation", + "authorized_by": "Authorized by", + "authorized_by_explica": "Full name of the person who authorized the shipment", + "exit_time": "Exit time", + "exit_time_explica": "Date and time when the shipment left the place of origin", + "exit_address": "Exit address", + "exit_address_explica": "Address of the place of origin of the shipment", + "send_by": "Send by", + "send_by_explica": "Full name of the person who handed the shipment over", + "sent_by": "Sent by", + "sent_by_explica": "Full name of the person who sent the shipment away or handed it over to a courier.", + "executor": "Executor", + "executor_explica": "Person or company who actually transported the shipment. This field references the contact\/address book feature.", + "destination_time": "Destination time", + "destination_time_explica": "Time of arrival of the shipment", + "destination_address": "Destination address", + "destination_address_explica": "Address of the destination of the shipment", + "received_by": "Received by", + "received_by_explica": "Full name of the person who received the shipment", + "partner": "Partner", + "partner_explica": "Institution who is the exchange partner for the shipment", + "partner_contact": "Partner contact", + "partner_contact_explica": "Contact person at the partner institution. This field references the address feature.", + "tracking_code": "Tracking code", + "tracking_code_explica": "Tracking code at the courier, if any exists.", + "conditions": "Conditions", + "conditions_explica": "General conditions placed upon the shipment.", + "packaging_note": "Packaging note", + "packaging_note_explica": "Any remark on the packaging", + "delivery_note": "Delivery note", + "delivery_note_explica": "Remarks on the delivery, e.g. the courier arrived five day late." + } +} \ No newline at end of file