Compare commits

..

31 Commits

Author SHA1 Message Date
67ca04e53e Approval in backend 2024-09-16 12:57:12 +00:00
8b80622308 Approval in value-sets 2024-07-08 14:41:41 +00:00
55ede8ef64 Approval in backend 2024-07-06 00:01:40 +00:00
4a948bbe4d Approval in frontend 2024-07-04 23:13:12 +00:00
9de1f18e48 Approval in value-sets 2024-06-19 20:58:30 +00:00
dea3eb22d8 Approval in mdde 2024-06-18 14:09:04 +00:00
a81102a4fd Approval in mdde 2024-06-18 13:59:19 +00:00
83536c3cd4 Approval in backend 2024-06-17 14:16:18 +00:00
e17c5842e0 Approval in value-sets 2024-06-17 13:44:03 +00:00
d43c471f72 Approval in backend 2024-06-16 22:49:10 +00:00
cd377783d9 Approval in backend 2024-06-11 23:20:54 +00:00
ff2124b8cb Approval in value-sets 2024-06-11 22:11:16 +00:00
66ccbf09c6 Approval in themator 2024-06-11 21:32:26 +00:00
931a820d94 Approval in frontend 2024-06-11 21:32:16 +00:00
c8a7f46d44 Approval in value-sets 2024-06-01 22:58:11 +00:00
5b42c23895 Approval in frontend 2024-06-01 22:58:08 +00:00
3fb2a66989 Approval in backend 2024-06-01 22:57:56 +00:00
6099fdde6f Approval in backend 2024-05-24 20:38:27 +00:00
162f3f1139 Approval in backend 2024-05-24 20:36:10 +00:00
b02388aff6 Approval in value-sets 2024-05-24 17:31:22 +00:00
f0ff59218f Approval in backend 2024-05-24 17:31:17 +00:00
059f71ea39 Approval in backend 2024-05-22 22:45:00 +00:00
9b6d741a23 Approval in backend 2024-05-22 22:26:29 +00:00
82a70e2fd3 Approval in value-sets 2024-05-22 17:44:11 +00:00
bba296d6cc Approval in frontend 2024-05-22 17:14:40 +00:00
d5a9bc06c7 Approval in frontend 2024-05-22 16:32:32 +00:00
86b0315aba Approval in frontend 2024-05-22 16:31:45 +00:00
140a3a3dcd Approval in value-sets 2024-05-11 01:55:36 +00:00
091f579520 Add new translation files in value_sets 2024-05-10 16:18:00 +02:00
358448ef3c Approval in value-sets 2024-05-07 16:30:22 +00:00
7318331c9c Approval in backend 2024-05-03 09:18:04 +00:00
375 changed files with 3047 additions and 243 deletions

View File

@ -296,6 +296,8 @@
"from": "From",
"to": "To",
"generator": "Generator",
"generate": "Generate"
"generate": "Generate",
"classification": "Classification",
"skip": "Skip"
}
}

View File

@ -88,6 +88,10 @@
"shipment": "Shipment",
"visibility (addendum)": "Visibility (specific to field)",
"museum": "Link with a museum",
"publication": "Publication"
"publication": "Publication",
"document": "Document",
"link_place": "Linked a place",
"link_time": "Linked a time",
"categorization": "Categorization"
}
}

View File

@ -54,6 +54,8 @@
"link_a_contributor": "Link a contributor",
"contributor_explica": "Here contributors to the exhibition can be linked. Once the contributor can be found in the controlled vocabulary, they can be searched and selected by typing in the input field. To select, click on the respective entry in the drop-down list that appears as you type.",
"upcoming_exhibitions": "Upcoming exhibitions",
"ongoing_exhibitions": "Ongoing exhibitions"
"ongoing_exhibitions": "Ongoing exhibitions",
"link_a_place": "Link a place",
"link_a_time": "Link a time"
}
}

View File

@ -46,6 +46,16 @@
"base_data": "Basic information about the literature entry",
"linked_objects": "Linked objects",
"no_literature": "No literature entries yet",
"no_literature_text": "No literature entry has been added for your museum yet (hence, we cannot list any). You may:"
"no_literature_text": "No literature entry has been added for your museum yet (hence, we cannot list any). You may:",
"series": "Series",
"series_explica": "Name of the series of books a book has been published in.",
"editor": "Editor",
"editor_explica": "Name of the editor or editors, e.g. for editors of a collected volume.",
"volume": "Volume",
"volume_explica": "Volume number e.g. in a series or of a journal.",
"issue": "Issue",
"issue_explica": "Number of the issue (e.g. for journal articles).",
"issn": "ISSN",
"issn_explica": "International Standard Serial Number (ISSN)"
}
}

View File

@ -159,6 +159,13 @@
"faq_entry_has_been_added": "A new FAQ entry has been added",
"faq_entry_has_been_deleted": "The FAQ entry has been deleted",
"faq_information_updated": "The FAQ entry has been updated",
"institution_external_id": "ID with external institutions"
"institution_external_id": "ID with external institutions",
"survey_basic_institution_type": "Please select the type of your institution",
"survey_estimated_of_objects": "How many objects comprise the museum's collections (estimation)",
"survey_collection_focus_areas": "Please select the main topical foci of your collection",
"survey_exhibition_space": "How large is your exhibition space (sqm)?",
"survey_md_use_case": "What does your institution use museum-digital for?",
"survey_intro": "Every now and than questions about who is actually using museum-digital arise. Thus far we ourselves can only guess or provide case studies but there is no quantifiable data available. To remidy this situation please help us by giving some basic information about your institution.",
"survey_public_private_type": "Is your institution a privately-run or a public institution?"
}
}

View File

@ -104,7 +104,8 @@
"click_to_jump_by_number": "Click to enter and navigate to a position in the pagination by a number.",
"prev_next_disabled_for_this_type": "Navigating to the previous or next object is disabled for string-based sort options",
"this_is_final_object": "This is the final object",
"updated_by": "Object updated by"
"updated_by": "Object updated by",
"prepend_text": "Prepend text"
},
"objekt": {
"assign_results": "Assign results",

View File

@ -364,7 +364,8 @@
"emergency_priority_determined_at": "Emergency priority determined at",
"emergency_priority_determined_at_explica": "Date the emergency priority was determined at.",
"generate_inventory_number": "Generate inventory number",
"transfer_invno_suggestion": "Transfer inventory number suggestion"
"transfer_invno_suggestion": "Transfer inventory number suggestion",
"scan_inventory_number": "Scan inventory number"
},
"ortart": [
"",

View File

@ -296,6 +296,8 @@
"from": "Von",
"to": "Zu",
"generator": "Generator",
"generate": "Generieren"
"generate": "Generieren",
"classification": "Klassifikation",
"skip": "\u00dcberspringen"
}
}

View File

@ -88,6 +88,10 @@
"shipment": "Transport",
"visibility (addendum)": "Sichtbarkeit (Spezifisch f\u00fcr Feld)",
"museum": "Verkn\u00fcpfung zu Museum",
"publication": "Verkn\u00fcpfung"
"publication": "Verkn\u00fcpfung",
"document": "Dokument",
"link_place": "Ortsverkn\u00fcpfung",
"link_time": "Zeit verkn\u00fcpft",
"categorization": "Categorization"
}
}

View File

@ -54,6 +54,8 @@
"link_a_contributor": "Neuen Mitwirkenden hinzuf\u00fcgen",
"contributor_explica": "Hier k\u00f6nnen (weitere) Mitwirkende aus dem Personenvokabular hinzugef\u00fcgt werden. Ist ein Mitwirkender schon im Personenvokabular verzeichnet, kann er oder sie aus der Drop-Down-Liste ausgew\u00e4hlt werden, die beim Tippen im Eingabefeld erscheint.",
"upcoming_exhibitions": "Kommende Ausstellungen",
"ongoing_exhibitions": "Laufende Ausstellungen"
"ongoing_exhibitions": "Laufende Ausstellungen",
"link_a_place": "Einen Ort verkn\u00fcpfen",
"link_a_time": "Eine Zeit verkn\u00fcpfen"
}
}

View File

