Compare commits

...

8 Commits

173 changed files with 483 additions and 196 deletions

View File

@ -197,6 +197,8 @@
"humidity": "Humidity",
"note": "Note",
"pages": "Pages",
"cancel": "Cancel"
"cancel": "Cancel",
"status": "Status",
"owner": "Owner"
}
}

View File

@ -72,6 +72,7 @@
"unlink_tag": "Removed a tag",
"marking": "Marking",
"remove_collection": "Remove collection",
"move_space": "Moved to different space"
"move_space": "Moved to different space",
"owner": "Ownership"
}
}

View File

@ -45,6 +45,8 @@
"40": "The object was traded via auctions.",
"41": "Here you can note down when the object was bought, and who bought it.",
"42": "Here, the ownership status of the object can be recorded. The information is published. To enter \"hidden\" information, use the \"administration\" and \"provenance\" tabs.",
"43": "Here you can note down when the object was sold, and who sold it."
"43": "Here you can note down when the object was sold, and who sold it.",
"49": "Here you can note down when the object was given away and who did so.",
"50": "Here you can note down when the object was inherited to somebody."
}
}
}

View File

@ -51,6 +51,7 @@
"select_loan_entry_explica": "Select the loan entry you want to link the object with from the list. If the loan entry has not been added before, you can add it by clicking on the \"+\" symbol.",
"partner_person": "Contact person",
"title": "Title",
"loans_added": "Loan added"
"loans_added": "Loan added",
"loan_type": "Loan type"
}
}

View File

@ -172,7 +172,8 @@
"move_to_space": "Move to space",
"open_page": "Open page",
"currently_on_loan": "Currently on loan",
"currently_on_exhibition": "Currently on exhibition"
"currently_on_exhibition": "Currently on exhibition",
"status_explica": "The ownership status of the object."
},
"ortart": [
"",

View File

@ -1,12 +1,12 @@
{
"tlAppointments": {
"appointment": "\u041c\u0435\u0440\u043e\u043f\u0440\u0438\u044f\u0442\u0438\u0435\/ \u0432\u0441\u0442\u0440\u0435\u0447\u0430",
"title": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a",
"name_explica": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u043c\u0435\u0440\u043e\u043f\u0440\u0438\u044f\u0442\u0438\u044f\/ \u0432\u0441\u0442\u0440\u0435\u0447\u0438",
"start_time": "\u041d\u0430\u0447\u0430\u043b\u043e",
"start_time_explica": "\u0412\u0440\u0435\u043c\u044f \u043d\u0430\u0447\u0430\u043b\u0430 \u043c\u0435\u0440\u043e\u043f\u0440\u0438\u044f\u0442\u0438\u044f",
"end_time": "\u041a\u043e\u043d\u0435\u0446",
"end_time_explica": "\u041a\u043e\u043d\u0435\u0446 \u043c\u0435\u0440\u043e\u043f\u0440\u0438\u044f\u0442\u0438\u044f",
"appointment": "Veranstaltung",
"title": "Titel",
"name_explica": "Name der Veranstaltung",
"start_time": "Beginn",
"start_time_explica": "Der Zeitpunkt des Beginns der Veranstaltung.",
"end_time": "Ende",
"end_time_explica": "Das Ende der Veranstaltung.",
"appointment_belongs": "Institution",
"appointment_added": "Eine Veranstaltung wurde hinzugef\u00fcgt.",
"description": "Beschreibung",
@ -32,8 +32,8 @@
"new_appointment": "Neue Veranstaltung",
"base_data": "Basisdaten zur Veranstaltung",
"no_appointments_text": "Es wurde noch kein Termin f\u00fcr Ihr Museum erfasst (entsprechend k\u00f6nnen wir keine auflisten). Sie k\u00f6nnen:",
"live_recording": "Live Recording",
"live_recording": "Live-Mitschnitt",
"external_source": "Quelle",
"upcoming_appointments": "Kommende Veranstaltungen"
}
}
}

View File

@ -197,6 +197,8 @@
"humidity": "Luftfeuchtigkeit",
"note": "Notiz",
"pages": "Seiten",
"cancel": "Abbrechen"
"cancel": "Abbrechen",
"status": "Status",
"owner": "Eigent\u00fcmer"
}
}

View File

@ -72,6 +72,7 @@
"unlink_tag": "Tag entfernt",
"marking": "Markierung",
"remove_collection": "Sammlung entfernt",
"move_space": "In anderen Raum bewegt"
"move_space": "In anderen Raum bewegt",
"owner": "Eigentum"
}
}

View File

@ -45,6 +45,8 @@
"40": "Objekt war im Auktionshandel",
"41": "Hier kann man jeden Kauf des Objektes vermerken",
"42": "Hier kann man jeden Besitz des Objektes vermerken. Die Information wird \u00f6ffentlich angezeigt. F\u00fcr eine nicht-\u00f6ffentliche Eingabe k\u00f6nnen die entsprechenden Felder auf den Registerkarten \"Verwaltung\" und \"Provenienz\" verwendet werden.",
"43": "Hier kann man jeden Verkauf des Objektes vermerken"
"43": "Hier kann man jeden Verkauf des Objektes vermerken",
"49": "Hier kann man das Verschenken eines Objektes vermerken",
"50": "Hier kann man das Vererben eines Objektes von einem Eigent\u00fcmer an einen Anderen vermerken"
}
}

View File

@ -51,6 +51,7 @@
"select_loan_entry_explica": "Auswahl des Leihverkehrs mit dem das Objekt verkn\u00fcpft werden soll. Sollte der Leihverkehr noch nicht erfasst sein, kann er durch einen Klick auf das \"+\"-Symbol eingef\u00fcgt werden.",
"partner_person": "Kontaktperson",
"title": "Titel",
"loans_added": "Leihverkehr wurde hinzugef\u00fcgt"
"loans_added": "Leihverkehr wurde hinzugef\u00fcgt",
"loan_type": "Typ der Leihe"
}
}

