Compare commits

...

16 Commits

115 changed files with 1622 additions and 1224 deletions

View File

@ -57,6 +57,8 @@
"no_superordinate_collection": "No superordinate collection has been assigned",
"no_subordinate_collection": "No subordinate collection has been assigned",
"hide_collection": "Collection is public. Hide it",
"publish_collection": "Collection is hidden. Publish."
"publish_collection": "Collection is hidden. Publish.",
"collection_signature": "Collection signature",
"collection_signature_explica": "A signature of the collection for internal use. It can, e.g., be used for entering a reference to the collection to automatically suggested inventory numbers (see institution-wide settings page). "
}
}

View File

@ -80,6 +80,24 @@
"additional_fields_on_object_add_explanation": "Here you can add or remove additional entry fields that shall be made available directly when adding a new object. You may also set them to be required for adding the object altogether.",
"enable_strict_mode_for_values": "Enforce value information (estimated value, insurance value) to be numeric",
"enable_strict_mode_for_sizes": "Enforce sizes (height, weight, etc.) to be numeric",
"enable_strict_mode_for_dates": "Add date picker for dates and enforce entry and estimation dates are actual date fields"
"enable_strict_mode_for_dates": "Add date picker for dates and enforce entry and estimation dates are actual date fields",
"enable_strict_mode_for_invno": "Enforce unique inventory numbers within the museum without any exceptions or overrides",
"invno_scheme": "Scheme for suggested inventory numbers",
"explica_media_rights_defaults": "When uploading images, videos, audio and other media files, the following entries are entered into the respective fields for the media files' license status by default. During the upload, they can be changed to a more suitable value for the current media file. To generally update the default values however, change the fields below.",
"explica_object_metadata_rights_defaults": "The following values describe the default license status and rights holder entered for the metadata (title, description, etc.) for newly recorded objects. If you are to change the license status or rights holder later on, you can do so using the respective fields of the \"rights\" tab of the object editing page or generally overwrite any existing license status or rights holders by clicking on the buttons below (\"rebase\").",
"explica_social_media_buttons": "At the bottom of each object page in the public frontend of museum-digital, share buttons for common social media sites can be displayed. Whether they actually are displayed can be set on a per-object basis. A default value for new objects can be set here however.",
"explica_download_button_images": "On single image pages for object images in the public frontend of museum-digital, a download button can be displayed. This only pertains to pages for images (not other resources) hosted with museum-digital. In some cases, e.g. if the object is a recent artwork where the museum itself only holds restricted control over the licensing of the object or its display online, it may be necessary to disable the download button. Regardless of the setting here, users can still download the image using a right click.",
"commenting_function": "Commenting",
"explica_commenting": "Commenting can be enabled in the public frontend of museum-digital. The commenting function can either be opened to anybody, or only to specific user groups, which can be selected below. If the commenting function is activated and anybody leaves a comment, new comments can be moderated using the moderation tool accessible through musdb's dashboard (section: tools).",
"explica_share_dumps": "If a museum wants to grant the public - or certain other parties such as aggregators or portals - ongoing access to a full download of its published object data at museum-digital, this can be done using the setting below. If the shared dumps are made public, they will be linked on the museum's institution page. If they are set to sharing by a link, they will be made accessible using a link only to be found in an entry field of this subsection.",
"preferred_object_order": "Preferred order of objects",
"explica_preferred_object_order": "Using the buttons below a preferred order of the object listing for all objects of the institution when accessed through the respective links at the bottom of the institution page can be adjusted.",
"explica_strict_mode_sizes": "If this setting is enabled, the fields for separated measurements are converted into number fields. This way, only valid, numeric information can be entered into the fields. Consequently, one can be sure that the objects can be properly searched (e.g. using a search for all objects taller or smaller than 500 mm). Strictly requiring numeric information using the respective input field type however makes it impossible to display pre-existing, non-numeric data. Hence, this setting should only be enabled if one is certain, that all contents in the respective fields is valid and numeric. ",
"explica_strict_mode_dates": "If this setting is enabled, the fields for date information on object pages (e.g. entry date) are converted into date fields. This way, only valid dates can be entered into the fields (e.g. \"August 20th, 2022\"; not \"ca. 2022\"). The date fields now contain a date picker. Consequently, one can be sure that the objects can be properly searched (e.g. using a search for all objects entering the museums before a given day). Strictly requiring date information using the respective input field type however makes it impossible to display pre-existing and invalid dates. Hence, this setting should not be enabled if any information has been entered into the date fields already.",
"explica_strict_mode_values": "If this setting is enabled, the fields for values (e..g insurance value, estimated value) are converted into number fields. This way, only valid, numeric information can be entered into the fields. Consequently, one can be sure that the objects can be properly searched (e.g. using a search for all objects more or less expensive than 500 \u20ac). Strictly requiring numeric information using the respective input field type however makes it impossible to display pre-existing, non-numeric data. Hence, this setting should only be enabled if one is certain, that all contents in the respective fields is valid and numeric. ",
"explica_strict_mode_invno": "By default, a warning is given if a new object with a duplicate inventory number is entered. It is however possible to proceed entering the object regardless by pressing the respective button. Enabling this setting removes the button and makes it fully impossible to enter objects of a duplicate inventory number.",
"explica_how_event_sources": "If a museum has a strong research focus or a focus on provenenance research, it may be useful to note the source from which the information for events (e.g. who bought the object at a given date?) was retrieved. The option to do so in a regularized fashion is available once this option has been activated.",
"explica_object_categorization_ai": "When adding objects, an AI-based image categorization can be run for a rough tagging of the objects (provided that images are uploaded as the object is added). As this image categoriation is far from perfect and blocks the upload process for some time, it needs to be enabled here if it is to be used.",
"explica_invno_scheme": "If this field is filled, a suggestion for inventory numbers for new objects can be provided by the system. Variable components of an inventory number - a counter and often an identifier for the collection - can be marked using the placeholders {no} (for a counter counting up) and {c_sig} for the collection signature. Suggesting collection signatures required a collection to have already been selected as the suggestion button is pressed. Signatures for the collection can be entered using the collection page. An example for such an inventory number scheme may thus be XYZ-{no}8, meaning that any suggested inventory number will start with \"XYZ-\", followed by a counter padded to 8 characters. The first proposed inventory number would thus be XYZ-00000001, the second XYZ-00000002."
}
}

View File

@ -57,6 +57,8 @@
"no_superordinate_collection": "Ohne \u00fcbergeordnete Sammlung",
"no_subordinate_collection": "Ohne untergeordnete Sammlung",
"hide_collection": "Sammlung ist \u00f6ffentlich. Verstecken.",
"publish_collection": "Sammlung ist versteckt. Ver\u00f6ffentlichen."
"publish_collection": "Sammlung ist versteckt. Ver\u00f6ffentlichen.",
"collection_signature": "Sammlungs-Signatur",
"collection_signature_explica": "Eine Signatur der Sammlung f\u00fcr interne Zwecke. Kann z.B. zur Referenz auf die Sammlung beim automatischen Vorschlagen von Inventarnummern genutzt werden (siehe dazu die Seite f\u00fcr Museumsweite Einstellungen)."
}
}

View File

@ -26,7 +26,7 @@
"headline_rights": "W\u00e4hlbare Rechtsformen f\u00fcr Abbildungen (und andere Objekt-Darstellungen)",
"museum_stored": "Einstellungen f\u00fcr das Museum wurden gespeichert",
"users_specifically_determined": "Einzelbestimmung",
"socialmedia": "Display social media buttons for new objects by default",
"socialmedia": "Social-Media-Buttons standardm\u00e4\u00dfig anzeigen",
"socialmedia_buttons": "Zeige neu erfasste Objekte mit Social-Media-Buttons",
"pdf_catalogue": "PDF-Katalog",
"pdf_catalogue_explain": "Erstellen eines Kataloges aus jeweils 50 Objekten.",
@ -80,6 +80,24 @@
"additional_fields_on_object_add_explanation": "Hier k\u00f6nnen Felder, die nicht prinzipiell Pflichtfelder sind, bei der Objekteingabe verf\u00fcgbar gemacht werden und \/ oder museumsweit zu Pflichtfeldern f\u00fcr die Erfassung eines neuen Objektes erkl\u00e4rt werden.",
"enable_strict_mode_for_values": "Erzwinge numerische (und damit suchbare) Eingaben bei Wert-Angaben",
"enable_strict_mode_for_sizes": "Erzwinge numerische (und damit suchbare) Eingaben bei Gr\u00f6\u00dfenangaben",
"enable_strict_mode_for_dates": "Aktiviere Datumsauswahl bei Datumsangaben und erzwinge diese f\u00fcr Datumsfelder (z.B. Eingangsdatum)"
"enable_strict_mode_for_dates": "Aktiviere Datumsauswahl bei Datumsangaben und erzwinge diese f\u00fcr Datumsfelder (z.B. Eingangsdatum)",
"enable_strict_mode_for_invno": "Erzwinge eindeutige Inventarnummern im Museum",
"invno_scheme": "Schema f\u00fcr vorgeschlagene Inventarnummern",
"explica_media_rights_defaults": "Beim Heraufladen von Bildern, Videos, Audio-Dateien etc. werden die hier gemachten Angaben standardm\u00e4\u00dfig in die Felder f\u00fcr die Lizenz- und Rechteangaben der jeweiligen Dateien geschrieben. Sie k\u00f6nnen beim Heraufladen durch jeweils passende Werte ersetzt werden.\r\nUm die Vorgabewerte f\u00fcr neu heraufzuladende Bilder, Videos, etc. zu \u00e4ndern k\u00f6nnen die untenstehenden Felder genutzt werden.",
"explica_object_metadata_rights_defaults": "Die folgenden Werte beschreiben die standardm\u00e4\u00dfig ausgew\u00e4hlten Lizenz- und Rechteangaben f\u00fcr die Objekt-Metadaten (Name, Beschreibung, etc.) bei der Erfassung eines neuen Objektes. M\u00f6chten Sie die Lizenz- und Rechteangaben sp\u00e4ter \u00e4ndern, k\u00f6nnen Sie dies mithilfe der entsprechenden Eingabefelder auf dem Reiter \"Rechte\" der Objekt-Bearbeitungsseite tun - oder alle schon vorhandenen Werte Lizenz- oder Rechteangaben durch einen Klick auf den entsprechenden Button (\"rebase\") mit den dann aktuellen Standardwerten \u00fcberschreiben.",
"explica_social_media_buttons": "Unten auf jeder Objekt-Seite im \u00f6ffentlichen Frontend von museum-digital gibt es die M\u00f6glichkeit, \"Teilen\"-Buttons f\u00fcr ausgew\u00e4hlte Social-Media-Dienste anzuzeigen. Mit dieser Einstellung kann bestimmt werden, ob diese Buttons bei neuen Objekten Standardm\u00e4\u00dfig angezeigt werden sollen oder nicht. Eine spezifische Einstellung pro Objekt kann auf der Objektseite getroffen werden.",
"explica_download_button_images": "Auf den Seiten f\u00fcr einzelne Objekt-Abbildungen gibt es die M\u00f6glichkeit Download-Buttons f\u00fcr die jeweilige Abbildung anzuzeigen. Mit dieser Einstellung lassen sich diese Download-Buttons verstecken oder anzeigen. Auch versteckte Download-Buttons verhindern allerdings nicht, dass Benutzer die Abbildung \u00fcber einen Rechtsklick auf die Abbildung oder \u00e4hnliches herunterladen.",
"commenting_function": "Kommentieren",
"explica_commenting": "Das Kommentieren von Objektseiten in der Ausgabe von museum-digital kann hier aktiviert werden. Die Kommentarfunktion steht entweder allen, einer bestimmten Benutzergruppe entsprechend den Berechtigungen in musdb, oder niemandem zur Verf\u00fcgung. Ist die Kommentarfunktion aktiviert, m\u00fcssen neue Kommentare vor ihrer Ver\u00f6ffentlichung \u00fcber die Moderationsfunktion (erreichbar \u00fcber das Dashboard - Bereich \"Werkzeuge\" - in musdb) moderiert werden.",
"explica_share_dumps": "M\u00f6chte eine Institution der \u00d6ffentlichkeit oder gegebenen Dritten wie Portalen und Aggregatoren einen dauerhaften Zugriff auf Gesamtdownloads seiner schon \u00f6ffentlichen Objektdaten geben, kann dies \u00fcber die untenstehende Einstellung in Form von LIDO-Dumps getan werden. Werden die Dumps generell ver\u00f6ffentlicht, wird eine Download-Seite in der Seitenspalte der Institutions-Seite des Museums in der Ausgabe von museum-digital angezeigt. Alternativ k\u00f6nnen die Dumps \u00fcber einen Link zur Verf\u00fcgung gestellt werden, sodass jeder, der den zuf\u00e4llig generierten Link kennt, einen Zugriff auf die Dumps hat. link, they will be made accessible using a link only to be found in an entry field of this subsection.",
"preferred_object_order": "Pr\u00e4ferierte Objekt-Reihenfolge",
"explica_preferred_object_order": "Mithilfe der untenstehenden Einstellung kann die pr\u00e4ferierte Reihenfolge der Objekte des Hauses eingestellt werden. Dieser entsprechend werden die Objekte aufgelistet, wenn ein Benutzer auf die Links zu allen Objekten des Museums unten auf der Institutions-Seite in der Ausgabe klickt.",
"explica_strict_mode_sizes": "Ist diese Einstellung aktiviert, werden die Felder f\u00fcr getrennte Ma\u00dfangaben auf der Objekt-Bearbeitungsseite als Nummernfelder ausgezeichnet. So wird es unm\u00f6glich, nicht numerische Eingaben zu machen. In der Folge sind die eingegebenen Daten sicher konsistent und mit erweiterten Suchoptionen wie gr\u00f6\u00dfer- und kleiner-Suchen nutzbar (z.B. die Suche nach allen Objekten, die h\u00f6her als 500 mm sind). Andererseits k\u00f6nnen schon vorhandene, nicht numerische Inhalte so nicht mehr angezeigt werden und werden beim n\u00e4chsten Abspeichern gel\u00f6scht. Um einen Datenverlust zu vermeiden, sollte diese Einstellung also nur mit Vorsicht aktiviert werden und ist vor allem f\u00fcr Institutonen geeignet, die bisher noch keine Ma\u00dfangaben in musdb erfasst haben und nicht importieren.",
"explica_strict_mode_dates": "Ist diese Einstellung aktiviert, werden die Felder f\u00fcr Datumsangaben (z.B. Eingangsdatum) auf der Objekt-Bearbeitungsseite als Datumsfelder ausgezeichnet. So wird es unm\u00f6glich, Angaben in diesen Feldern zu machen, die keine validen Daten abbilden. In der Folge sind die eingegebenen Daten sicher konsistent und mit erweiterten Suchoptionen wie gr\u00f6\u00dfer- und kleiner-Suchen nutzbar (z.B. die Suche nach allen Objekten, die vor einem Datum eingegangen sind). Andererseits k\u00f6nnen schon vorhandene, nicht valide Inhalte so nicht mehr angezeigt werden und werden beim n\u00e4chsten Abspeichern gel\u00f6scht. Um einen Datenverlust zu vermeiden, sollte diese Einstellung also nur mit Vorsicht aktiviert werden und ist vor allem f\u00fcr Institutonen geeignet, die bisher noch keine Datumsangaben in musdb erfasst haben und nicht importieren.",
"explica_strict_mode_values": "Ist diese Einstellung aktiviert, werden die Felder f\u00fcr Wert-Angaben (z.B. Sch\u00e4tzwert, Versicherungswert) auf der Objekt-Bearbeitungsseite als Nummernfelder ausgezeichnet. So wird es unm\u00f6glich, nicht numerische Eingaben zu machen. In der Folge sind die eingegebenen Daten sicher konsistent und mit erweiterten Suchoptionen wie gr\u00f6\u00dfer- und kleiner-Suchen nutzbar (z.B. die Suche nach allen Objekten, die auf mehr als 50 Euro gesch\u00e4tz wurden). Andererseits k\u00f6nnen schon vorhandene, nicht numerische Inhalte so nicht mehr angezeigt werden und werden beim n\u00e4chsten Abspeichern gel\u00f6scht. Um einen Datenverlust zu vermeiden, sollte diese Einstellung also nur mit Vorsicht aktiviert werden und ist vor allem f\u00fcr Institutonen geeignet, die bisher noch keine Ma\u00dfangaben in musdb erfasst haben und nicht importieren.",
"explica_strict_mode_invno": "Standardm\u00e4\u00dfig erscheint eine Warnung, wenn man versucht, ein Objekt mit einer schon von einem anderen Objekt bekannten Inventarnummer einzugeben. Diese Warnung kann allerdings durch einen Klick auf den entsprechenden Button \u00fcbergangen werden. \r\nIst diese Einstellung aktiviert bricht das Programm statt der Warnung ab, sodass eine doppelte Vergabe von Inventarnummern ausgeschlossen ist.",
"explica_how_event_sources": "Hat eine Institution einen starken Forschungsfokus oder befasst sie sich ausf\u00fchrlich mit Provenienzforschung, wird es sinnvoll, Quellenangaben f\u00fcr die Ereignisse eines Objektes (z.B. wann ein Objekt von wem gekauft wurde) zu erfassen. Ist diese Option aktiviert, k\u00f6nnen Quellenangaben \u00fcber die Ereignis-bearbeiten-Seite erfasst werden.",
"explica_object_categorization_ai": "Werden direkt bei der Objekteingabe Objektfotos hochgeladen, k\u00f6nnen diese mit KI kategorisiert werden. Diese Kategorisierung kann nun als Grundlage f\u00fcr eine grobe Verschlagwortung der Objekte genutzt werden. Weil die Bild-Kategorisierung leider noch recht ungenau und langsam ist, muss sie hier aktiviert werden, bevor sie genutzt werden kann.",
"explica_invno_scheme": "Ist dieses Feld bef\u00fcllt, k\u00f6nnen Vorschl\u00e4ge f\u00fcr neu zu vergebende Inventarnummern bei der Objekteingabe gemacht werden.\r\nDie variablen Teile einer Inventarnummer, f\u00fcr gew\u00f6hnlich ein Z\u00e4hler und ggfs. ein Identifikator f\u00fcr die Sammlung, k\u00f6nnen \u00fcber Platzhalter gekennzeichnet werden. Hierbei steht {no} f\u00fcr einen einfach nach oben z\u00e4hlenden Z\u00e4hler (der idealerweise durch die Angabe einer L\u00e4nge, z.B. {no}8 f\u00fcr einen auf acht Zahlen ausgebreiteten Z\u00e4hler); {c_sig} steht f\u00fcr die Signatur der Sammlung.\r\nEin Beispiel f\u00fcr ein Inventarnummer-Schema k\u00f6nnte also XYZ-{no}8 sein. In diesem Fall w\u00fcrde zuerst die Inventarnummer XYZ-00000001 vorgeschlagen, und sobald diese vergeben wurde XYZ-00000002.\r\nIst dieses Feld bef\u00fcllt, k\u00f6nnen Vorschl\u00e4ge f\u00fcr neu zu vergebende Inventarnummern bei der Objekteingabe gemacht werden.\r\nDie variablen Teile einer Inventarnummer, f\u00fcr gew\u00f6hnlich ein Z\u00e4hler und ggfs. ein Identifikator f\u00fcr die Sammlung, k\u00f6nnen \u00fcber Platzhalter gekennzeichnet werden. Hierbei steht {no} f\u00fcr einen einfach nach oben z\u00e4hlenden Z\u00e4hler (der idealerweise durch die Angabe einer L\u00e4nge, z.B. {no}8 f\u00fcr einen auf acht Zahlen ausgebreiteten Z\u00e4hler); {c_sig} steht f\u00fcr die Signatur der Sammlung.\r\nEin Beispiel f\u00fcr ein Inventarnummer-Schema k\u00f6nnte also XYZ-{no}8 sein. In diesem Fall w\u00fcrde zuerst die Inventarnummer XYZ-00000001 vorgeschlagen, und sobald diese vergeben wurde XYZ-00000002."
}
}

View File

@ -57,6 +57,8 @@
"no_superordinate_collection": "No superordinate collection has been assigned",
"no_subordinate_collection": "No subordinate collection has been assigned",
"hide_collection": "Collection is public. Hide it",
"publish_collection": "Collection is hidden. Publish."
"publish_collection": "Collection is hidden. Publish.",
"collection_signature": "Collection signature",
"collection_signature_explica": "A signature of the collection for internal use. It can, e.g., be used for entering a reference to the collection to automatically suggested inventory numbers (see institution-wide settings page). "
}
}

View File

@ -80,6 +80,24 @@
"additional_fields_on_object_add_explanation": "Here you can add or remove additional entry fields that shall be made available directly when adding a new object. You may also set them to be required for adding the object altogether.",
"enable_strict_mode_for_values": "Enforce value information (estimated value, insurance value) to be numeric",
"enable_strict_mode_for_sizes": "Enforce sizes (height, weight, etc.) to be numeric",
"enable_strict_mode_for_dates": "Add date picker for dates and enforce entry and estimation dates are actual date fields"
"enable_strict_mode_for_dates": "Add date picker for dates and enforce entry and estimation dates are actual date fields",
"enable_strict_mode_for_invno": "Enforce unique inventory numbers within the museum without any exceptions or overrides",
"invno_scheme": "Scheme for suggested inventory numbers",
"explica_media_rights_defaults": "When uploading images, videos, audio and other media files, the following entries are entered into the respective fields for the media files' license status by default. During the upload, they can be changed to a more suitable value for the current media file. To generally update the default values however, change the fields below.",
"explica_object_metadata_rights_defaults": "The following values describe the default license status and rights holder entered for the metadata (title, description, etc.) for newly recorded objects. If you are to change the license status or rights holder later on, you can do so using the respective fields of the \"rights\" tab of the object editing page or generally overwrite any existing license status or rights holders by clicking on the buttons below (\"rebase\").",
"explica_social_media_buttons": "At the bottom of each object page in the public frontend of museum-digital, share buttons for common social media sites can be displayed. Whether they actually are displayed can be set on a per-object basis. A default value for new objects can be set here however.",
"explica_download_button_images": "On single image pages for object images in the public frontend of museum-digital, a download button can be displayed. This only pertains to pages for images (not other resources) hosted with museum-digital. In some cases, e.g. if the object is a recent artwork where the museum itself only holds restricted control over the licensing of the object or its display online, it may be necessary to disable the download button. Regardless of the setting here, users can still download the image using a right click.",
"commenting_function": "Commenting",
"explica_commenting": "Commenting can be enabled in the public frontend of museum-digital. The commenting function can either be opened to anybody, or only to specific user groups, which can be selected below. If the commenting function is activated and anybody leaves a comment, new comments can be moderated using the moderation tool accessible through musdb's dashboard (section: tools).",
"explica_share_dumps": "If a museum wants to grant the public - or certain other parties such as aggregators or portals - ongoing access to a full download of its published object data at museum-digital, this can be done using the setting below. If the shared dumps are made public, they will be linked on the museum's institution page. If they are set to sharing by a link, they will be made accessible using a link only to be found in an entry field of this subsection.",
"preferred_object_order": "Preferred order of objects",
"explica_preferred_object_order": "Using the buttons below a preferred order of the object listing for all objects of the institution when accessed through the respective links at the bottom of the institution page can be adjusted.",
"explica_strict_mode_sizes": "If this setting is enabled, the fields for separated measurements are converted into number fields. This way, only valid, numeric information can be entered into the fields. Consequently, one can be sure that the objects can be properly searched (e.g. using a search for all objects taller or smaller than 500 mm). Strictly requiring numeric information using the respective input field type however makes it impossible to display pre-existing, non-numeric data. Hence, this setting should only be enabled if one is certain, that all contents in the respective fields is valid and numeric. ",
"explica_strict_mode_dates": "If this setting is enabled, the fields for date information on object pages (e.g. entry date) are converted into date fields. This way, only valid dates can be entered into the fields (e.g. \"August 20th, 2022\"; not \"ca. 2022\"). The date fields now contain a date picker. Consequently, one can be sure that the objects can be properly searched (e.g. using a search for all objects entering the museums before a given day). Strictly requiring date information using the respective input field type however makes it impossible to display pre-existing and invalid dates. Hence, this setting should not be enabled if any information has been entered into the date fields already.",
"explica_strict_mode_values": "If this setting is enabled, the fields for values (e..g insurance value, estimated value) are converted into number fields. This way, only valid, numeric information can be entered into the fields. Consequently, one can be sure that the objects can be properly searched (e.g. using a search for all objects more or less expensive than 500 \u20ac). Strictly requiring numeric information using the respective input field type however makes it impossible to display pre-existing, non-numeric data. Hence, this setting should only be enabled if one is certain, that all contents in the respective fields is valid and numeric. ",
"explica_strict_mode_invno": "By default, a warning is given if a new object with a duplicate inventory number is entered. It is however possible to proceed entering the object regardless by pressing the respective button. Enabling this setting removes the button and makes it fully impossible to enter objects of a duplicate inventory number.",
"explica_how_event_sources": "If a museum has a strong research focus or a focus on provenenance research, it may be useful to note the source from which the information for events (e.g. who bought the object at a given date?) was retrieved. The option to do so in a regularized fashion is available once this option has been activated.",
"explica_object_categorization_ai": "When adding objects, an AI-based image categorization can be run for a rough tagging of the objects (provided that images are uploaded as the object is added). As this image categoriation is far from perfect and blocks the upload process for some time, it needs to be enabled here if it is to be used.",
"explica_invno_scheme": "If this field is filled, a suggestion for inventory numbers for new objects can be provided by the system. Variable components of an inventory number - a counter and often an identifier for the collection - can be marked using the placeholders {no} (for a counter counting up) and {c_sig} for the collection signature. Suggesting collection signatures required a collection to have already been selected as the suggestion button is pressed. Signatures for the collection can be entered using the collection page. An example for such an inventory number scheme may thus be XYZ-{no}8, meaning that any suggested inventory number will start with \"XYZ-\", followed by a counter padded to 8 characters. The first proposed inventory number would thus be XYZ-00000001, the second XYZ-00000002."
}
}

View File

@ -57,6 +57,8 @@
"no_superordinate_collection": "No superordinate collection has been assigned",
"no_subordinate_collection": "No subordinate collection has been assigned",
"hide_collection": "Collection is public. Hide it",
"publish_collection": "Collection is hidden. Publish."
"publish_collection": "Collection is hidden. Publish.",
"collection_signature": "Collection signature",
"collection_signature_explica": "A signature of the collection for internal use. It can, e.g., be used for entering a reference to the collection to automatically suggested inventory numbers (see institution-wide settings page). "
}
}

View File

@ -80,6 +80,24 @@
"additional_fields_on_object_add_explanation": "Here you can add or remove additional entry fields that shall be made available directly when adding a new object. You may also set them to be required for adding the object altogether.",
"enable_strict_mode_for_values": "Enforce value information (estimated value, insurance value) to be numeric",
"enable_strict_mode_for_sizes": "Enforce sizes (height, weight, etc.) to be numeric",
"enable_strict_mode_for_dates": "Add date picker for dates and enforce entry and estimation dates are actual date fields"
"enable_strict_mode_for_dates": "Add date picker for dates and enforce entry and estimation dates are actual date fields",
"enable_strict_mode_for_invno": "Enforce unique inventory numbers within the museum without any exceptions or overrides",
"invno_scheme": "Scheme for suggested inventory numbers",
"explica_media_rights_defaults": "When uploading images, videos, audio and other media files, the following entries are entered into the respective fields for the media files' license status by default. During the upload, they can be changed to a more suitable value for the current media file. To generally update the default values however, change the fields below.",
"explica_object_metadata_rights_defaults": "The following values describe the default license status and rights holder entered for the metadata (title, description, etc.) for newly recorded objects. If you are to change the license status or rights holder later on, you can do so using the respective fields of the \"rights\" tab of the object editing page or generally overwrite any existing license status or rights holders by clicking on the buttons below (\"rebase\").",
"explica_social_media_buttons": "At the bottom of each object page in the public frontend of museum-digital, share buttons for common social media sites can be displayed. Whether they actually are displayed can be set on a per-object basis. A default value for new objects can be set here however.",
"explica_download_button_images": "On single image pages for object images in the public frontend of museum-digital, a download button can be displayed. This only pertains to pages for images (not other resources) hosted with museum-digital. In some cases, e.g. if the object is a recent artwork where the museum itself only holds restricted control over the licensing of the object or its display online, it may be necessary to disable the download button. Regardless of the setting here, users can still download the image using a right click.",
"commenting_function": "Commenting",
"explica_commenting": "Commenting can be enabled in the public frontend of museum-digital. The commenting function can either be opened to anybody, or only to specific user groups, which can be selected below. If the commenting function is activated and anybody leaves a comment, new comments can be moderated using the moderation tool accessible through musdb's dashboard (section: tools).",
"explica_share_dumps": "If a museum wants to grant the public - or certain other parties such as aggregators or portals - ongoing access to a full download of its published object data at museum-digital, this can be done using the setting below. If the shared dumps are made public, they will be linked on the museum's institution page. If they are set to sharing by a link, they will be made accessible using a link only to be found in an entry field of this subsection.",
"preferred_object_order": "Preferred order of objects",
"explica_preferred_object_order": "Using the buttons below a preferred order of the object listing for all objects of the institution when accessed through the respective links at the bottom of the institution page can be adjusted.",
"explica_strict_mode_sizes": "If this setting is enabled, the fields for separated measurements are converted into number fields. This way, only valid, numeric information can be entered into the fields. Consequently, one can be sure that the objects can be properly searched (e.g. using a search for all objects taller or smaller than 500 mm). Strictly requiring numeric information using the respective input field type however makes it impossible to display pre-existing, non-numeric data. Hence, this setting should only be enabled if one is certain, that all contents in the respective fields is valid and numeric. ",
"explica_strict_mode_dates": "If this setting is enabled, the fields for date information on object pages (e.g. entry date) are converted into date fields. This way, only valid dates can be entered into the fields (e.g. \"August 20th, 2022\"; not \"ca. 2022\"). The date fields now contain a date picker. Consequently, one can be sure that the objects can be properly searched (e.g. using a search for all objects entering the museums before a given day). Strictly requiring date information using the respective input field type however makes it impossible to display pre-existing and invalid dates. Hence, this setting should not be enabled if any information has been entered into the date fields already.",
"explica_strict_mode_values": "If this setting is enabled, the fields for values (e..g insurance value, estimated value) are converted into number fields. This way, only valid, numeric information can be entered into the fields. Consequently, one can be sure that the objects can be properly searched (e.g. using a search for all objects more or less expensive than 500 \u20ac). Strictly requiring numeric information using the respective input field type however makes it impossible to display pre-existing, non-numeric data. Hence, this setting should only be enabled if one is certain, that all contents in the respective fields is valid and numeric. ",
"explica_strict_mode_invno": "By default, a warning is given if a new object with a duplicate inventory number is entered. It is however possible to proceed entering the object regardless by pressing the respective button. Enabling this setting removes the button and makes it fully impossible to enter objects of a duplicate inventory number.",
"explica_how_event_sources": "If a museum has a strong research focus or a focus on provenenance research, it may be useful to note the source from which the information for events (e.g. who bought the object at a given date?) was retrieved. The option to do so in a regularized fashion is available once this option has been activated.",
"explica_object_categorization_ai": "When adding objects, an AI-based image categorization can be run for a rough tagging of the objects (provided that images are uploaded as the object is added). As this image categoriation is far from perfect and blocks the upload process for some time, it needs to be enabled here if it is to be used.",
"explica_invno_scheme": "If this field is filled, a suggestion for inventory numbers for new objects can be provided by the system. Variable components of an inventory number - a counter and often an identifier for the collection - can be marked using the placeholders {no} (for a counter counting up) and {c_sig} for the collection signature. Suggesting collection signatures required a collection to have already been selected as the suggestion button is pressed. Signatures for the collection can be entered using the collection page. An example for such an inventory number scheme may thus be XYZ-{no}8, meaning that any suggested inventory number will start with \"XYZ-\", followed by a counter padded to 8 characters. The first proposed inventory number would thus be XYZ-00000001, the second XYZ-00000002."
}
}

View File

@ -57,6 +57,8 @@
"no_superordinate_collection": "No superordinate collection has been assigned",
"no_subordinate_collection": "No subordinate collection has been assigned",
"hide_collection": "Collection is public. Hide it",
"publish_collection": "Collection is hidden. Publish."
"publish_collection": "Collection is hidden. Publish.",
"collection_signature": "Collection signature",
"collection_signature_explica": "A signature of the collection for internal use. It can, e.g., be used for entering a reference to the collection to automatically suggested inventory numbers (see institution-wide settings page). "
}
}

View File

@ -80,6 +80,24 @@
"additional_fields_on_object_add_explanation": "Here you can add or remove additional entry fields that shall be made available directly when adding a new object. You may also set them to be required for adding the object altogether.",
"enable_strict_mode_for_values": "Enforce value information (estimated value, insurance value) to be numeric",
"enable_strict_mode_for_sizes": "Enforce sizes (height, weight, etc.) to be numeric",
"enable_strict_mode_for_dates": "Add date picker for dates and enforce entry and estimation dates are actual date fields"
"enable_strict_mode_for_dates": "Add date picker for dates and enforce entry and estimation dates are actual date fields",
"enable_strict_mode_for_invno": "Enforce unique inventory numbers within the museum without any exceptions or overrides",
"invno_scheme": "Scheme for suggested inventory numbers",
"explica_media_rights_defaults": "When uploading images, videos, audio and other media files, the following entries are entered into the respective fields for the media files' license status by default. During the upload, they can be changed to a more suitable value for the current media file. To generally update the default values however, change the fields below.",
"explica_object_metadata_rights_defaults": "The following values describe the default license status and rights holder entered for the metadata (title, description, etc.) for newly recorded objects. If you are to change the license status or rights holder later on, you can do so using the respective fields of the \"rights\" tab of the object editing page or generally overwrite any existing license status or rights holders by clicking on the buttons below (\"rebase\").",
"explica_social_media_buttons": "At the bottom of each object page in the public frontend of museum-digital, share buttons for common social media sites can be displayed. Whether they actually are displayed can be set on a per-object basis. A default value for new objects can be set here however.",
"explica_download_button_images": "On single image pages for object images in the public frontend of museum-digital, a download button can be displayed. This only pertains to pages for images (not other resources) hosted with museum-digital. In some cases, e.g. if the object is a recent artwork where the museum itself only holds restricted control over the licensing of the object or its display online, it may be necessary to disable the download button. Regardless of the setting here, users can still download the image using a right click.",
"commenting_function": "Commenting",
"explica_commenting": "Commenting can be enabled in the public frontend of museum-digital. The commenting function can either be opened to anybody, or only to specific user groups, which can be selected below. If the commenting function is activated and anybody leaves a comment, new comments can be moderated using the moderation tool accessible through musdb's dashboard (section: tools).",
"explica_share_dumps": "If a museum wants to grant the public - or certain other parties such as aggregators or portals - ongoing access to a full download of its published object data at museum-digital, this can be done using the setting below. If the shared dumps are made public, they will be linked on the museum's institution page. If they are set to sharing by a link, they will be made accessible using a link only to be found in an entry field of this subsection.",
"preferred_object_order": "Preferred order of objects",
"explica_preferred_object_order": "Using the buttons below a preferred order of the object listing for all objects of the institution when accessed through the respective links at the bottom of the institution page can be adjusted.",
"explica_strict_mode_sizes": "If this setting is enabled, the fields for separated measurements are converted into number fields. This way, only valid, numeric information can be entered into the fields. Consequently, one can be sure that the objects can be properly searched (e.g. using a search for all objects taller or smaller than 500 mm). Strictly requiring numeric information using the respective input field type however makes it impossible to display pre-existing, non-numeric data. Hence, this setting should only be enabled if one is certain, that all contents in the respective fields is valid and numeric. ",
"explica_strict_mode_dates": "If this setting is enabled, the fields for date information on object pages (e.g. entry date) are converted into date fields. This way, only valid dates can be entered into the fields (e.g. \"August 20th, 2022\"; not \"ca. 2022\"). The date fields now contain a date picker. Consequently, one can be sure that the objects can be properly searched (e.g. using a search for all objects entering the museums before a given day). Strictly requiring date information using the respective input field type however makes it impossible to display pre-existing and invalid dates. Hence, this setting should not be enabled if any information has been entered into the date fields already.",
"explica_strict_mode_values": "If this setting is enabled, the fields for values (e..g insurance value, estimated value) are converted into number fields. This way, only valid, numeric information can be entered into the fields. Consequently, one can be sure that the objects can be properly searched (e.g. using a search for all objects more or less expensive than 500 \u20ac). Strictly requiring numeric information using the respective input field type however makes it impossible to display pre-existing, non-numeric data. Hence, this setting should only be enabled if one is certain, that all contents in the respective fields is valid and numeric. ",
"explica_strict_mode_invno": "By default, a warning is given if a new object with a duplicate inventory number is entered. It is however possible to proceed entering the object regardless by pressing the respective button. Enabling this setting removes the button and makes it fully impossible to enter objects of a duplicate inventory number.",
"explica_how_event_sources": "If a museum has a strong research focus or a focus on provenenance research, it may be useful to note the source from which the information for events (e.g. who bought the object at a given date?) was retrieved. The option to do so in a regularized fashion is available once this option has been activated.",
"explica_object_categorization_ai": "When adding objects, an AI-based image categorization can be run for a rough tagging of the objects (provided that images are uploaded as the object is added). As this image categoriation is far from perfect and blocks the upload process for some time, it needs to be enabled here if it is to be used.",
"explica_invno_scheme": "If this field is filled, a suggestion for inventory numbers for new objects can be provided by the system. Variable components of an inventory number - a counter and often an identifier for the collection - can be marked using the placeholders {no} (for a counter counting up) and {c_sig} for the collection signature. Suggesting collection signatures required a collection to have already been selected as the suggestion button is pressed. Signatures for the collection can be entered using the collection page. An example for such an inventory number scheme may thus be XYZ-{no}8, meaning that any suggested inventory number will start with \"XYZ-\", followed by a counter padded to 8 characters. The first proposed inventory number would thus be XYZ-00000001, the second XYZ-00000002."
}
}

View File

@ -57,6 +57,8 @@
"no_superordinate_collection": "No superordinate collection has been assigned",
"no_subordinate_collection": "No subordinate collection has been assigned",
"hide_collection": "Collection is public. Hide it",
"publish_collection": "Collection is hidden. Publish."
"publish_collection": "Collection is hidden. Publish.",
"collection_signature": "Collection signature",
"collection_signature_explica": "A signature of the collection for internal use. It can, e.g., be used for entering a reference to the collection to automatically suggested inventory numbers (see institution-wide settings page). "
}
}

View File

@ -80,6 +80,24 @@
"additional_fields_on_object_add_explanation": "Here you can add or remove additional entry fields that shall be made available directly when adding a new object. You may also set them to be required for adding the object altogether.",
"enable_strict_mode_for_values": "Enforce value information (estimated value, insurance value) to be numeric",
"enable_strict_mode_for_sizes": "Enforce sizes (height, weight, etc.) to be numeric",
"enable_strict_mode_for_dates": "Add date picker for dates and enforce entry and estimation dates are actual date fields"
"enable_strict_mode_for_dates": "Add date picker for dates and enforce entry and estimation dates are actual date fields",
"enable_strict_mode_for_invno": "Enforce unique inventory numbers within the museum without any exceptions or overrides",
"invno_scheme": "Scheme for suggested inventory numbers",
"explica_media_rights_defaults": "When uploading images, videos, audio and other media files, the following entries are entered into the respective fields for the media files' license status by default. During the upload, they can be changed to a more suitable value for the current media file. To generally update the default values however, change the fields below.",
"explica_object_metadata_rights_defaults": "The following values describe the default license status and rights holder entered for the metadata (title, description, etc.) for newly recorded objects. If you are to change the license status or rights holder later on, you can do so using the respective fields of the \"rights\" tab of the object editing page or generally overwrite any existing license status or rights holders by clicking on the buttons below (\"rebase\").",
"explica_social_media_buttons": "At the bottom of each object page in the public frontend of museum-digital, share buttons for common social media sites can be displayed. Whether they actually are displayed can be set on a per-object basis. A default value for new objects can be set here however.",
"explica_download_button_images": "On single image pages for object images in the public frontend of museum-digital, a download button can be displayed. This only pertains to pages for images (not other resources) hosted with museum-digital. In some cases, e.g. if the object is a recent artwork where the museum itself only holds restricted control over the licensing of the object or its display online, it may be necessary to disable the download button. Regardless of the setting here, users can still download the image using a right click.",
"commenting_function": "Commenting",
"explica_commenting": "Commenting can be enabled in the public frontend of museum-digital. The commenting function can either be opened to anybody, or only to specific user groups, which can be selected below. If the commenting function is activated and anybody leaves a comment, new comments can be moderated using the moderation tool accessible through musdb's dashboard (section: tools).",
"explica_share_dumps": "If a museum wants to grant the public - or certain other parties such as aggregators or portals - ongoing access to a full download of its published object data at museum-digital, this can be done using the setting below. If the shared dumps are made public, they will be linked on the museum's institution page. If they are set to sharing by a link, they will be made accessible using a link only to be found in an entry field of this subsection.",
"preferred_object_order": "Preferred order of objects",
"explica_preferred_object_order": "Using the buttons below a preferred order of the object listing for all objects of the institution when accessed through the respective links at the bottom of the institution page can be adjusted.",
"explica_strict_mode_sizes": "If this setting is enabled, the fields for separated measurements are converted into number fields. This way, only valid, numeric information can be entered into the fields. Consequently, one can be sure that the objects can be properly searched (e.g. using a search for all objects taller or smaller than 500 mm). Strictly requiring numeric information using the respective input field type however makes it impossible to display pre-existing, non-numeric data. Hence, this setting should only be enabled if one is certain, that all contents in the respective fields is valid and numeric. ",
"explica_strict_mode_dates": "If this setting is enabled, the fields for date information on object pages (e.g. entry date) are converted into date fields. This way, only valid dates can be entered into the fields (e.g. \"August 20th, 2022\"; not \"ca. 2022\"). The date fields now contain a date picker. Consequently, one can be sure that the objects can be properly searched (e.g. using a search for all objects entering the museums before a given day). Strictly requiring date information using the respective input field type however makes it impossible to display pre-existing and invalid dates. Hence, this setting should not be enabled if any information has been entered into the date fields already.",
"explica_strict_mode_values": "If this setting is enabled, the fields for values (e..g insurance value, estimated value) are converted into number fields. This way, only valid, numeric information can be entered into the fields. Consequently, one can be sure that the objects can be properly searched (e.g. using a search for all objects more or less expensive than 500 \u20ac). Strictly requiring numeric information using the respective input field type however makes it impossible to display pre-existing, non-numeric data. Hence, this setting should only be enabled if one is certain, that all contents in the respective fields is valid and numeric. ",
"explica_strict_mode_invno": "By default, a warning is given if a new object with a duplicate inventory number is entered. It is however possible to proceed entering the object regardless by pressing the respective button. Enabling this setting removes the button and makes it fully impossible to enter objects of a duplicate inventory number.",
"explica_how_event_sources": "If a museum has a strong research focus or a focus on provenenance research, it may be useful to note the source from which the information for events (e.g. who bought the object at a given date?) was retrieved. The option to do so in a regularized fashion is available once this option has been activated.",
"explica_object_categorization_ai": "When adding objects, an AI-based image categorization can be run for a rough tagging of the objects (provided that images are uploaded as the object is added). As this image categoriation is far from perfect and blocks the upload process for some time, it needs to be enabled here if it is to be used.",
"explica_invno_scheme": "If this field is filled, a suggestion for inventory numbers for new objects can be provided by the system. Variable components of an inventory number - a counter and often an identifier for the collection - can be marked using the placeholders {no} (for a counter counting up) and {c_sig} for the collection signature. Suggesting collection signatures required a collection to have already been selected as the suggestion button is pressed. Signatures for the collection can be entered using the collection page. An example for such an inventory number scheme may thus be XYZ-{no}8, meaning that any suggested inventory number will start with \"XYZ-\", followed by a counter padded to 8 characters. The first proposed inventory number would thus be XYZ-00000001, the second XYZ-00000002."
}
}

View File

@ -57,6 +57,8 @@
"no_superordinate_collection": "No superordinate collection has been assigned",
"no_subordinate_collection": "No subordinate collection has been assigned",
"hide_collection": "Collection is public. Hide it",
"publish_collection": "Collection is hidden. Publish."
"publish_collection": "Collection is hidden. Publish.",
"collection_signature": "Collection signature",
"collection_signature_explica": "A signature of the collection for internal use. It can, e.g., be used for entering a reference to the collection to automatically suggested inventory numbers (see institution-wide settings page). "
}
}

View File

@ -80,6 +80,24 @@
"additional_fields_on_object_add_explanation": "Here you can add or remove additional entry fields that shall be made available directly when adding a new object. You may also set them to be required for adding the object altogether.",
"enable_strict_mode_for_values": "Enforce value information (estimated value, insurance value) to be numeric",
"enable_strict_mode_for_sizes": "Enforce sizes (height, weight, etc.) to be numeric",
"enable_strict_mode_for_dates": "Add date picker for dates and enforce entry and estimation dates are actual date fields"
"enable_strict_mode_for_dates": "Add date picker for dates and enforce entry and estimation dates are actual date fields",
"enable_strict_mode_for_invno": "Enforce unique inventory numbers within the museum without any exceptions or overrides",
"invno_scheme": "Scheme for suggested inventory numbers",
"explica_media_rights_defaults": "When uploading images, videos, audio and other media files, the following entries are entered into the respective fields for the media files' license status by default. During the upload, they can be changed to a more suitable value for the current media file. To generally update the default values however, change the fields below.",
"explica_object_metadata_rights_defaults": "The following values describe the default license status and rights holder entered for the metadata (title, description, etc.) for newly recorded objects. If you are to change the license status or rights holder later on, you can do so using the respective fields of the \"rights\" tab of the object editing page or generally overwrite any existing license status or rights holders by clicking on the buttons below (\"rebase\").",
"explica_social_media_buttons": "At the bottom of each object page in the public frontend of museum-digital, share buttons for common social media sites can be displayed. Whether they actually are displayed can be set on a per-object basis. A default value for new objects can be set here however.",
"explica_download_button_images": "On single image pages for object images in the public frontend of museum-digital, a download button can be displayed. This only pertains to pages for images (not other resources) hosted with museum-digital. In some cases, e.g. if the object is a recent artwork where the museum itself only holds restricted control over the licensing of the object or its display online, it may be necessary to disable the download button. Regardless of the setting here, users can still download the image using a right click.",
"commenting_function": "Commenting",
"explica_commenting": "Commenting can be enabled in the public frontend of museum-digital. The commenting function can either be opened to anybody, or only to specific user groups, which can be selected below. If the commenting function is activated and anybody leaves a comment, new comments can be moderated using the moderation tool accessible through musdb's dashboard (section: tools).",
"explica_share_dumps": "If a museum wants to grant the public - or certain other parties such as aggregators or portals - ongoing access to a full download of its published object data at museum-digital, this can be done using the setting below. If the shared dumps are made public, they will be linked on the museum's institution page. If they are set to sharing by a link, they will be made accessible using a link only to be found in an entry field of this subsection.",
"preferred_object_order": "Preferred order of objects",
"explica_preferred_object_order": "Using the buttons below a preferred order of the object listing for all objects of the institution when accessed through the respective links at the bottom of the institution page can be adjusted.",
"explica_strict_mode_sizes": "If this setting is enabled, the fields for separated measurements are converted into number fields. This way, only valid, numeric information can be entered into the fields. Consequently, one can be sure that the objects can be properly searched (e.g. using a search for all objects taller or smaller than 500 mm). Strictly requiring numeric information using the respective input field type however makes it impossible to display pre-existing, non-numeric data. Hence, this setting should only be enabled if one is certain, that all contents in the respective fields is valid and numeric. ",
"explica_strict_mode_dates": "If this setting is enabled, the fields for date information on object pages (e.g. entry date) are converted into date fields. This way, only valid dates can be entered into the fields (e.g. \"August 20th, 2022\"; not \"ca. 2022\"). The date fields now contain a date picker. Consequently, one can be sure that the objects can be properly searched (e.g. using a search for all objects entering the museums before a given day). Strictly requiring date information using the respective input field type however makes it impossible to display pre-existing and invalid dates. Hence, this setting should not be enabled if any information has been entered into the date fields already.",
"explica_strict_mode_values": "If this setting is enabled, the fields for values (e..g insurance value, estimated value) are converted into number fields. This way, only valid, numeric information can be entered into the fields. Consequently, one can be sure that the objects can be properly searched (e.g. using a search for all objects more or less expensive than 500 \u20ac). Strictly requiring numeric information using the respective input field type however makes it impossible to display pre-existing, non-numeric data. Hence, this setting should only be enabled if one is certain, that all contents in the respective fields is valid and numeric. ",
"explica_strict_mode_invno": "By default, a warning is given if a new object with a duplicate inventory number is entered. It is however possible to proceed entering the object regardless by pressing the respective button. Enabling this setting removes the button and makes it fully impossible to enter objects of a duplicate inventory number.",
"explica_how_event_sources": "If a museum has a strong research focus or a focus on provenenance research, it may be useful to note the source from which the information for events (e.g. who bought the object at a given date?) was retrieved. The option to do so in a regularized fashion is available once this option has been activated.",
"explica_object_categorization_ai": "When adding objects, an AI-based image categorization can be run for a rough tagging of the objects (provided that images are uploaded as the object is added). As this image categoriation is far from perfect and blocks the upload process for some time, it needs to be enabled here if it is to be used.",
"explica_invno_scheme": "If this field is filled, a suggestion for inventory numbers for new objects can be provided by the system. Variable components of an inventory number - a counter and often an identifier for the collection - can be marked using the placeholders {no} (for a counter counting up) and {c_sig} for the collection signature. Suggesting collection signatures required a collection to have already been selected as the suggestion button is pressed. Signatures for the collection can be entered using the collection page. An example for such an inventory number scheme may thus be XYZ-{no}8, meaning that any suggested inventory number will start with \"XYZ-\", followed by a counter padded to 8 characters. The first proposed inventory number would thus be XYZ-00000001, the second XYZ-00000002."
}
}

View File

@ -101,7 +101,7 @@
"online_usage": "Online haszn\u00e1lat",
"add_field": "Mez\u0151 hozz\u00e1ad\u00e1sa",
"use_preset": "Adatlapok",
"export_object_data": "Export object data",
"calendar": "Calendar"
"export_object_data": "T\u00e1rgy adatainak export\u00e1l\u00e1sa",
"calendar": "Napt\u00e1r"
}
}

View File

@ -164,24 +164,24 @@
"add_new_tag": "Kulcssz\u00f3 hozz\u00e1ad\u00e1sa",
"favorites": "Kedvencek",
"view": "N\u00e9zet",
"qrcode": "QR Code",
"open_url": "Open URL",
"qrcode_scan": "Scan QR code",
"qrcode": "QR-k\u00f3d",
"open_url": "Link megnyit\u00e1sa",
"qrcode_scan": "QR-k\u00f3d beolvas\u00e1sa",
"user_interface": "User interface",
"query_language": "Query language",
"tab": "Tab",
"help_current_page": "Current page",
"help_current_page": "Aktu\u00e1lis oldal",
"clear": "Clear",
"status_thus_far": "Current status",
"link_recently_used": "Link recently used entries",
"published": "Published",
"user": "User",
"subscribe": "Subscribe",
"appointment": "Event",
"user": "Felhaszn\u00e1l\u00f3",
"subscribe": "Feliratkoz\u00e1s",
"appointment": "Esem\u00e9ny",
"calendars": "Calendars",
"now": "Now",
"share": "Share",
"collections": "Collections",
"now": "Most",
"share": "Megoszt\u00e1s",
"collections": "Gy\u0171jtem\u00e9nyek",
"defaults": "Defaults",
"media_licenses": "Media licenses",
"frontend": "Frontend",

View File

@ -1,9 +1,9 @@
{
"calendar": {
"all_calendars": "All calendars",
"exhibition_starts": "Exhibition starts",
"exhibition_ends": "Exhibition ends",
"loan_starts": "Loan starts",
"loan_ends": "Loan ends"
"all_calendars": "\u00d6sszes napt\u00e1r",
"exhibition_starts": "Ki\u00e1ll\u00edt\u00e1s nyit\u00e1s",
"exhibition_ends": "Ki\u00e1ll\u00edt\u00e1s z\u00e1r\u00e1s",
"loan_starts": "K\u00f6lcs\u00f6n kezdete",
"loan_ends": "K\u00f6lcs\u00f6n v\u00e9ge"
}
}

View File

@ -57,6 +57,8 @@
"no_superordinate_collection": "Nincs kijel\u00f6lt f\u00f6l\u00e9rednelt gy\u0171jtem\u00e9ny",
"no_subordinate_collection": "Nincs kijel\u00f6lt al\u00e1rednelt gy\u0171jtem\u00e9ny",
"hide_collection": "Gy\u0171jtem\u00e9ny elrejt\u00e9se",
"publish_collection": "Gy\u0171jtem\u00e9ny publik\u00e1l\u00e1sa"
"publish_collection": "Gy\u0171jtem\u00e9ny publik\u00e1l\u00e1sa",
"collection_signature": "Gy\u0171jtem\u00e9ny azonos\u00edt\u00f3",
"collection_signature_explica": "R\u00f6vid gy\u0171jtem\u00e9ny azonos\u00edt\u00f3 k\u00f3d az automatikus lelt\u00e1ri sz\u00e1mok gener\u00e1l\u00e1s\u00e1hoz. (pl.: T\u00f6rt\u00e9neti T\u00e1rgyak Gy\u0171jtem\u00e9nye:TT) "
}
}

View File

@ -96,11 +96,11 @@
"events_and_tags": "Esem\u00e9nyek \u00e9s Kulcsszavak",
"links_and_object_groups": "Weblinkek \u00e9s T\u00e1rgycsoportok",
"first_event": "Els\u0151 esem\u00e9ny",
"append_to_end": "Append to end",
"replace_the_following": "Replace the following content",
"add_the_following": "Add the following content",
"batch_print_qr_codes": "Print QR codes for objects",
"qr_code_size_pt": "QR code size in pt"
"append_to_end": "Hozz\u00e1f\u0171z\u00e9s",
"replace_the_following": "Cser\u00e9lje ki a k\u00f6vetkez\u0151 tartalmat",
"add_the_following": "Adja hozz\u00e1 a k\u00f6vetkez\u0151 tartlmat",
"batch_print_qr_codes": "QR-k\u00f3d nyomtat\u00e1s",
"qr_code_size_pt": "QR k\u00f3d m\u00e9rete (pt)"
},
"objekt": {
"assign_results": "Hozz\u00e1rendel\u00e9s ",

View File

@ -1,6 +1,6 @@
{
"settings": {
"rights_default_intro": "Default media licences for object representations",
"rights_default_intro": "Felt\u00f6lt\u00f6tt m\u00e9di\u00e1hoz kapcsol\u00f3d\u00f3 jogok",
"rights_default_set": "Alapbe\u00e1ll\u00edt\u00e1sok",
"rights_rightsholder": "Jogtulajdonos",
"rights_rightsstatus": "Szerz\u0151i jogi st\u00e1tusz",
@ -26,7 +26,7 @@
"headline_rights": "K\u00fcl\u00f6nb\u00f6z\u0151 kateg\u00f3ri\u00e1k a k\u00e9pek (\u00e9s egy\u00e9b \u00e1br\u00e1zol\u00e1sok) felhaszn\u00e1l\u00e1si jog\u00e1ra vonatkoz\u00f3lag ",
"museum_stored": "M\u00fazeum be\u00e1ll\u00edt\u00e1sai friss\u00edtve",
"users_specifically_determined": "Kiv\u00e9telek meghat\u00e1rozva",
"socialmedia": "Display social media buttons for new objects by default",
"socialmedia": "K\u00f6z\u00f6ss\u00e9gi m\u00e9dia gombok alap\u00e9rtelmezett megjelen\u00edt\u00e9se az \u00faj t\u00e1rgyakn\u00e1l",
"socialmedia_buttons": "\u00dajonnan felt\u00f6lt\u00f6tt, social media ikonnal rendelkez\u0151 t\u00e1rgyak list\u00e1z\u00e1sa ",
"pdf_catalogue": "PDF katal\u00f3gus",
"pdf_catalogue_explain": "PDF katal\u00f3gus l\u00e9trehoz\u00e1sa",
@ -80,6 +80,24 @@
"additional_fields_on_object_add_explanation": "Here you can add or remove additional entry fields that shall be made available directly when adding a new object. You may also set them to be required for adding the object altogether.",
"enable_strict_mode_for_values": "Enforce value information (estimated value, insurance value) to be numeric",
"enable_strict_mode_for_sizes": "Enforce sizes (height, weight, etc.) to be numeric",
"enable_strict_mode_for_dates": "Add date picker for dates and enforce entry and estimation dates are actual date fields"
"enable_strict_mode_for_dates": "Add date picker for dates and enforce entry and estimation dates are actual date fields",
"enable_strict_mode_for_invno": "Enforce unique inventory numbers within the museum without any exceptions or overrides",
"invno_scheme": "Scheme for suggested inventory numbers",
"explica_media_rights_defaults": "When uploading images, videos, audio and other media files, the following entries are entered into the respective fields for the media files' license status by default. During the upload, they can be changed to a more suitable value for the current media file. To generally update the default values however, change the fields below.",
"explica_object_metadata_rights_defaults": "The following values describe the default license status and rights holder entered for the metadata (title, description, etc.) for newly recorded objects. If you are to change the license status or rights holder later on, you can do so using the respective fields of the \"rights\" tab of the object editing page or generally overwrite any existing license status or rights holders by clicking on the buttons below (\"rebase\").",
"explica_social_media_buttons": "At the bottom of each object page in the public frontend of museum-digital, share buttons for common social media sites can be displayed. Whether they actually are displayed can be set on a per-object basis. A default value for new objects can be set here however.",
"explica_download_button_images": "On single image pages for object images in the public frontend of museum-digital, a download button can be displayed. This only pertains to pages for images (not other resources) hosted with museum-digital. In some cases, e.g. if the object is a recent artwork where the museum itself only holds restricted control over the licensing of the object or its display online, it may be necessary to disable the download button. Regardless of the setting here, users can still download the image using a right click.",
"commenting_function": "Commenting",
"explica_commenting": "Commenting can be enabled in the public frontend of museum-digital. The commenting function can either be opened to anybody, or only to specific user groups, which can be selected below. If the commenting function is activated and anybody leaves a comment, new comments can be moderated using the moderation tool accessible through musdb's dashboard (section: tools).",
"explica_share_dumps": "If a museum wants to grant the public - or certain other parties such as aggregators or portals - ongoing access to a full download of its published object data at museum-digital, this can be done using the setting below. If the shared dumps are made public, they will be linked on the museum's institution page. If they are set to sharing by a link, they will be made accessible using a link only to be found in an entry field of this subsection.",
"preferred_object_order": "Preferred order of objects",
"explica_preferred_object_order": "Using the buttons below a preferred order of the object listing for all objects of the institution when accessed through the respective links at the bottom of the institution page can be adjusted.",
"explica_strict_mode_sizes": "If this setting is enabled, the fields for separated measurements are converted into number fields. This way, only valid, numeric information can be entered into the fields. Consequently, one can be sure that the objects can be properly searched (e.g. using a search for all objects taller or smaller than 500 mm). Strictly requiring numeric information using the respective input field type however makes it impossible to display pre-existing, non-numeric data. Hence, this setting should only be enabled if one is certain, that all contents in the respective fields is valid and numeric. ",
"explica_strict_mode_dates": "If this setting is enabled, the fields for date information on object pages (e.g. entry date) are converted into date fields. This way, only valid dates can be entered into the fields (e.g. \"August 20th, 2022\"; not \"ca. 2022\"). The date fields now contain a date picker. Consequently, one can be sure that the objects can be properly searched (e.g. using a search for all objects entering the museums before a given day). Strictly requiring date information using the respective input field type however makes it impossible to display pre-existing and invalid dates. Hence, this setting should not be enabled if any information has been entered into the date fields already.",
"explica_strict_mode_values": "If this setting is enabled, the fields for values (e..g insurance value, estimated value) are converted into number fields. This way, only valid, numeric information can be entered into the fields. Consequently, one can be sure that the objects can be properly searched (e.g. using a search for all objects more or less expensive than 500 \u20ac). Strictly requiring numeric information using the respective input field type however makes it impossible to display pre-existing, non-numeric data. Hence, this setting should only be enabled if one is certain, that all contents in the respective fields is valid and numeric. ",
"explica_strict_mode_invno": "By default, a warning is given if a new object with a duplicate inventory number is entered. It is however possible to proceed entering the object regardless by pressing the respective button. Enabling this setting removes the button and makes it fully impossible to enter objects of a duplicate inventory number.",
"explica_how_event_sources": "If a museum has a strong research focus or a focus on provenenance research, it may be useful to note the source from which the information for events (e.g. who bought the object at a given date?) was retrieved. The option to do so in a regularized fashion is available once this option has been activated.",
"explica_object_categorization_ai": "When adding objects, an AI-based image categorization can be run for a rough tagging of the objects (provided that images are uploaded as the object is added). As this image categoriation is far from perfect and blocks the upload process for some time, it needs to be enabled here if it is to be used.",
"explica_invno_scheme": "If this field is filled, a suggestion for inventory numbers for new objects can be provided by the system. Variable components of an inventory number - a counter and often an identifier for the collection - can be marked using the placeholders {no} (for a counter counting up) and {c_sig} for the collection signature. Suggesting collection signatures required a collection to have already been selected as the suggestion button is pressed. Signatures for the collection can be entered using the collection page. An example for such an inventory number scheme may thus be XYZ-{no}8, meaning that any suggested inventory number will start with \"XYZ-\", followed by a counter padded to 8 characters. The first proposed inventory number would thus be XYZ-00000001, the second XYZ-00000002."
}
}

View File

@ -39,13 +39,13 @@
"data_url": "Adat \/ URL-c\u00edm",
"qr_code_generator": "QR k\u00f3d gener\u00e1l\u00e1s",
"instance_health": "Adatb\u00e1zis \u00e1llapota",
"version_links": "Links to other services",
"version_links": "Linkek m\u00e1s szolg\u00e1ltat\u00e1sokhoz",
"public_frontend": "Publlic page",
"norm_data_controlled_voc": "Norm data \/ controlled vocabularies",
"handbook": "K\u00e9zik\u00f6nyv",
"blog": "Blog",
"global_timers": "Timers for Caches",
"public_objects_cache": "Cache for public objects",
"public_objects_cache": "Gyors\u00edt\u00f3t\u00e1r nyilv\u00e1nos objektumokhoz",
"comments_moderation": "Legfrissebb kommentek",
"show_all_comments": "\u00d6sszes komment",
"online_usage_last_31_days": "Online haszn\u00e1lat (elm\u00falt 30 nap)",
@ -68,56 +68,56 @@
"actor_links_by_gender": "Szem\u00e9ly \/ Int\u00e9zm\u00e9ny kapcsolat nem alapj\u00e1n",
"linked_actors_by_gender": "\u00d6sszekapcsolt Szem\u00e9ly \/ Int\u00e9zm\u00e9ny nem alapj\u00e1n",
"place_links_by_distance": "F\u00f6ldrajzi helyek t\u00e1vols\u00e1ga a m\u00fazeumt\u00f3l",
"imported_actor_ids": "IDs of imported actors",
"imported_places_ids": "IDs of imported places",
"imported_tag_ids": "IDs of imported tags",
"fav_object_searches": "Favorite object searches",
"imported_actor_ids": "Import\u00e1lt szerepl\u0151k azonos\u00edt\u00f3i",
"imported_places_ids": "Import\u00e1lt helysz\u00ednek azonos\u00edt\u00f3i",
"imported_tag_ids": "Import\u00e1lt kulcsszavak azonos\u00edt\u00f3i",
"fav_object_searches": "Kedvenc t\u00e1rgykeres\u00e9s",
"outdated_user_account_hl": " Elavult felhaszn\u00e1l\u00f3i fi\u00f3k?",
"outdated_user_account_text": "Olyan felhaszn\u00e1l\u00f3i fi\u00f3kot tal\u00e1ltunk, amelyet hossz\u00fa ideje nem haszn\u00e1ltak int\u00e9zm\u00e9ny\u00e9ben. Az elavult fi\u00f3kokat el kell t\u00e1vol\u00edtani a biztons\u00e1g n\u00f6vel\u00e9s\u00e9nek az \u00e9rdek\u00e9ben.",
"email_missing_request_hl": " Adjon hozz\u00e1 egy e-mail c\u00edmet a fi\u00f3kj\u00e1hoz",
"email_missing_request_text": "A fi\u00f3kja m\u00e9g nincs e-mail c\u00edmhez kapcsolva. A GDPR bevezet\u00e9se \u00f3ta az \u00fajonnan l\u00e9terhozott fi\u00f3kokhoz sz\u00fcks\u00e9ges e-mailt csatolni. Az e-mail c\u00edmekre sz\u00fcks\u00e9g van a fi\u00f3k t\u00f6rl\u00e9s\u00e9re vonatkoz\u00f3 automatikus e-mailek fogad\u00e1s\u00e1hoz is.",
"images_open_licences": "Images using open licences",
"resources_open_licences": "Resources using open licences",
"object_location_general_not_empty": "Objects with location information",
"object_suggestions_open": "Objects: Open improvement suggestions",
"events_w_sources": "Events with source",
"users_logged_in_yesterday": "No. of users logged in yesterday",
"users_logged_in_30d": "No. of users logged in within the last 30 days",
"users_invited": "Users invited",
"users_public_profile": "Users with \"published\" user profile",
"users_2fa": "Users with activated two factor auth",
"total_filesize_imgs": "Total filesize of images on server",
"total_filesize_resources": "Total filesize of resources on server",
"nb_uniq_visitors": "Unique visitors",
"nb_visits": "Online page visits",
"nb_actions": "Online visits: actions (clicks, etc)",
"max_actions": "Max. amount of actions of a user",
"bounce_count": "Online visits: Bounce count",
"sum_visit_length": "Total sum of visit duration",
"nb_actions_per_visit": "Online visits: actions per visit",
"Referrers_visitorsFromSearchEngines": "Referrers: Visitors from search engines",
"Referrers_visitorsFromSocialNetworks": "Referrers: Visitors from social networks",
"Referrers_visitorsFromDirectEntry": "Referrers: Visitors from direct entry",
"Referrers_visitorsFromWebsites": "Referrers: Visitors from uncategorized websites",
"Referrers_visitorsFromCampaigns": "Referrers: Visitors from campaigns",
"PagePerformance_network_time": "Performance: Network time (total)",
"PagePerformance_network_hits": "Performance: Network time (hits)",
"PagePerformance_servery_time": "Performance: Time spent waiting for server (total)",
"PagePerformance_server_hits": "Performance: Time spent waiting for server (hits)",
"PagePerformance_transfer_time": "Performance: Time spent for data transfer (total)",
"PagePerformance_transfer_hits": "Performance: Time spent for data transfer (hits)",
"PagePerformance_domprocessing_time": "Performance: Time spent for processing the DOM (total)",
"PagePerformance_domprocessing_hits": "Performance: Time spent for processing the DOM (hits)",
"PagePerformance_domcompletion_time": "Performance: Time spent for until completion of DOM (total)",
"PagePerformance_domcompletion_hits": "Performance: Time spent for until completion of DOM (hits)",
"PagePerformance_onload_time": "Performance: Time spent until pages are fully loaded (total)",
"PagePerformance_onload_hits": "Performance: Time spent until pages are fully loaded (hits)",
"PagePerformance_pageload_time": "Performance: Time spent until pages are fully loaded and processed (total)",
"PagePerformance_pageload_hits": "Performance: Time spent until pages are fully loaded and processed (hits)",
"nb_pageviews": "Pageviews",
"nb_downloads": "Downloads",
"nb_outlinks": "Outlinks",
"nb_searches": "Online visits: searches",
"usage_stats_checked": "User-Statistics loaded"
"images_open_licences": "K\u00e9pek ny\u00edlt licenccel",
"resources_open_licences": "Tartalmak ny\u00edlt licenccel",
"object_location_general_not_empty": "Helyinform\u00e1ci\u00f3kkal rendelkez\u0151 objektumok",
"object_suggestions_open": "T\u00e1rgyak fejleszt\u00e9si javaslatokkal",
"events_w_sources": "Esem\u00e9nyek forr\u00e1ssal",
"users_logged_in_yesterday": "Bejelentkezett felhaszn\u00e1l\u00f3k sz\u00e1ma (tegnap)",
"users_logged_in_30d": "Bejelentkezett felhaszn\u00e1l\u00f3k sz\u00e1ma (elm\u00falt 30 nap)",
"users_invited": "Megh\u00edvott felhaszn\u00e1l\u00f3k",
"users_public_profile": "Publikus felhaszn\u00e1l\u00f3i profilok",
"users_2fa": "Felhaszn\u00e1l\u00f3k k\u00e9tszint\u0171 hiteles\u00edt\u00e9ssel",
"total_filesize_imgs": "Szerveren t\u00e1rolt k\u00e9pek teljes f\u00e1jlm\u00e9rete",
"total_filesize_resources": "Szerveren t\u00e1rolt tartalmak teljes f\u00e1jlm\u00e9rete",
"nb_uniq_visitors": "Egyedi l\u00e1togat\u00f3k",
"nb_visits": "Oldall\u00e1togat\u00e1sok",
"nb_actions": "Online l\u00e1togat\u00e1sok: akci\u00f3k (klikk, strb.)",
"max_actions": "L\u00e1togat\u00f3 maxim\u00e1lis akci\u00f3sz\u00e1ma ",
"bounce_count": "Online l\u00e1togat\u00e1sok: Visszapattan\u00e1sok",
"sum_visit_length": "A l\u00e1togat\u00e1s teljes id\u0151tartama",
"nb_actions_per_visit": "Online l\u00e1togat\u00e1sok: akci\u00f3k l\u00e1togat\u00e1sonk\u00e9nt",
"Referrers_visitorsFromSearchEngines": "\u00c1tir\u00e1ny\u00edt\u00e1sok: L\u00e1togat\u00f3k a keres\u0151motorokb\u00f3l",
"Referrers_visitorsFromSocialNetworks": "Referer: L\u00e1togat\u00f3k a k\u00f6z\u00f6ss\u00e9gi h\u00e1l\u00f3zatokr\u00f3l",
"Referrers_visitorsFromDirectEntry": "Referer: L\u00e1togat\u00f3k k\u00f6zvetlen",
"Referrers_visitorsFromWebsites": "Referer: Visitors from uncategorized websites",
"Referrers_visitorsFromCampaigns": "Referer: L\u00e1togat\u00f3k kategoriz\u00e1latlan webhelyekr\u0151l",
"PagePerformance_network_time": "Teljes\u00edtm\u00e9ny: H\u00e1l\u00f3zati id\u0151 (\u00f6sszesen)",
"PagePerformance_network_hits": "Teljes\u00edtm\u00e9ny: H\u00e1l\u00f3zati id\u0151 (tal\u00e1latok)",
"PagePerformance_servery_time": "Teljes\u00edtm\u00e9ny: Szerverre v\u00e1rakoz\u00e1ssal t\u00f6lt\u00f6tt id\u0151 (\u00f6sszesen)",
"PagePerformance_server_hits": "Teljes\u00edtm\u00e9ny: Szerverre v\u00e1rakoz\u00e1ssal t\u00f6lt\u00f6tt id\u0151 (tal\u00e1latok)",
"PagePerformance_transfer_time": "Teljes\u00edtm\u00e9ny: Adat\u00e1tvitellel t\u00f6lt\u00f6tt id\u0151 (\u00f6sszesen)",
"PagePerformance_transfer_hits": "Teljes\u00edtm\u00e9ny: Adat\u00e1tvitellel t\u00f6lt\u00f6tt id\u0151 (tal\u00e1latok)",
"PagePerformance_domprocessing_time": "Teljes\u00edtm\u00e9ny: DOM feldolgoz\u00e1s\u00e1ra ford\u00edtott id\u0151 (\u00f6sszesen)",
"PagePerformance_domprocessing_hits": "Teljes\u00edtm\u00e9ny: DOM feldolgoz\u00e1s\u00e1ra ford\u00edtott id\u0151 (tal\u00e1latok)",
"PagePerformance_domcompletion_time": "Teljes\u00edtm\u00e9ny: DOM befejez\u00e9s\u00e9ig elt\u00f6lt\u00f6tt id\u0151 (\u00f6sszesen)",
"PagePerformance_domcompletion_hits": "Teljes\u00edtm\u00e9ny: DOM befejez\u00e9s\u00e9ig elt\u00f6lt\u00f6tt id\u0151 (tal\u00e1latok)",
"PagePerformance_onload_time": "Teljes\u00edtm\u00e9ny: Oldalak teljes bet\u00f6lt\u00e9s\u00e9ig elt\u00f6lt\u00f6tt id\u0151 (\u00f6sszesen)",
"PagePerformance_onload_hits": "Teljes\u00edtm\u00e9ny: Oldalak teljes bet\u00f6lt\u00e9s\u00e9ig elt\u00f6lt\u00f6tt id\u0151 (tal\u00e1latok)",
"PagePerformance_pageload_time": "Teljes\u00edtm\u00e9ny: Oldalak teljes bet\u00f6lt\u00e9s\u00e9ig \u00e9s feldolgoz\u00e1s\u00e1ig elt\u00f6lt\u00f6tt id\u0151 (\u00f6sszesen)",
"PagePerformance_pageload_hits": "Teljes\u00edtm\u00e9ny: Oldalak teljes bet\u00f6lt\u00e9s\u00e9ig \u00e9s feldolgoz\u00e1s\u00e1ig elt\u00f6lt\u00f6tt id\u0151 (tal\u00e1latok)",
"nb_pageviews": "Oldalmegtekint\u00e9sek",
"nb_downloads": "Let\u00f6lt\u00e9sek",
"nb_outlinks": "Outlinkek",
"nb_searches": "Online l\u00e1togat\u00e1sok: keres\u00e9sek",
"usage_stats_checked": "Felhaszn\u00e1l\u00f3i statisztika bet\u00f6lt\u00e9se"
}
}

View File

@ -57,6 +57,8 @@
"no_superordinate_collection": "No superordinate collection has been assigned",
"no_subordinate_collection": "No subordinate collection has been assigned",
"hide_collection": "Collection is public. Hide it",
"publish_collection": "Collection is hidden. Publish."
"publish_collection": "Collection is hidden. Publish.",
"collection_signature": "Collection signature",
"collection_signature_explica": "A signature of the collection for internal use. It can, e.g., be used for entering a reference to the collection to automatically suggested inventory numbers (see institution-wide settings page). "
}
}

View File

@ -80,6 +80,24 @@
"additional_fields_on_object_add_explanation": "Here you can add or remove additional entry fields that shall be made available directly when adding a new object. You may also set them to be required for adding the object altogether.",
"enable_strict_mode_for_values": "Enforce value information (estimated value, insurance value) to be numeric",
"enable_strict_mode_for_sizes": "Enforce sizes (height, weight, etc.) to be numeric",
"enable_strict_mode_for_dates": "Add date picker for dates and enforce entry and estimation dates are actual date fields"
"enable_strict_mode_for_dates": "Add date picker for dates and enforce entry and estimation dates are actual date fields",
"enable_strict_mode_for_invno": "Enforce unique inventory numbers within the museum without any exceptions or overrides",
"invno_scheme": "Scheme for suggested inventory numbers",
"explica_media_rights_defaults": "When uploading images, videos, audio and other media files, the following entries are entered into the respective fields for the media files' license status by default. During the upload, they can be changed to a more suitable value for the current media file. To generally update the default values however, change the fields below.",
"explica_object_metadata_rights_defaults": "The following values describe the default license status and rights holder entered for the metadata (title, description, etc.) for newly recorded objects. If you are to change the license status or rights holder later on, you can do so using the respective fields of the \"rights\" tab of the object editing page or generally overwrite any existing license status or rights holders by clicking on the buttons below (\"rebase\").",
"explica_social_media_buttons": "At the bottom of each object page in the public frontend of museum-digital, share buttons for common social media sites can be displayed. Whether they actually are displayed can be set on a per-object basis. A default value for new objects can be set here however.",
"explica_download_button_images": "On single image pages for object images in the public frontend of museum-digital, a download button can be displayed. This only pertains to pages for images (not other resources) hosted with museum-digital. In some cases, e.g. if the object is a recent artwork where the museum itself only holds restricted control over the licensing of the object or its display online, it may be necessary to disable the download button. Regardless of the setting here, users can still download the image using a right click.",
"commenting_function": "Commenting",
"explica_commenting": "Commenting can be enabled in the public frontend of museum-digital. The commenting function can either be opened to anybody, or only to specific user groups, which can be selected below. If the commenting function is activated and anybody leaves a comment, new comments can be moderated using the moderation tool accessible through musdb's dashboard (section: tools).",
"explica_share_dumps": "If a museum wants to grant the public - or certain other parties such as aggregators or portals - ongoing access to a full download of its published object data at museum-digital, this can be done using the setting below. If the shared dumps are made public, they will be linked on the museum's institution page. If they are set to sharing by a link, they will be made accessible using a link only to be found in an entry field of this subsection.",
"preferred_object_order": "Preferred order of objects",
"explica_preferred_object_order": "Using the buttons below a preferred order of the object listing for all objects of the institution when accessed through the respective links at the bottom of the institution page can be adjusted.",
"explica_strict_mode_sizes": "If this setting is enabled, the fields for separated measurements are converted into number fields. This way, only valid, numeric information can be entered into the fields. Consequently, one can be sure that the objects can be properly searched (e.g. using a search for all objects taller or smaller than 500 mm). Strictly requiring numeric information using the respective input field type however makes it impossible to display pre-existing, non-numeric data. Hence, this setting should only be enabled if one is certain, that all contents in the respective fields is valid and numeric. ",
"explica_strict_mode_dates": "If this setting is enabled, the fields for date information on object pages (e.g. entry date) are converted into date fields. This way, only valid dates can be entered into the fields (e.g. \"August 20th, 2022\"; not \"ca. 2022\"). The date fields now contain a date picker. Consequently, one can be sure that the objects can be properly searched (e.g. using a search for all objects entering the museums before a given day). Strictly requiring date information using the respective input field type however makes it impossible to display pre-existing and invalid dates. Hence, this setting should not be enabled if any information has been entered into the date fields already.",
"explica_strict_mode_values": "If this setting is enabled, the fields for values (e..g insurance value, estimated value) are converted into number fields. This way, only valid, numeric information can be entered into the fields. Consequently, one can be sure that the objects can be properly searched (e.g. using a search for all objects more or less expensive than 500 \u20ac). Strictly requiring numeric information using the respective input field type however makes it impossible to display pre-existing, non-numeric data. Hence, this setting should only be enabled if one is certain, that all contents in the respective fields is valid and numeric. ",
"explica_strict_mode_invno": "By default, a warning is given if a new object with a duplicate inventory number is entered. It is however possible to proceed entering the object regardless by pressing the respective button. Enabling this setting removes the button and makes it fully impossible to enter objects of a duplicate inventory number.",
"explica_how_event_sources": "If a museum has a strong research focus or a focus on provenenance research, it may be useful to note the source from which the information for events (e.g. who bought the object at a given date?) was retrieved. The option to do so in a regularized fashion is available once this option has been activated.",
"explica_object_categorization_ai": "When adding objects, an AI-based image categorization can be run for a rough tagging of the objects (provided that images are uploaded as the object is added). As this image categoriation is far from perfect and blocks the upload process for some time, it needs to be enabled here if it is to be used.",
"explica_invno_scheme": "If this field is filled, a suggestion for inventory numbers for new objects can be provided by the system. Variable components of an inventory number - a counter and often an identifier for the collection - can be marked using the placeholders {no} (for a counter counting up) and {c_sig} for the collection signature. Suggesting collection signatures required a collection to have already been selected as the suggestion button is pressed. Signatures for the collection can be entered using the collection page. An example for such an inventory number scheme may thus be XYZ-{no}8, meaning that any suggested inventory number will start with \"XYZ-\", followed by a counter padded to 8 characters. The first proposed inventory number would thus be XYZ-00000001, the second XYZ-00000002."
}
}

View File

@ -57,6 +57,8 @@
"no_superordinate_collection": "No superordinate collection has been assigned",
"no_subordinate_collection": "No subordinate collection has been assigned",
"hide_collection": "Collection is public. Hide it",
"publish_collection": "Collection is hidden. Publish."
"publish_collection": "Collection is hidden. Publish.",
"collection_signature": "Collection signature",
"collection_signature_explica": "A signature of the collection for internal use. It can, e.g., be used for entering a reference to the collection to automatically suggested inventory numbers (see institution-wide settings page). "
}
}

View File

@ -80,6 +80,24 @@
"additional_fields_on_object_add_explanation": "Here you can add or remove additional entry fields that shall be made available directly when adding a new object. You may also set them to be required for adding the object altogether.",
"enable_strict_mode_for_values": "Enforce value information (estimated value, insurance value) to be numeric",
"enable_strict_mode_for_sizes": "Enforce sizes (height, weight, etc.) to be numeric",
"enable_strict_mode_for_dates": "Add date picker for dates and enforce entry and estimation dates are actual date fields"
"enable_strict_mode_for_dates": "Add date picker for dates and enforce entry and estimation dates are actual date fields",
"enable_strict_mode_for_invno": "Enforce unique inventory numbers within the museum without any exceptions or overrides",
"invno_scheme": "Scheme for suggested inventory numbers",
"explica_media_rights_defaults": "When uploading images, videos, audio and other media files, the following entries are entered into the respective fields for the media files' license status by default. During the upload, they can be changed to a more suitable value for the current media file. To generally update the default values however, change the fields below.",
"explica_object_metadata_rights_defaults": "The following values describe the default license status and rights holder entered for the metadata (title, description, etc.) for newly recorded objects. If you are to change the license status or rights holder later on, you can do so using the respective fields of the \"rights\" tab of the object editing page or generally overwrite any existing license status or rights holders by clicking on the buttons below (\"rebase\").",
"explica_social_media_buttons": "At the bottom of each object page in the public frontend of museum-digital, share buttons for common social media sites can be displayed. Whether they actually are displayed can be set on a per-object basis. A default value for new objects can be set here however.",
"explica_download_button_images": "On single image pages for object images in the public frontend of museum-digital, a download button can be displayed. This only pertains to pages for images (not other resources) hosted with museum-digital. In some cases, e.g. if the object is a recent artwork where the museum itself only holds restricted control over the licensing of the object or its display online, it may be necessary to disable the download button. Regardless of the setting here, users can still download the image using a right click.",
"commenting_function": "Commenting",
"explica_commenting": "Commenting can be enabled in the public frontend of museum-digital. The commenting function can either be opened to anybody, or only to specific user groups, which can be selected below. If the commenting function is activated and anybody leaves a comment, new comments can be moderated using the moderation tool accessible through musdb's dashboard (section: tools).",
"explica_share_dumps": "If a museum wants to grant the public - or certain other parties such as aggregators or portals - ongoing access to a full download of its published object data at museum-digital, this can be done using the setting below. If the shared dumps are made public, they will be linked on the museum's institution page. If they are set to sharing by a link, they will be made accessible using a link only to be found in an entry field of this subsection.",
"preferred_object_order": "Preferred order of objects",
"explica_preferred_object_order": "Using the buttons below a preferred order of the object listing for all objects of the institution when accessed through the respective links at the bottom of the institution page can be adjusted.",
"explica_strict_mode_sizes": "If this setting is enabled, the fields for separated measurements are converted into number fields. This way, only valid, numeric information can be entered into the fields. Consequently, one can be sure that the objects can be properly searched (e.g. using a search for all objects taller or smaller than 500 mm). Strictly requiring numeric information using the respective input field type however makes it impossible to display pre-existing, non-numeric data. Hence, this setting should only be enabled if one is certain, that all contents in the respective fields is valid and numeric. ",
"explica_strict_mode_dates": "If this setting is enabled, the fields for date information on object pages (e.g. entry date) are converted into date fields. This way, only valid dates can be entered into the fields (e.g. \"August 20th, 2022\"; not \"ca. 2022\"). The date fields now contain a date picker. Consequently, one can be sure that the objects can be properly searched (e.g. using a search for all objects entering the museums before a given day). Strictly requiring date information using the respective input field type however makes it impossible to display pre-existing and invalid dates. Hence, this setting should not be enabled if any information has been entered into the date fields already.",
"explica_strict_mode_values": "If this setting is enabled, the fields for values (e..g insurance value, estimated value) are converted into number fields. This way, only valid, numeric information can be entered into the fields. Consequently, one can be sure that the objects can be properly searched (e.g. using a search for all objects more or less expensive than 500 \u20ac). Strictly requiring numeric information using the respective input field type however makes it impossible to display pre-existing, non-numeric data. Hence, this setting should only be enabled if one is certain, that all contents in the respective fields is valid and numeric. ",
"explica_strict_mode_invno": "By default, a warning is given if a new object with a duplicate inventory number is entered. It is however possible to proceed entering the object regardless by pressing the respective button. Enabling this setting removes the button and makes it fully impossible to enter objects of a duplicate inventory number.",
"explica_how_event_sources": "If a museum has a strong research focus or a focus on provenenance research, it may be useful to note the source from which the information for events (e.g. who bought the object at a given date?) was retrieved. The option to do so in a regularized fashion is available once this option has been activated.",
"explica_object_categorization_ai": "When adding objects, an AI-based image categorization can be run for a rough tagging of the objects (provided that images are uploaded as the object is added). As this image categoriation is far from perfect and blocks the upload process for some time, it needs to be enabled here if it is to be used.",
"explica_invno_scheme": "If this field is filled, a suggestion for inventory numbers for new objects can be provided by the system. Variable components of an inventory number - a counter and often an identifier for the collection - can be marked using the placeholders {no} (for a counter counting up) and {c_sig} for the collection signature. Suggesting collection signatures required a collection to have already been selected as the suggestion button is pressed. Signatures for the collection can be entered using the collection page. An example for such an inventory number scheme may thus be XYZ-{no}8, meaning that any suggested inventory number will start with \"XYZ-\", followed by a counter padded to 8 characters. The first proposed inventory number would thus be XYZ-00000001, the second XYZ-00000002."
}
}

View File

@ -57,6 +57,8 @@
"no_superordinate_collection": "No superordinate collection has been assigned",
"no_subordinate_collection": "No subordinate collection has been assigned",
"hide_collection": "Collection is public. Hide it",
"publish_collection": "Collection is hidden. Publish."
"publish_collection": "Collection is hidden. Publish.",
"collection_signature": "Collection signature",
"collection_signature_explica": "A signature of the collection for internal use. It can, e.g., be used for entering a reference to the collection to automatically suggested inventory numbers (see institution-wide settings page). "
}
}

View File

@ -80,6 +80,24 @@
"additional_fields_on_object_add_explanation": "Here you can add or remove additional entry fields that shall be made available directly when adding a new object. You may also set them to be required for adding the object altogether.",
"enable_strict_mode_for_values": "Enforce value information (estimated value, insurance value) to be numeric",
"enable_strict_mode_for_sizes": "Enforce sizes (height, weight, etc.) to be numeric",
"enable_strict_mode_for_dates": "Add date picker for dates and enforce entry and estimation dates are actual date fields"
"enable_strict_mode_for_dates": "Add date picker for dates and enforce entry and estimation dates are actual date fields",
"enable_strict_mode_for_invno": "Enforce unique inventory numbers within the museum without any exceptions or overrides",
"invno_scheme": "Scheme for suggested inventory numbers",
"explica_media_rights_defaults": "When uploading images, videos, audio and other media files, the following entries are entered into the respective fields for the media files' license status by default. During the upload, they can be changed to a more suitable value for the current media file. To generally update the default values however, change the fields below.",
"explica_object_metadata_rights_defaults": "The following values describe the default license status and rights holder entered for the metadata (title, description, etc.) for newly recorded objects. If you are to change the license status or rights holder later on, you can do so using the respective fields of the \"rights\" tab of the object editing page or generally overwrite any existing license status or rights holders by clicking on the buttons below (\"rebase\").",
"explica_social_media_buttons": "At the bottom of each object page in the public frontend of museum-digital, share buttons for common social media sites can be displayed. Whether they actually are displayed can be set on a per-object basis. A default value for new objects can be set here however.",
"explica_download_button_images": "On single image pages for object images in the public frontend of museum-digital, a download button can be displayed. This only pertains to pages for images (not other resources) hosted with museum-digital. In some cases, e.g. if the object is a recent artwork where the museum itself only holds restricted control over the licensing of the object or its display online, it may be necessary to disable the download button. Regardless of the setting here, users can still download the image using a right click.",
"commenting_function": "Commenting",
"explica_commenting": "Commenting can be enabled in the public frontend of museum-digital. The commenting function can either be opened to anybody, or only to specific user groups, which can be selected below. If the commenting function is activated and anybody leaves a comment, new comments can be moderated using the moderation tool accessible through musdb's dashboard (section: tools).",
"explica_share_dumps": "If a museum wants to grant the public - or certain other parties such as aggregators or portals - ongoing access to a full download of its published object data at museum-digital, this can be done using the setting below. If the shared dumps are made public, they will be linked on the museum's institution page. If they are set to sharing by a link, they will be made accessible using a link only to be found in an entry field of this subsection.",
"preferred_object_order": "Preferred order of objects",
"explica_preferred_object_order": "Using the buttons below a preferred order of the object listing for all objects of the institution when accessed through the respective links at the bottom of the institution page can be adjusted.",
"explica_strict_mode_sizes": "If this setting is enabled, the fields for separated measurements are converted into number fields. This way, only valid, numeric information can be entered into the fields. Consequently, one can be sure that the objects can be properly searched (e.g. using a search for all objects taller or smaller than 500 mm). Strictly requiring numeric information using the respective input field type however makes it impossible to display pre-existing, non-numeric data. Hence, this setting should only be enabled if one is certain, that all contents in the respective fields is valid and numeric. ",
"explica_strict_mode_dates": "If this setting is enabled, the fields for date information on object pages (e.g. entry date) are converted into date fields. This way, only valid dates can be entered into the fields (e.g. \"August 20th, 2022\"; not \"ca. 2022\"). The date fields now contain a date picker. Consequently, one can be sure that the objects can be properly searched (e.g. using a search for all objects entering the museums before a given day). Strictly requiring date information using the respective input field type however makes it impossible to display pre-existing and invalid dates. Hence, this setting should not be enabled if any information has been entered into the date fields already.",
"explica_strict_mode_values": "If this setting is enabled, the fields for values (e..g insurance value, estimated value) are converted into number fields. This way, only valid, numeric information can be entered into the fields. Consequently, one can be sure that the objects can be properly searched (e.g. using a search for all objects more or less expensive than 500 \u20ac). Strictly requiring numeric information using the respective input field type however makes it impossible to display pre-existing, non-numeric data. Hence, this setting should only be enabled if one is certain, that all contents in the respective fields is valid and numeric. ",
"explica_strict_mode_invno": "By default, a warning is given if a new object with a duplicate inventory number is entered. It is however possible to proceed entering the object regardless by pressing the respective button. Enabling this setting removes the button and makes it fully impossible to enter objects of a duplicate inventory number.",
"explica_how_event_sources": "If a museum has a strong research focus or a focus on provenenance research, it may be useful to note the source from which the information for events (e.g. who bought the object at a given date?) was retrieved. The option to do so in a regularized fashion is available once this option has been activated.",
"explica_object_categorization_ai": "When adding objects, an AI-based image categorization can be run for a rough tagging of the objects (provided that images are uploaded as the object is added). As this image categoriation is far from perfect and blocks the upload process for some time, it needs to be enabled here if it is to be used.",
"explica_invno_scheme": "If this field is filled, a suggestion for inventory numbers for new objects can be provided by the system. Variable components of an inventory number - a counter and often an identifier for the collection - can be marked using the placeholders {no} (for a counter counting up) and {c_sig} for the collection signature. Suggesting collection signatures required a collection to have already been selected as the suggestion button is pressed. Signatures for the collection can be entered using the collection page. An example for such an inventory number scheme may thus be XYZ-{no}8, meaning that any suggested inventory number will start with \"XYZ-\", followed by a counter padded to 8 characters. The first proposed inventory number would thus be XYZ-00000001, the second XYZ-00000002."
}
}

View File

@ -57,6 +57,8 @@
"no_superordinate_collection": "No superordinate collection has been assigned",
"no_subordinate_collection": "No subordinate collection has been assigned",
"hide_collection": "Collection is public. Hide it",
"publish_collection": "Collection is hidden. Publish."
"publish_collection": "Collection is hidden. Publish.",
"collection_signature": "Collection signature",
"collection_signature_explica": "A signature of the collection for internal use. It can, e.g., be used for entering a reference to the collection to automatically suggested inventory numbers (see institution-wide settings page). "
}
}

View File

@ -80,6 +80,24 @@
"additional_fields_on_object_add_explanation": "Here you can add or remove additional entry fields that shall be made available directly when adding a new object. You may also set them to be required for adding the object altogether.",
"enable_strict_mode_for_values": "Enforce value information (estimated value, insurance value) to be numeric",
"enable_strict_mode_for_sizes": "Enforce sizes (height, weight, etc.) to be numeric",
"enable_strict_mode_for_dates": "Add date picker for dates and enforce entry and estimation dates are actual date fields"
"enable_strict_mode_for_dates": "Add date picker for dates and enforce entry and estimation dates are actual date fields",
"enable_strict_mode_for_invno": "Enforce unique inventory numbers within the museum without any exceptions or overrides",
"invno_scheme": "Scheme for suggested inventory numbers",
"explica_media_rights_defaults": "When uploading images, videos, audio and other media files, the following entries are entered into the respective fields for the media files' license status by default. During the upload, they can be changed to a more suitable value for the current media file. To generally update the default values however, change the fields below.",
"explica_object_metadata_rights_defaults": "The following values describe the default license status and rights holder entered for the metadata (title, description, etc.) for newly recorded objects. If you are to change the license status or rights holder later on, you can do so using the respective fields of the \"rights\" tab of the object editing page or generally overwrite any existing license status or rights holders by clicking on the buttons below (\"rebase\").",
"explica_social_media_buttons": "At the bottom of each object page in the public frontend of museum-digital, share buttons for common social media sites can be displayed. Whether they actually are displayed can be set on a per-object basis. A default value for new objects can be set here however.",
"explica_download_button_images": "On single image pages for object images in the public frontend of museum-digital, a download button can be displayed. This only pertains to pages for images (not other resources) hosted with museum-digital. In some cases, e.g. if the object is a recent artwork where the museum itself only holds restricted control over the licensing of the object or its display online, it may be necessary to disable the download button. Regardless of the setting here, users can still download the image using a right click.",
"commenting_function": "Commenting",
"explica_commenting": "Commenting can be enabled in the public frontend of museum-digital. The commenting function can either be opened to anybody, or only to specific user groups, which can be selected below. If the commenting function is activated and anybody leaves a comment, new comments can be moderated using the moderation tool accessible through musdb's dashboard (section: tools).",
"explica_share_dumps": "If a museum wants to grant the public - or certain other parties such as aggregators or portals - ongoing access to a full download of its published object data at museum-digital, this can be done using the setting below. If the shared dumps are made public, they will be linked on the museum's institution page. If they are set to sharing by a link, they will be made accessible using a link only to be found in an entry field of this subsection.",
"preferred_object_order": "Preferred order of objects",
"explica_preferred_object_order": "Using the buttons below a preferred order of the object listing for all objects of the institution when accessed through the respective links at the bottom of the institution page can be adjusted.",
"explica_strict_mode_sizes": "If this setting is enabled, the fields for separated measurements are converted into number fields. This way, only valid, numeric information can be entered into the fields. Consequently, one can be sure that the objects can be properly searched (e.g. using a search for all objects taller or smaller than 500 mm). Strictly requiring numeric information using the respective input field type however makes it impossible to display pre-existing, non-numeric data. Hence, this setting should only be enabled if one is certain, that all contents in the respective fields is valid and numeric. ",
"explica_strict_mode_dates": "If this setting is enabled, the fields for date information on object pages (e.g. entry date) are converted into date fields. This way, only valid dates can be entered into the fields (e.g. \"August 20th, 2022\"; not \"ca. 2022\"). The date fields now contain a date picker. Consequently, one can be sure that the objects can be properly searched (e.g. using a search for all objects entering the museums before a given day). Strictly requiring date information using the respective input field type however makes it impossible to display pre-existing and invalid dates. Hence, this setting should not be enabled if any information has been entered into the date fields already.",
"explica_strict_mode_values": "If this setting is enabled, the fields for values (e..g insurance value, estimated value) are converted into number fields. This way, only valid, numeric information can be entered into the fields. Consequently, one can be sure that the objects can be properly searched (e.g. using a search for all objects more or less expensive than 500 \u20ac). Strictly requiring numeric information using the respective input field type however makes it impossible to display pre-existing, non-numeric data. Hence, this setting should only be enabled if one is certain, that all contents in the respective fields is valid and numeric. ",
"explica_strict_mode_invno": "By default, a warning is given if a new object with a duplicate inventory number is entered. It is however possible to proceed entering the object regardless by pressing the respective button. Enabling this setting removes the button and makes it fully impossible to enter objects of a duplicate inventory number.",
"explica_how_event_sources": "If a museum has a strong research focus or a focus on provenenance research, it may be useful to note the source from which the information for events (e.g. who bought the object at a given date?) was retrieved. The option to do so in a regularized fashion is available once this option has been activated.",
"explica_object_categorization_ai": "When adding objects, an AI-based image categorization can be run for a rough tagging of the objects (provided that images are uploaded as the object is added). As this image categoriation is far from perfect and blocks the upload process for some time, it needs to be enabled here if it is to be used.",
"explica_invno_scheme": "If this field is filled, a suggestion for inventory numbers for new objects can be provided by the system. Variable components of an inventory number - a counter and often an identifier for the collection - can be marked using the placeholders {no} (for a counter counting up) and {c_sig} for the collection signature. Suggesting collection signatures required a collection to have already been selected as the suggestion button is pressed. Signatures for the collection can be entered using the collection page. An example for such an inventory number scheme may thus be XYZ-{no}8, meaning that any suggested inventory number will start with \"XYZ-\", followed by a counter padded to 8 characters. The first proposed inventory number would thus be XYZ-00000001, the second XYZ-00000002."
}
}

View File

@ -57,6 +57,8 @@
"no_superordinate_collection": "No superordinate collection has been assigned",
"no_subordinate_collection": "No subordinate collection has been assigned",
"hide_collection": "Collection is public. Hide it",
"publish_collection": "Collection is hidden. Publish."
"publish_collection": "Collection is hidden. Publish.",
"collection_signature": "Collection signature",
"collection_signature_explica": "A signature of the collection for internal use. It can, e.g., be used for entering a reference to the collection to automatically suggested inventory numbers (see institution-wide settings page). "
}
}

View File

@ -80,6 +80,24 @@
"additional_fields_on_object_add_explanation": "Here you can add or remove additional entry fields that shall be made available directly when adding a new object. You may also set them to be required for adding the object altogether.",
"enable_strict_mode_for_values": "Enforce value information (estimated value, insurance value) to be numeric",
"enable_strict_mode_for_sizes": "Enforce sizes (height, weight, etc.) to be numeric",
"enable_strict_mode_for_dates": "Add date picker for dates and enforce entry and estimation dates are actual date fields"
"enable_strict_mode_for_dates": "Add date picker for dates and enforce entry and estimation dates are actual date fields",
"enable_strict_mode_for_invno": "Enforce unique inventory numbers within the museum without any exceptions or overrides",
"invno_scheme": "Scheme for suggested inventory numbers",
"explica_media_rights_defaults": "When uploading images, videos, audio and other media files, the following entries are entered into the respective fields for the media files' license status by default. During the upload, they can be changed to a more suitable value for the current media file. To generally update the default values however, change the fields below.",
"explica_object_metadata_rights_defaults": "The following values describe the default license status and rights holder entered for the metadata (title, description, etc.) for newly recorded objects. If you are to change the license status or rights holder later on, you can do so using the respective fields of the \"rights\" tab of the object editing page or generally overwrite any existing license status or rights holders by clicking on the buttons below (\"rebase\").",
"explica_social_media_buttons": "At the bottom of each object page in the public frontend of museum-digital, share buttons for common social media sites can be displayed. Whether they actually are displayed can be set on a per-object basis. A default value for new objects can be set here however.",
"explica_download_button_images": "On single image pages for object images in the public frontend of museum-digital, a download button can be displayed. This only pertains to pages for images (not other resources) hosted with museum-digital. In some cases, e.g. if the object is a recent artwork where the museum itself only holds restricted control over the licensing of the object or its display online, it may be necessary to disable the download button. Regardless of the setting here, users can still download the image using a right click.",
"commenting_function": "Commenting",
"explica_commenting": "Commenting can be enabled in the public frontend of museum-digital. The commenting function can either be opened to anybody, or only to specific user groups, which can be selected below. If the commenting function is activated and anybody leaves a comment, new comments can be moderated using the moderation tool accessible through musdb's dashboard (section: tools).",
"explica_share_dumps": "If a museum wants to grant the public - or certain other parties such as aggregators or portals - ongoing access to a full download of its published object data at museum-digital, this can be done using the setting below. If the shared dumps are made public, they will be linked on the museum's institution page. If they are set to sharing by a link, they will be made accessible using a link only to be found in an entry field of this subsection.",
"preferred_object_order": "Preferred order of objects",
"explica_preferred_object_order": "Using the buttons below a preferred order of the object listing for all objects of the institution when accessed through the respective links at the bottom of the institution page can be adjusted.",
"explica_strict_mode_sizes": "If this setting is enabled, the fields for separated measurements are converted into number fields. This way, only valid, numeric information can be entered into the fields. Consequently, one can be sure that the objects can be properly searched (e.g. using a search for all objects taller or smaller than 500 mm). Strictly requiring numeric information using the respective input field type however makes it impossible to display pre-existing, non-numeric data. Hence, this setting should only be enabled if one is certain, that all contents in the respective fields is valid and numeric. ",
"explica_strict_mode_dates": "If this setting is enabled, the fields for date information on object pages (e.g. entry date) are converted into date fields. This way, only valid dates can be entered into the fields (e.g. \"August 20th, 2022\"; not \"ca. 2022\"). The date fields now contain a date picker. Consequently, one can be sure that the objects can be properly searched (e.g. using a search for all objects entering the museums before a given day). Strictly requiring date information using the respective input field type however makes it impossible to display pre-existing and invalid dates. Hence, this setting should not be enabled if any information has been entered into the date fields already.",
"explica_strict_mode_values": "If this setting is enabled, the fields for values (e..g insurance value, estimated value) are converted into number fields. This way, only valid, numeric information can be entered into the fields. Consequently, one can be sure that the objects can be properly searched (e.g. using a search for all objects more or less expensive than 500 \u20ac). Strictly requiring numeric information using the respective input field type however makes it impossible to display pre-existing, non-numeric data. Hence, this setting should only be enabled if one is certain, that all contents in the respective fields is valid and numeric. ",
"explica_strict_mode_invno": "By default, a warning is given if a new object with a duplicate inventory number is entered. It is however possible to proceed entering the object regardless by pressing the respective button. Enabling this setting removes the button and makes it fully impossible to enter objects of a duplicate inventory number.",
"explica_how_event_sources": "If a museum has a strong research focus or a focus on provenenance research, it may be useful to note the source from which the information for events (e.g. who bought the object at a given date?) was retrieved. The option to do so in a regularized fashion is available once this option has been activated.",
"explica_object_categorization_ai": "When adding objects, an AI-based image categorization can be run for a rough tagging of the objects (provided that images are uploaded as the object is added). As this image categoriation is far from perfect and blocks the upload process for some time, it needs to be enabled here if it is to be used.",
"explica_invno_scheme": "If this field is filled, a suggestion for inventory numbers for new objects can be provided by the system. Variable components of an inventory number - a counter and often an identifier for the collection - can be marked using the placeholders {no} (for a counter counting up) and {c_sig} for the collection signature. Suggesting collection signatures required a collection to have already been selected as the suggestion button is pressed. Signatures for the collection can be entered using the collection page. An example for such an inventory number scheme may thus be XYZ-{no}8, meaning that any suggested inventory number will start with \"XYZ-\", followed by a counter padded to 8 characters. The first proposed inventory number would thus be XYZ-00000001, the second XYZ-00000002."
}
}

View File

@ -57,6 +57,8 @@
"no_superordinate_collection": "No superordinate collection has been assigned",
"no_subordinate_collection": "No subordinate collection has been assigned",
"hide_collection": "Collection is public. Hide it",
"publish_collection": "Collection is hidden. Publish."
"publish_collection": "Collection is hidden. Publish.",
"collection_signature": "Collection signature",
"collection_signature_explica": "A signature of the collection for internal use. It can, e.g., be used for entering a reference to the collection to automatically suggested inventory numbers (see institution-wide settings page). "
}
}

View File

@ -80,6 +80,24 @@
"additional_fields_on_object_add_explanation": "Here you can add or remove additional entry fields that shall be made available directly when adding a new object. You may also set them to be required for adding the object altogether.",
"enable_strict_mode_for_values": "Enforce value information (estimated value, insurance value) to be numeric",
"enable_strict_mode_for_sizes": "Enforce sizes (height, weight, etc.) to be numeric",
"enable_strict_mode_for_dates": "Add date picker for dates and enforce entry and estimation dates are actual date fields"
"enable_strict_mode_for_dates": "Add date picker for dates and enforce entry and estimation dates are actual date fields",
"enable_strict_mode_for_invno": "Enforce unique inventory numbers within the museum without any exceptions or overrides",
"invno_scheme": "Scheme for suggested inventory numbers",
"explica_media_rights_defaults": "When uploading images, videos, audio and other media files, the following entries are entered into the respective fields for the media files' license status by default. During the upload, they can be changed to a more suitable value for the current media file. To generally update the default values however, change the fields below.",
"explica_object_metadata_rights_defaults": "The following values describe the default license status and rights holder entered for the metadata (title, description, etc.) for newly recorded objects. If you are to change the license status or rights holder later on, you can do so using the respective fields of the \"rights\" tab of the object editing page or generally overwrite any existing license status or rights holders by clicking on the buttons below (\"rebase\").",
"explica_social_media_buttons": "At the bottom of each object page in the public frontend of museum-digital, share buttons for common social media sites can be displayed. Whether they actually are displayed can be set on a per-object basis. A default value for new objects can be set here however.",
"explica_download_button_images": "On single image pages for object images in the public frontend of museum-digital, a download button can be displayed. This only pertains to pages for images (not other resources) hosted with museum-digital. In some cases, e.g. if the object is a recent artwork where the museum itself only holds restricted control over the licensing of the object or its display online, it may be necessary to disable the download button. Regardless of the setting here, users can still download the image using a right click.",
"commenting_function": "Commenting",
"explica_commenting": "Commenting can be enabled in the public frontend of museum-digital. The commenting function can either be opened to anybody, or only to specific user groups, which can be selected below. If the commenting function is activated and anybody leaves a comment, new comments can be moderated using the moderation tool accessible through musdb's dashboard (section: tools).",
"explica_share_dumps": "If a museum wants to grant the public - or certain other parties such as aggregators or portals - ongoing access to a full download of its published object data at museum-digital, this can be done using the setting below. If the shared dumps are made public, they will be linked on the museum's institution page. If they are set to sharing by a link, they will be made accessible using a link only to be found in an entry field of this subsection.",
"preferred_object_order": "Preferred order of objects",
"explica_preferred_object_order": "Using the buttons below a preferred order of the object listing for all objects of the institution when accessed through the respective links at the bottom of the institution page can be adjusted.",
"explica_strict_mode_sizes": "If this setting is enabled, the fields for separated measurements are converted into number fields. This way, only valid, numeric information can be entered into the fields. Consequently, one can be sure that the objects can be properly searched (e.g. using a search for all objects taller or smaller than 500 mm). Strictly requiring numeric information using the respective input field type however makes it impossible to display pre-existing, non-numeric data. Hence, this setting should only be enabled if one is certain, that all contents in the respective fields is valid and numeric. ",
"explica_strict_mode_dates": "If this setting is enabled, the fields for date information on object pages (e.g. entry date) are converted into date fields. This way, only valid dates can be entered into the fields (e.g. \"August 20th, 2022\"; not \"ca. 2022\"). The date fields now contain a date picker. Consequently, one can be sure that the objects can be properly searched (e.g. using a search for all objects entering the museums before a given day). Strictly requiring date information using the respective input field type however makes it impossible to display pre-existing and invalid dates. Hence, this setting should not be enabled if any information has been entered into the date fields already.",
"explica_strict_mode_values": "If this setting is enabled, the fields for values (e..g insurance value, estimated value) are converted into number fields. This way, only valid, numeric information can be entered into the fields. Consequently, one can be sure that the objects can be properly searched (e.g. using a search for all objects more or less expensive than 500 \u20ac). Strictly requiring numeric information using the respective input field type however makes it impossible to display pre-existing, non-numeric data. Hence, this setting should only be enabled if one is certain, that all contents in the respective fields is valid and numeric. ",
"explica_strict_mode_invno": "By default, a warning is given if a new object with a duplicate inventory number is entered. It is however possible to proceed entering the object regardless by pressing the respective button. Enabling this setting removes the button and makes it fully impossible to enter objects of a duplicate inventory number.",
"explica_how_event_sources": "If a museum has a strong research focus or a focus on provenenance research, it may be useful to note the source from which the information for events (e.g. who bought the object at a given date?) was retrieved. The option to do so in a regularized fashion is available once this option has been activated.",
"explica_object_categorization_ai": "When adding objects, an AI-based image categorization can be run for a rough tagging of the objects (provided that images are uploaded as the object is added). As this image categoriation is far from perfect and blocks the upload process for some time, it needs to be enabled here if it is to be used.",
"explica_invno_scheme": "If this field is filled, a suggestion for inventory numbers for new objects can be provided by the system. Variable components of an inventory number - a counter and often an identifier for the collection - can be marked using the placeholders {no} (for a counter counting up) and {c_sig} for the collection signature. Suggesting collection signatures required a collection to have already been selected as the suggestion button is pressed. Signatures for the collection can be entered using the collection page. An example for such an inventory number scheme may thus be XYZ-{no}8, meaning that any suggested inventory number will start with \"XYZ-\", followed by a counter padded to 8 characters. The first proposed inventory number would thus be XYZ-00000001, the second XYZ-00000002."
}
}

View File

@ -9,99 +9,99 @@
"object_choose": "\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u043e\u0431\u044a\u0435\u043a\u0442...",
"object_change": "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043e\u0431\u044a\u0435\u043a\u0442...",
"object_input": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043d\u043e\u0432\u044b\u0439 \u043e\u0431\u044a\u0435\u043a\u0442...",
"event_choose": "\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0441\u043e\u0431\u044b\u0442\u0438\u0435 \u0434\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f ...",
"event_choose": "\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u0441\u043e\u0431\u044b\u0442\u0438\u0435 \u0434\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f ...",
"event_change": "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0441\u043e\u0431\u044b\u0442\u0438\u0435...",
"event_input": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043d\u043e\u0432\u043e\u0435 \u0441\u043e\u0431\u044b\u0442\u0438\u0435...",
"time_choose": "B\u044b\u0431\u0440\u0430\u0442\u044c \u0437\u0430\u043f\u0438\u0441\u044c \u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u0434\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f...",
"time_change": "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0437\u0430\u043f\u0438\u0441\u044c \u0432\u0440\u0435\u043c\u0435\u043d\u0438...",
"time_input": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043d\u043e\u0432\u0443\u044e \u0437\u0430\u043f\u0438\u0441\u044c \u0432\u0440\u0435\u043c\u0435\u043d\u0438...",
"actor_choose": "Einen Akteur zum Bearbeiten ausw\u00e4hlen ...",
"actor_change": "Einen Akteur bearbeiten ...",
"actor_input": "Einen Akteur erfassen ...",
"place_choose": "Einen Ort zum Bearbeiten ausw\u00e4hlen ...",
"place_change": "Einen Ortseintrag bearbeiten ...",
"actor_choose": "\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u0430\u043a\u0442\u0435\u0440\u0430...",
"actor_change": "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e \u043e\u0431 \u0430\u043a\u0442\u0435\u0440\u0435...",
"actor_input": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043d\u043e\u0432\u043e\u0433\u043e \u0430\u043a\u0442\u0435\u0440\u0430...",
"place_choose": "\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u043c\u0435\u0441\u0442\u043e \u0434\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f...",
"place_change": "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0437\u0430\u043f\u0438\u0441\u044c \u043e \u043c\u0435\u0441\u0442\u0435...",
"place_input": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043d\u043e\u0432\u043e\u0435 \u043c\u0435\u0441\u0442\u043e",
"tag_choose": "Ein Schlagwort zum Bearbeiten ausw\u00e4hlen ...",
"tag_change": "Ein Schlagwort \u00e4ndern ...",
"tag_input": "Ein Schlagwort erfassen ...",
"literature_choose": "Einen Literatureintrag zum Bearbeiten ausw\u00e4hlen ...",
"literature_change": "Einen Literatureintrag \u00e4ndern ...",
"literature_input": "Einen Literatureintrag erfassen ...",
"link_choose": "Einen Link-Eintrag zum Bearbeiten ausw\u00e4hlen ...",
"link_change": "Einen Link-Eintrag \u00e4ndern ...",
"link_input": "Einen Link-Eintrag erfassen ...",
"project_choose": "Ein Projekt zum Bearbeiten ausw\u00e4hlen ...",
"project_change": "Ein Projekt \u00e4ndern ...",
"project_input": "Ein Projekt erfassen ...",
"settings_museum": "Einstellungen (Museum)",
"settings_private": "Pers\u00f6nliche Einstellungen",
"user_choose": "Nutzer zum Bearbeiten ausw\u00e4hlen ...",
"user_change": "Eintrag f\u00fcr einen Nutzer \u00e4ndern ...",
"user_input": "Erfassen eines neuen Nutzers ...",
"logged_in_as": "Angemeldet als",
"log_out": "Abmelden",
"go_home": "Geht zur Startseite",
"question": "Frage zu",
"ask_whom": "Frage an",
"notes": "Erl\u00e4uterungen",
"working_with_filters": "Arbeiten mit Filtern",
"working_with_watchlist": "Arbeiten mit der Merkliste",
"print_list_function": "Listendruck-Funktion",
"lists": "Listen",
"event_types": "Arten von Ereignissen",
"legal_forms": "Rechtsformen (Abbildungen)",
"database_services": "Datenbankdienste",
"data_export": "Datenexport",
"backup": "Datensicherung",
"watch_list": "Merkliste",
"events_using_list": "Ereigniseingabe \u00fcber Listen",
"tag_proposal": "Schlagwortvorschl\u00e4ge",
"enrichment_with_eol": "Anreicherung aus EOL",
"multiple_changes": "Globales \u00c4ndern",
"startpage": "Seite bei Programmstart",
"handbook": "Handbuch",
"tabs": "Registerkarten",
"statistics": "Zeigt aktuelle Zugriffe",
"change_language": "Sprachwahl",
"userroles": "Nutzerrollen",
"goodtimes": "Zeiten",
"introduction": "Kurze Einf\u00fchrung",
"add_persinst": "Person \/ Institution hinzuf\u00fcgen",
"add_place": "Einen Ortseintrag anlegen",
"link_obj_serie": "Objekt mit Serie verkn\u00fcpfen",
"advanced_search": "Erweiterte Suche",
"add_a_link": "Verkn\u00fcpfung hinzuf\u00fcgen",
"annotate_persinst": "Bemerkung zu Person \/ Institution hinzuf\u00fcgen",
"annotate_tag": "Bemerkung zu Schlagwort hinzuf\u00fcgen",
"annotate_time": "Bemerkung zu Zeiteintrag hinzuf\u00fcgen",
"add_alternative_language_record": "Einen Eintrag in einer alternativen Sprache verfassen",
"utilities": "Externe Tools",
"link_obj_collection": "Objekt mit Sammlung verkn\u00fcpfen",
"link_obj_document": "Objekt mit Dokument verkn\u00fcpfen",
"dashboard": "Dashboard",
"link_obj_literature": "Objekt mit Literatur verkn\u00fcpfen",
"select_event_type": "Einen Ereignistyp ausw\u00e4hlen",
"link_obj_object": "Objekt mit anderem Objekt verkn\u00fcpfen",
"link_obj_museum": "Objekt mit Museum verkn\u00fcpfen",
"resource_edit": "Resource bearbeiten",
"uploading_image": "Ein Bild hochladen",
"annotate_place": "Bemerkung zu Ort hinzuf\u00fcgen",
"visitor_statistics": "Besucherstatistik",
"help": "Hilfe",
"help_handbook": "Hilfe: Handbuch",
"mail_to_admin": "Fragen an die Admins",
"toggle_watchlist": "Merkliste an\/aus-schalten",
"view_notifications": "Benachrichtigungen ansehen",
"preview": "Vorschau",
"online_usage_museum": "Online-Benutzung (Museum)",
"stats_instance_contents": "Datenbankinhalte: Gesamte Instanz",
"video_conference": "Besprechung",
"image_choose": "Eine Abbildung ausw\u00e4hlen ...",
"stats_institution_contents": "Database contents of the institution",
"online_usage": "Online usage",
"add_field": "Add field",
"use_preset": "Use preset",
"export_object_data": "Export object data",
"calendar": "Calendar"
"tag_choose": "\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u043a\u043b\u044e\u0447\u0435\u0432\u043e\u0435 \u0441\u043b\u043e\u0432\u043e \u0434\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f...",
"tag_change": "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043a\u043b\u044e\u0447\u0435\u0432\u043e\u0435 \u0441\u043b\u043e\u0432\u043e...",
"tag_input": "\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043a\u043b\u044e\u0447\u0435\u0432\u043e\u0435 \u0441\u043b\u043e\u0432\u043e...",
"literature_choose": "\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u043b\u0438\u0442\u0435\u0440\u0430\u0442\u0443\u0440\u0443 \u0434\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f...",
"literature_change": "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043b\u0438\u0442\u0435\u0440\u0430\u0442\u0443\u0440\u0443",
"literature_input": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043b\u0438\u0442\u0435\u0440\u0430\u0442\u0443\u0440\u0443",
"link_choose": "\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u0441\u0441\u044b\u043b\u043a\u0443..",
"link_change": "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0441\u0441\u044b\u043b\u043a\u0443...",
"link_input": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0441\u0441\u044b\u043b\u043a\u0443...",
"project_choose": "\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u043f\u0440\u043e\u0435\u043a\u0442...",
"project_change": "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043f\u0440\u043e\u0435\u043a\u0442...",
"project_input": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043f\u0440\u043e\u0435\u043a\u0442...",
"settings_museum": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 (\u043c\u0443\u0437\u0435\u0439)",
"settings_private": "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u044c\u043d\u044b\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438",
"user_choose": "\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0434\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f...",
"user_change": "\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f...",
"user_input": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043d\u043e\u0432\u043e\u0433\u043e \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f...",
"logged_in_as": "\u0412\u043e\u0439\u0442\u0438 \u043a\u0430\u043a",
"log_out": "\u0412\u044b\u0439\u0442\u0438",
"go_home": "\u0412\u0435\u0440\u043d\u0443\u0442\u044c\u0441\u044f \u043d\u0430 \u0433\u043b\u0430\u0432\u043d\u0443\u044e \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443",
"question": "\u0412\u043e\u043f\u0440\u043e\u0441 \u043e",
"ask_whom": "\u0421\u043f\u0440\u043e\u0441\u0438\u0442\u044c",
"notes": "K\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0438",
"working_with_filters": "\u0420\u0430\u0431\u043e\u0442\u0430 \u0441 \u0444\u0438\u043b\u044c\u0442\u0440\u0430\u043c\u0438",
"working_with_watchlist": "\u0420\u0430\u0431\u043e\u0442\u0430 \u0441\u043e \u0441\u043f\u0438\u0441\u043a\u043e\u043c \u043d\u0430\u0431\u043b\u044e\u0434\u0435\u043d\u0438\u044f",
"print_list_function": "\u0424\u0443\u043d\u043a\u0446\u0438\u044f \u043f\u0435\u0447\u0430\u0442\u0438 \u0441\u043f\u0438\u0441\u043a\u0430",
"lists": "\u0421\u043f\u0438\u0441\u043a\u0438",
"event_types": "\u0422\u0438\u043f\u044b \u0441\u043e\u0431\u044b\u0442\u0438\u0439",
"legal_forms": "\u041f\u0440\u0430\u0432\u043e\u0432\u044b\u0435 \u0444\u043e\u0440\u043c\u044b (\u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f)",
"database_services": "\u0423\u0441\u043b\u0443\u0433\u0438 \u0431\u0430\u0437\u044b \u0434\u0430\u043d\u043d\u044b\u0445",
"data_export": "\u042d\u043a\u0441\u043f\u043e\u0440\u0442 \u0434\u0430\u043d\u043d\u044b\u0445",
"backup": "\u0420\u0435\u0437\u0435\u0440\u0432\u043d\u043e\u0435 \u043a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u0434\u0430\u043d\u043d\u044b\u0445",
"watch_list": "\u0417\u0430\u043a\u043b\u0430\u0434\u043a\u0438",
"events_using_list": "\u0412\u0432\u043e\u0434 \u0441\u043e\u0431\u044b\u0442\u0438\u0439 \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e \u0441\u043f\u0438\u0441\u043a\u043e\u0432",
"tag_proposal": "\u041f\u0440\u0435\u0434\u043b\u043e\u0436\u0438\u0442\u044c \u043a\u043b\u044e\u0447\u0435\u0432\u043e\u0435 \u0441\u043b\u043e\u0432\u043e",
"enrichment_with_eol": "\u041e\u0431\u043e\u0433\u0430\u0449\u0435\u043d\u0438\u0435 \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e EOL",
"multiple_changes": "\u041d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0439",
"startpage": "\u0421\u0442\u0430\u0440\u0442\u043e\u0432\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430",
"handbook": "\u0420\u0443\u043a\u043e\u0432\u043e\u0434\u0441\u0442\u0432\u043e \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f",
"tabs": "\u0412\u043a\u043b\u0430\u0434\u043a\u0438",
"statistics": "\u041f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0435\u0442 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435 \u043d\u0430 \u0442\u0435\u043a\u0443\u0449\u0438\u0439 \u043c\u043e\u043c\u0435\u043d\u0442",
"change_language": "\u0418\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0435 \u044f\u0437\u044b\u043a\u0430",
"userroles": "\u0420\u043e\u043b\u0438 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439",
"goodtimes": "\u0412\u0440\u0435\u043c\u044f",
"introduction": "\u041a\u0440\u0430\u0442\u043a\u043e\u0435 \u0432\u0432\u0435\u0434\u0435\u043d\u0438\u0435",
"add_persinst": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0447\u0435\u043b\u043e\u0432\u0435\u043a\u0430 \/ \u043e\u0440\u0433\u0430\u043d\u0438\u0437\u0430\u0446\u0438\u044e",
"add_place": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043c\u0435\u0441\u0442\u043e\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435",
"link_obj_serie": "\u0421\u0432\u044f\u0437\u0430\u0442\u044c \u043e\u0431\u044a\u0435\u043a\u0442 \u0441 \u0441\u0435\u0440\u0438\u0435\u0439",
"advanced_search": "\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u043d\u044b\u0439 \u043f\u043e\u0438\u0441\u043a",
"add_a_link": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0441\u0441\u044b\u043b\u043a\u0443",
"annotate_persinst": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0439 \u043e \u0447\u0435\u043b\u043e\u0432\u0435\u043a\u0435 \/ \u043e\u0440\u0433\u0430\u043d\u0438\u0437\u0430\u0446\u0438\u0438",
"annotate_tag": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0439 \u043a \u043a\u043b\u044e\u0447\u0435\u0432\u043e\u043c\u0443 \u0441\u043b\u043e\u0432\u0443",
"annotate_time": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0439 \u043a \u0437\u0430\u043f\u0438\u0441\u0438 \u0432\u0440\u0435\u043c\u0435\u043d\u0438",
"add_alternative_language_record": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0437\u0430\u043f\u0438\u0441\u044c \u043d\u0430 \u0430\u043b\u044c\u0442\u0435\u0440\u043d\u0430\u0442\u0438\u0432\u043d\u043e\u043c \u044f\u0437\u044b\u043a\u0435",
"utilities": "\u0412\u043d\u0435\u0448\u043d\u0438\u0435 \u0443\u0441\u043b\u0443\u0433\u0438",
"link_obj_collection": "\u0421\u0432\u044f\u0437\u0430\u0442\u044c \u043e\u0431\u044a\u0435\u043a\u0442 \u0441 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0435\u0439",
"link_obj_document": "\u0421\u0432\u044f\u0437\u0430\u0442\u044c \u043e\u0431\u044a\u0435\u043a\u0442 \u0441 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u043e\u043c",
"dashboard": "\u041f\u0440\u0438\u0431\u043e\u0440\u043d\u0430\u044f \u0434\u043e\u0441\u043a\u0430",
"link_obj_literature": "\u0421\u0432\u044f\u0437\u0430\u0442\u044c \u043e\u0431\u044a\u0435\u043a\u0442 \u0441 \u043b\u0438\u0442\u0435\u0440\u0430\u0442\u0443\u0440\u043e\u0439",
"select_event_type": "\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u0442\u0438\u043f \u0441\u043e\u0431\u044b\u0442\u0438\u044f",
"link_obj_object": "\u0421\u0432\u044f\u0437\u0430\u0442\u044c \u043e\u0434\u0438\u043d \u043e\u0431\u044a\u0435\u043a\u0442 \u0441 \u0434\u0440\u0443\u0433\u0438\u043c",
"link_obj_museum": "\u0421\u0432\u044f\u0437\u0430\u0442\u044c \u043e\u0431\u044a\u0435\u043a\u0442 \u0441 \u043c\u0443\u0437\u0435\u0435\u043c",
"resource_edit": "\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0440\u0435\u0441\u0443\u0440\u0441",
"uploading_image": "\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435",
"annotate_place": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0439 \u043a \u043c\u0435\u0441\u0442\u0443",
"visitor_statistics": "\u0421\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0430 \u043f\u043e\u0441\u0435\u0442\u0438\u0442\u0435\u043b\u0435\u0439",
"help": "\u041f\u043e\u043c\u043e\u0449\u044c",
"help_handbook": "\u041f\u043e\u043c\u043e\u0449\u044c: \u0420\u0443\u043a\u043e\u0432\u043e\u0434\u0441\u0442\u0432\u043e",
"mail_to_admin": "\u0412\u043e\u043f\u0440\u043e\u0441\u044b \u043a \u0430\u0434\u043c\u0438\u043d\u0443",
"toggle_watchlist": "\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c\/\u0432\u044b\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0437\u0430\u043a\u043b\u0430\u0434\u043a\u0438",
"view_notifications": "\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 \u0443\u0432\u0435\u0434\u043e\u043c\u043b\u0435\u043d\u0438\u0439",
"preview": "\u041f\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0439 \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440",
"online_usage_museum": "\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435 \u0432 \u043e\u043d\u043b\u0430\u0439\u043d \u0440\u0435\u0436\u0438\u043c\u0435 (\u043c\u0443\u0437\u0435\u0439)",
"stats_instance_contents": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0431\u0430\u0437\u044b \u0434\u0430\u043d\u043d\u044b\u0445 \u043e \u044d\u043a\u0437\u0435\u043c\u043f\u043b\u044f\u0440\u0435",
"video_conference": "\u0412\u0438\u0434\u0435\u043e-\u043a\u043e\u043d\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u044f",
"image_choose": "\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435...",
"stats_institution_contents": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0431\u0430\u0437\u044b \u0434\u0430\u043d\u043d\u044b\u0445 \u043e\u0440\u0433\u0430\u043d\u0438\u0437\u0430\u0446\u0438\u0438",
"online_usage": "\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435 \u0432 \u043e\u043d\u043b\u0430\u0439\u043d \u0440\u0435\u0436\u0438\u043c\u0435 ",
"add_field": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043f\u043e\u043b\u0435",
"use_preset": "\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u043f\u0440\u0435\u0441\u0435\u0442",
"export_object_data": "\u042d\u043a\u0441\u043f\u043e\u0440\u0442 \u0434\u0430\u043d\u043d\u044b\u0445 \u043e\u0431\u044a\u0435\u043a\u0442\u0430",
"calendar": "\u041a\u0430\u043b\u0435\u043d\u0434\u0430\u0440\u044c"
}
}

View File

@ -1,16 +1,16 @@
{
"actor": {
"type_is": "Der neu zu erfassende Akteur ist",
"type_institution_typename": "eine K\u00f6rperschaft",
"type_institution_first": "z.B. \"Deutsche Bahn AG\", \"Stadtverwaltung Osnabr\u00fcck\", \"T\u00fcrkische Armee\", nicht \"Bahnhof Oebisfelde\" - falls Geb\u00e4ude gemeint ist, Staaten bitte als Geographische Begriffe verwenden",
"type_institution_explica": "Bei K\u00f6rperschaften bitte beachten: Einrichtungen k\u00f6nnen Personennamen haben, z.B. wird \"J. Friedl\u00e4nder\", als Name einer Druckerei und eines Verlages in Brandenburg a.d. Havel angegeben. In solchen Falle f\u00fcgen Sie bitte das Gewerbe in Klammern an, im Beispiel: \"J. Friedl\u00e4nder (Druckerei \/ Verlag)\". Sehr h\u00e4ufig tragen historische Fotostudios die Namen von Personen. In diesen F\u00e4llen sollte gleichfalls das Gewerbe angef\u00fcgt werden, beispielsweise: \"J. C. Schaarw\u00e4chter (Fotoatelier)\". Wenn das Gewerbe in solchen F\u00e4llen nicht n\u00e4her bekannt ist, dann f\u00fcgen Sie bitte einfach \"(Firma)\" an.",
"type_person_typename": "eine Person",
"type_is": "\u0410\u043a\u0442\u0435\u0440, \u043a\u043e\u0442\u043e\u0440\u043e\u0433\u043e \u043d\u0443\u0436\u043d\u043e \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u0438\u0442\u044c",
"type_institution_typename": "\u043e\u0440\u0433\u0430\u043d\u0438\u0437\u0430\u0446\u0438\u044f\/\u0443\u0447\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435",
"type_institution_first": "\u043a \u043f\u0440\u0438\u043c\u0435\u0440\u0443 \"\u041d\u0435\u043c\u0435\u0446\u043a\u0430\u044f \u0436\u0435\u043b\u0435\u0437\u043d\u0430\u044f \u0434\u043e\u0440\u043e\u0433\u0430\", \"\u0413\u043e\u0440\u043e\u0434\u0441\u043a\u0430\u044f \u0430\u0434\u043c\u0438\u043d\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044f \u0432 \u041e\u0441\u043d\u0430\u0431\u0440\u044e\u043a\u0435\", \"\u0422\u0443\u0440\u0435\u0446\u043a\u0430\u044f \u0430\u0440\u043c\u0438\u044f\", \u043d\u043e \u043d\u0435 \"\u0416\u0435\u043b\u0435\u0437\u043d\u043e\u0434\u043e\u0440\u043e\u0436\u043d\u0430\u044f \u0441\u0442\u0430\u043d\u0446\u0438\u044f \u0432 \u042d\u0431\u0438\u0441\u0444\u0435\u043b\u044c\u0434\u0435\" - \u0435\u0441\u043b\u0438 \u0438\u043c\u0435\u0435\u0442\u0441\u044f \u0432 \u0432\u0438\u0434\u0443 \u0437\u0434\u0430\u043d\u0438\u0435 \u0438\u043b\u0438 \u0441\u0442\u0440\u0430\u043d\u0430, \u043f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0434\u043e\u0431\u0430\u0432\u044c\u0442\u0435 \u0438\u0445 \u043a\u0430\u043a \u0433\u0435\u043e\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u0438\u0435 \u043e\u0431\u044c\u0435\u043a\u0442\u044b.",
"type_institution_explica": "\u041f\u0440\u0438 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0438\u0438 \u0443\u0447\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0439 \u043f\u043e\u043c\u043d\u0438\u0442\u0435, \u0447\u0442\u043e \u0443\u0447\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u044f \u043c\u043e\u0433\u0443\u0442 \u043d\u043e\u0441\u0438\u0442\u044c \u0438\u043c\u044f \u0447\u0435\u043b\u043e\u0432\u0435\u043a\u0430: \u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440. \u00abJ. Friedl\u00e4nder\u00bb \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f \u043a\u0430\u043a \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u043f\u043e\u043b\u0438\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u043e\u0439 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0438 \u0438 \u0438\u0437\u0434\u0430\u0442\u0435\u043b\u044f. \u0415\u0441\u043b\u0438 \u044d\u0442\u043e \u0442\u0430\u043a, \u0434\u043e\u0431\u0430\u0432\u044c\u0442\u0435 \u0442\u0438\u043f \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0438 \u0432 \u0441\u043a\u043e\u0431\u043a\u0430\u0445 \u043f\u043e\u0441\u043b\u0435 \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u044f: \u00abJ. Friedl\u00e4nder (\u0442\u0438\u043f\u043e\u0433\u0440\u0430\u0444\u0438\u044f \/ \u0438\u0437\u0434\u0430\u0442\u0435\u043b\u044c\u0441\u0442\u0432\u043e)\u00bb. \u0418\u0441\u0442\u043e\u0440\u0438\u0447\u0435\u0441\u043a\u0438\u0435 \u0444\u043e\u0442\u043e\u0441\u0442\u0443\u0434\u0438\u0438 \u0447\u0430\u0441\u0442\u043e \u043d\u043e\u0441\u0438\u043b\u0438 \u0438\u043c\u044f \u0441\u0432\u043e\u0435\u0433\u043e \u0432\u043b\u0430\u0434\u0435\u043b\u044c\u0446\u0430. \u0412 \u044d\u0442\u0438\u0445 \u0441\u043b\u0443\u0447\u0430\u044f\u0445, \u043f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0434\u043e\u0431\u0430\u0432\u044c\u0442\u0435 \u043d\u0430\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0440\u0430\u0431\u043e\u0442\u044b \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0438 \u043f\u043e\u0441\u043b\u0435: \u00abJ. C. Schaarw\u00e4chter (\u0444\u043e\u0442\u043e\u0441\u0442\u0443\u0434\u0438\u044f)\u00bb. \u0415\u0441\u043b\u0438 \u0440\u043e\u0434 \u0434\u0435\u044f\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u0438 \u043d\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u0435\u043d, \u0434\u043e\u0431\u0430\u0432\u044c\u0442\u0435 (\u043a\u043e\u043c\u043f\u0430\u043d\u0438\u044f) \u043f\u043e\u0441\u043b\u0435 \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u044f.",
"type_person_typename": "\u043f\u0435\u0440\u0441\u043e\u043d\u0430",
"type_person_first": "z.B. \"Friedrich Schiller\", nicht \"Rotk\u00e4ppchen\" - falls das M\u00e4rchen gemeint ist. \"Rotk\u00e4ppchen\" als Figur bitte als \"... Gott, Geist, Held\" eintragen",
"type_person_explica": "Bei Personen bitte beachten: Es sind nur konkrete Personen gemeint. Bezeichnungen wie \"unbekannter Maler\" oder \"unbekannter K\u00fcnstler\" bezeichnen keine Person und sollten deshalb nicht verwendet werden. In solchen F\u00e4llen tragen Sie bitte einfach keinen Akteur ein.",
"type_hero_typename": "ein Gott, Geist, Held",
"type_hero_first": "z.B. \"Odysseus\", \"Zeus\", auch fiktive Gestalten, wie \"Rotk\u00e4ppchen\" - falls die Figur gemeint ist",
"type_hero_explica": "Bei \"Gott, Geist, Held\" bitte beachten: Theoretisch k\u00f6nnen Sie hier alle fiktiven und realen Personen eintragen, die ohne Vornamen sind. Es sollte aber darauf geachtet werden, dass diese Personen von anderen Personen unterscheidbar sind. \"M\u00fcller\" (als Nachname) ist z.B. nicht zu identifizieren. In solchen F\u00e4llen tragen Sie bitte einfach keinen Akteur ein.",
"institution_name": "Name der Institution",
"institution_name": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0443\u0447\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u044f\/\u043e\u0440\u0433\u0430\u043d\u0438\u0437\u0430\u0446\u0438\u0438",
"nameinst_explica": "Der Name einer konkreten Institution<br><br>Beispiel:<br>Schwermaschinen-Bau Kombinat \"Ernst Th\u00e4lmann\"",
"institution_short": "Kurzbezeichnung der Institution",
"kurznameinst_explica": "Manche Institutionsbezeichnungen haben feststehende Abk\u00fcrzungen<br><br>Beispiel:<br>Allgemeine Elektricit\u00e4ts-Gesellschaft -> AEG",

View File

@ -3,7 +3,7 @@
"add_edit_article": "Artikel hinzuf\u00fcgen \/ bearbeiten",
"articles_edit_description": "Auf dieser Seite k\u00f6nnen Sie Artikel hinzuf\u00fcgen oder bearbeiten",
"article_title": "Titel",
"article_abstract": "Abstract",
"article_abstract": "\u0410\u0431\u0441\u0442\u0440\u0430\u043a\u0442",
"article_content": "Artikelinhalt",
"license": "Lizenz",
"added": "Hinzugef\u00fcgt",
@ -61,6 +61,6 @@
"article_thanks_explica": "Hier k\u00f6nnen Hintergrundinformationen wie Danksagungen, institutionelle Verbindungen, finanzielle Unterst\u00fctzung, etc. eingetragen werden."
},
"type": {
"publication_type": "Type"
"publication_type": "\u0422\u0438\u043f"
}
}

View File

@ -1,9 +1,9 @@
{
"calendar": {
"all_calendars": "All calendars",
"exhibition_starts": "Exhibition starts",
"exhibition_ends": "Exhibition ends",
"loan_starts": "Loan starts",
"loan_ends": "Loan ends"
"all_calendars": "\u0412\u0441\u0435 \u043a\u0430\u043b\u0435\u043d\u0434\u0430\u0440\u0438",
"exhibition_starts": "\u041e\u0442\u043a\u0440\u044b\u0442\u0438\u0435 \u0432\u044b\u0441\u0442\u0430\u0432\u043a\u0438",
"exhibition_ends": "\u0417\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0438\u0435 \u0432\u044b\u0441\u0442\u0430\u0432\u043a\u0438",
"loan_starts": "\u041d\u0430\u0447\u0430\u043b\u043e \u0437\u0430\u0439\u043c\u0430",
"loan_ends": "\u041e\u043a\u043e\u043d\u0447\u0430\u043d\u0438\u0435 \u0437\u0430\u0439\u043c\u0430"
}
}

View File

@ -57,6 +57,8 @@
"no_superordinate_collection": "No superordinate collection has been assigned",
"no_subordinate_collection": "No subordinate collection has been assigned",
"hide_collection": "Collection is public. Hide it",
"publish_collection": "Collection is hidden. Publish."
"publish_collection": "Collection is hidden. Publish.",
"collection_signature": "Collection signature",
"collection_signature_explica": "A signature of the collection for internal use. It can, e.g., be used for entering a reference to the collection to automatically suggested inventory numbers (see institution-wide settings page). "
}
}

View File

@ -1,8 +1,8 @@
{
"tlConversations": {
"start_conversation": "Konversation starten",
"view_conversation": "Konversation ansehen",
"conversations": "Konversationen",
"no_messages": "Hier gibt es keine Nachrichten."
"start_conversation": "\u041d\u0430\u0447\u0430\u0442\u044c \u0431\u0435\u0441\u0435\u0434\u0443",
"view_conversation": "\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u0431\u0435\u0441\u0435\u0434\u0443",
"conversations": "\u0411\u0435\u0441\u0435\u0434\u044b",
"no_messages": "\u041f\u043e\u043a\u0430 \u0447\u0442\u043e \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0439 \u043d\u0435\u0442."
}
}

View File

@ -1,7 +1,7 @@
{
"tlMore": {
"video_conference": "Videokonferenz",
"please_select_an_institution": "Bitte w\u00e4hlen Sie eine Institution aus",
"please_select_an_institution_explica": "Bitte w\u00e4hlen Sie eine Institution aus, deren Videochat Sie beitreten m\u00f6chten. Die Auswahl geschieht durch einen Klick auf den entsprechenden Eintrag in der Auswahlliste unten."
"video_conference": "\u0412\u0438\u0434\u0435\u043e-\u043a\u043e\u043d\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u044f",
"please_select_an_institution": "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0432\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0443\u0447\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435",
"please_select_an_institution_explica": "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0432\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0443\u0447\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435, \u043a \u0432\u0438\u0434\u0435\u043e\u0447\u0430\u0442\u0443 \u043a\u043e\u0442\u043e\u0440\u043e\u0433\u043e \u0432\u044b \u0445\u043e\u0442\u0435\u043b\u0438 \u0431\u044b \u043f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u043d\u0438\u0442\u044c\u0441\u044f. \u0412\u044b\u0431\u043e\u0440 \u043e\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u043f\u0443\u0442\u0435\u043c \u043d\u0430\u0436\u0430\u0442\u0438\u044f \u043d\u0430 \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044e\u0449\u0443\u044e \u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0441\u043f\u0438\u0441\u043a\u0435 \u0432\u044b\u0431\u043e\u0440\u0430 \u043d\u0438\u0436\u0435."
}
}

View File

@ -1,14 +1,14 @@
{
"museum": {
"delete": "Museum l\u00f6schen",
"delete": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u043c\u0443\u0437\u0435\u0439",
"col_short": "Sam.",
"obj_short": "Obj.",
"export": "Export",
"museum_name": "Name des Museums",
"export": "\u042d\u043a\u0441\u043f\u043e\u0440\u0442",
"museum_name": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u043c\u0443\u0437\u0435\u044f",
"musnam_explica": "Der Name wird in Tabellen aufgef\u00fchrt, deshalb bitte m\u00f6glichst kurz halten",
"museum_description": "Beschreibender Text",
"museum_description": "\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435",
"musbesch_explica": "Eine Beschreibung des Museums als sammelnde, bewahrende und forschende Einrichtung. Eine gute Textmenge sind ca. 1000 Zeichen (ein bis zwei Abs\u00e4tze).<br><br>Auch eine sehr ausf\u00fchrliche Beschreibung ist m\u00f6glich. Schicken Sie in diesem Fall den Beschreibungstext an den Administrator.",
"street_house": "Stra\u00dfe und Hausnummer",
"street_house": "\u0423\u043b\u0438\u0446\u0430 \u0438 \u043d\u043e\u043c\u0435\u0440 \u0434\u043e\u043c\u0430",
"musstra_explica": "Angabe der Stra\u00dfe und der Hausnummer<br><br>Beispiel 1: \"Am Rathaus 1\"<br>Beispiel 2: \"Unterweg 12a\"<br>Beispiel 3: \"Rathausplatz\"",
"zip_place": "Postleitzahl und Ort",
"musplz_explica": "Angabe der Postleitzahl und des Ortes<br><br>Beispiel 1: \"06811 Landsberg\"<br>Beispiel 2: \"33649 Bielefeld-Holtkamp\"",

View File

@ -37,10 +37,10 @@
"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."
},
"geo": {
"name": "Name",
"length": "L\u00e4nge",
"width": "Breite",
"zoom": "Zoom",
"bottom": "Wenn Sie eine gr\u00f6\u00dfere geographische Einheit angeben wollen, dann klicken Sie bitte an einer Stelle ziemlich in der Mitte derselben"
"name": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435",
"length": "\u0414\u043b\u0438\u043d\u0430",
"width": "\u0428\u0438\u0440\u0438\u043d\u0430",
"zoom": "\u0423\u0432\u0435\u043b\u0438\u0447\u0438\u0442\u044c",
"bottom": "\u0415\u0441\u043b\u0438 \u0432\u044b \u0445\u043e\u0442\u0438\u0442\u0435 \u0443\u043a\u0430\u0437\u0430\u0442\u044c \u0431\u043e\u043b\u0435\u0435 \u043a\u0440\u0443\u043f\u043d\u0443\u044e \u0433\u0435\u043e\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u0443\u044e \u0435\u0434\u0438\u043d\u0438\u0446\u0443, \u0449\u0435\u043b\u043a\u043d\u0438\u0442\u0435 \u043c\u044b\u0448\u044c\u044e \u043d\u0430 \u0442\u043e\u0447\u043a\u0435, \u0440\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u043d\u043e\u0439 \u0442\u043e\u0447\u043d\u043e \u043f\u043e\u0441\u0435\u0440\u0435\u0434\u0438\u043d\u0435 \u0442\u043e\u0439 \u0436\u0435 \u0441\u0430\u043c\u043e\u0439 \u0442\u043e\u0447\u043a\u0438"
}
}

View File

@ -1,7 +1,7 @@
{
"tlRules": {
"rule_added": "The new rule description has been added",
"rule_removed": "The rule description has been removed",
"rule_updated": "The rule has been updated"
"rule_added": "\u0414\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u043e \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u043d\u043e\u0432\u043e\u0433\u043e \u043f\u0440\u0430\u0432\u0438\u043b\u0430",
"rule_removed": "\u0423\u0434\u0430\u043b\u0435\u043d\u043e \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u043f\u0440\u0430\u0432\u0438\u043b\u0430",
"rule_updated": "\u041f\u0440\u0430\u0432\u0438\u043b\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u043e"
}
}

View File

@ -80,6 +80,24 @@
"additional_fields_on_object_add_explanation": "Here you can add or remove additional entry fields that shall be made available directly when adding a new object. You may also set them to be required for adding the object altogether.",
"enable_strict_mode_for_values": "Enforce value information (estimated value, insurance value) to be numeric",
"enable_strict_mode_for_sizes": "Enforce sizes (height, weight, etc.) to be numeric",
"enable_strict_mode_for_dates": "Add date picker for dates and enforce entry and estimation dates are actual date fields"
"enable_strict_mode_for_dates": "Add date picker for dates and enforce entry and estimation dates are actual date fields",
"enable_strict_mode_for_invno": "Enforce unique inventory numbers within the museum without any exceptions or overrides",
"invno_scheme": "Scheme for suggested inventory numbers",
"explica_media_rights_defaults": "When uploading images, videos, audio and other media files, the following entries are entered into the respective fields for the media files' license status by default. During the upload, they can be changed to a more suitable value for the current media file. To generally update the default values however, change the fields below.",
"explica_object_metadata_rights_defaults": "The following values describe the default license status and rights holder entered for the metadata (title, description, etc.) for newly recorded objects. If you are to change the license status or rights holder later on, you can do so using the respective fields of the \"rights\" tab of the object editing page or generally overwrite any existing license status or rights holders by clicking on the buttons below (\"rebase\").",
"explica_social_media_buttons": "At the bottom of each object page in the public frontend of museum-digital, share buttons for common social media sites can be displayed. Whether they actually are displayed can be set on a per-object basis. A default value for new objects can be set here however.",
"explica_download_button_images": "On single image pages for object images in the public frontend of museum-digital, a download button can be displayed. This only pertains to pages for images (not other resources) hosted with museum-digital. In some cases, e.g. if the object is a recent artwork where the museum itself only holds restricted control over the licensing of the object or its display online, it may be necessary to disable the download button. Regardless of the setting here, users can still download the image using a right click.",
"commenting_function": "Commenting",
"explica_commenting": "Commenting can be enabled in the public frontend of museum-digital. The commenting function can either be opened to anybody, or only to specific user groups, which can be selected below. If the commenting function is activated and anybody leaves a comment, new comments can be moderated using the moderation tool accessible through musdb's dashboard (section: tools).",
"explica_share_dumps": "If a museum wants to grant the public - or certain other parties such as aggregators or portals - ongoing access to a full download of its published object data at museum-digital, this can be done using the setting below. If the shared dumps are made public, they will be linked on the museum's institution page. If they are set to sharing by a link, they will be made accessible using a link only to be found in an entry field of this subsection.",
"preferred_object_order": "Preferred order of objects",
"explica_preferred_object_order": "Using the buttons below a preferred order of the object listing for all objects of the institution when accessed through the respective links at the bottom of the institution page can be adjusted.",
"explica_strict_mode_sizes": "If this setting is enabled, the fields for separated measurements are converted into number fields. This way, only valid, numeric information can be entered into the fields. Consequently, one can be sure that the objects can be properly searched (e.g. using a search for all objects taller or smaller than 500 mm). Strictly requiring numeric information using the respective input field type however makes it impossible to display pre-existing, non-numeric data. Hence, this setting should only be enabled if one is certain, that all contents in the respective fields is valid and numeric. ",
"explica_strict_mode_dates": "If this setting is enabled, the fields for date information on object pages (e.g. entry date) are converted into date fields. This way, only valid dates can be entered into the fields (e.g. \"August 20th, 2022\"; not \"ca. 2022\"). The date fields now contain a date picker. Consequently, one can be sure that the objects can be properly searched (e.g. using a search for all objects entering the museums before a given day). Strictly requiring date information using the respective input field type however makes it impossible to display pre-existing and invalid dates. Hence, this setting should not be enabled if any information has been entered into the date fields already.",
"explica_strict_mode_values": "If this setting is enabled, the fields for values (e..g insurance value, estimated value) are converted into number fields. This way, only valid, numeric information can be entered into the fields. Consequently, one can be sure that the objects can be properly searched (e.g. using a search for all objects more or less expensive than 500 \u20ac). Strictly requiring numeric information using the respective input field type however makes it impossible to display pre-existing, non-numeric data. Hence, this setting should only be enabled if one is certain, that all contents in the respective fields is valid and numeric. ",
"explica_strict_mode_invno": "By default, a warning is given if a new object with a duplicate inventory number is entered. It is however possible to proceed entering the object regardless by pressing the respective button. Enabling this setting removes the button and makes it fully impossible to enter objects of a duplicate inventory number.",
"explica_how_event_sources": "If a museum has a strong research focus or a focus on provenenance research, it may be useful to note the source from which the information for events (e.g. who bought the object at a given date?) was retrieved. The option to do so in a regularized fashion is available once this option has been activated.",
"explica_object_categorization_ai": "When adding objects, an AI-based image categorization can be run for a rough tagging of the objects (provided that images are uploaded as the object is added). As this image categoriation is far from perfect and blocks the upload process for some time, it needs to be enabled here if it is to be used.",
"explica_invno_scheme": "If this field is filled, a suggestion for inventory numbers for new objects can be provided by the system. Variable components of an inventory number - a counter and often an identifier for the collection - can be marked using the placeholders {no} (for a counter counting up) and {c_sig} for the collection signature. Suggesting collection signatures required a collection to have already been selected as the suggestion button is pressed. Signatures for the collection can be entered using the collection page. An example for such an inventory number scheme may thus be XYZ-{no}8, meaning that any suggested inventory number will start with \"XYZ-\", followed by a counter padded to 8 characters. The first proposed inventory number would thus be XYZ-00000001, the second XYZ-00000002."
}
}

View File

@ -1,29 +1,29 @@
{
"user": {
"username": "Anmeldename",
"realname": "Wirklicher Name",
"username": "\u0418\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f",
"realname": "\u041d\u0430\u0441\u0442\u043e\u044f\u0449\u0435\u0435 \u0438\u043c\u044f",
"mail": "E-Mail",
"password": "Passwort",
"new_password": "Neues Passwort (Leer = Nicht \u00c4ndern)",
"password_confirmation": "Passwort (Best\u00e4tigung)",
"userrole": "Rolle",
"institution": "Institution",
"admin": "Top Administrator",
"director_region": "Regionaldirektor",
"director_museum": "Museumsdirektor",
"collaborator": "Mitarbeiter",
"not_assigned": "Nicht zugeordnet",
"name_already_used": "Der eingegebene Anmeldename ist bei museum-digital schon vergeben",
"no_username": "Fehler: Kein Anmeldename eingegeben",
"no_realname": "Fehler: Kein \"Wirklicher Name\" eingegeben",
"no_password": "Fehler: Kein Passwort eingegeben",
"no_password_confirmation": "Fehler: Keine Passwortbest\u00e4tigung eingegeben",
"no_password_match": "Fehler: Passw\u00f6rter stimmen nicht \u00fcberein",
"not_assigned_institution": "Fehler: Keiner Institution zugeordnet",
"success_creation": "Erfolg: Neuer Nutzer wurde angelegt",
"no_success_creation": "Fehler: Neuer Nutzer konnte nicht angelegt werden.",
"success_update": "Daten erfolgreich ge\u00e4ndert",
"no_success_update": "Daten konnten nicht ge\u00e4ndert werden",
"password": "\u041f\u0430\u0440\u043e\u043b\u044c",
"new_password": "\u041d\u043e\u0432\u044b\u0439 \u043f\u0430\u0440\u043e\u043b\u044c (\u041f\u0443\u0441\u0442\u043e\u0435 \u043f\u043e\u043b\u0435 = \u0431\u0435\u0437 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0439)",
"password_confirmation": "\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u0435 \u043f\u0430\u0440\u043e\u043b\u044f",
"userrole": "\u0420\u043e\u043b\u044c",
"institution": "\u0423\u0447\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435",
"admin": "\u0413\u043b\u0430\u0432\u043d\u044b\u0439 \u0430\u0434\u043c\u0438\u043d\u0438\u0441\u0442\u0440\u0430\u0442\u043e\u0440",
"director_region": "\u0420\u0435\u0433\u0438\u043e\u043d\u0430\u043b\u044c\u043d\u044b\u0439 \u0434\u0438\u0440\u0435\u043a\u0442\u043e\u0440",
"director_museum": "\u0414\u0438\u0440\u0435\u043a\u0442\u043e\u0440 \u043c\u0443\u0437\u0435\u044f",
"collaborator": "\u0421\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a\/\u0421\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u0446\u0430",
"not_assigned": "\u0420\u043e\u043b\u044c \u043d\u0435 \u0437\u0430\u0434\u0430\u043d\u0430",
"name_already_used": "\u0412\u0432\u0435\u0434\u0435\u043d\u043d\u043e\u0435 \u0438\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0443\u0436\u0435 \u0437\u0430\u043d\u044f\u0442\u043e museum-digital",
"no_username": "\u041e\u0448\u0438\u0431\u043a\u0430: \u041d\u0435 \u0432\u0432\u0435\u0434\u0435\u043d\u043e \u0438\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f",
"no_realname": "\u041e\u0448\u0438\u0431\u043a\u0430: \u043d\u0435 \u0432\u0432\u0435\u0434\u0435\u043d\u043e \u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0435\u0435 \u0438\u043c\u044f",
"no_password": "\u041e\u0448\u0438\u0431\u043a\u0430: \u043d\u0435 \u0432\u0432\u0435\u0434\u0435\u043d \u043f\u0430\u0440\u043e\u043b\u044c",
"no_password_confirmation": "\u041e\u0448\u0438\u0431\u043a\u0430: \u043d\u0435 \u0432\u0432\u0435\u0434\u0435\u043d\u043e \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u0435 \u043f\u0430\u0440\u043e\u043b\u044f",
"no_password_match": "\u041e\u0448\u0438\u0431\u043a\u0430: \u043f\u0430\u0440\u043e\u043b\u0438 \u043d\u0435 \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0442",
"not_assigned_institution": "\u041e\u0448\u0438\u0431\u043a\u0430: \u0443\u0447\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435 \u043d\u0435 \u043f\u0440\u0438\u0441\u0432\u043e\u0435\u043d\u043e",
"success_creation": "\u0423\u0441\u043f\u0435\u0448\u043d\u043e: \u0421\u043e\u0437\u0434\u0430\u043d \u043d\u043e\u0432\u044b\u0439 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c",
"no_success_creation": "\u041e\u0448\u0438\u0431\u043a\u0430: \u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u043d\u043e\u0432\u043e\u0433\u043e \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f",
"success_update": "\u0414\u0430\u043d\u043d\u044b\u0435 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u044b",
"no_success_update": "\u0414\u0430\u043d\u043d\u044b\u0435 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u043d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0438\u0437\u043c\u0435\u043d\u0438\u0442\u044c",
"more_than_one": "Mehr (oder weniger) als einen Benutzer mit dieser ID gefunden",
"userlist": "Liste aller Benutzer",
"order_by": "Sortierung",

View File

@ -1,23 +1,23 @@
{
"tlVisitors": {
"add_new_visitor": "Neuen Museumsbesucher eintragen",
"generate_qr_code": "Generate QR-Code",
"new_visitor_added": "Ein neuer Museumsbesucher wurde registriert",
"day": "Tag",
"week": "Woche",
"month": "Monat",
"all_time": "Alles",
"filter_by_time": "Zeitraum",
"time_context": "Datum (zeitlicher Kontext)",
"ticket_types": "Besuchertyp (nach Ticket)",
"amount": "Anzahl",
"other_not_categorized": "Andere \/ Ohne Kategorie",
"calendar_week": "Kalenderwoche",
"year": "Jahr",
"manually_add": "Manuelles hinzuf\u00fcgen",
"number_new_visitors": "Anzahl der Museumsbesucher",
"in_numbers": "In Zahlen",
"manage_ticket_types": "Eintrittskarten-Typen verwalten",
"export_all_visitors": "Export all visitor logs"
"add_new_visitor": "\u0412\u043d\u0435\u0441\u0442\u0438 \u043d\u043e\u0432\u043e\u0433\u043e \u043f\u043e\u0441\u0435\u0442\u0438\u0442\u0435\u043b\u044f \u043c\u0443\u0437\u0435\u044f",
"generate_qr_code": "\u0421\u0433\u0435\u043d\u0435\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c QR-\u043a\u043e\u0434",
"new_visitor_added": "\u0412\u043d\u0435\u0441\u0451\u043d \u043d\u043e\u0432\u044b\u0439 \u043f\u043e\u0441\u0435\u0442\u0438\u0442\u0435\u043b\u044c \u043c\u0443\u0437\u0435\u044f",
"day": "\u0414\u0435\u043d\u044c",
"week": "\u041d\u0435\u0434\u0435\u043b\u044f",
"month": "\u041c\u0435\u0441\u044f\u0446",
"all_time": "\u0412\u0441\u0451 \u0432\u0440\u0435\u043c\u044f",
"filter_by_time": "\u041f\u0435\u0440\u0438\u043e\u0434",
"time_context": "\u0414\u0430\u0442\u0430 (\u0432\u0440\u0435\u043c\u0435\u043d\u043d\u043e\u0439 \u043a\u043e\u043d\u0442\u0435\u043a\u0441\u0442)",
"ticket_types": "\u0422\u0438\u043f \u043f\u043e\u0441\u0435\u0442\u0438\u0442\u0435\u043b\u044f (\u043f\u043e \u0431\u0438\u043b\u0435\u0442\u0443)",
"amount": "\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e",
"other_not_categorized": "\u0414\u0440\u0443\u0433\u043e\u0435 \/ \u0411\u0435\u0437 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438",
"calendar_week": "\u041a\u0430\u043b\u0435\u043d\u0434\u0430\u0440\u043d\u0430\u044f \u043d\u0435\u0434\u0435\u043b\u044f",
"year": "\u0413\u043e\u0434",
"manually_add": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043f\u043e\u0441\u0435\u0442\u0438\u0442\u0435\u043b\u0435\u0439 \u0432\u0440\u0443\u0447\u043d\u0443\u044e",
"number_new_visitors": "\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u043f\u043e\u0441\u0435\u0442\u0438\u0442\u0435\u043b\u0435\u0439 \u043c\u0443\u0437\u0435\u044f",
"in_numbers": "\u0412 \u0446\u0438\u0444\u0440\u0430\u0445",
"manage_ticket_types": "\u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0442\u0438\u043f\u0430\u043c\u0438 \u0431\u0438\u043b\u0435\u0442\u043e\u0432",
"export_all_visitors": "\u042d\u043a\u0441\u043f\u043e\u0440\u0442 \u0432\u0441\u0435\u0445 \u0436\u0443\u0440\u043d\u0430\u043b\u043e\u0432 \u043f\u043e\u0441\u0435\u0449\u0435\u043d\u0438\u0439"
}
}

View File

@ -1,19 +1,19 @@
{
"tlWorks": {
"record_edited": "Der Werkverzeichnis-Eintrag wurde geupdated.",
"upload_image": "Abbildung wurde heraufgeladen",
"deleted_image": "Die Abbildung wurde gel\u00f6scht.",
"work_deleted": "Der Werkverzeichnis-Eintrag wurde gel\u00f6scht.",
"works_edit": "Werkverzeichnis bearbeiten",
"language": "Sprache",
"language_explica": "Sprache des Eintrags.",
"title": "Titel",
"title_explica": "Der Titel des Werks.",
"description": "Beschreibung",
"description_explica": "Beschreibung des Werks.",
"recordKind": "Art",
"kind_explica": "Art des Werkes.",
"material": "Material",
"material_explica": "Das Material, mit dem das Werk kreiert wurde."
"record_edited": "\u0417\u0430\u043f\u0438\u0441\u044c \u0432 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u043c \u043a\u0430\u0442\u0430\u043b\u043e\u0433\u0435 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0430",
"upload_image": "\u0418\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435 \u0437\u0430\u0433\u0440\u0443\u0436\u0435\u043d\u043e",
"deleted_image": "\u0418\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435 \u0443\u0434\u0430\u043b\u0435\u043d\u043e",
"work_deleted": "\u0417\u0430\u043f\u0438\u0441\u044c \u0432 \u043a\u0430\u0442\u0430\u043b\u043e\u0433\u0435 \u0443\u0434\u0430\u043b\u0435\u043d\u0430",
"works_edit": "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043a\u0430\u0442\u0430\u043b\u043e\u0433",
"language": "\u042f\u0437\u044b\u043a",
"language_explica": "\u042f\u0437\u044b\u043a \u0437\u0430\u043f\u0438\u0441\u0438",
"title": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a",
"title_explica": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0440\u0430\u0431\u043e\u0442\u044b",
"description": "\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435",
"description_explica": "\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u0440\u0430\u0431\u043e\u0442\u044b",
"recordKind": "\u0422\u0438\u043f \u0440\u0430\u0431\u043e\u0442\u044b",
"kind_explica": "\u0412\u0438\u0434 \u0440\u0430\u0431\u043e\u0442\u044b",
"material": "\u041c\u0430\u0442\u0435\u0440\u0438\u0430\u043b",
"material_explica": "\u041c\u0430\u0442\u0435\u0440\u0438\u0430\u043b, \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e \u043a\u043e\u0442\u043e\u0440\u043e\u0433\u043e \u0431\u044b\u043b\u0430 \u0441\u043e\u0437\u0434\u0430\u043d\u0430 \u0440\u0430\u0431\u043e\u0442\u0430"
}
}

View File

@ -57,6 +57,8 @@
"no_superordinate_collection": "No superordinate collection has been assigned",
"no_subordinate_collection": "No subordinate collection has been assigned",
"hide_collection": "Collection is public. Hide it",
"publish_collection": "Collection is hidden. Publish."
"publish_collection": "Collection is hidden. Publish.",
"collection_signature": "Collection signature",
"collection_signature_explica": "A signature of the collection for internal use. It can, e.g., be used for entering a reference to the collection to automatically suggested inventory numbers (see institution-wide settings page). "
}
}

View File

@ -80,6 +80,24 @@
"additional_fields_on_object_add_explanation": "Here you can add or remove additional entry fields that shall be made available directly when adding a new object. You may also set them to be required for adding the object altogether.",
"enable_strict_mode_for_values": "Enforce value information (estimated value, insurance value) to be numeric",
"enable_strict_mode_for_sizes": "Enforce sizes (height, weight, etc.) to be numeric",
"enable_strict_mode_for_dates": "Add date picker for dates and enforce entry and estimation dates are actual date fields"
"enable_strict_mode_for_dates": "Add date picker for dates and enforce entry and estimation dates are actual date fields",
"enable_strict_mode_for_invno": "Enforce unique inventory numbers within the museum without any exceptions or overrides",
"invno_scheme": "Scheme for suggested inventory numbers",
"explica_media_rights_defaults": "When uploading images, videos, audio and other media files, the following entries are entered into the respective fields for the media files' license status by default. During the upload, they can be changed to a more suitable value for the current media file. To generally update the default values however, change the fields below.",
"explica_object_metadata_rights_defaults": "The following values describe the default license status and rights holder entered for the metadata (title, description, etc.) for newly recorded objects. If you are to change the license status or rights holder later on, you can do so using the respective fields of the \"rights\" tab of the object editing page or generally overwrite any existing license status or rights holders by clicking on the buttons below (\"rebase\").",
"explica_social_media_buttons": "At the bottom of each object page in the public frontend of museum-digital, share buttons for common social media sites can be displayed. Whether they actually are displayed can be set on a per-object basis. A default value for new objects can be set here however.",
"explica_download_button_images": "On single image pages for object images in the public frontend of museum-digital, a download button can be displayed. This only pertains to pages for images (not other resources) hosted with museum-digital. In some cases, e.g. if the object is a recent artwork where the museum itself only holds restricted control over the licensing of the object or its display online, it may be necessary to disable the download button. Regardless of the setting here, users can still download the image using a right click.",
"commenting_function": "Commenting",
"explica_commenting": "Commenting can be enabled in the public frontend of museum-digital. The commenting function can either be opened to anybody, or only to specific user groups, which can be selected below. If the commenting function is activated and anybody leaves a comment, new comments can be moderated using the moderation tool accessible through musdb's dashboard (section: tools).",
"explica_share_dumps": "If a museum wants to grant the public - or certain other parties such as aggregators or portals - ongoing access to a full download of its published object data at museum-digital, this can be done using the setting below. If the shared dumps are made public, they will be linked on the museum's institution page. If they are set to sharing by a link, they will be made accessible using a link only to be found in an entry field of this subsection.",
"preferred_object_order": "Preferred order of objects",
"explica_preferred_object_order": "Using the buttons below a preferred order of the object listing for all objects of the institution when accessed through the respective links at the bottom of the institution page can be adjusted.",
"explica_strict_mode_sizes": "If this setting is enabled, the fields for separated measurements are converted into number fields. This way, only valid, numeric information can be entered into the fields. Consequently, one can be sure that the objects can be properly searched (e.g. using a search for all objects taller or smaller than 500 mm). Strictly requiring numeric information using the respective input field type however makes it impossible to display pre-existing, non-numeric data. Hence, this setting should only be enabled if one is certain, that all contents in the respective fields is valid and numeric. ",
"explica_strict_mode_dates": "If this setting is enabled, the fields for date information on object pages (e.g. entry date) are converted into date fields. This way, only valid dates can be entered into the fields (e.g. \"August 20th, 2022\"; not \"ca. 2022\"). The date fields now contain a date picker. Consequently, one can be sure that the objects can be properly searched (e.g. using a search for all objects entering the museums before a given day). Strictly requiring date information using the respective input field type however makes it impossible to display pre-existing and invalid dates. Hence, this setting should not be enabled if any information has been entered into the date fields already.",
"explica_strict_mode_values": "If this setting is enabled, the fields for values (e..g insurance value, estimated value) are converted into number fields. This way, only valid, numeric information can be entered into the fields. Consequently, one can be sure that the objects can be properly searched (e.g. using a search for all objects more or less expensive than 500 \u20ac). Strictly requiring numeric information using the respective input field type however makes it impossible to display pre-existing, non-numeric data. Hence, this setting should only be enabled if one is certain, that all contents in the respective fields is valid and numeric. ",
"explica_strict_mode_invno": "By default, a warning is given if a new object with a duplicate inventory number is entered. It is however possible to proceed entering the object regardless by pressing the respective button. Enabling this setting removes the button and makes it fully impossible to enter objects of a duplicate inventory number.",
"explica_how_event_sources": "If a museum has a strong research focus or a focus on provenenance research, it may be useful to note the source from which the information for events (e.g. who bought the object at a given date?) was retrieved. The option to do so in a regularized fashion is available once this option has been activated.",
"explica_object_categorization_ai": "When adding objects, an AI-based image categorization can be run for a rough tagging of the objects (provided that images are uploaded as the object is added). As this image categoriation is far from perfect and blocks the upload process for some time, it needs to be enabled here if it is to be used.",
"explica_invno_scheme": "If this field is filled, a suggestion for inventory numbers for new objects can be provided by the system. Variable components of an inventory number - a counter and often an identifier for the collection - can be marked using the placeholders {no} (for a counter counting up) and {c_sig} for the collection signature. Suggesting collection signatures required a collection to have already been selected as the suggestion button is pressed. Signatures for the collection can be entered using the collection page. An example for such an inventory number scheme may thus be XYZ-{no}8, meaning that any suggested inventory number will start with \"XYZ-\", followed by a counter padded to 8 characters. The first proposed inventory number would thus be XYZ-00000001, the second XYZ-00000002."
}
}

View File

@ -57,6 +57,8 @@
"no_superordinate_collection": "No superordinate collection has been assigned",
"no_subordinate_collection": "No subordinate collection has been assigned",
"hide_collection": "Collection is public. Hide it",
"publish_collection": "Collection is hidden. Publish."
"publish_collection": "Collection is hidden. Publish.",
"collection_signature": "Collection signature",
"collection_signature_explica": "A signature of the collection for internal use. It can, e.g., be used for entering a reference to the collection to automatically suggested inventory numbers (see institution-wide settings page). "
}
}

View File

@ -80,6 +80,24 @@
"additional_fields_on_object_add_explanation": "Here you can add or remove additional entry fields that shall be made available directly when adding a new object. You may also set them to be required for adding the object altogether.",
"enable_strict_mode_for_values": "Enforce value information (estimated value, insurance value) to be numeric",
"enable_strict_mode_for_sizes": "Enforce sizes (height, weight, etc.) to be numeric",
"enable_strict_mode_for_dates": "Add date picker for dates and enforce entry and estimation dates are actual date fields"
"enable_strict_mode_for_dates": "Add date picker for dates and enforce entry and estimation dates are actual date fields",
"enable_strict_mode_for_invno": "Enforce unique inventory numbers within the museum without any exceptions or overrides",
"invno_scheme": "Scheme for suggested inventory numbers",
"explica_media_rights_defaults": "When uploading images, videos, audio and other media files, the following entries are entered into the respective fields for the media files' license status by default. During the upload, they can be changed to a more suitable value for the current media file. To generally update the default values however, change the fields below.",
"explica_object_metadata_rights_defaults": "The following values describe the default license status and rights holder entered for the metadata (title, description, etc.) for newly recorded objects. If you are to change the license status or rights holder later on, you can do so using the respective fields of the \"rights\" tab of the object editing page or generally overwrite any existing license status or rights holders by clicking on the buttons below (\"rebase\").",
"explica_social_media_buttons": "At the bottom of each object page in the public frontend of museum-digital, share buttons for common social media sites can be displayed. Whether they actually are displayed can be set on a per-object basis. A default value for new objects can be set here however.",
"explica_download_button_images": "On single image pages for object images in the public frontend of museum-digital, a download button can be displayed. This only pertains to pages for images (not other resources) hosted with museum-digital. In some cases, e.g. if the object is a recent artwork where the museum itself only holds restricted control over the licensing of the object or its display online, it may be necessary to disable the download button. Regardless of the setting here, users can still download the image using a right click.",
"commenting_function": "Commenting",
"explica_commenting": "Commenting can be enabled in the public frontend of museum-digital. The commenting function can either be opened to anybody, or only to specific user groups, which can be selected below. If the commenting function is activated and anybody leaves a comment, new comments can be moderated using the moderation tool accessible through musdb's dashboard (section: tools).",
"explica_share_dumps": "If a museum wants to grant the public - or certain other parties such as aggregators or portals - ongoing access to a full download of its published object data at museum-digital, this can be done using the setting below. If the shared dumps are made public, they will be linked on the museum's institution page. If they are set to sharing by a link, they will be made accessible using a link only to be found in an entry field of this subsection.",
"preferred_object_order": "Preferred order of objects",
"explica_preferred_object_order": "Using the buttons below a preferred order of the object listing for all objects of the institution when accessed through the respective links at the bottom of the institution page can be adjusted.",
"explica_strict_mode_sizes": "If this setting is enabled, the fields for separated measurements are converted into number fields. This way, only valid, numeric information can be entered into the fields. Consequently, one can be sure that the objects can be properly searched (e.g. using a search for all objects taller or smaller than 500 mm). Strictly requiring numeric information using the respective input field type however makes it impossible to display pre-existing, non-numeric data. Hence, this setting should only be enabled if one is certain, that all contents in the respective fields is valid and numeric. ",
"explica_strict_mode_dates": "If this setting is enabled, the fields for date information on object pages (e.g. entry date) are converted into date fields. This way, only valid dates can be entered into the fields (e.g. \"August 20th, 2022\"; not \"ca. 2022\"). The date fields now contain a date picker. Consequently, one can be sure that the objects can be properly searched (e.g. using a search for all objects entering the museums before a given day). Strictly requiring date information using the respective input field type however makes it impossible to display pre-existing and invalid dates. Hence, this setting should not be enabled if any information has been entered into the date fields already.",
"explica_strict_mode_values": "If this setting is enabled, the fields for values (e..g insurance value, estimated value) are converted into number fields. This way, only valid, numeric information can be entered into the fields. Consequently, one can be sure that the objects can be properly searched (e.g. using a search for all objects more or less expensive than 500 \u20ac). Strictly requiring numeric information using the respective input field type however makes it impossible to display pre-existing, non-numeric data. Hence, this setting should only be enabled if one is certain, that all contents in the respective fields is valid and numeric. ",
"explica_strict_mode_invno": "By default, a warning is given if a new object with a duplicate inventory number is entered. It is however possible to proceed entering the object regardless by pressing the respective button. Enabling this setting removes the button and makes it fully impossible to enter objects of a duplicate inventory number.",
"explica_how_event_sources": "If a museum has a strong research focus or a focus on provenenance research, it may be useful to note the source from which the information for events (e.g. who bought the object at a given date?) was retrieved. The option to do so in a regularized fashion is available once this option has been activated.",
"explica_object_categorization_ai": "When adding objects, an AI-based image categorization can be run for a rough tagging of the objects (provided that images are uploaded as the object is added). As this image categoriation is far from perfect and blocks the upload process for some time, it needs to be enabled here if it is to be used.",
"explica_invno_scheme": "If this field is filled, a suggestion for inventory numbers for new objects can be provided by the system. Variable components of an inventory number - a counter and often an identifier for the collection - can be marked using the placeholders {no} (for a counter counting up) and {c_sig} for the collection signature. Suggesting collection signatures required a collection to have already been selected as the suggestion button is pressed. Signatures for the collection can be entered using the collection page. An example for such an inventory number scheme may thus be XYZ-{no}8, meaning that any suggested inventory number will start with \"XYZ-\", followed by a counter padded to 8 characters. The first proposed inventory number would thus be XYZ-00000001, the second XYZ-00000002."
}
}

View File

@ -57,6 +57,8 @@
"no_superordinate_collection": "No superordinate collection has been assigned",
"no_subordinate_collection": "No subordinate collection has been assigned",
"hide_collection": "Collection is public. Hide it",
"publish_collection": "Collection is hidden. Publish."
"publish_collection": "Collection is hidden. Publish.",
"collection_signature": "Collection signature",
"collection_signature_explica": "A signature of the collection for internal use. It can, e.g., be used for entering a reference to the collection to automatically suggested inventory numbers (see institution-wide settings page). "
}
}

View File

@ -80,6 +80,24 @@
"additional_fields_on_object_add_explanation": "Here you can add or remove additional entry fields that shall be made available directly when adding a new object. You may also set them to be required for adding the object altogether.",
"enable_strict_mode_for_values": "Enforce value information (estimated value, insurance value) to be numeric",
"enable_strict_mode_for_sizes": "Enforce sizes (height, weight, etc.) to be numeric",
"enable_strict_mode_for_dates": "Add date picker for dates and enforce entry and estimation dates are actual date fields"
"enable_strict_mode_for_dates": "Add date picker for dates and enforce entry and estimation dates are actual date fields",
"enable_strict_mode_for_invno": "Enforce unique inventory numbers within the museum without any exceptions or overrides",
"invno_scheme": "Scheme for suggested inventory numbers",
"explica_media_rights_defaults": "When uploading images, videos, audio and other media files, the following entries are entered into the respective fields for the media files' license status by default. During the upload, they can be changed to a more suitable value for the current media file. To generally update the default values however, change the fields below.",
"explica_object_metadata_rights_defaults": "The following values describe the default license status and rights holder entered for the metadata (title, description, etc.) for newly recorded objects. If you are to change the license status or rights holder later on, you can do so using the respective fields of the \"rights\" tab of the object editing page or generally overwrite any existing license status or rights holders by clicking on the buttons below (\"rebase\").",
"explica_social_media_buttons": "At the bottom of each object page in the public frontend of museum-digital, share buttons for common social media sites can be displayed. Whether they actually are displayed can be set on a per-object basis. A default value for new objects can be set here however.",
"explica_download_button_images": "On single image pages for object images in the public frontend of museum-digital, a download button can be displayed. This only pertains to pages for images (not other resources) hosted with museum-digital. In some cases, e.g. if the object is a recent artwork where the museum itself only holds restricted control over the licensing of the object or its display online, it may be necessary to disable the download button. Regardless of the setting here, users can still download the image using a right click.",
"commenting_function": "Commenting",
"explica_commenting": "Commenting can be enabled in the public frontend of museum-digital. The commenting function can either be opened to anybody, or only to specific user groups, which can be selected below. If the commenting function is activated and anybody leaves a comment, new comments can be moderated using the moderation tool accessible through musdb's dashboard (section: tools).",
"explica_share_dumps": "If a museum wants to grant the public - or certain other parties such as aggregators or portals - ongoing access to a full download of its published object data at museum-digital, this can be done using the setting below. If the shared dumps are made public, they will be linked on the museum's institution page. If they are set to sharing by a link, they will be made accessible using a link only to be found in an entry field of this subsection.",
"preferred_object_order": "Preferred order of objects",
"explica_preferred_object_order": "Using the buttons below a preferred order of the object listing for all objects of the institution when accessed through the respective links at the bottom of the institution page can be adjusted.",
"explica_strict_mode_sizes": "If this setting is enabled, the fields for separated measurements are converted into number fields. This way, only valid, numeric information can be entered into the fields. Consequently, one can be sure that the objects can be properly searched (e.g. using a search for all objects taller or smaller than 500 mm). Strictly requiring numeric information using the respective input field type however makes it impossible to display pre-existing, non-numeric data. Hence, this setting should only be enabled if one is certain, that all contents in the respective fields is valid and numeric. ",
"explica_strict_mode_dates": "If this setting is enabled, the fields for date information on object pages (e.g. entry date) are converted into date fields. This way, only valid dates can be entered into the fields (e.g. \"August 20th, 2022\"; not \"ca. 2022\"). The date fields now contain a date picker. Consequently, one can be sure that the objects can be properly searched (e.g. using a search for all objects entering the museums before a given day). Strictly requiring date information using the respective input field type however makes it impossible to display pre-existing and invalid dates. Hence, this setting should not be enabled if any information has been entered into the date fields already.",
"explica_strict_mode_values": "If this setting is enabled, the fields for values (e..g insurance value, estimated value) are converted into number fields. This way, only valid, numeric information can be entered into the fields. Consequently, one can be sure that the objects can be properly searched (e.g. using a search for all objects more or less expensive than 500 \u20ac). Strictly requiring numeric information using the respective input field type however makes it impossible to display pre-existing, non-numeric data. Hence, this setting should only be enabled if one is certain, that all contents in the respective fields is valid and numeric. ",
"explica_strict_mode_invno": "By default, a warning is given if a new object with a duplicate inventory number is entered. It is however possible to proceed entering the object regardless by pressing the respective button. Enabling this setting removes the button and makes it fully impossible to enter objects of a duplicate inventory number.",
"explica_how_event_sources": "If a museum has a strong research focus or a focus on provenenance research, it may be useful to note the source from which the information for events (e.g. who bought the object at a given date?) was retrieved. The option to do so in a regularized fashion is available once this option has been activated.",
"explica_object_categorization_ai": "When adding objects, an AI-based image categorization can be run for a rough tagging of the objects (provided that images are uploaded as the object is added). As this image categoriation is far from perfect and blocks the upload process for some time, it needs to be enabled here if it is to be used.",
"explica_invno_scheme": "If this field is filled, a suggestion for inventory numbers for new objects can be provided by the system. Variable components of an inventory number - a counter and often an identifier for the collection - can be marked using the placeholders {no} (for a counter counting up) and {c_sig} for the collection signature. Suggesting collection signatures required a collection to have already been selected as the suggestion button is pressed. Signatures for the collection can be entered using the collection page. An example for such an inventory number scheme may thus be XYZ-{no}8, meaning that any suggested inventory number will start with \"XYZ-\", followed by a counter padded to 8 characters. The first proposed inventory number would thus be XYZ-00000001, the second XYZ-00000002."
}
}

View File

@ -1,10 +1,10 @@
{
"tlAppointments": {
"appointments": "\u041d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f",
"appointments": "\u0412\u0441\u0442\u0440\u0435\u0447\u0438",
"appointments_intro": "\u0422\u0443\u0442 \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u043d\u0430\u0439\u0442\u0438 \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f \u0438 \u0441\u043e\u0431\u044b\u0442\u0438\u044f",
"calendar": "\u041a\u0430\u043b\u0435\u043d\u0434\u0430\u0440\u044c",
"complete_list": "\u041f\u043e\u043b\u043d\u044b\u0439 \u0441\u043f\u0438\u0441\u043e\u043a",
"subscribe_rss": "\u041f\u043e\u0434\u043f\u0438\u0441\u0430\u0442\u044c\u0441\u044f \u043d\u0430 ??? \u043a\u0430\u043d\u0430\u043b",
"subscribe_rss": "\u041f\u043e\u0434\u043f\u0438\u0441\u0430\u0442\u044c\u0441\u044f \u043d\u0430 RSS \u043a\u0430\u043d\u0430\u043b",
"remove_filter": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0444\u0438\u043b\u044c\u0442\u0440",
"filter_by_place": "\u0424\u0438\u043b\u044c\u0442\u0440 \u043f\u043e \u043c\u0435\u0441\u0442\u0443",
"ongoing": "\u0412 \u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0435\u0435 \u0432\u0440\u0435\u043c\u044f",
@ -15,7 +15,7 @@
"images": "\u0418\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f",
"url_web": "\u0412\u0435\u0431\u0441\u0430\u0439\u0442 \u0441\u043e\u0431\u044b\u0442\u0438\u044f",
"export_for_calendar": "\u042d\u043a\u0441\u043f\u043e\u0440\u0442 \u0432 \u043a\u0430\u043b\u0435\u043d\u0434\u0430\u0440\u044c",
"live_recording": "\u0416\u0438\u0432\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c",
"live_recording": "\u0417\u0430\u043f\u0438\u0441\u044c \u0432 \u043f\u0440\u044f\u043c\u043e\u043c \u044d\u0444\u0438\u0440\u0435",
"play_here": "\u0412\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0441\u0442\u0438 \u0437\u0434\u0435\u0441\u044c",
"play_on_external": "\u0412\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0441\u0442\u0438 ",
"hosted_externally_privacy": "\u042d\u0442\u043e \u0432\u0438\u0434\u0435\u043e \u0440\u0430\u0437\u043c\u0435\u0449\u0435\u043d\u043e \u043d\u0430 \u0432\u043d\u0435\u0448\u043d\u0435\u043c \u0441\u0435\u0440\u0432\u0435\u0440\u0435. \u0412\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u044f \u0437\u0434\u0435\u0441\u044c, \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u043e\u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f \u0434\u0430\u043d\u043d\u044b\u043c\u0438 \u043e \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435 \u0441\u043e \u0441\u043b\u0443\u0436\u0431\u043e\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433\u0430."

View File

@ -7,9 +7,9 @@
"article_content": "\u0421\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u0435 \u0441\u0442\u0430\u0442\u044c\u0438",
"license": "\u041b\u0438\u0446\u0435\u043d\u0437\u0438\u044f",
"added": "\u0414\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u043e",
"published": "\u041e\u043f\u0443\u0431\u043b\u0442\u043a\u043e\u0432\u0430\u043d\u043e",
"published": "\u041e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u043e",
"updated": "\u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u043e",
"about": "\u041e \u0447\u0435\u043c",
"about": "\u041e \u0447\u0451\u043c",
"draft": "\u0427\u0435\u0440\u043d\u043e\u0432\u0438\u043a",
"metadata": "\u041c\u0435\u0442\u0430\u0434\u0430\u043d\u043d\u044b\u0435",
"options": "\u041e\u043f\u0446\u0438\u0438",
@ -30,7 +30,7 @@
"updated_article": "\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u0441\u0442\u0430\u0442\u044c\u044e",
"added_article": "\u0421\u0442\u0430\u0442\u044c\u044f \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0430",
"download_pdf": "\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c PDF",
"by": "\u041f\u043e",
"by": "\u041f\u043e\/\u041a\u0435\u043c",
"endnotes": "\u0421\u043d\u043e\u0441\u043a\u0438",
"notes": "\u041f\u0440\u0438\u043c\u0435\u0447\u0430\u043d\u0438\u044f",
"manage_files": "\u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0444\u0430\u0439\u043b\u0430\u043c\u0438",
@ -48,8 +48,8 @@
"description_summary": "\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \/ \u0420\u0435\u0437\u044e\u043c\u0435",
"volume": "\u0413\u0440\u043e\u043c\u043a\u043e\u0441\u0442\u044c",
"issue": "\u041f\u0440\u043e\u0431\u043b\u0435\u043c\u0430",
"pages": "\u0421\u0442\u0440\u0430\u043d\u0438\u0446\u044b",
"pages_short": "\u0433."
"pages": "\u0421\u0442\u0440\u0430\u043d\u0438\u0446\/\u044b",
"pages_short": "\u0441\u0442\u0440."
},
"type": {
"publication_type": "\u0422\u0438\u043f"

View File

@ -1,13 +1,13 @@
{
"basis": {
"title_museums": "\u041c\u0443\u0437\u0435\u0438-\u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u0438",
"title_collections": "\u041a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438 \u043c\u0443\u0437\u0435\u0435\u0432-\u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u043e\u0432",
"title_objects": "\u041e\u0431\u044a\u0435\u043a\u0442\u044b \u043c\u0443\u0437\u0435\u0435\u0432-\u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u043e\u0432",
"title_museums": "\u0423\u0447\u0430\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0435 \u043c\u0443\u0437\u0435\u0438",
"title_collections": "\u041a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438 \u0443\u0447\u0430\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0445 \u043c\u0443\u0437\u0435\u0435\u0432",
"title_objects": "\u041e\u0431\u044a\u0435\u043a\u0442\u044b \u0443\u0447\u0430\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0445 \u043c\u0443\u0437\u0435\u0435\u0432",
"title_advanced_search": "\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u043d\u044b\u0439 \u043f\u043e\u0438\u0441\u043a \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432",
"title_contact": "\u041a\u043e\u043d\u0442\u0430\u043a\u0442",
"title_objects_at_map": "\u041e\u0431\u044a\u0435\u043a\u0442\u044b \u043d\u0430 \u043a\u0430\u0440\u0442\u0435",
"title_usage": "\u041f\u0440\u0438\u043c\u0435\u043d\u0435\u043d\u0438\u0435",
"no_search": "\u0412 \u043f\u043e\u0438\u0441\u043a\u0435 \u043d\u0438\u0447\u0435\u0433\u043e \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u043e... \u043d\u0435\u0443\u0434\u0438\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e!",
"title_usage": "\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435",
"no_search": "\u0412 \u043f\u043e\u0438\u0441\u043a\u0435 \u043d\u0438\u0447\u0435\u0433\u043e \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u043e... \u041d\u0435\u0443\u0434\u0438\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e!",
"search": "\u041f\u043e\u0438\u0441\u043a",
"searchfield_empty": "\u041f\u043e\u0438\u0441\u043a\u043e\u0432\u0430\u044f \u044f\u0447\u0435\u0439\u043a\u0430 \u0431\u044b\u043b\u0430 \u043f\u0443\u0441\u0442\u0430...",
"searchfield_empty_hint": "[\u041a\u0442\u043e \u043d\u0438\u0447\u0435\u0433\u043e \u043d\u0435 \u0438\u0449\u0435\u0442 - \u043d\u0438\u0447\u0435\u0433\u043e \u043d\u0435 \u043d\u0430\u0445\u043e\u0434\u0438\u0442... \u043f\u043e \u043a\u0440\u0430\u0439\u043d\u0435\u0439 \u043c\u0435\u0440\u0435 \u0437\u0434\u0435\u0441\u044c]",
@ -19,7 +19,7 @@
"collections": "\u041a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438",
"museums": "\u041c\u0443\u0437\u0435\u0438",
"statistics": "\u0421\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0430",
"statistics_explica": "\u041f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0435\u0442 \u0441\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0443 \u0437\u0430 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0435 30 \u0434\u043d\u0435\u0439",
"statistics_explica": "\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0441\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0443 \u0437\u0430 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0435 30 \u0434\u043d\u0435\u0439",
"objects_related_to": "\u041e\u0431\u044a\u0435\u043a\u0442\u044b, \u0441\u0432\u044f\u0437\u0430\u043d\u043d\u044b\u0435 \u0441",
"collection_overview": "\u041e\u0431\u0437\u043e\u0440 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438",
"or_a_part_thereof": "\u0438\u043b\u0438 \u0447\u0430\u0441\u0442\u0435\u0439",
@ -29,15 +29,15 @@
"object_group": "\u0413\u0440\u0443\u043f\u043f\u0430 \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432",
"search_object": "\u041f\u043e\u0438\u0441\u043a \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432",
"search_museum": "\u041f\u043e\u0438\u0441\u043a \u043c\u0443\u0437\u0435\u0435\u0432",
"search_collection": "Search \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0439",
"search_collection": "\u041f\u043e\u0438\u0441\u043a \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0439",
"close": "\u0417\u0430\u043a\u0440\u044b\u0442\u044c",
"search_capital": "\u041f\u043e\u0438\u0441\u043a",
"nothing_found": "\u041d\u0438\u0447\u0435\u0433\u043e \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u043e",
"show_all": "\u0412\u0441\u0435 \u043e\u0431\u044a\u0435\u043a\u0442\u044b",
"refined_search": "\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u043d\u044b\u0439 \u043f\u043e\u0438\u0441\u043a",
"image_wall": "\u00ab\u0418\u043c\u0438\u0434\u0436\u0435\u0432\u0430\u044f \u0441\u0442\u0435\u043d\u0430\u00bb",
"timeline": "\u0413\u0440\u0430\u0444\u0438\u043a",
"title_objects_in_time": "\u041e\u0431\u044a\u0435\u043a\u0442\u044b \u043d\u0430 \u0433\u0440\u0430\u0444\u0438\u043a\u0435",
"image_wall": "\"\u0421\u0442\u0435\u043d\u0430 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0439\u201d",
"timeline": "\u0412\u0440\u0435\u043c\u0435\u043d\u043d\u0430\u044f \u0448\u043a\u0430\u043b\u0430",
"title_objects_in_time": "\u041e\u0431\u044a\u0435\u043a\u0442\u044b \u043d\u0430 \u0432\u0440\u0435\u043c\u0435\u043d\u043d\u043e\u0439 \u0448\u043a\u0430\u043b\u0435",
"impressum": "\u0412\u044b\u0445\u043e\u0434\u043d\u044b\u0435 \u0434\u0430\u043d\u043d\u044b\u0435",
"privacy_policy": "\u041f\u043e\u043b\u0438\u0442\u0438\u043a\u0430 \u043a\u043e\u043d\u0444\u0438\u0434\u0435\u043d\u0446\u0438\u0430\u043b\u044c\u043d\u043e\u0441\u0442\u0438",
"for_example": "\u041d\u0430\u043f\u0440\u0438\u043c\u0435\u0440",
@ -56,25 +56,25 @@
"podcasts": "\u041f\u043e\u0434\u043a\u0430\u0441\u0442",
"publication_time": "\u041e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u043e",
"duration": "\u041f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c",
"contributors": "\u0412\u043a\u043b\u0430\u0434\u0447\u0438\u043a\u0438 \/ \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u0438 ????",
"contributors": "\u0421\u043e\u0430\u0432\u0442\u043e\u0440\u044b",
"date": "\u0414\u0430\u0442\u0430",
"size": "\u0420\u0430\u0437\u043c\u0435\u0440",
"archive": "\u0410\u0440\u0445\u0438\u0432",
"comparison": "\u0421\u0440\u0430\u0432\u043d\u0435\u043d\u0438\u0435",
"preview": "\u041f\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0439 \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440",
"compare": "\u0421\u0440\u0430\u0432\u043d\u0438\u0432\u0430\u0442\u044c",
"compare": "\u0421\u0440\u0430\u0432\u043d\u0438\u0442\u044c",
"archived_versions": "\u0410\u0440\u0445\u0438\u0432\u043d\u044b\u0435 \u0432\u0435\u0440\u0441\u0438\u0438",
"archived_version": "\u0410\u0440\u0445\u0438\u0432\u043d\u0430\u044f \u0432\u0435\u0440\u0441\u0438\u044f",
"sort_by": "\u0421\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043f\u043e",
"sort_order": "\u041f\u043e\u0440\u044f\u0434\u043e\u043a \u0441\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0438",
"institution_faq_entries": "\u0417\u0430\u043f\u0438\u0441\u0438 \u0447\u0430\u0441\u0442\u043e \u0437\u0430\u0434\u0430\u0432\u0430\u0435\u043c\u044b\u0445 \u0432\u043e\u043f\u0440\u043e\u0441\u043e\u0432",
"language": "\u042f\u0437\u044b\u043a",
"yes": "\u0414\u0430",
"not": "\u041d\u0435\u0442",
"or": "\u0418\u043b\u0438",
"and": "\u0418",
"search_term": "\u0418\u0441\u043a\u0430\u0442\u044c \u0442\u0435\u0440\u043c\u0438\u043d",
"submit": "\u0420\u0430\u0437\u043c\u0435\u0441\u0442\u0438\u0442\u044c",
"yes": "\u0434\u0430",
"not": "\u043d\u0435",
"or": "\u0438\u043b\u0438",
"and": "\u0438",
"search_term": "\u0418\u0441\u043a\u0430\u0442\u044c \u043f\u043e\u043d\u044f\u0442\u0438\u0435",
"submit": "\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c",
"metadata": "\u041c\u0435\u0442\u0430\u0434\u0430\u043d\u043d\u044b\u0435"
}
}

View File

@ -1,9 +1,9 @@
{
"catalogue": {
"volume": "\u0413\u0440\u043e\u043c\u043a\u043e\u0441\u0442\u044c",
"public": "\u041f\u0443\u0431\u043b\u0438\u0447\u043d\u044b\u0439",
"not_public": "\u041d\u0435 \u043f\u0443\u0431\u043b\u0438\u0447\u043d\u044b\u0439",
"title_main": "\u041c\u0443\u0437\u0435\u0439-\u0446\u0438\u0444\u0440\u043e\u0432\u043e\u0439",
"public": "\u0414\u043e\u0441\u0442\u0443\u043f\u043d\u044b\u0439 \u043e\u0431\u0449\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u0441\u0442\u0438",
"not_public": "\u041d\u0435\u043e\u0441\u0442\u0443\u043f\u043d\u044b\u0439 \u043e\u0431\u0449\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u0441\u0442\u0438",
"title_main": "Museum-Digital",
"title_sub": "\u041a\u0430\u0442\u0430\u043b\u043e\u0433 \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0434\u043b\u044f",
"generated": "\u0421\u0433\u0435\u043d\u0435\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u043e",
"works": "\u0420\u0430\u0431\u043e\u0442\u044b",

View File

@ -5,6 +5,6 @@
"list_example": "...\u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440...",
"list_show_objects": "\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u043e\u0431\u044a\u0435\u043a\u0442\u044b",
"list_search_collection": "\u041f\u043e\u0438\u0441\u043a \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438",
"page_collection_description": "\u041d\u0430 \u044d\u0442\u043e\u0439 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0435 \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u043d\u0430\u0439\u0442\u0438 \u0441\u043f\u0438\u0441\u043e\u043a \u0432\u0441\u0435\u0445 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0439 \u043c\u0443\u0437\u0435\u0435\u0432, \u0443\u0447\u0430\u0432\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0445 \u0432 \u0434\u0430\u043d\u043d\u043e\u043c \u044d."
"page_collection_description": "\u041d\u0430 \u044d\u0442\u043e\u0439 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0435 \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u043d\u0430\u0439\u0442\u0438 \u0441\u043f\u0438\u0441\u043e\u043a \u0432\u0441\u0435\u0445 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0439 \u0443\u0447\u0430\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0445 \u0432 museum-digital \u043c\u0443\u0437\u0435\u0435\u0432"
}
}

View File

@ -1,10 +1,10 @@
{
"contact": {
"page_title": "Kontakt ...",
"page_intro": "\"museum-digital\" ist ein gemeinsames Vorhaben von Museen. Die Datenbank zur Pr\u00e4sentation von Sammlungen und Objekten steht allen Museen offen.",
"page_questions_to": "Bei Fragen wenden Sie sich bitte an",
"page_museums": "F\u00fcr Fragen zu den Sammlungen und Objekten stehen die Museen gerne zur Verf\u00fcgung. Dies gilt besonders f\u00fcr die Genehmigung der Weiternutzung der Abbildungen, deren Rechte bei den Museen bzw. den Fotografen liegen.",
"contact_person_for": "Contact person for",
"email": "E-Mail"
"page_title": "\u041a\u043e\u043d\u0442\u0430\u043a\u0442...",
"page_intro": "\"Museum-digital\" \u2014 \u044d\u0442\u043e \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u043d\u043e\u0435 \u043d\u0430\u0447\u0438\u043d\u0430\u043d\u0438\u0435 \u043c\u0443\u0437\u0435\u0435\u0432 \u0438 \u0438\u0445 \u0430\u0441\u0441\u043e\u0446\u0438\u0430\u0446\u0438\u0439. \u0411\u0430\u0437\u0430 \u0434\u0430\u043d\u043d\u044b\u0445 \u0434\u043b\u044f \u043f\u0440\u0435\u0437\u0435\u043d\u0442\u0430\u0446\u0438\u0438 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0439 \u0438 \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u043e\u0442\u043a\u0440\u044b\u0442\u0430 \u0434\u043b\u044f \u0432\u0441\u0435\u0445 \u043c\u0443\u0437\u0435\u0435\u0432.",
"page_questions_to": "\u041d\u0430 \u0432\u043e\u043f\u0440\u043e\u0441\u044b \u043e\u0442\u0432\u0435\u0447\u0430\u044e\u0442",
"page_museums": "\u041f\u043e \u0432\u043e\u043f\u0440\u043e\u0441\u0430\u043c \u043e \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u044f\u0445 \u0438 \u043e\u0431\u044a\u0435\u043a\u0442\u0430\u0445, \u043d\u0430\u0445\u043e\u0434\u044f\u0449\u0438\u0445\u0441\u044f \u0432 \u0432\u0430\u0448\u0435\u043c \u0440\u0430\u0441\u043f\u043e\u0440\u044f\u0436\u0435\u043d\u0438\u0438 \u0432 \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0445 \u043c\u0443\u0437\u0435\u044f\u0445, \u043e\u0431\u0440\u0430\u0449\u0430\u0439\u0442\u0435\u0441\u044c \u043d\u0435\u043f\u043e\u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0435\u043d\u043d\u043e \u043a \u043d\u0438\u043c. \u041e\u0441\u043e\u0431\u0435\u043d\u043d\u043e \u044d\u0442\u043e \u043a\u0430\u0441\u0430\u0435\u0442\u0441\u044f \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u044f \u043d\u0430 \u0434\u0430\u043b\u044c\u043d\u0435\u0439\u0448\u0435\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0439, \u043f\u0440\u0430\u0432\u0430 \u043d\u0430 \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043f\u0440\u0438\u043d\u0430\u0434\u043b\u0435\u0436\u0430\u0442 \u043c\u0443\u0437\u0435\u044f\u043c \u0438\u043b\u0438 \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0443.",
"contact_person_for": "\u041a\u043e\u043d\u0442\u0430\u043a\u0442\u043d\u043e\u0435 \u043b\u0438\u0446\u043e \u0434\u043b\u044f",
"email": "\u042d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0430\u044f \u043f\u043e\u0447\u0442\u0430"
}
}

View File

@ -1,50 +1,50 @@
{
"event_persinst": {
"1": "hergestellt von",
"2": "gefunden von",
"3": "ver\u00f6ffentlicht von",
"4": "Vorlagen erstellt von",
"5": "abgebildet",
"6": "genutzt von",
"7": "verfasst von",
"8": "gesammelt von",
"9": "gemalt von",
"10": "fotografiert von",
"11": "empfangen von",
"12": "Druckplatte erstellt von",
"13": "abgeschickt von",
"14": "ausgefertigt von",
"15": "unterzeichnet von",
"16": "erstbeschrieben von",
"19": "gezeichnet von",
"20": "abgeschrieben von",
"21": "gelebt",
"22": "(allgemein)",
"23": "(allgemein)",
"24": "(allgemein)",
"25": "beauftragt von",
"26": "gedruckt von",
"27": "gesprochen von",
"28": "gesungen von",
"29": "Dekor entworfen von",
"30": "Form entworfen von",
"31": "modelliert von",
"32": "signiert von",
"33": "wurde erw\u00e4hnt von",
"34": "vergraben von",
"35": "erdacht von",
"36": "was imaged",
"37": "painted on by",
"38": "illustrated by",
"39": "assembled by",
"40": "auctioned by",
"41": "bought by",
"42": "owned by",
"43": "sold by",
"44": "restorated by",
"45": "damaged by",
"46": "destroyed by",
"47": "lost by",
"48": "edited by"
"1": "\u0441\u0434\u0435\u043b\u0430\u043d\u043e (\u043a\u0435\u043c)",
"2": "\u043d\u0430\u0439\u0434\u0435\u043d\u043e (\u043a\u0435\u043c)",
"3": "\u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u043e (\u043a\u0435\u043c)",
"4": "\u0448\u0430\u0431\u043b\u043e\u043d\u044b, \u0441\u043e\u0437\u0434\u0430\u043d\u043d\u044b\u0435 (\u043a\u0435\u043c)",
"5": "\u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043e",
"6": "\u0431\u044b\u043b\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u043e (\u043a\u0435\u043c)",
"7": "\u043d\u0430\u043f\u0438\u0441\u0430\u043d\u043e (\u043a\u0435\u043c)",
"8": "\u0441\u043e\u0431\u0440\u0430\u043d\u043e (\u043a\u0435\u043c)",
"9": "\u043d\u0430\u0440\u0438\u0441\u043e\u0432\u0430\u043d\u043e\/\u043d\u0430\u043f\u0438\u0441\u0430\u043d\u043e (\u043a\u0435\u043c)",
"10": "\u0441\u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0440\u043e\u0432\u0430\u043d\u043e (\u043a\u0435\u043c)",
"11": "\u043f\u043e\u043b\u0443\u0447\u0435\u043d\u043e (\u043a\u0435\u043c)",
"12": "\u043f\u0435\u0447\u0430\u0442\u043d\u0430\u044f \u0444\u043e\u0440\u043c\u0430 \u0438\u0437\u0433\u043e\u0442\u043e\u0432\u043b\u0435\u043d\u0430 (\u043a\u0435\u043c)",
"13": "\u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043e (\u043a\u0435\u043c)",
"14": "\u0432\u044b\u043f\u0443\u0449\u0435\u043d\u043e (\u043a\u0435\u043c)",
"15": "\u043f\u043e\u0434\u043f\u0438\u0441\u0430\u043d\u043e (\u043a\u0435\u043c)",
"16": "\u0432\u043f\u0435\u0440\u0432\u044b\u0435 \u043e\u043f\u0438\u0441\u0430\u043d\u043e (\u043a\u0435\u043c)",
"19": "\u043d\u0430\u0440\u0438\u0441\u043e\u0432\u0430\u043d\u043e (\u043a\u0435\u043c)",
"20": "\u0441\u043f\u0438\u0441\u0430\u043d\u043e (\u0440\u0443\u043a\u043e\u0439) (\u043a\u0435\u043c)",
"21": "\u0436\u0438\u043b",
"22": "[\u043e\u0431\u0449\u0435\u0435]",
"23": "[\u043e\u0431\u0449\u0435\u0435]",
"24": "[\u043e\u0431\u0449\u0435\u0435]",
"25": "\u0437\u0430\u043a\u0430\u0437\u0430\u043d\u043e (\u043a\u0435\u043c)",
"26": "\u043d\u0430\u043f\u0435\u0447\u0430\u0442\u0430\u043d\u043e (\u043a\u0435\u043c)",
"27": "\u0437\u0430\u043f\u0438\u0441\u0430\u043d\u043e (\u043a\u0435\u043c)",
"28": "\u0432 \u0438\u0441\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0438 (\u043a\u043e\u0433\u043e)",
"29": "\u0434\u0435\u043a\u043e\u0440 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0430\u043d (\u043a\u0435\u043c)",
"30": "\u0444\u043e\u0440\u043c\u0430 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0430\u043d\u0430 (\u043a\u0435\u043c)",
"31": "\u0441\u043c\u043e\u0434\u0435\u043b\u0438\u0440\u043e\u0432\u0430\u043d\u043e (\u043a\u0435\u043c)",
"32": "\u043f\u043e\u0434\u043f\u0438\u0441\u0430\u043d\u043e (\u0430\u0432\u0442\u043e\u0433\u0440\u0430\u0444) (\u043a\u0435\u043c)",
"33": "\u0443\u043f\u043e\u043c\u044f\u043d\u0443\u0442\u043e (\u043a\u0435\u043c)",
"34": "\u0437\u0430\u0445\u043e\u0440\u043e\u043d\u0435\u043d\u043e (\u043a\u0435\u043c)",
"35": "\u0437\u0430\u0434\u0443\u043c\u0430\u043d\u043e (\u043a\u0435\u043c)",
"36": "\u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043e (\u043a\u0435\u043c)",
"37": "\u043d\u0430\u0440\u0438\u0441\u043e\u0432\u0430\u043d\u043e (\u043a\u0435\u043c)",
"38": "\u043f\u0440\u043e\u0438\u043b\u043b\u044e\u0441\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u043e (\u043a\u0435\u043c)",
"39": "\u0441\u043e\u0431\u0440\u0430\u043d\u043e (\u043a\u0435\u043c)",
"40": "\u043f\u0440\u043e\u0434\u0430\u043d\u043e \u0441 \u0430\u0443\u043a\u0446\u0438\u043e\u043d\u0430 (\u043a\u0435\u043c)",
"41": "\u043a\u0443\u043f\u043b\u0435\u043d\u043e (\u043a\u0435\u043c)",
"42": "\u043f\u0440\u0438\u043d\u0430\u0434\u043b\u0435\u0436\u0430\u043b\u043e (\u043a\u043e\u043c\u0443)",
"43": "\u043f\u0440\u043e\u0434\u0430\u043d\u043e (\u043a\u0435\u043c)",
"44": "\u043e\u0442\u0440\u0435\u0441\u0442\u0430\u0432\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u043e (\u043a\u0435\u043c)",
"45": "\u043f\u043e\u0432\u0440\u0435\u0436\u0434\u0435\u043d\u043e (\u043a\u0435\u043c)",
"46": "\u0443\u043d\u0438\u0447\u0442\u043e\u0436\u0435\u043d\u043e (\u043a\u0435\u043c)",
"47": "\u0443\u0442\u0435\u0440\u044f\u043d\u043e (\u043a\u0435\u043c)",
"48": "\u043e\u0442\u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u043e (\u043a\u0435\u043c)"
}
}

View File

@ -1,50 +1,50 @@
{
"event_place": {
"1": "hergestellt in",
"2": "gefunden in",
"3": "ver\u00f6ffentlicht in",
"4": "Vorlagen erstellt in",
"5": "abgebildet in",
"6": "genutzt in",
"7": "verfasst in",
"8": "gesammelt in",
"9": "gemalt in",
"10": "fotografiert in",
"11": "empfangen in",
"12": "Druckplatte erstellt in",
"13": "abgeschickt in",
"14": "ausgefertigt in",
"15": "unterzeichnet in",
"16": "erstbeschrieben in",
"19": "gezeichnet in",
"20": "abgeschrieben in",
"21": "gelebt in",
"22": "(allgemein)",
"23": "(allgemein)",
"24": "(allgemein)",
"25": "beauftragt in",
"26": "gedruckt in",
"27": "gesprochen in",
"28": "gesungen in",
"29": "Dekor entworfen in",
"30": "Form entworfen in",
"31": "modelliert in",
"32": "signiert in",
"33": "wurde erw\u00e4hnt von",
"34": "vergraben in",
"35": "erdacht in",
"36": "was imaged",
"37": "painted on in",
"38": "illustrated in",
"39": "assembled in",
"40": "auctioned in",
"41": "bought in",
"42": "owned in",
"43": "sold in",
"44": "restorated in",
"45": "damaged in",
"46": "destroyed in",
"47": "lost in",
"48": "edited in"
"1": "\u0441\u043e\u0437\u0434\u0430\u043d\u043e \u0432",
"2": "\u043d\u0430\u0439\u0434\u0435\u043d\u043e \u0432",
"3": "\u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u043e \u0432",
"4": "\u0448\u0430\u0431\u043b\u043e\u043d\u044b, \u0441\u043e\u0437\u0434\u0430\u043d\u043d\u044b\u0435 \u0432",
"5": "\u0431\u044b\u043b\u043e \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043e \u0432",
"6": "\u0431\u044b\u043b\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u043e \u0432",
"7": "\u043d\u0430\u043f\u0438\u0441\u0430\u043d\u043e \u0432\/\u043d\u0430",
"8": "\u0441\u043e\u0431\u0440\u0430\u043d\u043e \u0432",
"9": "\u043e\u043a\u0440\u0430\u0448\u0435\u043d\u043e \u0432",
"10": "\u0441\u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0440\u043e\u0432\u0430\u043d\u043e \u0432",
"11": "\u043f\u043e\u043b\u0443\u0447\u0435\u043d\u043e \u0432",
"12": "\u043f\u0435\u0447\u0430\u0442\u043d\u0430\u044f \u0444\u043e\u0440\u043c\u0430 \u0438\u0437\u0433\u043e\u0442\u043e\u0432\u043b\u0435\u043d\u0430 \u0432",
"13": "\u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043e \u0432",
"14": "\u0432\u044b\u043f\u0443\u0449\u0435\u043d\u043e \u0432",
"15": "\u043f\u043e\u0434\u043f\u0438\u0441\u0430\u043d\u043e \u0432",
"16": "\u0442\u0438\u043f \u043e\u043f\u0438\u0441\u0430\u043d \u0432",
"19": "\u043d\u0430\u0440\u0438\u0441\u043e\u0432\u0430\u043d\u043e \u0432",
"20": "\u0431\u044b\u043b\u043e \u0441\u043a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u043d\u043e (\u0432\u0440\u0443\u0447\u043d\u0443\u044e) \u0432",
"21": "\u0436\u0438\u043b \u0432",
"22": "[\u043e\u0431\u0449\u0435\u0435]",
"23": "[\u043e\u0431\u0449\u0435\u0435]",
"24": "[\u043e\u0431\u0449\u0435\u0435]",
"25": "\u0432\u0432\u0435\u0434\u0435\u043d\u043e \u0432 \u044d\u043a\u0441\u043f\u043b\u0443\u0430\u0442\u0430\u0446\u0438\u044e \u0432",
"26": "\u043d\u0430\u043f\u0435\u0447\u0430\u0442\u0430\u043d\u043e \u0432",
"27": "\u0437\u0430\u043f\u0438\u0441\u0430\u043d\u043e \u0432",
"28": "\u0438\u0441\u043f\u043e\u043b\u043d\u0435\u043d\u043e \u0432",
"29": "\u0434\u0435\u043a\u043e\u0440 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0430\u043d \u0432",
"30": "\u0444\u043e\u0440\u043c\u0430 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0430\u043d\u0430 \u0432",
"31": "\u0441\u043c\u043e\u0434\u0435\u043b\u0438\u0440\u043e\u0432\u0430\u043d\u043e \u0432 (\u0433\u0434\u0435)",
"32": "\u043f\u043e\u0434\u043f\u0438\u0441\u0430\u043d\u043e (\u0430\u0432\u0442\u043e\u0433\u0440\u0430\u0444) (\u0433\u0434\u0435)",
"33": "\u0443\u043f\u043e\u043c\u044f\u043d\u0443\u0442\u043e \u0432",
"34": "\u0437\u0430\u0445\u043e\u0440\u043e\u043d\u0435\u043d\u043e \u0432",
"35": "\u0443\u043f\u043e\u043c\u044f\u043d\u0443\u0442\u043e \u0432",
"36": "\u0431\u044b\u043b\u043e \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043e \u0432",
"37": "\u043d\u0430\u0440\u0438\u0441\u043e\u0432\u0430\u043d\u043e \u0432",
"38": "(\u043f\u0440\u043e)\u0438\u043b\u043b\u044e\u0441\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u043e \u0432",
"39": "\u0441\u043e\u0431\u0440\u0430\u043d\u043e \u0432",
"40": "\u0432\u044b\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u043d\u043e \u043d\u0430 \u0430\u0443\u043a\u0446\u0438\u043e\u043d \u0432",
"41": "\u043a\u0443\u043f\u043b\u0435\u043d\u043e \u0432",
"42": "\u043f\u0440\u0438\u043d\u0430\u0434\u043b\u0435\u0436\u0430\u043b\u043e (\u0433\u0434\u0435)",
"43": " \u043f\u0440\u043e\u0434\u0430\u043d\u043e \u0432",
"44": "\u043e\u0442\u0440\u0435\u0441\u0442\u0430\u0432\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u043e \u0432",
"45": " \u043f\u043e\u0432\u0440\u0435\u0436\u0434\u0435\u043d\u043d\u043e \u0432",
"46": "\u0443\u043d\u0438\u0447\u0442\u043e\u0436\u0435\u043d\u043d\u043e \u0432",
"47": "\u0443\u0442\u0435\u0440\u044f\u043d\u043e \u0432",
"48": "\u043e\u0442\u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u043e \u0432"
}
}

View File

@ -1,50 +1,50 @@
{
"event_time": {
"1": "hergestellt",
"2": "gefunden",
"3": "ver\u00f6ffentlicht",
"4": "Vorlagen erstellt",
"5": "abgebildet",
"6": "genutzt",
"7": "verfasst",
"8": "gesammelt",
"9": "gemalt",
"10": "fotografiert",
"11": "empfangen",
"12": "Druckplatte erstellt",
"13": "abgeschickt",
"14": "ausgefertigt",
"15": "unterzeichnet",
"16": "erstbeschrieben",
"19": "gezeichnet",
"20": "abgeschrieben",
"21": "gelebt",
"22": "(allgemein)",
"23": "(allgemein)",
"24": "(allgemein)",
"25": "beauftragt",
"26": "gedruckt",
"27": "gesprochen",
"28": "gesungen",
"29": "Dekor entworfen",
"30": "Form entworfen",
"31": "modelliert",
"32": "signiert",
"33": "wurde erw\u00e4hnt",
"34": "vergraben",
"35": "erdacht",
"36": "was imaged",
"37": "painted on",
"38": "illustrated",
"39": "assembled at",
"40": "auctioned at",
"41": "bought at",
"42": "owned at",
"43": "sold at",
"44": "restorated at",
"45": "damaged at",
"46": "destroyed at",
"47": "lost at",
"48": "edited at"
"1": "\u0441\u043e\u0437\u0434\u0430\u043d\u043e",
"2": "\u043d\u0430\u0439\u0434\u0435\u043d\u043e",
"3": "\u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u043e",
"4": "\u0448\u0430\u0431\u043b\u043e\u043d \u0441\u043e\u0437\u0434\u0430\u043d",
"5": "\u0431\u044b\u043b\u043e \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043e",
"6": "\u0431\u044b\u043b\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u043e",
"7": "\u043d\u0430\u043f\u0438\u0441\u0430\u043d\u043e",
"8": "\u0441\u043e\u0431\u0440\u0430\u043d\u043e",
"9": "\u043d\u0430\u0440\u0438\u0441\u043e\u0432\u0430\u043d\u043e\/\u043d\u0430\u043f\u0438\u0441\u0430\u043d\u043e",
"10": "\u0441\u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0440\u043e\u0432\u0430\u043d\u043e",
"11": "\u043f\u043e\u043b\u0443\u0447\u0435\u043d\u043e",
"12": "\u043f\u0435\u0447\u0430\u0442\u043d\u0430\u044f \u0444\u043e\u0440\u043c\u0430 \u0438\u0437\u0433\u043e\u0442\u043e\u0432\u043b\u0435\u043d\u0430",
"13": "\u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043e",
"14": "\u0432\u044b\u0434\u0430\u043d\u043e",
"15": "\u043f\u043e\u0434\u043f\u0438\u0441\u0430\u043d\u043e",
"16": "\u0422\u0438\u043f \u043e\u043f\u0438\u0441\u0430\u043d",
"19": "\u043d\u0430\u0440\u0438\u0441\u043e\u0432\u0430\u043d\u043e",
"20": "\u0441\u043f\u0438\u0441\u0430\u043d\u043e (\u0440\u0443\u043a\u043e\u0439)",
"21": "\u0436\u0438\u043b",
"22": "[\u043e\u0431\u0449\u0435\u0435]",
"23": "[\u043e\u0431\u0449\u0435\u0435]",
"24": "[\u043e\u0431\u0449\u0435\u0435]",
"25": "\u0437\u0430\u043a\u0430\u0437\u0430\u043d\u043e",
"26": "\u043d\u0430\u043f\u0435\u0447\u0430\u0442\u0430\u043d\u043e",
"27": "\u0437\u0430\u043f\u0438\u0441\u0430\u043d\u043e",
"28": "\u0438\u0441\u043f\u043e\u043b\u043d\u0435\u043d\u043e",
"29": "\u0434\u0435\u043a\u043e\u0440 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0430\u043d",
"30": "\u0444\u043e\u0440\u043c\u0430 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0430\u043d\u0430",
"31": "\u0441\u043c\u043e\u0434\u0435\u043b\u0438\u0440\u043e\u0432\u0430\u043d\u043e",
"32": "\u043f\u043e\u0434\u043f\u0438\u0441\u0430\u043d\u043e (\u0430\u0432\u0442\u043e\u0433\u0440\u0430\u0444)",
"33": "\u0431\u044b\u043b\u043e \u0443\u043f\u043e\u043c\u044f\u043d\u0443\u0442\u043e",
"34": "\u043f\u043e\u0445\u043e\u0440\u043e\u043d\u0435\u043d\u043e",
"35": "\u0437\u0430\u0434\u0443\u043c\u0430\u043d\u043e",
"36": "\u0431\u044b\u043b\u043e \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043e",
"37": "\u043d\u0430\u0440\u0438\u0441\u043e\u0432\u0430\u043d\u043d\u043e \u043d\u0430",
"38": "(\u043f\u0440\u043e)\u0438\u043b\u043b\u044e\u0441\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u043e",
"39": "\u0441\u043e\u0431\u0440\u0430\u043d\u043e (\u043a\u043e\u0433\u0434\u0430)",
"40": "\u043f\u0440\u043e\u0434\u0430\u043d\u043e \u0441 \u0430\u0443\u043a\u0446\u0438\u043e\u043d\u0430 (\u043a\u043e\u0433\u0434\u0430)",
"41": " \u043a\u0443\u043f\u043b\u0435\u043d\u043e (\u043a\u043e\u0433\u0434\u0430)",
"42": "\u043f\u0440\u0438\u043d\u0430\u0434\u043b\u0435\u0436\u0430\u043b\u043e (\u043a\u043e\u0433\u0434\u0430)",
"43": "\u043f\u0440\u043e\u0434\u0430\u043d\u043e (\u043a\u043e\u0433\u0434\u0430)",
"44": "\u043e\u0442\u0440\u0435\u0441\u0442\u0430\u0432\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u043e (\u043a\u043e\u0433\u0434\u0430)",
"45": "\u043f\u043e\u0432\u0440\u0435\u0436\u0434\u0435\u043d\u043e (\u043a\u043e\u0433\u0434\u0430)",
"46": "\u0443\u043d\u0438\u0447\u0442\u043e\u0436\u0435\u043d\u043e (\u043a\u043e\u0433\u0434\u0430)",
"47": "\u0443\u0442\u0440\u0430\u0447\u0435\u043d\u043e\/\u043f\u043e\u0442\u0435\u0440\u044f\u043d\u043e (\u043a\u043e\u0433\u0434\u0430)",
"48": "\u043e\u0442\u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u043e (\u043a\u043e\u0433\u0434\u0430)"
}
}

View File

@ -1,31 +1,31 @@
{
"tlExhibitions": {
"exhibitions": "Exhibitions",
"exhibitions_intro": "On this page, you can find an overview of all the exhibitions on museum digital.",
"ongoing": "Ongoing",
"past": "Past",
"upcoming": "Upcoming",
"about_the_exhibition": "About the Exhibition",
"export_calendar_entry": "Export calendar entry",
"calendar": "Calendar",
"complete_list": "Complete list",
"subscribe_rss": "RSS",
"filter_by_place": "Filter by place",
"remove_filter": "Remove filter",
"exhibitions_current": "Current exhibitions",
"exhibitions_past": "Past exhibitions",
"exhibitions_upcoming": "Upcoming exhibitions",
"exhibitions_description": "Description",
"exhibitions_from": "From",
"exhibitions_until": "Until",
"url_web": "Website of the exhibition",
"catalogue_link": "Exhibition catalogue",
"tour": "Tour through the exhibition",
"export_for_calendar": "Export for calendar",
"permanent_exhibition": "Permanent exhibition",
"permanent_exhibition_headline": "permanent exhibition",
"tiles": "Tiles",
"exhibition_image": "Poster of the exhibition",
"publications": "Publications"
"exhibitions": "\u0412\u044b\u0441\u0442\u0430\u0432\u043a\u0438",
"exhibitions_intro": "\u041d\u0430 \u044d\u0442\u043e\u0439 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0435 \u0432\u044b \u043d\u0430\u0439\u0434\u0435\u0442\u0435 \u043e\u0431\u0437\u043e\u0440 \u0432\u0441\u0435\u0445 \u0432\u044b\u0441\u0442\u0430\u0432\u043e\u043a, \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u043d\u044b\u0445 \u0432 museum-digital. \u041f\u0440\u0438 \u0432\u044b\u0431\u043e\u0440\u0435 \u043c\u0435\u0441\u0442\u0430 \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0444\u0438\u043b\u044c\u0442\u0440. \u0412 \u043a\u0430\u043b\u0435\u043d\u0434\u0430\u0440\u0435 \u043c\u043e\u0436\u043d\u043e \u0432\u044b\u0431\u0440\u0430\u0442\u044c \u0434\u0435\u043d\u044c. \u0415\u0441\u043b\u0438 \u0432\u044b \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u0442\u0435 \u043e\u0431\u0430 \u0432\u0430\u0440\u0438\u0430\u043d\u0442\u0430, \u0442\u043e \u0443\u0432\u0438\u0434\u0438\u0442\u0435, \u0447\u0442\u043e \u043f\u0440\u043e\u0438\u0441\u0445\u043e\u0434\u0438\u0442 \u0432 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u043c \u043c\u0435\u0441\u0442\u0435 \u0438 \u0432 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f. \u041d\u0430\u0445\u043e\u0434\u044f\u0441\u044c \u0432 \u0440\u0435\u0436\u0438\u043c\u0435 \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0430 \u043a\u0430\u043b\u0435\u043d\u0434\u0430\u0440\u044f, \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0431\u043e\u043b\u0435\u0435 \u043f\u043e\u0434\u0440\u043e\u0431\u043d\u0443\u044e \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e \u043e \u0432\u044b\u0441\u0442\u0430\u0432\u043a\u0435, \u0449\u0435\u043b\u043a\u043d\u0443\u0432 \u043c\u044b\u0448\u044c\u044e \u043d\u0430 \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0438 \u0438\u043b\u0438 \u0443\u043a\u0430\u0437\u0430\u0442\u0435\u043b\u0435. \u041d\u0430\u0436\u0430\u0432 \u043d\u0430 \u043d\u0435\u0433\u043e, \u0432\u044b \u043d\u0430\u0439\u0434\u0435\u0442\u0435 \u0435\u0449\u0435 \u0431\u043e\u043b\u044c\u0448\u0435 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438 \u043e \u043a\u043e\u043d\u043a\u0440\u0435\u0442\u043d\u043e\u0439 \u0432\u044b\u0441\u0442\u0430\u0432\u043a\u0435. \u041d\u0430\u0436\u0430\u0432 \u043d\u0430 \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0432\u044b\u0441\u0442\u0430\u0432\u043a\u0438, \u0432\u044b \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u0435 \u0431\u043e\u043b\u044c\u0448\u0435 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438 \u043e \u043d\u0435\u0439.",
"ongoing": "\u0422\u0435\u043a\u0443\u0449\u0438\u0435",
"past": "\u041f\u0440\u043e\u0448\u0435\u0434\u0448\u0438\u0435",
"upcoming": "\u041f\u0440\u0435\u0434\u0441\u0442\u043e\u044f\u0449\u0438\u0435",
"about_the_exhibition": "\u041e \u0432\u044b\u0441\u0442\u0430\u0432\u043a\u0435",
"export_calendar_entry": "\u042d\u043a\u0441\u043f\u043e\u0440\u0442 \u0437\u0430\u043f\u0438\u0441\u0435\u0439 \u043a\u0430\u043b\u0435\u043d\u0434\u0430\u0440\u044f",
"calendar": "\u041a\u0430\u043b\u0435\u043d\u0434\u0430\u0440\u044c",
"complete_list": "\u041f\u043e\u043b\u043d\u044b\u0439 \u0441\u043f\u0438\u0441\u043e\u043a",
"subscribe_rss": "RSS (\u0412\u044b\u0441\u0442\u0430\u0432\u043a\u0438)",
"filter_by_place": "\u0424\u0438\u043b\u044c\u0442\u0440 \u043f\u043e \u043c\u0435\u0441\u0442\u0443",
"remove_filter": "\u0423\u0431\u0440\u0430\u0442\u044c \u0444\u0438\u043b\u044c\u0442\u0440",
"exhibitions_current": "\u0422\u0435\u043a\u0443\u0449\u0438\u0435 \u0432\u044b\u0441\u0442\u0430\u0432\u043a\u0438",
"exhibitions_past": "\u041f\u0440\u043e\u0448\u0435\u0434\u0448\u0438\u0435 \u0432\u044b\u0441\u0442\u0430\u0432\u043a\u0438",
"exhibitions_upcoming": "\u041f\u0440\u0435\u0434\u0441\u0442\u043e\u044f\u0449\u0438\u0435 \u0432\u044b\u0441\u0442\u0430\u0432\u043a\u0438",
"exhibitions_description": "\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u044f",
"exhibitions_from": "\u041d\u0430\u0447\u0438\u043d\u0430\u044f \u0441",
"exhibitions_until": "\u0414\u043e",
"url_web": "\u0412\u0435\u0431-\u0441\u0430\u0439\u0442 \u0432\u044b\u0441\u0442\u0430\u0432\u043a\u0438",
"catalogue_link": "\u041a\u0430\u0442\u0430\u043b\u043e\u0433 \u0432\u044b\u0441\u0442\u0430\u0432\u043a\u0438",
"tour": "\u0422\u0443\u0440 \u043f\u043e \u0432\u044b\u0441\u0442\u0430\u0432\u043a\u0435",
"export_for_calendar": "\u042d\u043a\u0441\u043f\u043e\u0440\u0442 \u0432 \u043a\u0430\u043b\u0435\u043d\u0434\u0430\u0440\u044c",
"permanent_exhibition": "\u041f\u043e\u0441\u0442\u043e\u044f\u043d\u043d\u0430\u044f \u0432\u044b\u0441\u0442\u0430\u0432\u043a\u0430",
"permanent_exhibition_headline": "\u041f\u043e\u0441\u0442\u043e\u044f\u043d\u043d\u0430\u044f \u0432\u044b\u0441\u0442\u0430\u0432\u043a\u0430",
"tiles": "(\u041f\u043b\u0438\u0442\u043a\u0430)",
"exhibition_image": "\u041f\u043b\u0430\u043a\u0430\u0442 \u0432\u044b\u0441\u0442\u0430\u0432\u043a\u0438",
"publications": "\u041f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438"
}
}

View File

@ -1,17 +1,17 @@
{
"tlGraphView": {
"info": "Info",
"help": "Help",
"options": "Options",
"hide": "Hide",
"explanation_title": "Viewing museum-digital through graphs",
"explanation_content": "<p>The graph view offers a unique new perspective on the relationships between contents at museum-digital. Each database entry (an object, an institution, a collection, etc.) is displayed as a node.<\/p>These ",
"display_types": "Displayed types",
"focus_selected_node": "Focus selected node",
"time": "Time",
"person": "Person",
"place": "Place",
"toggle_boxes_view": "Toggle display in boxes",
"toggle_visjs_config": "Toggle visjs config"
"info": "\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f",
"help": "\u041f\u043e\u043c\u043e\u0449\u044c",
"options": "\u041e\u043f\u0446\u0438\u0438",
"hide": "\u0421\u043a\u0440\u044b\u0442\u044c",
"explanation_title": "\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 museum-digital \u0447\u0435\u0440\u0435\u0437 \u0433\u0440\u0430\u0444\u044b",
"explanation_content": "\u041f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0432 \u0432\u0438\u0434\u0435 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f \u0433\u0440\u0430\u0444\u0430 \u043f\u0440\u0435\u0434\u043b\u0430\u0433\u0430\u0435\u0442 \u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u043d\u043e\u0432\u044b\u0439 \u0432\u0437\u0433\u043b\u044f\u0434 \u043d\u0430 \u0432\u0437\u0430\u0438\u043c\u043e\u0441\u0432\u044f\u0437\u0438 \u043c\u0435\u0436\u0434\u0443 \u043a\u043e\u043d\u0442\u0435\u043d\u0442\u043e\u043c \u0432 museum-digital. \u041a\u0430\u0436\u0434\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445 (\u043e\u0431\u044a\u0435\u043a\u0442, \u0443\u0447\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435, \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u044f \u0438 \u0442.\u0434.) \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044f \u0432 \u0432\u0438\u0434\u0435 \u043e\u0442\u0434\u0435\u043b\u044c\u043d\u043e\u0433\u043e \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0430.\r\n\r\n\u041a\u0430\u0436\u0434\u044b\u0439 \u0438\u0437 \u044d\u0442\u0438\u0445 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u043e\u0432 \u0438\u043c\u0435\u0435\u0442 \u0446\u0432\u0435\u0442\u043e\u0432\u043e\u0435 \u043e\u0431\u043e\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435, \u043e\u0441\u043d\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u043d\u0430 \u0438\u0445 \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044e\u0449\u0435\u043c \u0442\u0438\u043f\u0435. \u041d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, \u0443\u0447\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u044f \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u044e\u0442\u0441\u044f \u043d\u0430 \u043e\u0440\u0430\u043d\u0436\u0435\u0432\u043e\u043c \u0444\u043e\u043d\u0435.\r\n\r\n\u041d\u0430\u0436\u0430\u0432 \u043d\u0430 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442, \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0443\u0437\u043d\u0430\u0442\u044c \u043e \u0432\u0437\u0430\u0438\u043c\u043e\u0441\u0432\u044f\u0437\u044f\u0445 \u044d\u0442\u043e\u0439 \u0437\u0430\u043f\u0438\u0441\u0438. \u041a\u0440\u0430\u0442\u043a\u043e\u0435 \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u043e\u0433\u043e \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0430 \u0431\u0443\u0434\u0435\u0442 \u043f\u043e\u043a\u0430\u0437\u0430\u043d\u043e \u043d\u0430 \u044d\u0442\u043e\u0439 \u0431\u043e\u043a\u043e\u0432\u043e\u0439 \u043f\u0430\u043d\u0435\u043b\u0438, \u0435\u0441\u043b\u0438 \u0432\u044b \u043d\u0430\u0436\u043c\u0435\u0442\u0435 \u043d\u0430 \"\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f\" \u0432 \u043d\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u0438 \u0432\u044b\u0448\u0435.\r\n\r\n\u0414\u0432\u043e\u0439\u043d\u044b\u043c \u0449\u0435\u043b\u0447\u043a\u043e\u043c \u043f\u043e \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0443 \u0438\u043b\u0438 \u043d\u0430\u0436\u0430\u0442\u0438\u0435\u043c \u043d\u0430 \u0441\u0438\u043c\u0432\u043e\u043b \"\u0433\u043b\u0430\u0437\" \u0432 \u043f\u0440\u0430\u0432\u043e\u043c \u0432\u0435\u0440\u0445\u043d\u0435\u043c \u0443\u0433\u043b\u0443 \u0431\u043e\u043a\u043e\u0432\u043e\u0439 \u043f\u0430\u043d\u0435\u043b\u0438 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438 \u043c\u043e\u0436\u043d\u043e \u043f\u0435\u0440\u0435\u0439\u0442\u0438 \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044e\u0449\u0435\u0439 \u0437\u0430\u043f\u0438\u0441\u0438.\r\n\r\n\u041a\u0440\u043e\u043c\u0435 \u0442\u043e\u0433\u043e, \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0441\u043a\u0440\u044b\u0442\u044c \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u044b \u043f\u043e \u0442\u0438\u043f\u0443 \u0438\u0445 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0433\u043e. \u0414\u043b\u044f \u044d\u0442\u043e\u0433\u043e \u0432\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \"\u041e\u043f\u0446\u0438\u0438\" \u0432 \u043d\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u0438 \u0432\u044b\u0448\u0435 \u0438 \u043f\u0435\u0440\u0435\u0442\u0430\u0449\u0438\u0442\u0435 \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0439 \u043f\u043e\u043b\u0437\u0443\u043d\u043e\u043a \u0432\u043b\u0435\u0432\u043e.",
"display_types": "\u041e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0435\u043c\u044b\u0435 \u0442\u0438\u043f\u044b",
"focus_selected_node": "\u0424\u043e\u043a\u0443\u0441 \u043d\u0430 \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u043e\u043c \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0435",
"time": "\u0412\u0440\u0435\u043c\u044f",
"person": "\u041b\u0438\u0447\u043d\u043e\u0441\u0442\u044c",
"place": "\u041c\u0435\u0441\u0442\u043e",
"toggle_boxes_view": "\u041f\u0435\u0440\u0435\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f \u0432 \u044f\u0447\u0435\u0439\u043a\u0430\u0445",
"toggle_visjs_config": "\u041f\u0435\u0440\u0435\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438 visjs"
}
}

File diff suppressed because one or more lines are too long

View File

@ -1,10 +1,10 @@
{
"images": {
"resource": "Resource",
"media_page_for_object": "Media page for object",
"resource_metadata": "Resource metadata",
"image_overview": "Image overview",
"manipulate_image": "Manipulate image",
"lens_function": "Lens \/ annotation function"
"resource": "\u0420\u0435\u0441\u0443\u0440\u0441",
"media_page_for_object": "\u041c\u0435\u0434\u0438\u0430-\u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043e\u0431\u044a\u0435\u043a\u0442\u0430",
"resource_metadata": "\u041c\u0435\u0442\u0430\u0434\u0430\u043d\u043d\u044b\u0435 \u0440\u0435\u0441\u0443\u0440\u0441\u0430",
"image_overview": "\u041e\u0431\u0437\u043e\u0440 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0439",
"manipulate_image": "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f",
"lens_function": "\u041e\u0431\u044a\u0435\u043a\u0442\u0438\u0432 \/ \u0424\u0443\u043d\u043a\u0446\u0438\u044f \u0430\u043d\u043d\u043e\u0442\u0430\u0446\u0438\u0438"
}
}

View File

@ -1,72 +1,72 @@
{
"instmus": {
"page_museumatweb": "Museum im Internet",
"page_museumatmap": "Museum auf Karte",
"page_museumatassociation": "Museum bei MV",
"page_museummoreabout": "... mehr \u00fcber das Museum und seine Sammlungen",
"page_museumsearchcollection": "durchsuchen",
"page_museumshowallobjects": "Alle Objekte des Museums in dieser Datenbank anzeigen",
"page_museumsearchobjects": "Einzelne Objekte des Museums in dieser Datenbank suchen",
"page_collection_title": "Sammlung",
"page_collection_document": "... mehr \u00fcber diese Sammlung (Dokument)",
"page_collection_web": "... mehr \u00fcber diese Sammlung im Internet",
"page_collection_parts": "Diese Sammlung umfasst folgende Teile",
"page_collection_showobjects": "Objekte aus der Sammlung zeigen",
"page_collection_museumindatabase": "in dieser Datenbank",
"page_collection_super": "This collection is part of",
"page_collection_onmap": "Show objects of collection at map",
"page_museum_objects_onmap": "Show objects of the museum at map",
"about_museum": "About the museum",
"rss": "Objekte abonnieren",
"export_contact": "Kontakt exportieren",
"objects_from_collection": "Objects from collection",
"objects_from_institution": "Objects from institution",
"about_collection": "About the collection",
"exhibitions_rss": "Subscribe to Exhibitions",
"export_calendar_exhibitions": "Calendar: exhibitions",
"upcoming_events": "Upcoming events",
"see_more": "See more",
"timeline_objects_museum": "Timeline for objects of the museum",
"map_objects_museum": "Map showing objects of the museum",
"timeline_objects_collection": "Timeline for objects of the collection",
"map_objects_collection": "Map showing objects of the collection",
"all_events": "Alle Veranstaltungen anzeigen",
"tour": "Tour of the museum",
"accessible": "Accessible",
"not_accessible": "Not accessible",
"photos_allowed": "Photos allowed",
"photos_not_allowed": "Photos not allowed",
"cloakroom_available": "Cloakroom available",
"cloakroom_not_available": "Cloakroom not available",
"lockers_available": "Lockers available",
"lockers_not_available": "Lockers not available",
"page_museumatweb": "\u041c\u0443\u0437\u0435\u0439 \u0432 \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u0435",
"page_museumatmap": "\u041c\u0443\u0437\u0435\u0439 \u043d\u0430 \u043a\u0430\u0440\u0442\u0435",
"page_museumatassociation": "\u041c\u0443\u0437\u0435\u0439 \u0432 \u0430\u0441\u0441\u043e\u0446\u0438\u0430\u0446\u0438\u0438",
"page_museummoreabout": "... \u043f\u043e\u0434\u0440\u043e\u0431\u043d\u0435\u0435 \u043e \u043c\u0443\u0437\u0435\u0435 \u0438 \u0435\u0433\u043e \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u044f\u0445",
"page_museumsearchcollection": "\u041f\u043e\u0438\u0441\u043a \u0432\u043d\u0443\u0442\u0440\u0438 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438",
"page_museumshowallobjects": "\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0432\u0441\u0435 \u043e\u0431\u044a\u0435\u043a\u0442\u044b \u0438\u0437 \u044d\u0442\u043e\u0433\u043e \u043c\u0443\u0437\u0435\u044f",
"page_museumsearchobjects": "\u041f\u043e\u0438\u0441\u043a \u043e\u0442\u0434\u0435\u043b\u044c\u043d\u044b\u0445 \u043f\u0440\u0435\u0434\u043c\u0435\u0442\u043e\u0432 \u043c\u0443\u0437\u0435\u044f \u0432 \u044d\u0442\u043e\u0439 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445",
"page_collection_title": "\u0421\u043e\u0431\u0440\u0430\u043d\u0438\u0435",
"page_collection_document": "... \u043f\u043e\u0434\u0440\u043e\u0431\u043d\u0435\u0435 \u043e\u0431 \u044d\u0442\u043e\u043c \u0441\u043e\u0431\u0440\u0430\u043d\u0438\u0438 (\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442)",
"page_collection_web": "... \u043f\u043e\u0434\u0440\u043e\u0431\u043d\u0435\u0435 \u043e\u0431 \u044d\u0442\u043e\u043c \u0441\u043e\u0431\u0440\u0430\u043d\u0438\u0438 \u0432 \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u0435",
"page_collection_parts": "\u042d\u0442\u043e \u0441\u043e\u0431\u0440\u0430\u043d\u0438\u0435 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u0442 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u0440\u0430\u0437\u0434\u0435\u043b\u044b",
"page_collection_showobjects": "\u041f\u043e\u043a\u0430\u0437 \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0438\u0437 \u0441\u043e\u0431\u0440\u0430\u043d\u0438\u044f",
"page_collection_museumindatabase": "\u0432 \u044d\u0442\u043e\u0439 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445",
"page_collection_super": "\u042d\u0442\u043e \u0441\u043e\u0431\u0440\u0430\u043d\u0438\u0435 \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0447\u0430\u0441\u0442\u044c\u044e",
"page_collection_onmap": "\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u043e\u0431\u044a\u0435\u043a\u0442\u044b \u0441\u043e\u0431\u0440\u0430\u043d\u0438\u044f \u043d\u0430 \u043a\u0430\u0440\u0442\u0435",
"page_museum_objects_onmap": "\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u043e\u0431\u044a\u0435\u043a\u0442\u044b \u043c\u0443\u0437\u0435\u044f \u043d\u0430 \u043a\u0430\u0440\u0442\u0435",
"about_museum": "\u041e \u043c\u0443\u0437\u0435\u0435",
"rss": "\u041d\u0430\u0441\u0442\u0440\u043e\u0438\u0442\u044c RSS \u043f\u043e\u0434\u043f\u0438\u0441\u043a\u0443 \u043d\u0430 \u043e\u0431\u044a\u0435\u043a\u0442\u044b",
"export_contact": "\u042d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043a\u043e\u043d\u0442\u0430\u043a\u0442\u043d\u044b\u0435 \u0434\u0430\u043d\u043d\u044b\u0435",
"objects_from_collection": "\u041e\u0431\u044a\u0435\u043a\u0442\u044b \u0438\u0437 \u0441\u043e\u0431\u0440\u0430\u043d\u0438\u044f",
"objects_from_institution": "\u041e\u0431\u044a\u0435\u043a\u0442\u044b \u0438\u0437 \u043c\u0443\u0437\u0435\u044f",
"about_collection": "\u041e \u0441\u043e\u0431\u0440\u0430\u043d\u0438\u0438",
"exhibitions_rss": "\u041d\u0430\u0441\u0442\u0440\u043e\u0438\u0442\u044c RSS \u043f\u043e\u0434\u043f\u0438\u0441\u043a\u0443 \u043d\u0430 \u0432\u044b\u0441\u0442\u0430\u0432\u043a\u0438",
"export_calendar_exhibitions": "\u041a\u0430\u043b\u0435\u043d\u0434\u0430\u0440\u044c: \u0412\u044b\u0441\u0442\u0430\u0432\u043a\u0438",
"upcoming_events": "\u041f\u0440\u0435\u0434\u0441\u0442\u043e\u044f\u0449\u0438\u0435 \u0441\u043e\u0431\u044b\u0442\u0438\u044f",
"see_more": "\u0421\u043c. \u0434\u0430\u043b\u0435\u0435",
"timeline_objects_museum": "\u0412\u0440\u0435\u043c\u0435\u043d\u043d\u0430\u044f \u0448\u043a\u0430\u043b\u0430 \u0434\u043b\u044f \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u043c\u0443\u0437\u0435\u044f",
"map_objects_museum": "\u041a\u0430\u0440\u0442\u0430, \u043f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u044e\u0449\u0430\u044f \u043e\u0431\u044a\u0435\u043a\u0442\u044b \u043c\u0443\u0437\u0435\u044f",
"timeline_objects_collection": "\u0412\u0440\u0435\u043c\u0435\u043d\u043d\u0430\u044f \u0448\u043a\u0430\u043b\u0430 \u0434\u043b\u044f \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0441\u043e\u0431\u0440\u0430\u043d\u0438\u0438",
"map_objects_collection": "\u041a\u0430\u0440\u0442\u0430, \u043f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u044e\u0449\u0430\u044f \u043e\u0431\u044a\u0435\u043a\u0442\u044b \u0441\u043e\u0431\u0440\u0430\u043d\u0438\u044f",
"all_events": "\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0432\u0441\u0435 \u043c\u0435\u0440\u043e\u043f\u0440\u0438\u044f\u0442\u0438\u044f",
"tour": "\u0422\u0443\u0440 \u043f\u043e \u0432\u044b\u0441\u0442\u0430\u0432\u043a\u0435",
"accessible": "\u0414\u043e\u0441\u0442\u0443\u043f\u043d\u043e \u0434\u043b\u044f \u043b\u044e\u0434\u0435\u0439 \u0441 \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u043d\u044b\u043c\u0438 \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u044f\u043c\u0438",
"not_accessible": "\u041d\u0435\u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e \u0434\u043b\u044f \u043b\u044e\u0434\u0435\u0439 \u0441 \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u043d\u044b\u043c\u0438 \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u044f\u043c\u0438",
"photos_allowed": "\u0424\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0438 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u044b",
"photos_not_allowed": "\u0424\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0438 \u043d\u0435 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u044b",
"cloakroom_available": "\u0418\u043c\u0435\u0435\u0442\u0441\u044f \u0433\u0430\u0440\u0434\u0435\u0440\u043e\u0431\u043d\u0430\u044f",
"cloakroom_not_available": "\u0413\u0430\u0440\u0434\u0435\u0440\u043e\u0431\u043d\u0430\u044f \u043e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u0435\u0442",
"lockers_available": "\u0418\u043c\u0435\u044e\u0442\u0441\u044f \u043a\u0430\u043c\u0435\u0440\u044b \u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f",
"lockers_not_available": "\u041a\u0430\u043c\u0435\u0440\u044b \u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f \u043e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u044e\u0442",
"shop_available": "Shop available",
"shop_not_available": "Shop not available",
"cafe_available": "Caf\u00e9 available",
"cafe_not_available": "Caf\u00e9 not available",
"babycare_room_available": "Baby care room available",
"babycare_room_not_available": "Baby care room not available",
"dow_0": "Monday",
"dow_1": "Tuesday",
"dow_2": "Wednesday",
"dow_3": "Thursday",
"dow_4": "Friday",
"dow_5": "Saturday",
"dow_6": "Sunday",
"regular_opening_hours": "Regul\u00e4re \u00d6ffnungszeiten",
"general_note_opening_hours": "General note",
"cloakroom": "Cloakroom",
"lockers": "Lockers",
"museum_shop": "Museum shop",
"babycare_room": "Baby care room",
"ticket_prices": "Ticket prices",
"online_visitor_statistics": "Visitor statistics",
"institution_share": "Public shares",
"institution_share_introduction": "Here you can download XML dumps of the public data of the museum.",
"summary": "Summary",
"format": "Format",
"last_generated": "Last generated",
"statistics_collections": "Statistics: Collections",
"page_collection_exclusive_showobjects": " Show objects from this collection (without subcollections)"
"cafe_available": "\u0418\u043c\u0435\u0435\u0442\u0441\u044f \u043c\u0443\u0437\u0435\u0439\u043d\u043e\u0435 \u043a\u0430\u0444\u0435",
"cafe_not_available": "\u041c\u0443\u0437\u0435\u0439\u043d\u043e\u0435 \u043a\u0430\u0444\u0435 \u043e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u0435\u0442",
"babycare_room_available": "\u0414\u043e\u0441\u0442\u0443\u043f\u043d\u0430 \u043a\u043e\u043c\u043d\u0430\u0442\u0430 \u043c\u0430\u0442\u0435\u0440\u0438 \u0438 \u0440\u0435\u0431\u0451\u043d\u043a\u0430",
"babycare_room_not_available": "\u041a\u043e\u043c\u043d\u0430\u0442\u0430 \u043c\u0430\u0442\u0435\u0440\u0438 \u0438 \u0440\u0435\u0431\u0451\u043d\u043a\u0430 \u043d\u0435\u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0430",
"dow_0": "\u041f\u043e\u043d\u0435\u0434\u0435\u043b\u044c\u043d\u0438\u043a",
"dow_1": "\u0412\u0442\u043e\u0440\u043d\u0438\u043a",
"dow_2": "\u0421\u0440\u0435\u0434\u0430",
"dow_3": "\u0427\u0435\u0442\u0432\u0435\u0440\u0433",
"dow_4": "\u041f\u044f\u0442\u043d\u0438\u0446\u0430",
"dow_5": "\u0421\u0443\u0431\u0431\u043e\u0442\u0430",
"dow_6": "\u0412\u043e\u0441\u043a\u0440\u0435\u0441\u0435\u043d\u044c\u0435",
"regular_opening_hours": "\u0412\u0440\u0435\u043c\u044f \u0440\u0430\u0431\u043e\u0442\u044b",
"general_note_opening_hours": "\u0417\u0430\u043c\u0435\u0447\u0430\u043d\u0438\u0435 \u043f\u043e \u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u0440\u0430\u0431\u043e\u0442\u044b",
"cloakroom": "\u0413\u0430\u0440\u0434\u0435\u0440\u043e\u0431\u043d\u0430\u044f",
"lockers": "\u041a\u0430\u043c\u0435\u0440\u044b \u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f",
"museum_shop": "\u041c\u0443\u0437\u0435\u0439\u043d\u044b\u0439 \u043c\u0430\u0433\u0430\u0437\u0438\u043d",
"babycare_room": "\u041a\u043e\u043c\u043d\u0430\u0442\u0430 \u043c\u0430\u0442\u0435\u0440\u0438 \u0438 \u0440\u0435\u0431\u0451\u043d\u043a\u0430",
"ticket_prices": "\u0421\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u044c \u0431\u0438\u043b\u0435\u0442\u043e\u0432",
"online_visitor_statistics": "\u0421\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0430 \u043f\u043e\u0441\u0435\u0442\u0438\u0442\u0435\u043b\u0435\u0439",
"institution_share": "\u041e\u0431\u0449\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u0435 \u0443\u0447\u0430\u0441\u0442\u0438\u0435 (Public shares)",
"institution_share_introduction": "\u0417\u0434\u0435\u0441\u044c \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0441\u043a\u0430\u0447\u0430\u0442\u044c XML \u0434\u0430\u043c\u043f\u044b \u043e\u0442\u043a\u0440\u044b\u0442\u044b\u0445 \u0434\u0430\u043d\u043d\u044b\u0445 \u043c\u0443\u0437\u0435\u044f",
"summary": "\u0420\u0435\u0437\u044e\u043c\u0435",
"format": "\u0424\u043e\u0440\u043c\u0430\u0442",
"last_generated": "\u0412 \u043f\u0440\u043e\u0448\u043b\u044b\u0439 \u0440\u0430\u0437 \u0441\u0433\u0435\u043d\u0435\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u043e",
"statistics_collections": "\u0421\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0430: \u0421\u043e\u0431\u0440\u0430\u043d\u0438\u044f",
"page_collection_exclusive_showobjects": "\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u043e\u0431\u044a\u0435\u043a\u0442\u044b \u0438\u0437 \u044d\u0442\u043e\u0433\u043e \u0441\u043e\u0431\u0440\u0430\u043d\u0438\u044f (\u0431\u0435\u0437 \u043f\u043e\u0434\u0441\u043e\u0431\u0440\u0430\u043d\u0438\u0439)"
}
}

View File

@ -1,102 +1,102 @@
{
"lists": {
"searched_for": "Gesucht wurde nach",
"objects_found": "Objekte gefunden",
"all_objects_shown": "Anzeige aller Objekte",
"objects_as_grid": "Zeigt Ergebnisse als Raster",
"browse_objects": "Ergebnisse durchbl\u00e4ttern",
"objects_as_list": "Zeigt Ergebnisse als Liste",
"objects_from": "Objekte von",
"objects_collection": "Objekte aus der Sammlung",
"from": "von",
"searched_object_relation": "Gesucht wurden Objekte in Beziehung",
"objects_related_to": "Objekte in Beziehung zu",
"searched_in_relation_to": "zu",
"connector": "und",
"objects": "Objekte",
"kind": "der Art",
"objects_same_kind": "Objekte gleicher Art",
"related": "mit Bezug",
"no_valid_search": "Sie haben keinen der vorgeschlagenen Begriffe ausgew\u00e4hlt. Vielleicht hilft die allgemeine Suche nach Begriffen - der Suchschlitz oben links - weiter ...",
"new_advanced_search": "Neue gezielte Suche",
"objects_keyword": "Objekte zum Schlagwort",
"columns_minus": "Eine Spalte weniger im Gitter anzeigen",
"columns_plus": "Eine Spalte mehr im Gitter anzeigen",
"rows_minus": "Eine Zeile weniger im Gitter anzeigen",
"rows_plus": "Eine Zeile mehr im Gitter anzeigen",
"more_info": "... mehr",
"refined_search": "Gezielte Suche",
"fulltextsearch": "Volltextsuche",
"proposedsearch": "Suchvorschl\u00e4ge",
"keyword": "Schlagwort",
"placename": "Ortsname",
"including_narrower": "einschl. Unterbegriffe",
"direct": "direkt",
"undefined": "unbestimmt",
"undefinedRelation": "in unbestimmter Beziehung zu",
"collection": "Collection",
"museum": "Museum",
"you_may": "You may ...",
"keyword_not_found": "Nothing found relating to this keyword.",
"search_keyword_other_collections": "... search for this keyword in other collections of the museum",
"search_keyword_in_this_version": "... search for this keyword at other places",
"search_keyword_in_md_nat": "... search for this keyword in the German national version of museum-digital",
"place_not_found": "Nothing found relating to this placename.",
"search_place_other_collections": "... search for this placename in other collections of the museum",
"search_place_in_this_version": "... search for this placename at other places",
"search_place_in_md_nat": "... search for this placename in the German national version of museum-digital",
"time_not_found": "Nothing found relating to this point in time.",
"search_time_other_collections": "... search for this point in time in other collections of the museum",
"search_time_in_this_version": "... search for this point in time at other places",
"search_time_in_md_nat": "... search for this point in time in the German national version of museum-digital",
"fulltext_search_this_version": "... conduct a full-text search",
"places_for_objects": "Places for objects",
"time": "Time",
"actor": "Actor",
"places": "Places",
"disambiguation": "Disambiguation",
"please_narrow_search": "Please narrow your search.",
"sorted_by": "Sorted by",
"object_addition": "Addition",
"object_name": "Object title",
"inventory_number": "Inventory number",
"ascending": "Ascending",
"descending": "Descending",
"search_mode_raster": "Grid",
"search_mode_grid": "Grid",
"search_mode_liste": "List view",
"search_mode_browse": "Browse mode",
"search_results_by_museum": "Search results by museum",
"calculate_distance": "Calculate distance",
"time_filter_from": "Time filter (start)",
"time_filter_end": "Time filter (end)",
"include_indirect_links": "Also display indirect links to places",
"include_direct_links": "Restrict to direct links only",
"hide_biographical_markers": "Hide biographical markers",
"overview": "Overview",
"hierarchy": "Hierarchy",
"norm_data": "Norm data",
"generic": "Generic",
"partitive": "Partitive",
"instantial": "Instancial",
"read_more": "Read more",
"bibliography": "Bibliography",
"genealogy": "Genealogy",
"recent_objects_on": "Recent objects on",
"search_results_on": "Search results on",
"refine_search": "Refine search",
"series": "Object group",
"exhibition": "Exhibition",
"please_select_type": "Please select",
"open_entity_page": "Open page of the entity",
"searched_place": "Searched place",
"formulate_stmt_search": "Formulate Statement-Based Search",
"search_entities": "Search entities",
"map_source": "Map source",
"search_event": "Event",
"search_query_no_result": "No results could be found for your search query.",
"did_you_mean": "Did you mean to search any of the following?",
"display_search_string": "Display search string",
"relevance": "Relevance"
"searched_for": "\u041f\u043e\u0438\u0441\u043a \u043a:",
"objects_found": "\u041e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u043d\u0430\u0439\u0434\u0435\u043d\u043e",
"all_objects_shown": "\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 \u0432\u0441\u0435\u0445 \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432",
"objects_as_grid": "\u0420\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0441\u0435\u0442\u043a\u043e\u0439",
"browse_objects": "\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u043e\u0432",
"objects_as_list": "\u0420\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0441\u043f\u0438\u0441\u043a\u043e\u043c",
"objects_from": "\u041e\u0431\u044a\u0435\u043a\u0442\u044b \u0438\u0437",
"objects_collection": "\u041e\u0431\u044a\u0435\u043a\u0442\u044b \u0438\u0437 \u0441\u043e\u0431\u0440\u0430\u043d\u0438\u044f",
"from": "\u0438\u0437",
"searched_object_relation": "\u041f\u043e\u0438\u0441\u043a \u043f\u043e \u0441\u0445\u043e\u0434\u043d\u044b\u043c \u043e\u0431\u044a\u0435\u043a\u0442\u0430\u043c",
"objects_related_to": "\u041e\u0431\u044a\u0435\u043a\u0442\u044b \u0441\u0432\u044f\u0437\u0430\u043d\u043d\u044b\u0435 \u0441",
"searched_in_relation_to": "\u043a",
"connector": "\u0438",
"objects": "\u041e\u0431\u044a\u0435\u043a\u0442\u044b",
"kind": "\u0432\u0438\u0434\u0430\/\u0442\u0438\u043f\u0430",
"objects_same_kind": "\u041e\u0431\u044a\u0435\u043a\u0442\u044b \u043e\u0434\u043d\u043e\u0433\u043e \u0442\u0438\u043f\u0430",
"related": "\u0432 \u043e\u0442\u043d\u043e\u0448\u0435\u043d\u0438\u0438",
"no_valid_search": "\u0412\u044b \u043d\u0435 \u0432\u044b\u0431\u0440\u0430\u043b\u0438 \u043d\u0438 \u043e\u0434\u043d\u043e\u0433\u043e \u0438\u0437 \u043f\u0440\u0435\u0434\u043b\u0430\u0433\u0430\u0435\u043c\u044b\u0445 \u043f\u043e\u043d\u044f\u0442\u0438\u0439. \u0412\u043e\u0437\u043c\u043e\u0436\u043d\u043e, \u043f\u043e\u043c\u043e\u0436\u0435\u0442 \u043e\u0431\u0449\u0438\u0439 \u043f\u043e\u0438\u0441\u043a \u043f\u043e\u043d\u044f\u0442\u0438\u0439 - \u043f\u043e\u0438\u0441\u043a\u043e\u0432\u0430\u044f \u0441\u0442\u0440\u043e\u043a\u0430 \u0432 \u043b\u0435\u0432\u043e\u043c \u0432\u0435\u0440\u0445\u043d\u0435\u043c \u0443\u0433\u043b\u0443 ...",
"new_advanced_search": "\u041d\u043e\u0432\u044b\u0439 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u043d\u044b\u0439 \u043f\u043e\u0438\u0441\u043a",
"objects_keyword": "\u041a\u043b\u044e\u0447\u0435\u0432\u044b\u0435 \u0441\u043b\u043e\u0432\u0430 \u0434\u043b\u044f \u043e\u0431\u044a\u0435\u043a\u0442\u0430",
"columns_minus": "\u041d\u0430 \u0441\u0442\u043e\u043b\u0431\u0435\u0446 \u043c\u0435\u043d\u044c\u0448\u0435",
"columns_plus": "\u041d\u0430 \u0441\u0442\u043e\u043b\u0431\u0435\u0446 \u0431\u043e\u043b\u044c\u0448\u0435",
"rows_minus": "\u041d\u0430 \u0440\u044f\u0434 \u043c\u0435\u043d\u044c\u0448\u0435",
"rows_plus": "\u041d\u0430 \u0440\u044f\u0434 \u0431\u043e\u043b\u044c\u0448\u0435",
"more_info": "\u0434\u0430\u043b\u0435\u0435",
"refined_search": "\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u043d\u044b\u0439 \u043f\u043e\u0438\u0441\u043a",
"fulltextsearch": "\u041f\u043e\u0438\u0441\u043a \u043f\u043e \u0432\u0441\u0435\u043c\u0443 \u0442\u0435\u043a\u0441\u0442\u0443",
"proposedsearch": "\u041f\u0440\u0435\u0434\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u043f\u043e \u043f\u043e\u0438\u0441\u043a\u0443",
"keyword": "\u041a\u043b\u044e\u0447\u0435\u0432\u043e\u0435 \u0441\u043b\u043e\u0432\u043e",
"placename": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u043c\u0435\u0441\u0442\u0430",
"including_narrower": "\u0432\u043a\u043b\u044e\u0447\u0430\u044f \u0443\u0442\u043e\u0447\u043d\u0451\u043d\u043d\u044b\u0435 \u043f\u043e\u043d\u044f\u0442\u0438\u044f",
"direct": "\u043f\u0440\u044f\u043c\u043e",
"undefined": "\u043d\u0435\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0451\u043d\u043d\u043e",
"undefinedRelation": "\u0432 \u043d\u0435\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u043c \u043e\u0442\u043d\u043e\u0448\u0435\u043d\u0438\u0438 \u043a",
"collection": "\u0421\u043e\u0431\u0440\u0430\u043d\u0438\u0435",
"museum": "\u041c\u0443\u0437\u0435\u0439",
"you_may": "\u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 ...",
"keyword_not_found": "\u041d\u0438\u0447\u0435\u0433\u043e \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u043e \u043f\u043e \u044d\u0442\u043e\u043c\u0443 \u043a\u043b\u044e\u0447\u0435\u0432\u043e\u043c\u0443 \u0441\u043b\u043e\u0432\u0443",
"search_keyword_other_collections": "... \u043f\u043e\u0438\u0441\u043a \u043f\u043e \u044d\u0442\u043e\u043c\u0443 \u043a\u043b\u044e\u0447\u0435\u0432\u043e\u043c\u0443 \u0441\u043b\u043e\u0432\u0443 \u0432 \u0434\u0440\u0443\u0433\u0438\u0445 \u0441\u043e\u0431\u0440\u0430\u043d\u0438\u044f\u0445 \u043c\u0443\u0437\u0435\u044f",
"search_keyword_in_this_version": "... \u043f\u043e\u0438\u0441\u043a \u043f\u043e \u044d\u0442\u043e\u043c\u0443 \u043a\u043b\u044e\u0447\u0435\u0432\u043e\u043c\u0443 \u0441\u043b\u043e\u0432\u0443 \u0432 \u0434\u0440\u0443\u0433\u0438\u0445 \u043c\u0435\u0441\u0442\u0430\u0445",
"search_keyword_in_md_nat": "... \u043f\u043e\u0438\u0441\u043a \u043f\u043e \u044d\u0442\u043e\u043c\u0443 \u043a\u043b\u044e\u0447\u0435\u0432\u043e\u043c\u0443 \u0441\u043b\u043e\u0432\u0443 \u0432 \u043d\u0435\u043c\u0435\u0446\u043a\u043e\u0439 \u043d\u0430\u0446\u0438\u043e\u043d\u0430\u043b\u044c\u043d\u043e\u0439 \u0432\u0435\u0440\u0441\u0438\u0438 museum-digital",
"place_not_found": "\u041d\u0438\u0447\u0435\u0433\u043e \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u043e \u043a \u044d\u0442\u043e\u043c\u0443 \u043c\u0435\u0441\u0442\u0443",
"search_place_other_collections": "... \u043f\u043e\u0438\u0441\u043a \u044d\u0442\u043e\u0433\u043e \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u044f \u043c\u0435\u0441\u0442\u0430 \u0432 \u0434\u0440\u0443\u0433\u0438\u0445 \u0441\u043e\u0431\u0440\u0430\u043d\u0438\u044f\u0445 \u043c\u0443\u0437\u0435\u044f",
"search_place_in_this_version": "... \u043f\u043e\u0438\u0441\u043a \u044d\u0442\u043e\u0433\u043e \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u044f \u043c\u0435\u0441\u0442\u0430 \u0432 \u0434\u0440\u0443\u0433\u0438\u0445 \u043c\u0435\u0441\u0442\u0430\u0445",
"search_place_in_md_nat": "... \u043f\u043e\u0438\u0441\u043a \u044d\u0442\u043e\u0433\u043e \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u044f \u043c\u0435\u0441\u0442\u0430 \u0432 \u043d\u0435\u043c\u0435\u0446\u043a\u043e\u0439 \u043d\u0430\u0446\u0438\u043e\u043d\u0430\u043b\u044c\u043d\u043e\u0439 \u0432\u0435\u0440\u0441\u0438\u0438 museum-digital",
"time_not_found": "\u041d\u0438\u0447\u0435\u0433\u043e \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u043e \u043a \u044d\u0442\u043e\u043c\u0443 \u043c\u043e\u043c\u0435\u043d\u0442\u0443 \u0432\u0440\u0435\u043c\u0435\u043d\u0438",
"search_time_other_collections": "... \u043f\u043e\u0438\u0441\u043a \u044d\u0442\u043e\u0433\u043e \u043c\u043e\u043c\u0435\u043d\u0442\u0430 \u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u0432 \u0434\u0440\u0443\u0433\u0438\u0445 \u0441\u043e\u0431\u0440\u0430\u043d\u0438\u044f\u0445 \u043c\u0443\u0437\u0435\u044f",
"search_time_in_this_version": "... \u043f\u043e\u0438\u0441\u043a \u044d\u0442\u043e\u0433\u043e \u043c\u043e\u043c\u0435\u043d\u0442\u0430 \u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u0432 \u0434\u0440\u0443\u0433\u0438\u0445 \u043c\u0435\u0441\u0442\u0430\u0445",
"search_time_in_md_nat": "... \u043f\u043e\u0438\u0441\u043a \u044d\u0442\u043e\u0433\u043e \u043c\u043e\u043c\u0435\u043d\u0442\u0430 \u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u0432 \u043d\u0435\u043c\u0435\u0446\u043a\u043e\u0439 \u043d\u0430\u0446\u0438\u043e\u043d\u0430\u043b\u044c\u043d\u043e\u0439 \u0432\u0435\u0440\u0441\u0438\u0438 museum-digital",
"fulltext_search_this_version": "... \u043f\u043e\u0438\u0441\u043a \u043f\u043e \u0432\u0441\u0435\u043c\u0443 \u0442\u0435\u043a\u0441\u0442\u0443",
"places_for_objects": "\u041c\u0435\u0441\u0442\u0430 \u0434\u043b\u044f \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432",
"time": "\u0412\u0440\u0435\u043c\u044f",
"actor": "\u0410\u043a\u0442\u043e\u0440",
"places": "\u041c\u0435\u0441\u0442\u0430",
"disambiguation": "\u0420\u0430\u0437\u0431\u0438\u0432\u043a\u0430",
"please_narrow_search": "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043a\u043e\u043d\u043a\u0440\u0435\u0442\u0438\u0437\u0438\u0440\u0443\u0439\u0442\u0435 \u043f\u043e\u0438\u0441\u043a",
"sorted_by": "\u0421\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0430 \u043f\u043e",
"object_addition": "\u0414\u0430\u0442\u0430 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0438\u044f",
"object_name": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u043e\u0431\u044a\u0435\u043a\u0442\u0430",
"inventory_number": "\u0418\u043d\u0432\u0435\u043d\u0442\u0430\u0440\u043d\u044b\u0439 \u043d\u043e\u043c\u0435\u0440",
"ascending": "\u041f\u043e \u0432\u043e\u0437\u0440\u0430\u0441\u0442\u0430\u043d\u0438\u044e",
"descending": "\u041f\u043e \u0443\u0431\u044b\u0432\u0430\u043d\u0438\u044e",
"search_mode_raster": "\u0421\u0435\u0442\u043a\u0430",
"search_mode_grid": "\u0421\u0435\u0442\u043a\u0430",
"search_mode_liste": "\u0421\u043f\u0438\u0441\u043e\u043a",
"search_mode_browse": "\u0420\u0435\u0436\u0438\u043c \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0430",
"search_results_by_museum": "\u0420\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u043f\u043e\u0438\u0441\u043a\u0430 \u043f\u043e \u043c\u0443\u0437\u0435\u044e",
"calculate_distance": "\u0420\u0430\u0441\u0441\u0447\u0438\u0442\u0430\u0442\u044c \u0440\u0430\u0441\u0441\u0442\u043e\u044f\u043d\u0438\u0435",
"time_filter_from": "\u0412\u0440\u0435\u043c\u0435\u043d\u043d\u043e\u0439 \u0444\u0438\u043b\u044c\u0442\u0440 (\u043d\u0430\u0447\u0430\u043b\u043e)",
"time_filter_end": "\u0412\u0440\u0435\u043c\u0435\u043d\u043d\u043e\u0439 \u0444\u0438\u043b\u044c\u0442\u0440 (\u043e\u043a\u043e\u043d\u0447\u0430\u043d\u0438\u0435)",
"include_indirect_links": "\u0422\u0430\u043a\u0436\u0435 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u044c \u043d\u0435\u043f\u0440\u044f\u043c\u044b\u0435 \u0441\u0441\u044b\u043b\u043a\u0438 \u043d\u0430 \u043c\u0435\u0441\u0442\u0430",
"include_direct_links": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0442\u043e\u043b\u044c\u043a\u043e \u043f\u0440\u044f\u043c\u044b\u043c\u0438 \u0441\u0441\u044b\u043b\u043a\u0430\u043c\u0438",
"hide_biographical_markers": "\u0421\u043a\u0440\u044b\u0442\u044c \u0431\u0438\u043e\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u0438\u0435 \u043c\u0435\u0442\u043a\u0438",
"overview": "\u041e\u0431\u0437\u043e\u0440",
"hierarchy": "\u0418\u0435\u0440\u0430\u0440\u0445\u0438\u044f",
"norm_data": "\u041d\u043e\u0440\u043c\u0430\u0442\u0438\u0432\u043d\u044b\u0435 \u0434\u0430\u043d\u043d\u044b\u0435",
"generic": "\u041e\u0431\u0449\u0438\u0439",
"partitive": "\u0427\u0430\u0441\u0442\u0438\u0447\u043d\u044b\u0439",
"instantial": "\u041f\u0440\u0438\u043c\u0435\u0440\u043d\u044b\u0439",
"read_more": "\u0427\u0438\u0442\u0430\u0442\u044c \u0434\u0430\u043b\u0435\u0435",
"bibliography": "\u0411\u0438\u0431\u043b\u0438\u043e\u0433\u0440\u0430\u0444\u0438\u044f",
"genealogy": "\u0413\u0435\u043d\u0435\u0430\u043b\u043e\u0433\u0438\u044f",
"recent_objects_on": "\u041d\u0435\u0434\u0430\u0432\u043d\u0438\u0435 \u043e\u0431\u044a\u0435\u043a\u0442\u044b \u043f\u043e",
"search_results_on": "\u0418\u0441\u043a\u0430\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u043f\u043e",
"refine_search": "\u0423\u0442\u043e\u0447\u043d\u0438\u0442\u044c \u043f\u043e\u0438\u0441\u043a",
"series": "\u0413\u0440\u0443\u043f\u043f\u0430 \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432",
"exhibition": "\u0412\u044b\u0441\u0442\u0430\u0432\u043a\u0430",
"please_select_type": "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0432\u044b\u0431\u0435\u0440\u0438\u0442\u0435",
"open_entity_page": "\u041e\u0442\u043a\u0440\u044b\u0442\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u044b",
"searched_place": "\u0418\u0441\u043a\u043e\u043c\u043e\u0435 \u043c\u0435\u0441\u0442\u043e",
"formulate_stmt_search": "\u0424\u043e\u0440\u043c\u0443\u043b\u0438\u0440\u043e\u0432\u043a\u0430 \u043f\u043e\u0438\u0441\u043a\u0430 \u043d\u0430 \u043e\u0441\u043d\u043e\u0432\u0435 \u0443\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u0439",
"search_entities": "\u041f\u043e\u0438\u0441\u043a \u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440",
"map_source": "\u0418\u0441\u0442\u043e\u0447\u043d\u0438\u043a \u043d\u0430 \u043a\u0430\u0440\u0442\u0435 (Map source)",
"search_event": "\u0421\u043e\u0431\u044b\u0442\u0438\u0435",
"search_query_no_result": "\u041f\u043e \u0432\u0430\u0448\u0435\u043c\u0443 \u043f\u043e\u0438\u0441\u043a\u0443 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u043e\u0432 \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u043e",
"did_you_mean": "\u0412\u044b \u0445\u043e\u0442\u0435\u043b\u0438 \u043d\u0430\u0439\u0442\u0438 \u0447\u0442\u043e-\u043d\u0438\u0431\u0443\u0434\u044c \u0438\u0437 \u043f\u0435\u0440\u0435\u0447\u0438\u0441\u043b\u0435\u043d\u043d\u043e\u0433\u043e \u043d\u0438\u0436\u0435?",
"display_search_string": "\u041e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435 \u0441\u0442\u0440\u043e\u043a\u0438 \u043f\u043e\u0438\u0441\u043a\u0430",
"relevance": "\u0420\u0435\u043b\u0435\u0432\u0430\u043d\u0442\u043d\u043e\u0441\u0442\u044c"
}
}

View File

@ -1,18 +1,18 @@
{
"museum": {
"page_museum_title": "Museen ...",
"page_museum_intro": "museum-digital zeigt Objekte und Sammlungen aus Museen. Jedes einzelne Museum ist eine Entdeckung wert! Mehr Informationen \u00fcber ein Museum erhalten Sie nach Anklicken des Namens. Ein Anklicken der Anzahl der jeweils erfassten Objekte zeigt eine \u00dcbersicht. Ein Klick auf die Spaltennamen sortiert die Tabelle.",
"column_name": "Name",
"column_place": "Ort",
"column_web": "Internet",
"column_collections": "Sammlungen",
"column_objects": "Objekte",
"museums_on_map": "Museums on map",
"list_of_institutions": "List of institutions",
"map_symbols": "Symbols",
"images": "Images",
"page_museum_description": "Overview of all museums participating on this instance of museum-digital.",
"map_options": "Map options",
"list_of_museums": "List of all museums"
"page_museum_title": "\u041c\u0443\u0437\u0435\u0438 ...",
"page_museum_intro": "museum-digital \u043f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0435\u0442 \u043e\u0431\u044a\u0435\u043a\u0442\u044b \u0438 \u0441\u043e\u0431\u0440\u0430\u043d\u0438\u044f \u043c\u0443\u0437\u0435\u0435\u0432. \u041a\u0430\u0436\u0434\u044b\u0439 \u043c\u0443\u0437\u0435\u0439 \u0441\u0442\u043e\u0438\u0442 \u0442\u043e\u0433\u043e, \u0447\u0442\u043e\u0431\u044b \u043f\u043e\u0437\u043d\u0430\u043a\u043e\u043c\u0438\u0442\u044c\u0441\u044f \u0441 \u043d\u0438\u043c! \u0414\u043b\u044f \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f \u0431\u043e\u043b\u0435\u0435 \u043f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0439 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438 \u043e \u043c\u0443\u0437\u0435\u0435 \u043d\u0430\u0436\u043c\u0438\u0442\u0435 \u043d\u0430 \u0435\u0433\u043e \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435. \u041f\u0440\u0438 \u043d\u0430\u0436\u0430\u0442\u0438\u0438 \u043d\u0430 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0432 \u043a\u0430\u0436\u0434\u043e\u043c \u0441\u043b\u0443\u0447\u0430\u0435 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044f \u043e\u0431\u0437\u043e\u0440. \u041d\u0430\u0436\u0430\u0442\u0438\u0435 \u043d\u0430 \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u044f \u0441\u0442\u043e\u043b\u0431\u0446\u043e\u0432 \u0441\u043e\u0440\u0442\u0438\u0440\u0443\u0435\u0442 \u0442\u0430\u0431\u043b\u0438\u0446\u0443.",
"column_name": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435",
"column_place": "\u041c\u0435\u0441\u0442\u043e",
"column_web": "\u0418\u043d\u0442\u0435\u0440\u043d\u0435\u0442",
"column_collections": "\u0421\u043e\u0431\u0440\u0430\u043d\u0438\u044f",
"column_objects": "\u041e\u0431\u044a\u0435\u043a\u0442\u044b",
"museums_on_map": "\u041c\u0443\u0437\u0435\u0438 \u043d\u0430 \u043a\u0430\u0440\u0442\u0435",
"list_of_institutions": "\u0421\u043f\u0438\u0441\u043e\u043a \u0438\u043d\u0441\u0442\u0438\u0442\u0443\u0446\u0438\u0439",
"map_symbols": "\u0421\u0438\u043c\u0432\u043e\u043b\u044b",
"images": "\u0418\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f",
"page_museum_description": "\u041e\u0431\u0437\u043e\u0440 \u0432\u0441\u0435\u0445 \u043c\u0443\u0437\u0435\u0435\u0432, \u0443\u0447\u0430\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0445 \u0432 \u0440\u0430\u0431\u043e\u0442\u0435 museum-digital",
"map_options": "\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b \u043a\u0430\u0440\u0442\u044b",
"list_of_museums": "\u0421\u043f\u0438\u0441\u043e\u043a \u0432\u0441\u0435\u0445 \u043c\u0443\u0437\u0435\u0435\u0432"
}
}

View File

@ -1,24 +1,24 @@
{
"nav": {
"home": "Home",
"museum": "Museum",
"collection": "Sammlung",
"object": "Objekt",
"topics": "Themen",
"contact": "Kontakt",
"API": "API",
"API_link": "",
"rss_feeds": "RSS feeds",
"api": "API",
"exhibition": "Exhibition",
"settings": "Settings",
"sitemap": "Site map",
"more": "More",
"articles": "Articles",
"events": "Veranstaltungen",
"select_language": "Select language",
"join_us": "Join us",
"browse_backgrounds": "Browse \"background information\"",
"catalogue_raisonne": "Catalogue raisonn\u00e9"
"home": "\u0414\u043e\u043c\u043e\u0439",
"museum": "\u041c\u0443\u0437\u0435\u0439",
"collection": "\u0421\u043e\u0431\u0440\u0430\u043d\u0438\u0435",
"object": "\u041e\u0431\u044a\u0435\u043a\u0442",
"topics": "\u0422\u0435\u043c\u044b",
"contact": "\u041a\u043e\u043d\u0442\u0430\u043a\u0442",
"API": "API ",
"API_link": "https:\/\/handbook.museum-digital.info\/?lan=de&q=Ausgabe\/APIs",
"rss_feeds": "RSS \u043f\u043e\u0434\u043f\u0438\u0441\u043a\u0438",
"api": "API ",
"exhibition": "\u0412\u044b\u0441\u0442\u0430\u0432\u043a\u0438",
"settings": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438",
"sitemap": "\u041a\u0430\u0440\u0442\u0430 \u0441\u0430\u0439\u0442\u0430",
"more": "\u0411\u043e\u043b\u044c\u0448\u0435",
"articles": "\u0421\u0442\u0430\u0442\u044c\u0438",
"events": "\u0421\u043e\u0431\u044b\u0442\u0438\u044f",
"select_language": "\u0412\u044b\u0431\u043e\u0440 \u044f\u0437\u044b\u043a\u0430",
"join_us": "\u041f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u043d\u044f\u0439\u0442\u0435\u0441\u044c \u043a \u043d\u0430\u043c",
"browse_backgrounds": "\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u0441\u043f\u0440\u0430\u0432\u043e\u0447\u043d\u0443\u044e \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e",
"catalogue_raisonne": "\u041a\u0430\u0442\u0430\u043b\u043e\u0433-\u0440\u0435\u0437\u043e\u043d\u0435"
}
}

View File

@ -1,60 +1,60 @@
{
"object_single": {
"description": "Beschreibung",
"material_technique": "Material\/Technik",
"measurements": "Ma\u00dfe",
"literature": "Literatur",
"links_documents": "Links\/Dokumente",
"tags": "Tags",
"searched_for": "Gesucht wurde nach",
"image_more": "... mehr als 10 Ansichten ...",
"image_show": "Anzeigen",
"image_owner": "Herkunft\/Rechte",
"image_bigger": "Gr\u00f6\u00dfere Ansicht und Information zur Abbildung",
"object_callit": "Abrufen des Objektes",
"image_click": "Klick f\u00fchrt zu gr\u00f6\u00dferer Abbildung",
"print_pdf": "Objektinformationen zum Ausdrucken (PDF)",
"hints_for_usage": "Hinweise zur Nutzung und zum Zitieren",
"description": "\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435",
"material_technique": "\u041c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\/\u0422\u0435\u0445\u043d\u0438\u043a\u0430",
"measurements": "\u0420\u0430\u0437\u043c\u0435\u0440\u044b",
"literature": "\u041b\u0438\u0442\u0435\u0440\u0430\u0442\u0443\u0440\u0430",
"links_documents": "\u0421\u0441\u044b\u043b\u043a\u0438\/\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u044b",
"tags": "\u041a\u043b\u044e\u0447\u0435\u0432\u044b\u0435 \u0441\u043b\u043e\u0432\u0430",
"searched_for": "\u041f\u043e\u0438\u0441\u043a \u043a:",
"image_more": "... \u0431\u043e\u043b\u0435\u0435 10 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0439 ...",
"image_show": "\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c",
"image_owner": "\u041f\u0440\u043e\u0438\u0441\u0445\u043e\u0436\u0434\u0435\u043d\u0438\u0435\/\u041f\u0440\u0430\u0432\u0430",
"image_bigger": "\u0423\u0432\u0435\u043b\u0438\u0447\u0435\u043d\u043d\u044b\u0439 \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 \u0438 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043e\u0431 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0438",
"object_callit": "\u041e\u0442\u043a\u0440\u044b\u0442\u044c \u043e\u0431\u044a\u0435\u043a\u0442",
"image_click": "\u041d\u0430\u0436\u043c\u0438\u0442\u0435, \u0447\u0442\u043e\u0431\u044b \u0443\u0432\u0435\u043b\u0438\u0447\u0438\u0442\u044c \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435",
"print_pdf": "\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043e\u0431 \u043e\u0431\u044a\u0435\u043a\u0442\u0435 \u0434\u043b\u044f \u043f\u0435\u0447\u0430\u0442\u0438 (PDF)",
"hints_for_usage": "\u041f\u0440\u0438\u043c\u0435\u0447\u0430\u043d\u0438\u044f \u043f\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044e \u0438 \u0446\u0438\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044e",
"cc": "Die Text-Informationen dieser Seite sind f\u00fcr die nicht-kommerzielle Nutzung bei Angabe der Quelle frei verf\u00fcgbar (<a href=\"http:\/\/creativecommons.org\/licenses\/by-nc-sa\/3.0\/deed.de\" class=\"objektseitebottom\">Creative Commons Lizenz 3.0, by-nc-sa<\/a>) Als Quellenangabe nennen Sie bitte neben der Internet-Adresse unbedingt auch den Namen des Museums.<br>Die Rechte f\u00fcr die Abbildungen des Objektes werden unterhalb der gro\u00dfen Ansichten (die \u00fcber ein Anklicken der kleineren Ansichten erreichbar werden) angezeigt. Sofern dort nichts anderes angegeben ist, gilt f\u00fcr die Nutzung das gerade Gesagte. Auch bei der Verwendung der Bild-Informationen ist unbedingt der Name des Museums zu nennen.<br>Jede Form der kommerziellen Nutzung von Text- oder Bildinformationen bedarf der R\u00fccksprache mit dem Museum.",
"feedback": "Ist Ihnen etwas aufgefallen? Wom\u00f6glich ein Fehler?! Oder wissen Sie mehr?",
"last_update": "Stand der Information",
"feedback": "\u0412\u044b \u043d\u0430\u0442\u043a\u043d\u0443\u043b\u0438\u0441\u044c \u043d\u0430 \u0447\u0442\u043e-\u0442\u043e \u043d\u0435\u043b\u0430\u0434\u043d\u043e\u0435? \u041c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c, \u0432\u044b \u0437\u043d\u0430\u0435\u0442\u0435 \u0431\u043e\u043b\u044c\u0448\u0435? \u0418\u043b\u0438 \u0443 \u0432\u0430\u0441 \u0435\u0441\u0442\u044c \u0437\u0430\u043c\u0435\u0447\u0430\u043d\u0438\u044f?",
"last_update": "\u0421\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438",
"image_new_window": "Klick f\u00fchrt zu Darstellung in neuem Fenster",
"not_shown": "Das Objekt kann gegenw\u00e4rtig leider nicht angezeigt werden.<br>M\u00f6gliche Gr\u00fcnde hierf\u00fcr sind rechtliche Bedenken oder die \u00dcberarbeitung der Objektangaben.<br>Sobald die Gr\u00fcnde entfallen sind wird das Objekt an dieser Stelle sichtbar sein.",
"basic_data": "Basic Data",
"object_title": "Object title",
"cite_this_page": "Cite this page",
"licence_metadata": "Licence (Metadata)",
"licence_images": "Licence (images)",
"edit_object": "Edit object",
"linked_articles": "Linked Artikels",
"by": "By",
"published": "Published",
"exact_match_or_not": "Exact match or not",
"exact_match_subordinates": "Exact match \/ including subordinates",
"ongoing_exhibitions": "Ongoing exhibitions",
"contact_institution": "Contact the institution",
"object_from_institution": "Object from",
"transcript": "Transcript",
"transcript_original": "Original",
"transcript_translation": "Translation of transcript",
"object_is_referencing": "The object references",
"reception_and_publication_history": "Reception and publication",
"markings": "Markings",
"detailed_description": "Detailed description",
"no_of_pages": "# pages",
"no_of_pieces": "# pieces",
"measurement_wall": "Wall",
"weight": "Weight",
"diameter": "Diameter",
"height": "Height",
"width": "Width",
"length": "Length",
"similar_objects": "Similar objects",
"inscription": "Inscription",
"object_in_remote_repo": "The object at",
"img_is_main_img": "Image is main image",
"photographer": "Photographer",
"acknowledgements": "Acknowledgements"
"basic_data": "\u0411\u0430\u0437\u043e\u0432\u044b\u0435 \u0434\u0430\u043d\u043d\u044b\u0435",
"object_title": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u043e\u0431\u044a\u0435\u043a\u0442\u0430",
"cite_this_page": "\u041f\u0440\u043e\u0446\u0438\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u044d\u0442\u0443 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443",
"licence_metadata": "\u041b\u0438\u0446\u0435\u043d\u0437\u0438\u044f (\u041c\u0435\u0442\u0430\u0434\u0430\u043d\u043d\u044b\u0435)",
"licence_images": "\u041b\u0438\u0446\u0435\u043d\u0437\u0438\u044f (\u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f)",
"edit_object": "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043e\u0431\u044a\u0435\u043a\u0442",
"linked_articles": "\u0421\u0432\u044f\u0437\u0430\u043d\u043d\u044b\u0435 \u0441\u0442\u0430\u0442\u044c\u0438",
"by": "\u0438\u0441\u043f\u043e\u043b\u043d\u0435\u043d\u043e (\u043a\u0435\u043c)",
"published": "\u041e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u043e",
"exact_match_or_not": "\u0422\u043e\u0447\u043d\u043e\u0435 \u0441\u043e\u0432\u043f\u0430\u0434\u0435\u043d\u0438\u0435 \u0438\u043b\u0438 \u043d\u0435\u0442",
"exact_match_subordinates": "\u0422\u043e\u0447\u043d\u043e\u0435 \u0441\u043e\u0432\u043f\u0430\u0434\u0435\u043d\u0438\u0435\/\u0432\u043a\u043b\u044e\u0447\u0430\u044f \u0432\u0442\u043e\u0440\u043e\u0441\u0442\u0435\u043f\u0435\u043d\u043d\u044b\u0435 \u0441\u043e\u0432\u043f\u0430\u0434\u0435\u043d\u0438\u044f",
"ongoing_exhibitions": "\u0422\u0435\u043a\u0443\u0449\u0438\u0435 \u0432\u044b\u0441\u0442\u0430\u0432\u043a\u0438",
"contact_institution": "\u0421\u0432\u044f\u0437\u0430\u0442\u044c\u0441\u044f \u0441 \u0438\u043d\u0441\u0442\u0438\u0442\u0443\u0446\u0438\u0435\u0439",
"object_from_institution": "\u041e\u0431\u044a\u0435\u043a\u0442\u044b \u0438\u0437",
"transcript": "\u0422\u0440\u0430\u043d\u0441\u043a\u0440\u0438\u043f\u0442\/\u0420\u0443\u043a\u043e\u043f\u0438\u0441\u044c",
"transcript_original": "\u041e\u0440\u0438\u0433\u0438\u043d\u0430\u043b",
"transcript_translation": "\u041f\u0435\u0440\u0435\u0432\u043e\u0434 \u0442\u0440\u0430\u043d\u0441\u043a\u0440\u0438\u043f\u0442\u0430\/\u0440\u0443\u043a\u043e\u043f\u0438\u0441\u0438",
"object_is_referencing": "\u0421\u0441\u044b\u043b\u043a\u0438 \u043e\u0431\u044a\u0435\u043a\u0442\u0430",
"reception_and_publication_history": "\u0420\u0435\u0446\u0435\u043f\u0446\u0438\u044f \u0438 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u044f",
"markings": "\u041e\u0431\u043e\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f",
"detailed_description": "\u0414\u0435\u0442\u0430\u043b\u044c\u043d\u043e\u0435 \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435",
"no_of_pages": "# \u0441\u0442\u0440\u0430\u043d\u0438\u0446",
"no_of_pieces": "# \u0447\u0430\u0441\u0442\u0435\u0439",
"measurement_wall": "\u0421\u0442\u0435\u043d\u0430 (Wall)",
"weight": "\u0412\u0435\u0441",
"diameter": "\u0414\u0438\u0430\u043c\u0435\u0442\u0440",
"height": "\u0412\u044b\u0441\u043e\u0442\u0430",
"width": "\u0428\u0438\u0440\u0438\u043d\u0430",
"length": "\u0414\u043b\u0438\u043d\u0430",
"similar_objects": "\u0421\u0445\u043e\u0436\u0438\u0435 \u043e\u0431\u044a\u0435\u043a\u0442\u044b",
"inscription": "\u041d\u0430\u0434\u043f\u0438\u0441\u044c",
"object_in_remote_repo": "\u041e\u0431\u044a\u0435\u043a\u0442 \u043d\u0430\/\u0432",
"img_is_main_img": "\u0418\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435 \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0433\u043b\u0430\u0432\u043d\u044b\u043c",
"photographer": "\u0424\u043e\u0442\u043e\u0433\u0440\u0430\u0444",
"acknowledgements": "\u0411\u043b\u0430\u0433\u043e\u0434\u0430\u0440\u043d\u043e\u0441\u0442\u0438"
},
"objekt_single": {
"inventory_number": "Inventarnummer",

View File

@ -1,16 +1,16 @@
{
"timeline": {
"\u221e - 10.000": "\u221e - 10.000",
"500 - 999": "500 - 999",
"1000 - 1500": "1000 - 1500",
"16th century": "16th century",
"17th century": "17th century",
"18th century": "18th century",
"19th century": "19th century",
"20th century": "20th century",
"21st century": "21st century",
"9999 - 501": "9999 - 501",
"0 - 499": "0 - 499",
"500 - 0": "500 - 0"
"500 - 999": "500 - 999 ",
"1000 - 1500": "1000 - 1500 ",
"16th century": "16-\u0439 \u0432\u0435\u043a",
"17th century": "17-\u0439 \u0432\u0435\u043a",
"18th century": "18-\u0439 \u0432\u0435\u043a",
"19th century": "19-\u0439 \u0432\u0435\u043a",
"20th century": "20-\u0439 \u0432\u0435\u043a",
"21st century": "21-\u0439 \u0432\u0435\u043a",
"9999 - 501": "9999 - 501 ",
"0 - 499": "0 - 499 ",
"500 - 0": "500 - 0 "
}
}

View File

@ -1,7 +1,7 @@
{
"topics": {
"title": "Themen",
"intro": "Auch wenn seine Objekte die eigentliche Grundlage allen Handelns eines Museums sind: Museumsobjekte werden erst durch eine Erl\u00e4uterung ihrer Geschichte und ihrer Zusammenh\u00e4nge bedeutend. Solche Erl\u00e4uterungen finden sich in den Beschreibungen der einzelnen Objekte. Alle Objekte aber stehen in zeitgeschichtlichen und anderen Zusammenh\u00e4ngen, die sich am besten als Thema pr\u00e4sentieren lassen.",
"header_list": "Aktuell sind folgende Themen verf\u00fcgbar"
"title": "\u0422\u0435\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0435 \u043a\u0430\u0442\u0430\u043b\u043e\u0433\u0438",
"intro": "\u0414\u0430\u0436\u0435 \u043d\u0435\u0441\u043c\u043e\u0442\u0440\u044f \u043d\u0430 \u0442\u043e, \u0447\u0442\u043e \u044d\u043a\u0441\u043f\u043e\u043d\u0430\u0442\u044b \u044f\u0432\u043b\u044f\u044e\u0442\u0441\u044f \u043e\u0441\u043d\u043e\u0432\u043e\u0439 \u0432\u0441\u0435\u0433\u043e, \u0447\u0435\u043c \u0437\u0430\u043d\u0438\u043c\u0430\u0435\u0442\u0441\u044f \u043c\u0443\u0437\u0435\u0439: \u041c\u0443\u0437\u0435\u0439\u043d\u044b\u0435 \u044d\u043a\u0441\u043f\u043e\u043d\u0430\u0442\u044b \u0441\u0442\u0430\u043d\u043e\u0432\u044f\u0442\u0441\u044f \u0437\u043d\u0430\u0447\u0438\u043c\u044b\u043c\u0438 \u0442\u043e\u043b\u044c\u043a\u043e \u0431\u043b\u0430\u0433\u043e\u0434\u0430\u0440\u044f \u043e\u0431\u044a\u044f\u0441\u043d\u0435\u043d\u0438\u044e \u0438\u0445 \u0438\u0441\u0442\u043e\u0440\u0438\u0438 \u0438 \u043a\u043e\u043d\u0442\u0435\u043a\u0441\u0442\u0430. \u0422\u0430\u043a\u0438\u0435 \u043e\u0431\u044a\u044f\u0441\u043d\u0435\u043d\u0438\u044f \u043c\u043e\u0436\u043d\u043e \u043d\u0430\u0439\u0442\u0438 \u0432 \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u044f\u0445 \u043e\u0442\u0434\u0435\u043b\u044c\u043d\u044b\u0445 \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432. \u041e\u0434\u043d\u0430\u043a\u043e \u0432\u0441\u0435 \u043e\u0431\u044a\u0435\u043a\u0442\u044b \u043d\u0430\u0445\u043e\u0434\u044f\u0442\u0441\u044f \u0432 \u0441\u043e\u0432\u0440\u0435\u043c\u0435\u043d\u043d\u043e\u043c \u0438\u0441\u0442\u043e\u0440\u0438\u0447\u0435\u0441\u043a\u043e\u043c \u0438 \u0434\u0440\u0443\u0433\u0438\u0445 \u043a\u043e\u043d\u0442\u0435\u043a\u0441\u0442\u0430\u0445, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043b\u0443\u0447\u0448\u0435 \u0432\u0441\u0435\u0433\u043e \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0432 \u0432\u0438\u0434\u0435 \u0442\u0435\u043c\u044b.",
"header_list": "\u0412 \u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0435\u0435 \u0432\u0440\u0435\u043c\u044f \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u044b \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u0442\u0435\u043c\u044b"
}
}

View File

@ -1,27 +1,27 @@
{
"consumers": {
"login": "Login",
"logout": "Logout",
"password": "Password",
"mail": "Mail",
"user_page": "User Page",
"sign_in_ad": "Sign in to create watch lists.",
"add_object_to": "Add object to",
"remove_from": "Remove from",
"merklisten": "Watch list",
"add_a_new_list": "Add a new list",
"send": "Send",
"list_title": "List title",
"delete": "Delete",
"hide": "Hide",
"download_as_text_file": "Download as text file",
"download_as_html_file": "Download as HTML file",
"list": "Watch list",
"your_lists": "Your Lists",
"username": "User Name",
"active_list": "Active list",
"this_list_is_empty": "This list is empty!",
"return_to_user_page": "Return to user page",
"publish": "Publish"
"login": "\u0412\u043e\u0439\u0442\u0438",
"logout": "\u0412\u044b\u0439\u0442\u0438",
"password": "\u041f\u0430\u0440\u043e\u043b\u044c",
"mail": "\u042d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0430\u044f \u043f\u043e\u0447\u0442\u0430",
"user_page": "\u0421\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f",
"sign_in_ad": "\u0412\u043e\u0439\u0434\u0438\u0442\u0435 \u0434\u043b\u044f \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f \u0441\u043f\u0438\u0441\u043a\u043e\u0432 \u043d\u0430\u0431\u043b\u044e\u0434\u0435\u043d\u0438\u044f",
"add_object_to": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043e\u0431\u044a\u0435\u043a\u0442 \u0432\/\u043a",
"remove_from": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u043e\u0431\u044a\u0435\u043a\u0442 \u0438\u0437",
"merklisten": "\u0421\u043f\u0438\u0441\u043e\u043a \u043d\u0430\u0431\u043b\u044e\u0434\u0435\u043d\u0438\u044f",
"add_a_new_list": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043d\u043e\u0432\u044b\u0439 \u0441\u043f\u0438\u0441\u043e\u043a",
"send": "\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c",
"list_title": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0441\u043f\u0438\u0441\u043a\u0430",
"delete": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c",
"hide": "\u0421\u043a\u0440\u044b\u0442\u044c",
"download_as_text_file": "\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u043a\u0430\u043a \u0442\u0435\u043a\u0441\u0442\u043e\u0432\u044b\u0439 \u0444\u0430\u0439\u043b",
"download_as_html_file": "\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u043a\u0430\u043a HTML \u0444\u0430\u0439\u043b",
"list": "\u0421\u043f\u0438\u0441\u043e\u043a \u043d\u0430\u0431\u043b\u044e\u0434\u0435\u043d\u0438\u044f",
"your_lists": "\u0412\u0430\u0448\u0438 \u0441\u043f\u0438\u0441\u043a\u0438",
"username": "\u0418\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f",
"active_list": "\u0410\u043a\u0442\u0443\u0430\u043b\u044c\u043d\u044b\u0439 \u0441\u043f\u0438\u0441\u043e\u043a",
"this_list_is_empty": "\u0421\u043f\u0438\u0441\u043e\u043a \u043f\u0443\u0441\u0442!",
"return_to_user_page": "\u0412\u0435\u0440\u043d\u0443\u0442\u044c\u0441\u044f \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f",
"publish": "\u041e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u0442\u044c"
}
}

View File

@ -1,16 +1,16 @@
{
"csvxml_overview": {
"upload": "Upload",
"upload": "Felt\u00f6lt\u00e9s",
"select_csv_file_for_upload": "Please select a <abbr title=\"Comma-separated values\">CSV<\/abbr> file to create <abbr title=\"Extensible Markup Language\">XML<\/abbr> files",
"currently_approved_tags": "Currently approved tags (column names) for md:import",
"object_base_data": "Basic Object Fields",
"currently_approved_tags": "Jelenleg j\u00f3v\u00e1hagyott c\u00edmk\u00e9k (oszlopnevek) az md:importhoz",
"object_base_data": "Alapvet\u0151 mez\u0151k",
"download_csv_all": "Download <abbr title=\"Comma-separated values\">CSV<\/abbr> template with all fields",
"download_csv_by_selection": "Download <abbr title=\"Comma-separated values\">CSV<\/abbr> template based on selection",
"select_required_fields": "Select required fields",
"select_all_fields": "Select all fields",
"unset_selection": "Unset selection",
"certainty": "Certain \/ Uncertain",
"image_filename": "Image file name",
"file_format": "File format"
"select_required_fields": "K\u00f6telez\u0151 mez\u0151k kijel\u00f6l\u00e9se",
"select_all_fields": "\u00d6sszes mez\u0151 kijel\u00f6l\u00e9s",
"unset_selection": "Kijel\u00f6l\u00e9s megsz\u00fcntet\u00e9se",
"certainty": "Egzakt \/ Nem egzakt",
"image_filename": "K\u00e9p file neve ",
"file_format": "Kiterjeszt\u00e9s"
}
}

View File

@ -1,11 +1,11 @@
{
"tlImporterSuccess": {
"Success": "Success!",
"warnings": "Warnings",
"general": "General",
"Success": "Siker!",
"warnings": "Figyelmezet\u00e9sek",
"general": "\u00c1ltal\u00e1nos",
"download_as_csv": "Download as <abbr title=\"Comma-Separated Values\">CSV<\/abbr>",
"norm_data": "Norm Data",
"too_short": "The text field's entry is too short",
"too_short": "A sz\u00f6vegmez\u0151 bejegyz\u00e9se t\u00fal r\u00f6vid",
"context": "Context",
"Message": "Message",
"Context": "Context",

View File

@ -1,134 +1,134 @@
{
"basis": {
"langswitch": "Sprache wechseln",
"logout": "Abmelden",
"objects_change": "Objekt bearbeiten",
"objects_show": "Objekt anzeigen",
"objects": "Objekte",
"send": "Abschicken",
"again": "Noch einmal",
"back": "Zur\u00fcck",
"back_overview": "Zur\u00fcck zur \u00dcbersicht",
"delete_vocabulary": "Die Normdaten \/ Quelle l\u00f6schen",
"last_change": "Zuletzt ge\u00e4ndert",
"better_not_delete": "Nein, war nicht so ernst gemeint (zur\u00fcck)",
"better_to_delete": "Ja, so soll es sein. Hinfort damit",
"sortorder": "Sortierung",
"sequence": "Reihenfolge",
"selection": "Auswahl",
"showall": "Alle zeigen",
"checkedonly": "Nur gepr\u00fcfte",
"uncheckedonly": "Nur ungepr\u00fcfte",
"unprocessedonly": "Nur unbearbeitete",
"questionableonly": "Nur fragliche",
"namefirstletter": "Name beginnt mit ...",
"found": "Gefunden:",
"syngroup": "Synonyme",
"syngroup_build": "Synonymgruppe bilden",
"syngroup_add": "Ein Synonym anf\u00fcgen",
"syngroup_substract": "Begriff aus Gruppe entfernen",
"syngroup_dissolve": "Gruppe aufl\u00f6sen",
"keyword": "Schlagwort",
"actor": "Akteur",
"time": "Zeit",
"geo": "Ort",
"entities": "Entit\u00e4tenkodierung",
"no_entities": "Nicht kodiert",
"status_green": "Schaltet Status auf BEARBEITET",
"status_red": "Schaltet Status auf UNBEARBEITET",
"status_question": "Schaltet Status auf FRAGLICH",
"status": "Status",
"unknown": "ist unbekannt",
"create_new_entry": "neuen Eintrag anlegen",
"or_go_back": "oder: Zur\u00fcck",
"select_with_click": "Auswahl durch Anklicken",
"noda_source": "Quelle",
"noda_number": "Nr. in Quelle",
"noda_link": "Link",
"egal": "Egal",
"in": "in",
"containing": "Beinhaltet",
"to_tag_control": "Meinten Sie eines der folgenden Schlagworte?",
"to_tag_new": "Es ist keines von diesen Sachschlagworten. Neues Sachschlagwort anlegen",
"no_description": "Keine Beschreibung",
"no_coords": "Keine Koordinaten",
"no_superordinate": "Keine \u00dcberordnung",
"no_translation": "Keine \u00dcbersetzung",
"missing_information": "Fehlende Information",
"no_entity_encoding": "Keine Kodierung",
"search_restricted": "Beschr\u00e4nkt",
"page": "Seite",
"go_to_page": "Gehe zu Seite",
"has_annotation": "Hat Benutzer-Anmerkung",
"merge_really": "Wirklich zusammenf\u00fchren ?",
"chose_the_term_to_be_kept": "Bitte w\u00e4hlen Sie den Begriff, der behalten werden soll.",
"no_better_not_merge": "Nein, besser nicht zusammenf\u00fchren",
"add_translations_from_wikidata": "\u00dcbersetzungen von Wikidata laden",
"add_new_translation": "Neue \u00dcbersetzung anf\u00fcgen",
"delete_all_translations": "Alle \u00dcbersetzungen l\u00f6schen",
"pagode_explica": "\u00dcbersicht (Statistik)",
"klon_explica": "Sucht doppelte Eintr\u00e4ge",
"fork_explica": "Sucht mehrfache Beziehungen zwischen Eintr\u00e4gen",
"magnet_explica": "Sucht nicht zul\u00e4ssige Verkn\u00fcpfungen (1. Generation)",
"grandfather_explica": "Sucht nicht zul\u00e4ssige Verkn\u00fcpfungen (2. Generation)",
"user_management": "User-Management",
"involvement_types": "Involvement types",
"no_three_letter_entity_encoding": "Entit\u00e4tenkodierung fehlt",
"translation_missing": "\u00dcbersetzung fehlt",
"default_description_too_short": "Beschreibung zu kurz",
"no_coordinates_given": "Keine Koordinaten angegeben",
"not_placed_in_hierarchy": "Nicht in Hierarchie",
"counting_time_missing": "Z\u00e4hlzeit fehlt oder fehlerhaft",
"beginn_after_end": "Anfang nach Ende",
"overlapping_with_other_types": "\u00dcberschneidungen mit anderen Vokabularen",
"place_of_similar_name": "Ort mit gleichem Namen",
"time_of_similar_name": "Zeit mit gleichem Namen",
"tag_of_similar_name": "Schlagwort mit gleichem Namen",
"actor_of_similar_name": "Akteur mit gleichem Namen",
"last_changed_by_diagram": "Zuletzt ge\u00e4ndert von ...",
"base_information": "Basisinformationen",
"translations": "\u00dcbersetzungen",
"controlled_vocabularies": "Normdaten",
"annotations": "Benutzer-Anmerkungen",
"pagination": "Paginierung",
"results_line": "Resultsleiste",
"toggle_history": "Verlauf anzeigen",
"edit_log": "Beabeitungs-Log",
"help": "Hilfe",
"delete": "L\u00f6schen",
"check_repository": "Repositorium pr\u00fcfen",
"approved": "\u00dcberpr\u00fcft",
"unprocessed": "Ungepr\u00fcft",
"questionable": "Fraglich",
"name": "Name",
"last_updated": "Zuletzt geupdated",
"translation": "\u00dcbersetzung",
"language": "Sprache",
"no_author": "Ohne Autor",
"name_length": "Length of name",
"search": "Search",
"has_wikidata_suggestion": "Has at least one similar-sounding result in Wikidata",
"hasDuplicateSuggestion": "Has at least one suggested duplicate",
"id_in": "ID in",
"has_full_base_information": "Has full base information",
"has_geonames": "Has geonames",
"hasSplittableSuggestion": "Is assumed to be split-able",
"enter_comma_separated_ids": "Enter entries by their IDs in a comma-separated fashion",
"split_verb": "Split",
"hasNoLinksInMd": "Without known links in main md tools",
"hasExtDictEntry": "Has entry in dictionary",
"wordlist_category": "Wordlist \/ category",
"instance_usage": "Known usage in instance",
"name_variants": "Name variants",
"type": "Type",
"research_status_note": "Research status \/ note",
"note": "Note",
"add": "Add",
"recommendation": "Recommendation",
"noTranslationIn": "No translation in",
"clear_all_relations": "Clear all links",
"autocorrect_rewrites": "Autocorrect \/ Rewrites",
"blacklist": "Blacklist",
"blacklist_warning": "This entry will be written to the blacklist. It will thus be impossible for users to add it in the future."
"langswitch": "\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u044f\u0437\u044b\u043a",
"logout": "\u0412\u044b\u0439\u0442\u0438",
"objects_change": "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043e\u0431\u044a\u0435\u043a\u0442",
"objects_show": "\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u043e\u0431\u044a\u0435\u043a\u0442",
"objects": "\u041e\u0431\u044a\u0435\u043a\u0442\u044b",
"send": "\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c",
"again": "\u0415\u0449\u0451 \u0440\u0430\u0437",
"back": "\u041d\u0430\u0437\u0430\u0434",
"back_overview": "\u0412\u0435\u0440\u043d\u0443\u0442\u044c\u0441\u044f \u043a \u043e\u0431\u0437\u043e\u0440\u0443",
"delete_vocabulary": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0437\u0430\u0434\u0430\u043d\u043d\u0443\u044e \u043b\u0435\u043a\u0441\u0438\u043a\u0443 \u0438\u043b\u0438 \u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a",
"last_change": "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0435\u0435 \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435",
"better_not_delete": "\u041d\u0435\u0442, \u044d\u0442\u043e \u043d\u0435 \u0442\u043e, \u0447\u0442\u043e \u044f \u0445\u043e\u0442\u0435\u043b\/\u0430 \u0441\u0434\u0435\u043b\u0430\u0442\u044c (\u0432\u0435\u0440\u043d\u0443\u0442\u044c\u0441\u044f \u043d\u0430\u0437\u0430\u0434)",
"better_to_delete": "\u0414\u0430, \u0442\u0430\u043a \u0438 \u0434\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c. \u0423\u0434\u0430\u043b\u044f\u0435\u043c!",
"sortorder": "\u0421\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0430",
"sequence": "\u041f\u043e\u0440\u044f\u0434\u043e\u043a",
"selection": "\u0412\u044b\u0431\u043e\u0440",
"showall": "\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0432\u0441\u0435",
"checkedonly": "\u0422\u043e\u043b\u044c\u043a\u043e \u043f\u0440\u043e\u0432\u0435\u0440\u0435\u043d\u043d\u044b\u0435",
"uncheckedonly": "\u0422\u043e\u043b\u044c\u043a\u043e \u043d\u0435\u043f\u0440\u043e\u0432\u0435\u0440\u0435\u043d\u043d\u044b\u0435",
"unprocessedonly": "\u0422\u043e\u043b\u044c\u043a\u043e \u043d\u0435\u043e\u0431\u0440\u0430\u0431\u043e\u0442\u0430\u043d\u043d\u044b\u0435",
"questionableonly": "\u0422\u043e\u043b\u044c\u043a\u043e \u0432\u044b\u0437\u044b\u0432\u0430\u044e\u0449\u0438\u0435 \u0441\u043e\u043c\u043d\u0435\u043d\u0438\u044f",
"namefirstletter": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u043d\u0430\u0447\u0438\u043d\u0430\u0435\u0442\u0441\u044f \u0441 ...",
"found": "\u041d\u0430\u0439\u0434\u0435\u043d\u043e:",
"syngroup": "\u0421\u0438\u043d\u043e\u043d\u0438\u043c\u044b",
"syngroup_build": "\u0421\u0444\u043e\u0440\u043c\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0433\u0440\u0443\u043f\u043f\u0443 \u0441\u0438\u043d\u043e\u043d\u0438\u043c\u043e\u0432",
"syngroup_add": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0441\u0438\u043d\u043e\u043d\u0438\u043c",
"syngroup_substract": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u043f\u043e\u043d\u044f\u0442\u0438\u0435 \u0438\u0437 \u0433\u0440\u0443\u043f\u043f\u044b",
"syngroup_dissolve": "\u0420\u0430\u0441\u0444\u043e\u0440\u043c\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0433\u0440\u0443\u043f\u043f\u0443",
"keyword": "\u041a\u043b\u044e\u0447\u0435\u0432\u043e\u0435 \u0441\u043b\u043e\u0432\u043e",
"actor": "\u0410\u043a\u0442\u043e\u0440",
"time": "\u0412\u0440\u0435\u043c\u044f",
"geo": "\u041c\u0435\u0441\u0442\u043e",
"entities": "\u041a\u043e\u0434\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u043e\u0431\u044a\u0435\u043a\u0442\u0430",
"no_entities": "\u041d\u0435 \u043a\u043e\u0434\u0438\u0440\u043e\u0432\u0430\u043d\u043e",
"status_green": "\u041f\u0435\u0440\u0435\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0441\u0442\u0430\u0442\u0443\u0441 \u043d\u0430 \u041f\u0420\u041e\u0412\u0415\u0420\u0415\u041d\u041e",
"status_red": "\u041f\u0435\u0440\u0435\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0441\u0442\u0430\u0442\u0443\u0441 \u043d\u0430 \u041d\u0415\u041f\u0420\u041e\u0412\u0415\u0420\u0415\u041d\u041e",
"status_question": "\u041f\u0435\u0440\u0435\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0441\u0442\u0430\u0442\u0443\u0441 \u043d\u0430 \u041a \u041f\u0420\u041e\u0412\u0415\u0420\u041a\u0415",
"status": "\u0421\u0442\u0430\u0442\u0443\u0441",
"unknown": "\u043d\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u043e",
"create_new_entry": "\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u043d\u043e\u0432\u0443\u044e \u0437\u0430\u043f\u0438\u0441\u044c",
"or_go_back": "\u0438\u043b\u0438: \u0412\u0435\u0440\u043d\u0443\u0442\u044c\u0441\u044f",
"select_with_click": "\u0412\u044b\u0431\u043e\u0440 \u043d\u0430\u0436\u0430\u0442\u0438\u0435\u043c \u043a\u043d\u043e\u043f\u043a\u0438",
"noda_source": "\u0418\u0441\u0442\u043e\u0447\u043d\u0438\u043a",
"noda_number": "\u2116 \u0432 \u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a\u0435",
"noda_link": "\u0421\u0441\u044b\u043b\u043a\u0430",
"egal": "\u041b\u044e\u0431\u043e\u0439",
"in": "\u0432",
"containing": "\u0421\u043e\u0434\u0435\u0440\u0436\u0430\u0449\u0438\u0439",
"to_tag_control": "\u0412\u044b \u0438\u043c\u0435\u043b\u0438 \u0432 \u0432\u0438\u0434\u0443 \u043e\u0434\u043d\u043e \u0438\u0437 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0445 \u043a\u043b\u044e\u0447\u0435\u0432\u044b\u0445 \u0441\u043b\u043e\u0432?",
"to_tag_new": "\u042d\u0442\u043e \u043d\u0435 \u043e\u0442\u043d\u043e\u0441\u0438\u0442\u0441\u044f \u043d\u0438 \u043a \u043e\u0434\u043d\u043e\u043c\u0443 \u0438\u0437 \u0442\u0435\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0445 \u0440\u0430\u0437\u0434\u0435\u043b\u043e\u0432. \u0421\u043e\u0437\u0434\u0430\u0439\u0442\u0435 \u043d\u043e\u0432\u044b\u0439 \u0442\u0435\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0439 \u0440\u0430\u0437\u0434\u0435\u043b",
"no_description": "\u0411\u0435\u0437 \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u044f",
"no_coords": "\u0411\u0435\u0437 \u043a\u043e\u043e\u0440\u0434\u0438\u043d\u0430\u0442",
"no_superordinate": "\u0411\u0435\u0437 \u043f\u043e\u0434\u0447\u0438\u043d\u0435\u043d\u043d\u043e\u0441\u0442\u0438",
"no_translation": "\u0411\u0435\u0437 \u043f\u0435\u0440\u0435\u0432\u043e\u0434\u0430",
"missing_information": "\u041e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u044e\u0449\u0430\u044f \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f",
"no_entity_encoding": "\u0411\u0435\u0437 \u043a\u043e\u0434\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f",
"search_restricted": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u043d\u044b\u0439 \u0434\u043e\u0441\u0442\u0443\u043f",
"page": "\u0421\u0442\u0440\u0430\u043d\u0438\u0446\u0430",
"go_to_page": "\u041f\u0435\u0440\u0435\u0439\u0442\u0438 \u043a \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0435",
"has_annotation": "\u0415\u0441\u0442\u044c \u0430\u043d\u043d\u043e\u0442\u0430\u0446\u0438\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f",
"merge_really": "\u0414\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u043e\u0431\u044a\u0435\u0434\u0438\u043d\u0438\u0442\u044c?",
"chose_the_term_to_be_kept": "\u0423\u043a\u0430\u0436\u0438\u0442\u0435 \u0441\u0440\u043e\u043a, \u043d\u0430 \u043f\u0440\u043e\u0442\u044f\u0436\u0435\u043d\u0438\u0438 \u043a\u043e\u0442\u043e\u0440\u043e\u0433\u043e \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0441\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e",
"no_better_not_merge": "\u041d\u0435\u0442, \u043b\u0443\u0447\u0448\u0435 \u043d\u0435 \u043e\u0431\u044a\u0435\u0434\u0438\u043d\u044f\u0442\u044c",
"add_translations_from_wikidata": "\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u043f\u0435\u0440\u0435\u0432\u043e\u0434\u044b \u0438\u0437 \u0412\u0438\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445",
"add_new_translation": "\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u043f\u0435\u0440\u0435\u0432\u043e\u0434\u044b \u0438\u0437 \u0412\u0438\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445",
"delete_all_translations": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0432\u0441\u0435 \u043f\u0435\u0440\u0435\u0432\u043e\u0434\u044b",
"pagode_explica": "\u041e\u0431\u0437\u043e\u0440 (\u0421\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0430)",
"klon_explica": "\u041f\u043e\u0438\u0441\u043a \u0434\u0443\u0431\u043b\u0438\u043a\u0430\u0442\u043e\u0432 \u0437\u0430\u043f\u0438\u0441\u0435\u0439",
"fork_explica": "\u041f\u043e\u0438\u0441\u043a \u043c\u043d\u043e\u0436\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u0445 \u0432\u0437\u0430\u0438\u043c\u043e\u0441\u0432\u044f\u0437\u0435\u0439 \u043c\u0435\u0436\u0434\u0443 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438",
"magnet_explica": "\u041f\u043e\u0438\u0441\u043a \u043d\u0435\u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u044b\u0445 \u0441\u0441\u044b\u043b\u043e\u043a (1-\u0435 \u043f\u043e\u043a\u043e\u043b\u0435\u043d\u0438\u0435)",
"grandfather_explica": "\u041f\u043e\u0438\u0441\u043a \u043d\u0435\u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u044b\u0445 \u0441\u0441\u044b\u043b\u043e\u043a (2-\u0435 \u043f\u043e\u043a\u043e\u043b\u0435\u043d\u0438\u0435)",
"user_management": "\u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f\u043c\u0438",
"involvement_types": "\u0422\u0438\u043f\u044b \u0443\u0447\u0430\u0441\u0442\u0438\u044f",
"no_three_letter_entity_encoding": "\u041e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u043a\u043e\u0434\u0438\u0440\u043e\u0432\u043a\u0430 \u043e\u0431\u044a\u0435\u043a\u0442\u0430",
"translation_missing": "\u041f\u0435\u0440\u0435\u0432\u043e\u0434 \u043e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u0435\u0442",
"default_description_too_short": "\u0421\u043b\u0438\u0448\u043a\u043e\u043c \u043a\u043e\u0440\u043e\u0442\u043a\u043e\u0435 \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435",
"no_coordinates_given": "\u041d\u0435 \u0443\u043a\u0430\u0437\u0430\u043d\u044b \u043a\u043e\u043e\u0440\u0434\u0438\u043d\u0430\u0442\u044b",
"not_placed_in_hierarchy": "\u041e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0435",
"counting_time_missing": "\u041e\u0442\u0441\u0447\u0435\u0442 \u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u043e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u0438\u043b\u0438 \u043d\u0435\u0432\u0435\u0440\u0435\u043d",
"beginn_after_end": "\u041d\u0430\u0447\u0430\u043b\u043e \u043f\u043e\u0441\u043b\u0435 \u043e\u043a\u043e\u043d\u0447\u0430\u043d\u0438\u044f",
"overlapping_with_other_types": "\u041f\u0435\u0440\u0435\u0441\u0435\u0447\u0435\u043d\u0438\u044f \u0441 \u0434\u0440\u0443\u0433\u0438\u043c\u0438 \u0442\u0438\u043f\u0430\u043c\u0438",
"place_of_similar_name": "\u041c\u0435\u0441\u0442\u043e \u0441 \u0442\u0430\u043a\u0438\u043c \u0436\u0435 \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435\u043c",
"time_of_similar_name": "\u0412\u0440\u0435\u043c\u044f \u0441 \u0442\u0430\u043a\u0438\u043c \u0436\u0435 \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435\u043c",
"tag_of_similar_name": "\u0422\u0435\u0433 \u0441 \u0442\u0430\u043a\u0438\u043c \u0436\u0435 \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435\u043c",
"actor_of_similar_name": "\u0410\u043a\u0442\u043e\u0440 \u0441 \u0442\u0430\u043a\u0438\u043c \u0436\u0435 \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435\u043c",
"last_changed_by_diagram": "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0435\u0435 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0435 ...",
"base_information": "\u0411\u0430\u0437\u043e\u0432\u0430\u044f \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f",
"translations": "\u041f\u0435\u0440\u0435\u0432\u043e\u0434\u044b",
"controlled_vocabularies": "\u041d\u043e\u0440\u043c\u0430\u0442\u0438\u0432\u043d\u044b\u0435 \u0434\u0430\u043d\u043d\u044b\u0435.",
"annotations": "\u041a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0438 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439",
"pagination": "\u0420\u0430\u0437\u0431\u0438\u0432\u043a\u0430 \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b",
"results_line": "\u041f\u0430\u043d\u0435\u043b\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u043e\u0432",
"toggle_history": "\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0438\u0441\u0442\u043e\u0440\u0438\u044e",
"edit_log": "\u0416\u0443\u0440\u043d\u0430\u043b \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f",
"help": "\u041f\u043e\u043c\u043e\u0449\u044c",
"delete": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c",
"check_repository": "\u041f\u0440\u043e\u0432\u0435\u0440\u0438\u0442\u044c \u0440\u0435\u043f\u043e\u0437\u0438\u0442\u043e\u0440\u0438\u0439",
"approved": "\u041f\u0440\u043e\u0432\u0435\u0440\u0435\u043d\u043e",
"unprocessed": "\u041d\u0435 \u043f\u0440\u043e\u0432\u0435\u0440\u0435\u043d\u043e",
"questionable": "\u041f\u043e\u0434 \u0432\u043e\u043f\u0440\u043e\u0441\u043e\u043c",
"name": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435",
"last_updated": "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0435\u0435 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435",
"translation": "\u041f\u0435\u0440\u0435\u0432\u043e\u0434",
"language": "\u042f\u0437\u044b\u043a",
"no_author": "\u0411\u0435\u0437 \u0430\u0432\u0442\u043e\u0440\u0430",
"name_length": "\u0414\u043b\u0438\u043d\u0430 \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u044f",
"search": "\u0418\u0441\u043a\u0430\u0442\u044c",
"has_wikidata_suggestion": "\u0415\u0441\u0442\u044c \u0445\u043e\u0442\u044f \u0431\u044b \u043e\u0434\u0438\u043d \u0441\u0445\u043e\u0436\u0438\u0439 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442 \u0432 \u0412\u0438\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445",
"hasDuplicateSuggestion": "\u0415\u0441\u0442\u044c \u0445\u043e\u0442\u044f \u0431\u044b \u043e\u0434\u0438\u043d \u043f\u0440\u0435\u0434\u043f\u043e\u043b\u0430\u0433\u0430\u0435\u043c\u044b\u0439 \u0434\u0443\u0431\u043b\u0438\u043a\u0430\u0442",
"id_in": "ID \u0432",
"has_full_base_information": "\u0415\u0441\u0442\u044c \u043f\u043e\u043b\u043d\u0430\u044f \u0431\u0430\u0437\u043e\u0432\u0430\u044f \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f",
"has_geonames": "\u0418\u043c\u0435\u0435\u0442 \u0433\u0435\u043e\u043d\u0430\u0437\u0432\u0430\u043d\u0438\u044f",
"hasSplittableSuggestion": "\u041f\u0440\u0435\u0434\u043f\u043e\u043b\u0430\u0433\u0430\u0435\u0442\u0441\u044f, \u0447\u0442\u043e \u044d\u0442\u043e \u043c\u043e\u0436\u043d\u043e \u0440\u0430\u0437\u0431\u0438\u0442\u044c \u043d\u0430 \u0447\u0430\u0441\u0442\u0438",
"enter_comma_separated_ids": "\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043f\u043e \u0438\u0445 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u0430\u043c, \u0440\u0430\u0437\u0434\u0435\u043b\u044f\u044f \u0438\u0445 \u0437\u0430\u043f\u044f\u0442\u044b\u043c\u0438",
"split_verb": "\u0420\u0430\u0437\u0434\u0435\u043b\u0438\u0442\u044c",
"hasNoLinksInMd": "\u0411\u0435\u0437 \u0438\u0437\u0432\u0435\u0441\u0442\u043d\u044b\u0445 \u0441\u0441\u044b\u043b\u043e\u043a \u0432 \u043e\u0441\u043d\u043e\u0432\u043d\u044b\u0445 \u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u0430\u0445 MuseumDigital",
"hasExtDictEntry": "\u0418\u043c\u0435\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0441\u043b\u043e\u0432\u0430\u0440\u0435",
"wordlist_category": "\u0421\u043f\u0438\u0441\u043e\u043a \u0441\u043b\u043e\u0432 \/ \u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f",
"instance_usage": "\u0418\u0437\u0432\u0435\u0441\u0442\u043d\u043e\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435 \u0432 \u043f\u0440\u0438\u043c\u0435\u0440\u0435",
"name_variants": "\u0412\u0430\u0440\u0438\u0430\u043d\u0442\u044b \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0439",
"type": "\u0422\u0438\u043f",
"research_status_note": "\u0421\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435 \u0438\u0441\u0441\u043b\u0435\u0434\u043e\u0432\u0430\u043d\u0438\u044f \/ \u043f\u0440\u0438\u043c\u0435\u0447\u0430\u043d\u0438\u0435",
"note": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043f\u0440\u0438\u043c\u0435\u0447\u0430\u043d\u0438\u0435",
"add": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c",
"recommendation": "\u0420\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0430\u0446\u0438\u044f",
"noTranslationIn": "\u041d\u0435\u0442 \u043f\u0435\u0440\u0435\u0432\u043e\u0434\u0430 \u0432",
"clear_all_relations": "\u0423\u0431\u0440\u0430\u0442\u044c \u0432\u0441\u0435 \u0441\u0441\u044b\u043b\u043a\u0438",
"autocorrect_rewrites": "\u0410\u0432\u0442\u043e\u043a\u043e\u0440\u0440\u0435\u043a\u0446\u0438\u044f \/ \u041f\u0435\u0440\u0435\u0437\u0430\u043f\u0438\u0441\u044c",
"blacklist": "\u0427\u0451\u0440\u043d\u044b\u0439 \u0441\u043f\u0438\u0441\u043e\u043a",
"blacklist_warning": "\u042d\u0442\u0430 \u0437\u0430\u043f\u0438\u0441\u044c \u0431\u0443\u0434\u0435\u0442 \u0437\u0430\u043d\u0435\u0441\u0435\u043d\u0430 \u0432 \u0447\u0451\u0440\u043d\u044b\u0439 \u0441\u043f\u0438\u0441\u043e\u043a. \u0422\u0430\u043a\u0438\u043c \u043e\u0431\u0440\u0430\u0437\u043e\u043c, \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0438 \u043d\u0435 \u0441\u043c\u043e\u0433\u0443\u0442 \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0435\u0435 \u0432 \u0431\u0443\u0434\u0443\u0449\u0435\u043c."
}
}

View File

@ -1,55 +1,55 @@
{
"tlGndEntities": {
"gib": "Bauwerke und Bauensembles, Monumentalplastiken, Denkm\u00e4ler, Grabm\u00e4ler",
"gif": "Gliedstaaten",
"gik": "Gebietsk\u00f6rperschaften und Verwaltungseinheiten (ohne instantiellen Oberbegriff)",
"gil": "L\u00e4nder, Staaten (selbst\u00e4ndig)",
"gin": "Nat\u00fcrliche geographische Einheiten, biogeographische und pal\u00e4ografische Einheiten, Namen von geografischen Teileinheiten mit Himmelsrichtung",
"gio": "Kleinr\u00e4umige Geographika innerhalb eines Ortes, ausgenommen Bauwerke und Bauensembles",
"gir": "Religi\u00f6se Territorien, Verwaltungseinheiten von Religionsgemeinschaften",
"giv": "Verwaltungseinheiten die einen instantiierten Oberbegriff vom Gattungsbegriff bekommen",
"giw": "Grenzen, Wege, Linien",
"gix": "Extraterrestrika",
"giz": "Alle geographischen Namen, die sich keinem der anderen Entit\u00e4ten-Untertypen zuordnen lassen",
"gxz": "Fiktive Orte",
"kif": "Firmen",
"kim": "Musikalische K\u00f6rperschaften",
"kio": "Organe von Gebietsk\u00f6rperschaften",
"kip": "Projekte und projekt\u00e4hnliche Vorhaben und Programme",
"kir": "Religi\u00f6se K\u00f6rperschaften",
"kiv": "Religi\u00f6se Verwaltungseinheiten",
"kiz": "Alle \u00fcbrigen K\u00f6rperschaften, die keinem anderen speziellen Eintit\u00e4tentyp zugeh\u00f6ren",
"kxz": "Fiktive K\u00f6rperschaften",
"pif": "Familien",
"pik": "Regierende F\u00fcrsten, Mitglieder regierender F\u00fcrstenh\u00e4user",
"pip": "Pseudonyme",
"pis": "Sammelpseudonyme",
"piz": "Personennamen, die keinem anderen Entit\u00e4tentyp zugeh\u00f6ren",
"pxg": "G\u00f6tter",
"pxl": "Literarische Gestalten, Sagengestalten",
"pxs": "Geister",
"sab": "Musikalische Besetzung",
"sad": "Datentr\u00e4ger",
"saf": "Formangaben zur Art des Inhalts",
"sag": "Musikalisches Genre",
"sam": "Musikalische Ausgabeform",
"saz": "Allgemeinbegriffe, d.h. alle Sachschlagw\u00f6rter, die keinem anderen speziellen Entit\u00e4tentyp zugeh\u00f6ren",
"sie": "Ethnografika",
"sif": "Verkehrsmittel mit Individualnamen",
"sih": "Historische Einzelereignisse",
"sip": "Produkte und Markennamen au\u00dfer siw",
"sis": "Sprachen",
"siu": "Personengruppen, die keine K\u00f6rperschaft sind",
"siw": "Softwareprodukte",
"siz": "Alle individuellen Sachverhalte, die als Sachbegriff erfasst werden und sich keinem der anderen Entit\u00e4ten-Untertypen zuordnen lassen, z.B. Wettbewerbe",
"slz": "Buchstaben, Morpheme, W\u00f6rter als Gegenstand linguistischer Untersuchungen",
"snz": "Nomenklatur Biologie - Chemie",
"sxz": "Fiktive Sachbegriffe",
"szz": "Alle Zweifelsf\u00e4lle (g,k,p,s,v)",
"vie": "Kongresse, Veranstaltungen",
"vif": "Kongressfolgen, Veranstaltungsfolgen",
"k": "K\u00f6rperschaften",
"s": "Schlagworte",
"p": "Familien und Personen"
"gib": "\u0417\u0434\u0430\u043d\u0438\u044f \u0438 \u0430\u043d\u0441\u0430\u043c\u0431\u043b\u0438 \u0437\u0434\u0430\u043d\u0438\u0439, \u043c\u043e\u043d\u0443\u043c\u0435\u043d\u0442\u0430\u043b\u044c\u043d\u044b\u0435 \u0441\u043a\u0443\u043b\u044c\u043f\u0442\u0443\u0440\u044b, \u043f\u0430\u043c\u044f\u0442\u043d\u0438\u043a\u0438, \u043d\u0430\u0434\u0433\u0440\u043e\u0431\u0438\u044f",
"gif": "\u0427\u0430\u0441\u0442\u0438 \u0433\u043e\u0441\u0443\u0434\u0430\u0440\u0441\u0442\u0432\u0430",
"gik": "\u041c\u0435\u0441\u0442\u043d\u044b\u0435 \u043e\u0440\u0433\u0430\u043d\u044b \u0432\u043b\u0430\u0441\u0442\u0438 \u0438 \u0430\u0434\u043c\u0438\u043d\u0438\u0441\u0442\u0440\u0430\u0442\u0438\u0432\u043d\u044b\u0435 \u0435\u0434\u0438\u043d\u0438\u0446\u044b (\u0431\u0435\u0437 \u0443\u043a\u0430\u0437\u0430\u043d\u0438\u044f \u0442\u0438\u043f\u0430)",
"gil": "\u0421\u0442\u0440\u0430\u043d\u044b, \u0433\u043e\u0441\u0443\u0434\u0430\u0440\u0441\u0442\u0432\u0430 (\u043d\u0435\u0437\u0430\u0432\u0438\u0441\u0438\u043c\u044b\u0435)",
"gin": "\u0415\u0441\u0442\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u0435 \u0433\u0435\u043e\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u0438\u0435 \u0435\u0434\u0438\u043d\u0438\u0446\u044b, \u0431\u0438\u043e\u0433\u0435\u043e\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u0438\u0435 \u0438 \u043f\u0430\u043b\u0435\u043e\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u0438\u0435 \u0435\u0434\u0438\u043d\u0438\u0446\u044b, \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u044f \u0433\u0435\u043e\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u0438\u0445 \u0441\u0443\u0431\u044a\u0435\u0434\u0438\u043d\u0438\u0446 \u0441 \u043a\u0430\u0440\u0434\u0438\u043d\u0430\u043b\u044c\u043d\u044b\u043c\u0438 \u043d\u0430\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f\u043c\u0438",
"gio": "\u041c\u0435\u043b\u043a\u043e\u043c\u0430\u0441\u0448\u0442\u0430\u0431\u043d\u044b\u0435 \u0433\u0435\u043e\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u0438\u0435 \u043e\u0431\u044a\u0435\u043a\u0442\u044b \u0432 \u043f\u0440\u0435\u0434\u0435\u043b\u0430\u0445 \u043c\u0435\u0441\u0442\u0430, \u0438\u0441\u043a\u043b\u044e\u0447\u0430\u044f \u0437\u0434\u0430\u043d\u0438\u044f \u0438 \u0430\u043d\u0441\u0430\u043c\u0431\u043b\u0438 \u0437\u0434\u0430\u043d\u0438\u0439",
"gir": "\u0420\u0435\u043b\u0438\u0433\u0438\u043e\u0437\u043d\u044b\u0435 \u0442\u0435\u0440\u0440\u0438\u0442\u043e\u0440\u0438\u0438, \u0430\u0434\u043c\u0438\u043d\u0438\u0441\u0442\u0440\u0430\u0442\u0438\u0432\u043d\u044b\u0435 \u0435\u0434\u0438\u043d\u0438\u0446\u044b \u0440\u0435\u043b\u0438\u0433\u0438\u043e\u0437\u043d\u044b\u0445 \u043e\u0431\u0449\u0438\u043d",
"giv": "\u0410\u0434\u043c\u0438\u043d\u0438\u0441\u0442\u0440\u0430\u0442\u0438\u0432\u043d\u044b\u0435 \u0435\u0434\u0438\u043d\u0438\u0446\u044b, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0438\u043c\u0435\u044e\u0442 \u043d\u0435\u043f\u043e\u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0435\u043d\u043d\u0443\u044e \u043f\u0440\u0438\u043d\u0430\u0434\u043b\u0435\u0436\u043d\u043e\u0441\u0442\u044c",
"giw": "\u0413\u0440\u0430\u043d\u0438\u0446\u044b, \u043a\u043e\u043d\u0442\u0443\u0440\u044b, \u043b\u0438\u043d\u0438\u0438",
"gix": "\u042d\u043a\u0441\u0442\u0440\u0430\u0442\u0435\u0440\u0440\u0438\u0442\u043e\u0440\u0438\u0430\u043b\u044c\u043d\u044b\u0435 \u0442\u0435\u0440\u0440\u0438\u0442\u043e\u0440\u0438\u0438",
"giz": "\u0412\u0441\u0435 \u0433\u0435\u043e\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u0438\u0435 \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u044f, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043d\u0435 \u043c\u043e\u0433\u0443\u0442 \u0431\u044b\u0442\u044c \u043e\u0442\u043d\u0435\u0441\u0435\u043d\u044b \u043d\u0438 \u043a \u043e\u0434\u043d\u043e\u043c\u0443 \u0438\u0437 \u0434\u0440\u0443\u0433\u0438\u0445 \u043f\u043e\u0434\u0442\u0438\u043f\u043e\u0432 \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432",
"gxz": "\u0412\u044b\u043c\u044b\u0448\u043b\u0435\u043d\u043d\u044b\u0435 \u043c\u0435\u0441\u0442\u0430",
"kif": "\u041a\u043e\u043c\u043f\u0430\u043d\u0438\u0438",
"kim": "\u041c\u0443\u0437\u044b\u043a\u0430\u043b\u044c\u043d\u044b\u0435 \u043f\u0440\u0435\u0434\u043c\u0435\u0442\u044b",
"kio": "\u041e\u0440\u0433\u0430\u043d\u044b \u043c\u0435\u0441\u0442\u043d\u043e\u0439 \u0432\u043b\u0430\u0441\u0442\u0438",
"kip": "\u041f\u0440\u043e\u0435\u043a\u0442\u044b \u0438 \u043f\u0440\u043e\u0435\u043a\u0442\u043e\u043f\u043e\u0434\u043e\u0431\u043d\u044b\u0435 \u043d\u0430\u043c\u0435\u0440\u0435\u043d\u0438\u044f \u0438 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u044b",
"kir": "\u0420\u0435\u043b\u0438\u0433\u0438\u043e\u0437\u043d\u044b\u0435 \u0443\u0447\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u044f",
"kiv": "\u0420\u0435\u043b\u0438\u0433\u0438\u043e\u0437\u043d\u044b\u0435 \u0430\u0434\u043c\u0438\u043d\u0438\u0441\u0442\u0440\u0430\u0442\u0438\u0432\u043d\u044b\u0435 \u0435\u0434\u0438\u043d\u0438\u0446\u044b",
"kiz": "\u0412\u0441\u0435 \u043e\u0441\u0442\u0430\u043b\u044c\u043d\u044b\u0435 \u043e\u0431\u044a\u0435\u043a\u0442\u044b, \u043d\u0435 \u043f\u0440\u0438\u043d\u0430\u0434\u043b\u0435\u0436\u0430\u0449\u0438\u0435 \u043a \u043a\u0430\u043a\u043e\u043c\u0443-\u043b\u0438\u0431\u043e \u0434\u0440\u0443\u0433\u043e\u043c\u0443 \u043e\u0441\u043e\u0431\u043e\u043c\u0443 \u0442\u0438\u043f\u0443 \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432",
"kxz": "\u0412\u044b\u043c\u044b\u0448\u043b\u0435\u043d\u043d\u044b\u0435 \u0433\u0440\u0443\u043f\u043f\u044b\/\u043e\u0440\u0433\u0430\u043d\u0438\u0437\u0430\u0446\u0438\u0438\/\u043e\u0431\u044a\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u044f",
"pif": "\u0421\u0435\u043c\u044c\u0438",
"pik": "\u041f\u0440\u0430\u0432\u044f\u0449\u0438\u0435 \u043a\u043d\u044f\u0437\u044c\u044f, \u0447\u043b\u0435\u043d\u044b \u043f\u0440\u0430\u0432\u044f\u0449\u0438\u0445 \u043a\u043d\u044f\u0436\u0435\u0441\u043a\u0438\u0445 \u0434\u043e\u043c\u043e\u0432",
"pip": "\u041f\u0441\u0435\u0432\u0434\u043e\u043d\u0438\u043c\u044b",
"pis": "\u041a\u043e\u043b\u043b\u0435\u043a\u0442\u0438\u0432\u043d\u044b\u0435 \u043f\u0441\u0435\u0432\u0434\u043e\u043d\u0438\u043c\u044b",
"piz": "\u041b\u0438\u0447\u043d\u044b\u0435 \u0438\u043c\u0435\u043d\u0430, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043d\u0435 \u043e\u0442\u043d\u043e\u0441\u044f\u0442\u0441\u044f \u043d\u0438 \u043a \u043e\u0434\u043d\u043e\u043c\u0443 \u0434\u0440\u0443\u0433\u043e\u043c\u0443 \u0442\u0438\u043f\u0443 \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432",
"pxg": "\u0411\u043e\u0436\u0435\u0441\u0442\u0432\u0430",
"pxl": "\u041b\u0438\u0442\u0435\u0440\u0430\u0442\u0443\u0440\u043d\u044b\u0435 \u0434\u0435\u044f\u0442\u0435\u043b\u0438, \u043f\u0435\u0440\u0441\u043e\u043d\u0430\u0436\u0438 \u0441\u043a\u0430\u0437\u043e\u043a",
"pxs": "\u041f\u0440\u0438\u0437\u0440\u0430\u043a\u0438",
"sab": "\u041c\u0443\u0437\u044b\u043a\u0430\u043b\u044c\u043d\u0430\u044f \u0433\u0440\u0443\u043f\u043f\u0430",
"sad": "\u041d\u043e\u0441\u0438\u0442\u0435\u043b\u044c \u0434\u0430\u043d\u043d\u044b\u0445",
"saf": "\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043e \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u0438 \u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0435\u043d\u0438\u044f",
"sag": "\u041c\u0443\u0437\u044b\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0436\u0430\u043d\u0440",
"sam": "\u041c\u0443\u0437\u044b\u043a\u0430\u043b\u044c\u043d\u0430\u044f \u044d\u043a\u0441\u043f\u043e\u0437\u0438\u0446\u0438\u044f",
"saz": "\u041e\u0431\u0449\u0438\u0435 \u043a\u043b\u044e\u0447\u0435\u0432\u044b\u0435 \u0441\u043b\u043e\u0432\u0430, \u043d\u0435 \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0435 \u043a\u0440\u0438\u0442\u0435\u0440\u0438\u044f\u043c \u0434\u0440\u0443\u0433\u0438\u0445 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0439 \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432",
"sie": "\u042d\u0442\u043d\u043e\u0433\u0440\u0430\u0444\u0438\u044f",
"sif": "\u0421\u0440\u0435\u0434\u0441\u0442\u0432\u0430 \u043f\u0435\u0440\u0435\u0434\u0432\u0438\u0436\u0435\u043d\u0438\u044f \u0441 \u0438\u043d\u0434\u0438\u0432\u0438\u0434\u0443\u0430\u043b\u044c\u043d\u044b\u043c\u0438 \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u044f\u043c\u0438",
"sih": "\u041e\u0442\u0434\u0435\u043b\u044c\u043d\u044b\u0435 \u0438\u0441\u0442\u043e\u0440\u0438\u0447\u0435\u0441\u043a\u0438\u0435 \u0441\u043e\u0431\u044b\u0442\u0438\u044f",
"sip": "\u041f\u0440\u043e\u0434\u0443\u043a\u0442\u044b \u0438 \u0442\u043e\u0440\u0433\u043e\u0432\u044b\u0435 \u043c\u0430\u0440\u043a\u0438, \u043e\u0442\u043b\u0438\u0447\u043d\u044b\u0435 \u043e\u0442 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u043e\u0432 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f",
"sis": "\u042f\u0437\u044b\u043a\u0438",
"siu": "\u0413\u0440\u0443\u043f\u043f\u044b \u043b\u0438\u0446, \u043d\u0435 \u044f\u0432\u043b\u044f\u044e\u0449\u0438\u0435\u0441\u044f \u043a\u043e\u0440\u043f\u043e\u0440\u0430\u0442\u0438\u0432\u043d\u044b\u043c \u043e\u0440\u0433\u0430\u043d\u043e\u043c",
"siw": "\u041f\u0440\u043e\u0434\u0443\u043a\u0442\u044b \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f",
"siz": "\u0412\u0441\u0435 \u043e\u0442\u0434\u0435\u043b\u044c\u043d\u044b\u0435 \u0444\u0430\u043a\u0442\u044b, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u0443\u044e\u0442\u0441\u044f \u043a\u0430\u043a \u043a\u043b\u044e\u0447\u0435\u0432\u044b\u0435 \u0441\u043b\u043e\u0432\u0430 \u0438 \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043d\u0435\u043b\u044c\u0437\u044f \u043e\u0442\u043d\u0435\u0441\u0442\u0438 \u043d\u0438 \u043a \u043e\u0434\u043d\u043e\u043c\u0443 \u0438\u0437 \u0434\u0440\u0443\u0433\u0438\u0445 \u043f\u043e\u0434\u0442\u0438\u043f\u043e\u0432 \u0441\u0443\u0449\u043d\u043e\u0441\u0442\u0435\u0439, \u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, \u0441\u043e\u0440\u0435\u0432\u043d\u043e\u0432\u0430\u043d\u0438\u044f",
"slz": "\u0411\u0443\u043a\u0432\u044b, \u043c\u043e\u0440\u0444\u0435\u043c\u044b, \u0441\u043b\u043e\u0432\u0430 \u043a\u0430\u043a \u043e\u0431\u044a\u0435\u043a\u0442\u044b \u043b\u0438\u043d\u0433\u0432\u0438\u0441\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0433\u043e \u0438\u0441\u0441\u043b\u0435\u0434\u043e\u0432\u0430\u043d\u0438\u044f",
"snz": "\u041d\u043e\u043c\u0435\u043d\u043a\u043b\u0430\u0442\u0443\u0440\u0430 - \u0431\u0438\u043e\u043b\u043e\u0433\u0438\u044f - \u0445\u0438\u043c\u0438\u044f",
"sxz": "\u0412\u044b\u043c\u044b\u0448\u043b\u0435\u043d\u043d\u044b\u0435 \u043a\u043b\u044e\u0447\u0435\u0432\u044b\u0435 \u043f\u043e\u043d\u044f\u0442\u0438\u044f",
"szz": "\u0412\u0441\u0435 \u0432\u044b\u0437\u044b\u0432\u0430\u044e\u0449\u0438\u0435 \u0441\u043e\u043c\u043d\u0435\u043d\u0438\u044f \u0441\u043b\u0443\u0447\u0430\u0438",
"vie": "\u041a\u043e\u043d\u0433\u0440\u0435\u0441\u0441\u044b, \u043c\u0435\u0440\u043e\u043f\u0440\u0438\u044f\u0442\u0438\u044f",
"vif": "\u041f\u043e\u0441\u043b\u0435\u0434\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u0438 \u043a\u043e\u043d\u0433\u0440\u0435\u0441\u0441\u043e\u0432, \u043f\u043e\u0441\u043b\u0435\u0434\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u0438 \u0441\u043e\u0431\u044b\u0442\u0438\u0439",
"k": "\u0423\u0447\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u044f \u0438 \u043e\u0440\u0433\u0430\u043d\u0438\u0437\u0430\u0446\u0438\u0438",
"s": "\u041a\u043b\u044e\u0447\u0435\u0432\u044b\u0435 \u0441\u043b\u043e\u0432\u0430",
"p": "\u0421\u0435\u043c\u044c\u0438 \u0438 \u043e\u0442\u0434\u0435\u043b\u044c\u043d\u044b\u0435 \u043b\u044e\u0434\u0438"
}
}

View File

@ -1,26 +1,26 @@
{
"languser": {
"active": "Die aktuell gew\u00e4hlte Sprache",
"choice": "Falls Sie die Sprache \u00e4ndern m\u00f6chten, w\u00e4hlen Sie eine andere",
"user_add": "Nutzer hinzuf\u00fcgen",
"userlist": "Liste aller Benutzer",
"order_by": "Sortierung",
"last_login": "Letzte Anmeldung",
"username": "Anmeldename",
"realname": "Wirklicher Name",
"mail": "E-Mail",
"password": "Passwort",
"new_password": "Neues Passwort (Leer = Nicht \u00c4ndern)",
"password_confirmation": "Passwort Best\u00e4tigung",
"userrole": "Rolle",
"preferred_language": "Bevorzugte Sprache",
"admin": "Administrator",
"groupadmin": "Gruppen-Administrator",
"editor": "Bearbeiter",
"switch_language": "Sprache wechseln",
"month": "Monat",
"year": "Jahr",
"username_too_short": "Benutzernamen m\u00fcssen mindestens 5 Zeichen lang sein",
"password_too_short": "Passworte m\u00fcssen mindestens 8 Zeichen lang sein"
"active": "\u0412\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0439 \u0432 \u0434\u0430\u043d\u043d\u044b\u0439 \u043c\u043e\u043c\u0435\u043d\u0442 \u044f\u0437\u044b\u043a",
"choice": "\u0415\u0441\u043b\u0438 \u0432\u044b \u0445\u043e\u0442\u0438\u0442\u0435 \u0438\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u044f\u0437\u044b\u043a \u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430, \u043f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0432\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0434\u0440\u0443\u0433\u043e\u0439",
"user_add": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f",
"userlist": "\u0421\u043f\u0438\u0441\u043e\u043a \u0432\u0441\u0435\u0445 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439",
"order_by": "\u0421\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0430 \u043f\u043e",
"last_login": "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0439 \u0432\u0445\u043e\u0434",
"username": "\u0418\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f",
"realname": "\u041d\u0430\u0441\u0442\u043e\u044f\u0449\u0435\u0435 \u0438\u043c\u044f",
"mail": "\u042d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0430\u044f \u043f\u043e\u0447\u0442\u0430",
"password": "\u041f\u0430\u0440\u043e\u043b\u044c",
"new_password": "\u041d\u043e\u0432\u044b\u0439 \u043f\u0430\u0440\u043e\u043b\u044c (\u041f\u0443\u0441\u0442\u043e\u0435 \u043f\u043e\u043b\u0435 = \u0431\u0435\u0437 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0439)",
"password_confirmation": "\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u0435 \u043f\u0430\u0440\u043e\u043b\u044f",
"userrole": "\u0420\u043e\u043b\u044c",
"preferred_language": "\u041f\u0440\u0435\u0434\u043f\u043e\u0447\u0438\u0442\u0430\u0435\u043c\u044b\u0439 \u044f\u0437\u044b\u043a",
"admin": "\u0410\u0434\u043c\u0438\u043d\u0438\u0441\u0442\u0440\u0430\u0442\u043e\u0440",
"groupadmin": "\u0410\u0434\u043c\u0438\u043d\u0438\u0441\u0442\u0440\u0430\u0442\u043e\u0440 \u0433\u0440\u0443\u043f\u043f\u044b",
"editor": "\u0420\u0435\u0434\u0430\u043a\u0442\u043e\u0440",
"switch_language": "\u0418\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0435 \u044f\u0437\u044b\u043a\u0430",
"month": "\u041c\u0435\u0441\u044f\u0446",
"year": "\u0413\u043e\u0434",
"username_too_short": "\u0418\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0434\u043e\u043b\u0436\u043d\u043e \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0442\u044c \u043d\u0435 \u043c\u0435\u043d\u0435\u0435 5 \u0441\u0438\u043c\u0432\u043e\u043b\u043e\u0432",
"password_too_short": "\u041f\u0430\u0440\u043e\u043b\u044c \u0434\u043e\u043b\u0436\u0435\u043d \u0441\u043e\u0441\u0442\u043e\u044f\u0442\u044c \u043a\u0430\u043a \u043c\u0438\u043d\u0438\u043c\u0443\u043c \u0438\u0437 8 \u0441\u0438\u043c\u0432\u043e\u043b\u043e\u0432"
}
}

View File

@ -1,15 +1,15 @@
{
"tlLogin": {
"username": "Benutzername",
"password": "Passwort",
"login": "Login",
"remember_me": "Login merken",
"global_statistics": "Globale Statistiken",
"recent_blog_posts": "Neueste Blogbeitr\u00e4ge",
"public_db_contents": "Ver\u00f6ffentlichte Datenbankinhalte",
"log_in": "Einloggen",
"avg_text_len": "Objektbeschreibungen: Durchschnittle L\u00e4nge",
"login_using_idp": "Anmelden mit Ihrer Institution",
"select_idp": "Identit\u00e4tsquelle ausw\u00e4hlen"
"username": "\u0418\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f",
"password": "\u041f\u0430\u0440\u043e\u043b\u044c",
"login": "\u041b\u043e\u0433\u0438\u043d",
"remember_me": "\u0417\u0430\u043f\u043e\u043c\u043d\u0438\u0442\u044c \u0432\u0445\u043e\u0434",
"global_statistics": "\u0413\u043b\u043e\u0431\u0430\u043b\u044c\u043d\u0430\u044f \u0441\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0430",
"recent_blog_posts": "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u0432 \u0431\u043b\u043e\u0433\u0435",
"public_db_contents": "\u041e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0431\u0430\u0437 \u0434\u0430\u043d\u043d\u044b\u0445",
"log_in": "\u0412\u043e\u0439\u0442\u0438",
"avg_text_len": "\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u044f \u043e\u0431\u044a\u0435\u043a\u0442\u0430: \u0421\u0440\u0435\u0434\u043d\u044f\u044f \u0434\u043b\u0438\u043d\u0430",
"login_using_idp": "\u0412\u0445\u043e\u0434 \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u0430 \u0432\u0430\u0448\u0435\u0433\u043e \u0443\u0447\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u044f",
"select_idp": "\u0412\u044b\u0431\u043e\u0440 \u0441\u043f\u043e\u0441\u043e\u0431\u0430 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0438"
}
}

View File

@ -59,8 +59,8 @@
"self_is_broader": "Eintr\u00e4ge mit Ort als eigener \u00dcberordnung (check 2)",
"not_allowed_relations_second_generation": "Unzul\u00e4ssige Verkn\u00fcfungen (zweite Generation)",
"illegal_uncles": "Orte, die als \u00dcbergeordnete ihrer \u00dcbergeordneten einen direkt \u00dcbergeordneten haben",
"add_new_place": "Neuen Ort hinzuf\u00fcgen",
"add_new_place": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043d\u043e\u0432\u043e\u0435 \u043c\u0435\u0441\u0442\u043e",
"search_wikidata_by_coordinates": "Search Wikidata by coordinates",
"km_away": "km away"
"km_away": "\u043a\u043c \u043e\u0442 \u043c\u0435\u043d\u044f"
}
}

View File

@ -1,17 +1,17 @@
{
"tempi": {
"timename": "Zeitname",
"counting_time_start": "Z\u00e4hlzeit beginnt mit",
"name_contains": "Zeitname enth\u00e4lt",
"unite_names": "Zwei Zeitnamen zusamenf\u00fchren",
"unite_with": "vereinen mit",
"unite_leave_mode": "Modus \"Vereinigen\" verlassen",
"time_begin": "Beginn (Jahr)",
"time_end": "Ende (Jahr)",
"counting_time": "Z\u00e4hlzeit",
"counting_time_info": "Z\u00e4hlzeit - Info",
"annotation": "Kurze Anmerkung",
"time_tool": "Ausf\u00fcllhilfe",
"timename": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0432\u0440\u0435\u043c\u0435\u043d\u0438",
"counting_time_start": "\u0412\u0440\u0435\u043c\u044f \u043e\u0442\u0441\u0447\u0451\u0442\u0430 \u043d\u0430\u0447\u0438\u043d\u0430\u0435\u0442\u0441\u044f \u0441",
"name_contains": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u0442",
"unite_names": "\u041e\u0431\u044a\u0435\u0434\u0438\u043d\u0438\u0442\u044c \u0434\u0432\u0430 \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u044f \u0432\u0440\u0435\u043c\u0435\u043d\u0438",
"unite_with": "\u043e\u0431\u044a\u0435\u0434\u0438\u043d\u0438\u0442\u044c \u0441",
"unite_leave_mode": "\u0412\u044b\u0445\u043e\u0434 \u0438\u0437 \u0440\u0435\u0436\u0438\u043c\u0430 \u043e\u0431\u044a\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u044f",
"time_begin": "\u041d\u0430\u0447\u0430\u043b\u043e (\u0433\u043e\u0434)",
"time_end": "\u041a\u043e\u043d\u0435\u0446 (\u0433\u043e\u0434)",
"counting_time": "\u041e\u0442\u0441\u0447\u0435\u0442 \u0432\u0440\u0435\u043c\u0435\u043d\u0438",
"counting_time_info": "\u041e\u0442\u0441\u0447\u0435\u0442 \u0432\u0440\u0435\u043c\u0435\u043d\u0438 - \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f",
"annotation": "\u041a\u0440\u0430\u0442\u043a\u0430\u044f \u0437\u0430\u043c\u0435\u0442\u043a\u0430",
"time_tool": "Time tool\/Ausf\u00fcllhilfe",
"time_disassemble": "(Zeitbegriff zerlegen)",
"time_year": "Jahr",
"time_month": "Monat",
@ -45,10 +45,10 @@
"updated_approval_status_of_time_entry": "Status des Zeiteintrags ge\u00e4ndert",
"merged_times": "Zeitbegriffe zusammen gef\u00fchrt",
"transferred_time_to_tag": "Zeitbegriff zu Schlagworten \u00fcberf\u00fchrt",
"deleted_time_entry": "Zeitbegriff gel\u00f6scht",
"updated_base_information_for_time_entry": "Basisinformation zum Zeitbegriff aktualisiert",
"duplicate_entries": "doppelte Eintr\u00e4ge (gleicher Zeitbegriff)",
"add_new_time_entry": "Neuen Zeitbegriff anlegen",
"time_start_after_end": "Begin after end"
"deleted_time_entry": "\u0417\u0430\u043f\u0438\u0441\u044c \u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u0443\u0434\u0430\u043b\u0435\u043d\u0430",
"updated_base_information_for_time_entry": "\u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u0430\u044f \u0431\u0430\u0437\u043e\u0432\u0430\u044f \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0438 \u0432\u0440\u0435\u043c\u0435\u043d\u0438",
"duplicate_entries": "\u0414\u0443\u0431\u043b\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0435\u0439 (\u043e\u0434\u0438\u043d\u0430\u043a\u043e\u0432\u044b\u0439 \u0432\u0440\u0435\u043c\u0435\u043d\u043d\u043e\u0439 \u043f\u0440\u043e\u043c\u0435\u0436\u0443\u0442\u043e\u043a)",
"add_new_time_entry": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043d\u043e\u0432\u0443\u044e \u0437\u0430\u043f\u0438\u0441\u044c \u043e \u0432\u0440\u0435\u043c\u0435\u043d\u0438",
"time_start_after_end": "\u041d\u0430\u0447\u0430\u043b\u043e \u043f\u043e\u0441\u043b\u0435 \u043e\u043a\u043e\u043d\u0447\u0430\u043d\u0438\u044f"
}
}

View File

@ -1,15 +1,15 @@
{
"wiki": {
"description": "Beschreibung",
"take_description_and_link": "Beschreibung und Link \u00fcbernehmen",
"dont_take_description_or_link": "Beschreibung und Link verwerfen",
"back": "Zur\u00fcck",
"overwrite_all": "ALLE \u00dcBERSCHREIBEN",
"so_far": "Bisher vorhanden",
"new_values": "Neue Werte",
"take_it_or_not": "\u00dcbernehmen?",
"transferred_from_qid": "Daten von Wikidata \u00fcbernommen",
"transferred_translations_from_qid": "\u00dcbersetzungen von Wikidata \u00fcbernommen",
"fetch_from_wikidata": "Wikidata auslesen"
"description": "\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435",
"take_description_and_link": "\u0423\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044c \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u0438 \u0441\u0441\u044b\u043b\u043a\u0443",
"dont_take_description_or_link": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u0438 \u0441\u0441\u044b\u043b\u043a\u0443",
"back": "\u041d\u0430\u0437\u0430\u0434",
"overwrite_all": "\u041f\u0415\u0420\u0415\u0417\u0410\u041f\u0418\u0421\u0410\u0422\u042c \u0412\u0421\u0401",
"so_far": "\u0414\u043e\u0441\u0442\u0443\u043f\u043d\u043e \u043d\u0430 \u0434\u0430\u043d\u043d\u044b\u0439 \u043c\u043e\u043c\u0435\u043d\u0442",
"new_values": "\u041d\u043e\u0432\u044b\u0435 \u0434\u0430\u043d\u043d\u044b\u0435",
"take_it_or_not": "\u041f\u0435\u0440\u0435\u043d\u044f\u0442\u044c \u0434\u0430\u043d\u043d\u044b\u0435?",
"transferred_from_qid": "\u0414\u0430\u043d\u043d\u044b\u0435 \u0432\u0437\u044f\u0442\u044b \u0438\u0437 \u0412\u0438\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445",
"transferred_translations_from_qid": "\u041f\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043d\u043e \u0438\u0437 \u0412\u0438\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445",
"fetch_from_wikidata": "\u041f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0438\u0437 \u0412\u0438\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445"
}
}

View File

@ -1,27 +1,27 @@
{
"backend_tl": {
"input_interface": "Eingabe",
"topics": "Themen",
"add": "Erfassen",
"delete": "L\u00f6schen",
"users": "Benutzer",
"edit": "Bearbeiten",
"logged_in_as": "Eingeloggt aus",
"logout": "Ausloggen",
"topic": "Thema",
"selectmuseumforediting": "Ein Museum zum Bearbeiten ausw\u00e4hlen ...",
"museum_edit": "Ein Museum bearbeiten ...",
"museum_add": "Ein Museum erfassen ...",
"collection_select": "Eine Sammlung zum Bearbeiten ausw\u00e4hlen ...",
"collection_edit": "Eine Sammlung bearbeiten ...",
"collection_add": "Eine Sammlung erfassen ...",
"object_select": "Ein Objekt zum Bearbeiten ausw\u00e4hlen ...",
"object_edit": "Ein Objekt bearbeiten ...",
"object_add": "Ein Objekt erfassen ...",
"ufo_edit": "Ein U-F-O bearbeiten ...",
"ufo_add": "Ein U-F-O erfassen ...",
"input_interface": "\u0418\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441 \u0432\u0432\u043e\u0434\u0430 \u0434\u0430\u043d\u043d\u044b\u0445",
"topics": "\u0422\u0435\u043c\u044b",
"add": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c",
"delete": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c",
"users": "\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c",
"edit": "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c",
"logged_in_as": "\u0412\u0445\u043e\u0434 \u0432 \u0441\u0438\u0441\u0442\u0435\u043c\u0443 \u043f\u043e\u0434 \u0438\u043c\u0435\u043d\u0435\u043c",
"logout": "\u0412\u044b\u0439\u0442\u0438",
"topic": "\u0422\u0435\u043c\u0430",
"selectmuseumforediting": "\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u043c\u0443\u0437\u0435\u0439 \u0434\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f ...",
"museum_edit": "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043c\u0443\u0437\u0435\u0439 ...",
"museum_add": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043c\u0443\u0437\u0435\u0439 ...",
"collection_select": "\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u0441\u043e\u0431\u0440\u0430\u043d\u0438\u0435 \u0434\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f ...",
"collection_edit": "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u044e ...",
"collection_add": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u044e ...",
"object_select": "\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u043e\u0431\u044a\u0435\u043a\u0442 \u0434\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f ...",
"object_edit": "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043e\u0431\u044a\u0435\u043a\u0442 ...",
"object_add": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043e\u0431\u044a\u0435\u043a\u0442 ...",
"ufo_edit": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c U-F-O \u043e\u0431\u044a\u0435\u043a\u0442 ...",
"ufo_add": "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c U-F-O \u043e\u0431\u044a\u0435\u043a\u0442 ...",
"event_select": "Ein Ereignis zum Bearbeiten ausw\u00e4hlen ...",
"event_edit": "Ein Ereignis bearbeiten ...",
"event_edit": "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0441\u043e\u0431\u044b\u0442\u0438\u0435 ...",
"event_add": "Ein Ereignis erfassen ...",
"time_select": "Einen Zeitbegriff zum Bearbeiten ausw\u00e4hlen ...",
"time_edit": "Einen Zeitbegriff bearbeiten ...",

View File

@ -1,13 +1,13 @@
{
"general": {
"topic": "Thema",
"topics": "Themen",
"exhibition_view": "Ausstellungsansicht",
"expand_all": "Alles aufklappen",
"reduce": "Zuklappen",
"objektsfor": "Objekte f\u00fcr",
"objektsfor_description": "Objektansichten zu Objekten aus diesem und Unterthemen, die dem gegebenen Ort entsprechen.",
"next": "N\u00e4chstes",
"previous": "Vorheriges"
"topic": "\u0422\u0435\u043c\u0430",
"topics": "\u0422\u0435\u043c\u044b",
"exhibition_view": "\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 \u0432\u044b\u0441\u0442\u0430\u0432\u043a\u0438",
"expand_all": "\u0420\u0430\u0437\u0432\u0435\u0440\u043d\u0443\u0442\u044c \u0432\u0441\u0451",
"reduce": "\u0421\u0432\u0435\u0440\u043d\u0443\u0442\u044c",
"objektsfor": "\u041e\u0431\u044a\u0435\u043a\u0442\u044b \u0434\u043b\u044f",
"objektsfor_description": "\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0438\u0437 \u044d\u0442\u043e\u0439 \u0442\u0435\u043c\u044b \u0438 \u043f\u043e\u0434\u0442\u0435\u043c, \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0445 \u0437\u0430\u0434\u0430\u043d\u043d\u043e\u043c\u0443 \u043c\u0435\u0441\u0442\u043e\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u044e.",
"next": "\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u0435",
"previous": "\u041f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0435\u0435"
}
}

View File

@ -1,13 +1,13 @@
{
"tlLogin": {
"username": "Benutzername",
"password": "Passwort",
"login": "Login",
"remember_me": "Login merken",
"global_statistics": "Globale Statistiken",
"recent_blog_posts": "Neueste Blogbeitr\u00e4ge",
"public_db_contents": "Ver\u00f6ffentlichte Datenbankinhalte",
"log_in": "Einloggen",
"avg_text_len": "Objektbeschreibungen: Durchschnittle L\u00e4nge"
"username": "\u0418\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f",
"password": "\u041f\u0430\u0440\u043e\u043b\u044c",
"login": "\u041b\u043e\u0433\u0438\u043d",
"remember_me": "\u0417\u0430\u043f\u043e\u043c\u043d\u0438\u0442\u044c \u0432\u0445\u043e\u0434",
"global_statistics": "\u0413\u043b\u043e\u0431\u0430\u043b\u044c\u043d\u0430\u044f \u0441\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0430",
"recent_blog_posts": "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u0432 \u0431\u043b\u043e\u0433\u0435",
"public_db_contents": "\u041e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0431\u0430\u0437 \u0434\u0430\u043d\u043d\u044b\u0445",
"log_in": "\u0412\u043e\u0439\u0442\u0438",
"avg_text_len": "\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u044f \u043e\u0431\u044a\u0435\u043a\u0442\u0430: \u0421\u0440\u0435\u0434\u043d\u044f\u044f \u0434\u043b\u0438\u043d\u0430"
}
}

View File

@ -1,10 +1,10 @@
{
"nav": {
"home": "Home",
"museum": "Museum",
"collection": "Sammlung",
"object": "Objekt",
"topics": "Themen",
"contact": "Kontakt"
"home": "\u0413\u043b\u0430\u0432\u043d\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430",
"museum": "\u041c\u0443\u0437\u0435\u0439",
"collection": "\u0421\u043e\u0431\u0440\u0430\u043d\u0438\u0435",
"object": "\u041e\u0431\u044a\u0435\u043a\u0442",
"topics": "\u0422\u0435\u043c\u044b",
"contact": "\u041a\u043e\u043d\u0442\u0430\u043a\u0442"
}
}

View File

@ -7,8 +7,8 @@
"english": "\u0410\u043d\u0433\u043b\u0438\u0439\u0441\u043a\u0438\u0439",
"for_example": "\u041d\u0430\u043f\u0440\u0438\u043c\u0435\u0440 ...",
"all_topics": "\u0412\u0441\u0435 \u0442\u0435\u043c\u044b",
"about": "Themen, Geschichten und Ausstellungen bei museum-digital.",
"meta_description": "Der Themator ist museum-digitals Werkzeug f\u00fcr digitales Storyte",
"meta_keywords": "Digitales Storytelling, Ausstellungen, Lehre, Bildung, Museen"
"about": "\u0422\u0435\u043c\u044b, \u0441\u0442\u0430\u0442\u044c\u0438 \u0438 \u0432\u044b\u0441\u0442\u0430\u0432\u043a\u0438 \u0432 museum-digital.",
"meta_description": "\u0422\u0435\u043c\u0430\u0442\u043e\u0440 - \u044d\u0442\u043e \u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442 museum-digital \u0434\u043b\u044f \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f \u0446\u0438\u0444\u0440\u043e\u0432\u043e\u0433\u043e \u043f\u043e\u0432\u0435\u0441\u0442\u0432\u043e\u0432\u0430\u043d\u0438\u044f (digital storytelling).",
"meta_keywords": "\u0426\u0438\u0444\u0440\u043e\u0432\u043e\u0435 \u043f\u043e\u0432\u0435\u0441\u0442\u0432\u043e\u0432\u0430\u043d\u0438\u0435 (Digital storytelling), \u0432\u044b\u0441\u0442\u0430\u0432\u043a\u0438, \u043f\u0440\u0435\u043f\u043e\u0434\u0430\u0432\u0430\u043d\u0438\u0435, \u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u0438\u0435, \u043c\u0443\u0437\u0435\u0438"
}
}

View File

@ -1,12 +1,12 @@
{
"topic": {
"related_objects": "Verkn\u00fcpfte Objekte ...",
"related_documents": "Dokumente zum Thema ...",
"sources_and_links": "Quellen und Links ...",
"next": "Weiterlesen",
"map": "Karte",
"show_object": "Objekt zeigen",
"show_objects": "Objekte zeigen",
"search": "Suchen"
"related_objects": "\u0421\u0432\u044f\u0437\u0430\u043d\u043d\u044b\u0435 \u043e\u0431\u044a\u0435\u043a\u0442\u044b ...",
"related_documents": "\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u044b \u043f\u043e \u0442\u0435\u043c\u0435 ...",
"sources_and_links": "\u0418\u0441\u0442\u043e\u0447\u043d\u0438\u043a\u0438 \u0438 \u0441\u0441\u044b\u043b\u043a\u0438 ...",
"next": "\u041f\u043e\u0434\u0440\u043e\u0431\u043d\u0435\u0435",
"map": "\u041a\u0430\u0440\u0442\u0430",
"show_object": "\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u043e\u0431\u044a\u0435\u043a\u0442",
"show_objects": "\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u043e\u0431\u044a\u0435\u043a\u0442\u044b",
"search": "\u041f\u043e\u0438\u0441\u043a"
}
}

View File

@ -1,12 +1,12 @@
{
"topic": {
"material_technique": "Material\/Technik",
"measurements": "Ma\u00dfe",
"when": "wann",
"where": "wo",
"who": "wer",
"object_from": "Objekt aus",
"original_entry": "Originaleintrag",
"literature": "Literatur"
"material_technique": "\u041c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\/\u0422\u0435\u0445\u043d\u0438\u043a\u0430",
"measurements": "\u0420\u0430\u0437\u043c\u0435\u0440\u044b",
"when": "\u041a\u043e\u0433\u0434\u0430",
"where": "\u0413\u0434\u0435",
"who": "\u041a\u0442\u043e",
"object_from": "\u041e\u0431\u044a\u0435\u043a\u0442 \u0438\u0437",
"original_entry": "\u041f\u0435\u0440\u0432\u043e\u043d\u0430\u0447\u0430\u043b\u044c\u043d\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c",
"literature": "\u041b\u0438\u0442\u0435\u0440\u0430\u0442\u0443\u0440\u0430"
}
}

View File

@ -3,6 +3,8 @@
"m": "m",
"dm": "dm",
"cm": "cm",
"mm": "mm"
"mm": "mm",
"ft": "ft",
"in": "inch"
}
}

View File

@ -3,6 +3,8 @@
"m": "m",
"dm": "dm",
"cm": "cm",
"mm": "mm"
"mm": "mm",
"ft": "Fu\u00df",
"in": "Zoll"
}
}

View File

@ -3,6 +3,8 @@
"m": "m",
"dm": "dm",
"cm": "cm",
"mm": "mm"
"mm": "mm",
"ft": "ft",
"in": "inch"
}
}

View File

@ -3,6 +3,8 @@
"m": "m",
"dm": "dm",
"cm": "cm",
"mm": "mm"
"mm": "mm",
"ft": "ft",
"in": "inch"
}
}

View File

@ -3,6 +3,8 @@
"m": "m",
"dm": "dm",
"cm": "cm",
"mm": "mm"
"mm": "mm",
"ft": "ft",
"in": "inch"
}
}

View File

@ -1,9 +1,9 @@
{
"exhibition_contributor_roles": {
"concept": "Concept",
"concept": "Conception",
"curator": "Curator",
"design": "Design",
"coordinator": "Coordinator",
"protagonist": "Protagonist"
"design": "Dessin",
"coordinator": "Coordinateur",
"protagonist": "Protagoniste"
}
}

View File

@ -3,6 +3,8 @@
"m": "m",
"dm": "dm",
"cm": "cm",
"mm": "mm"
"mm": "mm",
"ft": "ft",
"in": "inch"
}
}

View File

@ -3,6 +3,8 @@
"m": "m",
"dm": "dm",
"cm": "cm",
"mm": "mm"
"mm": "mm",
"ft": "ft",
"in": "inch"
}
}

View File

@ -3,6 +3,8 @@
"m": "m",
"dm": "dm",
"cm": "cm",
"mm": "mm"
"mm": "mm",
"ft": "ft",
"in": "inch"
}
}

View File

@ -3,6 +3,8 @@
"m": "m",
"dm": "dm",
"cm": "cm",
"mm": "mm"
"mm": "mm",
"ft": "ft",
"in": "inch"
}
}

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