@ -46,6 +46,16 @@
"base_data": "Basisdaten zum Literatureintrag",
"linked_objects": "Verkn\u00fcpfte Objekte",
"no_literature": "Noch keine Literatur",
"no_literature_text": "Es wurde noch keine Literatur f\u00fcr Ihr Museum hinzugef\u00fcgt (entsprechend k\u00f6nnen wir keine Auflisten). Sie k\u00f6nnen:"
"no_literature_text": "Es wurde noch keine Literatur f\u00fcr Ihr Museum hinzugef\u00fcgt (entsprechend k\u00f6nnen wir keine Auflisten). Sie k\u00f6nnen:",
"series": "Reihe",
"series_explica": "Name der Reihe in der ein Buch ver\u00f6ffentlicht wurde.",
"editor": "Herausgeber",
"editor_explica": "Name(n) der Herausgeber eines Buches (z.B. bei Sammelb\u00e4nden).",
"volume": "Band",
"volume_explica": "Nummer des Bandes z.B. bei Ver\u00f6ffentlichung in einer Reihe oder bei einem Artikel in einer Fachzeitschrift.",
"issue": "Ausgabe",
"issue_explica": "Nummer der Ausgabe (z.B. bei Artikeln in Fachzeitschriften).",
"issn": "ISSN",
"issn_explica": "Internationale Standardnummer f\u00fcr fortlaufende Sammelwerke"
}
}
}

View File

@ -159,6 +159,13 @@
"faq_entry_has_been_added": "Ein neuer FAQ-Eintrag wurde hinzugef\u00fcgt",
"faq_entry_has_been_deleted": "Der FAQ-Eintrag wurde gel\u00f6scht",
"faq_information_updated": "FAQ-Eintrag wurde bearbeitet",
"institution_external_id": "Kennung bei externen Institutionen oder Repositorien"
"institution_external_id": "Kennung bei externen Institutionen oder Repositorien",
"survey_basic_institution_type": "Bitte w\u00e4hlen Sie die Art ihrer Institution.",
"survey_estimated_of_objects": "Wie viele Objekte befinden sich sch\u00e4tzungsweise in der Sammlung des Museums?",
"survey_collection_focus_areas": "Bitte w\u00e4hlen Sie die Hauptsammlungsgebiete des Museums.",
"survey_exhibition_space": "Wie gro\u00df ist Ihre Ausstellungsfl\u00e4che (Quadratmeter)?",
"survey_md_use_case": "F\u00fcr was Benutzen Sie museum-digital?",
"survey_intro": "Immer wieder kommt die Frage auf, wer museum-digital eigentlich benutzt. Bisher war das nur auf Basis von Sch\u00e4tzungen oder einzelnen F\u00e4llen zu beantworten. Quantifizierbare Daten gab es nicht. Um besser informierte Antworten geben zu k\u00f6nnen, w\u00e4re es eine gro\u00dfe Hilfe, wenn Sie einige grundlegende Fragen zu ihrer Institution beantworten w\u00fcrden.\r\n",
"survey_public_private_type": "Ist Ihre Institution \u00f6ffentlich oder privat getragen?"
}
}

View File

@ -104,7 +104,8 @@
"click_to_jump_by_number": "Klicken, um \u00fcber die Eingabe einer Position (Nummer in Trefferliste) zu navigieren.",
"prev_next_disabled_for_this_type": "Das Navigieren zum vorherigen \/ n\u00e4chsten Objekt ist bei buchstabenbasierten Sortieroptionen nicht m\u00f6glich",
"this_is_final_object": "Dies ist das letzte Objekt",
"updated_by": "Objekt zuletzt bearbeitet von"
"updated_by": "Objekt zuletzt bearbeitet von",
"prepend_text": "Text voranstellen"
},
"objekt": {
"assign_results": "Treffer zuordnen",

View File

@ -364,7 +364,8 @@
"emergency_priority_determined_at": "Notfall-Priorit\u00e4t bestimmt am",
"emergency_priority_determined_at_explica": "Datum des Tages, an dem die Priorit\u00e4t des Objektes im Notfall bestimmt wurde.",
"generate_inventory_number": "Inventarnummer generieren",
"transfer_invno_suggestion": "Vorschlag f\u00fcr Inventarnummer transferieren"
"transfer_invno_suggestion": "Vorschlag f\u00fcr Inventarnummer transferieren",
"scan_inventory_number": "Inventarnummer scannen"
},
"ortart": [
"",

View File

@ -296,6 +296,8 @@
"from": "From",
"to": "To",
"generator": "Generator",
"generate": "Generate"
"generate": "Generate",
"classification": "Classification",
"skip": "Skip"
}
}

View File

@ -88,6 +88,10 @@
"shipment": "Shipment",
"visibility (addendum)": "Visibility (specific to field)",
"museum": "Link with a museum",
"publication": "Publication"
"publication": "Publication",
"document": "Document",
"link_place": "Linked a place",
"link_time": "Linked a time",
"categorization": "Categorization"
}
}

View File

@ -54,6 +54,8 @@
"link_a_contributor": "Link a contributor",
"contributor_explica": "Here contributors to the exhibition can be linked. Once the contributor can be found in the controlled vocabulary, they can be searched and selected by typing in the input field. To select, click on the respective entry in the drop-down list that appears as you type.",
"upcoming_exhibitions": "Upcoming exhibitions",
"ongoing_exhibitions": "Ongoing exhibitions"
"ongoing_exhibitions": "Ongoing exhibitions",
"link_a_place": "Link a place",
"link_a_time": "Link a time"
}
}

View File

@ -46,6 +46,16 @@
"base_data": "Basisdaten zum Literatureintrag",
"linked_objects": "Verkn\u00fcpfte Objekte",
"no_literature": "Noch keine Literatur",
"no_literature_text": "Es wurde noch keine Literatur f\u00fcr Ihr Museum hinzugef\u00fcgt (entsprechend k\u00f6nnen wir keine Auflisten). Sie k\u00f6nnen:"
"no_literature_text": "Es wurde noch keine Literatur f\u00fcr Ihr Museum hinzugef\u00fcgt (entsprechend k\u00f6nnen wir keine Auflisten). Sie k\u00f6nnen:",
"series": "Series",
"series_explica": "Name of the series of books a book has been published in.",
"editor": "Editor",
"editor_explica": "Name of the editor or editors, e.g. for editors of a collected volume.",
"volume": "Volume",
"volume_explica": "Volume number e.g. in a series or of a journal.",
"issue": "Issue",
"issue_explica": "Number of the issue (e.g. for journal articles).",
"issn": "ISSN",
"issn_explica": "International Standard Serial Number (ISSN)"
}
}
}

View File

@ -159,6 +159,13 @@
"faq_entry_has_been_added": "A new FAQ entry has been added",
"faq_entry_has_been_deleted": "The FAQ entry has been deleted",
"faq_information_updated": "The FAQ entry has been updated",
"institution_external_id": "ID with external institutions"
"institution_external_id": "ID with external institutions",
"survey_basic_institution_type": "Please select the type of your institution",
"survey_estimated_of_objects": "How many objects comprise the museum's collections (estimation)",
"survey_collection_focus_areas": "Please select the main topical foci of your collection",
"survey_exhibition_space": "How large is your exhibition space (sqm)?",
"survey_md_use_case": "What does your institution use museum-digital for?",
"survey_intro": "Every now and than questions about who is actually using museum-digital arise. Thus far we ourselves can only guess or provide case studies but there is no quantifiable data available. To remidy this situation please help us by giving some basic information about your institution.",
"survey_public_private_type": "Is your institution a privately-run or a public institution?"
}
}

View File

@ -104,7 +104,8 @@
"click_to_jump_by_number": "Click to enter and navigate to a position in the pagination by a number.",
"prev_next_disabled_for_this_type": "Navigating to the previous or next object is disabled for string-based sort options",
"this_is_final_object": "This is the final object",
"updated_by": "Object updated by"
"updated_by": "Object updated by",
"prepend_text": "Prepend text"
},
"objekt": {
"assign_results": "Treffer zuordnen",

View File

@ -364,7 +364,8 @@
"emergency_priority_determined_at": "Emergency priority determined at",
"emergency_priority_determined_at_explica": "Date the emergency priority was determined at.",
"generate_inventory_number": "Generate inventory number",
"transfer_invno_suggestion": "Transfer inventory number suggestion"
"transfer_invno_suggestion": "Transfer inventory number suggestion",
"scan_inventory_number": "Scan inventory number"
},
"ortart": [
"",

View File

@ -296,6 +296,8 @@
"from": "From",
"to": "To",
"generator": "Generator",
"generate": "Generate"
"generate": "Generate",
"classification": "Classification",
"skip": "Skip"
}
}

View File

@ -88,6 +88,10 @@
"shipment": "Shipment",
"visibility (addendum)": "Visibility (specific to field)",
"museum": "Link with a museum",
"publication": "Publication"
"publication": "Publication",
"document": "Document",
"link_place": "Linked a place",
"link_time": "Linked a time",
"categorization": "Categorization"
}
}

View File

@ -54,6 +54,8 @@
"link_a_contributor": "Link a contributor",
"contributor_explica": "Here contributors to the exhibition can be linked. Once the contributor can be found in the controlled vocabulary, they can be searched and selected by typing in the input field. To select, click on the respective entry in the drop-down list that appears as you type.",
"upcoming_exhibitions": "Upcoming exhibitions",
"ongoing_exhibitions": "Ongoing exhibitions"
"ongoing_exhibitions": "Ongoing exhibitions",
"link_a_place": "Link a place",
"link_a_time": "Link a time"
}
}

