Approval in backend
This commit is contained in:
@ -1,41 +1,47 @@
|
||||
{
|
||||
"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",
|
||||
"type_explica": "Es kann sich um einen eingehenden oder ausgehenden Transport handeln.",
|
||||
"name": "Name des Transports",
|
||||
"name_explica": "Eine Bezeichnung f\u00fcr den Transport, die Kollegen helfen kann, den Transport zu identifizieren.",
|
||||
"note": "Anmerkung zum Transport",
|
||||
"note_explica": "Allgemeine Anmerkungen zu diesem Transport",
|
||||
"transport_method": "Transport method",
|
||||
"transport_method_explica": "Information \u00fcber die Transportmethode",
|
||||
"authorized_by": "Autorisiert von",
|
||||
"authorized_by_explica": "Vollst\u00e4ndiger Name der Person, welche den Transport autorisiert hat.",
|
||||
"exit_time": "Beginn des Transports",
|
||||
"exit_time_explica": "Tag und Uhrzeit, zu denen der Transport seinen Ursprungsort verlassen hat.",
|
||||
"exit_address": "Ausgangsadresse",
|
||||
"exit_address_explica": "Addresse des Ausgangspunktes des Transports.",
|
||||
"send_by": "Verschickt von",
|
||||
"send_by_explica": "Vollst\u00e4ndiger Name der Person die den Transport bearbeitet.",
|
||||
"sent_by": "Verschickt von",
|
||||
"sent_by_explica": "Vollst\u00e4ndiger Name der Person die den Transport bearbeitet oder ihn dem Transporteur \u00fcbergeben hat.",
|
||||
"executor": "Durchf\u00fchrung von",
|
||||
"executor_explica": "Person oder Institution die den Transport tats\u00e4chlich abgewickelt haben. Dieses Feld ist mit der Kontaktfunktion verkn\u00fcpft.",
|
||||
"destination_time": "Ende des Transports",
|
||||
"destination_time_explica": "Zeitpunkt der Ankunft des Transportes",
|
||||
"destination_address": "Zieladresse",
|
||||
"destination_address_explica": "Adresse des Empf\u00e4ngers des Transportes",
|
||||
"received_by": "Entgegengenommen von",
|
||||
"received_by_explica": "Vollst\u00e4ndiger Name der Person, welche den Transport entgegengenommen hat.",
|
||||
"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.",
|
||||
"partner_explica": "Person oder Institution, an die der Transport gesendet wurde (bei ausgehenden Transporten) oder die den Transport abgesendet hat (bei eingehenden Transporten).",
|
||||
"partner_contact": "Kontakt bei Partnerinstitution",
|
||||
"partner_contact_explica": "Kontaktperson in der Partnereinrichtung. Dieses Feld ist mit der Kontaktfunktion von museum-digital verkn\u00fcpft.",
|
||||
"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."
|
||||
"tracking_code_explica": "Tracking code bei der Spedition (falls vorhanden)",
|
||||
"conditions": "Bedingungen",
|
||||
"conditions_explica": "Allgemeine Bedingungen, welchen der Transport unterliegt.",
|
||||
"packaging_note": "Anmerkung zur Verpackung",
|
||||
"packaging_note_explica": "Jede Form von Bemerkungen zur Verpackung",
|
||||
"delivery_note": "Auslieferungsnotiz",
|
||||
"delivery_note_explica": "Anmerkungen zur Auslieferung (Bsp.: Der Transport dauerte 5 Tage l\u00e4nger als geplant.)",
|
||||
"shipment_note": "Anmerkung zum Transport",
|
||||
"shipments_list": "Liste von Transporten",
|
||||
"all_shipments": "Alle Transporte"
|
||||
},
|
||||
"shipment_method_set": {
|
||||
"transport_method": "Transportmethode"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user