View File

@ -172,7 +172,8 @@
"move_to_space": "In Raum bewegen",
"open_page": "Seite \u00f6ffnen",
"currently_on_loan": "Derzeit ausgeliehen",
"currently_on_exhibition": "Derzeit ausgestellt"
"currently_on_exhibition": "Derzeit ausgestellt",
"status_explica": "Der Eigentumsstatus des Objekts."
},
"ortart": [
"",

View File

@ -197,6 +197,8 @@
"humidity": "Humidity",
"note": "Note",
"pages": "Pages",
"cancel": "Cancel"
"cancel": "Cancel",
"status": "Status",
"owner": "Owner"
}
}

View File

@ -72,6 +72,7 @@
"unlink_tag": "Removed a tag",
"marking": "Marking",
"remove_collection": "Remove collection",
"move_space": "Moved to different space"
"move_space": "Moved to different space",
"owner": "Ownership"
}
}

View File

@ -45,6 +45,8 @@
"40": "The object was traded via auctions.",
"41": "Here you can note down when the object was bought, and who bought it.",
"42": "Here, the ownership status of the object can be recorded. The information is published. To enter \"hidden\" information, use the \"administration\" and \"provenance\" tabs.",
"43": "Here you can note down when the object was sold, and who sold it."
"43": "Here you can note down when the object was sold, and who sold it.",
"49": "Here you can note down when the object was given away and who did so.",
"50": "Here you can note down when the object was inherited to somebody."
}
}
}

View File

@ -51,6 +51,7 @@
"select_loan_entry_explica": "Auswahl des Leihverkehrs mit dem das Objekt verkn\u00fcpft werden soll. Sollte der Leihverkehr noch nicht erfasst sein, kann er durch einen Klick auf das \"+\"-Symbol eingef\u00fcgt werden.",
"partner_person": "Kontaktperson",
"title": "Titel",
"loans_added": "Loan added"
"loans_added": "Loan added",
"loan_type": "Loan type"
}
}

View File

@ -172,7 +172,8 @@
"move_to_space": "Move to space",
"open_page": "Open page",
"currently_on_loan": "Currently on loan",
"currently_on_exhibition": "Currently on exhibition"
"currently_on_exhibition": "Currently on exhibition",
"status_explica": "The ownership status of the object."
},
"ortart": [
"",

View File

@ -197,6 +197,8 @@
"humidity": "Humidity",
"note": "Note",
"pages": "Pages",
"cancel": "Cancel"
"cancel": "Cancel",
"status": "Status",
"owner": "Owner"
}
}

View File

@ -72,6 +72,7 @@
"unlink_tag": "Removed a tag",
"marking": "Marking",
"remove_collection": "Remove collection",
"move_space": "Moved to different space"
"move_space": "Moved to different space",
"owner": "Ownership"
}
}

View File

@ -45,6 +45,8 @@
"40": "The object was traded via auctions.",
"41": "Here you can note down when the object was bought, and who bought it.",
"42": "Here, the ownership status of the object can be recorded. The information is published. To enter \"hidden\" information, use the \"administration\" and \"provenance\" tabs.",
"43": "Here you can note down when the object was sold, and who sold it."
"43": "Here you can note down when the object was sold, and who sold it.",
"49": "Here you can note down when the object was given away and who did so.",
"50": "Here you can note down when the object was inherited to somebody."
}
}
}

View File

@ -51,6 +51,7 @@
"select_loan_entry_explica": "Select the loan entry you want to link the object with from the list. If the loan entry has not been added before, you can add it by clicking on the \"+\" symbol.",
"partner_person": "Contact person",
"title": "Title",
"loans_added": "Loan added"
"loans_added": "Loan added",
"loan_type": "Loan type"
}
}

View File

@ -172,7 +172,8 @@
"move_to_space": "Move to space",
"open_page": "Open page",
"currently_on_loan": "Currently on loan",
"currently_on_exhibition": "Currently on exhibition"
"currently_on_exhibition": "Currently on exhibition",
"status_explica": "The ownership status of the object."
},
"ortart": [
"",

View File

@ -197,6 +197,8 @@
"humidity": "Humidity",
"note": "Note",
"pages": "Pages",
"cancel": "Cancel"
"cancel": "Cancel",
"status": "Status",
"owner": "Owner"
}
}

View File

@ -72,6 +72,7 @@
"unlink_tag": "Removed a tag",
"marking": "Marking",
"remove_collection": "Remove collection",
"move_space": "Moved to different space"
"move_space": "Moved to different space",
"owner": "Ownership"
}
}

View File

@ -45,6 +45,8 @@
"40": "The object was traded via auctions.",
"41": "Here you can note down when the object was bought, and who bought it.",
"42": "Here, the ownership status of the object can be recorded. The information is published. To enter \"hidden\" information, use the \"administration\" and \"provenance\" tabs.",
"43": "Here you can note down when the object was sold, and who sold it."
"43": "Here you can note down when the object was sold, and who sold it.",
"49": "Here you can note down when the object was given away and who did so.",
"50": "Here you can note down when the object was inherited to somebody."
}
}
}

View File

@ -51,6 +51,7 @@
"select_loan_entry_explica": "Select the loan entry you want to link the object with from the list. If the loan entry has not been added before, you can add it by clicking on the \"+\" symbol.",
"partner_person": "Contact person",
"title": "Title",
"loans_added": "Loan added"
"loans_added": "Loan added",
"loan_type": "Loan type"
}
}

View File

@ -172,7 +172,8 @@
"move_to_space": "Move to space",
"open_page": "Open page",
"currently_on_loan": "Currently on loan",
"currently_on_exhibition": "Currently on exhibition"
"currently_on_exhibition": "Currently on exhibition",
"status_explica": "The ownership status of the object."
},
"ortart": [
"",

View File

@ -197,6 +197,8 @@
"humidity": "Humidity",
"note": "Note",
"pages": "Pages",
"cancel": "Cancel"
"cancel": "Cancel",
"status": "Status",
"owner": "Owner"
}
}