View File

@ -46,6 +46,16 @@
"base_data": "Basic information about the literature entry",
"linked_objects": "Linked objects",
"no_literature": "No literature entries yet",
"no_literature_text": "No literature entry has been added for your museum yet (therefore, we cannot list any). You may:"
"no_literature_text": "No literature entry has been added for your museum yet (therefore, we cannot list any). You may:",
"series": "Series",
"series_explica": "Name of the series of books a book has been published in.",
"editor": "Editor",
"editor_explica": "Name of the editor or editors, e.g. for editors of a collected volume.",
"volume": "Volume",
"volume_explica": "Volume number e.g. in a series or of a journal.",
"issue": "Issue",
"issue_explica": "Number of the issue (e.g. for journal articles).",
"issn": "ISSN",
"issn_explica": "International Standard Serial Number (ISSN)"
}
}

View File

@ -159,6 +159,13 @@
"faq_entry_has_been_added": "A new FAQ entry has been added",
"faq_entry_has_been_deleted": "The FAQ entry has been deleted",
"faq_information_updated": "The FAQ entry has been updated",
"institution_external_id": "ID with external institutions"
"institution_external_id": "ID with external institutions",
"survey_basic_institution_type": "Please select the type of your institution.",
"survey_estimated_of_objects": "How many objects comprise the museum's collections (estimation)?",
"survey_collection_focus_areas": "Please select the main topical foci of your collection.",
"survey_exhibition_space": "How large is your exhibition space (sqm)?",
"survey_md_use_case": "What does your institution use museum-digital for?",
"survey_intro": "Every now and than questions about who is actually using museum-digital arise. Thus far we ourselves can only guess or provide case studies but there is no quantifiable data available. To remidy this situation please help us by giving some basic information about your institution.",
"survey_public_private_type": "Is your institution a privately-run or a public institution?"
}
}
}

View File

@ -104,7 +104,8 @@
"click_to_jump_by_number": "Click to enter and navigate to a position in the pagination by a number.",
"prev_next_disabled_for_this_type": "Navigating to the previous or next object is disabled for string-based sort options",
"this_is_final_object": "This is the final object",
"updated_by": "Object updated by"
"updated_by": "Object updated by",
"prepend_text": "Prepend text"
},
"objekt": {
"assign_results": "Assign results",

View File

@ -364,7 +364,8 @@
"emergency_priority_determined_at": "Emergency priority determined at",
"emergency_priority_determined_at_explica": "Date the emergency priority was determined at.",
"generate_inventory_number": "Generate inventory number",
"transfer_invno_suggestion": "Transfer inventory number suggestion"
"transfer_invno_suggestion": "Transfer inventory number suggestion",
"scan_inventory_number": "Scan inventory number"
},
"ortart": [
"",

View File

@ -296,6 +296,8 @@
"from": "From",
"to": "To",
"generator": "Generator",
"generate": "Generate"
"generate": "Generate",
"classification": "Classification",
"skip": "Skip"
}
}

View File

@ -88,6 +88,10 @@
"shipment": "Shipment",
"visibility (addendum)": "Visibility (specific to field)",
"museum": "Link with a museum",
"publication": "Publication"
"publication": "Publication",
"document": "Document",
"link_place": "Linked a place",
"link_time": "Linked a time",
"categorization": "Categorization"
}
}

View File

@ -54,6 +54,8 @@
"link_a_contributor": "Link a contributor",
"contributor_explica": "Here contributors to the exhibition can be linked. Once the contributor can be found in the controlled vocabulary, they can be searched and selected by typing in the input field. To select, click on the respective entry in the drop-down list that appears as you type.",
"upcoming_exhibitions": "Upcoming exhibitions",
"ongoing_exhibitions": "Ongoing exhibitions"
"ongoing_exhibitions": "Ongoing exhibitions",
"link_a_place": "Link a place",
"link_a_time": "Link a time"
}
}

View File

@ -46,6 +46,16 @@
"base_data": "Basic information about the literature entry",
"linked_objects": "Linked objects",
"no_literature": "No literature entries yet",
"no_literature_text": "No literature entry has been added for your museum yet (hence, we cannot list any). You may:"
"no_literature_text": "No literature entry has been added for your museum yet (hence, we cannot list any). You may:",
"series": "Series",
"series_explica": "Name of the series of books a book has been published in.",
"editor": "Editor",
"editor_explica": "Name of the editor or editors, e.g. for editors of a collected volume.",
"volume": "Volume",
"volume_explica": "Volume number e.g. in a series or of a journal.",
"issue": "Issue",
"issue_explica": "Number of the issue (e.g. for journal articles).",
"issn": "ISSN",
"issn_explica": "International Standard Serial Number (ISSN)"
}
}

View File

@ -159,6 +159,13 @@
"faq_entry_has_been_added": "A new FAQ entry has been added",
"faq_entry_has_been_deleted": "The FAQ entry has been deleted",
"faq_information_updated": "The FAQ entry has been updated",
"institution_external_id": "ID with external institutions"
"institution_external_id": "ID with external institutions",
"survey_basic_institution_type": "Please select the type of your institution",
"survey_estimated_of_objects": "How many objects comprise the museum's collections (estimation)",
"survey_collection_focus_areas": "Please select the main topical foci of your collection",
"survey_exhibition_space": "How large is your exhibition space (sqm)?",
"survey_md_use_case": "What does your institution use museum-digital for?",
"survey_intro": "Every now and than questions about who is actually using museum-digital arise. Thus far we ourselves can only guess or provide case studies but there is no quantifiable data available. To remidy this situation please help us by giving some basic information about your institution.",
"survey_public_private_type": "Is your institution a privately-run or a public institution?"
}
}

View File

@ -104,7 +104,8 @@
"click_to_jump_by_number": "Click to enter and navigate to a position in the pagination by a number.",
"prev_next_disabled_for_this_type": "Navigating to the previous or next object is disabled for string-based sort options",
"this_is_final_object": "This is the final object",
"updated_by": "Object updated by"
"updated_by": "Object updated by",
"prepend_text": "Prepend text"
},
"objekt": {
"assign_results": "Assign results",

View File

@ -364,7 +364,8 @@
"emergency_priority_determined_at": "Emergency priority determined at",
"emergency_priority_determined_at_explica": "Date the emergency priority was determined at.",
"generate_inventory_number": "Generate inventory number",
"transfer_invno_suggestion": "Transfer inventory number suggestion"
"transfer_invno_suggestion": "Transfer inventory number suggestion",
"scan_inventory_number": "Scan inventory number"
},
"ortart": [
"",

View File

@ -296,6 +296,8 @@
"from": "From",
"to": "To",
"generator": "Generator",
"generate": "Generate"
"generate": "Generate",
"classification": "Classification",
"skip": "Skip"
}
}

View File

@ -88,6 +88,10 @@
"shipment": "Shipment",
"visibility (addendum)": "Visibility (specific to field)",
"museum": "Link with a museum",
"publication": "Publication"
"publication": "Publication",
"document": "Document",
"link_place": "Linked a place",
"link_time": "Linked a time",
"categorization": "Categorization"
}
}

View File

@ -54,6 +54,8 @@
"link_a_contributor": "Ajouter de nouveaux participants",
"contributor_explica": "Vous pouvez ajouter d'autres participants du r\u00e9pertoire personnel ici. Si un(e) participant(e) est d\u00e9j\u00e0 enregistr\u00e9(e) dans le r\u00e9pertoire personnel, il ou elle peut \u00eatre s\u00e9lectionn\u00e9(e) dans la liste d\u00e9roulante, qui s'affiche en appuyant dans le champ de saisie.",
"upcoming_exhibitions": "Upcoming exhibitions",
"ongoing_exhibitions": "Ongoing exhibitions"
"ongoing_exhibitions": "Ongoing exhibitions",
"link_a_place": "Link a place",
"link_a_time": "Link a time"
}
}

View File

@ -46,6 +46,16 @@
"base_data": "Donn\u00e9es de base concernant l\u2019entr\u00e9e de la documentation",
"linked_objects": "Objets associ\u00e9s",
"no_literature": "Aucune documentation pour l\u2019instant",
"no_literature_text": "Aucune documentation n\u2019a encore \u00e9t\u00e9 saisie pour votre mus\u00e9e (nous ne pouvons donc pas en r\u00e9pertorier). Vous pouvez :"
"no_literature_text": "Aucune documentation n\u2019a encore \u00e9t\u00e9 saisie pour votre mus\u00e9e (nous ne pouvons donc pas en r\u00e9pertorier). Vous pouvez :",
"series": "Series",
"series_explica": "Name of the series of books a book has been published in.",
"editor": "Editor",
"editor_explica": "Name of the editor or editors, e.g. for editors of a collected volume.",
"volume": "Volume",
"volume_explica": "Volume number e.g. in a series or of a journal.",
"issue": "Issue",
"issue_explica": "Number of the issue (e.g. for journal articles).",
"issn": "ISSN",
"issn_explica": "International Standard Serial Number (ISSN)"
}
}

