Compare commits
47
Commits
b26ffedbe4
..
master
+11
-1
@@ -105,6 +105,16 @@
|
||||
"calendar": "Calendar",
|
||||
"stats_md_contents": "Published database contents on museum-digital",
|
||||
"your_usage_of_musdb": "Your usage of musdb",
|
||||
"event_type": "Event type"
|
||||
"event_type": "Event type",
|
||||
"space_input": "Add a new space",
|
||||
"acquisition_input": "Add a new acquisition",
|
||||
"linked_to_objects": "Linked to objects",
|
||||
"linked_to_loans": "Linked to loans",
|
||||
"linked_to_literature": "Linked to literature",
|
||||
"contact_input": "Add a new contact",
|
||||
"loan_input": "Add a new loan",
|
||||
"exhibition_input": "Add a new exhibition",
|
||||
"series_input": "Add a new series",
|
||||
"source_input": "Add a new source"
|
||||
}
|
||||
}
|
||||
+19
-1
@@ -391,6 +391,24 @@
|
||||
"toggle_visibility": "Toggle publication status",
|
||||
"click_to_toggle_publication_status": "Click here to toggle publication status.",
|
||||
"entries_will_be_updated_inline": "entries will be updated",
|
||||
"entries_will_remain_unchanged": "entries will remain unchanged"
|
||||
"entries_will_remain_unchanged": "entries will remain unchanged",
|
||||
"what_do_you_want_to_do": "What do you want to do?",
|
||||
"display_noun": "Display",
|
||||
"value": "Value",
|
||||
"links": "Links",
|
||||
"relations": "Relations",
|
||||
"has_image": "Has image",
|
||||
"filter": "Filter",
|
||||
"tags": "Tags",
|
||||
"tags_and_references": "Tags and references",
|
||||
"web_links": "Web links",
|
||||
"urls": "URLs",
|
||||
"grid_mode_explica": "Display entries in a grid.",
|
||||
"table_mode_explica": "Display entries in a table.",
|
||||
"list_mode_explica": "Display entries in a list.",
|
||||
"check": "Check",
|
||||
"checks": "Checks",
|
||||
"good": "Good",
|
||||
"great": "Great"
|
||||
}
|
||||
}
|
||||
@@ -50,7 +50,13 @@
|
||||
"phone_type_fax": "Fax",
|
||||
"phone_type_fax_work": "Fax work",
|
||||
"phone_number_deleted": "Phone number deleted",
|
||||
"phone_number_updated": "Phone number updated"
|
||||
"phone_number_updated": "Phone number updated",
|
||||
"confirm_deletion": "Do you really want to delete this contact?",
|
||||
"add_phone_number": "Add a new phone number",
|
||||
"phone_number": "Phone number",
|
||||
"phone_number_explica": "The phone number of the contact.",
|
||||
"phone_number_type": "Type of phone number",
|
||||
"phone_number_type_explica": "What does the contact use the phone number for?"
|
||||
},
|
||||
"gender": [
|
||||
"",
|
||||
|
||||
@@ -96,6 +96,9 @@
|
||||
"measurement": "Measurement",
|
||||
"open_versioning": "Open versioning",
|
||||
"number": "Number",
|
||||
"querying_data_history": "Querying data history"
|
||||
"querying_data_history": "Querying data history",
|
||||
"phone_number": "Phone number",
|
||||
"regular_space": "Regular location",
|
||||
"acquisition": "Acquisition"
|
||||
}
|
||||
}
|
||||
@@ -93,6 +93,9 @@
|
||||
"edit_event": "Edit the event",
|
||||
"clone_event": "Clone the event",
|
||||
"gnd": "Gemeinsame Normdatei",
|
||||
"recognized_uncertainty": "Recognized uncertainty"
|
||||
"recognized_uncertainty": "Recognized uncertainty",
|
||||
"clone_without_actor": "Clone without actor",
|
||||
"clone_without_place": "Clone without place",
|
||||
"clone_without_time": "Clone without time"
|
||||
}
|
||||
}
|
||||
@@ -60,6 +60,8 @@
|
||||
"venue": "Venue",
|
||||
"venue_explica": "Venue the exhibition is or was held in.",
|
||||
"organizer": "External organizer",
|
||||
"organizer_explica": "Name of the external institution organizing the exhibition."
|
||||
"organizer_explica": "Name of the external institution organizing the exhibition.",
|
||||
"image_of_exhibition": "Image of exhibition",
|
||||
"set_object_exhibition_space": "Select the space the object was located in during the exhibition."
|
||||
}
|
||||
}
|
||||
@@ -118,7 +118,11 @@
|
||||
"only_available_for_single_institution": "This is only available for search results that cover objects from only a single institution.",
|
||||
"select_entry_to_link_unlink_with": "Select the entry to link with \/ unlink from",
|
||||
"x_objects_updated": "objects updated",
|
||||
"batch_edit_visibility_specific": "Batch edit visibility of specific fields"
|
||||
"batch_edit_visibility_specific": "Batch edit visibility of specific fields",
|
||||
"specific_visibility_explica": "The publication status of some data fields can be set specifically. If both the field and the object it belongs to are set to \"public\", the data will be published. If the object is published but a given field is not, it's data will not be published.",
|
||||
"social_media_share_buttons": "Social media share buttons",
|
||||
"mdxml_explica": "md:xml is a proprietary XML format that can export all object-related fields from musdb.",
|
||||
"lido_explica": "LIDO stands for Lightweight Information Describing Objects. Published as an open standard, it is one of the main exchange formats for publishable object information."
|
||||
},
|
||||
"objekt": {
|
||||
"assign_results": "Assign results",
|
||||
|
||||
@@ -384,7 +384,13 @@
|
||||
"additional_numbers": "Additional numbers",
|
||||
"revision_status": "Revision status",
|
||||
"in_iconography_collection": "In iconography collection",
|
||||
"has_iconography_tag_suggestions": "Has iconography tag suggestions"
|
||||
"has_iconography_tag_suggestions": "Has iconography tag suggestions",
|
||||
"specify_tag": "Specify tag",
|
||||
"specify_tag_explica": "Specify the linked tag using the hierarchies stored in museum-digital's controlled vocabularies.",
|
||||
"set_home_location": "Set regular location",
|
||||
"no_position_selected": "No position selected",
|
||||
"link_external_resource": "Link external resource",
|
||||
"resource_link_explica": "Here you can link external representations of the object. There may be image, audio or video files or PDFs."
|
||||
},
|
||||
"ortart": [
|
||||
"",
|
||||
|
||||
@@ -40,6 +40,10 @@
|
||||
"toggle_query_language": "Toggle display in query language",
|
||||
"right_click_list_favs": "Right click to list favorited and recent search queries.",
|
||||
"toggles_search_display_mode": "Changes search display mode",
|
||||
"metadata_quality_score": "Metadata quality score"
|
||||
"metadata_quality_score": "Metadata quality score",
|
||||
"series_is_public": "Published series",
|
||||
"series_is_not_public": "Unpublished series",
|
||||
"series_is_public_explica": "If both the series and the object have been toggled public, the object will be publicly listed as part of the series.",
|
||||
"puqi_explica": "The publication quality index evaluates the existence and completeness of an object record's publishable data. Based on this evaluation, hints are provided and a numeric score is computed to quickly summarize the quality of a record."
|
||||
}
|
||||
}
|
||||
@@ -32,6 +32,8 @@
|
||||
"switch_museum": "Switch museum",
|
||||
"select_a_museum": "Select a museum",
|
||||
"links_object_with": "Links the object with",
|
||||
"tag_or_relation": "Keyword or relation"
|
||||
"tag_or_relation": "Keyword or relation",
|
||||
"add_exhibition": "Connect to a exhibition",
|
||||
"add_series": "Connect to a series"
|
||||
}
|
||||
}
|
||||
@@ -35,7 +35,8 @@
|
||||
"elsewhere": "Elsewhere",
|
||||
"wikipedia_url": "Wikipedia (URL)",
|
||||
"wikipedia_url_explica": "A URL to a Wikipedia page of this entity (if there is a dedicated page). This link can in most cases be automatically parsed to suplement the description, link norm data catalogues and add translations.",
|
||||
"wikipedia_page_of_entry": "Wikipedia page of the place"
|
||||
"wikipedia_page_of_entry": "Wikipedia page of the place",
|
||||
"no_no_wiki_link_available": "No, I have no Wikipedia link for this entity"
|
||||
},
|
||||
"geo": {
|
||||
"name": "Name",
|
||||
|
||||
@@ -57,6 +57,10 @@
|
||||
"upload_3d_object": "Upload 3D object",
|
||||
"image_annotations": "Image annotations",
|
||||
"attempt_automatic_image_tagging": "Attempt to use automatic image categorization for tagging the object",
|
||||
"3d": "3D object"
|
||||
"3d": "3D object",
|
||||
"main_resource_explica": "Each object can have one main resource \/ image. This is used to determine which of the image's representations should be used as a thumbnail for the object in overview pages. As such, main images or resources cannot be unpublished independently (they are always public, if the associated object is).",
|
||||
"is_main": "This is the main image \/ resource",
|
||||
"set_position": "Set position",
|
||||
"set_position_explica": "Set the position of the resource by typing its expected number in the order of object images \/ resources."
|
||||
}
|
||||
}
|
||||
@@ -138,6 +138,8 @@
|
||||
"alt_invno_validation_pattern_explica": "Leave empty if not applicable. Will be used as an HTML5 input validation pattern.",
|
||||
"alt_no_explanation_explica": "Publishable explanation or note about the schema.",
|
||||
"alt_no_schemas": "Schemas for additional numbers",
|
||||
"timed_sending_reports": "Regular sending of reports"
|
||||
"timed_sending_reports": "Regular sending of reports",
|
||||
"edit_custom_reports": "Edit custom reports",
|
||||
"custom_reports_intro": "Using \"Custom report\" templates institutions can define their own exports in the form of CSV tables or HTML text documents."
|
||||
}
|
||||
}
|
||||
@@ -13,6 +13,8 @@
|
||||
"is_tranlation_explica": "Using this switch you can determine if this transcription is featured immediately on the document or if the entry represents a translation of the actual transcription.",
|
||||
"transcript_language_explica": "You need to determine the language of the text you are transcribing. Please select it from the list.",
|
||||
"transcript_content_explica": "The content of the transcription. The content of this field can either be plain text or encoded following the TEI (Text-Encoding Initiative) standard.",
|
||||
"transcription_name": "(Optional) Transcript name "
|
||||
"transcription_name": "(Optional) Transcript name ",
|
||||
"transcription_of_original": "Transcription of original",
|
||||
"translated_transcription": "Translation of the transcript"
|
||||
}
|
||||
}
|
||||
+11
-1
@@ -105,6 +105,16 @@
|
||||
"calendar": "Kalend\u00e1\u0159",
|
||||
"stats_md_contents": "Published database contents on museum-digital",
|
||||
"your_usage_of_musdb": "Your usage of musdb",
|
||||
"event_type": "Event type"
|
||||
"event_type": "Event type",
|
||||
"space_input": "Add a new space",
|
||||
"acquisition_input": "Add a new acquisition",
|
||||
"linked_to_objects": "Linked to objects",
|
||||
"linked_to_loans": "Linked to loans",
|
||||
"linked_to_literature": "Linked to literature",
|
||||
"contact_input": "Add a new contact",
|
||||
"loan_input": "Add a new loan",
|
||||
"exhibition_input": "Add a new exhibition",
|
||||
"series_input": "Add a new series",
|
||||
"source_input": "Add a new source"
|
||||
}
|
||||
}
|
||||
+19
-1
@@ -391,6 +391,24 @@
|
||||
"toggle_visibility": "Toggle publication status",
|
||||
"click_to_toggle_publication_status": "Click here to toggle publication status.",
|
||||
"entries_will_be_updated_inline": "entries will be updated",
|
||||
"entries_will_remain_unchanged": "entries will remain unchanged"
|
||||
"entries_will_remain_unchanged": "entries will remain unchanged",
|
||||
"what_do_you_want_to_do": "What do you want to do?",
|
||||
"display_noun": "Display",
|
||||
"value": "Value",
|
||||
"links": "Links",
|
||||
"relations": "Relations",
|
||||
"has_image": "Has image",
|
||||
"filter": "Filter",
|
||||
"tags": "Tags",
|
||||
"tags_and_references": "Tags and references",
|
||||
"web_links": "Web links",
|
||||
"urls": "URLs",
|
||||
"grid_mode_explica": "Display entries in a grid.",
|
||||
"table_mode_explica": "Display entries in a table.",
|
||||
"list_mode_explica": "Display entries in a list.",
|
||||
"check": "Check",
|
||||
"checks": "Checks",
|
||||
"good": "Good",
|
||||
"great": "Great"
|
||||
}
|
||||
}
|
||||
@@ -50,7 +50,13 @@
|
||||
"phone_type_fax": "fax",
|
||||
"phone_type_fax_work": "Faxov\u00e1 pr\u00e1ce",
|
||||
"phone_number_deleted": "Telefonn\u00ed \u010d\u00edslo smaz\u00e1no",
|
||||
"phone_number_updated": "Telefonn\u00ed \u010d\u00edslo aktualizov\u00e1no"
|
||||
"phone_number_updated": "Telefonn\u00ed \u010d\u00edslo aktualizov\u00e1no",
|
||||
"confirm_deletion": "Do you really want to delete this contact?",
|
||||
"add_phone_number": "Add a new phone number",
|
||||
"phone_number": "Phone number",
|
||||
"phone_number_explica": "The phone number of the contact.",
|
||||
"phone_number_type": "Type of phone number",
|
||||
"phone_number_type_explica": "What does the contact use the phone number for?"
|
||||
},
|
||||
"gender": [
|
||||
"",
|
||||
|
||||
@@ -96,6 +96,9 @@
|
||||
"measurement": "M\u011b\u0159en\u00ed",
|
||||
"open_versioning": "Otev\u0159en\u00e9 verzov\u00e1n\u00ed",
|
||||
"number": "Number",
|
||||
"querying_data_history": "Querying data history"
|
||||
"querying_data_history": "Querying data history",
|
||||
"phone_number": "Phone number",
|
||||
"regular_space": "Regular location",
|
||||
"acquisition": "Acquisition"
|
||||
}
|
||||
}
|
||||
@@ -93,6 +93,9 @@
|
||||
"edit_event": "Upravit ud\u00e1lost",
|
||||
"clone_event": "Klonovat ud\u00e1lost",
|
||||
"gnd": "Soubor spole\u010dn\u00fdch autorizac\u00ed",
|
||||
"recognized_uncertainty": "Uzn\u00e1van\u00e1 nejistota"
|
||||
"recognized_uncertainty": "Uzn\u00e1van\u00e1 nejistota",
|
||||
"clone_without_actor": "Clone without actor",
|
||||
"clone_without_place": "Clone without place",
|
||||
"clone_without_time": "Clone without time"
|
||||
}
|
||||
}
|
||||
@@ -60,6 +60,8 @@
|
||||
"venue": "Venue",
|
||||
"venue_explica": "Venue the exhibition is or was held in.",
|
||||
"organizer": "External organizer",
|
||||
"organizer_explica": "Name of the external institution organizing the exhibition."
|
||||
"organizer_explica": "Name of the external institution organizing the exhibition.",
|
||||
"image_of_exhibition": "Image of exhibition",
|
||||
"set_object_exhibition_space": "Select the space the object was located in during the exhibition."
|
||||
}
|
||||
}
|
||||
@@ -118,7 +118,11 @@
|
||||
"only_available_for_single_institution": "This is only available for search results that cover objects from only a single institution.",
|
||||
"select_entry_to_link_unlink_with": "Select the entry to link with \/ unlink from",
|
||||
"x_objects_updated": "objects updated",
|
||||
"batch_edit_visibility_specific": "Batch edit visibility of specific fields"
|
||||
"batch_edit_visibility_specific": "Batch edit visibility of specific fields",
|
||||
"specific_visibility_explica": "The publication status of some data fields can be set specifically. If both the field and the object it belongs to are set to \"public\", the data will be published. If the object is published but a given field is not, it's data will not be published.",
|
||||
"social_media_share_buttons": "Social media share buttons",
|
||||
"mdxml_explica": "md:xml is a proprietary XML format that can export all object-related fields from musdb.",
|
||||
"lido_explica": "LIDO stands for Lightweight Information Describing Objects. Published as an open standard, it is one of the main exchange formats for publishable object information."
|
||||
},
|
||||
"objekt": {
|
||||
"assign_results": "P\u0159i\u0159adit v\u00fdsledky",
|
||||
|
||||
@@ -384,7 +384,13 @@
|
||||
"additional_numbers": "Additional numbers",
|
||||
"revision_status": "Revision status",
|
||||
"in_iconography_collection": "In iconography collection",
|
||||
"has_iconography_tag_suggestions": "Has iconography tag suggestions"
|
||||
"has_iconography_tag_suggestions": "Has iconography tag suggestions",
|
||||
"specify_tag": "Specify tag",
|
||||
"specify_tag_explica": "Specify the linked tag using the hierarchies stored in museum-digital's controlled vocabularies.",
|
||||
"set_home_location": "Set regular location",
|
||||
"no_position_selected": "No position selected",
|
||||
"link_external_resource": "Link external resource",
|
||||
"resource_link_explica": "Here you can link external representations of the object. There may be image, audio or video files or PDFs."
|
||||
},
|
||||
"ortart": [
|
||||
"",
|
||||
|
||||
@@ -40,6 +40,10 @@
|
||||
"toggle_query_language": "P\u0159epnout zobrazen\u00ed v dotazovac\u00edm jazyce",
|
||||
"right_click_list_favs": "Kliknut\u00edm prav\u00fdm tla\u010d\u00edtkem my\u0161i zobraz\u00edte seznam obl\u00edben\u00fdch a ned\u00e1vno vyhled\u00e1van\u00fdch dotaz\u016f.",
|
||||
"toggles_search_display_mode": "Zm\u011bn\u00ed re\u017eim zobrazen\u00ed vyhled\u00e1v\u00e1n\u00ed",
|
||||
"metadata_quality_score": "Metadata quality score"
|
||||
"metadata_quality_score": "Metadata quality score",
|
||||
"series_is_public": "Published series",
|
||||
"series_is_not_public": "Unpublished series",
|
||||
"series_is_public_explica": "If both the series and the object have been toggled public, the object will be publicly listed as part of the series.",
|
||||
"puqi_explica": "The publication quality index evaluates the existence and completeness of an object record's publishable data. Based on this evaluation, hints are provided and a numeric score is computed to quickly summarize the quality of a record."
|
||||
}
|
||||
}
|
||||
@@ -32,6 +32,8 @@
|
||||
"switch_museum": "P\u0159epnout muzea",
|
||||
"select_a_museum": "Vyberte muzeum",
|
||||
"links_object_with": "Propoj\u00ed objekt s",
|
||||
"tag_or_relation": "Kl\u00ed\u010dov\u00e9 slovo nebo vztah"
|
||||
"tag_or_relation": "Kl\u00ed\u010dov\u00e9 slovo nebo vztah",
|
||||
"add_exhibition": "Connect to a exhibition",
|
||||
"add_series": "Connect to a series"
|
||||
}
|
||||
}
|
||||
@@ -35,7 +35,8 @@
|
||||
"elsewhere": "Jinde",
|
||||
"wikipedia_url": "Wikipedie (URL)",
|
||||
"wikipedia_url_explica": "URL adresa str\u00e1nky dan\u00e9 entity na Wikipedii (pokud existuje vyhrazen\u00e1 str\u00e1nka). Tento odkaz lze ve v\u011bt\u0161in\u011b p\u0159\u00edpad\u016f automaticky analyzovat pro dopln\u011bn\u00ed popisu, propojen\u00ed katalog\u016f normativn\u00edch dat a p\u0159id\u00e1n\u00ed p\u0159eklad\u016f.",
|
||||
"wikipedia_page_of_entry": "Str\u00e1nka m\u00edsta na Wikipedii"
|
||||
"wikipedia_page_of_entry": "Str\u00e1nka m\u00edsta na Wikipedii",
|
||||
"no_no_wiki_link_available": "No, I have no Wikipedia link for this entity"
|
||||
},
|
||||
"geo": {
|
||||
"name": "jm\u00e9no",
|
||||
|
||||
@@ -57,6 +57,10 @@
|
||||
"upload_3d_object": "Nahr\u00e1t 3D objekt",
|
||||
"image_annotations": "Anotace obr\u00e1zk\u016f",
|
||||
"attempt_automatic_image_tagging": "Pokus o pou\u017eit\u00ed automatick\u00e9 kategorizace obr\u00e1zk\u016f pro ozna\u010den\u00ed objektu",
|
||||
"3d": "3D objekt"
|
||||
"3d": "3D objekt",
|
||||
"main_resource_explica": "Each object can have one main resource \/ image. This is used to determine which of the image's representations should be used as a thumbnail for the object in overview pages. As such, main images or resources cannot be unpublished independently (they are always public, if the associated object is).",
|
||||
"is_main": "This is the main image \/ resource",
|
||||
"set_position": "Set position",
|
||||
"set_position_explica": "Set the position of the resource by typing its expected number in the order of object images \/ resources."
|
||||
}
|
||||
}
|
||||
@@ -138,6 +138,8 @@
|
||||
"alt_invno_validation_pattern_explica": "Leave empty if not applicable. Will be used as an HTML5 input validation pattern.",
|
||||
"alt_no_explanation_explica": "Publishable explanation or note about the schema.",
|
||||
"alt_no_schemas": "Schemas for additional numbers",
|
||||
"timed_sending_reports": "Regular sending of reports"
|
||||
"timed_sending_reports": "Regular sending of reports",
|
||||
"edit_custom_reports": "Edit custom reports",
|
||||
"custom_reports_intro": "Using \"Custom report\" templates institutions can define their own exports in the form of CSV tables or HTML text documents."
|
||||
}
|
||||
}
|
||||
@@ -13,6 +13,8 @@
|
||||
"is_tranlation_explica": "Pomoc\u00ed tohoto p\u0159ep\u00edna\u010de m\u016f\u017eete ur\u010dit, zda se tento p\u0159epis zobraz\u00ed p\u0159\u00edmo v dokumentu, nebo zda polo\u017eka p\u0159edstavuje p\u0159eklad skute\u010dn\u00e9ho p\u0159episu.",
|
||||
"transcript_language_explica": "Mus\u00edte ur\u010dit jazyk textu, kter\u00fd p\u0159episujete. Vyberte jej pros\u00edm ze seznamu.",
|
||||
"transcript_content_explica": "Obsah transkripce. Obsah tohoto pole m\u016f\u017ee b\u00fdt bu\u010f prost\u00fd text, nebo k\u00f3dovan\u00fd podle standardu TEI (Text-Encoding Initiative). Pozor na pou\u017eit\u00ed znaku \u201emen\u0161\u00ed ne\u017e\u201c. Jedn\u00e1 se o znak se syntaktick\u00fdm v\u00fdznamem v XML i HTML. Pokud je um\u00edst\u011bn na sam\u00e9m za\u010d\u00e1tku obsahu pole, p\u0159edpokl\u00e1d\u00e1 se, \u017ee obsah je k\u00f3dov\u00e1n pomoc\u00ed TEI-XML. V opa\u010dn\u00e9m p\u0159\u00edpad\u011b se p\u0159edpokl\u00e1d\u00e1, \u017ee se jedn\u00e1 o transkripci prost\u00e9ho textu. V transkripc\u00edch prost\u00e9ho textu se znak i ve\u0161ker\u00fd n\u00e1sleduj\u00edc\u00ed obsah automaticky odstran\u00ed.",
|
||||
"transcription_name": "(Optional) Transcript name "
|
||||
"transcription_name": "(Optional) Transcript name ",
|
||||
"transcription_of_original": "Transcription of original",
|
||||
"translated_transcription": "Translation of the transcript"
|
||||
}
|
||||
}
|
||||
+11
-1
@@ -105,6 +105,16 @@
|
||||
"calendar": "Kalender",
|
||||
"stats_md_contents": "Ver\u00f6ffentlichte Datenbankinhalte bei museum-digital",
|
||||
"your_usage_of_musdb": "Eigene Nutzung von musdb",
|
||||
"event_type": "Ereignistyp"
|
||||
"event_type": "Ereignistyp",
|
||||
"space_input": "Einen neuen Raum anlegen",
|
||||
"acquisition_input": "Einen neuen Erwerbungsvorgang anlegen",
|
||||
"linked_to_objects": "Verkn\u00fcpft mit Objekt",
|
||||
"linked_to_loans": "Verkn\u00fcpft mit Leihe",
|
||||
"linked_to_literature": "Verkn\u00fcpft mit Literatur",
|
||||
"contact_input": "Neuen Kontakt anlegen",
|
||||
"loan_input": "Einen neuen Leihverkehr anlegen",
|
||||
"exhibition_input": "Eine neue Ausstellung anlegen",
|
||||
"series_input": "Eine neue Objektgruppe hinzuf\u00fcgen",
|
||||
"source_input": "Neue Quelle hinzuf\u00fcgen"
|
||||
}
|
||||
}
|
||||
+19
-1
@@ -391,6 +391,24 @@
|
||||
"toggle_visibility": "Ver\u00f6ffentlichungs-Status umschalten",
|
||||
"click_to_toggle_publication_status": "Klicken Sie hier um den Publikations-Status umzuschalten.",
|
||||
"entries_will_be_updated_inline": "Eintr\u00e4ge werden ge\u00e4ndert",
|
||||
"entries_will_remain_unchanged": "Eintr\u00e4ge bleiben unver\u00e4ndert"
|
||||
"entries_will_remain_unchanged": "Eintr\u00e4ge bleiben unver\u00e4ndert",
|
||||
"what_do_you_want_to_do": "Was m\u00f6chten Sie tun?",
|
||||
"display_noun": "Anzeige",
|
||||
"value": "Wert",
|
||||
"links": "Verkn\u00fcpfungen",
|
||||
"relations": "Beziehungen",
|
||||
"has_image": "Hat Anzeigebild",
|
||||
"filter": "Filter",
|
||||
"tags": "Schlagworte",
|
||||
"tags_and_references": "Schlagworte und Bez\u00fcge",
|
||||
"web_links": "Web-Links",
|
||||
"urls": "URLs",
|
||||
"grid_mode_explica": "Eintr\u00e4ge als Grid darstellen.",
|
||||
"table_mode_explica": "Eintr\u00e4ge in Tabelle darstellen.",
|
||||
"list_mode_explica": "Eintr\u00e4ge in Liste darstellen.",
|
||||
"check": "\u00dcberpr\u00fcfung",
|
||||
"checks": "\u00dcberpr\u00fcfungen",
|
||||
"good": "Gut",
|
||||
"great": "Sehr gut"
|
||||
}
|
||||
}
|
||||
@@ -50,7 +50,13 @@
|
||||
"phone_type_fax": "Fax",
|
||||
"phone_type_fax_work": "Fax: Arbeit",
|
||||
"phone_number_deleted": "Eine Telefonnummer wurde gel\u00f6scht",
|
||||
"phone_number_updated": "Eine Telefonnummer wurde bearbeitet"
|
||||
"phone_number_updated": "Eine Telefonnummer wurde bearbeitet",
|
||||
"confirm_deletion": "M\u00f6chten Sie den Kontakt wirklich l\u00f6schen?",
|
||||
"add_phone_number": "Neue Telefonnummer hinzuf\u00fcgen",
|
||||
"phone_number": "Telefonnummer",
|
||||
"phone_number_explica": "Die Telefonnummer des Kontaktes.",
|
||||
"phone_number_type": "Art der Telefonnummer",
|
||||
"phone_number_type_explica": "Wof\u00fcr benutzt der Kontakt die Telefonnummer?"
|
||||
},
|
||||
"gender": [
|
||||
"",
|
||||
|
||||
@@ -96,6 +96,9 @@
|
||||
"measurement": "Messung",
|
||||
"open_versioning": "Versionierung \u00f6ffnen",
|
||||
"number": "Nummer",
|
||||
"querying_data_history": "Rufe Datensatzgeschichte ab"
|
||||
"querying_data_history": "Rufe Datensatzgeschichte ab",
|
||||
"phone_number": "Telefonnummer",
|
||||
"regular_space": "Regelm\u00e4\u00dfiger Aufenthalt",
|
||||
"acquisition": "Erwerb"
|
||||
}
|
||||
}
|
||||
@@ -97,6 +97,9 @@
|
||||
"clone_event": "Das Ereignis klonen",
|
||||
"92": "",
|
||||
"gnd": "Gemeinsame Normdatei",
|
||||
"recognized_uncertainty": "Erkannte Unsicherheit"
|
||||
"recognized_uncertainty": "Erkannte Unsicherheit",
|
||||
"clone_without_actor": "Ohne Akteur klonen",
|
||||
"clone_without_place": "Ohne Ort klonen",
|
||||
"clone_without_time": "Ohne Zeit klonen"
|
||||
}
|
||||
}
|
||||
@@ -60,6 +60,8 @@
|
||||
"venue": "Ausrichtungsort",
|
||||
"venue_explica": "Ort, an dem die Ausstellung gezeigt wurde.",
|
||||
"organizer": "Ausrichtende Institution",
|
||||
"organizer_explica": "Nur bei museumsexternen Ausstellungen."
|
||||
"organizer_explica": "Nur bei museumsexternen Ausstellungen.",
|
||||
"image_of_exhibition": "Bild zur Ausstellung",
|
||||
"set_object_exhibition_space": "Hier kann der Ort, an dem das Objekt im Rahmen der Ausstellung dargestellt wurde, eingestellt werden."
|
||||
}
|
||||
}
|
||||
@@ -118,7 +118,11 @@
|
||||
"only_available_for_single_institution": "Diese Funktion ist nur verf\u00fcgbar bei Suchabfragen, deren Treffer sich auf Objekte einer einzelnen Institution beschr\u00e4nken.",
|
||||
"select_entry_to_link_unlink_with": "W\u00e4hlen Sie den Eintrag aus, der verkn\u00fcpft oder entfernt werden soll",
|
||||
"x_objects_updated": "Objekte bearbeitet",
|
||||
"batch_edit_visibility_specific": "Sichtbarkeit spezifischer Datenfelder stapelverarbeiten"
|
||||
"batch_edit_visibility_specific": "Sichtbarkeit spezifischer Datenfelder stapelverarbeiten",
|
||||
"specific_visibility_explica": "Der Publikations-Status einiger Datenfelder kann spezifisch eingestellt werden. Nur, wenn das Objekt im allgemeinen und das Datenfeld im spezifischen auf \"ver\u00f6ffentlichen\" gestellt sind, werden die hier gespeicherten Daten \u00f6ffentlich angezeigt. Andernfalls bleibt es intern bzw. nicht \u00f6ffentlich.",
|
||||
"social_media_share_buttons": "Social Media Share-Buttons",
|
||||
"mdxml_explica": "md:xml ist ein propriet\u00e4res XML-Format, das der Datenbankstruktur von musdb folgt und entsprechend alle objektbezogenen Datenfelder abdeckt.",
|
||||
"lido_explica": "LIDO steht f\u00fcr Lightweight Information Describing Objects. Ver\u00f6ffentlicht als offener Standard ist es eines der zentralen Formate f\u00fcr den Austausch von Museums-Objektdaten."
|
||||
},
|
||||
"objekt": {
|
||||
"assign_results": "Treffer zuordnen",
|
||||
|
||||
@@ -384,7 +384,13 @@
|
||||
"additional_numbers": "Weitere Nummern",
|
||||
"revision_status": "Bearbeitungs-Status",
|
||||
"in_iconography_collection": "In Ikonographie-relevanter Sammlung",
|
||||
"has_iconography_tag_suggestions": "Hat Vorschl\u00e4ge f\u00fcr abgebildete Schlagworte"
|
||||
"has_iconography_tag_suggestions": "Hat Vorschl\u00e4ge f\u00fcr abgebildete Schlagworte",
|
||||
"specify_tag": "Schlagwortbezug spezifizieren",
|
||||
"specify_tag_explica": "Mithilfe der in den kontrollierten Vokabularen gespeicherten Schlagworthierarchien k\u00f6nnen verlinkte Schlagworte weiter eingegrenzt werden.",
|
||||
"set_home_location": "Regul\u00e4ren Standort ausw\u00e4hlen",
|
||||
"no_position_selected": "Keine Position festgelegt",
|
||||
"link_external_resource": "Externe Resource verkn\u00fcpfen",
|
||||
"resource_link_explica": "Hier k\u00f6nnen extern gehostete Objektabbildungen verkn\u00fcpft werden. Dies k\u00f6nnen extern gehostete Bilddateien, Audio- oder Videodateien oder PDFs sein."
|
||||
},
|
||||
"ortart": [
|
||||
"",
|
||||
|
||||
@@ -40,6 +40,10 @@
|
||||
"toggle_query_language": "Anzeige in Abfragesprache an-\/abschalten",
|
||||
"right_click_list_favs": "Rechts klicken f\u00fcr Listen der gespeicherten und letzten Suchabfragen",
|
||||
"toggles_search_display_mode": "\u00c4ndert Anzeigemodus der Ergebnis-Seite",
|
||||
"metadata_quality_score": "Metadata quality score"
|
||||
"metadata_quality_score": "Metadata quality score",
|
||||
"series_is_public": "Ver\u00f6ffentlichte Objektgruppe",
|
||||
"series_is_not_public": "Interne Objektgruppe",
|
||||
"series_is_public_explica": "Wenn sowohl das Objekt als auch die Objektgruppe \u00f6ffentlich geschaltet sind, wird das Objekt \u00f6ffentlich als Teil der Gruppe gelistet.",
|
||||
"puqi_explica": "The publication quality index evaluates the existence and completeness of an object record's publishable data. Based on this evaluation, hints are provided and a numeric score is computed to quickly summarize the quality of a record."
|
||||
}
|
||||
}
|
||||
@@ -32,6 +32,8 @@
|
||||
"switch_museum": "Museum auswechseln",
|
||||
"select_a_museum": "Ein Museum ausw\u00e4hlen",
|
||||
"links_object_with": "Verkn\u00fcpft das Objekt mit",
|
||||
"tag_or_relation": "Schlagwort | Bezug"
|
||||
"tag_or_relation": "Schlagwort | Bezug",
|
||||
"add_exhibition": "Verkn\u00fcpfung mit Ausstellung hinzuf\u00fcgen",
|
||||
"add_series": "Verkn\u00fcpfung mit Objektgruppe hinzuf\u00fcgen"
|
||||
}
|
||||
}
|
||||
@@ -35,7 +35,8 @@
|
||||
"elsewhere": "Anderswo",
|
||||
"wikipedia_url": "Wikipedia (URL)",
|
||||
"wikipedia_url_explica": "Eine URL zur Wikipedia-Seite dieses Eintrags. Die Wikipedia-Seite muss spezifisch f\u00fcr die eingegebene Entit\u00e4t geschrieben sein.\r\nWird dieses Feld mitgegeben, kann die Wikipedia-Seite automatisch ausgelesen werden, um die Beschreibung anzureichern, Normdaten zu verkn\u00fcpfen und \u00dcbersetzungen einzutragen.",
|
||||
"wikipedia_page_of_entry": "Wikipedia-Seite des Ortes"
|
||||
"wikipedia_page_of_entry": "Wikipedia-Seite des Ortes",
|
||||
"no_no_wiki_link_available": "Nein, ich finde keinen passenden Wikipedia-Link"
|
||||
},
|
||||
"geo": {
|
||||
"name": "Name",
|
||||
|
||||
@@ -57,6 +57,10 @@
|
||||
"upload_3d_object": "3D-Objekt hochladen",
|
||||
"image_annotations": "Bild-Anmerkungen",
|
||||
"attempt_automatic_image_tagging": "Versuche, das Objekt auf Basis von automatischer Bilderkennung zu verschlagworten",
|
||||
"3d": "3D-Objekt"
|
||||
"3d": "3D-Objekt",
|
||||
"main_resource_explica": "Jedes Objekt hat (so Abbildungen vorhanden sind) eine Haupt-Abbildung. Diese wird f\u00fcr das Thumbnail des Objektes in \u00dcbersichtslisten genutzt. Entsprechend k\u00f6nnen Haupt-Abbildungen nicht unabh\u00e4ngig vom Objekt depubliziert werden - ist das Objekt \u00f6ffentlich, so ist das auch die Haupt-Abbildung.",
|
||||
"is_main": "Dies ist die Haupt-Abbildung",
|
||||
"set_position": "Position bestimmen",
|
||||
"set_position_explica": "Hier kann die Position der Abbildung vis-a-vis der anderen Objektabbildungen durch die Eingabe der angestrebten Position (als Zahl) festgelegt werden."
|
||||
}
|
||||
}
|
||||
@@ -138,6 +138,8 @@
|
||||
"alt_invno_validation_pattern_explica": "Leer lassen f\u00fcr nicht-Verwendung. HTML5-Pattern zur Frontend-seitigen Eingabevalidierung.",
|
||||
"alt_no_explanation_explica": "Ver\u00f6ffentlichbare Erkl\u00e4rung \/ Notiz.",
|
||||
"alt_no_schemas": "Schemata f\u00fcr weitere Nummern",
|
||||
"timed_sending_reports": "Regelm\u00e4\u00dfiges Versenden von Reporten"
|
||||
"timed_sending_reports": "Regelm\u00e4\u00dfiges Versenden von Reporten",
|
||||
"edit_custom_reports": "Report-Vorlagen anpassen",
|
||||
"custom_reports_intro": "Mit den \"eigenen Report-Vorlagen\" k\u00f6nnen Museen Exporte als Tabelle oder Textdokument selbst gestalten."
|
||||
}
|
||||
}
|
||||
@@ -13,6 +13,8 @@
|
||||
"is_tranlation_explica": "Mithilfe dieses Schalters k\u00f6nnen Sie einstellen, ob es sich bei diesem Eintrag um eine direkte Transkription des Textes des Objektes handelt, oder ob es sich um eine \u00dcbersetzung des Textes handelt.",
|
||||
"transcript_language_explica": "Hier k\u00f6nnen Sie die Sprache des transkribierten Textes einstellen.",
|
||||
"transcript_content_explica": "Der transkribierte Text. Beim Inhalt dieses Feldes kann es sich entweder um einfachen Text oder um eine TEI (Text Encoding Initiative)-kodierte Version des Textes handeln. \r\n\r\nVorsicht bei der Verwendung des Zeichens \"Kleiner als\". Dies ist sowohl in HTML als auch in XML ein Steuerzeichen. Steht es am Anfang des Inhalts, wird der gesamte Inhalt als TEI-kodiert verstanden. In diesem Fall muss (!) das \"Kleiner als\"-Symbol im Sinne von XML verwendet werden. Andernfalls - also bei angenommener Plain-Text-Transkription werden das \"Kleiner als\"-Zeichen sowie alle darauffolgenden Inhalte automatisch entfernt.",
|
||||
"transcription_name": "(Optionaler) Name "
|
||||
"transcription_name": "(Optionaler) Name ",
|
||||
"transcription_of_original": "Transkription des Textes",
|
||||
"translated_transcription": "\u00dcbersetzung des Transkripts"
|
||||
}
|
||||
}
|
||||
+11
-1
@@ -105,6 +105,16 @@
|
||||
"calendar": "Calendar",
|
||||
"stats_md_contents": "Published database contents on museum-digital",
|
||||
"your_usage_of_musdb": "Your usage of musdb",
|
||||
"event_type": "Event type"
|
||||
"event_type": "Event type",
|
||||
"space_input": "Add a new space",
|
||||
"acquisition_input": "Add a new acquisition",
|
||||
"linked_to_objects": "Linked to objects",
|
||||
"linked_to_loans": "Linked to loans",
|
||||
"linked_to_literature": "Linked to literature",
|
||||
"contact_input": "Add a new contact",
|
||||
"loan_input": "Add a new loan",
|
||||
"exhibition_input": "Add a new exhibition",
|
||||
"series_input": "Add a new series",
|
||||
"source_input": "Add a new source"
|
||||
}
|
||||
}
|
||||
+19
-1
@@ -391,6 +391,24 @@
|
||||
"toggle_visibility": "Toggle publication status",
|
||||
"click_to_toggle_publication_status": "Click here to toggle publication status.",
|
||||
"entries_will_be_updated_inline": "entries will be updated",
|
||||
"entries_will_remain_unchanged": "entries will remain unchanged"
|
||||
"entries_will_remain_unchanged": "entries will remain unchanged",
|
||||
"what_do_you_want_to_do": "What do you want to do?",
|
||||
"display_noun": "Display",
|
||||
"value": "Value",
|
||||
"links": "Links",
|
||||
"relations": "Relations",
|
||||
"has_image": "Has image",
|
||||
"filter": "Filter",
|
||||
"tags": "Tags",
|
||||
"tags_and_references": "Tags and references",
|
||||
"web_links": "Web links",
|
||||
"urls": "URLs",
|
||||
"grid_mode_explica": "Display entries in a grid.",
|
||||
"table_mode_explica": "Display entries in a table.",
|
||||
"list_mode_explica": "Display entries in a list.",
|
||||
"check": "Check",
|
||||
"checks": "Checks",
|
||||
"good": "Good",
|
||||
"great": "Great"
|
||||
}
|
||||
}
|
||||
@@ -50,7 +50,13 @@
|
||||
"phone_type_fax": "Fax",
|
||||
"phone_type_fax_work": "Fax: Arbeit",
|
||||
"phone_number_deleted": "Eine Telefonnummer wurde gel\u00f6scht",
|
||||
"phone_number_updated": "Eine Telefonnummer wurde bearbeitet"
|
||||
"phone_number_updated": "Eine Telefonnummer wurde bearbeitet",
|
||||
"confirm_deletion": "Do you really want to delete this contact?",
|
||||
"add_phone_number": "Add a new phone number",
|
||||
"phone_number": "Phone number",
|
||||
"phone_number_explica": "The phone number of the contact.",
|
||||
"phone_number_type": "Type of phone number",
|
||||
"phone_number_type_explica": "What does the contact use the phone number for?"
|
||||
},
|
||||
"gender": [
|
||||
"",
|
||||
|
||||
@@ -96,6 +96,9 @@
|
||||
"measurement": "Measurement",
|
||||
"open_versioning": "Open versioning",
|
||||
"number": "Number",
|
||||
"querying_data_history": "Querying data history"
|
||||
"querying_data_history": "Querying data history",
|
||||
"phone_number": "Phone number",
|
||||
"regular_space": "Regular location",
|
||||
"acquisition": "Acquisition"
|
||||
}
|
||||
}
|
||||
@@ -97,6 +97,9 @@
|
||||
"clone_event": "Das Ereignis klonen",
|
||||
"92": "",
|
||||
"gnd": "Gemeinsame Normdatei",
|
||||
"recognized_uncertainty": "Recognized uncertainty"
|
||||
"recognized_uncertainty": "Recognized uncertainty",
|
||||
"clone_without_actor": "Clone without actor",
|
||||
"clone_without_place": "Clone without place",
|
||||
"clone_without_time": "Clone without time"
|
||||
}
|
||||
}
|
||||
@@ -60,6 +60,8 @@
|
||||
"venue": "Venue",
|
||||
"venue_explica": "Venue the exhibition is or was held in.",
|
||||
"organizer": "External organizer",
|
||||
"organizer_explica": "Name of the external institution organizing the exhibition."
|
||||
"organizer_explica": "Name of the external institution organizing the exhibition.",
|
||||
"image_of_exhibition": "Image of exhibition",
|
||||
"set_object_exhibition_space": "Select the space the object was located in during the exhibition."
|
||||
}
|
||||
}
|
||||
@@ -118,7 +118,11 @@
|
||||
"only_available_for_single_institution": "This is only available for search results that cover objects from only a single institution.",
|
||||
"select_entry_to_link_unlink_with": "Select the entry to link with \/ unlink from",
|
||||
"x_objects_updated": "objects updated",
|
||||
"batch_edit_visibility_specific": "Batch edit visibility of specific fields"
|
||||
"batch_edit_visibility_specific": "Batch edit visibility of specific fields",
|
||||
"specific_visibility_explica": "The publication status of some data fields can be set specifically. If both the field and the object it belongs to are set to \"public\", the data will be published. If the object is published but a given field is not, it's data will not be published.",
|
||||
"social_media_share_buttons": "Social media share buttons",
|
||||
"mdxml_explica": "md:xml is a proprietary XML format that can export all object-related fields from musdb.",
|
||||
"lido_explica": "LIDO stands for Lightweight Information Describing Objects. Published as an open standard, it is one of the main exchange formats for publishable object information."
|
||||
},
|
||||
"objekt": {
|
||||
"assign_results": "Treffer zuordnen",
|
||||
|
||||
@@ -384,7 +384,13 @@
|
||||
"additional_numbers": "Additional numbers",
|
||||
"revision_status": "Revision status",
|
||||
"in_iconography_collection": "In iconography collection",
|
||||
"has_iconography_tag_suggestions": "Has iconography tag suggestions"
|
||||
"has_iconography_tag_suggestions": "Has iconography tag suggestions",
|
||||
"specify_tag": "Specify tag",
|
||||
"specify_tag_explica": "Specify the linked tag using the hierarchies stored in museum-digital's controlled vocabularies.",
|
||||
"set_home_location": "Set regular location",
|
||||
"no_position_selected": "No position selected",
|
||||
"link_external_resource": "Link external resource",
|
||||
"resource_link_explica": "Here you can link external representations of the object. There may be image, audio or video files or PDFs."
|
||||
},
|
||||
"ortart": [
|
||||
"",
|
||||
|
||||
@@ -40,6 +40,10 @@
|
||||
"toggle_query_language": "Toggle display in query language",
|
||||
"right_click_list_favs": "Right click to list favorited and recent search queries.",
|
||||
"toggles_search_display_mode": "Changes search display mode",
|
||||
"metadata_quality_score": "Metadata quality score"
|
||||
"metadata_quality_score": "Metadata quality score",
|
||||
"series_is_public": "Published series",
|
||||
"series_is_not_public": "Unpublished series",
|
||||
"series_is_public_explica": "If both the series and the object have been toggled public, the object will be publicly listed as part of the series.",
|
||||
"puqi_explica": "The publication quality index evaluates the existence and completeness of an object record's publishable data. Based on this evaluation, hints are provided and a numeric score is computed to quickly summarize the quality of a record."
|
||||
}
|
||||
}
|
||||
@@ -32,6 +32,8 @@
|
||||
"switch_museum": "Museum auswechseln",
|
||||
"select_a_museum": "Ein Museum ausw\u00e4hlen",
|
||||
"links_object_with": "Verkn\u00fcpft das Objekt mit",
|
||||
"tag_or_relation": "Schlagwort | Bezug"
|
||||
"tag_or_relation": "Schlagwort | Bezug",
|
||||
"add_exhibition": "Connect to a exhibition",
|
||||
"add_series": "Connect to a series"
|
||||
}
|
||||
}
|
||||
@@ -35,7 +35,8 @@
|
||||
"elsewhere": "Anderswo",
|
||||
"wikipedia_url": "Wikipedia (URL)",
|
||||
"wikipedia_url_explica": "A URL to a Wikipedia page of this entity (if there is a dedicated page). This link can in most cases be automatically parsed to suplement the description, link norm data catalogues and add translations.",
|
||||
"wikipedia_page_of_entry": "Wikipedia page of the place"
|
||||
"wikipedia_page_of_entry": "Wikipedia page of the place",
|
||||
"no_no_wiki_link_available": "No, I have no Wikipedia link for this entity"
|
||||
},
|
||||
"geo": {
|
||||
"name": "Name",
|
||||
|
||||
@@ -57,6 +57,10 @@
|
||||
"upload_3d_object": "3D-Objekt hochladen",
|
||||
"image_annotations": "Bild-Anmerkungen",
|
||||
"attempt_automatic_image_tagging": "Attempt to use automatic image categorization for tagging the object",
|
||||
"3d": "3D object"
|
||||
"3d": "3D object",
|
||||
"main_resource_explica": "Each object can have one main resource \/ image. This is used to determine which of the image's representations should be used as a thumbnail for the object in overview pages. As such, main images or resources cannot be unpublished independently (they are always public, if the associated object is).",
|
||||
"is_main": "This is the main image \/ resource",
|
||||
"set_position": "Set position",
|
||||
"set_position_explica": "Set the position of the resource by typing its expected number in the order of object images \/ resources."
|
||||
}
|
||||
}
|
||||
@@ -138,6 +138,8 @@
|
||||
"alt_invno_validation_pattern_explica": "Leave empty if not applicable. Will be used as an HTML5 input validation pattern.",
|
||||
"alt_no_explanation_explica": "Publishable explanation or note about the schema.",
|
||||
"alt_no_schemas": "Schemas for additional numbers",
|
||||
"timed_sending_reports": "Regular sending of reports"
|
||||
"timed_sending_reports": "Regular sending of reports",
|
||||
"edit_custom_reports": "Edit custom reports",
|
||||
"custom_reports_intro": "Using \"Custom report\" templates institutions can define their own exports in the form of CSV tables or HTML text documents."
|
||||
}
|
||||
}
|
||||
@@ -13,6 +13,8 @@
|
||||
"is_tranlation_explica": "Mithilfe dieses Schalters k\u00f6nnen Sie einstellen, ob es sich bei diesem Eintrag um eine direkte Transkription des Textes des Objektes handelt, oder ob es sich um eine \u00dcbersetzung des Textes handelt.",
|
||||
"transcript_language_explica": "Hier k\u00f6nnen Sie die Sprache des transkribierten Textes einstellen.",
|
||||
"transcript_content_explica": "Der transkribierte Text. Beim Inhalt dieses Feldes kann es sich entweder um einfachen Text oder um eine TEI (Text Encoding Initiative)-kodierte Version des Textes handeln. ",
|
||||
"transcription_name": "(Optional) Transcript name "
|
||||
"transcription_name": "(Optional) Transcript name ",
|
||||
"transcription_of_original": "Transcription of original",
|
||||
"translated_transcription": "Translation of the transcript"
|
||||
}
|
||||
}
|
||||
+11
-1
@@ -105,6 +105,16 @@
|
||||
"calendar": "Calendar",
|
||||
"stats_md_contents": "Published database contents on museum-digital",
|
||||
"your_usage_of_musdb": "Your usage of musdb",
|
||||
"event_type": "Event type"
|
||||
"event_type": "Event type",
|
||||
"space_input": "Add a new space",
|
||||
"acquisition_input": "Add a new acquisition",
|
||||
"linked_to_objects": "Linked to objects",
|
||||
"linked_to_loans": "Linked to loans",
|
||||
"linked_to_literature": "Linked to literature",
|
||||
"contact_input": "Add a new contact",
|
||||
"loan_input": "Add a new loan",
|
||||
"exhibition_input": "Add a new exhibition",
|
||||
"series_input": "Add a new series",
|
||||
"source_input": "Add a new source"
|
||||
}
|
||||
}
|
||||
+19
-1
@@ -391,6 +391,24 @@
|
||||
"toggle_visibility": "Toggle publication status",
|
||||
"click_to_toggle_publication_status": "Click here to toggle publication status.",
|
||||
"entries_will_be_updated_inline": "entries will be updated",
|
||||
"entries_will_remain_unchanged": "entries will remain unchanged"
|
||||
"entries_will_remain_unchanged": "entries will remain unchanged",
|
||||
"what_do_you_want_to_do": "What do you want to do?",
|
||||
"display_noun": "Display",
|
||||
"value": "Value",
|
||||
"links": "Links",
|
||||
"relations": "Relations",
|
||||
"has_image": "Has image",
|
||||
"filter": "Filter",
|
||||
"tags": "Tags",
|
||||
"tags_and_references": "Tags and references",
|
||||
"web_links": "Web links",
|
||||
"urls": "URLs",
|
||||
"grid_mode_explica": "Display entries in a grid.",
|
||||
"table_mode_explica": "Display entries in a table.",
|
||||
"list_mode_explica": "Display entries in a list.",
|
||||
"check": "Check",
|
||||
"checks": "Checks",
|
||||
"good": "Good",
|
||||
"great": "Great"
|
||||
}
|
||||
}
|
||||
@@ -50,7 +50,13 @@
|
||||
"phone_type_fax": "Fax",
|
||||
"phone_type_fax_work": "Fax work",
|
||||
"phone_number_deleted": "Phone number deleted",
|
||||
"phone_number_updated": "Phone number updated"
|
||||
"phone_number_updated": "Phone number updated",
|
||||
"confirm_deletion": "Do you really want to delete this contact?",
|
||||
"add_phone_number": "Add a new phone number",
|
||||
"phone_number": "Phone number",
|
||||
"phone_number_explica": "The phone number of the contact.",
|
||||
"phone_number_type": "Type of phone number",
|
||||
"phone_number_type_explica": "What does the contact use the phone number for?"
|
||||
},
|
||||
"gender": [
|
||||
"",
|
||||
|
||||
@@ -96,6 +96,9 @@
|
||||
"measurement": "Measurement",
|
||||
"open_versioning": "Open versioning",
|
||||
"number": "Number",
|
||||
"querying_data_history": "Querying data history"
|
||||
"querying_data_history": "Querying data history",
|
||||
"phone_number": "Phone number",
|
||||
"regular_space": "Regular location",
|
||||
"acquisition": "Acquisition"
|
||||
}
|
||||
}
|
||||
@@ -93,6 +93,9 @@
|
||||
"edit_event": "Edit the event",
|
||||
"clone_event": "Clone the event",
|
||||
"gnd": "Gemeinsame Normdatei",
|
||||
"recognized_uncertainty": "Recognized uncertainty"
|
||||
"recognized_uncertainty": "Recognized uncertainty",
|
||||
"clone_without_actor": "Clone without actor",
|
||||
"clone_without_place": "Clone without place",
|
||||
"clone_without_time": "Clone without time"
|
||||
}
|
||||
}
|
||||
@@ -60,6 +60,8 @@
|
||||
"venue": "Venue",
|
||||
"venue_explica": "Venue the exhibition is or was held in.",
|
||||
"organizer": "External organizer",
|
||||
"organizer_explica": "Name of the external institution organizing the exhibition."
|
||||
"organizer_explica": "Name of the external institution organizing the exhibition.",
|
||||
"image_of_exhibition": "Image of exhibition",
|
||||
"set_object_exhibition_space": "Select the space the object was located in during the exhibition."
|
||||
}
|
||||
}
|
||||
@@ -118,7 +118,11 @@
|
||||
"only_available_for_single_institution": "This is only available for search results that cover objects from only a single institution.",
|
||||
"select_entry_to_link_unlink_with": "Select the entry to link with \/ unlink from",
|
||||
"x_objects_updated": "objects updated",
|
||||
"batch_edit_visibility_specific": "Batch edit visibility of specific fields"
|
||||
"batch_edit_visibility_specific": "Batch edit visibility of specific fields",
|
||||
"specific_visibility_explica": "The publication status of some data fields can be set specifically. If both the field and the object it belongs to are set to \"public\", the data will be published. If the object is published but a given field is not, it's data will not be published.",
|
||||
"social_media_share_buttons": "Social media share buttons",
|
||||
"mdxml_explica": "md:xml is a proprietary XML format that can export all object-related fields from musdb.",
|
||||
"lido_explica": "LIDO stands for Lightweight Information Describing Objects. Published as an open standard, it is one of the main exchange formats for publishable object information."
|
||||
},
|
||||
"objekt": {
|
||||
"assign_results": "Assign results",
|
||||
|
||||
@@ -384,7 +384,13 @@
|
||||
"additional_numbers": "Additional numbers",
|
||||
"revision_status": "Revision status",
|
||||
"in_iconography_collection": "In iconography collection",
|
||||
"has_iconography_tag_suggestions": "Has iconography tag suggestions"
|
||||
"has_iconography_tag_suggestions": "Has iconography tag suggestions",
|
||||
"specify_tag": "Specify tag",
|
||||
"specify_tag_explica": "Specify the linked tag using the hierarchies stored in museum-digital's controlled vocabularies.",
|
||||
"set_home_location": "Set regular location",
|
||||
"no_position_selected": "No position selected",
|
||||
"link_external_resource": "Link external resource",
|
||||
"resource_link_explica": "Here you can link external representations of the object. There may be image, audio or video files or PDFs."
|
||||
},
|
||||
"ortart": [
|
||||
"",
|
||||
|
||||
@@ -40,6 +40,10 @@
|
||||
"toggle_query_language": "Toggle display in query language",
|
||||
"right_click_list_favs": "Right click to list favorited and recent search queries.",
|
||||
"toggles_search_display_mode": "Changes search display mode",
|
||||
"metadata_quality_score": "Metadata quality score"
|
||||
"metadata_quality_score": "Metadata quality score",
|
||||
"series_is_public": "Published series",
|
||||
"series_is_not_public": "Unpublished series",
|
||||
"series_is_public_explica": "If both the series and the object have been toggled public, the object will be publicly listed as part of the series.",
|
||||
"puqi_explica": "The publication quality index evaluates the existence and completeness of an object record's publishable data. Based on this evaluation, hints are provided and a numeric score is computed to quickly summarize the quality of a record."
|
||||
}
|
||||
}
|
||||
@@ -32,6 +32,8 @@
|
||||
"switch_museum": "Switch museums",
|
||||
"select_a_museum": "Select a museum",
|
||||
"links_object_with": "Links the object with",
|
||||
"tag_or_relation": "Keyword or relation"
|
||||
"tag_or_relation": "Keyword or relation",
|
||||
"add_exhibition": "Connect to a exhibition",
|
||||
"add_series": "Connect to a series"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -35,7 +35,8 @@
|
||||
"elsewhere": "Elsewhere",
|
||||
"wikipedia_url": "Wikipedia (URL)",
|
||||
"wikipedia_url_explica": "A URL to a Wikipedia page of this entity (if there is a dedicated page). This link can in most cases be automatically parsed to suplement the description, link norm data catalogues and add translations.",
|
||||
"wikipedia_page_of_entry": "Wikipedia page of the place"
|
||||
"wikipedia_page_of_entry": "Wikipedia page of the place",
|
||||
"no_no_wiki_link_available": "No, I have no Wikipedia link for this entity"
|
||||
},
|
||||
"geo": {
|
||||
"name": "Name",
|
||||
|
||||
@@ -57,6 +57,10 @@
|
||||
"upload_3d_object": "Upload 3D object",
|
||||
"image_annotations": "Image annotations",
|
||||
"attempt_automatic_image_tagging": "Attempt to use automatic image categorization for tagging the object",
|
||||
"3d": "3D object"
|
||||
"3d": "3D object",
|
||||
"main_resource_explica": "Each object can have one main resource \/ image. This is used to determine which of the image's representations should be used as a thumbnail for the object in overview pages. As such, main images or resources cannot be unpublished independently (they are always public, if the associated object is).",
|
||||
"is_main": "This is the main image \/ resource",
|
||||
"set_position": "Set position",
|
||||
"set_position_explica": "Set the position of the resource by typing its expected number in the order of object images \/ resources."
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -138,6 +138,8 @@
|
||||
"alt_invno_validation_pattern_explica": "Leave empty if not applicable. Will be used as an HTML5 input validation pattern.",
|
||||
"alt_no_explanation_explica": "Publishable explanation or note about the schema.",
|
||||
"alt_no_schemas": "Schemas for additional numbers",
|
||||
"timed_sending_reports": "Regular sending of reports"
|
||||
"timed_sending_reports": "Regular sending of reports",
|
||||
"edit_custom_reports": "Edit custom reports",
|
||||
"custom_reports_intro": "Using \"Custom report\" templates institutions can define their own exports in the form of CSV tables or HTML text documents."
|
||||
}
|
||||
}
|
||||
@@ -13,6 +13,8 @@
|
||||
"is_tranlation_explica": "Using this switch you can determine if this transcription is featured immediately on the document or if the entry represents a translation of the actual transcription.",
|
||||
"transcript_language_explica": "You need to determine the language of the text you are transcribing. Please select it from the list.",
|
||||
"transcript_content_explica": "The content of the transcription. The content of this field can either be plain text or encoded following the TEI (Text-Encoding Initiative) standard.\r\n\r\nBeware of the use of the \"smaller than\" character. This is a character of syntactic meaning in both XML and HTML. If it is positioned at the very start of the field content, the content is assumed to be encoded using TEI-XML. Otherwise, the content is assumed to be a plain-text transcription. In plain text transcriptions, the character as well as all following content are removed automatically.",
|
||||
"transcription_name": "(Optional) Transcript name "
|
||||
"transcription_name": "(Optional) Transcript name ",
|
||||
"transcription_of_original": "Transcription of original",
|
||||
"translated_transcription": "Translation of the transcript"
|
||||
}
|
||||
}
|
||||
+11
-1
@@ -105,6 +105,16 @@
|
||||
"calendar": "Calendar",
|
||||
"stats_md_contents": "Published database contents on museum-digital",
|
||||
"your_usage_of_musdb": "Your usage of musdb",
|
||||
"event_type": "Event type"
|
||||
"event_type": "Event type",
|
||||
"space_input": "Add a new space",
|
||||
"acquisition_input": "Add a new acquisition",
|
||||
"linked_to_objects": "Linked to objects",
|
||||
"linked_to_loans": "Linked to loans",
|
||||
"linked_to_literature": "Linked to literature",
|
||||
"contact_input": "Add a new contact",
|
||||
"loan_input": "Add a new loan",
|
||||
"exhibition_input": "Add a new exhibition",
|
||||
"series_input": "Add a new series",
|
||||
"source_input": "Add a new source"
|
||||
}
|
||||
}
|
||||
+19
-1
@@ -391,6 +391,24 @@
|
||||
"toggle_visibility": "Toggle publication status",
|
||||
"click_to_toggle_publication_status": "Click here to toggle publication status.",
|
||||
"entries_will_be_updated_inline": "entries will be updated",
|
||||
"entries_will_remain_unchanged": "entries will remain unchanged"
|
||||
"entries_will_remain_unchanged": "entries will remain unchanged",
|
||||
"what_do_you_want_to_do": "What do you want to do?",
|
||||
"display_noun": "Display",
|
||||
"value": "Value",
|
||||
"links": "Links",
|
||||
"relations": "Relations",
|
||||
"has_image": "Has image",
|
||||
"filter": "Filter",
|
||||
"tags": "Tags",
|
||||
"tags_and_references": "Tags and references",
|
||||
"web_links": "Web links",
|
||||
"urls": "URLs",
|
||||
"grid_mode_explica": "Display entries in a grid.",
|
||||
"table_mode_explica": "Display entries in a table.",
|
||||
"list_mode_explica": "Display entries in a list.",
|
||||
"check": "Check",
|
||||
"checks": "Checks",
|
||||
"good": "Good",
|
||||
"great": "Great"
|
||||
}
|
||||
}
|
||||
@@ -50,7 +50,13 @@
|
||||
"phone_type_fax": "Fax",
|
||||
"phone_type_fax_work": "Fax work",
|
||||
"phone_number_deleted": "Phone number deleted",
|
||||
"phone_number_updated": "Phone number updated"
|
||||
"phone_number_updated": "Phone number updated",
|
||||
"confirm_deletion": "Do you really want to delete this contact?",
|
||||
"add_phone_number": "Add a new phone number",
|
||||
"phone_number": "Phone number",
|
||||
"phone_number_explica": "The phone number of the contact.",
|
||||
"phone_number_type": "Type of phone number",
|
||||
"phone_number_type_explica": "What does the contact use the phone number for?"
|
||||
},
|
||||
"gender": [
|
||||
"",
|
||||
|
||||
@@ -96,6 +96,9 @@
|
||||
"measurement": "Measurement",
|
||||
"open_versioning": "Open versioning",
|
||||
"number": "Number",
|
||||
"querying_data_history": "Querying data history"
|
||||
"querying_data_history": "Querying data history",
|
||||
"phone_number": "Phone number",
|
||||
"regular_space": "Regular location",
|
||||
"acquisition": "Acquisition"
|
||||
}
|
||||
}
|
||||
@@ -92,6 +92,9 @@
|
||||
"edit_event": "Edit the event",
|
||||
"clone_event": "Clone the event",
|
||||
"gnd": "Gemeinsame Normdatei",
|
||||
"recognized_uncertainty": "Recognized uncertainty"
|
||||
"recognized_uncertainty": "Recognized uncertainty",
|
||||
"clone_without_actor": "Clone without actor",
|
||||
"clone_without_place": "Clone without place",
|
||||
"clone_without_time": "Clone without time"
|
||||
}
|
||||
}
|
||||
@@ -60,6 +60,8 @@
|
||||
"venue": "Venue",
|
||||
"venue_explica": "Venue the exhibition is or was held in.",
|
||||
"organizer": "External organizer",
|
||||
"organizer_explica": "Name of the external institution organizing the exhibition."
|
||||
"organizer_explica": "Name of the external institution organizing the exhibition.",
|
||||
"image_of_exhibition": "Image of exhibition",
|
||||
"set_object_exhibition_space": "Select the space the object was located in during the exhibition."
|
||||
}
|
||||
}
|
||||
@@ -118,7 +118,11 @@
|
||||
"only_available_for_single_institution": "This is only available for search results that cover objects from only a single institution.",
|
||||
"select_entry_to_link_unlink_with": "Select the entry to link with \/ unlink from",
|
||||
"x_objects_updated": "objects updated",
|
||||
"batch_edit_visibility_specific": "Batch edit visibility of specific fields"
|
||||
"batch_edit_visibility_specific": "Batch edit visibility of specific fields",
|
||||
"specific_visibility_explica": "The publication status of some data fields can be set specifically. If both the field and the object it belongs to are set to \"public\", the data will be published. If the object is published but a given field is not, it's data will not be published.",
|
||||
"social_media_share_buttons": "Social media share buttons",
|
||||
"mdxml_explica": "md:xml is a proprietary XML format that can export all object-related fields from musdb.",
|
||||
"lido_explica": "LIDO stands for Lightweight Information Describing Objects. Published as an open standard, it is one of the main exchange formats for publishable object information."
|
||||
},
|
||||
"objekt": {
|
||||
"assign_results": "Assign results",
|
||||
|
||||
@@ -384,7 +384,13 @@
|
||||
"additional_numbers": "Additional numbers",
|
||||
"revision_status": "Revision status",
|
||||
"in_iconography_collection": "In iconography collection",
|
||||
"has_iconography_tag_suggestions": "Has iconography tag suggestions"
|
||||
"has_iconography_tag_suggestions": "Has iconography tag suggestions",
|
||||
"specify_tag": "Specify tag",
|
||||
"specify_tag_explica": "Specify the linked tag using the hierarchies stored in museum-digital's controlled vocabularies.",
|
||||
"set_home_location": "Set regular location",
|
||||
"no_position_selected": "No position selected",
|
||||
"link_external_resource": "Link external resource",
|
||||
"resource_link_explica": "Here you can link external representations of the object. There may be image, audio or video files or PDFs."
|
||||
},
|
||||
"ortart": [
|
||||
"",
|
||||
|
||||
@@ -40,6 +40,10 @@
|
||||
"toggle_query_language": "Toggle display in query language",
|
||||
"right_click_list_favs": "Right click to list favorited and recent search queries.",
|
||||
"toggles_search_display_mode": "Changes search display mode",
|
||||
"metadata_quality_score": "Metadata quality score"
|
||||
"metadata_quality_score": "Metadata quality score",
|
||||
"series_is_public": "Published series",
|
||||
"series_is_not_public": "Unpublished series",
|
||||
"series_is_public_explica": "If both the series and the object have been toggled public, the object will be publicly listed as part of the series.",
|
||||
"puqi_explica": "The publication quality index evaluates the existence and completeness of an object record's publishable data. Based on this evaluation, hints are provided and a numeric score is computed to quickly summarize the quality of a record."
|
||||
}
|
||||
}
|
||||
@@ -32,6 +32,8 @@
|
||||
"switch_museum": "Switch museum",
|
||||
"select_a_museum": "Select a museum",
|
||||
"links_object_with": "Links the object with",
|
||||
"tag_or_relation": "Keyword or relation"
|
||||
"tag_or_relation": "Keyword or relation",
|
||||
"add_exhibition": "Connect to a exhibition",
|
||||
"add_series": "Connect to a series"
|
||||
}
|
||||
}
|
||||
@@ -35,7 +35,8 @@
|
||||
"elsewhere": "Elsewhere",
|
||||
"wikipedia_url": "Wikipedia (URL)",
|
||||
"wikipedia_url_explica": "A URL to a Wikipedia page of this entity (if there is a dedicated page). This link can in most cases be automatically parsed to suplement the description, link norm data catalogues and add translations.",
|
||||
"wikipedia_page_of_entry": "Wikipedia page of the place"
|
||||
"wikipedia_page_of_entry": "Wikipedia page of the place",
|
||||
"no_no_wiki_link_available": "No, I have no Wikipedia link for this entity"
|
||||
},
|
||||
"geo": {
|
||||
"name": "Name",
|
||||
|
||||
@@ -57,6 +57,10 @@
|
||||
"upload_3d_object": "Upload 3D object",
|
||||
"image_annotations": "Image annotations",
|
||||
"attempt_automatic_image_tagging": "Attempt to use automatic image categorization for tagging the object",
|
||||
"3d": "3D object"
|
||||
"3d": "3D object",
|
||||
"main_resource_explica": "Each object can have one main resource \/ image. This is used to determine which of the image's representations should be used as a thumbnail for the object in overview pages. As such, main images or resources cannot be unpublished independently (they are always public, if the associated object is).",
|
||||
"is_main": "This is the main image \/ resource",
|
||||
"set_position": "Set position",
|
||||
"set_position_explica": "Set the position of the resource by typing its expected number in the order of object images \/ resources."
|
||||
}
|
||||
}
|
||||
@@ -138,6 +138,8 @@
|
||||
"alt_invno_validation_pattern_explica": "Leave empty if not applicable. Will be used as an HTML5 input validation pattern.",
|
||||
"alt_no_explanation_explica": "Publishable explanation or note about the schema.",
|
||||
"alt_no_schemas": "Schemas for additional numbers",
|
||||
"timed_sending_reports": "Regular sending of reports"
|
||||
"timed_sending_reports": "Regular sending of reports",
|
||||
"edit_custom_reports": "Edit custom reports",
|
||||
"custom_reports_intro": "Using \"Custom report\" templates institutions can define their own exports in the form of CSV tables or HTML text documents."
|
||||
}
|
||||
}
|
||||
@@ -13,6 +13,8 @@
|
||||
"is_tranlation_explica": "Using this switch you can determine if this transcription is featured immediately on the document or if the entry represents a translation of the actual transcription.",
|
||||
"transcript_language_explica": "You need to determine the language of the text you are transcribing. Please select it from the list.",
|
||||
"transcript_content_explica": "The content of the transcription. The content of this field can either be plain text or encoded following the TEI (Text-Encoding Initiative) standard.",
|
||||
"transcription_name": "(Optional) Transcript name "
|
||||
"transcription_name": "(Optional) Transcript name ",
|
||||
"transcription_of_original": "Transcription of original",
|
||||
"translated_transcription": "Translation of the transcript"
|
||||
}
|
||||
}
|
||||
+11
-1
@@ -105,6 +105,16 @@
|
||||
"calendar": "Calendrier",
|
||||
"stats_md_contents": "Published database contents on museum-digital",
|
||||
"your_usage_of_musdb": "Your usage of musdb",
|
||||
"event_type": "Event type"
|
||||
"event_type": "Event type",
|
||||
"space_input": "Add a new space",
|
||||
"acquisition_input": "Add a new acquisition",
|
||||
"linked_to_objects": "Linked to objects",
|
||||
"linked_to_loans": "Linked to loans",
|
||||
"linked_to_literature": "Linked to literature",
|
||||
"contact_input": "Add a new contact",
|
||||
"loan_input": "Add a new loan",
|
||||
"exhibition_input": "Add a new exhibition",
|
||||
"series_input": "Add a new series",
|
||||
"source_input": "Add a new source"
|
||||
}
|
||||
}
|
||||
+19
-1
@@ -391,6 +391,24 @@
|
||||
"toggle_visibility": "Toggle publication status",
|
||||
"click_to_toggle_publication_status": "Click here to toggle publication status.",
|
||||
"entries_will_be_updated_inline": "entries will be updated",
|
||||
"entries_will_remain_unchanged": "entries will remain unchanged"
|
||||
"entries_will_remain_unchanged": "entries will remain unchanged",
|
||||
"what_do_you_want_to_do": "What do you want to do?",
|
||||
"display_noun": "Display",
|
||||
"value": "Value",
|
||||
"links": "Links",
|
||||
"relations": "Relations",
|
||||
"has_image": "Has image",
|
||||
"filter": "Filter",
|
||||
"tags": "Tags",
|
||||
"tags_and_references": "Tags and references",
|
||||
"web_links": "Web links",
|
||||
"urls": "URLs",
|
||||
"grid_mode_explica": "Display entries in a grid.",
|
||||
"table_mode_explica": "Display entries in a table.",
|
||||
"list_mode_explica": "Display entries in a list.",
|
||||
"check": "Check",
|
||||
"checks": "Checks",
|
||||
"good": "Good",
|
||||
"great": "Great"
|
||||
}
|
||||
}
|
||||
@@ -50,7 +50,13 @@
|
||||
"phone_type_fax": "Fax",
|
||||
"phone_type_fax_work": "Fax : Travail",
|
||||
"phone_number_deleted": "Un num\u00e9ro de t\u00e9l\u00e9phone a \u00e9t\u00e9 supprim\u00e9",
|
||||
"phone_number_updated": "Un num\u00e9ro de t\u00e9l\u00e9phone a \u00e9t\u00e9 \u00e9dit\u00e9"
|
||||
"phone_number_updated": "Un num\u00e9ro de t\u00e9l\u00e9phone a \u00e9t\u00e9 \u00e9dit\u00e9",
|
||||
"confirm_deletion": "Do you really want to delete this contact?",
|
||||
"add_phone_number": "Add a new phone number",
|
||||
"phone_number": "Phone number",
|
||||
"phone_number_explica": "The phone number of the contact.",
|
||||
"phone_number_type": "Type of phone number",
|
||||
"phone_number_type_explica": "What does the contact use the phone number for?"
|
||||
},
|
||||
"gender": [
|
||||
"",
|
||||
|
||||
@@ -96,6 +96,9 @@
|
||||
"measurement": "Measurement",
|
||||
"open_versioning": "Open versioning",
|
||||
"number": "Number",
|
||||
"querying_data_history": "Querying data history"
|
||||
"querying_data_history": "Querying data history",
|
||||
"phone_number": "Phone number",
|
||||
"regular_space": "Regular location",
|
||||
"acquisition": "Acquisition"
|
||||
}
|
||||
}
|
||||
@@ -97,6 +97,9 @@
|
||||
"86": "",
|
||||
"88": "",
|
||||
"90": "",
|
||||
"92": ""
|
||||
"92": "",
|
||||
"clone_without_actor": "Clone without actor",
|
||||
"clone_without_place": "Clone without place",
|
||||
"clone_without_time": "Clone without time"
|
||||
}
|
||||
}
|
||||
@@ -60,6 +60,8 @@
|
||||
"venue": "Venue",
|
||||
"venue_explica": "Venue the exhibition is or was held in.",
|
||||
"organizer": "External organizer",
|
||||
"organizer_explica": "Name of the external institution organizing the exhibition."
|
||||
"organizer_explica": "Name of the external institution organizing the exhibition.",
|
||||
"image_of_exhibition": "Image of exhibition",
|
||||
"set_object_exhibition_space": "Select the space the object was located in during the exhibition."
|
||||
}
|
||||
}
|
||||
@@ -118,7 +118,11 @@
|
||||
"only_available_for_single_institution": "This is only available for search results that cover objects from only a single institution.",
|
||||
"select_entry_to_link_unlink_with": "Select the entry to link with \/ unlink from",
|
||||
"x_objects_updated": "objects updated",
|
||||
"batch_edit_visibility_specific": "Batch edit visibility of specific fields"
|
||||
"batch_edit_visibility_specific": "Batch edit visibility of specific fields",
|
||||
"specific_visibility_explica": "The publication status of some data fields can be set specifically. If both the field and the object it belongs to are set to \"public\", the data will be published. If the object is published but a given field is not, it's data will not be published.",
|
||||
"social_media_share_buttons": "Social media share buttons",
|
||||
"mdxml_explica": "md:xml is a proprietary XML format that can export all object-related fields from musdb.",
|
||||
"lido_explica": "LIDO stands for Lightweight Information Describing Objects. Published as an open standard, it is one of the main exchange formats for publishable object information."
|
||||
},
|
||||
"objekt": {
|
||||
"assign_results": "Associer un r\u00e9sultat",
|
||||
|
||||
@@ -384,7 +384,13 @@
|
||||
"additional_numbers": "Additional numbers",
|
||||
"revision_status": "Revision status",
|
||||
"in_iconography_collection": "In iconography collection",
|
||||
"has_iconography_tag_suggestions": "Has iconography tag suggestions"
|
||||
"has_iconography_tag_suggestions": "Has iconography tag suggestions",
|
||||
"specify_tag": "Specify tag",
|
||||
"specify_tag_explica": "Specify the linked tag using the hierarchies stored in museum-digital's controlled vocabularies.",
|
||||
"set_home_location": "Set regular location",
|
||||
"no_position_selected": "No position selected",
|
||||
"link_external_resource": "Link external resource",
|
||||
"resource_link_explica": "Here you can link external representations of the object. There may be image, audio or video files or PDFs."
|
||||
},
|
||||
"ortart": [
|
||||
"",
|
||||
|
||||
@@ -40,6 +40,10 @@
|
||||
"toggle_query_language": "Toggle display in query language",
|
||||
"right_click_list_favs": "Right click to list favorited and recent search queries.",
|
||||
"toggles_search_display_mode": "Changes search display mode",
|
||||
"metadata_quality_score": "Metadata quality score"
|
||||
"metadata_quality_score": "Metadata quality score",
|
||||
"series_is_public": "Published series",
|
||||
"series_is_not_public": "Unpublished series",
|
||||
"series_is_public_explica": "If both the series and the object have been toggled public, the object will be publicly listed as part of the series.",
|
||||
"puqi_explica": "The publication quality index evaluates the existence and completeness of an object record's publishable data. Based on this evaluation, hints are provided and a numeric score is computed to quickly summarize the quality of a record."
|
||||
}
|
||||
}
|
||||
@@ -32,6 +32,8 @@
|
||||
"switch_museum": "Changer de mus\u00e9e",
|
||||
"select_a_museum": "S\u00e9lectionner un mus\u00e9e",
|
||||
"links_object_with": "Associe l\u2019objet avec",
|
||||
"tag_or_relation": "Mot-cl\u00e9 | R\u00e9f\u00e9rence"
|
||||
"tag_or_relation": "Mot-cl\u00e9 | R\u00e9f\u00e9rence",
|
||||
"add_exhibition": "Connect to a exhibition",
|
||||
"add_series": "Connect to a series"
|
||||
}
|
||||
}
|
||||
@@ -35,7 +35,8 @@
|
||||
"elsewhere": "Autres",
|
||||
"wikipedia_url": "Wikipedia (URL)",
|
||||
"wikipedia_url_explica": "Une URL vers la page Wikipedia de cette entr\u00e9e. La page Wikipedia doit \u00eatre r\u00e9dig\u00e9e sp\u00e9cifiquement pour l\u2019entit\u00e9 saisie.\r\nSi ce champ est rempli, la page Wikipedia peut \u00eatre lue automatiquement pour enrichir la description, lier les donn\u00e9es de la norme et saisir les traductions.",
|
||||
"wikipedia_page_of_entry": "Wikipedia page of the place"
|
||||
"wikipedia_page_of_entry": "Wikipedia page of the place",
|
||||
"no_no_wiki_link_available": "No, I have no Wikipedia link for this entity"
|
||||
},
|
||||
"geo": {
|
||||
"name": "Nom",
|
||||
|
||||
@@ -57,6 +57,10 @@
|
||||
"upload_3d_object": "Charger un objet 3D",
|
||||
"image_annotations": "Remarques sur l'image",
|
||||
"attempt_automatic_image_tagging": "Tentative d\u2019association de mots-cl\u00e9s \u00e0 l'objet sur la base de la reconnaissance d'image automatique",
|
||||
"3d": "Objet 3D"
|
||||
"3d": "Objet 3D",
|
||||
"main_resource_explica": "Each object can have one main resource \/ image. This is used to determine which of the image's representations should be used as a thumbnail for the object in overview pages. As such, main images or resources cannot be unpublished independently (they are always public, if the associated object is).",
|
||||
"is_main": "This is the main image \/ resource",
|
||||
"set_position": "Set position",
|
||||
"set_position_explica": "Set the position of the resource by typing its expected number in the order of object images \/ resources."
|
||||
}
|
||||
}
|
||||
@@ -138,6 +138,8 @@
|
||||
"alt_invno_validation_pattern_explica": "Leave empty if not applicable. Will be used as an HTML5 input validation pattern.",
|
||||
"alt_no_explanation_explica": "Publishable explanation or note about the schema.",
|
||||
"alt_no_schemas": "Schemas for additional numbers",
|
||||
"timed_sending_reports": "Regular sending of reports"
|
||||
"timed_sending_reports": "Regular sending of reports",
|
||||
"edit_custom_reports": "Edit custom reports",
|
||||
"custom_reports_intro": "Using \"Custom report\" templates institutions can define their own exports in the form of CSV tables or HTML text documents."
|
||||
}
|
||||
}
|
||||
@@ -13,6 +13,8 @@
|
||||
"is_tranlation_explica": "\u00c0 l\u2019aide de ce commutateur, vous pouvez d\u00e9finir si cette entr\u00e9e est une transcription directe du texte de l\u2019objet ou s'il s'agit d'une traduction du texte.",
|
||||
"transcript_language_explica": "Vous pouvez d\u00e9finir la langue du texte transcrit ici.",
|
||||
"transcript_content_explica": "Le texte transcrit. Pour le contenu de ce champ, il peut s'agir d\u2019un texte simple ou d'une version cod\u00e9e TEI (Text Encoding Initiative) du texte. ",
|
||||
"transcription_name": "(Optional) Transcript name "
|
||||
"transcription_name": "(Optional) Transcript name ",
|
||||
"transcription_of_original": "Transcription of original",
|
||||
"translated_transcription": "Translation of the transcript"
|
||||
}
|
||||
}
|
||||
+11
-1
@@ -105,6 +105,16 @@
|
||||
"calendar": "Calendar",
|
||||
"stats_md_contents": "Published database contents on museum-digital",
|
||||
"your_usage_of_musdb": "Your usage of musdb",
|
||||
"event_type": "Event type"
|
||||
"event_type": "Event type",
|
||||
"space_input": "Add a new space",
|
||||
"acquisition_input": "Add a new acquisition",
|
||||
"linked_to_objects": "Linked to objects",
|
||||
"linked_to_loans": "Linked to loans",
|
||||
"linked_to_literature": "Linked to literature",
|
||||
"contact_input": "Add a new contact",
|
||||
"loan_input": "Add a new loan",
|
||||
"exhibition_input": "Add a new exhibition",
|
||||
"series_input": "Add a new series",
|
||||
"source_input": "Add a new source"
|
||||
}
|
||||
}
|
||||
+19
-1
@@ -391,6 +391,24 @@
|
||||
"toggle_visibility": "Toggle publication status",
|
||||
"click_to_toggle_publication_status": "Click here to toggle publication status.",
|
||||
"entries_will_be_updated_inline": "entries will be updated",
|
||||
"entries_will_remain_unchanged": "entries will remain unchanged"
|
||||
"entries_will_remain_unchanged": "entries will remain unchanged",
|
||||
"what_do_you_want_to_do": "What do you want to do?",
|
||||
"display_noun": "Display",
|
||||
"value": "Value",
|
||||
"links": "Links",
|
||||
"relations": "Relations",
|
||||
"has_image": "Has image",
|
||||
"filter": "Filter",
|
||||
"tags": "Tags",
|
||||
"tags_and_references": "Tags and references",
|
||||
"web_links": "Web links",
|
||||
"urls": "URLs",
|
||||
"grid_mode_explica": "Display entries in a grid.",
|
||||
"table_mode_explica": "Display entries in a table.",
|
||||
"list_mode_explica": "Display entries in a list.",
|
||||
"check": "Check",
|
||||
"checks": "Checks",
|
||||
"good": "Good",
|
||||
"great": "Great"
|
||||
}
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user