View File

@ -72,6 +72,7 @@
"unlink_tag": "Removed a tag",
"marking": "Marking",
"remove_collection": "Remove collection",
"move_space": "Moved to different space"
"move_space": "Moved to different space",
"owner": "Ownership"
}
}

View File

@ -45,6 +45,8 @@
"40": "The object was traded via auctions.",
"41": "Here you can note down when the object was bought, and who bought it.",
"42": "Here, the ownership status of the object can be recorded. The information is published. To enter \"hidden\" information, use the \"administration\" and \"provenance\" tabs.",
"43": "Here you can note down when the object was sold, and who sold it."
"43": "Here you can note down when the object was sold, and who sold it.",
"49": "Here you can note down when the object was given away and who did so.",
"50": "Here you can note down when the object was inherited to somebody."
}
}
}

View File

@ -51,6 +51,7 @@
"select_loan_entry_explica": "Select the loan entry you want to link the object with from the list. If the loan entry has not been added before, you can add it by clicking on the \"+\" symbol.",
"partner_person": "Contact person",
"title": "Title",
"loans_added": "Loan added"
"loans_added": "Loan added",
"loan_type": "Loan type"
}
}

View File

@ -172,7 +172,8 @@
"move_to_space": "Move to space",
"open_page": "Open page",
"currently_on_loan": "Currently on loan",
"currently_on_exhibition": "Currently on exhibition"
"currently_on_exhibition": "Currently on exhibition",
"status_explica": "The ownership status of the object."
},
"ortart": [
"",

View File

@ -197,6 +197,8 @@
"humidity": "Humidity",
"note": "Note",
"pages": "Pages",
"cancel": "Cancel"
"cancel": "Cancel",
"status": "Status",
"owner": "Owner"
}
}

View File

@ -72,6 +72,7 @@
"unlink_tag": "Removed a tag",
"marking": "Marking",
"remove_collection": "Remove collection",
"move_space": "Moved to different space"
"move_space": "Moved to different space",
"owner": "Ownership"
}
}

View File

@ -45,6 +45,8 @@
"40": "The object was traded via auctions.",
"41": "Here you can note down when the object was bought, and who bought it.",
"42": "Here, the ownership status of the object can be recorded. The information is published. To enter \"hidden\" information, use the \"administration\" and \"provenance\" tabs.",
"43": "Here you can note down when the object was sold, and who sold it."
"43": "Here you can note down when the object was sold, and who sold it.",
"49": "Here you can note down when the object was given away and who did so.",
"50": "Here you can note down when the object was inherited to somebody."
}
}
}

View File

@ -51,6 +51,7 @@
"select_loan_entry_explica": "Auswahl des Leihverkehrs mit dem das Objekt verkn\u00fcpft werden soll. Sollte der Leihverkehr noch nicht erfasst sein, kann er durch einen Klick auf das \"+\"-Symbol eingef\u00fcgt werden.",
"partner_person": "Kontaktperson",
"title": "Titel",
"loans_added": "Loan added"
"loans_added": "Loan added",
"loan_type": "Loan type"
}
}

View File

@ -172,7 +172,8 @@
"move_to_space": "Move to space",
"open_page": "Open page",
"currently_on_loan": "Currently on loan",
"currently_on_exhibition": "Currently on exhibition"
"currently_on_exhibition": "Currently on exhibition",
"status_explica": "The ownership status of the object."
},
"ortart": [
"",

View File

@ -197,6 +197,8 @@
"humidity": "Humidity",
"note": "Note",
"pages": "Pages",
"cancel": "Cancel"
"cancel": "Cancel",
"status": "Status",
"owner": "Owner"
}
}

View File

@ -72,6 +72,7 @@
"unlink_tag": "Removed a tag",
"marking": "Marking",
"remove_collection": "Remove collection",
"move_space": "Moved to different space"
"move_space": "Moved to different space",
"owner": "Ownership"
}
}

View File

@ -45,6 +45,8 @@
"40": "Abban az esetben alakalmazadn\u00f3, ha a t\u00e1rgy aukci\u00f3n vett r\u00e9szt.",
"41": "Amennyiben tudjuk, hogy a t\u00e1rgyat megv\u00e1s\u00e1rolta valaki, r\u00f6gz\u00edthej\u00fck a v\u00e1s\u00e1rl\u00f3t \u00e9s a v\u00e1s\u00e1rl\u00e1s id\u0151pontj\u00e1t.",
"42": "Kinek a tulajdon\u00e1ban volt a t\u00e1rgy m\u0171t\u00e1rggy\u00e1 v\u00e1l\u00e1sa el\u0151tt? A t\u00e1rgy tulajdonosi st\u00e1tusz\u00e1nak r\u00f6gz\u00edt\u00e9s\u00e9re alkalmazand\u00f3. (ny\u00edlv\u00e1nosan l\u00e1that\u00f3), amennyiben nem szeretn\u00e9 publikusan k\u00f6zz\u00e9tenni, az inform\u00e1ci\u00f3k megad\u00e1s\u00e1hoz haszn\u00e1lja az \"nyilv\u00e1ntart\u00e1s\" \u00e9s a \"proveniencia\" alf\u00fcleket.",
"43": "Itt r\u00f6gz\u00edthet\u0151 , hogy a t\u00e1rgyat \"mikor?\", \"hol?\" \u00e9s \"ki?\" adta el."
"43": "Itt r\u00f6gz\u00edthet\u0151 , hogy a t\u00e1rgyat \"mikor?\", \"hol?\" \u00e9s \"ki?\" adta el.",
"49": "Here you can note down when the object was given away and who did so.",
"50": "Here you can note down when the object was inherited to somebody."
}
}

View File