View File

@ -159,6 +159,13 @@
"faq_entry_has_been_added": "Une nouvelle entr\u00e9e de FAQ a \u00e9t\u00e9 ajout\u00e9e",
"faq_entry_has_been_deleted": "L\u2019entr\u00e9e de FAQ a \u00e9t\u00e9 supprim\u00e9e",
"faq_information_updated": "L\u2019entr\u00e9e de FAQ a \u00e9t\u00e9 \u00e9dit\u00e9e",
"institution_external_id": "ID with external institutions"
"institution_external_id": "ID with external institutions",
"survey_basic_institution_type": "Please select the type of your institution",
"survey_estimated_of_objects": "How many objects comprise the museum's collections (estimation)",
"survey_collection_focus_areas": "Please select the main topical foci of your collection",
"survey_exhibition_space": "How large is your exhibition space (sqm)?",
"survey_md_use_case": "What does your institution use museum-digital for?",
"survey_intro": "Every now and than questions about who is actually using museum-digital arise. Thus far we ourselves can only guess or provide case studies but there is no quantifiable data available. To remidy this situation please help us by giving some basic information about your institution.",
"survey_public_private_type": "Is your institution a privately-run or a public institution?"
}
}

View File

@ -104,7 +104,8 @@
"click_to_jump_by_number": "Click to enter and navigate to a position in the pagination by a number.",
"prev_next_disabled_for_this_type": "Navigating to the previous or next object is disabled for string-based sort options",
"this_is_final_object": "This is the final object",
"updated_by": "Object updated by"
"updated_by": "Object updated by",
"prepend_text": "Prepend text"
},
"objekt": {
"assign_results": "Associer un r\u00e9sultat",

View File

@ -364,7 +364,8 @@
"emergency_priority_determined_at": "Emergency priority determined at",
"emergency_priority_determined_at_explica": "Date the emergency priority was determined at.",
"generate_inventory_number": "Generate inventory number",
"transfer_invno_suggestion": "Transfer inventory number suggestion"
"transfer_invno_suggestion": "Transfer inventory number suggestion",
"scan_inventory_number": "Scan inventory number"
},
"ortart": [
"",

View File

@ -296,6 +296,8 @@
"from": "From",
"to": "To",
"generator": "Generator",
"generate": "Generate"
"generate": "Generate",
"classification": "Classification",
"skip": "Skip"
}
}

View File

@ -88,6 +88,10 @@
"shipment": "Shipment",
"visibility (addendum)": "Visibility (specific to field)",
"museum": "Link with a museum",
"publication": "Publication"
"publication": "Publication",
"document": "Document",
"link_place": "Linked a place",
"link_time": "Linked a time",
"categorization": "Categorization"
}
}

View File

@ -54,6 +54,8 @@
"link_a_contributor": "Link a contributor",
"contributor_explica": "Here contributors to the exhibition can be linked. Once the contributor can be found in the controlled vocabulary, they can be searched and selected by typing in the input field. To select, click on the respective entry in the drop-down list that appears as you type.",
"upcoming_exhibitions": "Upcoming exhibitions",
"ongoing_exhibitions": "Ongoing exhibitions"
"ongoing_exhibitions": "Ongoing exhibitions",
"link_a_place": "Link a place",
"link_a_time": "Link a time"
}
}

View File

@ -46,6 +46,16 @@
"base_data": "Basisdaten zum Literatureintrag",
"linked_objects": "Verkn\u00fcpfte Objekte",
"no_literature": "Noch keine Literatur",
"no_literature_text": "Es wurde noch keine Literatur f\u00fcr Ihr Museum hinzugef\u00fcgt (entsprechend k\u00f6nnen wir keine Auflisten). Sie k\u00f6nnen:"
"no_literature_text": "Es wurde noch keine Literatur f\u00fcr Ihr Museum hinzugef\u00fcgt (entsprechend k\u00f6nnen wir keine Auflisten). Sie k\u00f6nnen:",
"series": "Series",
"series_explica": "Name of the series of books a book has been published in.",
"editor": "Editor",
"editor_explica": "Name of the editor or editors, e.g. for editors of a collected volume.",
"volume": "Volume",
"volume_explica": "Volume number e.g. in a series or of a journal.",
"issue": "Issue",
"issue_explica": "Number of the issue (e.g. for journal articles).",
"issn": "ISSN",
"issn_explica": "International Standard Serial Number (ISSN)"
}
}
}

View File

@ -159,6 +159,13 @@
"faq_entry_has_been_added": "A new FAQ entry has been added",
"faq_entry_has_been_deleted": "The FAQ entry has been deleted",
"faq_information_updated": "The FAQ entry has been updated",
"institution_external_id": "ID with external institutions"
"institution_external_id": "ID with external institutions",
"survey_basic_institution_type": "Please select the type of your institution",
"survey_estimated_of_objects": "How many objects comprise the museum's collections (estimation)",
"survey_collection_focus_areas": "Please select the main topical foci of your collection",
"survey_exhibition_space": "How large is your exhibition space (sqm)?",
"survey_md_use_case": "What does your institution use museum-digital for?",
"survey_intro": "Every now and than questions about who is actually using museum-digital arise. Thus far we ourselves can only guess or provide case studies but there is no quantifiable data available. To remidy this situation please help us by giving some basic information about your institution.",
"survey_public_private_type": "Is your institution a privately-run or a public institution?"
}
}

View File

@ -104,7 +104,8 @@
"click_to_jump_by_number": "Click to enter and navigate to a position in the pagination by a number.",
"prev_next_disabled_for_this_type": "Navigating to the previous or next object is disabled for string-based sort options",
"this_is_final_object": "This is the final object",
"updated_by": "Object updated by"
"updated_by": "Object updated by",
"prepend_text": "Prepend text"
},
"objekt": {
"assign_results": "Treffer zuordnen",

View File

@ -364,7 +364,8 @@
"emergency_priority_determined_at": "Emergency priority determined at",
"emergency_priority_determined_at_explica": "Date the emergency priority was determined at.",
"generate_inventory_number": "Generate inventory number",
"transfer_invno_suggestion": "Transfer inventory number suggestion"
"transfer_invno_suggestion": "Transfer inventory number suggestion",
"scan_inventory_number": "Scan inventory number"
},
"ortart": [
"",

View File

@ -296,6 +296,8 @@
"from": "St\u00e1tuszr\u00f3l",
"to": "St\u00e1tuszra",
"generator": "Lelt\u00e1ri sz\u00e1m gener\u00e1l\u00f3",
"generate": "Gener\u00e1l"
"generate": "Gener\u00e1l",
"classification": "Classification",
"skip": "Skip"
}
}

View File

@ -88,6 +88,10 @@
"shipment": "Shipment",
"visibility (addendum)": "Visibility (specific to field)",
"museum": "Link with a museum",
"publication": "Publik\u00e1ci\u00f3"
"publication": "Publik\u00e1ci\u00f3",
"document": "Document",
"link_place": "Linked a place",
"link_time": "Linked a time",
"categorization": "Categorization"
}
}

View File

@ -54,6 +54,8 @@
"link_a_contributor": "K\u00f6zrem\u0171k\u00f6d\u0151 megad\u00e1sa",
"contributor_explica": "Ha a k\u00f6zrem\u0171k\u00f6d\u0151 megtal\u00e1lhat\u00f3 az ellen\u0151rz\u00f6tt adatb\u00e1zisban, akkor a beviteli mez\u0151be kereshet\u0151 \u00e9s kiv\u00e1laszthat\u00f3. A kiv\u00e1laszt\u00e1shoz kattintson a megfelel\u0151 bejegyz\u00e9sre. Amennyiben a keresett szem\u00e9ly \/ int\u00e9zm\u00e9ny m\u00e9g nem szerepel a list\u00e1ban, az enter lenyom\u00e1s\u00e1val adja hozz\u00e1 az adatb\u00e1zishoz.",
"upcoming_exhibitions": "K\u00f6zelg\u0151 ki\u00e1ll\u00edt\u00e1sok",
"ongoing_exhibitions": "L\u00e1togathat\u00f3 ki\u00e1ll\u00edt\u00e1sok"
"ongoing_exhibitions": "L\u00e1togathat\u00f3 ki\u00e1ll\u00edt\u00e1sok",
"link_a_place": "Link a place",
"link_a_time": "Link a time"
}
}

