Compare commits
39 Commits
e597ba73b1
...
b24eb56cb5
Author | SHA1 | Date | |
---|---|---|---|
b24eb56cb5 | |||
a18f783df8 | |||
fcd140d645 | |||
2b17ec8da5 | |||
3b79157c1e | |||
ec4803600a | |||
ed33b88f8f | |||
3ec6814dd6 | |||
0404cb2d95 | |||
416f5c379d | |||
c2f7e683c0 | |||
ff4e59c117 | |||
f3bd793f1e | |||
971942a874 | |||
9145acaeb7 | |||
c4a48a1063 | |||
99dd9c016f | |||
e2afaf2a08 | |||
1ad7b9cb3d | |||
5e96e85ab4 | |||
eead4943b0 | |||
407e2a2be7 | |||
c81fd47706 | |||
efb798b3cb | |||
a8909b308f | |||
932ced262c | |||
f3903a45f7 | |||
0852024199 | |||
d55788c70b | |||
733ac84013 | |||
e619e0fb14 | |||
1db029dddc | |||
93ca6ffcd8 | |||
be0a8b0956 | |||
3dc967468d | |||
df7b010f74 | |||
cd7e71869d | |||
856f5fae7c | |||
a3e76adc5f |
34
backend/ar/acquisitions.json
Normal file
34
backend/ar/acquisitions.json
Normal file
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"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.",
|
||||
"acquisitions_list": "List of acquisitions",
|
||||
"all_acquisitions": "All acquisitions",
|
||||
"base_data": "Basic information about the acquisition",
|
||||
"aquisitions_edit": "Edit an acquisition"
|
||||
}
|
||||
}
|
|
@ -256,6 +256,21 @@
|
|||
"upload": "Upload",
|
||||
"export": "Export",
|
||||
"after": "after",
|
||||
"before": "before"
|
||||
"before": "before",
|
||||
"has": "Has",
|
||||
"translation": "Translation",
|
||||
"consistency_checks": "Consistency checks",
|
||||
"suggestion": "Suggestion",
|
||||
"with": "with",
|
||||
"period": "Period",
|
||||
"no_date_information_identified": "Failed to identify date information",
|
||||
"shipments": "Shipments",
|
||||
"acquisitions": "Acquisitions",
|
||||
"acquisitions_choose": "Select an acquisition",
|
||||
"acquisitions_input": "Record a new acquisition",
|
||||
"shipments_choose": "Select a shipment",
|
||||
"shipments_input": "Record a new shipment",
|
||||
"acquisition": "Acquisition",
|
||||
"shipment": "Shipment"
|
||||
}
|
||||
}
|
|
@ -73,6 +73,12 @@
|
|||
"marking": "Marking",
|
||||
"remove_collection": "Remove collection",
|
||||
"move_space": "Moved to different space",
|
||||
"owner": "Ownership"
|
||||
"owner": "Ownership",
|
||||
"defaults_for_new_object": "Defaults for new object page",
|
||||
"deaccession": "Deaccession",
|
||||
"check_log": "Log of checks",
|
||||
"restoration_log": "Restoration and conservation log",
|
||||
"damage_log": "Damage log",
|
||||
"checklist": "Checklist"
|
||||
}
|
||||
}
|
|
@ -329,7 +329,12 @@
|
|||
"valuation_currency_explica": "Currency used for the last valuation.",
|
||||
"period_next_planned_relocation": "Next planned relocation",
|
||||
"period_next_planned_relocation_explica": "This field allows one to mark when the object will next be moved. It makes sense to clear the field once the object has actually been moved.",
|
||||
"upcoming_condition_check": "Upcoming condition check"
|
||||
"upcoming_condition_check": "Upcoming condition check",
|
||||
"plausability_warning": "Plausability warning",
|
||||
"duplicate_inventory_numbers": "Duplicate inventory numbers",
|
||||
"invalid_numeric_values": "Invalid numeric values",
|
||||
"invalid_dates": "Invalid dates",
|
||||
"acquisition_id_explica": "This select list allows one to link the object's acquisition to a dedicated acquisition process in the acquisition module. This allows grouping multiple objects together in the acquisition and improved searching by the acquisition properties."
|
||||
},
|
||||
"ortart": [
|
||||
"",
|
||||
|
|
53
backend/ar/shipments.json
Normal file
53
backend/ar/shipments.json
Normal file
|
@ -0,0 +1,53 @@
|
|||
{
|
||||
"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 method",
|
||||
"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.",
|
||||
"shipment_note": "Shipment note",
|
||||
"shipments_list": "List of shipments",
|
||||
"all_shipments": "All shipments",
|
||||
"base_data": "Basic information about the shipment",
|
||||
"obj_link_with_shipment": "Link with a shipment",
|
||||
"obj_linked_shipments": "Linked shipments",
|
||||
"select_shipment": "Select a shipment",
|
||||
"select_shipment_explica": "Select a shipment to link from the list. If the shipment has not yet been added, you can add it by clicking the \"+\"-button in front of the selection boss.",
|
||||
"shipments_edit": "Edit a shipment"
|
||||
},
|
||||
"shipment_method_set": {
|
||||
"transport_method": "Transport method"
|
||||
}
|
||||
}
|
|
@ -118,6 +118,7 @@
|
|||
"nb_downloads": "Downloads",
|
||||
"nb_outlinks": "Outlinks",
|
||||
"nb_searches": "Online visits: searches",
|
||||
"usage_stats_checked": "User-Statistics loaded"
|
||||
"usage_stats_checked": "User-Statistics loaded",
|
||||
"convert_location_names_to_spaces": "Convert location names to spaces"
|
||||
}
|
||||
}
|
34
backend/de/acquisitions.json
Normal file
34
backend/de/acquisitions.json
Normal file
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"acquisitions": {
|
||||
"type": "Zugangsart",
|
||||
"type_explica": "Hier k\u00f6nnen Sie die Zugangsart ausw\u00e4hlen.",
|
||||
"name": "Bezeichnung des Zugangs",
|
||||
"name_explica": "Bezeichnung, die helfen kann, diesen Zugang zu identifizieren.",
|
||||
"date": "Zugangszeitpunkt",
|
||||
"date_explica": "Datum des Zugangs",
|
||||
"done_by": "Durchgef\u00fchrt von",
|
||||
"done_by_explica": "Vollst\u00e4ndiger Name der Person, welche den Zugang abgewickelt hat.",
|
||||
"price": "Preis des Erwerbs",
|
||||
"price_explica": "Gesamter Betrag, der aufgewendet wurde um den Zugang zu erm\u00f6glichen.",
|
||||
"price_currency": "W\u00e4hrung",
|
||||
"price_currency_explica": "Die W\u00e4hrung in welcher der Preis entrichtet wurde.",
|
||||
"source": "Quelle",
|
||||
"source_explica": "Quelle oder Person von der die Objekte erhalten wurden.",
|
||||
"funding_source": "Finanzierungsquelle",
|
||||
"funding_source_explica": "Person oder Institution, die Mittel f\u00fcr den Zugang bereit stellte.",
|
||||
"reason": "Grund",
|
||||
"reason_explica": "Bemerkungen zur Absicht, die mit dem Zugang \/ Erwerb verfolgt wurde.",
|
||||
"authorized_by": "Bewilligt von",
|
||||
"authorized_by_explica": "Person, welche den Zugang \/ Erwerb autorisiert hat.",
|
||||
"conditions": "Bedingungen",
|
||||
"conditions_explica": "Allgemeine Bedingungen, die an den Zugang gekn\u00fcpft sind.",
|
||||
"funding_conditions": "Finanzierungsklauseln",
|
||||
"funding_conditions_explica": "Bedingungen, welche die Finanzgeber aufgestellt haben.",
|
||||
"note": "Anmerkung zum Zugang",
|
||||
"note_explica": "Jede Art von Anmerkung zu diesem Zugang.",
|
||||
"acquisitions_list": "Liste von Erwerbungen",
|
||||
"all_acquisitions": "Alle Erwerbungen",
|
||||
"base_data": "Basisangaben zum Erwerbungsvorgang",
|
||||
"aquisitions_edit": "Eine Erwerbung bearbeiten"
|
||||
}
|
||||
}
|
|
@ -256,6 +256,21 @@
|
|||
"upload": "Upload",
|
||||
"export": "Export",
|
||||
"after": "nach",
|
||||
"before": "vor"
|
||||
"before": "vor",
|
||||
"has": "Hat",
|
||||
"translation": "\u00dcbersetzung",
|
||||
"consistency_checks": "Konsistenz-Pr\u00fcfungen",
|
||||
"suggestion": "Vorschlag",
|
||||
"with": "mit",
|
||||
"period": "Frist",
|
||||
"no_date_information_identified": "Keine Datumsinformationen vorhanden",
|
||||
"shipments": "Transporte",
|
||||
"acquisitions": "Erwerbungen",
|
||||
"acquisitions_choose": "Eine Erwerbung ausw\u00e4hlen",
|
||||
"acquisitions_input": "Eine neue Erwerbung erfassen",
|
||||
"shipments_choose": "Einen Transport ausw\u00e4hlen",
|
||||
"shipments_input": "Einen neuen Transport erfassen",
|
||||
"acquisition": "Erwerbung",
|
||||
"shipment": "Transport"
|
||||
}
|
||||
}
|
|
@ -3,7 +3,7 @@
|
|||
"to_short": "Das eingegebene Schlagwort war zu kurz",
|
||||
"you_entered": "Ihre Eingabe lautete",
|
||||
"already_known_as": "Dieser Begriff ist bereits bekannt als",
|
||||
"unknown": "Dieser Begriff ist als Schlagwort unbekannt",
|
||||
"unknown": "Dieser Begriff ist als <a class=\"textRed\">Schlagwort<\/a> unbekannt",
|
||||
"proposals": "Vielleicht meinten Sie einen der folgenden Begriffe",
|
||||
"persons_to_events": "Personen\/Institutionen sollten immer \u00fcber Ereignisse verkn\u00fcpft werden! Wenn die Person beispielsweise \"abgebildet wurde\" oder \"hergestellt hat\", dann geben Sie bitte unbedingt ein Ereignis ein",
|
||||
"place_to_events": "Orte sollten immer \u00fcber Ereignisse verkn\u00fcpft werden! Wenn der Ort beispielsweise \"Herstellungsort\" oder \"Nutzungsort\" ist, dann geben Sie bitte unbedingt ein Ereignis ein",
|
||||
|
|
|
@ -73,6 +73,12 @@
|
|||
"marking": "Markierung",
|
||||
"remove_collection": "Sammlung entfernt",
|
||||
"move_space": "In anderen Raum bewegt",
|
||||
"owner": "Eigentum"
|
||||
"owner": "Eigentum",
|
||||
"defaults_for_new_object": "Standardwerte f\u00fcr neue Seite \"Neues Objekt\"",
|
||||
"deaccession": "Deakzession",
|
||||
"check_log": "\u00dcberpr\u00fcfungs-Log",
|
||||
"restoration_log": "Log der Konservierungs- und Restaurierungsma\u00dfnahmen",
|
||||
"damage_log": "Log der Schadensf\u00e4lle",
|
||||
"checklist": "Checkliste"
|
||||
}
|
||||
}
|
|
@ -185,7 +185,7 @@
|
|||
"installation_note": "Notiz zur Installation",
|
||||
"installation_note_explica": "Notizen zu besonderen Anforderungen der Installation des Objektes in Ausstellungen oder auch zur Lagerung im Depot. Z.B.: \"Sollte nicht rotiert aufgeh\u00e4ngt werden\". ",
|
||||
"display_recommendations": "Empfehlungen zur Pr\u00e4sentation",
|
||||
"display_recommendations_explica": "\u0420\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0430\u0446\u0438\u0438 \u043e \u0442\u043e\u043c, \u043a\u0430\u043a \u043b\u0443\u0447\u0448\u0435 \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u043e\u0431\u044a\u0435\u043a\u0442. \u041d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, \"\u0437\u0430 \u0441\u0442\u0430\u043b\u044c\u043d\u043e\u0439 \u0440\u0435\u0448\u0435\u0442\u043a\u043e\u0439\".",
|
||||
"display_recommendations_explica": "Allgemeine Empfehlungen, wie das Objekt am besten der \u00d6ffentlichkeit pr\u00e4sentiert werden sollte. Z.B.: \"Hinter einem Abstandshalter aufstellen.\"",
|
||||
"security_requirements": "Sicherheitsanforderungen",
|
||||
"security_requirements_explica": "Notizen zu den f\u00fcr das Objekt notwendigen Sicherheitsma\u00dfnahmen. Z.B. \"Sollte rund um die Uhr bewacht werden\".",
|
||||
"suggest_inventory_number": "Inventarnummer vorschlagen",
|
||||
|
@ -329,7 +329,12 @@
|
|||
"valuation_currency_explica": "W\u00e4hrung des zuletzt festgelegten Sch\u00e4tzwertes.",
|
||||
"period_next_planned_relocation": "N\u00e4chster geplanter \u00c4nderung des Standorts",
|
||||
"period_next_planned_relocation_explica": "In diesem Feld kann die n\u00e4chste geplante \u00c4nderung des Standorts des Objektes markiert werden (etwa, wenn das Objekt derzeit ausgestellt ist). Es macht Sinn das Feld nach der Standort\u00e4nderung wieder zu leeren, sodass Suchen nach dem Feld alle Objekte zeigen, die demn\u00e4chst bewegt werden m\u00fcssen.",
|
||||
"upcoming_condition_check": "Anstehender Zustands-Check"
|
||||
"upcoming_condition_check": "Anstehender Zustands-Check",
|
||||
"plausability_warning": "Plausibilit\u00e4tswarnung",
|
||||
"duplicate_inventory_numbers": "Doppelte Inventarnummern",
|
||||
"invalid_numeric_values": "Nicht valide numerische Angaben",
|
||||
"invalid_dates": "Nicht valide Datumsangaben",
|
||||
"acquisition_id_explica": "Mit dieser Auswahlliste kann das Objekt einem Erwerbungsvorgang aus dem Erwerbungs-Modul zugeordnet werden. Damit lassen sich etwa mehrere Objekte einer Erwerbung zuordnen und es bestehen bessere Suchm\u00f6glichkeiten nach allgemeinen Attributen des Erwerbungsvorgangs."
|
||||
},
|
||||
"ortart": [
|
||||
"",
|
||||
|
|
|
@ -89,7 +89,7 @@
|
|||
"explica_download_button_images": "Auf den Seiten f\u00fcr einzelne Objekt-Abbildungen gibt es die M\u00f6glichkeit Download-Buttons f\u00fcr die jeweilige Abbildung anzuzeigen. Mit dieser Einstellung lassen sich diese Download-Buttons verstecken oder anzeigen. Auch versteckte Download-Buttons verhindern allerdings nicht, dass Benutzer die Abbildung \u00fcber einen Rechtsklick auf die Abbildung oder \u00e4hnliches herunterladen.",
|
||||
"commenting_function": "Kommentieren",
|
||||
"explica_commenting": "Das Kommentieren von Objektseiten in der Ausgabe von museum-digital kann hier aktiviert werden. Die Kommentarfunktion steht entweder allen, einer bestimmten Benutzergruppe entsprechend den Berechtigungen in musdb, oder niemandem zur Verf\u00fcgung. Ist die Kommentarfunktion aktiviert, m\u00fcssen neue Kommentare vor ihrer Ver\u00f6ffentlichung \u00fcber die Moderationsfunktion (erreichbar \u00fcber das Dashboard - Bereich \"Werkzeuge\" - in musdb) moderiert werden.",
|
||||
"explica_share_dumps": "M\u00f6chte eine Institution der \u00d6ffentlichkeit oder gegebenen Dritten wie Portalen und Aggregatoren einen dauerhaften Zugriff auf Gesamtdownloads seiner schon \u00f6ffentlichen Objektdaten geben, kann dies \u00fcber die untenstehende Einstellung in Form von LIDO-Dumps getan werden. Werden die Dumps generell ver\u00f6ffentlicht, wird eine Download-Seite in der Seitenspalte der Institutions-Seite des Museums in der Ausgabe von museum-digital angezeigt. Alternativ k\u00f6nnen die Dumps \u00fcber einen Link zur Verf\u00fcgung gestellt werden, sodass jeder, der den zuf\u00e4llig generierten Link kennt, einen Zugriff auf die Dumps hat. link, they will be made accessible using a link only to be found in an entry field of this subsection.",
|
||||
"explica_share_dumps": "M\u00f6chte eine Institution der \u00d6ffentlichkeit oder gegebenen Dritten wie Portalen und Aggregatoren einen dauerhaften Zugriff auf Gesamtdownloads seiner schon \u00f6ffentlichen Objektdaten geben, kann dies \u00fcber die untenstehende Einstellung in Form von LIDO-Dumps getan werden. Werden die Dumps generell ver\u00f6ffentlicht, wird eine Download-Seite in der Seitenspalte der Institutions-Seite des Museums in der Ausgabe von museum-digital angezeigt. Alternativ k\u00f6nnen die Dumps \u00fcber einen Link zur Verf\u00fcgung gestellt werden, sodass jeder, der den zuf\u00e4llig generierten Link kennt, einen Zugriff auf die Dumps hat. ",
|
||||
"preferred_object_order": "Pr\u00e4ferierte Objekt-Reihenfolge",
|
||||
"explica_preferred_object_order": "Mithilfe der untenstehenden Einstellung kann die pr\u00e4ferierte Reihenfolge der Objekte des Hauses eingestellt werden. Dieser entsprechend werden die Objekte aufgelistet, wenn ein Benutzer auf die Links zu allen Objekten des Museums unten auf der Institutions-Seite in der Ausgabe klickt.",
|
||||
"explica_strict_mode_sizes": "Ist diese Einstellung aktiviert, werden die Felder f\u00fcr getrennte Ma\u00dfangaben auf der Objekt-Bearbeitungsseite als Nummernfelder ausgezeichnet. So wird es unm\u00f6glich, nicht numerische Eingaben zu machen. In der Folge sind die eingegebenen Daten sicher konsistent und mit erweiterten Suchoptionen wie gr\u00f6\u00dfer- und kleiner-Suchen nutzbar (z.B. die Suche nach allen Objekten, die h\u00f6her als 500 mm sind). Andererseits k\u00f6nnen schon vorhandene, nicht numerische Inhalte so nicht mehr angezeigt werden und werden beim n\u00e4chsten Abspeichern gel\u00f6scht. Um einen Datenverlust zu vermeiden, sollte diese Einstellung also nur mit Vorsicht aktiviert werden und ist vor allem f\u00fcr Institutonen geeignet, die bisher noch keine Ma\u00dfangaben in musdb erfasst haben und nicht importieren.",
|
||||
|
|
53
backend/de/shipments.json
Normal file
53
backend/de/shipments.json
Normal file
|
@ -0,0 +1,53 @@
|
|||
{
|
||||
"shipments": {
|
||||
"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-Methode",
|
||||
"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": "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 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",
|
||||
"base_data": "Basisangaben zum Transport",
|
||||
"obj_link_with_shipment": "Mit Transport verkn\u00fcpfen",
|
||||
"obj_linked_shipments": "Verkn\u00fcpfte Transporte",
|
||||
"select_shipment": "Einen Transport ausw\u00e4hlen",
|
||||
"select_shipment_explica": "W\u00e4hlen Sie einen Transport aus der Liste aus. Ist der gemeinte Transport nicht in der Liste auffindbar, k\u00f6nnen Sie diesen mit einem Klick auf das \"+\"-Symbol einf\u00fcgen und mit dem Objekt verkn\u00fcpfen.",
|
||||
"shipments_edit": "Einen Transport bearbeiten"
|
||||
},
|
||||
"shipment_method_set": {
|
||||
"transport_method": "Transportmethode"
|
||||
}
|
||||
}
|
|
@ -118,6 +118,7 @@
|
|||
"nb_downloads": "Downloads",
|
||||
"nb_outlinks": "Outlinks",
|
||||
"nb_searches": "Online-Besucher: Suchen",
|
||||
"usage_stats_checked": "Benutzer-Statistiken geladen"
|
||||
"usage_stats_checked": "Benutzer-Statistiken geladen",
|
||||
"convert_location_names_to_spaces": "Objekt-Aufenthaltsorte zu R\u00e4umen konvertieren"
|
||||
}
|
||||
}
|
34
backend/dsb/acquisitions.json
Normal file
34
backend/dsb/acquisitions.json
Normal file
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"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.",
|
||||
"acquisitions_list": "List of acquisitions",
|
||||
"all_acquisitions": "All acquisitions",
|
||||
"base_data": "Basic information about the acquisition",
|
||||
"aquisitions_edit": "Edit an acquisition"
|
||||
}
|
||||
}
|
|
@ -256,6 +256,21 @@
|
|||
"upload": "Upload",
|
||||
"export": "Export",
|
||||
"after": "after",
|
||||
"before": "before"
|
||||
"before": "before",
|
||||
"has": "Has",
|
||||
"translation": "Translation",
|
||||
"consistency_checks": "Consistency checks",
|
||||
"suggestion": "Suggestion",
|
||||
"with": "with",
|
||||
"period": "Period",
|
||||
"no_date_information_identified": "Failed to identify date information",
|
||||
"shipments": "Shipments",
|
||||
"acquisitions": "Acquisitions",
|
||||
"acquisitions_choose": "Select an acquisition",
|
||||
"acquisitions_input": "Record a new acquisition",
|
||||
"shipments_choose": "Select a shipment",
|
||||
"shipments_input": "Record a new shipment",
|
||||
"acquisition": "Acquisition",
|
||||
"shipment": "Shipment"
|
||||
}
|
||||
}
|
|
@ -73,6 +73,12 @@
|
|||
"marking": "Marking",
|
||||
"remove_collection": "Remove collection",
|
||||
"move_space": "Moved to different space",
|
||||
"owner": "Ownership"
|
||||
"owner": "Ownership",
|
||||
"defaults_for_new_object": "Defaults for new object page",
|
||||
"deaccession": "Deaccession",
|
||||
"check_log": "Log of checks",
|
||||
"restoration_log": "Restoration and conservation log",
|
||||
"damage_log": "Damage log",
|
||||
"checklist": "Checklist"
|
||||
}
|
||||
}
|
|
@ -329,7 +329,12 @@
|
|||
"valuation_currency_explica": "Currency used for the last valuation.",
|
||||
"period_next_planned_relocation": "Next planned relocation",
|
||||
"period_next_planned_relocation_explica": "This field allows one to mark when the object will next be moved. It makes sense to clear the field once the object has actually been moved.",
|
||||
"upcoming_condition_check": "Upcoming condition check"
|
||||
"upcoming_condition_check": "Upcoming condition check",
|
||||
"plausability_warning": "Plausability warning",
|
||||
"duplicate_inventory_numbers": "Duplicate inventory numbers",
|
||||
"invalid_numeric_values": "Invalid numeric values",
|
||||
"invalid_dates": "Invalid dates",
|
||||
"acquisition_id_explica": "This select list allows one to link the object's acquisition to a dedicated acquisition process in the acquisition module. This allows grouping multiple objects together in the acquisition and improved searching by the acquisition properties."
|
||||
},
|
||||
"ortart": [
|
||||
"",
|
||||
|
|
53
backend/dsb/shipments.json
Normal file
53
backend/dsb/shipments.json
Normal file
|
@ -0,0 +1,53 @@
|
|||
{
|
||||
"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 method",
|
||||
"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.",
|
||||
"shipment_note": "Shipment note",
|
||||
"shipments_list": "List of shipments",
|
||||
"all_shipments": "All shipments",
|
||||
"base_data": "Basic information about the shipment",
|
||||
"obj_link_with_shipment": "Link with a shipment",
|
||||
"obj_linked_shipments": "Linked shipments",
|
||||
"select_shipment": "Select a shipment",
|
||||
"select_shipment_explica": "Select a shipment to link from the list. If the shipment has not yet been added, you can add it by clicking the \"+\"-button in front of the selection boss.",
|
||||
"shipments_edit": "Edit a shipment"
|
||||
},
|
||||
"shipment_method_set": {
|
||||
"transport_method": "Transport method"
|
||||
}
|
||||
}
|
|
@ -118,6 +118,7 @@
|
|||
"nb_downloads": "Downloads",
|
||||
"nb_outlinks": "Outlinks",
|
||||
"nb_searches": "Online visits: searches",
|
||||
"usage_stats_checked": "User-Statistics loaded"
|
||||
"usage_stats_checked": "User-Statistics loaded",
|
||||
"convert_location_names_to_spaces": "Convert location names to spaces"
|
||||
}
|
||||
}
|
34
backend/en/acquisitions.json
Normal file
34
backend/en/acquisitions.json
Normal file
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"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.",
|
||||
"acquisitions_list": "List of acquisitions",
|
||||
"all_acquisitions": "All acquisitions",
|
||||
"base_data": "Basic information about the acquisition",
|
||||
"aquisitions_edit": "Edit an acquisition"
|
||||
}
|
||||
}
|
|
@ -256,6 +256,21 @@
|
|||
"upload": "Upload",
|
||||
"export": "Export",
|
||||
"after": "after",
|
||||
"before": "before"
|
||||
"before": "before",
|
||||
"has": "Has",
|
||||
"translation": "Translation",
|
||||
"consistency_checks": "Consistency checks",
|
||||
"suggestion": "Suggestion",
|
||||
"with": "with",
|
||||
"period": "Period",
|
||||
"no_date_information_identified": "Failed to identify date information",
|
||||
"shipments": "Shipments",
|
||||
"acquisitions": "Acquisitions",
|
||||
"acquisitions_choose": "Select an acquisition",
|
||||
"acquisitions_input": "Record a new acquisition",
|
||||
"shipments_choose": "Select a shipment",
|
||||
"shipments_input": "Record a new shipment",
|
||||
"acquisition": "Acquisition",
|
||||
"shipment": "Shipment"
|
||||
}
|
||||
}
|
|
@ -73,6 +73,12 @@
|
|||
"marking": "Marking",
|
||||
"remove_collection": "Remove collection",
|
||||
"move_space": "Moved to different space",
|
||||
"owner": "Ownership"
|
||||
"owner": "Ownership",
|
||||
"defaults_for_new_object": "Defaults for new object page",
|
||||
"deaccession": "Deaccession",
|
||||
"check_log": "Log of checks",
|
||||
"restoration_log": "Restoration and conservation log",
|
||||
"damage_log": "Damage log",
|
||||
"checklist": "Checklist"
|
||||
}
|
||||
}
|
|
@ -329,7 +329,12 @@
|
|||
"valuation_currency_explica": "Currency used for the last valuation.",
|
||||
"period_next_planned_relocation": "Next planned relocation",
|
||||
"period_next_planned_relocation_explica": "This field allows one to mark when the object will next be moved. It makes sense to clear the field once the object has actually been moved.",
|
||||
"upcoming_condition_check": "Upcoming condition check"
|
||||
"upcoming_condition_check": "Upcoming condition check",
|
||||
"plausability_warning": "Plausability warning",
|
||||
"duplicate_inventory_numbers": "Duplicate inventory numbers",
|
||||
"invalid_numeric_values": "Invalid numeric values",
|
||||
"invalid_dates": "Invalid dates",
|
||||
"acquisition_id_explica": "This select list allows one to link the object's acquisition to a dedicated acquisition process in the acquisition module. This allows grouping multiple objects together in the acquisition and improved searching by the acquisition properties."
|
||||
},
|
||||
"ortart": [
|
||||
"",
|
||||
|
|
53
backend/en/shipments.json
Normal file
53
backend/en/shipments.json
Normal file
|
@ -0,0 +1,53 @@
|
|||
{
|
||||
"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 method",
|
||||
"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.",
|
||||
"shipment_note": "Shipment note",
|
||||
"shipments_list": "List of shipments",
|
||||
"all_shipments": "All shipments",
|
||||
"base_data": "Basic information about the shipment",
|
||||
"obj_link_with_shipment": "Link with a shipment",
|
||||
"obj_linked_shipments": "Linked shipments",
|
||||
"select_shipment": "Select a shipment",
|
||||
"select_shipment_explica": "Select a shipment to link from the list. If the shipment has not yet been added, you can add it by clicking the \"+\"-button in front of the selection boss.",
|
||||
"shipments_edit": "Edit a shipment"
|
||||
},
|
||||
"shipment_method_set": {
|
||||
"transport_method": "Transport method"
|
||||
}
|
||||
}
|
|
@ -118,6 +118,7 @@
|
|||
"nb_downloads": "Downloads",
|
||||
"nb_outlinks": "Outlinks",
|
||||
"nb_searches": "Online visits: searches",
|
||||
"usage_stats_checked": "User-Statistics loaded"
|
||||
"usage_stats_checked": "User-Statistics loaded",
|
||||
"convert_location_names_to_spaces": "Convert location names to spaces"
|
||||
}
|
||||
}
|
34
backend/es/acquisitions.json
Normal file
34
backend/es/acquisitions.json
Normal file
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"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.",
|
||||
"acquisitions_list": "List of acquisitions",
|
||||
"all_acquisitions": "All acquisitions",
|
||||
"base_data": "Basic information about the acquisition",
|
||||
"aquisitions_edit": "Edit an acquisition"
|
||||
}
|
||||
}
|
|
@ -256,6 +256,21 @@
|
|||
"upload": "Upload",
|
||||
"export": "Export",
|
||||
"after": "after",
|
||||
"before": "before"
|
||||
"before": "before",
|
||||
"has": "Has",
|
||||
"translation": "Translation",
|
||||
"consistency_checks": "Consistency checks",
|
||||
"suggestion": "Suggestion",
|
||||
"with": "with",
|
||||
"period": "Period",
|
||||
"no_date_information_identified": "Failed to identify date information",
|
||||
"shipments": "Shipments",
|
||||
"acquisitions": "Acquisitions",
|
||||
"acquisitions_choose": "Select an acquisition",
|
||||
"acquisitions_input": "Record a new acquisition",
|
||||
"shipments_choose": "Select a shipment",
|
||||
"shipments_input": "Record a new shipment",
|
||||
"acquisition": "Acquisition",
|
||||
"shipment": "Shipment"
|
||||
}
|
||||
}
|
|
@ -73,6 +73,12 @@
|
|||
"marking": "Marking",
|
||||
"remove_collection": "Remove collection",
|
||||
"move_space": "Moved to different space",
|
||||
"owner": "Ownership"
|
||||
"owner": "Ownership",
|
||||
"defaults_for_new_object": "Defaults for new object page",
|
||||
"deaccession": "Deaccession",
|
||||
"check_log": "Log of checks",
|
||||
"restoration_log": "Restoration and conservation log",
|
||||
"damage_log": "Damage log",
|
||||
"checklist": "Checklist"
|
||||
}
|
||||
}
|
|
@ -329,7 +329,12 @@
|
|||
"valuation_currency_explica": "Currency used for the last valuation.",
|
||||
"period_next_planned_relocation": "Next planned relocation",
|
||||
"period_next_planned_relocation_explica": "This field allows one to mark when the object will next be moved. It makes sense to clear the field once the object has actually been moved.",
|
||||
"upcoming_condition_check": "Upcoming condition check"
|
||||
"upcoming_condition_check": "Upcoming condition check",
|
||||
"plausability_warning": "Plausability warning",
|
||||
"duplicate_inventory_numbers": "Duplicate inventory numbers",
|
||||
"invalid_numeric_values": "Invalid numeric values",
|
||||
"invalid_dates": "Invalid dates",
|
||||
"acquisition_id_explica": "This select list allows one to link the object's acquisition to a dedicated acquisition process in the acquisition module. This allows grouping multiple objects together in the acquisition and improved searching by the acquisition properties."
|
||||
},
|
||||
"ortart": [
|
||||
"",
|
||||
|
|
53
backend/es/shipments.json
Normal file
53
backend/es/shipments.json
Normal file
|
@ -0,0 +1,53 @@
|
|||
{
|
||||
"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 method",
|
||||
"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.",
|
||||
"shipment_note": "Shipment note",
|
||||
"shipments_list": "List of shipments",
|
||||
"all_shipments": "All shipments",
|
||||
"base_data": "Basic information about the shipment",
|
||||
"obj_link_with_shipment": "Link with a shipment",
|
||||
"obj_linked_shipments": "Linked shipments",
|
||||
"select_shipment": "Select a shipment",
|
||||
"select_shipment_explica": "Select a shipment to link from the list. If the shipment has not yet been added, you can add it by clicking the \"+\"-button in front of the selection boss.",
|
||||
"shipments_edit": "Edit a shipment"
|
||||
},
|
||||
"shipment_method_set": {
|
||||
"transport_method": "Transport method"
|
||||
}
|
||||
}
|
|
@ -118,6 +118,7 @@
|
|||
"nb_downloads": "Downloads",
|
||||
"nb_outlinks": "Outlinks",
|
||||
"nb_searches": "Online visits: searches",
|
||||
"usage_stats_checked": "User-Statistics loaded"
|
||||
"usage_stats_checked": "User-Statistics loaded",
|
||||
"convert_location_names_to_spaces": "Convert location names to spaces"
|
||||
}
|
||||
}
|
34
backend/fr/acquisitions.json
Normal file
34
backend/fr/acquisitions.json
Normal file
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"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.",
|
||||
"acquisitions_list": "List of acquisitions",
|
||||
"all_acquisitions": "All acquisitions",
|
||||
"base_data": "Basic information about the acquisition",
|
||||
"aquisitions_edit": "Edit an acquisition"
|
||||
}
|
||||
}
|
|
@ -256,6 +256,21 @@
|
|||
"upload": "Upload",
|
||||
"export": "Export",
|
||||
"after": "after",
|
||||
"before": "before"
|
||||
"before": "before",
|
||||
"has": "Has",
|
||||
"translation": "Translation",
|
||||
"consistency_checks": "Consistency checks",
|
||||
"suggestion": "Suggestion",
|
||||
"with": "with",
|
||||
"period": "Period",
|
||||
"no_date_information_identified": "Failed to identify date information",
|
||||
"shipments": "Shipments",
|
||||
"acquisitions": "Acquisitions",
|
||||
"acquisitions_choose": "Select an acquisition",
|
||||
"acquisitions_input": "Record a new acquisition",
|
||||
"shipments_choose": "Select a shipment",
|
||||
"shipments_input": "Record a new shipment",
|
||||
"acquisition": "Acquisition",
|
||||
"shipment": "Shipment"
|
||||
}
|
||||
}
|
|
@ -73,6 +73,12 @@
|
|||
"marking": "Marquage",
|
||||
"remove_collection": "Remove collection",
|
||||
"move_space": "Moved to different space",
|
||||
"owner": "Ownership"
|
||||
"owner": "Ownership",
|
||||
"defaults_for_new_object": "Defaults for new object page",
|
||||
"deaccession": "Deaccession",
|
||||
"check_log": "Log of checks",
|
||||
"restoration_log": "Restoration and conservation log",
|
||||
"damage_log": "Damage log",
|
||||
"checklist": "Checklist"
|
||||
}
|
||||
}
|
|
@ -329,7 +329,12 @@
|
|||
"valuation_currency_explica": "Currency used for the last valuation.",
|
||||
"period_next_planned_relocation": "Next planned relocation",
|
||||
"period_next_planned_relocation_explica": "This field allows one to mark when the object will next be moved. It makes sense to clear the field once the object has actually been moved.",
|
||||
"upcoming_condition_check": "Upcoming condition check"
|
||||
"upcoming_condition_check": "Upcoming condition check",
|
||||
"plausability_warning": "Plausability warning",
|
||||
"duplicate_inventory_numbers": "Duplicate inventory numbers",
|
||||
"invalid_numeric_values": "Invalid numeric values",
|
||||
"invalid_dates": "Invalid dates",
|
||||
"acquisition_id_explica": "This select list allows one to link the object's acquisition to a dedicated acquisition process in the acquisition module. This allows grouping multiple objects together in the acquisition and improved searching by the acquisition properties."
|
||||
},
|
||||
"ortart": [
|
||||
"",
|
||||
|
|
53
backend/fr/shipments.json
Normal file
53
backend/fr/shipments.json
Normal file
|
@ -0,0 +1,53 @@
|
|||
{
|
||||
"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 method",
|
||||
"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.",
|
||||
"shipment_note": "Shipment note",
|
||||
"shipments_list": "List of shipments",
|
||||
"all_shipments": "All shipments",
|
||||
"base_data": "Basic information about the shipment",
|
||||
"obj_link_with_shipment": "Link with a shipment",
|
||||
"obj_linked_shipments": "Linked shipments",
|
||||
"select_shipment": "Select a shipment",
|
||||
"select_shipment_explica": "Select a shipment to link from the list. If the shipment has not yet been added, you can add it by clicking the \"+\"-button in front of the selection boss.",
|
||||
"shipments_edit": "Edit a shipment"
|
||||
},
|
||||
"shipment_method_set": {
|
||||
"transport_method": "Transport method"
|
||||
}
|
||||
}
|
|
@ -118,6 +118,7 @@
|
|||
"nb_downloads": "T\u00e9l\u00e9chargements",
|
||||
"nb_outlinks": "Liens externes",
|
||||
"nb_searches": "Visiteurs en ligne : rechercher",
|
||||
"usage_stats_checked": "Statistiques utilisateurs charg\u00e9es"
|
||||
"usage_stats_checked": "Statistiques utilisateurs charg\u00e9es",
|
||||
"convert_location_names_to_spaces": "Convert location names to spaces"
|
||||
}
|
||||
}
|
34
backend/hsb/acquisitions.json
Normal file
34
backend/hsb/acquisitions.json
Normal file
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"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.",
|
||||
"acquisitions_list": "List of acquisitions",
|
||||
"all_acquisitions": "All acquisitions",
|
||||
"base_data": "Basic information about the acquisition",
|
||||
"aquisitions_edit": "Edit an acquisition"
|
||||
}
|
||||
}
|
|
@ -256,6 +256,21 @@
|
|||
"upload": "Upload",
|
||||
"export": "Export",
|
||||
"after": "after",
|
||||
"before": "before"
|
||||
"before": "before",
|
||||
"has": "Has",
|
||||
"translation": "Translation",
|
||||
"consistency_checks": "Consistency checks",
|
||||
"suggestion": "Suggestion",
|
||||
"with": "with",
|
||||
"period": "Period",
|
||||
"no_date_information_identified": "Failed to identify date information",
|
||||
"shipments": "Shipments",
|
||||
"acquisitions": "Acquisitions",
|
||||
"acquisitions_choose": "Select an acquisition",
|
||||
"acquisitions_input": "Record a new acquisition",
|
||||
"shipments_choose": "Select a shipment",
|
||||
"shipments_input": "Record a new shipment",
|
||||
"acquisition": "Acquisition",
|
||||
"shipment": "Shipment"
|
||||
}
|
||||
}
|
|
@ -73,6 +73,12 @@
|
|||
"marking": "Marking",
|
||||
"remove_collection": "Remove collection",
|
||||
"move_space": "Moved to different space",
|
||||
"owner": "Ownership"
|
||||
"owner": "Ownership",
|
||||
"defaults_for_new_object": "Defaults for new object page",
|
||||
"deaccession": "Deaccession",
|
||||
"check_log": "Log of checks",
|
||||
"restoration_log": "Restoration and conservation log",
|
||||
"damage_log": "Damage log",
|
||||
"checklist": "Checklist"
|
||||
}
|
||||
}
|
|
@ -329,7 +329,12 @@
|
|||
"valuation_currency_explica": "Currency used for the last valuation.",
|
||||
"period_next_planned_relocation": "Next planned relocation",
|
||||
"period_next_planned_relocation_explica": "This field allows one to mark when the object will next be moved. It makes sense to clear the field once the object has actually been moved.",
|
||||
"upcoming_condition_check": "Upcoming condition check"
|
||||
"upcoming_condition_check": "Upcoming condition check",
|
||||
"plausability_warning": "Plausability warning",
|
||||
"duplicate_inventory_numbers": "Duplicate inventory numbers",
|
||||
"invalid_numeric_values": "Invalid numeric values",
|
||||
"invalid_dates": "Invalid dates",
|
||||
"acquisition_id_explica": "This select list allows one to link the object's acquisition to a dedicated acquisition process in the acquisition module. This allows grouping multiple objects together in the acquisition and improved searching by the acquisition properties."
|
||||
},
|
||||
"ortart": [
|
||||
"",
|
||||
|
|
53
backend/hsb/shipments.json
Normal file
53
backend/hsb/shipments.json
Normal file
|
@ -0,0 +1,53 @@
|
|||
{
|
||||
"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 method",
|
||||
"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.",
|
||||
"shipment_note": "Shipment note",
|
||||
"shipments_list": "List of shipments",
|
||||
"all_shipments": "All shipments",
|
||||
"base_data": "Basic information about the shipment",
|
||||
"obj_link_with_shipment": "Link with a shipment",
|
||||
"obj_linked_shipments": "Linked shipments",
|
||||
"select_shipment": "Select a shipment",
|
||||
"select_shipment_explica": "Select a shipment to link from the list. If the shipment has not yet been added, you can add it by clicking the \"+\"-button in front of the selection boss.",
|
||||
"shipments_edit": "Edit a shipment"
|
||||
},
|
||||
"shipment_method_set": {
|
||||
"transport_method": "Transport method"
|
||||
}
|
||||
}
|
|
@ -118,6 +118,7 @@
|
|||
"nb_downloads": "Downloads",
|
||||
"nb_outlinks": "Outlinks",
|
||||
"nb_searches": "Online visits: searches",
|
||||
"usage_stats_checked": "User-Statistics loaded"
|
||||
"usage_stats_checked": "User-Statistics loaded",
|
||||
"convert_location_names_to_spaces": "Convert location names to spaces"
|
||||
}
|
||||
}
|
34
backend/hu/acquisitions.json
Normal file
34
backend/hu/acquisitions.json
Normal file
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"acquisitions": {
|
||||
"type": "Megszerz\u00e9s m\u00f3dja",
|
||||
"type_explica": "Itt kiv\u00e1laszthatja, hogy a megszerz\u00e9s hogyan t\u00f6rt\u00e9nt.",
|
||||
"name": "Megszerz\u00e9s elnevez\u00e9se",
|
||||
"name_explica": "A n\u00e9v a megszerz\u00e9si folyamat azonos\u00edt\u00e1s\u00e1ra haszn\u00e1lhat\u00f3.",
|
||||
"date": "Megszerz\u00e9s ideje",
|
||||
"date_explica": "A megszerz\u00e9s v\u00e9grehajt\u00e1s\u00e1nak a d\u00e1tuma.",
|
||||
"done_by": "\u00dcgyint\u00e9z\u0151",
|
||||
"done_by_explica": "A megszerz\u00e9st v\u00e9gz\u0151 szem\u00e9ly teljes neve.",
|
||||
"price": "V\u00e9tel\u00e1r",
|
||||
"price_explica": "A t\u00e1rgyak megszerz\u00e9s\u00e9\u00e9rt kifizetett teljes \u00f6sszeg.",
|
||||
"price_currency": "Valuta",
|
||||
"price_currency_explica": "A v\u00e9tel\u00e1r kifizet\u00e9s\u00e9nek p\u00e9nzneme.",
|
||||
"source": "\u00c1tad\u00f3",
|
||||
"source_explica": "Kinek a tulajdon\u00e1ban volt a t\u00e1rgy miel\u0151tt a m\u00fazeum, k\u00f6z-, vagy mag\u00e1ngy\u0171jtem\u00e9ny tulajdon\u00e1ba ker\u00fclt?",
|
||||
"funding_source": "Finansz\u00edroz\u00f3",
|
||||
"funding_source_explica": "A beszerz\u00e9st finansz\u00edroz\u00f3 szem\u00e9ly vagy int\u00e9zm\u00e9ny.",
|
||||
"reason": "Indok",
|
||||
"reason_explica": "Megjegyz\u00e9sek a t\u00e1rgyak megszerz\u00e9s\u00e9nek ok\u00e1r\u00f3l.",
|
||||
"authorized_by": "Enged\u00e9lyezte",
|
||||
"authorized_by_explica": "A megszerz\u00e9st enged\u00e9lyez\u0151 szem\u00e9ly.",
|
||||
"conditions": "Felt\u00e9telek",
|
||||
"conditions_explica": "A megszerz\u00e9sre vonatkoz\u00f3 felt\u00e9telek.",
|
||||
"funding_conditions": "Finansz\u00edroz\u00e1si felt\u00e9telek",
|
||||
"funding_conditions_explica": "A finansz\u00edroz\u00f3k \u00e1ltal meghat\u00e1rozott felt\u00e9telek.",
|
||||
"note": "Megjegyz\u00e9sek",
|
||||
"note_explica": "B\u00e1rmilyen \u00e9szrev\u00e9tel a megszerz\u00e9ssel kapcsolatban.",
|
||||
"acquisitions_list": "Megszerz\u00e9sek list\u00e1ja",
|
||||
"all_acquisitions": "\u00d6sszes megszerz\u00e9s",
|
||||
"base_data": "Alapvet\u0151 inform\u00e1ci\u00f3k a megszerz\u00e9sr\u0151l",
|
||||
"aquisitions_edit": "Megszerz\u00e9s szerkeszt\u00e9se"
|
||||
}
|
||||
}
|
|
@ -35,9 +35,9 @@
|
|||
"live_recording": "\u00c9l\u0151 felv\u00e9tel",
|
||||
"external_source": "Forr\u00e1s",
|
||||
"upcoming_appointments": " K\u00f6zelg\u0151 esem\u00e9nyek",
|
||||
"attendance_status": "Attendance mode",
|
||||
"attendance_status_explica": "Mode in which the appointment can be attended.",
|
||||
"cancellation_status": "Cancellation status",
|
||||
"cancellation_status_explica": "Here the appointment can be marked as cancelled."
|
||||
"attendance_status": "R\u00e9szv\u00e9tel jellege",
|
||||
"attendance_status_explica": "A tal\u00e1lkoz\u00f3 jellege, online vagy offline (szem\u00e9lyes). ",
|
||||
"cancellation_status": "Lemond\u00e1s",
|
||||
"cancellation_status_explica": "Itt az id\u0151pontot \"lemondottnak\" lehet jel\u00f6lni."
|
||||
}
|
||||
}
|
|
@ -139,7 +139,7 @@
|
|||
"comparison": "\u00d6sszehasonl\u00edt",
|
||||
"language": "Nyelv",
|
||||
"import": "Adat import",
|
||||
"start": "Kezd\u0151lap",
|
||||
"start": "Kezdete",
|
||||
"controlled_vocabularies": "Ellen\u0151rz\u00f6tt adatb\u00e1zisok",
|
||||
"own_last_edits": "Utols\u00f3 szerkeszt\u00e9s (saj\u00e1t)",
|
||||
"contact": "Kapcsolat",
|
||||
|
@ -167,14 +167,14 @@
|
|||
"qrcode": "QR-k\u00f3d",
|
||||
"open_url": "Link megnyit\u00e1sa",
|
||||
"qrcode_scan": "QR-k\u00f3d beolvas\u00e1sa",
|
||||
"user_interface": "User interface",
|
||||
"query_language": "Query language",
|
||||
"user_interface": "Felhaszn\u00e1l\u00f3i fel\u00fclet",
|
||||
"query_language": "Keres\u0151kifejez\u00e9s nyelve (Query)",
|
||||
"tab": "Tab",
|
||||
"help_current_page": "Aktu\u00e1lis oldal",
|
||||
"clear": "T\u00f6rl\u00e9s",
|
||||
"status_thus_far": "Jelenlegi \u00e1llapot",
|
||||
"link_recently_used": "Link recently used entries",
|
||||
"published": "Published",
|
||||
"link_recently_used": "Legut\u00f3bb haszn\u00e1lt vonatkoz\u00e1sok",
|
||||
"published": "Publikus",
|
||||
"user": "Felhaszn\u00e1l\u00f3",
|
||||
"subscribe": "Feliratkoz\u00e1s",
|
||||
"appointment": "Esem\u00e9ny",
|
||||
|
@ -185,7 +185,7 @@
|
|||
"defaults": "Alap\u00e9rtelmez\u00e9sek",
|
||||
"media_licenses": " M\u00e9dialicencek",
|
||||
"frontend": "Frontend",
|
||||
"research_questions": "Research questions",
|
||||
"research_questions": "Kutat\u00e1ssal kapcsolatos k\u00e9rd\u00e9sek",
|
||||
"enabled": "L\u00e1that\u00f3",
|
||||
"required": "K\u00f6telez\u0151",
|
||||
"space": "Lok\u00e1ci\u00f3",
|
||||
|
@ -199,11 +199,11 @@
|
|||
"pages": "Oldalok",
|
||||
"cancel": "Vissza",
|
||||
"status": "St\u00e1tusz",
|
||||
"owner": "Owner",
|
||||
"owner": "Tulajdonos",
|
||||
"process": "Process",
|
||||
"processes": "Processes",
|
||||
"end": "End",
|
||||
"projects": "Projects",
|
||||
"end": "V\u00e9ge",
|
||||
"projects": "Projektek",
|
||||
"tasks": "Feladatok",
|
||||
"task": "Feladat",
|
||||
"starting_before": "Starting before",
|
||||
|
@ -213,7 +213,7 @@
|
|||
"current": "Current",
|
||||
"upcoming": "Upcoming",
|
||||
"past": "Past",
|
||||
"unsubscribe": "Unsubscribe",
|
||||
"unsubscribe": "Leiratkoz\u00e1s",
|
||||
"podcast": "Podcast",
|
||||
"context": "Context",
|
||||
"due": "Due",
|
||||
|
@ -229,33 +229,48 @@
|
|||
"publish": "Publish",
|
||||
"unpublish": "Unpublish",
|
||||
"nothing_to_do": "Nothing to do. Everything is as requested already.",
|
||||
"exhibition": "Exhibition",
|
||||
"close": "Close",
|
||||
"open_in_new_tab": "Open in new tab",
|
||||
"exhibition": "Ki\u00e1ll\u00edt\u00e1s",
|
||||
"close": "Bez\u00e1r",
|
||||
"open_in_new_tab": "Megnyit\u00e1s \u00faj lapon",
|
||||
"internal": "Internal",
|
||||
"push_notifications": "Push notifications",
|
||||
"notifications": "Notifications",
|
||||
"subject": "Subject",
|
||||
"push_notifications": "Felugr\u00f3 \u00e9rtes\u00edt\u00e9sek",
|
||||
"notifications": "\u00c9rtes\u00edt\u00e9sek",
|
||||
"subject": "T\u00e1rgy",
|
||||
"email": "E-Mail",
|
||||
"time_limits": "Id\u0151korl\u00e1tok",
|
||||
"longitude": "Longitude",
|
||||
"latitude": "Latitude",
|
||||
"categorization": "Categorization",
|
||||
"sex": "Sex",
|
||||
"color": "Color",
|
||||
"ongoing_reservation": "Ongoing reservation",
|
||||
"upcoming_reservation": "Upcoming reservation",
|
||||
"for": "For",
|
||||
"reservation": "Reservation",
|
||||
"checklist": "Checklist",
|
||||
"integrations": "Integrations",
|
||||
"damage": "Damage",
|
||||
"damages": "Damages",
|
||||
"custom_report_templates": "Custom report templates",
|
||||
"longitude": "Hossz\u00fas\u00e1gi fok",
|
||||
"latitude": "Sz\u00e9less\u00e9gi fok",
|
||||
"categorization": "Kategoriz\u00e1l\u00e1s",
|
||||
"sex": "Nem",
|
||||
"color": "Sz\u00edn",
|
||||
"ongoing_reservation": "Folyamatban l\u00e9v\u0151 foglal\u00e1s",
|
||||
"upcoming_reservation": "K\u00f6zelg\u0151 foglal\u00e1s",
|
||||
"for": "R\u00e9sz\u00e9re",
|
||||
"reservation": "Foglal\u00e1s",
|
||||
"checklist": "Ellen\u0151rz\u0151 lista",
|
||||
"integrations": "Integr\u00e1ci\u00f3k",
|
||||
"damage": "S\u00e9r\u00fcl\u00e9s",
|
||||
"damages": "S\u00e9r\u00fcl\u00e9sek",
|
||||
"custom_report_templates": "Egyedi besz\u00e1mol\u00f3 sablonok",
|
||||
"file": "File",
|
||||
"upload": "Upload",
|
||||
"upload": "Felt\u00f6lt\u00e9s",
|
||||
"export": "Export",
|
||||
"after": "after",
|
||||
"before": "before"
|
||||
"after": "ut\u00e1na",
|
||||
"before": "el\u0151tte",
|
||||
"has": "Tartalmaz",
|
||||
"translation": "Ford\u00edt\u00e1s",
|
||||
"consistency_checks": "Konzisztencia ellen\u0151rz\u0151",
|
||||
"suggestion": "Javaslat",
|
||||
"with": "with",
|
||||
"period": "Period",
|
||||
"no_date_information_identified": "Nem siker\u00fclt azonos\u00edtani a d\u00e1tumadatokat",
|
||||
"shipments": "Sz\u00e1ll\u00edtm\u00e1nyok",
|
||||
"acquisitions": "Megszerz\u00e9sek",
|
||||
"acquisitions_choose": "Megszerz\u00e9s kiv\u00e1laszt\u00e1sa",
|
||||
"acquisitions_input": "\u00daj megszerz\u00e9s hozz\u00e1ad\u00e1sa",
|
||||
"shipments_choose": "Sz\u00e1ll\u00edtm\u00e1ny kiv\u00e1laszt\u00e1sa",
|
||||
"shipments_input": "\u00daj sz\u00e1ll\u00edtm\u00e1ny hozz\u00e1ad\u00e1sa",
|
||||
"acquisition": "Megszerz\u00e9s",
|
||||
"shipment": "Sz\u00e1ll\u00edtm\u00e1ny"
|
||||
}
|
||||
}
|
|
@ -73,6 +73,12 @@
|
|||
"marking": "Marking",
|
||||
"remove_collection": "Remove collection",
|
||||
"move_space": "Moved to different space",
|
||||
"owner": "Ownership"
|
||||
"owner": "Ownership",
|
||||
"defaults_for_new_object": "Defaults for new object page",
|
||||
"deaccession": "Kivon\u00e1s a gy\u0171jtem\u00e9nyb\u0151l (deaccessioning)",
|
||||
"check_log": "Log of checks",
|
||||
"restoration_log": "Restoration and conservation log",
|
||||
"damage_log": "Damage log",
|
||||
"checklist": "Checklist"
|
||||
}
|
||||
}
|
|
@ -73,7 +73,7 @@
|
|||
"color_black": "fekete",
|
||||
"color_green": "z\u00f6ld",
|
||||
"color_silver": "ez\u00fcst",
|
||||
"color_lime": "lime",
|
||||
"color_lime": "lime-z\u00f6ld",
|
||||
"color_gray": "sz\u00fcrke",
|
||||
"color_olive": "oliva z\u00f6ld",
|
||||
"color_white": "feh\u00e9r",
|
||||
|
|
|
@ -103,7 +103,7 @@
|
|||
"cloakroom_available": "Ruhat\u00e1r",
|
||||
"lockers_available": "Csomagmeg\u0151rz\u00e9s",
|
||||
"lockers_available_explica": "Van-e csomagmeg\u0151rz\u00e9s a m\u00fazeumban?",
|
||||
"shop_available": "M\u00fazeumi shop",
|
||||
"shop_available": "M\u00fazeum shop",
|
||||
"shop_available_explica": "Van a m\u00fazeumnak boltja?",
|
||||
"cafe_available": "K\u00e1v\u00e9z\u00f3\/b\u00fcf\u00e9",
|
||||
"cafe_available_explica": "Van-e k\u00e1v\u00e9z\u00f3\/b\u00fcf\u00e9 a m\u00fazeumban?",
|
||||
|
|
|
@ -77,8 +77,8 @@
|
|||
"besch_visibility_extern": "Felirat\/szign\u00f3 k\u00fcls\u0151 haszn\u00e1latra",
|
||||
"ausm_visibility_md": "R\u00e9szletes m\u00e9ret meghat\u00e1roz\u00e1s l\u00e1that\u00f3",
|
||||
"ausm_visibility_extern": "R\u00e9szletes m\u00e9ret meghat\u00e1roz\u00e1s k\u00fcls\u0151 haszn\u00e1latra",
|
||||
"vergl_visibility_md": "Visibility of comparable object information on museum-digital",
|
||||
"vergl_visibility_extern": "Visibility of comparable object information for external use",
|
||||
"vergl_visibility_md": "\u00d6sszehasonl\u00edthat\u00f3 inform\u00e1ci\u00f3k l\u00e1that\u00f3k",
|
||||
"vergl_visibility_extern": "\u00d6sszehasonl\u00edthat\u00f3 inform\u00e1ci\u00f3k k\u00fcls\u0151 haszn\u00e1latra",
|
||||
"metadata_rights_holder_explica": " Az objektum metaadatainak jogtulajdonosa.",
|
||||
"metadata_rights_status_explica": "T\u00e1rgy metadatainak licence ",
|
||||
"ignore": "Kikapcsolva",
|
||||
|
@ -89,18 +89,18 @@
|
|||
"obj_pub_type": "Publik\u00e1ci\u00f3 t\u00edpusa",
|
||||
"pos_in_src_explica": "Opcion\u00e1lis poz\u00edci\u00f3 a forr\u00e1sban. Ez lehet pl. oldalsz\u00e1m (15. o.), l\u00e1bjegyzet vagy az \u00e1bra sz\u00e1ma.",
|
||||
"reception_source_explica": "Az a kiadv\u00e1ny, amelyben az objektumot k\u00f6zz\u00e9tett\u00e9k. Kezdjen el g\u00e9pelni majd v\u00e1lasszon a leg\u00f6rd\u00fcl\u0151 list\u00e1b\u00f3l. Ha a kiadv\u00e1ny m\u00e9g nem szerepel a list\u00e1ban, a \"+\" jellel hozz\u00e1adhat egyet.",
|
||||
"reception_publication_type_explica": "The way the object was published in the selected source. If the object is a photography, which was printed in the source, the publication type would be \"image published\". If no suitable publication type for your case can be found in the list, please contact an administrator.",
|
||||
"reception_annotation_explica": "Notes and annotations on the background or specific circumstances of the publication.",
|
||||
"added_obj_pub_link": "Added link between object and publication",
|
||||
"deleted_obj_pub_link": "Removed publication entry for object",
|
||||
"updated_obj_pub_link": "Updated publication of object",
|
||||
"updated_obj_is_reference_link": "Updated information on the object as a reference",
|
||||
"added_obj_is_reference_link": "Added information on the object being in reference to something else",
|
||||
"deleted_obj_is_reference_link": "Deleted link between object and a work it references",
|
||||
"reception_and_pub_history": "Reception and publication history",
|
||||
"object_is_referencing": "The object is a reference to ...",
|
||||
"general_note_on_object_as_reference": "General notes on the object as a reference",
|
||||
"object_references_explica": "If the object itself references some other concept or work, such information may be entered here. If the object is for example a commercial broschure advertising a telephone, you can note that - and that the telephone was or was not ever created in a way as it is displayed in the broschure - here. If the object is referencing a certain scene from literature, you can also use the menu just below this one to link the object with the referenced source.",
|
||||
"reception_publication_type_explica": "A t\u00e1rgy k\u00f6zz\u00e9t\u00e9tel\u00e9nek m\u00f3dja. Ha a t\u00e1rgy egy f\u00e9nyk\u00e9p, amely kinyomtat\u00e1sra ker\u00fclt, akkor a k\u00f6zz\u00e9t\u00e9tel t\u00edpusa \"k\u00e9p k\u00f6zz\u00e9t\u00e9tele\". Ha a list\u00e1ban nem tal\u00e1l megfelel\u0151 publik\u00e1ci\u00f3s t\u00edpust, k\u00e9rj\u00fck, l\u00e9pjen kapcsolatba a support csapat tagjaival.",
|
||||
"reception_annotation_explica": "Megjegyz\u00e9sek a kiadv\u00e1ny speci\u00e1lis k\u00f6r\u00fclm\u00e9nyeivel kapcsolatban.",
|
||||
"added_obj_pub_link": "Publik\u00e1ci\u00f3 hozz\u00e1adva",
|
||||
"deleted_obj_pub_link": "Publik\u00e1ci\u00f3 t\u00f6r\u00f6lve",
|
||||
"updated_obj_pub_link": "Publik\u00e1ci\u00f3 friss\u00edtve",
|
||||
"updated_obj_is_reference_link": "Referenci\u00e1val kapcsolatos informr\u00e1ci\u00f3k friss\u00edtve",
|
||||
"added_obj_is_reference_link": "Referenci\u00e1val kapcsolatos inform\u00e1ci\u00f3k hozz\u00e1adva",
|
||||
"deleted_obj_is_reference_link": "Referencia t\u00f6r\u00f6lve",
|
||||
"reception_and_pub_history": "Publik\u00e1ci\u00f3 t\u00f6rt\u00e9net",
|
||||
"object_is_referencing": "A t\u00e1rgy egy hivatkoz\u00e1s a...",
|
||||
"general_note_on_object_as_reference": "Referenci\u00e1val kapcsolatos megjegyz\u00e9sek",
|
||||
"object_references_explica": "Ha maga a t\u00e1rgy valamilyen m\u00e1s fogalomra vagy m\u0171re hivatkozik, akkor az ilyen inform\u00e1ci\u00f3kat itt lehet megadni. Ha a t\u00e1rgy p\u00e9ld\u00e1ul egy telefont rekl\u00e1moz\u00f3 kereskedelmi prospektus, akkor ezt - \u00e9s azt, hogy a telefon valaha is \u00fagy k\u00e9sz\u00fclt vagy nem \u00fagy k\u00e9sz\u00fclt, ahogyan a prospektusban szerepel - itt lehet megjegyezni. Ha a t\u00e1rgy egy bizonyos irodalmi jelenetre hivatkozik, akkor az alatta l\u00e9v\u0151 men\u00fc seg\u00edts\u00e9g\u00e9vel szint\u00e9n \u00f6sszekapcsolhatja a t\u00e1rgyat a hivatkozott forr\u00e1ssal.",
|
||||
"referenced_source": "Hivatkozott forr\u00e1s",
|
||||
"markings": "Ismertet\u0151 jegy",
|
||||
"add_new_marking": "\u00daj hozz\u00e1ad\u00e1sa",
|
||||
|
@ -169,11 +169,11 @@
|
|||
"tag_suggestion_by_img_categorization": "Kulcsz\u00f3 javaslatok a felt\u00f6lt\u00f6tt k\u00e9p alapj\u00e1n",
|
||||
"acknowledgements": "K\u00f6sz\u00f6netnyilv\u00e1n\u00edt\u00e1s",
|
||||
"acknowledgements_explica": "Ide \u00edrhatja be a m\u0171t\u00e1rgy kutat\u00e1s\u00e1hoz, felt\u00e1r\u00e1s\u00e1hoz ny\u00fajtott seg\u00edts\u00e9g \u00e9s digitaliz\u00e1l\u00e1shoz sz\u00fcks\u00e9ges finansz\u00edroz\u00e1s k\u00f6sz\u00f6net\u00e9t",
|
||||
"move_to_space": "Move to space",
|
||||
"open_page": "Open page",
|
||||
"move_to_space": "Lok\u00e1ci\u00f3 megad\u00e1sa",
|
||||
"open_page": "Oldal megnyit\u00e1sa",
|
||||
"currently_on_loan": "Jelenleg k\u00f6lcs\u00f6nadva",
|
||||
"currently_on_exhibition": "Jelenleg ki\u00e1ll\u00edtva",
|
||||
"status_explica": "The ownership status of the object.",
|
||||
"status_explica": "A t\u00e1rgy tulajdonjogi \u00e1llapota.",
|
||||
"handling_recommendations": "T\u00e1rgymozgat\u00e1s",
|
||||
"handling_recommendations_explica": "A m\u0171t\u00e1rgy mozgat\u00e1s\u00e1ra vonatkoz\u00f3 megjegyz\u00e9sek.",
|
||||
"shipping_note": "Sz\u00e1ll\u00edt\u00e1s",
|
||||
|
@ -189,111 +189,111 @@
|
|||
"security_requirements": "Biztons\u00e1gi k\u00f6vetelm\u00e9nyek",
|
||||
"security_requirements_explica": "A ki\u00e1ll\u00edt\u00f3t\u00e9rben val\u00f3 elhelyez\u00e9sre vonatkoz\u00f3 biztons\u00e1gi k\u00f6vetelm\u00e9nyek. Pl. Vitrinben \u00e1ll\u00edthat\u00f3 ki.",
|
||||
"suggest_inventory_number": "Lelt\u00e1ri sz\u00e1m gener\u00e1l\u00e1s",
|
||||
"suggest_inventory_number_flex_at_pos": "Suggest inventory number; increment number #",
|
||||
"suggest_inventory_number_flex_at_pos": "Javasoljon lelt\u00e1ri sz\u00e1mot; n\u00f6velje a sz\u00e1mot #",
|
||||
"period_copyright": "Szerz\u0151i jogv\u00e9delem ",
|
||||
"period_copyright_explica": "Az a d\u00e1tum, ameddig az objektum szerz\u0151i jogv\u00e9delem alatt \u00e1ll. (ha van ilyen)",
|
||||
"period_freeze": "Z\u00e1rol\u00e1si id\u0151szak (publik\u00e1l\u00e1s)",
|
||||
"period_freeze_explica": "D\u00e1tum, ameddig az objektum k\u00f6zz\u00e9t\u00e9tele le van z\u00e1rva. Ez lehet pl. jogi okokb\u00f3l lehet.",
|
||||
"period_autopublish": "T\u00e1rgy publik\u00e1l\u00e1sa",
|
||||
"period_autopublish_explica": "Filling out this field enables a timer, when the object will be automatically published. This way, a \"moving wall\" for publication can be implemented.",
|
||||
"period_comment": "Megjegyz\u00e9sek",
|
||||
"period_autopublish_explica": "A d\u00e1tum be\u00e1ll\u00edt\u00e1sa lehet\u0151v\u00e9 teszi a t\u00e1rgy automatikus pulbik\u00e1l\u00e1s\u00e1t egy megadott id\u0151pontban.",
|
||||
"period_comment": "Megjegyz\u00e9sek az id\u0151tartamhoz",
|
||||
"period_comment_explica": "Megjegyz\u00e9sek a publik\u00e1l\u00e1s \u00e1llapot\u00e1nak okair\u00f3l.",
|
||||
"negative_id": "Fot\u00f3negat\u00edv azonos\u00edt\u00f3",
|
||||
"negative_id_explica": " A m\u0171t\u00e1rgyfot\u00f3 negat\u00edvj\u00e1nak az azonos\u00edt\u00f3ja.",
|
||||
"salutation": "Salutation",
|
||||
"salutation": "\u00dcdv\u00f6zl\u00e9s",
|
||||
"incipit": "Incipit",
|
||||
"incipit_explica": "First words of the text used for identification.",
|
||||
"incipit_explica": "A sz\u00f6veg els\u0151 szavai az azonos\u00edt\u00e1shoz.",
|
||||
"text_explicit": "Explicit",
|
||||
"text_explicit_explica": "Closing words of a text used for identification.",
|
||||
"valediction": "Valediction",
|
||||
"valediction_explica": "Valiediction of a letter. E.g. \"Yours sincerely, Jane\".",
|
||||
"salutation_explica": "Salutation as used in a letter. E.g. \"Dear John,\".",
|
||||
"owner_explica": "If the object is not owned by the museum, the owner can be entered here. Selectable owners are drawn from the contacts module and need to be added there separately (possible by clicking on the \"+\" button).",
|
||||
"finding_spot_longitude": "Finding spot, longitude",
|
||||
"finding_spot_latitude": "Finding spot, latitude",
|
||||
"form": "Form",
|
||||
"form_explica": "Form or shape of the object.",
|
||||
"sex_explica": "Sex of the object if it is a biological specimen.",
|
||||
"color_explica": "Primary color of the object.",
|
||||
"text_explicit_explica": "Egy sz\u00f6veg z\u00e1r\u00f3szavai az azonos\u00edt\u00e1shoz.",
|
||||
"valediction": "Elk\u00f6sz\u00f6n\u00e9s (b\u00facs\u00faszavak)",
|
||||
"valediction_explica": "A lev\u00e9lben haszn\u00e1lt elk\u00f6sz\u00f6n\u00e9s. Pl. \"Kiv\u00e1l\u00f3 tisztelettel, Ferenc\".",
|
||||
"salutation_explica": "A lev\u00e9lben haszn\u00e1lt \u00fcdv\u00f6zl\u00e9s. Pl. \"Kedves Ferenc,\".",
|
||||
"owner_explica": "Ha a t\u00e1rgy nem a m\u00fazeum tulajdon\u00e1ban van, a tulajdonos itt adhat\u00f3 meg. A v\u00e1laszthat\u00f3 tulajdonosok a Kapcsolatok modulb\u00f3l ker\u00fclnek ki, ahol \u00faj kapcsaoltot a \"+\" gombra kattintva lehets\u00e9ges megadni.",
|
||||
"finding_spot_longitude": "Helykeres\u00e9s, hossz\u00fas\u00e1gi fok",
|
||||
"finding_spot_latitude": "Helykeres\u00e9s, sz\u00e9less\u00e9gi fok",
|
||||
"form": "Forma",
|
||||
"form_explica": "A t\u00e1rgy form\u00e1ja, alakja.",
|
||||
"sex_explica": "A t\u00e1rgy neme, amennyiben \u00e9l\u0151l\u00e9ny.",
|
||||
"color_explica": "A t\u00e1rgy els\u0151dleges, meghat\u00e1roz\u00f3 sz\u00edne.",
|
||||
"current_space_is_actual_space": "Current space is actual space",
|
||||
"deaccession_approved_by": "Deaccession approved by",
|
||||
"deaccession_approved_by_explica": "Name of the person who authorized the deaccession. Required for entering a deaccession.",
|
||||
"deaccession_approved_date": "Deaccession approval date",
|
||||
"deaccession_approved_date_explica": "Date the deaccession was approved.",
|
||||
"disposal_reason": "Disposal reason",
|
||||
"disposal_method": "Disposal method",
|
||||
"disposal_method_explica": "Method the object is to be or was disposed.",
|
||||
"disposal_recipient_new_id": "New ID at recipient",
|
||||
"disposal_recipient_new_id_explica": "New inventory number of the object at the receiving museum (for sales or donations to other institutions).",
|
||||
"deaccession_date": "Date of deaccession",
|
||||
"deaccession_date_explica": "Date the object was deaccessed legally.",
|
||||
"disposal_date": "Date of disposal",
|
||||
"disposal_date_explica": "Date the object was disposed physically (e.g. when it was transported out of the museum or when it was physically destroyed).",
|
||||
"disposal_note": "General note on disposal",
|
||||
"disposal_note_explica": "Free text information about the disposal of the object.",
|
||||
"disposal_cost_value": "Cost of disposal",
|
||||
"disposal_cost_value_explica": "Total costs the museum incurred disposing of the object.",
|
||||
"disposal_cost_currency": "Cost of disposal (currency)",
|
||||
"disposal_cost_currency_explica": "Currency in which the cost of the disposal of the object is measured.",
|
||||
"disposal_price_value": "Disposal price",
|
||||
"disposal_price_value_explica": "Total of the money the museum earned by selling the object.",
|
||||
"disposal_price_currency": "Disposal price currency",
|
||||
"disposal_price_currency_explica": "Currency in which the object is to be or was sold.",
|
||||
"disposal_conditions": "Disposal conditions",
|
||||
"disposal_conditions_explica": "Here one can note down special conditions restricting the disposal of the object. The object may e.g. only be disposed within the country or it may only be returned to the previous owners.",
|
||||
"disposal_authorized_by": "Disposal authorized by",
|
||||
"disposal_authorized_by_explica": "Name of the person who authorized the physical disposal of the object.",
|
||||
"disposal_authorized_date": "Disposal authorization date",
|
||||
"disposal_authorized_date_explica": "Date the authorization for the object's disposal was given.",
|
||||
"disposal_reason_explica": "Free text explanation for why the object is to be or was deaccessioned.",
|
||||
"deaccession": "Deaccession",
|
||||
"deaccession_approved_by": "Gy\u0171jtem\u00e9nyi kivon\u00e1st (deaccession) j\u00f3v\u00e1hagyta",
|
||||
"deaccession_approved_by_explica": "A kivon\u00e1st enged\u00e9lyez\u0151 szem\u00e9ly neve. (k\u00f6telez\u0151 mez\u0151)",
|
||||
"deaccession_approved_date": "Gy\u0171jtem\u00e9nyi kivon\u00e1s (deacession) j\u00f3v\u00e1hagy\u00e1s\u00e1nak a d\u00e1tuma",
|
||||
"deaccession_approved_date_explica": "A kivon\u00e1s j\u00f3v\u00e1hagy\u00e1s\u00e1nak d\u00e1tuma.",
|
||||
"disposal_reason": "Elidegen\u00edt\u00e9s oka",
|
||||
"disposal_method": "Elidegen\u00edt\u00e9s m\u00f3dja",
|
||||
"disposal_method_explica": "A t\u00e1rgy elidegen\u00edt\u00e9s\u00e9nek m\u00f3dja.",
|
||||
"disposal_recipient_new_id": "\u00daj lelt\u00e1ri sz\u00e1m",
|
||||
"disposal_recipient_new_id_explica": "A t\u00e1rgy \u00faj lelt\u00e1ri sz\u00e1ma az \u00e1tvev\u0151 m\u00fazeumban (m\u00e1s int\u00e9zm\u00e9nyeknek t\u00f6rt\u00e9n\u0151 elad\u00e1s vagy adom\u00e1nyoz\u00e1s eset\u00e9n).",
|
||||
"deaccession_date": "Gy\u0171jtem\u00e9nyi kivon\u00e1s (deaccession) d\u00e1tuma",
|
||||
"deaccession_date_explica": "A t\u00e1rgy t\u00f6rv\u00e9nyes kivon\u00e1s\u00e1nak d\u00e1tuma.",
|
||||
"disposal_date": "Elidegen\u00edt\u00e9s d\u00e1tuma",
|
||||
"disposal_date_explica": "A t\u00e1rgy fizikai elidegen\u00edt\u00e9s\u00e9nek d\u00e1tuma (pl. amikor a t\u00e1rgyat a m\u00fazeumb\u00f3l elsz\u00e1ll\u00edtott\u00e1k vagy amikor fizikailag megsemmis\u00edtett\u00e9k).",
|
||||
"disposal_note": "\u00c1ltal\u00e1nos megjegyz\u00e9s az elidegen\u00edt\u00e9sr\u0151l.",
|
||||
"disposal_note_explica": "Szabad sz\u00f6veges inform\u00e1ci\u00f3 a t\u00e1rgy elidegen\u00edt\u00e9s\u00e9r\u0151l.",
|
||||
"disposal_cost_value": "Elidegen\u00edt\u00e9s k\u00f6lts\u00e9ge",
|
||||
"disposal_cost_value_explica": "A m\u00fazeumnak a t\u00e1rgy elidegen\u00edt\u00e9s\u00e9vel kapcsolatban felmer\u00fclt \u00f6sszes k\u00f6lts\u00e9g.",
|
||||
"disposal_cost_currency": "Elidegen\u00edt\u00e9s k\u00f6lts\u00e9ge (valuta)",
|
||||
"disposal_cost_currency_explica": "Az a p\u00e9nznem, amelyben a t\u00e1rgy elidegen\u00edt\u00e9si k\u00f6lts\u00e9ge meg van adva.",
|
||||
"disposal_price_value": "Elidegen\u00edt\u00e9si \u00e1r",
|
||||
"disposal_price_value_explica": "A m\u00fazeum \u00e1ltal a t\u00e1rgy elad\u00e1s\u00e1b\u00f3l sz\u00e1rmaz\u00f3 p\u00e9nz\u00f6sszeg.",
|
||||
"disposal_price_currency": "Elidegen\u00edt\u00e9s \u00e1r (valuta)",
|
||||
"disposal_price_currency_explica": "Az a p\u00e9nznem, amelyben a t\u00e1rgyat eladj\u00e1k vagy eladt\u00e1k.",
|
||||
"disposal_conditions": "Elidegen\u00edt\u00e9s felt\u00e9telei",
|
||||
"disposal_conditions_explica": "Itt megadhat\u00f3k a t\u00e1rgy elidegen\u00edt\u00e9s\u00e9t korl\u00e1toz\u00f3 k\u00fcl\u00f6nleges felt\u00e9telek. A t\u00e1rgyat p\u00e9ld\u00e1ul csak az orsz\u00e1gon bel\u00fcl lehet elidegen\u00edteni, vagy csak az el\u0151z\u0151 tulajdonosoknak lehet visszaadni.",
|
||||
"disposal_authorized_by": "Elidegen\u00edt\u00e9st enged\u00e9lyezte",
|
||||
"disposal_authorized_by_explica": "A t\u00e1rgy fizikai elidegen\u00edt\u00e9s\u00e9t enged\u00e9lyez\u0151 szem\u00e9ly neve.",
|
||||
"disposal_authorized_date": "Elidegen\u00edt\u00e9si enged\u00e9lyez\u00e9s d\u00e1tuma",
|
||||
"disposal_authorized_date_explica": "Az objektum elidegen\u00edt\u00e9s\u00e9re vonatkoz\u00f3 enged\u00e9ly megad\u00e1s\u00e1nak d\u00e1tuma.",
|
||||
"disposal_reason_explica": "Szabad sz\u00f6veges magyar\u00e1zat arra vonatkoz\u00f3an, hogy a t\u00e1rgyat mi\u00e9rt kell vagy kellett elidegen\u00edteni.",
|
||||
"deaccession": "Kivon\u00e1s a gy\u0171jtem\u00e9nyb\u0151l (deaccessioning)",
|
||||
"movement_reference_number": "Movement reference number",
|
||||
"insurance_value_reference": "Insurance value, reference no.",
|
||||
"valuation_reference": "Valuation reference no.",
|
||||
"valuation_reference": "\u00c9rt\u00e9kmeghat\u00e1roz\u00e1s referenciasz\u00e1ma",
|
||||
"valuation_reference_explica": "An external reference number for the valuation.",
|
||||
"period_scheduled_end_to_deposit": "Scheduled end to deposit",
|
||||
"period_scheduled_end_to_deposit_explica": "Determines when the object will be removed from the museum, if that is known beforehand. This may e.g. be the case with loaned objects. A notification is triggered if the object's scheduled end to deposit nears.",
|
||||
"damage_type": "Damage type",
|
||||
"damage_type_explica": "The type of the damage, e.g. if it was caused by water or by the object breaking apart.",
|
||||
"damage_identification_date": "Date of identification",
|
||||
"damage_identification_date_explica": "The date the damage was identified.",
|
||||
"damage_note_explica": "Here additional information on the damage, its circumstances or details you noticed can be added.",
|
||||
"damage_reporter": "Reporter",
|
||||
"damage_reporter_explica": "The person who first found out about the damage.",
|
||||
"damage_status": "Damage status",
|
||||
"damage_status_explica": "The current status of the damage. Starting from it's finding, the damage should progress to either be marked as irreparable or it should be repaired.",
|
||||
"damage_log": "Damage log",
|
||||
"restoration_conservation_log": "Restoration and conservation log",
|
||||
"new_damage": "New damage log entry",
|
||||
"damage_type": "S\u00e9r\u00fcl\u00e9s t\u00edpusa",
|
||||
"damage_type_explica": "A s\u00e9r\u00fcl\u00e9s t\u00edpusa, pl. ha v\u00edz okozta, vagy ha a t\u00e1rgy sz\u00e9tt\u00f6rt.",
|
||||
"damage_identification_date": "Azonos\u00edt\u00e1s id\u0151pontja",
|
||||
"damage_identification_date_explica": "A s\u00e9r\u00fcl\u00e9s azonos\u00edt\u00e1s\u00e1nak d\u00e1tuma.",
|
||||
"damage_note_explica": "Itt tov\u00e1bbi inform\u00e1ci\u00f3kat adhat a s\u00e9r\u00fcl\u00e9sr\u0151l, annak k\u00f6r\u00fclm\u00e9nyeir\u0151l vagy az \u00d6n \u00e1ltal \u00e9szlelt r\u00e9szletekr\u0151l.",
|
||||
"damage_reporter": "S\u00e9r\u00fcl\u00e9s \u00e9szlel\u0151je",
|
||||
"damage_reporter_explica": "Az a szem\u00e9ly, aki el\u0151sz\u00f6r \u00e9szlelte a s\u00e9r\u00fcl\u00e9st.",
|
||||
"damage_status": "S\u00e9r\u00fcl\u00e9s \u00e1llapota",
|
||||
"damage_status_explica": "A s\u00e9r\u00fcl\u00e9s jelenlegi \u00e1llapota. A meg\u00e1llap\u00edt\u00e1st\u00f3l kezdve a s\u00e9r\u00fcl\u00e9st vagy jav\u00edthatatlannak kell megjel\u00f6lni, vagy pedig ki kell jav\u00edtani.",
|
||||
"damage_log": "S\u00e9r\u00fcl\u00e9sek (napl\u00f3)",
|
||||
"restoration_conservation_log": "Restaur\u00e1l\u00e1s \u00e9s meg\u0151rz\u00e9s (napl\u00f3)",
|
||||
"new_damage": "\u00daj bejegyz\u00e9s (s\u00e9r\u00fcl\u00e9s)",
|
||||
"new_conservation_restoration_measure": "New conservation or restoration measure",
|
||||
"restoration_log": "Conservation & restoration log",
|
||||
"new_restoration_log_entry": "New conservation \/ restoration log entry",
|
||||
"authorizer": "Authorizer",
|
||||
"authorizer_explica": "Name of the person who authorized the conservation or restoration treatment.",
|
||||
"conservation_authorization_date": "Authorization date",
|
||||
"conservation_authorization_date_explica": "Date the conservation \/ restoration was authorized.",
|
||||
"conservation_method": "Method",
|
||||
"conservation_method_explica": "Method of conservation \/ restoration.",
|
||||
"conservator": "Conservator",
|
||||
"conservator_explica": "Name of the conservator enacting the conservation \/ restoration treatment.",
|
||||
"conservation_begin_date": "Begin date",
|
||||
"conservation_begin_date_explica": "Date of the start of the conservation \/ restoration.",
|
||||
"conservation_end_date": "End date",
|
||||
"conservation_end_date_explica": "Date of the end of conservation \/ restoration.",
|
||||
"check_type": "Type of check",
|
||||
"check_type_explica": "The type of the check registered.",
|
||||
"check_date": "Date of check",
|
||||
"check_date_explica": "The prospected or actual date of the check.",
|
||||
"check_executed_by": "Checker",
|
||||
"check_executed_by_explica": "Name of the person who is expected to do the check.",
|
||||
"check_scope": "Scope",
|
||||
"check_scope_explica": "Here one may enter more specific details on which aspect of the object is to be checked. E.g. a comparison of the database with the actual objects may be limited to the correctness of objects' measurements.",
|
||||
"check_note_explica": "General notes on the check.",
|
||||
"check_completed": "Check completed?",
|
||||
"check_completed_explica": "Here the check can be marked as completed.",
|
||||
"conservation_restoration_treatment": "Conservation \/ restoration treatment",
|
||||
"add_new_check": "Add new check",
|
||||
"check": "Check",
|
||||
"restoration_log": "Restaur\u00e1l\u00e1s \u00e9s meg\u0151rz\u00e9s (napl\u00f3)",
|
||||
"new_restoration_log_entry": "\u00daj bejegyz\u00e9s (restaur\u00e1l\u00e1s \u00e9s meg\u0151rz\u00e9s)",
|
||||
"authorizer": "Enged\u00e9lyez\u0151",
|
||||
"authorizer_explica": "A konzerv\u00e1l\u00e1si vagy restaur\u00e1l\u00e1si folyamatokat enged\u00e9lyez\u0151 szem\u00e9ly neve.",
|
||||
"conservation_authorization_date": "Enged\u00e9lyez\u00e9s d\u00e1tuma",
|
||||
"conservation_authorization_date_explica": "A restaur\u00e1l\u00e1s\/konzerv\u00e1l\u00e1s enged\u00e9lyez\u00e9s\u00e9nek d\u00e1tuma.",
|
||||
"conservation_method": "M\u00f3dszer",
|
||||
"conservation_method_explica": "Restaur\u00e1l\u00e1s\/konzerv\u00e1l\u00e1s m\u00f3dszere.",
|
||||
"conservator": "Restaur\u00e1tor",
|
||||
"conservator_explica": "A konzerv\u00e1l\u00e1st\/restaur\u00e1l\u00e1st v\u00e9gz\u0151 restaur\u00e1tor neve.",
|
||||
"conservation_begin_date": "Kezd\u00e9s id\u0151pontja",
|
||||
"conservation_begin_date_explica": "A konzerv\u00e1l\u00e1s\/restaur\u00e1l\u00e1s megkezd\u00e9s\u00e9nek id\u0151pontja.",
|
||||
"conservation_end_date": "Befejez\u00e9s id\u0151pontja",
|
||||
"conservation_end_date_explica": "A konzerv\u00e1l\u00e1s\/restaur\u00e1l\u00e1s befejez\u00e9s\u00e9nek id\u0151pontja.",
|
||||
"check_type": "Ellen\u0151rz\u00e9s t\u00edpusa",
|
||||
"check_type_explica": "A leg\u00f6rd\u00fcl\u0151 list\u00e1b\u00f3l v\u00e1lassza ki az ellen\u0151rz\u00e9s t\u00edpus\u00e1t.",
|
||||
"check_date": "Ellen\u0151rz\u00e9s d\u00e1tuma",
|
||||
"check_date_explica": "Az ellen\u0151rz\u00e9s v\u00e1rhat\u00f3 vagy t\u00e9nyleges d\u00e1tuma.",
|
||||
"check_executed_by": "Ellen\u0151rz\u0151",
|
||||
"check_executed_by_explica": "Az ellen\u0151rz\u00e9st v\u00e9gz\u0151 szem\u00e9ly neve.",
|
||||
"check_scope": "Ellen\u0151rz\u00e9s szempontja",
|
||||
"check_scope_explica": "Itt lehet megadni a pontosabb r\u00e9szleteket, hogy az objektum mely aspektus\u00e1t kell ellen\u0151rizni. Az ellen\u0151rz\u00e9s p\u00e9ld\u00e1ul korl\u00e1toz\u00f3dhat kiz\u00e1r\u00f3lag a m\u00e9retek ellen\u0151rz\u00e9s\u00e9re.",
|
||||
"check_note_explica": "\u00c1ltal\u00e1nos megjegyz\u00e9sek az ellen\u0151rz\u00e9ssel kapcsolatban.",
|
||||
"check_completed": "Ellen\u0151rz\u00e9s befejezve?",
|
||||
"check_completed_explica": "Itt jel\u00f6lhet\u0151 az ellen\u0151rz\u00e9s befejezettnek.",
|
||||
"conservation_restoration_treatment": "Restaur\u00e1l\u00e1s \/ meg\u0151rz\u00e9s elj\u00e1r\u00e1s",
|
||||
"add_new_check": "\u00daj ellen\u0151rz\u00e9s",
|
||||
"check": "Ellen\u0151rz\u00e9s",
|
||||
"closer_location_name": "Closer location (name)",
|
||||
"closer_location_kind": "Closer location (kind)",
|
||||
"alternate_title_name": "Alternate title (name)",
|
||||
|
@ -329,7 +329,12 @@
|
|||
"valuation_currency_explica": "Currency used for the last valuation.",
|
||||
"period_next_planned_relocation": "Next planned relocation",
|
||||
"period_next_planned_relocation_explica": "This field allows one to mark when the object will next be moved. It makes sense to clear the field once the object has actually been moved.",
|
||||
"upcoming_condition_check": "Upcoming condition check"
|
||||
"upcoming_condition_check": "Upcoming condition check",
|
||||
"plausability_warning": "Plausability warning",
|
||||
"duplicate_inventory_numbers": "Duplicate inventory numbers",
|
||||
"invalid_numeric_values": "Invalid numeric values",
|
||||
"invalid_dates": "Invalid dates",
|
||||
"acquisition_id_explica": "This select list allows one to link the object's acquisition to a dedicated acquisition process in the acquisition module. This allows grouping multiple objects together in the acquisition and improved searching by the acquisition properties."
|
||||
},
|
||||
"ortart": [
|
||||
"",
|
||||
|
|
53
backend/hu/shipments.json
Normal file
53
backend/hu/shipments.json
Normal file
|
@ -0,0 +1,53 @@
|
|||
{
|
||||
"shipments": {
|
||||
"type_explica": "Lehet bej\u00f6v\u0151 vagy kimen\u0151 sz\u00e1ll\u00edtm\u00e1ny.",
|
||||
"name": "Sz\u00e1ll\u00edtm\u00e1ny elnevez\u00e9se",
|
||||
"name_explica": "Egy l\u00e9nyegret\u00f6r\u0151 n\u00e9v, amely seg\u00edt a koll\u00e9g\u00e1knak azonos\u00edtani a sz\u00e1ll\u00edtm\u00e1nyt.",
|
||||
"note": "Megjegyz\u00e9s (sz\u00e1ll\u00edtm\u00e1ny)",
|
||||
"note_explica": "A jelen sz\u00e1ll\u00edtm\u00e1nyra vonatkoz\u00f3 b\u00e1rmilyen \u00e1ltal\u00e1nos megjegyz\u00e9s.",
|
||||
"transport_method": "Sz\u00e1ll\u00edt\u00e1s m\u00f3dja",
|
||||
"transport_method_explica": "A sz\u00e1ll\u00edt\u00e1s m\u00f3dj\u00e1ra vonatkoz\u00f3 inform\u00e1ci\u00f3k.",
|
||||
"authorized_by": "Enged\u00e9lyezte",
|
||||
"authorized_by_explica": "A sz\u00e1ll\u00edt\u00e1st enged\u00e9lyez\u0151 szem\u00e9ly teljes neve.",
|
||||
"exit_time": "Feladva",
|
||||
"exit_time_explica": "A sz\u00e1rmaz\u00e1si hely elhagy\u00e1s\u00e1nak a d\u00e1tuma \u00e9s id\u0151pontja.",
|
||||
"exit_address": "Felad\u00f3 c\u00edme",
|
||||
"exit_address_explica": "A sz\u00e1ll\u00edtm\u00e1ny sz\u00e1rmaz\u00e1si hely\u00e9nek c\u00edme",
|
||||
"send_by": "\u00dcgyint\u00e9z\u0151 (sz\u00e1ll\u00edtm\u00e1ny)",
|
||||
"send_by_explica": "A k\u00fcldem\u00e9nyt \u00e1tad\u00f3 szem\u00e9ly teljes neve.",
|
||||
"sent_by": "Felad\u00f3",
|
||||
"sent_by_explica": "Annak a szem\u00e9lynek a teljes neve, aki a k\u00fcldem\u00e9nyt elk\u00fcldte vagy \u00e1tadta a fut\u00e1rnak.",
|
||||
"executor": "Sz\u00e1ll\u00edt\u00f3",
|
||||
"executor_explica": "Az a szem\u00e9ly vagy c\u00e9g, aki vagy amely a sz\u00e1ll\u00edtm\u00e1nyt t\u00e9nylegesen sz\u00e1ll\u00edtotta. Ez a mez\u0151 a kapcsolatok funkci\u00f3ban megadott adatokra hivatkozik.",
|
||||
"destination_time": "K\u00e9zbes\u00edt\u00e9s id\u0151pontja",
|
||||
"destination_time_explica": "A k\u00fcldem\u00e9ny \u00e9rkez\u00e9s\u00e9nek id\u0151pontja.",
|
||||
"destination_address": "C\u00e9l\u00e1llom\u00e1s c\u00edme",
|
||||
"destination_address_explica": "A k\u00fcldem\u00e9ny c\u00e9l\u00e1llom\u00e1s\u00e1nak a c\u00edme.",
|
||||
"received_by": "\u00c1tvev\u0151",
|
||||
"received_by_explica": "A k\u00fcldem\u00e9nyt \u00e1tvev\u0151 szem\u00e9ly teljes neve.",
|
||||
"partner": "Partner szem\u00e9ly\/int\u00e9zm\u00e9ny",
|
||||
"partner_explica": "A sz\u00e1ll\u00edtm\u00e1nyt k\u00fcld\u0151\/fogad\u00f3 partner neve.",
|
||||
"partner_contact": "Partner kontakt",
|
||||
"partner_contact_explica": "Partner szem\u00e9ly\/int\u00e9zm\u00e9ny el\u00e9rhet\u0151s\u00e9ge.",
|
||||
"tracking_code": "Nyomonk\u00f6vet\u00e9si k\u00f3d",
|
||||
"tracking_code_explica": "A fut\u00e1rn\u00e1l megadott nyomon k\u00f6vet\u00e9si k\u00f3d, ha van ilyen.",
|
||||
"conditions": "Felt\u00e9telek (sz\u00e1ll\u00edtm\u00e1ny)",
|
||||
"conditions_explica": "A sz\u00e1ll\u00edt\u00e1sra vonatkoz\u00f3 \u00e1ltal\u00e1nos felt\u00e9telek.",
|
||||
"packaging_note": "Csomagol\u00e1s",
|
||||
"packaging_note_explica": "B\u00e1rmilyen csomagol\u00e1ssal kapcsolatos megjegyz\u00e9s.",
|
||||
"delivery_note": "Sz\u00e1ll\u00edt\u00e1ssal kapcsolatos megjegyz\u00e9sek",
|
||||
"delivery_note_explica": "A k\u00e9zbes\u00edt\u00e9ssel kapcsolatos megjegyz\u00e9sek, pl. a fut\u00e1r \u00f6t nap k\u00e9s\u00e9ssel \u00e9rkezett.",
|
||||
"shipment_note": "Sz\u00e1ll\u00edtm\u00e1nnyal kapcsolatos megjegyz\u00e9sek.",
|
||||
"shipments_list": "Sz\u00e1ll\u00edtm\u00e1nyok list\u00e1ja",
|
||||
"all_shipments": "\u00d6sszes sz\u00e1ll\u00edtm\u00e1ny",
|
||||
"base_data": "Alapvet\u0151 inform\u00e1ci\u00f3k a sz\u00e1ll\u00edtm\u00e1nyr\u00f3l",
|
||||
"obj_link_with_shipment": "Sz\u00e1ll\u00edtm\u00e1nnyal \u00f6sszekapcsolva",
|
||||
"obj_linked_shipments": "Kapcsol\u00f3d\u00f3 sz\u00e1ll\u00edtm\u00e1nyok",
|
||||
"select_shipment": "Sz\u00e1ll\u00edtm\u00e1ny kiv\u00e1laszt\u00e1sa",
|
||||
"select_shipment_explica": "V\u00e1lasszon ki a megfelel\u0151 sz\u00e1l\u00edltm\u00e1ny a list\u00e1b\u00f3l. Ha m\u00e9g nincs a list\u00e1ban, akkor a \"+\" gombra kattintva adhatja hozz\u00e1.",
|
||||
"shipments_edit": "Sz\u00e1ll\u00edtm\u00e1ny szerkeszt\u00e9se"
|
||||
},
|
||||
"shipment_method_set": {
|
||||
"transport_method": "Sz\u00e1ll\u00edt\u00e1s m\u00f3dja"
|
||||
}
|
||||
}
|
|
@ -118,6 +118,7 @@
|
|||
"nb_downloads": "Let\u00f6lt\u00e9sek",
|
||||
"nb_outlinks": "Outlinkek",
|
||||
"nb_searches": "Online l\u00e1togat\u00e1sok: keres\u00e9sek",
|
||||
"usage_stats_checked": "Felhaszn\u00e1l\u00f3i statisztika bet\u00f6lt\u00e9se"
|
||||
"usage_stats_checked": "Felhaszn\u00e1l\u00f3i statisztika bet\u00f6lt\u00e9se",
|
||||
"convert_location_names_to_spaces": "Convert location names to spaces"
|
||||
}
|
||||
}
|
34
backend/id/acquisitions.json
Normal file
34
backend/id/acquisitions.json
Normal file
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"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.",
|
||||
"acquisitions_list": "List of acquisitions",
|
||||
"all_acquisitions": "All acquisitions",
|
||||
"base_data": "Basic information about the acquisition",
|
||||
"aquisitions_edit": "Edit an acquisition"
|
||||
}
|
||||
}
|
|
@ -256,6 +256,21 @@
|
|||
"upload": "Upload",
|
||||
"export": "Export",
|
||||
"after": "after",
|
||||
"before": "before"
|
||||
"before": "before",
|
||||
"has": "Has",
|
||||
"translation": "Translation",
|
||||
"consistency_checks": "Consistency checks",
|
||||
"suggestion": "Suggestion",
|
||||
"with": "with",
|
||||
"period": "Period",
|
||||
"no_date_information_identified": "Failed to identify date information",
|
||||
"shipments": "Shipments",
|
||||
"acquisitions": "Acquisitions",
|
||||
"acquisitions_choose": "Select an acquisition",
|
||||
"acquisitions_input": "Record a new acquisition",
|
||||
"shipments_choose": "Select a shipment",
|
||||
"shipments_input": "Record a new shipment",
|
||||
"acquisition": "Acquisition",
|
||||
"shipment": "Shipment"
|
||||
}
|
||||
}
|
|
@ -73,6 +73,12 @@
|
|||
"marking": "Marking",
|
||||
"remove_collection": "Remove collection",
|
||||
"move_space": "Moved to different space",
|
||||
"owner": "Ownership"
|
||||
"owner": "Ownership",
|
||||
"defaults_for_new_object": "Defaults for new object page",
|
||||
"deaccession": "Deaccession",
|
||||
"check_log": "Log of checks",
|
||||
"restoration_log": "Restoration and conservation log",
|
||||
"damage_log": "Damage log",
|
||||
"checklist": "Checklist"
|
||||
}
|
||||
}
|
|
@ -329,7 +329,12 @@
|
|||
"valuation_currency_explica": "Currency used for the last valuation.",
|
||||
"period_next_planned_relocation": "Next planned relocation",
|
||||
"period_next_planned_relocation_explica": "This field allows one to mark when the object will next be moved. It makes sense to clear the field once the object has actually been moved.",
|
||||
"upcoming_condition_check": "Upcoming condition check"
|
||||
"upcoming_condition_check": "Upcoming condition check",
|
||||
"plausability_warning": "Plausability warning",
|
||||
"duplicate_inventory_numbers": "Duplicate inventory numbers",
|
||||
"invalid_numeric_values": "Invalid numeric values",
|
||||
"invalid_dates": "Invalid dates",
|
||||
"acquisition_id_explica": "This select list allows one to link the object's acquisition to a dedicated acquisition process in the acquisition module. This allows grouping multiple objects together in the acquisition and improved searching by the acquisition properties."
|
||||
},
|
||||
"ortart": [
|
||||
"",
|
||||
|
|
53
backend/id/shipments.json
Normal file
53
backend/id/shipments.json
Normal file
|
@ -0,0 +1,53 @@
|
|||
{
|
||||
"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 method",
|
||||
"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.",
|
||||
"shipment_note": "Shipment note",
|
||||
"shipments_list": "List of shipments",
|
||||
"all_shipments": "All shipments",
|
||||
"base_data": "Basic information about the shipment",
|
||||
"obj_link_with_shipment": "Link with a shipment",
|
||||
"obj_linked_shipments": "Linked shipments",
|
||||
"select_shipment": "Select a shipment",
|
||||
"select_shipment_explica": "Select a shipment to link from the list. If the shipment has not yet been added, you can add it by clicking the \"+\"-button in front of the selection boss.",
|
||||
"shipments_edit": "Edit a shipment"
|
||||
},
|
||||
"shipment_method_set": {
|
||||
"transport_method": "Transport method"
|
||||
}
|
||||
}
|
|
@ -118,6 +118,7 @@
|
|||
"nb_downloads": "Downloads",
|
||||
"nb_outlinks": "Outlinks",
|
||||
"nb_searches": "Online visits: searches",
|
||||
"usage_stats_checked": "User-Statistics loaded"
|
||||
"usage_stats_checked": "User-Statistics loaded",
|
||||
"convert_location_names_to_spaces": "Convert location names to spaces"
|
||||
}
|
||||
}
|
34
backend/it/acquisitions.json
Normal file
34
backend/it/acquisitions.json
Normal file
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"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.",
|
||||
"acquisitions_list": "List of acquisitions",
|
||||
"all_acquisitions": "All acquisitions",
|
||||
"base_data": "Basic information about the acquisition",
|
||||
"aquisitions_edit": "Edit an acquisition"
|
||||
}
|
||||
}
|
|
@ -256,6 +256,21 @@
|
|||
"upload": "Upload",
|
||||
"export": "Export",
|
||||
"after": "after",
|
||||
"before": "before"
|
||||
"before": "before",
|
||||
"has": "Has",
|
||||
"translation": "Translation",
|
||||
"consistency_checks": "Consistency checks",
|
||||
"suggestion": "Suggestion",
|
||||
"with": "with",
|
||||
"period": "Period",
|
||||
"no_date_information_identified": "Failed to identify date information",
|
||||
"shipments": "Shipments",
|
||||
"acquisitions": "Acquisitions",
|
||||
"acquisitions_choose": "Select an acquisition",
|
||||
"acquisitions_input": "Record a new acquisition",
|
||||
"shipments_choose": "Select a shipment",
|
||||
"shipments_input": "Record a new shipment",
|
||||
"acquisition": "Acquisition",
|
||||
"shipment": "Shipment"
|
||||
}
|
||||
}
|
|
@ -73,6 +73,12 @@
|
|||
"marking": "Marking",
|
||||
"remove_collection": "Remove collection",
|
||||
"move_space": "Moved to different space",
|
||||
"owner": "Ownership"
|
||||
"owner": "Ownership",
|
||||
"defaults_for_new_object": "Defaults for new object page",
|
||||
"deaccession": "Deaccession",
|
||||
"check_log": "Log of checks",
|
||||
"restoration_log": "Restoration and conservation log",
|
||||
"damage_log": "Damage log",
|
||||
"checklist": "Checklist"
|
||||
}
|
||||
}
|
|
@ -329,7 +329,12 @@
|
|||
"valuation_currency_explica": "Currency used for the last valuation.",
|
||||
"period_next_planned_relocation": "Next planned relocation",
|
||||
"period_next_planned_relocation_explica": "This field allows one to mark when the object will next be moved. It makes sense to clear the field once the object has actually been moved.",
|
||||
"upcoming_condition_check": "Upcoming condition check"
|
||||
"upcoming_condition_check": "Upcoming condition check",
|
||||
"plausability_warning": "Plausability warning",
|
||||
"duplicate_inventory_numbers": "Duplicate inventory numbers",
|
||||
"invalid_numeric_values": "Invalid numeric values",
|
||||
"invalid_dates": "Invalid dates",
|
||||
"acquisition_id_explica": "This select list allows one to link the object's acquisition to a dedicated acquisition process in the acquisition module. This allows grouping multiple objects together in the acquisition and improved searching by the acquisition properties."
|
||||
},
|
||||
"ortart": [
|
||||
"",
|
||||
|
|
53
backend/it/shipments.json
Normal file
53
backend/it/shipments.json
Normal file
|
@ -0,0 +1,53 @@
|
|||
{
|
||||
"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 method",
|
||||
"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.",
|
||||
"shipment_note": "Shipment note",
|
||||
"shipments_list": "List of shipments",
|
||||
"all_shipments": "All shipments",
|
||||
"base_data": "Basic information about the shipment",
|
||||
"obj_link_with_shipment": "Link with a shipment",
|
||||
"obj_linked_shipments": "Linked shipments",
|
||||
"select_shipment": "Select a shipment",
|
||||
"select_shipment_explica": "Select a shipment to link from the list. If the shipment has not yet been added, you can add it by clicking the \"+\"-button in front of the selection boss.",
|
||||
"shipments_edit": "Edit a shipment"
|
||||
},
|
||||
"shipment_method_set": {
|
||||
"transport_method": "Transport method"
|
||||
}
|
||||
}
|
|
@ -118,6 +118,7 @@
|
|||
"nb_downloads": "Downloads",
|
||||
"nb_outlinks": "Outlinks",
|
||||
"nb_searches": "Online visits: searches",
|
||||
"usage_stats_checked": "User-Statistics loaded"
|
||||
"usage_stats_checked": "User-Statistics loaded",
|
||||
"convert_location_names_to_spaces": "Convert location names to spaces"
|
||||
}
|
||||
}
|
34
backend/iw/acquisitions.json
Normal file
34
backend/iw/acquisitions.json
Normal file
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"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.",
|
||||
"acquisitions_list": "List of acquisitions",
|
||||
"all_acquisitions": "All acquisitions",
|
||||
"base_data": "Basic information about the acquisition",
|
||||
"aquisitions_edit": "Edit an acquisition"
|
||||
}
|
||||
}
|
|
@ -256,6 +256,21 @@
|
|||
"upload": "Upload",
|
||||
"export": "Export",
|
||||
"after": "after",
|
||||
"before": "before"
|
||||
"before": "before",
|
||||
"has": "Has",
|
||||
"translation": "Translation",
|
||||
"consistency_checks": "Consistency checks",
|
||||
"suggestion": "Suggestion",
|
||||
"with": "with",
|
||||
"period": "Period",
|
||||
"no_date_information_identified": "Failed to identify date information",
|
||||
"shipments": "Shipments",
|
||||
"acquisitions": "Acquisitions",
|
||||
"acquisitions_choose": "Select an acquisition",
|
||||
"acquisitions_input": "Record a new acquisition",
|
||||
"shipments_choose": "Select a shipment",
|
||||
"shipments_input": "Record a new shipment",
|
||||
"acquisition": "Acquisition",
|
||||
"shipment": "Shipment"
|
||||
}
|
||||
}
|
|
@ -73,6 +73,12 @@
|
|||
"marking": "Marking",
|
||||
"remove_collection": "Remove collection",
|
||||
"move_space": "Moved to different space",
|
||||
"owner": "Ownership"
|
||||
"owner": "Ownership",
|
||||
"defaults_for_new_object": "Defaults for new object page",
|
||||
"deaccession": "Deaccession",
|
||||
"check_log": "Log of checks",
|
||||
"restoration_log": "Restoration and conservation log",
|
||||
"damage_log": "Damage log",
|
||||
"checklist": "Checklist"
|
||||
}
|
||||
}
|
|
@ -329,7 +329,12 @@
|
|||
"valuation_currency_explica": "Currency used for the last valuation.",
|
||||
"period_next_planned_relocation": "Next planned relocation",
|
||||
"period_next_planned_relocation_explica": "This field allows one to mark when the object will next be moved. It makes sense to clear the field once the object has actually been moved.",
|
||||
"upcoming_condition_check": "Upcoming condition check"
|
||||
"upcoming_condition_check": "Upcoming condition check",
|
||||
"plausability_warning": "Plausability warning",
|
||||
"duplicate_inventory_numbers": "Duplicate inventory numbers",
|
||||
"invalid_numeric_values": "Invalid numeric values",
|
||||
"invalid_dates": "Invalid dates",
|
||||
"acquisition_id_explica": "This select list allows one to link the object's acquisition to a dedicated acquisition process in the acquisition module. This allows grouping multiple objects together in the acquisition and improved searching by the acquisition properties."
|
||||
},
|
||||
"ortart": [
|
||||
"",
|
||||
|
|
53
backend/iw/shipments.json
Normal file
53
backend/iw/shipments.json
Normal file
|
@ -0,0 +1,53 @@
|
|||
{
|
||||
"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 method",
|
||||
"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.",
|
||||
"shipment_note": "Shipment note",
|
||||
"shipments_list": "List of shipments",
|
||||
"all_shipments": "All shipments",
|
||||
"base_data": "Basic information about the shipment",
|
||||
"obj_link_with_shipment": "Link with a shipment",
|
||||
"obj_linked_shipments": "Linked shipments",
|
||||
"select_shipment": "Select a shipment",
|
||||
"select_shipment_explica": "Select a shipment to link from the list. If the shipment has not yet been added, you can add it by clicking the \"+\"-button in front of the selection boss.",
|
||||
"shipments_edit": "Edit a shipment"
|
||||
},
|
||||
"shipment_method_set": {
|
||||
"transport_method": "Transport method"
|
||||
}
|
||||
}
|
|
@ -118,6 +118,7 @@
|
|||
"nb_downloads": "Downloads",
|
||||
"nb_outlinks": "Outlinks",
|
||||
"nb_searches": "Online visits: searches",
|
||||
"usage_stats_checked": "User-Statistics loaded"
|
||||
"usage_stats_checked": "User-Statistics loaded",
|
||||
"convert_location_names_to_spaces": "Convert location names to spaces"
|
||||
}
|
||||
}
|
34
backend/nl/acquisitions.json
Normal file
34
backend/nl/acquisitions.json
Normal file
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"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.",
|
||||
"acquisitions_list": "List of acquisitions",
|
||||
"all_acquisitions": "All acquisitions",
|
||||
"base_data": "Basic information about the acquisition",
|
||||
"aquisitions_edit": "Edit an acquisition"
|
||||
}
|
||||
}
|
|
@ -256,6 +256,21 @@
|
|||
"upload": "Upload",
|
||||
"export": "Export",
|
||||
"after": "after",
|
||||
"before": "before"
|
||||
"before": "before",
|
||||
"has": "Has",
|
||||
"translation": "Translation",
|
||||
"consistency_checks": "Consistency checks",
|
||||
"suggestion": "Suggestion",
|
||||
"with": "with",
|
||||
"period": "Period",
|
||||
"no_date_information_identified": "Failed to identify date information",
|
||||
"shipments": "Shipments",
|
||||
"acquisitions": "Acquisitions",
|
||||
"acquisitions_choose": "Select an acquisition",
|
||||
"acquisitions_input": "Record a new acquisition",
|
||||
"shipments_choose": "Select a shipment",
|
||||
"shipments_input": "Record a new shipment",
|
||||
"acquisition": "Acquisition",
|
||||
"shipment": "Shipment"
|
||||
}
|
||||
}
|
|
@ -73,6 +73,12 @@
|
|||
"marking": "Marking",
|
||||
"remove_collection": "Remove collection",
|
||||
"move_space": "Moved to different space",
|
||||
"owner": "Ownership"
|
||||
"owner": "Ownership",
|
||||
"defaults_for_new_object": "Defaults for new object page",
|
||||
"deaccession": "Deaccession",
|
||||
"check_log": "Log of checks",
|
||||
"restoration_log": "Restoration and conservation log",
|
||||
"damage_log": "Damage log",
|
||||
"checklist": "Checklist"
|
||||
}
|
||||
}
|
|
@ -329,7 +329,12 @@
|
|||
"valuation_currency_explica": "Currency used for the last valuation.",
|
||||
"period_next_planned_relocation": "Next planned relocation",
|
||||
"period_next_planned_relocation_explica": "This field allows one to mark when the object will next be moved. It makes sense to clear the field once the object has actually been moved.",
|
||||
"upcoming_condition_check": "Upcoming condition check"
|
||||
"upcoming_condition_check": "Upcoming condition check",
|
||||
"plausability_warning": "Plausability warning",
|
||||
"duplicate_inventory_numbers": "Duplicate inventory numbers",
|
||||
"invalid_numeric_values": "Invalid numeric values",
|
||||
"invalid_dates": "Invalid dates",
|
||||
"acquisition_id_explica": "This select list allows one to link the object's acquisition to a dedicated acquisition process in the acquisition module. This allows grouping multiple objects together in the acquisition and improved searching by the acquisition properties."
|
||||
},
|
||||
"ortart": [
|
||||
"",
|
||||
|
|
53
backend/nl/shipments.json
Normal file
53
backend/nl/shipments.json
Normal file
|
@ -0,0 +1,53 @@
|
|||
{
|
||||
"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 method",
|
||||
"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.",
|
||||
"shipment_note": "Shipment note",
|
||||
"shipments_list": "List of shipments",
|
||||
"all_shipments": "All shipments",
|
||||
"base_data": "Basic information about the shipment",
|
||||
"obj_link_with_shipment": "Link with a shipment",
|
||||
"obj_linked_shipments": "Linked shipments",
|
||||
"select_shipment": "Select a shipment",
|
||||
"select_shipment_explica": "Select a shipment to link from the list. If the shipment has not yet been added, you can add it by clicking the \"+\"-button in front of the selection boss.",
|
||||
"shipments_edit": "Edit a shipment"
|
||||
},
|
||||
"shipment_method_set": {
|
||||
"transport_method": "Transport method"
|
||||
}
|
||||
}
|
|
@ -118,6 +118,7 @@
|
|||
"nb_downloads": "Downloads",
|
||||
"nb_outlinks": "Outlinks",
|
||||
"nb_searches": "Online visits: searches",
|
||||
"usage_stats_checked": "User-Statistics loaded"
|
||||
"usage_stats_checked": "User-Statistics loaded",
|
||||
"convert_location_names_to_spaces": "Convert location names to spaces"
|
||||
}
|
||||
}
|
34
backend/pl/acquisitions.json
Normal file
34
backend/pl/acquisitions.json
Normal file
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"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.",
|
||||
"acquisitions_list": "List of acquisitions",
|
||||
"all_acquisitions": "All acquisitions",
|
||||
"base_data": "Basic information about the acquisition",
|
||||
"aquisitions_edit": "Edit an acquisition"
|
||||
}
|
||||
}
|
|
@ -256,6 +256,21 @@
|
|||
"upload": "Upload",
|
||||
"export": "Export",
|
||||
"after": "after",
|
||||
"before": "before"
|
||||
"before": "before",
|
||||
"has": "Has",
|
||||
"translation": "Translation",
|
||||
"consistency_checks": "Consistency checks",
|
||||
"suggestion": "Suggestion",
|
||||
"with": "with",
|
||||
"period": "Period",
|
||||
"no_date_information_identified": "Failed to identify date information",
|
||||
"shipments": "Shipments",
|
||||
"acquisitions": "Acquisitions",
|
||||
"acquisitions_choose": "Select an acquisition",
|
||||
"acquisitions_input": "Record a new acquisition",
|
||||
"shipments_choose": "Select a shipment",
|
||||
"shipments_input": "Record a new shipment",
|
||||
"acquisition": "Acquisition",
|
||||
"shipment": "Shipment"
|
||||
}
|
||||
}
|
|
@ -73,6 +73,12 @@
|
|||
"marking": "Marking",
|
||||
"remove_collection": "Remove collection",
|
||||
"move_space": "Moved to different space",
|
||||
"owner": "Ownership"
|
||||
"owner": "Ownership",
|
||||
"defaults_for_new_object": "Defaults for new object page",
|
||||
"deaccession": "Deaccession",
|
||||
"check_log": "Log of checks",
|
||||
"restoration_log": "Restoration and conservation log",
|
||||
"damage_log": "Damage log",
|
||||
"checklist": "Checklist"
|
||||
}
|
||||
}
|
|
@ -329,7 +329,12 @@
|
|||
"valuation_currency_explica": "Currency used for the last valuation.",
|
||||
"period_next_planned_relocation": "Next planned relocation",
|
||||
"period_next_planned_relocation_explica": "This field allows one to mark when the object will next be moved. It makes sense to clear the field once the object has actually been moved.",
|
||||
"upcoming_condition_check": "Upcoming condition check"
|
||||
"upcoming_condition_check": "Upcoming condition check",
|
||||
"plausability_warning": "Plausability warning",
|
||||
"duplicate_inventory_numbers": "Duplicate inventory numbers",
|
||||
"invalid_numeric_values": "Invalid numeric values",
|
||||
"invalid_dates": "Invalid dates",
|
||||
"acquisition_id_explica": "This select list allows one to link the object's acquisition to a dedicated acquisition process in the acquisition module. This allows grouping multiple objects together in the acquisition and improved searching by the acquisition properties."
|
||||
},
|
||||
"ortart": [
|
||||
"",
|
||||
|
|
53
backend/pl/shipments.json
Normal file
53
backend/pl/shipments.json
Normal file
|
@ -0,0 +1,53 @@
|
|||
{
|
||||
"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 method",
|
||||
"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.",
|
||||
"shipment_note": "Shipment note",
|
||||
"shipments_list": "List of shipments",
|
||||
"all_shipments": "All shipments",
|
||||
"base_data": "Basic information about the shipment",
|
||||
"obj_link_with_shipment": "Link with a shipment",
|
||||
"obj_linked_shipments": "Linked shipments",
|
||||
"select_shipment": "Select a shipment",
|
||||
"select_shipment_explica": "Select a shipment to link from the list. If the shipment has not yet been added, you can add it by clicking the \"+\"-button in front of the selection boss.",
|
||||
"shipments_edit": "Edit a shipment"
|
||||
},
|
||||
"shipment_method_set": {
|
||||
"transport_method": "Transport method"
|
||||
}
|
||||
}
|
|
@ -118,6 +118,7 @@
|
|||
"nb_downloads": "Downloads",
|
||||
"nb_outlinks": "Outlinks",
|
||||
"nb_searches": "Online visits: searches",
|
||||
"usage_stats_checked": "User-Statistics loaded"
|
||||
"usage_stats_checked": "User-Statistics loaded",
|
||||
"convert_location_names_to_spaces": "Convert location names to spaces"
|
||||
}
|
||||
}
|
34
backend/pt/acquisitions.json
Normal file
34
backend/pt/acquisitions.json
Normal file
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"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.",
|
||||
"acquisitions_list": "List of acquisitions",
|
||||
"all_acquisitions": "All acquisitions",
|
||||
"base_data": "Basic information about the acquisition",
|
||||
"aquisitions_edit": "Edit an acquisition"
|
||||
}
|
||||
}
|
|
@ -256,6 +256,21 @@
|
|||
"upload": "Upload",
|
||||
"export": "Export",
|
||||
"after": "after",
|
||||
"before": "before"
|
||||
"before": "before",
|
||||
"has": "Has",
|
||||
"translation": "Translation",
|
||||
"consistency_checks": "Consistency checks",
|
||||
"suggestion": "Suggestion",
|
||||
"with": "with",
|
||||
"period": "Period",
|
||||
"no_date_information_identified": "Failed to identify date information",
|
||||
"shipments": "Shipments",
|
||||
"acquisitions": "Acquisitions",
|
||||
"acquisitions_choose": "Select an acquisition",
|
||||
"acquisitions_input": "Record a new acquisition",
|
||||
"shipments_choose": "Select a shipment",
|
||||
"shipments_input": "Record a new shipment",
|
||||
"acquisition": "Acquisition",
|
||||
"shipment": "Shipment"
|
||||
}
|
||||
}
|
|
@ -73,6 +73,12 @@
|
|||
"marking": "Marking",
|
||||
"remove_collection": "Remove collection",
|
||||
"move_space": "Moved to different space",
|
||||
"owner": "Ownership"
|
||||
"owner": "Ownership",
|
||||
"defaults_for_new_object": "Defaults for new object page",
|
||||
"deaccession": "Deaccession",
|
||||
"check_log": "Log of checks",
|
||||
"restoration_log": "Restoration and conservation log",
|
||||
"damage_log": "Damage log",
|
||||
"checklist": "Checklist"
|
||||
}
|
||||
}
|
|
@ -329,7 +329,12 @@
|
|||
"valuation_currency_explica": "Currency used for the last valuation.",
|
||||
"period_next_planned_relocation": "Next planned relocation",
|
||||
"period_next_planned_relocation_explica": "This field allows one to mark when the object will next be moved. It makes sense to clear the field once the object has actually been moved.",
|
||||
"upcoming_condition_check": "Upcoming condition check"
|
||||
"upcoming_condition_check": "Upcoming condition check",
|
||||
"plausability_warning": "Plausability warning",
|
||||
"duplicate_inventory_numbers": "Duplicate inventory numbers",
|
||||
"invalid_numeric_values": "Invalid numeric values",
|
||||
"invalid_dates": "Invalid dates",
|
||||
"acquisition_id_explica": "This select list allows one to link the object's acquisition to a dedicated acquisition process in the acquisition module. This allows grouping multiple objects together in the acquisition and improved searching by the acquisition properties."
|
||||
},
|
||||
"ortart": [
|
||||
"",
|
||||
|
|
53
backend/pt/shipments.json
Normal file
53
backend/pt/shipments.json
Normal file
|
@ -0,0 +1,53 @@
|
|||
{
|
||||
"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 method",
|
||||
"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.",
|
||||
"shipment_note": "Shipment note",
|
||||
"shipments_list": "List of shipments",
|
||||
"all_shipments": "All shipments",
|
||||
"base_data": "Basic information about the shipment",
|
||||
"obj_link_with_shipment": "Link with a shipment",
|
||||
"obj_linked_shipments": "Linked shipments",
|
||||
"select_shipment": "Select a shipment",
|
||||
"select_shipment_explica": "Select a shipment to link from the list. If the shipment has not yet been added, you can add it by clicking the \"+\"-button in front of the selection boss.",
|
||||
"shipments_edit": "Edit a shipment"
|
||||
},
|
||||
"shipment_method_set": {
|
||||
"transport_method": "Transport method"
|
||||
}
|
||||
}
|
|
@ -118,6 +118,7 @@
|
|||
"nb_downloads": "Downloads",
|
||||
"nb_outlinks": "Outlinks",
|
||||
"nb_searches": "Online visits: searches",
|
||||
"usage_stats_checked": "User-Statistics loaded"
|
||||
"usage_stats_checked": "User-Statistics loaded",
|
||||
"convert_location_names_to_spaces": "Convert location names to spaces"
|
||||
}
|
||||
}
|
34
backend/ru/acquisitions.json
Normal file
34
backend/ru/acquisitions.json
Normal file
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"acquisitions": {
|
||||
"type": "\u0422\u0438\u043f \u043f\u0440\u0438\u043e\u0431\u0440\u0435\u0442\u0435\u043d\u0438\u044f",
|
||||
"type_explica": "\u0417\u0434\u0435\u0441\u044c \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0432\u044b\u0431\u0440\u0430\u0442\u044c \u0441\u043f\u043e\u0441\u043e\u0431 \u043f\u0440\u0438\u043e\u0431\u0440\u0435\u0442\u0435\u043d\u0438\u044f. \u041d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, \u0435\u0441\u043b\u0438 \u043f\u0440\u0435\u0434\u043c\u0435\u0442\u044b \u0431\u044b\u043b\u0438 \u043f\u043e\u0434\u0430\u0440\u0435\u043d\u044b \u0438\u043b\u0438 \u0435\u0441\u043b\u0438 \u0432\u044b \u0438\u0445 \u043a\u0443\u043f\u0438\u043b\u0438",
|
||||
"name": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u043f\u0440\u0438\u043e\u0431\u0440\u0435\u0442\u0435\u043d\u0438\u044f",
|
||||
"name_explica": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u043e \u0434\u043b\u044f \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0438 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u0430 \u043f\u0440\u0438\u043e\u0431\u0440\u0435\u0442\u0435\u043d\u0438\u044f",
|
||||
"date": "\u0414\u0430\u0442\u0430 \u043f\u0440\u0438\u043e\u0431\u0440\u0435\u0442\u0435\u043d\u0438\u044f",
|
||||
"date_explica": "\u0414\u0430\u0442\u0430 \u043f\u0440\u043e\u0432\u0435\u0434\u0435\u043d\u0438\u044f \u043f\u0440\u0438\u043e\u0431\u0440\u0435\u0442\u0435\u043d\u0438\u044f",
|
||||
"done_by": "\u0412\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u043e",
|
||||
"done_by_explica": "\u041f\u043e\u043b\u043d\u043e\u0435 \u0438\u043c\u044f \u043b\u0438\u0446\u0430, \u043e\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0438\u0432\u0448\u0435\u0433\u043e \u043f\u0440\u0438\u043e\u0431\u0440\u0435\u0442\u0435\u043d\u0438\u0435",
|
||||
"price": "\u0421\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u044c \u043f\u0440\u0438\u043e\u0431\u0440\u0435\u0442\u0435\u043d\u0438\u044f",
|
||||
"price_explica": "\u041e\u0431\u0449\u0430\u044f \u0441\u0443\u043c\u043c\u0430, \u0443\u043f\u043b\u0430\u0447\u0435\u043d\u043d\u0430\u044f \u0437\u0430 \u043f\u0440\u0438\u043e\u0431\u0440\u0435\u0442\u0435\u043d\u0438\u0435 \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432",
|
||||
"price_currency": "\u0412\u0430\u043b\u044e\u0442\u0430 \u0441\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u0438",
|
||||
"price_currency_explica": "\u0412\u0430\u043b\u044e\u0442\u0430, \u0432 \u043a\u043e\u0442\u043e\u0440\u043e\u0439 \u0431\u044b\u043b\u0430 \u043e\u043f\u043b\u0430\u0447\u0435\u043d\u0430 \u0441\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u044c",
|
||||
"source": "\u0418\u0441\u0442\u043e\u0447\u043d\u0438\u043a",
|
||||
"source_explica": "\u0418\u0441\u0442\u043e\u0447\u043d\u0438\u043a (\u0438\u043b\u0438 \u043b\u0438\u0446\u043e), \u0443 \u043a\u043e\u0442\u043e\u0440\u043e\u0433\u043e \u0431\u044b\u043b\u0438 \u043f\u0440\u0438\u043e\u0431\u0440\u0435\u0442\u0435\u043d\u044b \u043f\u0440\u0435\u0434\u043c\u0435\u0442\u044b",
|
||||
"funding_source": "\u0418\u0441\u0442\u043e\u0447\u043d\u0438\u043a \u0444\u0438\u043d\u0430\u043d\u0441\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f",
|
||||
"funding_source_explica": "\u041b\u0438\u0446\u043e \u0438\u043b\u0438 \u0443\u0447\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435, \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u0438\u0432\u0448\u0435\u0435 \u0444\u0438\u043d\u0430\u043d\u0441\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u0434\u043b\u044f \u043f\u0440\u0438\u043e\u0431\u0440\u0435\u0442\u0435\u043d\u0438\u044f",
|
||||
"reason": "\u041f\u0440\u0438\u0447\u0438\u043d\u0430",
|
||||
"reason_explica": "\u0417\u0430\u043c\u0435\u0447\u0430\u043d\u0438\u044f \u043e \u043f\u0440\u0438\u0447\u0438\u043d\u0430\u0445 \u043f\u0440\u0438\u043e\u0431\u0440\u0435\u0442\u0435\u043d\u0438\u044f \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432",
|
||||
"authorized_by": "\u0420\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u043e",
|
||||
"authorized_by_explica": "\u041b\u0438\u0446\u043e, \u0440\u0430\u0437\u0440\u0435\u0448\u0438\u0432\u0448\u0435\u0435 \u043f\u0440\u0438\u043e\u0431\u0440\u0435\u0442\u0435\u043d\u0438\u0435",
|
||||
"conditions": "\u0423\u0441\u043b\u043e\u0432\u0438\u044f",
|
||||
"conditions_explica": "\u041e\u0431\u0449\u0438\u0435 \u0443\u0441\u043b\u043e\u0432\u0438\u044f \u043f\u0440\u0438\u043e\u0431\u0440\u0435\u0442\u0435\u043d\u0438\u044f",
|
||||
"funding_conditions": "\u0423\u0441\u043b\u043e\u0432\u0438\u044f \u0444\u0438\u043d\u0430\u043d\u0441\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f",
|
||||
"funding_conditions_explica": "\u0423\u0441\u043b\u043e\u0432\u0438\u044f, \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044b\u0435 \u0444\u0438\u043d\u0430\u043d\u0441\u0438\u0440\u0443\u044e\u0449\u0438\u043c\u0438 \u043e\u0440\u0433\u0430\u043d\u0438\u0437\u0430\u0446\u0438\u044f\u043c\u0438",
|
||||
"note": "\u041f\u0440\u0438\u043c\u0435\u0447\u0430\u043d\u0438\u0435 \u043e \u043f\u0440\u0438\u043e\u0431\u0440\u0435\u0442\u0435\u043d\u0438\u0438",
|
||||
"note_explica": "\u041b\u044e\u0431\u044b\u0435 \u0437\u0430\u043c\u0435\u0447\u0430\u043d\u0438\u044f \u043f\u043e \u043f\u043e\u0432\u043e\u0434\u0443 \u043f\u0440\u0438\u043e\u0431\u0440\u0435\u0442\u0435\u043d\u0438\u044f",
|
||||
"acquisitions_list": "\u0421\u043f\u0438\u0441\u043e\u043a \u043f\u0440\u0438\u043e\u0431\u0440\u0435\u0442\u0435\u043d\u0438\u0439",
|
||||
"all_acquisitions": "\u0412\u0441\u0435 \u043f\u0440\u0438\u043e\u0431\u0440\u0435\u0442\u0435\u043d\u0438\u044f",
|
||||
"base_data": "\u041e\u0441\u043d\u043e\u0432\u043d\u0430\u044f \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043e \u043f\u0440\u0438\u043e\u0431\u0440\u0435\u0442\u0435\u043d\u0438\u0438",
|
||||
"aquisitions_edit": "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e \u043e \u043f\u0440\u0438\u043e\u0431\u0440\u0435\u0442\u0435\u043d\u0438\u0438"
|
||||
}
|
||||
}
|
|
@ -256,6 +256,21 @@
|
|||
"upload": "\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c",
|
||||
"export": "\u042d\u043a\u0441\u043f\u043e\u0440\u0442",
|
||||
"after": "\u043f\u043e\u0441\u043b\u0435",
|
||||
"before": "\u0434\u043e"
|
||||
"before": "\u0434\u043e",
|
||||
"has": "\u0438\u043c\u0435\u0435\u0442",
|
||||
"translation": "\u041f\u0435\u0440\u0435\u0432\u043e\u0434",
|
||||
"consistency_checks": "\u041f\u0440\u043e\u0432\u0435\u0440\u043a\u0430 \u0441\u043e\u0433\u043b\u0430\u0441\u043e\u0432\u0430\u043d\u043d\u043e\u0441\u0442\u0438",
|
||||
"suggestion": "\u041f\u0440\u0435\u0434\u043b\u043e\u0436\u0435\u043d\u0438\u0435",
|
||||
"with": "\u0441",
|
||||
"period": "\u0421\u0440\u043e\u043a",
|
||||
"no_date_information_identified": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0438\u0442\u044c \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e \u043e \u0434\u0430\u0442\u0435",
|
||||
"shipments": "\u0422\u0440\u0430\u043d\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0430",
|
||||
"acquisitions": "\u041f\u0440\u0438\u043e\u0431\u0440\u0435\u0442\u0435\u043d\u0438\u044f",
|
||||
"acquisitions_choose": "\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0442\u0438\u043f \u043f\u0440\u0438\u043e\u0431\u0440\u0435\u0442\u0435\u043d\u0438\u044f",
|
||||
"acquisitions_input": "\u0420\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044f \u043d\u043e\u0432\u043e\u0433\u043e \u043f\u0440\u0438\u043e\u0431\u0440\u0435\u0442\u0435\u043d\u0438\u044f",
|
||||
"shipments_choose": "\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0442\u0440\u0430\u043d\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0443",
|
||||
"shipments_input": "\u0420\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044f \u043d\u043e\u0432\u043e\u0439 \u0442\u0440\u0430\u043d\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0438",
|
||||
"acquisition": "\u041f\u0440\u0438\u043e\u0431\u0440\u0435\u0442\u0435\u043d\u0438\u0435",
|
||||
"shipment": "\u0422\u0440\u0430\u043d\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0430"
|
||||
}
|
||||
}
|
|
@ -33,7 +33,7 @@
|
|||
"no_of_objects": "\u041e\u0431\u044a\u0435\u043a\u0442\u044b \u0432 \u0441\u043e\u0431\u0440\u0430\u043d\u0438\u0438",
|
||||
"list_of_objects": "\u0421\u043f\u0438\u0441\u043e\u043a \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432",
|
||||
"delete_question": "\u0412\u044b \u0441\u043e\u0431\u0438\u0440\u0430\u0435\u0442\u0435\u0441\u044c \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u0441\u043e\u0431\u0440\u0430\u043d\u0438\u0435!",
|
||||
"delete_no": "\u041d\u0435\u0442, \u043d\u0435 \u043d\u0430\u0434\u043e",
|
||||
"delete_no": "\u041d\u0435\u0442, \u043b\u0443\u0447\u0448\u0435 \u043d\u0435 \u043d\u0430\u0434\u043e (\u0412\u0435\u0440\u043d\u0443\u0442\u044c\u0441\u044f)",
|
||||
"delete_yes": "\u0414\u0430, \u0442\u0430\u043a \u043d\u0430\u0434\u043e!",
|
||||
"add_a_collection": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0441\u043e\u0431\u0440\u0430\u043d\u0438\u0435",
|
||||
"collection_has_been_added": "\u0421\u043e\u0431\u0440\u0430\u043d\u0438\u0435 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u043e",
|
||||
|
|
|
@ -73,6 +73,12 @@
|
|||
"marking": "\u041c\u0430\u0440\u043a\u0438\u0440\u043e\u0432\u043a\u0430",
|
||||
"remove_collection": "\u0423\u0431\u0440\u0430\u0442\u044c \u0441\u043e\u0431\u0440\u0430\u043d\u0438\u0435",
|
||||
"move_space": "\u041f\u0435\u0440\u0435\u043d\u0435\u0441\u0435\u043d\u043e \u0432 \u0434\u0440\u0443\u0433\u043e\u0439 \u043e\u0442\u0434\u0435\u043b",
|
||||
"owner": "\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043e \u0432\u043b\u0430\u0434\u0435\u043d\u0438\u0438"
|
||||
"owner": "\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043e \u0432\u043b\u0430\u0434\u0435\u043d\u0438\u0438",
|
||||
"defaults_for_new_object": "\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e \u0434\u043b\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b \u043d\u043e\u0432\u043e\u0433\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u0430",
|
||||
"deaccession": "\u0414\u0435\u0430\u043a\u0446\u0435\u0441\u0441\u0438\u044f",
|
||||
"check_log": "\u0416\u0443\u0440\u043d\u0430\u043b \u043f\u0440\u043e\u0432\u0435\u0440\u043e\u043a",
|
||||
"restoration_log": "\u0416\u0443\u0440\u043d\u0430\u043b \u0440\u0435\u0441\u0442\u0430\u0432\u0440\u0430\u0446\u0438\u0438 \u0438 \u043a\u043e\u043d\u0441\u0435\u0440\u0432\u0430\u0446\u0438\u0438",
|
||||
"damage_log": "\u0416\u0443\u0440\u043d\u0430\u043b \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0438 \u043f\u043e\u0432\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0439",
|
||||
"checklist": "\u041a\u043e\u043d\u0442\u0440\u043e\u043b\u044c\u043d\u044b\u0439 \u0441\u043f\u0438\u0441\u043e\u043a"
|
||||
}
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"tlNotifications": {
|
||||
"loan_ended": "\u0417\u0430\u0439\u043c \u043e\u043a\u043e\u043d\u0447\u0435\u043d",
|
||||
"loan_ended": "\u0417\u0430\u0439\u043c \u0437\u0430\u0432\u0435\u0440\u0448\u0451\u043d",
|
||||
"With": "\u0421",
|
||||
"started": "\u041d\u0430\u0447\u0430\u043b\u043e",
|
||||
"ended": "\u041e\u043a\u043e\u043d\u0447\u0430\u043d\u0438\u0435",
|
||||
|
|
|
@ -329,7 +329,12 @@
|
|||
"valuation_currency_explica": "\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u0430\u044f \u0434\u043b\u044f \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0435\u0439 \u0441\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u043d\u043e\u0439 \u043e\u0446\u0435\u043d\u043a\u0438 \u0432\u0430\u043b\u044e\u0442\u0430",
|
||||
"period_next_planned_relocation": "\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u0435 \u0437\u0430\u043f\u043b\u0430\u043d\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u043f\u0435\u0440\u0435\u043c\u0435\u0449\u0435\u043d\u0438\u0435",
|
||||
"period_next_planned_relocation_explica": "\u042d\u0442\u043e \u043f\u043e\u043b\u0435 \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u0435\u0442 \u0443\u043a\u0430\u0437\u0430\u0442\u044c, \u043a\u043e\u0433\u0434\u0430 \u043e\u0431\u044a\u0435\u043a\u0442 \u0431\u0443\u0434\u0435\u0442 \u043f\u0435\u0440\u0435\u043c\u0435\u0449\u0435\u043d \u0432 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0439 \u0440\u0430\u0437. \u0418\u043c\u0435\u0435\u0442 \u0441\u043c\u044b\u0441\u043b \u043e\u0447\u0438\u0441\u0442\u0438\u0442\u044c \u043f\u043e\u043b\u0435 \u043f\u043e\u0441\u043b\u0435 \u0442\u043e\u0433\u043e, \u043a\u0430\u043a \u043e\u0431\u044a\u0435\u043a\u0442 \u0431\u0443\u0434\u0435\u0442 \u043f\u0435\u0440\u0435\u043c\u0435\u0449\u0435\u043d.",
|
||||
"upcoming_condition_check": "\u0417\u0430\u043f\u043b\u0430\u043d\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u0430\u044f \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0430 \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u044f"
|
||||
"upcoming_condition_check": "\u0417\u0430\u043f\u043b\u0430\u043d\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u0430\u044f \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0430 \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u044f",
|
||||
"plausability_warning": "\u041f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435 \u043e \u043d\u0435\u043f\u0440\u0430\u0432\u0434\u043e\u043f\u043e\u0434\u043e\u0431\u043d\u043e\u0441\u0442\u0438",
|
||||
"duplicate_inventory_numbers": "\u0414\u0443\u0431\u043b\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u0438\u043d\u0432\u0435\u043d\u0442\u0430\u0440\u043d\u044b\u0445 \u043d\u043e\u043c\u0435\u0440\u043e\u0432",
|
||||
"invalid_numeric_values": "\u041d\u0435\u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u044b\u0435 \u0447\u0438\u0441\u043b\u043e\u0432\u044b\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f",
|
||||
"invalid_dates": "\u041d\u0435\u0432\u0435\u0440\u043d\u044b\u0435 \u0434\u0430\u0442\u044b",
|
||||
"acquisition_id_explica": "\u042d\u0442\u043e\u0442 \u043f\u0435\u0440\u0435\u0447\u0435\u043d\u044c \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u0435\u0442 \u0441\u043e\u0435\u0434\u0438\u043d\u0438\u0442\u044c \u043f\u0440\u043e\u0446\u0435\u0441\u0441 \u043f\u0440\u0438\u043e\u0431\u0440\u0435\u0442\u0435\u043d\u0438\u044f \u043e\u0431\u044a\u0435\u043a\u0442\u0430 \u0441 \u043e\u0442\u0434\u0435\u043b\u044c\u043d\u044b\u043c \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u043e\u043c \u043f\u0440\u0438\u043e\u0431\u0440\u0435\u0442\u0435\u043d\u0438\u044f. \u042d\u0442\u043e \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u0435\u0442 \u0441\u0433\u0440\u0443\u043f\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0432\u043c\u0435\u0441\u0442\u0435 \u0432 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u0435 \u043f\u0440\u0438\u043e\u0431\u0440\u0435\u0442\u0435\u043d\u0438\u044f \u0438 \u0443\u043b\u0443\u0447\u0448\u0438\u0442\u044c \u043f\u043e\u0438\u0441\u043a \u043f\u043e \u0441\u0432\u043e\u0439\u0441\u0442\u0432\u0430\u043c \u043f\u0440\u0438\u043e\u0431\u0440\u0435\u0442\u0435\u043d\u0438\u044f."
|
||||
},
|
||||
"ortart": [
|
||||
"",
|
||||
|
|
53
backend/ru/shipments.json
Normal file
53
backend/ru/shipments.json
Normal file
|
@ -0,0 +1,53 @@
|
|||
{
|
||||
"shipments": {
|
||||
"type_explica": "\u042d\u0442\u043e \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u0432\u0445\u043e\u0434\u044f\u0449\u0430\u044f \u0438\u043b\u0438 \u0438\u0441\u0445\u043e\u0434\u044f\u0449\u0430\u044f \u0442\u0440\u0430\u043d\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0430",
|
||||
"name": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0442\u0440\u0430\u043d\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0438",
|
||||
"name_explica": "\u041b\u0430\u043a\u043e\u043d\u0438\u0447\u043d\u043e\u0435 \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435, \u043a\u043e\u0442\u043e\u0440\u043e\u0435 \u043f\u043e\u043c\u043e\u0436\u0435\u0442 \u043a\u043e\u043b\u043b\u0435\u0433\u0430\u043c \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u0446\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0442\u0440\u0430\u043d\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0443",
|
||||
"note": "\u0422\u0440\u0430\u043d\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0430 \u043d\u0435 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0441\u044f",
|
||||
"note_explica": "\u041b\u044e\u0431\u044b\u0435 \u0437\u0430\u043c\u0435\u0447\u0430\u043d\u0438\u044f \u043e\u0442\u043d\u043e\u0441\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u044d\u0442\u043e\u0439 \u0442\u0440\u0430\u043d\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0438 \u0432 \u0446\u0435\u043b\u043e\u043c",
|
||||
"transport_method": "\u041c\u0435\u0442\u043e\u0434 \u0442\u0440\u0430\u043d\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0438",
|
||||
"transport_method_explica": "\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043e \u0441\u043f\u043e\u0441\u043e\u0431\u0435 \u0442\u0440\u0430\u043d\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0438",
|
||||
"authorized_by": "\u041a\u0435\u043c \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u043e",
|
||||
"authorized_by_explica": "\u041f\u043e\u043b\u043d\u043e\u0435 \u0438\u043c\u044f \u043b\u0438\u0446\u0430, \u0440\u0430\u0437\u0440\u0435\u0448\u0438\u0432\u0448\u0435\u0433\u043e \u0442\u0440\u0430\u043d\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0443",
|
||||
"exit_time": "\u0412\u0440\u0435\u043c\u044f \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f",
|
||||
"exit_time_explica": "\u0414\u0430\u0442\u0430 \u0438 \u0432\u0440\u0435\u043c\u044f, \u043a\u043e\u0433\u0434\u0430 \u0433\u0440\u0443\u0437 \u043f\u043e\u043a\u0438\u043d\u0443\u043b \u043c\u0435\u0441\u0442\u043e \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f",
|
||||
"exit_address": "\u041c\u0435\u0441\u0442\u043e \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f",
|
||||
"exit_address_explica": "\u0410\u0434\u0440\u0435\u0441 \u043c\u0435\u0441\u0442\u0430 \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u0433\u0440\u0443\u0437\u0430",
|
||||
"send_by": "\u041e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043e",
|
||||
"send_by_explica": "\u041f\u043e\u043b\u043d\u043e\u0435 \u0438\u043c\u044f \u043b\u0438\u0446\u0430, \u043f\u0435\u0440\u0435\u0434\u0430\u044e\u0449\u0435\u0433\u043e \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435",
|
||||
"sent_by": "\u041a\u0435\u043c \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043e",
|
||||
"sent_by_explica": "\u041f\u043e\u043b\u043d\u043e\u0435 \u0438\u043c\u044f \u043b\u0438\u0446\u0430, \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u0432\u0448\u0435\u0433\u043e \u0438\u043b\u0438 \u043f\u0435\u0440\u0435\u0434\u0430\u0432\u0448\u0435\u0433\u043e \u0433\u0440\u0443\u0437 \u043a\u0443\u0440\u044c\u0435\u0440\u0443",
|
||||
"executor": "\u0418\u0441\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c",
|
||||
"executor_explica": "\u041b\u0438\u0446\u043e \u0438\u043b\u0438 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u044f, \u043a\u043e\u0442\u043e\u0440\u0430\u044f \u0444\u0430\u043a\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u043f\u0435\u0440\u0435\u0432\u0435\u0437\u043b\u0430 \u0433\u0440\u0443\u0437. \u042d\u0442\u043e \u043f\u043e\u043b\u0435 \u043e\u0442\u043d\u043e\u0441\u0438\u0442\u0441\u044f \u043a \u0444\u0443\u043d\u043a\u0446\u0438\u0438 \u043a\u043e\u043d\u0442\u0430\u043a\u0442\u043d\u043e\u0439\/\u0430\u0434\u0440\u0435\u0441\u043d\u043e\u0439 \u043a\u043d\u0438\u0433\u0438",
|
||||
"destination_time": "\u0412\u0440\u0435\u043c\u044f \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0438",
|
||||
"destination_time_explica": "\u0412\u0440\u0435\u043c\u044f \u043f\u0440\u0438\u0431\u044b\u0442\u0438\u044f \u0442\u0440\u0430\u043d\u0441\u043f\u043e\u0440\u0442\u0430",
|
||||
"destination_address": "\u0410\u0434\u0440\u0435\u0441 \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f",
|
||||
"destination_address_explica": "\u0410\u0434\u0440\u0435\u0441 \u043f\u0443\u043d\u043a\u0442\u0430 \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f \u043f\u0435\u0440\u0435\u0432\u043e\u0437\u043a\u0438",
|
||||
"received_by": "\u041a\u0435\u043c \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u043e",
|
||||
"received_by_explica": "\u041f\u043e\u043b\u043d\u043e\u0435 \u0438\u043c\u044f \u043b\u0438\u0446\u0430, \u043f\u043e\u043b\u0443\u0447\u0438\u0432\u0448\u0435\u0433\u043e \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435",
|
||||
"partner": "\u041f\u0430\u0440\u0442\u043d\u0451\u0440",
|
||||
"partner_explica": "\u0423\u0447\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435, \u044f\u0432\u043b\u044f\u044e\u0449\u0435\u0435\u0441\u044f \u043f\u0430\u0440\u0442\u043d\u0435\u0440\u043e\u043c \u043f\u043e \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u0443 \u043e\u0431\u043c\u0435\u043d\u0430 \u0434\u043b\u044f \u0434\u0430\u043d\u043d\u043e\u0433\u043e \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f",
|
||||
"partner_contact": "\u041a\u043e\u043d\u0442\u0430\u043a\u0442\u043d\u043e\u0435 \u043b\u0438\u0446\u043e \u043f\u0430\u0440\u0442\u043d\u0451\u0440\u0430",
|
||||
"partner_contact_explica": "\u041a\u043e\u043d\u0442\u0430\u043a\u0442\u043d\u043e\u0435 \u043b\u0438\u0446\u043e \u0432 \u0443\u0447\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0438-\u043f\u0430\u0440\u0442\u043d\u0435\u0440\u0435. \u042d\u0442\u043e \u043f\u043e\u043b\u0435 \u043e\u0442\u043d\u043e\u0441\u0438\u0442\u0441\u044f \u043a \u0444\u0443\u043d\u043a\u0446\u0438\u0438 \u0430\u0434\u0440\u0435\u0441\u0430",
|
||||
"tracking_code": "\u041a\u043e\u0434 \u043e\u0442\u0441\u043b\u0435\u0436\u0438\u0432\u0430\u043d\u0438\u044f",
|
||||
"tracking_code_explica": "\u041a\u043e\u0434 \u043e\u0442\u0441\u043b\u0435\u0436\u0438\u0432\u0430\u043d\u0438\u044f \u0443 \u043a\u0443\u0440\u044c\u0435\u0440\u0430, \u0435\u0441\u043b\u0438 \u0442\u0430\u043a\u043e\u0432\u043e\u0439 \u0438\u043c\u0435\u0435\u0442\u0441\u044f",
|
||||
"conditions": "\u0423\u0441\u043b\u043e\u0432\u0438\u044f",
|
||||
"conditions_explica": "\u041e\u0431\u0449\u0438\u0435 \u0443\u0441\u043b\u043e\u0432\u0438\u044f, \u043f\u0440\u0435\u0434\u044a\u044f\u0432\u043b\u044f\u0435\u043c\u044b\u0435 \u043a \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044e",
|
||||
"packaging_note": "\u041f\u0440\u0438\u043c\u0435\u0447\u0430\u043d\u0438\u0435 \u043f\u043e \u0443\u043f\u0430\u043a\u043e\u0432\u043a\u0435",
|
||||
"packaging_note_explica": "\u041b\u044e\u0431\u044b\u0435 \u0437\u0430\u043c\u0435\u0447\u0430\u043d\u0438\u044f \u043f\u043e \u0443\u043f\u0430\u043a\u043e\u0432\u043a\u0435",
|
||||
"delivery_note": "\u041d\u0430\u043a\u043b\u0430\u0434\u043d\u0430\u044f",
|
||||
"delivery_note_explica": "\u0417\u0430\u043c\u0435\u0447\u0430\u043d\u0438\u044f \u043f\u043e \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0435, \u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, \u043a\u0443\u0440\u044c\u0435\u0440 \u043f\u0440\u0438\u0431\u044b\u043b \u0441 \u043e\u043f\u043e\u0437\u0434\u0430\u043d\u0438\u0435\u043c \u043d\u0430 \u043f\u044f\u0442\u044c \u0434\u043d\u0435\u0439",
|
||||
"shipment_note": "\u0422\u0440\u0430\u043d\u0441\u043f\u043e\u0440\u0442\u043d\u0430\u044f \u043d\u0430\u043a\u043b\u0430\u0434\u043d\u0430\u044f",
|
||||
"shipments_list": "\u0421\u043f\u0438\u0441\u043e\u043a \u0433\u0440\u0443\u0437\u043e\u0432",
|
||||
"all_shipments": "\u0412\u0441\u0435 \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f",
|
||||
"base_data": "\u041e\u0441\u043d\u043e\u0432\u043d\u0430\u044f \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043e\u0431 \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0438",
|
||||
"obj_link_with_shipment": "\u0421\u0432\u044f\u0437\u0430\u0442\u044c \u0441 \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435\u043c",
|
||||
"obj_linked_shipments": "\u0421\u0432\u044f\u0437\u0430\u043d\u043d\u044b\u0435 \u0442\u0440\u0430\u043d\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0438",
|
||||
"select_shipment": "\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435",
|
||||
"select_shipment_explica": "\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0438\u0437 \u0441\u043f\u0438\u0441\u043a\u0430 \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435, \u043a\u043e\u0442\u043e\u0440\u043e\u0435 \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u043f\u0440\u0438\u0432\u044f\u0437\u0430\u0442\u044c. \u0415\u0441\u043b\u0438 \u0433\u0440\u0443\u0437 \u0435\u0449\u0435 \u043d\u0435 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d, \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0435\u0433\u043e, \u043d\u0430\u0436\u0430\u0432 \u043d\u0430 \u043a\u043d\u043e\u043f\u043a\u0443 \u201c+\".",
|
||||
"shipments_edit": "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f"
|
||||
},
|
||||
"shipment_method_set": {
|
||||
"transport_method": "\u0421\u043f\u043e\u0441\u043e\u0431 \u0442\u0440\u0430\u043d\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0438"
|
||||
}
|
||||
}
|
|
@ -118,6 +118,7 @@
|
|||
"nb_downloads": "\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0438\t",
|
||||
"nb_outlinks": "\u0412\u043d\u0435\u0448\u043d\u0438\u0435 \u0441\u0441\u044b\u043b\u043a\u0438",
|
||||
"nb_searches": "\u041e\u043d\u043b\u0430\u0439\u043d-\u043f\u043e\u0441\u0435\u0449\u0435\u043d\u0438\u044f: \u043f\u043e\u0438\u0441\u043a",
|
||||
"usage_stats_checked": "\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u0430\u044f \u0441\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0430 \u0437\u0430\u0433\u0440\u0443\u0436\u0435\u043d\u0430"
|
||||
"usage_stats_checked": "\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u0430\u044f \u0441\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0430 \u0437\u0430\u0433\u0440\u0443\u0436\u0435\u043d\u0430",
|
||||
"convert_location_names_to_spaces": "\u041f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u0438\u0435 \u0438\u043c\u0435\u043d \u043c\u0435\u0441\u0442\u043e\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0439 \u0432 \u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u0441\u0442\u0432\u0430"
|
||||
}
|
||||
}
|
34
backend/tl/acquisitions.json
Normal file
34
backend/tl/acquisitions.json
Normal file
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"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.",
|
||||
"acquisitions_list": "List of acquisitions",
|
||||
"all_acquisitions": "All acquisitions",
|
||||
"base_data": "Basic information about the acquisition",
|
||||
"aquisitions_edit": "Edit an acquisition"
|
||||
}
|
||||
}
|
|
@ -256,6 +256,21 @@
|
|||
"upload": "Upload",
|
||||
"export": "Export",
|
||||
"after": "after",
|
||||
"before": "before"
|
||||
"before": "before",
|
||||
"has": "Has",
|
||||
"translation": "Translation",
|
||||
"consistency_checks": "Consistency checks",
|
||||
"suggestion": "Suggestion",
|
||||
"with": "with",
|
||||
"period": "Period",
|
||||
"no_date_information_identified": "Failed to identify date information",
|
||||
"shipments": "Shipments",
|
||||
"acquisitions": "Acquisitions",
|
||||
"acquisitions_choose": "Select an acquisition",
|
||||
"acquisitions_input": "Record a new acquisition",
|
||||
"shipments_choose": "Select a shipment",
|
||||
"shipments_input": "Record a new shipment",
|
||||
"acquisition": "Acquisition",
|
||||
"shipment": "Shipment"
|
||||
}
|
||||
}
|
|
@ -73,6 +73,12 @@
|
|||
"marking": "Marking",
|
||||
"remove_collection": "Remove collection",
|
||||
"move_space": "Moved to different space",
|
||||
"owner": "Ownership"
|
||||
"owner": "Ownership",
|
||||
"defaults_for_new_object": "Defaults for new object page",
|
||||
"deaccession": "Deaccession",
|
||||
"check_log": "Log of checks",
|
||||
"restoration_log": "Restoration and conservation log",
|
||||
"damage_log": "Damage log",
|
||||
"checklist": "Checklist"
|
||||
}
|
||||
}
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user