@ -51,6 +51,7 @@
"select_loan_entry_explica": "A list\u00e1b\u00f3l v\u00e1lassza ki azt a k\u00f6lcs\u00f6nbejegyz\u00e9st, amellyel a t\u00e1rgyat \u00f6ssze szeretn\u00e9 kapcsolni. Ha a k\u00f6lcs\u00f6nbejegyz\u00e9s nem szerepel a list\u00e1ban vagy kor\u00e1bban m\u00e9g nem adt\u00e1k hozz\u00e1, akkor a \"+\" szimb\u00f3lumra kattintva veheti fel.",
"partner_person": "Kapcsolattart\u00f3",
"title": "C\u00edm",
"loans_added": "Hozz\u00e1adva"
"loans_added": "Hozz\u00e1adva",
"loan_type": "Loan type"
}
}

View File

@ -172,7 +172,8 @@
"move_to_space": "Move to space",
"open_page": "Open page",
"currently_on_loan": "Currently on loan",
"currently_on_exhibition": "Currently on exhibition"
"currently_on_exhibition": "Currently on exhibition",
"status_explica": "The ownership status of the object."
},
"ortart": [
"",

View File

@ -197,6 +197,8 @@
"humidity": "Humidity",
"note": "Note",
"pages": "Pages",
"cancel": "Cancel"
"cancel": "Cancel",
"status": "Status",
"owner": "Owner"
}
}

View File

@ -72,6 +72,7 @@
"unlink_tag": "Removed a tag",
"marking": "Marking",
"remove_collection": "Remove collection",
"move_space": "Moved to different space"
"move_space": "Moved to different space",
"owner": "Ownership"
}
}

View File

@ -45,6 +45,8 @@
"40": "The object was traded via auctions.",
"41": "Here you can note down when the object was bought, and who bought it.",
"42": "Here, the ownership status of the object can be recorded. The information is published. To enter \"hidden\" information, use the \"administration\" and \"provenance\" tabs.",
"43": "Here you can note down when the object was sold, and who sold it."
"43": "Here you can note down when the object was sold, and who sold it.",
"49": "Here you can note down when the object was given away and who did so.",
"50": "Here you can note down when the object was inherited to somebody."
}
}
}

View File

@ -51,6 +51,7 @@
"select_loan_entry_explica": "Pilih pinjaman yang mau tautkan dengan benda dari daftar pinjaman.Kalau belum ada, pinjaman bisa ditambahkan dengan klik ke lambang \"+\"",
"partner_person": "Kontak \/ orang",
"title": "Title",
"loans_added": "Loan added"
"loans_added": "Loan added",
"loan_type": "Loan type"
}
}

View File

@ -172,7 +172,8 @@
"move_to_space": "Move to space",
"open_page": "Open page",
"currently_on_loan": "Currently on loan",
"currently_on_exhibition": "Currently on exhibition"
"currently_on_exhibition": "Currently on exhibition",
"status_explica": "The ownership status of the object."
},
"ortart": [
"",

View File

@ -197,6 +197,8 @@
"humidity": "Humidity",
"note": "Note",
"pages": "Pages",
"cancel": "Cancel"
"cancel": "Cancel",
"status": "Status",
"owner": "Owner"
}
}

View File

@ -72,6 +72,7 @@
"unlink_tag": "Removed a tag",
"marking": "Marking",
"remove_collection": "Remove collection",
"move_space": "Moved to different space"
"move_space": "Moved to different space",
"owner": "Ownership"
}
}

View File

@ -45,6 +45,8 @@
"40": "The object was traded via auctions.",
"41": "Here you can note down when the object was bought, and who bought it.",
"42": "Here, the ownership status of the object can be recorded. The information is published. To enter \"hidden\" information, use the \"administration\" and \"provenance\" tabs.",
"43": "Here you can note down when the object was sold, and who sold it."
"43": "Here you can note down when the object was sold, and who sold it.",
"49": "Here you can note down when the object was given away and who did so.",
"50": "Here you can note down when the object was inherited to somebody."
}
}
}

View File

@ -51,6 +51,7 @@
"select_loan_entry_explica": "Select the loan entry you want to link the object with from the list. If the loan entry has not been added before, you can add it by clicking on the \"+\" symbol.",
"partner_person": "Contact person",
"title": "Title",
"loans_added": "Loan added"
"loans_added": "Loan added",
"loan_type": "Loan type"
}
}

View File

@ -172,7 +172,8 @@
"move_to_space": "Move to space",
"open_page": "Open page",
"currently_on_loan": "Currently on loan",
"currently_on_exhibition": "Currently on exhibition"
"currently_on_exhibition": "Currently on exhibition",
"status_explica": "The ownership status of the object."
},
"ortart": [
"",

View File

@ -197,6 +197,8 @@
"humidity": "Humidity",
"note": "Note",
"pages": "Pages",
"cancel": "Cancel"
"cancel": "Cancel",
"status": "Status",
"owner": "Owner"
}
}

View File

@ -72,6 +72,7 @@
"unlink_tag": "Removed a tag",
"marking": "Marking",
"remove_collection": "Remove collection",
"move_space": "Moved to different space"
"move_space": "Moved to different space",
"owner": "Ownership"
}
}

View File

@ -45,6 +45,8 @@
"40": "The object was traded via auctions.",
"41": "Here you can note down when the object was bought, and who bought it.",
"42": "Here, the ownership status of the object can be recorded. The information is published. To enter \"hidden\" information, use the \"administration\" and \"provenance\" tabs.",
"43": "Here you can note down when the object was sold, and who sold it."
"43": "Here you can note down when the object was sold, and who sold it.",
"49": "Here you can note down when the object was given away and who did so.",
"50": "Here you can note down when the object was inherited to somebody."
}
}
}

View File

@ -51,6 +51,7 @@
"select_loan_entry_explica": "Select the loan entry you want to link the object with from the list. If the loan entry has not been added before, you can add it by clicking on the \"+\" symbol.",
"partner_person": "Contact person",
"title": "Title",
"loans_added": "Loan added"
"loans_added": "Loan added",
"loan_type": "Loan type"
}
}