View File

@ -46,6 +46,16 @@
"base_data": "Alapinform\u00e1ci\u00f3k a szakirodalmi vonatkoz\u00e1sr\u00f3l",
"linked_objects": "Kapcsol\u00f3d\u00f3 t\u00e1rgyak",
"no_literature": "Nincs m\u00e9g felv\u00e9ve szakirodalmi vonatkoz\u00e1s",
"no_literature_text": "Nincs m\u00e9g szakirodalmi vonatkoz\u00e1s a m\u00fazeumhoz rendelve. Tov\u00e1bbi lehet\u0151s\u00e9gek:"
"no_literature_text": "Nincs m\u00e9g szakirodalmi vonatkoz\u00e1s a m\u00fazeumhoz rendelve. Tov\u00e1bbi lehet\u0151s\u00e9gek:",
"series": "Series",
"series_explica": "Name of the series of books a book has been published in.",
"editor": "Editor",
"editor_explica": "Name of the editor or editors, e.g. for editors of a collected volume.",
"volume": "Volume",
"volume_explica": "Volume number e.g. in a series or of a journal.",
"issue": "Issue",
"issue_explica": "Number of the issue (e.g. for journal articles).",
"issn": "ISSN",
"issn_explica": "International Standard Serial Number (ISSN)"
}
}

View File

@ -159,6 +159,13 @@
"faq_entry_has_been_added": "\u00daj GYIK hozz\u00e1adva",
"faq_entry_has_been_deleted": "GYIK t\u00f6r\u00f6lve",
"faq_information_updated": "GYIK friss\u00edtve",
"institution_external_id": "Azonos\u00edt\u00e1s k\u00fcls\u0151 int\u00e9zm\u00e9nyekkel"
"institution_external_id": "Azonos\u00edt\u00e1s k\u00fcls\u0151 int\u00e9zm\u00e9nyekkel",
"survey_basic_institution_type": "V\u00e1lassza ki az int\u00e9zm\u00e9ny t\u00edpus\u00e1t",
"survey_estimated_of_objects": "H\u00e1ny t\u00e1rgyb\u00f3l \u00e1ll a m\u00fazeum gy\u0171jtem\u00e9nye (becsl\u00e9s)?",
"survey_collection_focus_areas": "V\u00e1lassza ki a gy\u0171jtem\u00e9nyek f\u0151 t\u00e9mak\u00f6reit.",
"survey_exhibition_space": "Mekkora a ki\u00e1ll\u00edt\u00f3terek ter\u00fclete (m\u00b2)? ",
"survey_md_use_case": "Mire haszn\u00e1lja a M\u00fazeumDigit\u00e1rt?",
"survey_intro": "A M\u00fazeumDigit\u00e1r fejleszt\u0151i sz\u00e1m\u00e1ra nagyon hasznos ha van r\u00e1l\u00e1t\u00e1suk, hogy milyen int\u00e9zm\u00e9nyek haszn\u00e1lj\u00e1k szoftvert. Esettanulm\u00e1nyok m\u00e1r sz\u00fclettek, de sz\u00e1mszer\u0171s\u00edthet\u0151 adatok nem \u00e1llnak rendelkez\u00e9sre. K\u00e9rj\u00fck, seg\u00edtsen azzal, hogy megad n\u00e9h\u00e1ny alapvet\u0151 inform\u00e1ci\u00f3t int\u00e9zm\u00e9ny\u00e9r\u0151l!",
"survey_public_private_type": "Az \u00d6n int\u00e9zm\u00e9nye mag\u00e1n- vagy k\u00f6zint\u00e9zm\u00e9ny?"
}
}

View File

@ -104,7 +104,8 @@
"click_to_jump_by_number": "Navig\u00e1ljon egy poz\u00edci\u00f3hoz a lapsz\u00e1moz\u00e1sban egy sz\u00e1m megad\u00e1s\u00e1nak a seg\u00edts\u00e9g\u00e9vel.",
"prev_next_disabled_for_this_type": "Az el\u0151z\u0151 vagy k\u00f6vetkez\u0151 t\u00e1rgyra val\u00f3 navig\u00e1l\u00e1s letiltva a karakterl\u00e1nc-alap\u00fa rendez\u00e9si be\u00e1ll\u00edt\u00e1sokn\u00e1l.",
"this_is_final_object": "Ez a v\u00e9gs\u0151 t\u00e1rgy.",
"updated_by": "A t\u00e1rgyat friss\u00edtette"
"updated_by": "A t\u00e1rgyat friss\u00edtette",
"prepend_text": "Prepend text"
},
"objekt": {
"assign_results": "Hozz\u00e1rendel\u00e9s ",

View File

@ -364,7 +364,8 @@
"emergency_priority_determined_at": "V\u00e9szhelyzeti priorit\u00e1s megadva",
"emergency_priority_determined_at_explica": "A v\u00e9szhelyzeti priorit\u00e1s meghat\u00e1roz\u00e1s\u00e1nak d\u00e1tuma.",
"generate_inventory_number": "Lelt\u00e1ri sz\u00e1m gener\u00e1l\u00e1sa",
"transfer_invno_suggestion": "Lelt\u00e1ri sz\u00e1m kioszt\u00e1sa"
"transfer_invno_suggestion": "Lelt\u00e1ri sz\u00e1m kioszt\u00e1sa",
"scan_inventory_number": "Scan inventory number"
},
"ortart": [
"",

View File

@ -296,6 +296,8 @@
"from": "From",
"to": "To",
"generator": "Generator",
"generate": "Generate"
"generate": "Generate",
"classification": "Classification",
"skip": "Skip"
}
}

View File

@ -88,6 +88,10 @@
"shipment": "Shipment",
"visibility (addendum)": "Visibility (specific to field)",
"museum": "Link with a museum",
"publication": "Publication"
"publication": "Publication",
"document": "Document",
"link_place": "Linked a place",
"link_time": "Linked a time",
"categorization": "Categorization"
}
}

View File

@ -54,6 +54,8 @@
"link_a_contributor": "Link a contributor",
"contributor_explica": "Here contributors to the exhibition can be linked. Once the contributor can be found in the controlled vocabulary, they can be searched and selected by typing in the input field. To select, click on the respective entry in the drop-down list that appears as you type.",
"upcoming_exhibitions": "Upcoming exhibitions",
"ongoing_exhibitions": "Ongoing exhibitions"
"ongoing_exhibitions": "Ongoing exhibitions",
"link_a_place": "Link a place",
"link_a_time": "Link a time"
}
}

View File

@ -46,6 +46,16 @@
"base_data": "Informasi dasar karya sastra",
"linked_objects": "Benda yang terkait",
"no_literature": "Belum ada masukan sastra",
"no_literature_text": "Belum ada masukan sastra untuk museum anda. Bisa:"
"no_literature_text": "Belum ada masukan sastra untuk museum anda. Bisa:",
"series": "Series",
"series_explica": "Name of the series of books a book has been published in.",
"editor": "Editor",
"editor_explica": "Name of the editor or editors, e.g. for editors of a collected volume.",
"volume": "Volume",
"volume_explica": "Volume number e.g. in a series or of a journal.",
"issue": "Issue",
"issue_explica": "Number of the issue (e.g. for journal articles).",
"issn": "ISSN",
"issn_explica": "International Standard Serial Number (ISSN)"
}
}
}

View File

@ -159,6 +159,13 @@
"faq_entry_has_been_added": "A new FAQ entry has been added",
"faq_entry_has_been_deleted": "The FAQ entry has been deleted",
"faq_information_updated": "The FAQ entry has been updated",
"institution_external_id": "ID with external institutions"
"institution_external_id": "ID with external institutions",
"survey_basic_institution_type": "Please select the type of your institution",
"survey_estimated_of_objects": "How many objects comprise the museum's collections (estimation)",
"survey_collection_focus_areas": "Please select the main topical foci of your collection",
"survey_exhibition_space": "How large is your exhibition space (sqm)?",
"survey_md_use_case": "What does your institution use museum-digital for?",
"survey_intro": "Every now and than questions about who is actually using museum-digital arise. Thus far we ourselves can only guess or provide case studies but there is no quantifiable data available. To remidy this situation please help us by giving some basic information about your institution.",
"survey_public_private_type": "Is your institution a privately-run or a public institution?"
}
}

View File