View File

@ -172,7 +172,8 @@
"move_to_space": "Move to space",
"open_page": "Open page",
"currently_on_loan": "Currently on loan",
"currently_on_exhibition": "Currently on exhibition"
"currently_on_exhibition": "Currently on exhibition",
"status_explica": "The ownership status of the object."
},
"ortart": [
"",

View File

@ -197,6 +197,8 @@
"humidity": "Humidity",
"note": "Note",
"pages": "Pages",
"cancel": "Cancel"
"cancel": "Cancel",
"status": "Status",
"owner": "Owner"
}
}

View File

@ -72,6 +72,7 @@
"unlink_tag": "Removed a tag",
"marking": "Marking",
"remove_collection": "Remove collection",
"move_space": "Moved to different space"
"move_space": "Moved to different space",
"owner": "Ownership"
}
}

View File

@ -45,6 +45,8 @@
"40": "The object was traded via auctions.",
"41": "Here you can note down when the object was bought, and who bought it.",
"42": "Here, the ownership status of the object can be recorded. The information is published. To enter \"hidden\" information, use the \"administration\" and \"provenance\" tabs.",
"43": "Here you can note down when the object was sold, and who sold it."
"43": "Here you can note down when the object was sold, and who sold it.",
"49": "Here you can note down when the object was given away and who did so.",
"50": "Here you can note down when the object was inherited to somebody."
}
}
}

View File

@ -51,6 +51,7 @@
"select_loan_entry_explica": "Select the loan entry you want to link the object with from the list. If the loan entry has not been added before, you can add it by clicking on the \"+\" symbol.",
"partner_person": "Contact person",
"title": "Title",
"loans_added": "Loan added"
"loans_added": "Loan added",
"loan_type": "Loan type"
}
}

View File

@ -172,7 +172,8 @@
"move_to_space": "Move to space",
"open_page": "Open page",
"currently_on_loan": "Currently on loan",
"currently_on_exhibition": "Currently on exhibition"
"currently_on_exhibition": "Currently on exhibition",
"status_explica": "The ownership status of the object."
},
"ortart": [
"",

View File

@ -197,6 +197,8 @@
"humidity": "Humidity",
"note": "Note",
"pages": "Pages",
"cancel": "Cancel"
"cancel": "Cancel",
"status": "Status",
"owner": "Owner"
}
}

View File

@ -72,6 +72,7 @@
"unlink_tag": "Removed a tag",
"marking": "Marking",
"remove_collection": "Remove collection",
"move_space": "Moved to different space"
"move_space": "Moved to different space",
"owner": "Ownership"
}
}

View File

@ -45,6 +45,8 @@
"40": "The object was traded via auctions.",
"41": "Here you can note down when the object was bought, and who bought it.",
"42": "Here, the ownership status of the object can be recorded. The information is published. To enter \"hidden\" information, use the \"administration\" and \"provenance\" tabs.",
"43": "Here you can note down when the object was sold, and who sold it."
"43": "Here you can note down when the object was sold, and who sold it.",
"49": "Here you can note down when the object was given away and who did so.",
"50": "Here you can note down when the object was inherited to somebody."
}
}
}

View File

@ -51,6 +51,7 @@
"select_loan_entry_explica": "Select the loan entry you want to link the object with from the list. If the loan entry has not been added before, you can add it by clicking on the \"+\" symbol.",
"partner_person": "Contact person",
"title": "Title",
"loans_added": "Loan added"
"loans_added": "Loan added",
"loan_type": "Loan type"
}
}

View File

@ -172,7 +172,8 @@
"move_to_space": "Move to space",
"open_page": "Open page",
"currently_on_loan": "Currently on loan",
"currently_on_exhibition": "Currently on exhibition"
"currently_on_exhibition": "Currently on exhibition",
"status_explica": "The ownership status of the object."
},
"ortart": [
"",

View File

@ -197,6 +197,8 @@
"humidity": "Humidity",
"note": "Note",
"pages": "Pages",
"cancel": "Cancel"
"cancel": "Cancel",
"status": "Status",
"owner": "Owner"
}
}

View File

@ -72,6 +72,7 @@
"unlink_tag": "Removed a tag",
"marking": "Marking",
"remove_collection": "Remove collection",
"move_space": "Moved to different space"
"move_space": "Moved to different space",
"owner": "Ownership"
}
}

View File

@ -45,6 +45,8 @@
"40": "The object was traded via auctions.",
"41": "Here you can note down when the object was bought, and who bought it.",
"42": "Here, the ownership status of the object can be recorded. The information is published. To enter \"hidden\" information, use the \"administration\" and \"provenance\" tabs.",
"43": "Here you can note down when the object was sold, and who sold it."
"43": "Here you can note down when the object was sold, and who sold it.",
"49": "Here you can note down when the object was given away and who did so.",
"50": "Here you can note down when the object was inherited to somebody."
}
}
}

View File

@ -51,6 +51,7 @@
"select_loan_entry_explica": "Select the loan entry you want to link the object with from the list. If the loan entry has not been added before, you can add it by clicking on the \"+\" symbol.",
"partner_person": "Contact person",
"title": "Title",
"loans_added": "Loan added"
"loans_added": "Loan added",
"loan_type": "Loan type"
}
}

View File

@ -172,7 +172,8 @@
"move_to_space": "Move to space",
"open_page": "Open page",
"currently_on_loan": "Currently on loan",
"currently_on_exhibition": "Currently on exhibition"
"currently_on_exhibition": "Currently on exhibition",
"status_explica": "The ownership status of the object."
},
"ortart": [
"",

View File

@ -197,6 +197,8 @@
"humidity": "\u0412\u043b\u0430\u0436\u043d\u043e\u0441\u0442\u044c",
"note": "\u041f\u0440\u0438\u043c\u0435\u0447\u0430\u043d\u0438\u0435",
"pages": "\u0421\u0442\u0440\u0430\u043d\u0438\u0446\/\u044b",
"cancel": "\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c"
"cancel": "\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c",
"status": "Status",
"owner": "Owner"
}
}

View File

@ -72,6 +72,7 @@
"unlink_tag": "\u0423\u0434\u0430\u043b\u0435\u043d\u0438\u0435 \u043c\u0435\u0442\u043a\u0438",
"marking": "\u041c\u0430\u0440\u043a\u0438\u0440\u043e\u0432\u043a\u0430",
"remove_collection": "Remove collection",
"move_space": "Moved to different space"
"move_space": "Moved to different space",
"owner": "Ownership"
}
}

View File

@ -45,6 +45,8 @@
"40": "\u041e\u0431\u044a\u0435\u043a\u0442 \u043f\u0440\u043e\u0434\u0430\u043d \u043d\u0430 \u0430\u0443\u043a\u0446\u0438\u043e\u043d\u0435",
"41": "\u0417\u0434\u0435\u0441\u044c \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0437\u0430\u043f\u0438\u0441\u0430\u0442\u044c, \u043a\u043e\u0433\u0434\u0430 \u0431\u044b\u043b \u043a\u0443\u043f\u043b\u0435\u043d \u043f\u0440\u0435\u0434\u043c\u0435\u0442 \u0438 \u043a\u0442\u043e \u0435\u0433\u043e \u043a\u0443\u043f\u0438\u043b",
"42": "\u0417\u0434\u0435\u0441\u044c \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u0437\u0430\u043f\u0438\u0441\u0430\u043d \u0441\u0442\u0430\u0442\u0443\u0441 \u0441\u043e\u0431\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u0441\u0442\u0438 \u043e\u0431\u044a\u0435\u043a\u0442\u0430. \u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u0431\u0443\u0434\u0435\u0442 \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u0430. \u0414\u043b\u044f \u0432\u0432\u043e\u0434\u0430 \"\u0441\u043a\u0440\u044b\u0442\u043e\u0439\" \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 \u0432\u043a\u043b\u0430\u0434\u043a\u0438 \"\u0430\u0434\u043c\u0438\u043d\u0438\u0441\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435\" \u0438 \"\u043f\u0440\u043e\u0438\u0441\u0445\u043e\u0436\u0434\u0435\u043d\u0438\u0435\"",
"43": "\u0417\u0434\u0435\u0441\u044c \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u043e\u0442\u043c\u0435\u0442\u0438\u0442\u044c, \u043a\u043e\u0433\u0434\u0430 \u043e\u0431\u044a\u0435\u043a\u0442 \u0431\u044b\u043b \u043f\u0440\u043e\u0434\u0430\u043d \u0438 \u043a\u0442\u043e \u0435\u0433\u043e \u043f\u0440\u043e\u0434\u0430\u043b"
"43": "\u0417\u0434\u0435\u0441\u044c \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u043e\u0442\u043c\u0435\u0442\u0438\u0442\u044c, \u043a\u043e\u0433\u0434\u0430 \u043e\u0431\u044a\u0435\u043a\u0442 \u0431\u044b\u043b \u043f\u0440\u043e\u0434\u0430\u043d \u0438 \u043a\u0442\u043e \u0435\u0433\u043e \u043f\u0440\u043e\u0434\u0430\u043b",
"49": "Here you can note down when the object was given away and who did so.",
"50": "Here you can note down when the object was inherited to somebody."
}
}

View File

@ -51,6 +51,7 @@
"select_loan_entry_explica": "\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0437\u0430\u043f\u0438\u0441\u0435\u0439 \u043e \u0437\u0430\u0439\u043c\u0430\u0445 \u0438\u0437 \u0441\u043f\u0438\u0441\u043a\u0430, \u0441 \u043a\u043e\u0442\u043e\u0440\u043e\u0439 \u0432\u044b \u0445\u043e\u0442\u0438\u0442\u0435 \u0441\u0432\u044f\u0437\u0430\u0442\u044c \u043e\u0431\u044a\u0435\u043a\u0442. \u0415\u0441\u043b\u0438 \u0437\u0430\u043f\u0438\u0441\u044c \u043e \u0437\u0430\u0439\u043c\u0435 \u043d\u0435 \u0431\u044b\u043b\u0430 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0430 \u0440\u0430\u043d\u0435\u0435, \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0435\u0435, \u043d\u0430\u0436\u0430\u0432 \u043d\u0430 \u0441\u0438\u043c\u0432\u043e\u043b \"+\".",
"partner_person": "\u041a\u043e\u043d\u0442\u0430\u043a\u0442\u043d\u043e\u0435 \u043b\u0438\u0446\u043e",
"title": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a",
"loans_added": "\u0417\u0430\u043f\u0438\u0441\u044c \u043e \u0437\u0430\u0439\u043c\u0435 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0430"
"loans_added": "\u0417\u0430\u043f\u0438\u0441\u044c \u043e \u0437\u0430\u0439\u043c\u0435 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0430",
"loan_type": "Loan type"
}
}

View File

@ -172,7 +172,8 @@
"move_to_space": "\u041f\u0435\u0440\u0435\u043c\u0435\u0441\u0442\u0438\u0442\u044c \u0432 \u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u0441\u0442\u0432\u043e",
"open_page": "\u041e\u0442\u043a\u0440\u044b\u0442\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430",
"currently_on_loan": "Currently on loan",
"currently_on_exhibition": "Currently on exhibition"
"currently_on_exhibition": "Currently on exhibition",
"status_explica": "The ownership status of the object."
},
"ortart": [
"",

View File

@ -197,6 +197,8 @@
"humidity": "Humidity",
"note": "Note",
"pages": "Pages",
"cancel": "Cancel"
"cancel": "Cancel",
"status": "Status",
"owner": "Owner"
}
}

View File