@ -104,7 +104,8 @@
"click_to_jump_by_number": "Click to enter and navigate to a position in the pagination by a number.",
"prev_next_disabled_for_this_type": "Navigating to the previous or next object is disabled for string-based sort options",
"this_is_final_object": "This is the final object",
"updated_by": "Object updated by"
"updated_by": "Object updated by",
"prepend_text": "Prepend text"
},
"objekt": {
"assign_results": "Kaitkan hasil dengan",

View File

@ -364,7 +364,8 @@
"emergency_priority_determined_at": "Emergency priority determined at",
"emergency_priority_determined_at_explica": "Date the emergency priority was determined at.",
"generate_inventory_number": "Generate inventory number",
"transfer_invno_suggestion": "Transfer inventory number suggestion"
"transfer_invno_suggestion": "Transfer inventory number suggestion",
"scan_inventory_number": "Scan inventory number"
},
"ortart": [
"",

View File

@ -296,6 +296,8 @@
"from": "From",
"to": "To",
"generator": "Generator",
"generate": "Generate"
"generate": "Generate",
"classification": "Classification",
"skip": "Skip"
}
}

View File

@ -88,6 +88,10 @@
"shipment": "Shipment",
"visibility (addendum)": "Visibility (specific to field)",
"museum": "Link with a museum",
"publication": "Publication"
"publication": "Publication",
"document": "Document",
"link_place": "Linked a place",
"link_time": "Linked a time",
"categorization": "Categorization"
}
}

View File

@ -54,6 +54,8 @@
"link_a_contributor": "Link a contributor",
"contributor_explica": "Here contributors to the exhibition can be linked. Once the contributor can be found in the controlled vocabulary, they can be searched and selected by typing in the input field. To select, click on the respective entry in the drop-down list that appears as you type.",
"upcoming_exhibitions": "Upcoming exhibitions",
"ongoing_exhibitions": "Ongoing exhibitions"
"ongoing_exhibitions": "Ongoing exhibitions",
"link_a_place": "Link a place",
"link_a_time": "Link a time"
}
}

View File

@ -46,6 +46,16 @@
"base_data": "Basic information about the literature entry",
"linked_objects": "Linked objects",
"no_literature": "No literature entries yet",
"no_literature_text": "No literature entry has been added for your museum yet (hence, we cannot list any). You may:"
"no_literature_text": "No literature entry has been added for your museum yet (hence, we cannot list any). You may:",
"series": "Series",
"series_explica": "Name of the series of books a book has been published in.",
"editor": "Editor",
"editor_explica": "Name of the editor or editors, e.g. for editors of a collected volume.",
"volume": "Volume",
"volume_explica": "Volume number e.g. in a series or of a journal.",
"issue": "Issue",
"issue_explica": "Number of the issue (e.g. for journal articles).",
"issn": "ISSN",
"issn_explica": "International Standard Serial Number (ISSN)"
}
}

View File

@ -159,6 +159,13 @@
"faq_entry_has_been_added": "A new FAQ entry has been added",
"faq_entry_has_been_deleted": "The FAQ entry has been deleted",
"faq_information_updated": "The FAQ entry has been updated",
"institution_external_id": "ID with external institutions"
"institution_external_id": "ID with external institutions",
"survey_basic_institution_type": "Please select the type of your institution",
"survey_estimated_of_objects": "How many objects comprise the museum's collections (estimation)",
"survey_collection_focus_areas": "Please select the main topical foci of your collection",
"survey_exhibition_space": "How large is your exhibition space (sqm)?",
"survey_md_use_case": "What does your institution use museum-digital for?",
"survey_intro": "Every now and than questions about who is actually using museum-digital arise. Thus far we ourselves can only guess or provide case studies but there is no quantifiable data available. To remidy this situation please help us by giving some basic information about your institution.",
"survey_public_private_type": "Is your institution a privately-run or a public institution?"
}
}

View File

@ -104,7 +104,8 @@
"click_to_jump_by_number": "Click to enter and navigate to a position in the pagination by a number.",
"prev_next_disabled_for_this_type": "Navigating to the previous or next object is disabled for string-based sort options",
"this_is_final_object": "This is the final object",
"updated_by": "Object updated by"
"updated_by": "Object updated by",
"prepend_text": "Prepend text"
},
"objekt": {
"assign_results": "Assign results",

View File

@ -364,7 +364,8 @@
"emergency_priority_determined_at": "Emergency priority determined at",
"emergency_priority_determined_at_explica": "Date the emergency priority was determined at.",
"generate_inventory_number": "Generate inventory number",
"transfer_invno_suggestion": "Transfer inventory number suggestion"
"transfer_invno_suggestion": "Transfer inventory number suggestion",
"scan_inventory_number": "Scan inventory number"
},
"ortart": [
"",

View File

@ -296,6 +296,8 @@
"from": "From",
"to": "To",
"generator": "Generator",
"generate": "Generate"
"generate": "Generate",
"classification": "Classification",
"skip": "Skip"
}
}

View File

@ -88,6 +88,10 @@
"shipment": "Shipment",
"visibility (addendum)": "Visibility (specific to field)",
"museum": "Link with a museum",
"publication": "Publication"
"publication": "Publication",
"document": "Document",
"link_place": "Linked a place",
"link_time": "Linked a time",
"categorization": "Categorization"
}
}

View File

@ -54,6 +54,8 @@
"link_a_contributor": "Link a contributor",
"contributor_explica": "Here contributors to the exhibition can be linked. Once the contributor can be found in the controlled vocabulary, they can be searched and selected by typing in the input field. To select, click on the respective entry in the drop-down list that appears as you type.",
"upcoming_exhibitions": "Upcoming exhibitions",
"ongoing_exhibitions": "Ongoing exhibitions"
"ongoing_exhibitions": "Ongoing exhibitions",
"link_a_place": "Link a place",
"link_a_time": "Link a time"
}
}

View File

@ -46,6 +46,16 @@
"base_data": "Basic information about the literature entry",
"linked_objects": "Linked objects",
"no_literature": "No literature entries yet",
"no_literature_text": "No literature entry has been added for your museum yet (hence, we cannot list any). You may:"
"no_literature_text": "No literature entry has been added for your museum yet (hence, we cannot list any). You may:",
"series": "Series",
"series_explica": "Name of the series of books a book has been published in.",
"editor": "Editor",
"editor_explica": "Name of the editor or editors, e.g. for editors of a collected volume.",
"volume": "Volume",
"volume_explica": "Volume number e.g. in a series or of a journal.",
"issue": "Issue",
"issue_explica": "Number of the issue (e.g. for journal articles).",
"issn": "ISSN",
"issn_explica": "International Standard Serial Number (ISSN)"
}
}

View File

@ -159,6 +159,13 @@
"faq_entry_has_been_added": "A new FAQ entry has been added",
"faq_entry_has_been_deleted": "The FAQ entry has been deleted",
"faq_information_updated": "The FAQ entry has been updated",
"institution_external_id": "ID with external institutions"
"institution_external_id": "ID with external institutions",
"survey_basic_institution_type": "Please select the type of your institution",
"survey_estimated_of_objects": "How many objects comprise the museum's collections (estimation)",
"survey_collection_focus_areas": "Please select the main topical foci of your collection",
"survey_exhibition_space": "How large is your exhibition space (sqm)?",
"survey_md_use_case": "What does your institution use museum-digital for?",
"survey_intro": "Every now and than questions about who is actually using museum-digital arise. Thus far we ourselves can only guess or provide case studies but there is no quantifiable data available. To remidy this situation please help us by giving some basic information about your institution.",
"survey_public_private_type": "Is your institution a privately-run or a public institution?"
}
}

View File

@ -104,7 +104,8 @@
"click_to_jump_by_number": "Click to enter and navigate to a position in the pagination by a number.",
"prev_next_disabled_for_this_type": "Navigating to the previous or next object is disabled for string-based sort options",
"this_is_final_object": "This is the final object",
"updated_by": "Object updated by"
"updated_by": "Object updated by",
"prepend_text": "Prepend text"
},
"objekt": {
"assign_results": "Assign results",

View File

@ -364,7 +364,8 @@
"emergency_priority_determined_at": "Emergency priority determined at",
"emergency_priority_determined_at_explica": "Date the emergency priority was determined at.",
"generate_inventory_number": "Generate inventory number",
"transfer_invno_suggestion": "Transfer inventory number suggestion"
"transfer_invno_suggestion": "Transfer inventory number suggestion",
"scan_inventory_number": "Scan inventory number"
},
"ortart": [
"",

View File

@ -296,6 +296,8 @@
"from": "From",
"to": "To",
"generator": "Generator",
"generate": "Generate"
"generate": "Generate",
"classification": "Classification",
"skip": "Skip"
}
}

View File

@ -88,6 +88,10 @@
"shipment": "Shipment",
"visibility (addendum)": "Visibility (specific to field)",
"museum": "Link with a museum",
"publication": "Publication"
"publication": "Publication",
"document": "Document",
"link_place": "Linked a place",
"link_time": "Linked a time",
"categorization": "Categorization"
}
}

View File