@ -72,6 +72,7 @@
"unlink_tag": "Removed a tag",
"marking": "Marking",
"remove_collection": "Remove collection",
"move_space": "Moved to different space"
"move_space": "Moved to different space",
"owner": "Ownership"
}
}

View File

@ -45,6 +45,8 @@
"40": "The object was traded via auctions.",
"41": "Here you can note down when the object was bought, and who bought it.",
"42": "Here, the ownership status of the object can be recorded. The information is published. To enter \"hidden\" information, use the \"administration\" and \"provenance\" tabs.",
"43": "Here you can note down when the object was sold, and who sold it."
"43": "Here you can note down when the object was sold, and who sold it.",
"49": "Here you can note down when the object was given away and who did so.",
"50": "Here you can note down when the object was inherited to somebody."
}
}
}

View File

@ -51,6 +51,7 @@
"select_loan_entry_explica": "Select the loan entry you want to link the object with from the list. If the loan entry has not been added before, you can add it by clicking on the \"+\" symbol.",
"partner_person": "Contact person",
"title": "Title",
"loans_added": "Loan added"
"loans_added": "Loan added",
"loan_type": "Loan type"
}
}

View File

@ -172,7 +172,8 @@
"move_to_space": "Move to space",
"open_page": "Open page",
"currently_on_loan": "Currently on loan",
"currently_on_exhibition": "Currently on exhibition"
"currently_on_exhibition": "Currently on exhibition",
"status_explica": "The ownership status of the object."
},
"ortart": [
"",

View File

@ -197,6 +197,8 @@
"humidity": "Humidity",
"note": "Note",
"pages": "Pages",
"cancel": "Cancel"
"cancel": "Cancel",
"status": "Status",
"owner": "Owner"
}
}

View File

@ -72,6 +72,7 @@
"unlink_tag": "Removed a tag",
"marking": "Marking",
"remove_collection": "Remove collection",
"move_space": "Moved to different space"
"move_space": "Moved to different space",
"owner": "Ownership"
}
}

View File

@ -45,6 +45,8 @@
"40": "The object was traded via auctions.",
"41": "Here you can note down when the object was bought, and who bought it.",
"42": "Here, the ownership status of the object can be recorded. The information is published. To enter \"hidden\" information, use the \"administration\" and \"provenance\" tabs.",
"43": "Here you can note down when the object was sold, and who sold it."
"43": "Here you can note down when the object was sold, and who sold it.",
"49": "Here you can note down when the object was given away and who did so.",
"50": "Here you can note down when the object was inherited to somebody."
}
}
}

View File

@ -51,6 +51,7 @@
"select_loan_entry_explica": "Select the loan entry you want to link the object with from the list. If the loan entry has not been added before, you can add it by clicking on the \"+\" symbol.",
"partner_person": "Contact person",
"title": "Title",
"loans_added": "Loan added"
"loans_added": "Loan added",
"loan_type": "Loan type"
}
}

View File

@ -172,7 +172,8 @@
"move_to_space": "Move to space",
"open_page": "Open page",
"currently_on_loan": "Currently on loan",
"currently_on_exhibition": "Currently on exhibition"
"currently_on_exhibition": "Currently on exhibition",
"status_explica": "The ownership status of the object."
},
"ortart": [
"",

View File

@ -197,6 +197,8 @@
"humidity": "\u0412\u043b\u0430\u0436\u043d\u043e\u0441\u0442\u044c",
"note": "\u041f\u0440\u0438\u043c\u0435\u0447\u0430\u043d\u0438\u0435",
"pages": "\u0421\u0442\u0440\u0430\u043d\u0438\u0446\/\u044b",
"cancel": "\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c"
"cancel": "\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c",
"status": "Status",
"owner": "Owner"
}
}

View File

@ -72,6 +72,7 @@
"unlink_tag": "\u0423\u0434\u0430\u043b\u0435\u043d\u0438\u0435 \u043c\u0435\u0442\u043a\u0438",
"marking": "\u041c\u0430\u0440\u043a\u0438\u0440\u043e\u0432\u043a\u0430",
"remove_collection": "Remove collection",
"move_space": "Moved to different space"
"move_space": "Moved to different space",
"owner": "Ownership"
}
}

View File

@ -45,6 +45,8 @@
"40": "\u041e\u0431\u044a\u0435\u043a\u0442 \u043f\u0440\u043e\u0434\u0430\u043d \u043d\u0430 \u0430\u0443\u043a\u0446\u0438\u043e\u043d\u0435",
"41": "\u0417\u0434\u0435\u0441\u044c \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0437\u0430\u043f\u0438\u0441\u0430\u0442\u044c, \u043a\u043e\u0433\u0434\u0430 \u0431\u044b\u043b \u043a\u0443\u043f\u043b\u0435\u043d \u043f\u0440\u0435\u0434\u043c\u0435\u0442 \u0438 \u043a\u0442\u043e \u0435\u0433\u043e \u043a\u0443\u043f\u0438\u043b",
"42": "\u0417\u0434\u0435\u0441\u044c \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u0437\u0430\u043f\u0438\u0441\u0430\u043d \u0441\u0442\u0430\u0442\u0443\u0441 \u0441\u043e\u0431\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u0441\u0442\u0438 \u043e\u0431\u044a\u0435\u043a\u0442\u0430. \u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u0431\u0443\u0434\u0435\u0442 \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u0430. \u0414\u043b\u044f \u0432\u0432\u043e\u0434\u0430 \"\u0441\u043a\u0440\u044b\u0442\u043e\u0439\" \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 \u0432\u043a\u043b\u0430\u0434\u043a\u0438 \"\u0430\u0434\u043c\u0438\u043d\u0438\u0441\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435\" \u0438 \"\u043f\u0440\u043e\u0438\u0441\u0445\u043e\u0436\u0434\u0435\u043d\u0438\u0435\"",
"43": "\u0417\u0434\u0435\u0441\u044c \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u043e\u0442\u043c\u0435\u0442\u0438\u0442\u044c, \u043a\u043e\u0433\u0434\u0430 \u043e\u0431\u044a\u0435\u043a\u0442 \u0431\u044b\u043b \u043f\u0440\u043e\u0434\u0430\u043d \u0438 \u043a\u0442\u043e \u0435\u0433\u043e \u043f\u0440\u043e\u0434\u0430\u043b"
"43": "\u0417\u0434\u0435\u0441\u044c \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u043e\u0442\u043c\u0435\u0442\u0438\u0442\u044c, \u043a\u043e\u0433\u0434\u0430 \u043e\u0431\u044a\u0435\u043a\u0442 \u0431\u044b\u043b \u043f\u0440\u043e\u0434\u0430\u043d \u0438 \u043a\u0442\u043e \u0435\u0433\u043e \u043f\u0440\u043e\u0434\u0430\u043b",
"49": "Here you can note down when the object was given away and who did so.",
"50": "Here you can note down when the object was inherited to somebody."
}
}