@ -54,6 +54,8 @@
"link_a_contributor": "Link a contributor",
"contributor_explica": "Here contributors to the exhibition can be linked. Once the contributor can be found in the controlled vocabulary, they can be searched and selected by typing in the input field. To select, click on the respective entry in the drop-down list that appears as you type.",
"upcoming_exhibitions": "Upcoming exhibitions",
"ongoing_exhibitions": "Ongoing exhibitions"
"ongoing_exhibitions": "Ongoing exhibitions",
"link_a_place": "Link a place",
"link_a_time": "Link a time"
}
}

View File

@ -46,6 +46,16 @@
"base_data": "Basic information about the literature entry",
"linked_objects": "Linked objects",
"no_literature": "No literature entries yet",
"no_literature_text": "No literature entry has been added for your museum yet (hence, we cannot list any). You may:"
"no_literature_text": "No literature entry has been added for your museum yet (hence, we cannot list any). You may:",
"series": "Series",
"series_explica": "Name of the series of books a book has been published in.",
"editor": "Editor",
"editor_explica": "Name of the editor or editors, e.g. for editors of a collected volume.",
"volume": "Volume",
"volume_explica": "Volume number e.g. in a series or of a journal.",
"issue": "Issue",
"issue_explica": "Number of the issue (e.g. for journal articles).",
"issn": "ISSN",
"issn_explica": "International Standard Serial Number (ISSN)"
}
}

View File

@ -159,6 +159,13 @@
"faq_entry_has_been_added": "A new FAQ entry has been added",
"faq_entry_has_been_deleted": "The FAQ entry has been deleted",
"faq_information_updated": "The FAQ entry has been updated",
"institution_external_id": "ID with external institutions"
"institution_external_id": "ID with external institutions",
"survey_basic_institution_type": "Please select the type of your institution",
"survey_estimated_of_objects": "How many objects comprise the museum's collections (estimation)",
"survey_collection_focus_areas": "Please select the main topical foci of your collection",
"survey_exhibition_space": "How large is your exhibition space (sqm)?",
"survey_md_use_case": "What does your institution use museum-digital for?",
"survey_intro": "Every now and than questions about who is actually using museum-digital arise. Thus far we ourselves can only guess or provide case studies but there is no quantifiable data available. To remidy this situation please help us by giving some basic information about your institution.",
"survey_public_private_type": "Is your institution a privately-run or a public institution?"
}
}

View File

@ -104,7 +104,8 @@
"click_to_jump_by_number": "Click to enter and navigate to a position in the pagination by a number.",
"prev_next_disabled_for_this_type": "Navigating to the previous or next object is disabled for string-based sort options",
"this_is_final_object": "This is the final object",
"updated_by": "Object updated by"
"updated_by": "Object updated by",
"prepend_text": "Prepend text"
},
"objekt": {
"assign_results": "Assign results",

View File

@ -364,7 +364,8 @@
"emergency_priority_determined_at": "Emergency priority determined at",
"emergency_priority_determined_at_explica": "Date the emergency priority was determined at.",
"generate_inventory_number": "Generate inventory number",
"transfer_invno_suggestion": "Transfer inventory number suggestion"
"transfer_invno_suggestion": "Transfer inventory number suggestion",
"scan_inventory_number": "Scan inventory number"
},
"ortart": [
"",

View File

@ -296,6 +296,8 @@
"from": "From",
"to": "To",
"generator": "Generator",
"generate": "Generate"
"generate": "Generate",
"classification": "Classification",
"skip": "Skip"
}
}

View File

@ -88,6 +88,10 @@
"shipment": "Shipment",
"visibility (addendum)": "Visibility (specific to field)",
"museum": "Link with a museum",
"publication": "Publication"
"publication": "Publication",
"document": "Document",
"link_place": "Linked a place",
"link_time": "Linked a time",
"categorization": "Categorization"
}
}

View File

@ -54,6 +54,8 @@
"link_a_contributor": "Link a contributor",
"contributor_explica": "Here contributors to the exhibition can be linked. Once the contributor can be found in the controlled vocabulary, they can be searched and selected by typing in the input field. To select, click on the respective entry in the drop-down list that appears as you type.",
"upcoming_exhibitions": "Upcoming exhibitions",
"ongoing_exhibitions": "Ongoing exhibitions"
"ongoing_exhibitions": "Ongoing exhibitions",
"link_a_place": "Link a place",
"link_a_time": "Link a time"
}
}

View File

@ -46,6 +46,16 @@
"base_data": "Basic information about the literature entry",
"linked_objects": "Linked objects",
"no_literature": "No literature entries yet",
"no_literature_text": "No literature entry has been added for your museum yet (hence, we cannot list any). You may:"
"no_literature_text": "No literature entry has been added for your museum yet (hence, we cannot list any). You may:",
"series": "Series",
"series_explica": "Name of the series of books a book has been published in.",
"editor": "Editor",
"editor_explica": "Name of the editor or editors, e.g. for editors of a collected volume.",
"volume": "Volume",
"volume_explica": "Volume number e.g. in a series or of a journal.",
"issue": "Issue",
"issue_explica": "Number of the issue (e.g. for journal articles).",
"issn": "ISSN",
"issn_explica": "International Standard Serial Number (ISSN)"
}
}

View File

@ -159,6 +159,13 @@
"faq_entry_has_been_added": "A new FAQ entry has been added",
"faq_entry_has_been_deleted": "The FAQ entry has been deleted",
"faq_information_updated": "The FAQ entry has been updated",
"institution_external_id": "ID with external institutions"
"institution_external_id": "ID with external institutions",
"survey_basic_institution_type": "Please select the type of your institution",
"survey_estimated_of_objects": "How many objects comprise the museum's collections (estimation)",
"survey_collection_focus_areas": "Please select the main topical foci of your collection",
"survey_exhibition_space": "How large is your exhibition space (sqm)?",
"survey_md_use_case": "What does your institution use museum-digital for?",
"survey_intro": "Every now and than questions about who is actually using museum-digital arise. Thus far we ourselves can only guess or provide case studies but there is no quantifiable data available. To remidy this situation please help us by giving some basic information about your institution.",
"survey_public_private_type": "Is your institution a privately-run or a public institution?"
}
}

View File

@ -104,7 +104,8 @@
"click_to_jump_by_number": "Click to enter and navigate to a position in the pagination by a number.",
"prev_next_disabled_for_this_type": "Navigating to the previous or next object is disabled for string-based sort options",
"this_is_final_object": "This is the final object",
"updated_by": "Object updated by"
"updated_by": "Object updated by",
"prepend_text": "Prepend text"
},
"objekt": {
"assign_results": "Przypisz rezultaty",

View File

@ -364,7 +364,8 @@
"emergency_priority_determined_at": "Emergency priority determined at",
"emergency_priority_determined_at_explica": "Date the emergency priority was determined at.",
"generate_inventory_number": "Generate inventory number",
"transfer_invno_suggestion": "Transfer inventory number suggestion"
"transfer_invno_suggestion": "Transfer inventory number suggestion",
"scan_inventory_number": "Scan inventory number"
},
"ortart": [
"",

View File

@ -296,6 +296,8 @@
"from": "From",
"to": "To",
"generator": "Generator",
"generate": "Generate"
"generate": "Generate",
"classification": "Classification",
"skip": "Skip"
}
}

View File

@ -88,6 +88,10 @@
"shipment": "Shipment",
"visibility (addendum)": "Visibility (specific to field)",
"museum": "Link with a museum",
"publication": "Publication"
"publication": "Publication",
"document": "Document",
"link_place": "Linked a place",
"link_time": "Linked a time",
"categorization": "Categorization"
}
}

View File

@ -54,6 +54,8 @@
"link_a_contributor": "Link a contributor",
"contributor_explica": "Here contributors to the exhibition can be linked. Once the contributor can be found in the controlled vocabulary, they can be searched and selected by typing in the input field. To select, click on the respective entry in the drop-down list that appears as you type.",
"upcoming_exhibitions": "Upcoming exhibitions",
"ongoing_exhibitions": "Ongoing exhibitions"
"ongoing_exhibitions": "Ongoing exhibitions",
"link_a_place": "Link a place",
"link_a_time": "Link a time"
}
}

View File

@ -46,6 +46,16 @@
"base_data": "Basic information about the literature entry",
"linked_objects": "Linked objects",
"no_literature": "No literature entries yet",
"no_literature_text": "No literature entry has been added for your museum yet (hence, we cannot list any). You may:"
"no_literature_text": "No literature entry has been added for your museum yet (hence, we cannot list any). You may:",
"series": "Series",
"series_explica": "Name of the series of books a book has been published in.",
"editor": "Editor",
"editor_explica": "Name of the editor or editors, e.g. for editors of a collected volume.",
"volume": "Volume",
"volume_explica": "Volume number e.g. in a series or of a journal.",
"issue": "Issue",
"issue_explica": "Number of the issue (e.g. for journal articles).",
"issn": "ISSN",
"issn_explica": "International Standard Serial Number (ISSN)"
}
}