View File

@ -51,6 +51,7 @@
"select_loan_entry_explica": "\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0437\u0430\u043f\u0438\u0441\u0435\u0439 \u043e \u0437\u0430\u0439\u043c\u0430\u0445 \u0438\u0437 \u0441\u043f\u0438\u0441\u043a\u0430, \u0441 \u043a\u043e\u0442\u043e\u0440\u043e\u0439 \u0432\u044b \u0445\u043e\u0442\u0438\u0442\u0435 \u0441\u0432\u044f\u0437\u0430\u0442\u044c \u043e\u0431\u044a\u0435\u043a\u0442. \u0415\u0441\u043b\u0438 \u0437\u0430\u043f\u0438\u0441\u044c \u043e \u0437\u0430\u0439\u043c\u0435 \u043d\u0435 \u0431\u044b\u043b\u0430 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0430 \u0440\u0430\u043d\u0435\u0435, \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0435\u0435, \u043d\u0430\u0436\u0430\u0432 \u043d\u0430 \u0441\u0438\u043c\u0432\u043e\u043b \"+\".",
"partner_person": "\u041a\u043e\u043d\u0442\u0430\u043a\u0442\u043d\u043e\u0435 \u043b\u0438\u0446\u043e",
"title": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a",
"loans_added": "\u0417\u0430\u043f\u0438\u0441\u044c \u043e \u0437\u0430\u0439\u043c\u0435 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0430"
"loans_added": "\u0417\u0430\u043f\u0438\u0441\u044c \u043e \u0437\u0430\u0439\u043c\u0435 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0430",
"loan_type": "Loan type"
}
}

View File

@ -172,7 +172,8 @@
"move_to_space": "\u041f\u0435\u0440\u0435\u043c\u0435\u0441\u0442\u0438\u0442\u044c \u0432 \u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u0441\u0442\u0432\u043e",
"open_page": "\u041e\u0442\u043a\u0440\u044b\u0442\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430",
"currently_on_loan": "Currently on loan",
"currently_on_exhibition": "Currently on exhibition"
"currently_on_exhibition": "Currently on exhibition",
"status_explica": "The ownership status of the object."
},
"ortart": [
"",

View File

@ -197,6 +197,8 @@
"humidity": "Humidity",
"note": "Note",
"pages": "Pages",
"cancel": "Cancel"
"cancel": "Cancel",
"status": "Status",
"owner": "Owner"
}
}

View File

@ -72,6 +72,7 @@
"unlink_tag": "Removed a tag",
"marking": "Marking",
"remove_collection": "Remove collection",
"move_space": "Moved to different space"
"move_space": "Moved to different space",
"owner": "Ownership"
}
}

View File

@ -45,6 +45,8 @@
"40": "The object was traded via auctions.",
"41": "Here you can note down when the object was bought, and who bought it.",
"42": "Here, the ownership status of the object can be recorded. The information is published. To enter \"hidden\" information, use the \"administration\" and \"provenance\" tabs.",
"43": "Here you can note down when the object was sold, and who sold it."
"43": "Here you can note down when the object was sold, and who sold it.",
"49": "Here you can note down when the object was given away and who did so.",
"50": "Here you can note down when the object was inherited to somebody."
}
}
}

View File

@ -51,6 +51,7 @@
"select_loan_entry_explica": "Select the loan entry you want to link the object with from the list. If the loan entry has not been added before, you can add it by clicking on the \"+\" symbol.",
"partner_person": "Contact person",
"title": "Title",
"loans_added": "Loan added"
"loans_added": "Loan added",
"loan_type": "Loan type"
}
}

View File

@ -172,7 +172,8 @@
"move_to_space": "Move to space",
"open_page": "Open page",
"currently_on_loan": "Currently on loan",
"currently_on_exhibition": "Currently on exhibition"
"currently_on_exhibition": "Currently on exhibition",
"status_explica": "The ownership status of the object."
},
"ortart": [
"",

View File

@ -45,6 +45,8 @@
"45": "damaged by",
"46": "destroyed by",
"47": "lost by",
"48": "edited by"
"48": "edited by",
"49": "donated by",
"50": "inherited by"
}
}

View File

@ -45,6 +45,8 @@
"45": "damaged in",
"46": "destroyed in",
"47": "lost in",
"48": "edited in"
"48": "edited in",
"49": "donated \/ given as present in",
"50": "inherited in"
}
}

View File

@ -45,6 +45,8 @@
"45": "damaged at",
"46": "destroyed at",
"47": "lost at",
"48": "edited at"
"48": "edited at",
"49": "donated at",
"50": "inherited at"
}
}

View File

@ -45,6 +45,8 @@
"45": "besch\u00e4digt von",
"46": "zerst\u00f6rt von",
"47": "verloren von",
"48": "herausgegeben von"
"48": "herausgegeben von",
"49": "gespendet \/ geschenkt von",
"50": "geerbt von"
}
}

Some files were not shown because too many files have changed in this diff Show More