View File

@ -159,6 +159,13 @@
"faq_entry_has_been_added": "A new FAQ entry has been added",
"faq_entry_has_been_deleted": "The FAQ entry has been deleted",
"faq_information_updated": "The FAQ entry has been updated",
"institution_external_id": "ID with external institutions"
"institution_external_id": "ID with external institutions",
"survey_basic_institution_type": "Please select the type of your institution",
"survey_estimated_of_objects": "How many objects comprise the museum's collections (estimation)",
"survey_collection_focus_areas": "Please select the main topical foci of your collection",
"survey_exhibition_space": "How large is your exhibition space (sqm)?",
"survey_md_use_case": "What does your institution use museum-digital for?",
"survey_intro": "Every now and than questions about who is actually using museum-digital arise. Thus far we ourselves can only guess or provide case studies but there is no quantifiable data available. To remidy this situation please help us by giving some basic information about your institution.",
"survey_public_private_type": "Is your institution a privately-run or a public institution?"
}
}

View File

@ -104,7 +104,8 @@
"click_to_jump_by_number": "Click to enter and navigate to a position in the pagination by a number.",
"prev_next_disabled_for_this_type": "Navigating to the previous or next object is disabled for string-based sort options",
"this_is_final_object": "This is the final object",
"updated_by": "Object updated by"
"updated_by": "Object updated by",
"prepend_text": "Prepend text"
},
"objekt": {
"assign_results": "Assign results",

View File

@ -364,7 +364,8 @@
"emergency_priority_determined_at": "Emergency priority determined at",
"emergency_priority_determined_at_explica": "Date the emergency priority was determined at.",
"generate_inventory_number": "Generate inventory number",
"transfer_invno_suggestion": "Transfer inventory number suggestion"
"transfer_invno_suggestion": "Transfer inventory number suggestion",
"scan_inventory_number": "Scan inventory number"
},
"ortart": [
"",

View File

@ -5,18 +5,18 @@
"type_institution_first": "de exemplu, \"Calea ferat\u0103 german\u0103\", \"Prim\u0103ria din Osnabr\u00fcck\", \"Armata turc\u0103\", dar nu \"Gara din Ebisfeld\" - dac\u0103 este vorba despre o cl\u0103dire sau o \u021bar\u0103, v\u0103 rug\u0103m s\u0103 le ad\u0103uga\u021bi ca obiecte geografice.",
"type_institution_explica": "Atunci c\u00e2nd ad\u0103uga\u021bi institu\u021bii, v\u0103 rug\u0103m s\u0103 \u021bine\u021bi cont de faptul c\u0103 institu\u021biile ar putea purta numele unei persoane: de exemplu, \"J. Friedl\u00e4nder\" este folosit ca nume al unei tipografii \u0219i al unei edituri. \u00cen acest caz, ad\u0103uga\u021bi tipul de societate \u00eentre paranteze dup\u0103 nume: \"J. Friedl\u00e4nder (tipografie \/ editur\u0103)\". Studiourile fotografice istorice purtau adesea numele proprietarului lor. \u00cen aceste cazuri, v\u0103 rug\u0103m de asemenea s\u0103 ad\u0103uga\u021bi dup\u0103 \u0219i domeniul de activitate al companiei: \"J. C. Schaarw\u00e4chter (studio foto)\". \u00cen cazul \u00een care linia de lucru este necunoscut\u0103, ad\u0103uga\u021bi (companie) dup\u0103 denumire.",
"type_person_typename": "o persoan\u0103",
"type_person_first": "e.g. \"Friedrich Schiller\", not \"Red Riding Hood\" - if the fairytale is meant. \"Red Riding Hood\", if it is the fictional character that is meant to be added, they are to be added as a \"... god, ghost, hero\"",
"type_person_explica": "When adding persons, please only add concrete persons. Names like \"unknown painter\" or \"unknown artist\" are not people - they should not be used. In such cases, it is better to refrain from entering anything.",
"type_hero_typename": "a god, ghost, hero",
"type_hero_first": "e.g. \"Odysseus\", \"Zeus\", or fictional characters like \"Red Riding Hood\" - if the character is meant.",
"type_hero_explica": "When adding a \"god, ghost, hero\", please mind: In theory, you could add any person that has no given name here. You should however take care to keep the added person distinguishable. For example, it is impossible to identify a \"Smith\" (as a surname). In such cases, just do not enter anything.",
"institution_name": "Name of institution",
"nameinst_explica": "Concrete name of an institution Example: Heavy machinery combine \"Ernst Th\u00e4lmann\"",
"institution_short": "Abbreviation for institution",
"kurznameinst_explica": "Some institutions have set abbreviations<br\/><br\/>Example:<br\/>Allgemeine Elektricit\u00e4ts-Gesellschaft -> AEG",
"short_description": "Short desription",
"kurzbeschinst_explica": "Short description <br\/><br\/>Example \"Founded 1897. Renamed... in 1904. Closed shop in 1921.\"",
"hero_name": "Name",
"type_person_first": "de exemplu. \u201eFriedrich Schiller\u201d, nu \u201eScufi\u021ba ro\u0219ie\u201d \u2013 dac\u0103 se are \u00een vedere basmul. \u201eScufi\u021ba Ro\u0219ie\u201d, dac\u0103 este personajul fictiv care trebuie ad\u0103ugat, ele trebuie ad\u0103ugate ca \u201e... zeu, fantom\u0103, erou\u201d",
"type_person_explica": "Atunci c\u00e2nd ad\u0103uga\u021bi persoane, v\u0103 rug\u0103m s\u0103 ad\u0103uga\u021bi numai persoane concrete. Nume precum \u201epictor necunoscut\u201d sau \u201eartist necunoscut\u201d nu sunt persoane - nu trebuie folosite. \u00cen astfel de cazuri, este mai bine s\u0103 v\u0103 ab\u021bine\u021bi de a introduce asemenea informa\u021bii.",
"type_hero_typename": "un zeu, o fantom\u0103, un erou",
"type_hero_first": "De exemplu, \u201eOdiseu\u201d, \u201eZeus\u201d sau personaje de fic\u021biune precum \u201eScufi\u021ba Ro\u0219ie\u201d - \u00een cazul \u00een care este vorba de un personaj.",
"type_hero_explica": "Atunci c\u00e2nd ad\u0103uga\u021bi un \u201ezeu, fantom\u0103, erou\u201d, v\u0103 rug\u0103m s\u0103 ave\u021bi grij\u0103: Teoretic, pute\u021bi ad\u0103uga aici orice persoan\u0103 care nu are un prenume. Cu toate acestea, trebuie s\u0103 ave\u021bi grij\u0103 ca persoana ad\u0103ugat\u0103 s\u0103 poat\u0103 fi distins\u0103. De exemplu, este imposibil de identificat un \u201eSmith\u201d (ca nume de familie). \u00cen astfel de cazuri, nu introduce\u021bi nimic.",
"institution_name": "Numele institu\u021biei",
"nameinst_explica": "Numele concret al unei institu\u021bii Exemplu: Combinatul de ma\u0219ini grele \u201eErnst Th\u00e4lmann\u201d",
"institution_short": "Abreviere pentru institu\u021bie",
"kurznameinst_explica": "Unele institu\u021bii au abrevieri prestabilite Exemplu: Allgemeine Elektricit\u00e4ts-Gesellschaft -> AEG",
"short_description": "Descriere scurt\u0103",
"kurzbeschinst_explica": "Scurt\u0103 descriere <br\/><br\/>Exemplu \u201e\u00cenfiin\u021bat\u0103 \u00een 1897. Redenumit\u0103... \u00een 1904. Magazin \u00eenchis \u00een 1921.\u201d",
"hero_name": "Nume",
"geistname_explica": "Example:<br\/>Zeus, Peleus, Red Riding Hood (fictional character)<br\/><br\/>Basically, you can add any person, that has no given name here! But, it must be possible to identify the person. If you just add \"Smith\" because you do not know the given name here you will cause incorrect links between the object to <b>anybody<\/b> named \"Smith\". In such cases, it is better, to not enter a name at all.",
"kurzbeschpers_explica": "Short description<br\/><br\/>Example: \"Painter, Author, Actor, born 1817 in Hamburg\"",
"name_first": "First name(s)",

View File

@ -296,6 +296,8 @@
"from": "From",
"to": "To",
"generator": "Generator",
"generate": "Generate"
"generate": "Generate",
"classification": "Classification",
"skip": "Skip"
}
}

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