Stand 2019-02-13.

This commit is contained in:
Joshua Ramon Enslin 2019-02-13 19:36:42 +01:00 committed by Stefan Rohde-Enslin
parent e70a53366a
commit f5103a4288
76 changed files with 964 additions and 270 deletions

View File

@ -47,6 +47,8 @@
"added": "A new actor has been added.",
"edited": "Information on this actor has been updated.",
"annotation": "Annotation",
"add_new_annotation": "Add a new annotation:"
"add_new_annotation": "Add a new annotation:",
"description_too_short": "The description is too short. Minimum: 10 characters.",
"no_description": "The description is missing."
}
}

View File

@ -1,6 +1,6 @@
{
"tlSources": {
"add_new_source": "Add new source",
"add_new_source": "Add a new source",
"type": "Type",
"type_explica": "The type of the source.",
"article": "Article",
@ -10,6 +10,54 @@
"electronical": "Electronical",
"misc": "Miscelaneous",
"author_creator": "Author \/ creator",
"author_creator_explica": "The creator of the source. Type a name to select the author or creator. You can add multiple authors \/ creators for a work."
"author_creator_explica": "The creator of the source. Type a name to select the author or creator. You can add multiple authors \/ creators for a work.",
"title": "Title",
"title_explica": "Title of the source.",
"year": "Year",
"year_explica": "Year the work was published.",
"venue": "Venue",
"venue_explica": "The venue the work was published in.<br\/>In the case of an article, this field stands for the volume the article was published in.<br\/>In case of a book, it represents the publisher.",
"pages": "Pages",
"pages_explica": "The page number of the work. In case of an article, this is the page range within the journal or volume. In case of a book, this field is all optional, but can be filled with the total sum of pages.",
"url": "<abbr title=\"Uniform Resource Locator\">URL<\/abbr>",
"url_explica": "A URL representing the work. Usually, the page where it or a digitized version of it can be found.",
"doi": "<abbr title=\"Digital Object Identifier\">DOI<\/abbr>",
"doi_explica": "A DOI representing the source.",
"journal": "Journal",
"publisher": "Publisher",
"institution": "Institution",
"edit_source": "Edit source",
"bibliography": "Bibliography",
"elsewhere": "Elsewhere",
"statements": "Statements",
"added_new_statement": "Added new statement",
"manage_statement": "Manage statement",
"statement": "Statement",
"added_new_link_w_statement": "Added a new link with a statement",
"involvement": "Involvement",
"sources": "Sources",
"add_new_statement": "Add a new statement",
"pos_in_src": "Position in source",
"source": "Source",
"linked_with": "Linked with",
"linked_with_entity": "Entity to link",
"linked_with_involvement": "Involvement of the linked entity",
"added_new_source": "A new source has been added",
"deleted_link_w_statement": "A link with the statement has been deleted",
"deleted_statement": "The statement has been deleted,<br \/>because only one link with it was left.",
"volume": "Volume",
"volume_explica": "The volume of the journal the article was published in.",
"issue": "Issue",
"issue_explica": "The issue of the volume the article was published in.",
"medium": "Medium",
"random_actor": "Random actor",
"random_place": "Random place",
"random_time": "Random time",
"random_tag": "Random tag",
"broader": "Broader",
"narrower": "Narrower",
"involvement_in_statement": "Involvement in the statement",
"entity_of_origin": "Entity of origin",
"entity_target": "Target entity"
}
}

View File

@ -47,6 +47,8 @@
"added": "Ein neuer Akteur wurde erfasst",
"edited": "Information zum Akteur wurde erneuert",
"annotation": "Anmerkung",
"add_new_annotation": "Add a new annotation:"
"add_new_annotation": "Add a new annotation:",
"description_too_short": "Die Beschreibung ist zu kurz. Minimum: 10 Buchstaben.",
"no_description": "Die Beschreibung fehlt."
}
}

View File

@ -30,9 +30,9 @@
"show_object": "Objekt zeigen",
"annotation": "Anmerkung",
"add_new_annotation": "Eine neue Anmerkung hier schreiben:",
"broader": "Broader",
"narrower": "Narrower",
"elsewhere": "Elsewhere"
"broader": "\u00dcbergeordnet",
"narrower": "Untergeordnet",
"elsewhere": "Anderswo"
},
"geo": {
"name": "Name",

View File

@ -1,6 +1,6 @@
{
"tlSources": {
"add_new_source": "Neue Quelle hinzuf\u00fcgen",
"add_new_source": "Eine neue Quelle hinzuf\u00fcgen",
"type": "Typ",
"type_explica": "Der Typ der Quelle.",
"article": "Artikel",
@ -10,6 +10,54 @@
"electronical": "Elektronische Resource",
"misc": "Weiteres",
"author_creator": "Autor \/ Erschaffer",
"author_creator_explica": "The creator of the source. Type a name to select the author or creator. You can add multiple authors \/ creators for a work."
"author_creator_explica": "The creator of the source. Type a name to select the author or creator. You can add multiple authors \/ creators for a work.",
"title": "Titel",
"title_explica": "Title of the Source",
"year": "Jahr",
"year_explica": "Jahr in dem die Quelle ver\u00f6ffentlicht wurde.",
"venue": "Ver\u00f6ffentlichungsforum",
"venue_explica": "Das Forum in dem die Arbeit ver\u00f6ffentlicht wurde.<br\/>\r\nIm Fall eines Artikels repr\u00e4sentiert dieses Feld die Fachzeitschrift oder den Sammelband in dem die Quelle ver\u00f6ffentlicht wurde.<br\/>\r\nIm Fall eines Buches repr\u00e4sentiert es den Verlag.",
"pages": "Seitenzahl",
"pages_explica": "Die Seitenzahl der Arbeit. Im Fall eines Artikels ist dies die \r\nThe page number of the work. In case of an article, this is the page range within the journal or volume. In case of a book, this field is all optional, but can be filled with the total sum of pages.",
"url": "<abbr title=\"Uniform Resource Locator\">URL<\/abbr>",
"url_explica": "Eine URL, die die Arbeit repr\u00e4sentiert. F\u00fcr gew\u00f6hnlich ist dies eine Seite, auf der die Quelle oder ein Digitalisat der Quelle gefunden werden kann.",
"doi": "<abbr title=\"Digital Object Identifier\">DOI<\/abbr>",
"doi_explica": "Eine DOI, die die Quelle repr\u00e4sentiert.",
"journal": "Fachzeitschrift",
"publisher": "Verlag",
"institution": "Institution",
"edit_source": "Quelle bearbeiten",
"bibliography": "Bibliographie",
"elsewhere": "Anderswo",
"statements": "Aussagen",
"added_new_statement": "Eine neue Aussage wurde eingef\u00fcgt",
"manage_statement": "Statement managen",
"statement": "Aussage",
"added_new_link_w_statement": "Eine neue Verkn\u00fcpfung mit einem Statement wurde hinzugef\u00fcgt",
"involvement": "Rolle",
"sources": "Quellen",
"add_new_statement": "Eine neue Aussage hinzuf\u00fcgen",
"pos_in_src": "Position in Quelle",
"source": "Quelle",
"linked_with": "Verkn\u00fcpfte Entit\u00e4t (Katalog)",
"linked_with_entity": "Verkn\u00fcpfte Entit\u00e4t",
"linked_with_involvement": "Verkn\u00fcpfte Entit\u00e4t (Rolle) ",
"added_new_source": "Eine neue Quelle wurde hinzugef\u00fcgt",
"deleted_link_w_statement": "Ein Link mit der Aussage wurde hinzugef\u00fcgt",
"deleted_statement": "Die Aussage wurde gel\u00f6scht,<br \/>weil nur noch eine Entit\u00e4t mit ihr verkn\u00fcpft war.",
"volume": "Band",
"volume_explica": "Der Band der Fachzeitschrift, in dem der Artikel ver\u00f6ffentlicht wurde.",
"issue": "Ausgabe",
"issue_explica": "Die Ausgabe des Bandes der Fachzeitschrift.",
"medium": "Medium",
"random_actor": "Zuf\u00e4lliger Akteur",
"random_place": "Zuf\u00e4lliger Ort",
"random_time": "Zuf\u00e4lliger Zeitbegriff",
"random_tag": "Zuf\u00e4lliges Schlagwort",
"broader": "\u00dcbergeordnet",
"narrower": "Untergeordnet",
"involvement_in_statement": "Rolle in der Aussage",
"entity_of_origin": "Ausgangspunkt",
"entity_target": "Zielpunkt"
}
}

View File

@ -47,6 +47,8 @@
"added": "A new actor has been added.",
"edited": "Information on this actor has been updated.",
"annotation": "Annotation",
"add_new_annotation": "Add a new annotation:"
"add_new_annotation": "Add a new annotation:",
"description_too_short": "The description is too short. Minimum: 10 characters.",
"no_description": "The description is missing."
}
}

View File

@ -1,6 +1,6 @@
{
"tlSources": {
"add_new_source": "Add new source",
"add_new_source": "Add a new source",
"type": "Type",
"type_explica": "The type of the source.",
"article": "Article",
@ -10,6 +10,54 @@
"electronical": "Electronical",
"misc": "Miscelaneous",
"author_creator": "Author \/ creator",
"author_creator_explica": "The creator of the source. Type a name to select the author or creator. You can add multiple authors \/ creators for a work."
"author_creator_explica": "The creator of the source. Type a name to select the author or creator. You can add multiple authors \/ creators for a work.",
"title": "Title",
"title_explica": "Title of the source.",
"year": "Year",
"year_explica": "Year the work was published.",
"venue": "Venue",
"venue_explica": "The venue the work was published in.<br\/>In the case of an article, this field stands for the volume the article was published in.<br\/>In case of a book, it represents the publisher.",
"pages": "Pages",
"pages_explica": "The page number of the work. In case of an article, this is the page range within the journal or volume. In case of a book, this field is all optional, but can be filled with the total sum of pages.",
"url": "<abbr title=\"Uniform Resource Locator\">URL<\/abbr>",
"url_explica": "A URL representing the work. Usually, the page where it or a digitized version of it can be found.",
"doi": "<abbr title=\"Digital Object Identifier\">DOI<\/abbr>",
"doi_explica": "A DOI representing the source.",
"journal": "Journal",
"publisher": "Publisher",
"institution": "Institution",
"edit_source": "Edit source",
"bibliography": "Bibliography",
"elsewhere": "Elsewhere",
"statements": "Statements",
"added_new_statement": "Added new statement",
"manage_statement": "Manage statement",
"statement": "Statement",
"added_new_link_w_statement": "Added a new link with a statement",
"involvement": "Involvement",
"sources": "Sources",
"add_new_statement": "Add a new statement",
"pos_in_src": "Position in source",
"source": "Source",
"linked_with": "Linked with",
"linked_with_entity": "Entity to link",
"linked_with_involvement": "Involvement of the linked entity",
"added_new_source": "A new source has been added",
"deleted_link_w_statement": "A link with the statement has been deleted",
"deleted_statement": "The statement has been deleted,<br \/>because only one link with it was left.",
"volume": "Volume",
"volume_explica": "The volume of the journal the article was published in.",
"issue": "Issue",
"issue_explica": "The issue of the volume the article was published in.",
"medium": "Medium",
"random_actor": "Random actor",
"random_place": "Random place",
"random_time": "Random time",
"random_tag": "Random tag",
"broader": "Broader",
"narrower": "Narrower",
"involvement_in_statement": "Involvement in the statement",
"entity_of_origin": "Entity of origin",
"entity_target": "Target entity"
}
}

View File

@ -47,6 +47,8 @@
"added": "A new actor has been added.",
"edited": "Information on this actor has been updated.",
"annotation": "Annotation",
"add_new_annotation": "Add a new annotation:"
"add_new_annotation": "Add a new annotation:",
"description_too_short": "The description is too short. Minimum: 10 characters.",
"no_description": "The description is missing."
}
}

View File

@ -1,6 +1,6 @@
{
"tlSources": {
"add_new_source": "Add new source",
"add_new_source": "Add a new source",
"type": "Type",
"type_explica": "The type of the source.",
"article": "Article",
@ -10,6 +10,54 @@
"electronical": "Electronical",
"misc": "Miscelaneous",
"author_creator": "Author \/ creator",
"author_creator_explica": "The creator of the source. Type a name to select the author or creator. You can add multiple authors \/ creators for a work."
"author_creator_explica": "The creator of the source. Type a name to select the author or creator. You can add multiple authors \/ creators for a work.",
"title": "Title",
"title_explica": "Title of the source.",
"year": "Year",
"year_explica": "Year the work was published.",
"venue": "Venue",
"venue_explica": "The venue the work was published in.<br\/>In the case of an article, this field stands for the volume the article was published in.<br\/>In case of a book, it represents the publisher.",
"pages": "Pages",
"pages_explica": "The page number of the work. In case of an article, this is the page range within the journal or volume. In case of a book, this field is all optional, but can be filled with the total sum of pages.",
"url": "<abbr title=\"Uniform Resource Locator\">URL<\/abbr>",
"url_explica": "A URL representing the work. Usually, the page where it or a digitized version of it can be found.",
"doi": "<abbr title=\"Digital Object Identifier\">DOI<\/abbr>",
"doi_explica": "A DOI representing the source.",
"journal": "Journal",
"publisher": "Publisher",
"institution": "Institution",
"edit_source": "Edit source",
"bibliography": "Bibliography",
"elsewhere": "Elsewhere",
"statements": "Statements",
"added_new_statement": "Added new statement",
"manage_statement": "Manage statement",
"statement": "Statement",
"added_new_link_w_statement": "Added a new link with a statement",
"involvement": "Involvement",
"sources": "Sources",
"add_new_statement": "Add a new statement",
"pos_in_src": "Position in source",
"source": "Source",
"linked_with": "Linked with",
"linked_with_entity": "Entity to link",
"linked_with_involvement": "Involvement of the linked entity",
"added_new_source": "A new source has been added",
"deleted_link_w_statement": "A link with the statement has been deleted",
"deleted_statement": "The statement has been deleted,<br \/>because only one link with it was left.",
"volume": "Volume",
"volume_explica": "The volume of the journal the article was published in.",
"issue": "Issue",
"issue_explica": "The issue of the volume the article was published in.",
"medium": "Medium",
"random_actor": "Random actor",
"random_place": "Random place",
"random_time": "Random time",
"random_tag": "Random tag",
"broader": "Broader",
"narrower": "Narrower",
"involvement_in_statement": "Involvement in the statement",
"entity_of_origin": "Entity of origin",
"entity_target": "Target entity"
}
}

View File

@ -47,6 +47,8 @@
"added": "Egy szerepl\u0151 lett hozz\u00e1adva ",
"edited": "A szerepl\u0151re vonatkoz\u00f3 inform\u00e1ci\u00f3k friss\u00fcltek",
"annotation": "Komment\u00e1r",
"add_new_annotation": "\u00daj komment\u00e1r hozz\u00e1rendel\u00e9se"
"add_new_annotation": "\u00daj komment\u00e1r hozz\u00e1rendel\u00e9se",
"description_too_short": "A le\u00edr\u00e1s t\u00fal r\u00f6vid. Minimum 10 karakter bevitele sz\u00fcks\u00e9ges",
"no_description": "Nincs le\u00edr\u00e1s"
}
}

View File

@ -1,9 +1,9 @@
{
"basis": {
"museum": "M\u00fazeum",
"museum_choose": "M\u00fazeum kiv\u00e1laszt\u00e1sa",
"museum_change": "M\u00fazeum adatainak szerkeszt\u00e9se",
"museum_input": "\u00daj m\u00fazeum hozz\u00e1ad\u00e1sa",
"museum": "Tartalomszolg\u00e1ltat\u00f3 ",
"museum_choose": "Tartalomszolg\u00e1ltat\u00f3 kiv\u00e1laszt\u00e1sa",
"museum_change": "Tartalomszolg\u00e1ltat\u00f3 adatainak szerkeszt\u00e9se",
"museum_input": "\u00daj tartalomszolg\u00e1ltat\u00f3 hozz\u00e1ad\u00e1sa",
"collection": "Gy\u0171jtem\u00e9ny",
"collection_choose": "Egy gy\u0171jtem\u00e9ny kiv\u00e1laszt\u00e1sa",
"collection_change": "Egy gy\u0171jtem\u00e9ny adatainak szerkeszt\u00e9se",
@ -85,7 +85,7 @@
"more": "Tov\u00e1bbi",
"amount_all": "\u00d6sszes",
"icon": "Ikon",
"actions": "Actions",
"actions": "Akci\u00f3k",
"add": "Hozz\u00e1ad\u00e1s",
"lists": "List\u00e1k",
"settings": "Be\u00e1ll\u00edt\u00e1sok",
@ -96,13 +96,13 @@
"own_rule_edit": "Saj\u00e1t szab\u00e1ly szerkeszt\u00e9se",
"less": "Kevesebb",
"grid": "N\u00e9zet",
"sort": "Sort",
"sort": "V\u00e1logat\u00e1s",
"quilt": "Quilt",
"options": "Lehet\u0151s\u00e9gek",
"newspapers_mailing_lists": "H\u00edrlev\u00e9l lista",
"room": "Szoba",
"image": "Image",
"image": "K\u00e9pek",
"menu_items": "F\u0151men\u0171 elemei",
"backgrounds": "Backgrounds"
"backgrounds": "H\u00e1tterek"
}
}

View File

@ -19,7 +19,7 @@
"conservation": "\u00c1lagmeg\u0151rz\u00e9s ",
"condition": "\u00c1llapot",
"restoration": "Restaur\u00e1l\u00e1s",
"other_report": "M\u00e1sik restaur\u00e1l\u00e1si dokument\u00e1ci\u00f3",
"other_report": "Tov\u00e1bbi restaur\u00e1l\u00e1si dokument\u00e1ci\u00f3",
"creator": "K\u00e9sz\u00edt\u0151",
"date": "D\u00e1tum",
"delete": "T\u00f6rl\u00e9s",

View File

@ -12,7 +12,7 @@
"add_time": "Id\u0151beli vonatkoz\u00e1s megad\u00e1sa",
"no_time": "Id\u0151beli vonatkoz\u00e1s t\u00f6rl\u00e9se az esem\u00e9nyb\u0151l",
"last_used": "Legut\u00f3bb kiv\u00e1lasztott",
"delete_event": "Delete the event",
"delete_event": "Esem\u00e9ny t\u00f6rl\u00e9se",
"delete_question": "Val\u00f3ban t\u00f6r\u00f6lni k\u00edv\u00e1nja? ",
"delete_no": "M\u00e9gsem, vissza",
"delete_yes": "Igen, t\u00f6rl\u00e9s",

View File

@ -1,13 +1,13 @@
{
"museum": {
"delete": "M\u00fazeum t\u00f6rl\u00e9se",
"delete": "Tartalomszolg\u00e1ltat\u00f3 t\u00f6rl\u00e9se",
"col_short": "Gy\u0171jt.",
"obj_short": "T\u00e1rgy",
"export": "Adatok export\u00e1l\u00e1sa",
"museum_name": "A m\u00fazeum neve",
"musnam_explica": "A m\u00fazeum, k\u00f6z-, vagy mag\u00e1ngy\u0171jtem\u00e9ny nev\u00e9t t\u00e1bl\u00e1zatban r\u00f6gz\u00edtj\u00fck, ez\u00e9rt k\u00e9rj\u00fck, hogy az elnevez\u00e9s, lehet\u0151s\u00e9g szerint, legyen r\u00f6vid.<br><br><b style=&quot;font-weight:normal;color:#660000;&quot;>K\u00e9rj\u00fck, mindig kit\u00f6lteni<\/b>",
"museum_name": "A tartalomszolg\u00e1ltat\u00f3 neve",
"musnam_explica": "A tartalomszolg\u00e1ltat\u00f3 nev\u00e9t t\u00e1bl\u00e1zatban r\u00f6gz\u00edtj\u00fck, ez\u00e9rt k\u00e9rj\u00fck, hogy az elnevez\u00e9s, lehet\u0151s\u00e9g szerint, legyen r\u00f6vid.<br><br><b style=&quot;font-weight:normal;color:#660000;&quot;>K\u00e9rj\u00fck, mindig kit\u00f6lteni<\/b>",
"museum_description": "Le\u00edr\u00e1s",
"musbesch_explica": "A m\u00fazeum, k\u00f6z-, vagy mag\u00e1ngy\u0171jtem\u00e9ny r\u00e9szletes le\u00edr\u00e1sa. A le\u00edr\u00e1s ide\u00e1lis hossz\u00fas\u00e1ga kb. 1000 le\u00fct\u00e9s, 2-3 bekezd\u00e9sben t\u00f6rdelve. <br><br>Hossz\u00fa, r\u00e9szletes le\u00edr\u00e1s bevitele is lehets\u00e9ges. Hossz\u00fa le\u00edr\u00e1sokat, k\u00e9rj\u00fck, k\u00fcldje el e-mailben a M\u00fazeumDigit\u00e1r munkat\u00e1rsainak.<br><br><b style=&quot;font-weight:normal;color:#660000;&quot;>K\u00e9rj\u00fck, mindig kit\u00f6lteni<\/b>",
"musbesch_explica": "A tartalomszolg\u00e1ltat\u00f3 r\u00e9szletes le\u00edr\u00e1sa. A le\u00edr\u00e1s ide\u00e1lis hossz\u00fas\u00e1ga kb. 1000 le\u00fct\u00e9s, 2-3 bekezd\u00e9sben t\u00f6rdelve. <br><br>Hossz\u00fa, r\u00e9szletes le\u00edr\u00e1s bevitele is lehets\u00e9ges. Hossz\u00fa le\u00edr\u00e1sokat, k\u00e9rj\u00fck, k\u00fcldje el e-mailben a M\u00fazeumDigit\u00e1r munkat\u00e1rsainak.<br><br><b style=&quot;font-weight:normal;color:#660000;&quot;>K\u00e9rj\u00fck, mindig kit\u00f6lteni<\/b>",
"street_house": "Utca \u00e9s h\u00e1zsz\u00e1m",
"musstra_explica": "Utca \u00e9s &quot;'h\u00e1zsz\u00e1m megad\u00e1sa<br><br>1. p\u00e9lda: &quot;Eper utca 1&quot;<br>2. p\u00e9lda: &quot;Attila utca 2a&quot;<br>3. p\u00e9lda: &quot;Szabads\u00e1g t\u00e9r&quot;<br><br><b style=&quot;font-weight:normal;color:#660000;&quot;>K\u00e9rj\u00fck, mindig kit\u00f6lteni<\/b>",
"zip_place": "Ir\u00e1ny\u00edt\u00f3sz\u00e1m \u00e9s helys\u00e9g",
@ -17,26 +17,26 @@
"telefax": "Fax",
"musfax_explica": "Nincs formai megk\u00f6t\u00e9s, de k\u00e9rj\u00fck, ne adjon meg &quot;Fax. ...&quot;, vagy hasonl\u00f3 r\u00f6vid\u00edt\u00e9seket, hanem csak a fax sz\u00e1mot.<br><br>1. p\u00e9lda +36 1 121214<br>2. p\u00e9lda: 0366-121214<br><br><b style=&quot;font-weight:normal;color:#006600;&quot;>A mez\u0151 kit\u00f6lt\u00e9se nem k\u00f6telez\u0151.<\/b>",
"mail": "Postac\u00edm",
"musmail_explica": "K\u00e9rj\u00fck, adja meg a m\u00fazeum, k\u00f6z-, vagy mag\u00e1ngy\u0171jtem\u00e9ny e-mail c\u00edm\u00e9t<br><br>Az itt megadott e-mail c\u00edm meg fog jelenni a m\u00fazeum, k\u00f6z-, vagy mag\u00e1ngy\u0171jtem\u00e9ny oldal\u00e1n k\u00f6zz\u00e9tett t\u00e1rgyak alatt. A m\u00fazeum, k\u00f6z-, vagy mag\u00e1ngy\u0171jtem\u00e9ny oldal\u00e1ra l\u00e1togat\u00f3 webes felhaszn\u00e1l\u00f3k erre a c\u00edmre \u00edrhatnak, ha valamilyen megjegyz\u00e9s\u00fck van a k\u00f6zz\u00e9tett t\u00e1rgyakkal kapcsolatban. Amennyiben nem szeretne a k\u00f6zz\u00e9tett t\u00e1rgyakkal kapcsolatos e-maileket kapni, akkor k\u00e9rj\u00fck, hagyja ezt a mez\u0151t \u00fcresen. <br><br><b style=&quot;font-weight:normal;color:#006600;&quot;>A mez\u0151 kit\u00f6lt\u00e9se nem k\u00f6telez\u0151.<\/b>",
"isil": "A m\u00fazeum ISIL azonos\u00edt\u00f3ja",
"musmail_explica": "K\u00e9rj\u00fck, adja meg a tartalomszolg\u00e1ltat\u00f3 e-mail c\u00edm\u00e9t<br><br>Az itt megadott e-mail c\u00edm meg fog jelenni a m\u00fazeum, k\u00f6z-, vagy mag\u00e1ngy\u0171jtem\u00e9ny oldal\u00e1n k\u00f6zz\u00e9tett t\u00e1rgyak alatt. A m\u00fazeum, k\u00f6z-, vagy mag\u00e1ngy\u0171jtem\u00e9ny oldal\u00e1ra l\u00e1togat\u00f3 webes felhaszn\u00e1l\u00f3k erre a c\u00edmre \u00edrhatnak, ha valamilyen megjegyz\u00e9s\u00fck van a k\u00f6zz\u00e9tett t\u00e1rgyakkal kapcsolatban. Amennyiben nem szeretne a k\u00f6zz\u00e9tett t\u00e1rgyakkal kapcsolatos e-maileket kapni, akkor k\u00e9rj\u00fck, hagyja ezt a mez\u0151t \u00fcresen. <br><br><b style=&quot;font-weight:normal;color:#006600;&quot;>A mez\u0151 kit\u00f6lt\u00e9se nem k\u00f6telez\u0151.<\/b>",
"isil": " ISIL azonos\u00edt\u00f3 (int\u00e9zm\u00e9nyek eset\u00e9ben)",
"musisil_explica": "K\u00e9rj\u00fck, adja meg (ha van) a m\u00fazeum, k\u00f6z-, vagy mag\u00e1ngy\u0171jtem\u00e9ny ISIL azonos\u00edt\u00f3j\u00e1t . Az ISIL azonos\u00edt\u00f3 az int\u00e9zm\u00e9nyek k\u00f6z\u00f6tti adatcsere szempontj\u00e1b\u00f3l fontos.<br><br><b style=&quot;font-weight:normal;color:#006600;&quot;>A mez\u0151 kit\u00f6lt\u00e9se nem k\u00f6telez\u0151.<\/b>",
"url": "A m\u00fazeum webc\u00edme",
"musurl_explica": "K\u00e9rj\u00fck, adja meg a m\u00fazeum, k\u00f6z-, vagy mag\u00e1ngy\u0171jtem\u00e9ny weboldal\u00e1nak a c\u00edm\u00e9t. Ha m\u00fazeumnak, k\u00f6z-, vagy mag\u00e1ngy\u0171jtem\u00e9nynek nincs saj\u00e1t weboldala, akkor k\u00e9rj\u00fck, hagyja a mez\u0151t \u00fcresen. <br><br>K\u00e9rj\u00fck, &quot;teljes URL&quot; megad\u00e1s\u00e1t , azaz &quot;http:\/\/&quot; a webc\u00edm el\u0151tt<br><br><b style=&quot;font-weight:normal;color:#006600;&quot;>A mez\u0151 kit\u00f6lt\u00e9se nem k\u00f6telez\u0151<\/b>",
"url": "A tartalomszolg\u00e1ltat\u00f3 webc\u00edme",
"musurl_explica": "K\u00e9rj\u00fck, adja meg a tartalomszolg\u00e1ltat\u00f3 weboldal\u00e1nak a c\u00edm\u00e9t. Ha a tartalomszolg\u00e1ltat\u00f3nak nincs saj\u00e1t weboldala, akkor k\u00e9rj\u00fck, hagyja a mez\u0151t \u00fcresen. <br><br>K\u00e9rj\u00fck, &quot;teljes URL&quot; megad\u00e1s\u00e1t , azaz &quot;http:\/\/&quot; a webc\u00edm el\u0151tt<br><br><b style=&quot;font-weight:normal;color:#006600;&quot;>A mez\u0151 kit\u00f6lt\u00e9se nem k\u00f6telez\u0151<\/b>",
"association": "M\u00fazeumsz\u00f6vets\u00e9g webc\u00edme",
"musverb_explica": "K\u00e9rj\u00fck, adja meg azon m\u00fazeumi, k\u00f6zgy\u0171jtem\u00e9nyi vagy egy\u00e9b sz\u00f6vets\u00e9g webc\u00edm\u00e9t, ahol a m\u00fazeum, k\u00f6z-, vagy mag\u00e1ngy\u0171jtem\u00e9ny weblapja linkk\u00e9nt szerepel. Ha nincs ilyen, akkor k\u00e9rj\u00fck, hagyja a mez\u0151t \u00fcresen.<br><br>K\u00e9rj\u00fck, &quot;teljes URL&quot; megad\u00e1s\u00e1t , azaz &quot;http:\/\/&quot; a webc\u00edm el\u0151tt.<br><br><b style=&quot;font-weight:normal;color:#006600;&quot;>A mez\u0151 kit\u00f6lt\u00e9se nem k\u00f6telez\u0151.<\/b>",
"musverb_explica": "K\u00e9rj\u00fck, adja meg azon m\u00fazeumi, k\u00f6zgy\u0171jtem\u00e9nyi vagy egy\u00e9b sz\u00f6vets\u00e9g webc\u00edm\u00e9t, ahol a tartalomszolg\u00e1ltat\u00f3 weblapja linkk\u00e9nt szerepel. Ha nincs ilyen, akkor k\u00e9rj\u00fck, hagyja a mez\u0151t \u00fcresen.<br><br>K\u00e9rj\u00fck, &quot;teljes URL&quot; megad\u00e1s\u00e1t , azaz &quot;http:\/\/&quot; a webc\u00edm el\u0151tt.<br><br><b style=&quot;font-weight:normal;color:#006600;&quot;>A mez\u0151 kit\u00f6lt\u00e9se nem k\u00f6telez\u0151.<\/b>",
"target_image": "Webc\u00edm a k\u00e9pre kattintva",
"musbild_explica": "K\u00e9rj\u00fck, adja meg azt a webc\u00edmet ahov\u00e1 a l\u00e1togat\u00f3t szeretn\u00e9 ir\u00e1ny\u00edtani, ha a m\u00fazeum, k\u00f6z-, vagy mag\u00e1ngy\u0171jtem\u00e9ny k\u00e9pi illuszt\u00e1ci\u00f3j\u00e1ra kattint. Ez lehet a m\u00fazeum, k\u00f6z-, vagy mag\u00e1ngy\u0171jtem\u00e9ny saj\u00e1t weboldala, vagy egy a M\u00fazeumDigit\u00e1r-ban k\u00f6zz\u00e9tett t\u00e1rgy tal\u00e1lati oldala is. <br><br>K\u00e9rj\u00fck, &quot;teljes URL&quot; megad\u00e1s\u00e1t , azaz &quot;http:\/\/&quot; a webc\u00edm el\u0151tt.<br><br><b style=&quot;font-weight:normal;color:#006600;&quot;>A mez\u0151 kit\u00f6lt\u00e9se nem k\u00f6telez\u0151<\/b>",
"musbild_explica": "K\u00e9rj\u00fck, adja meg azt a webc\u00edmet ahov\u00e1 a l\u00e1togat\u00f3t szeretn\u00e9 ir\u00e1ny\u00edtani, ha a tartalomszolg\u00e1ltat\u00f3 k\u00e9pi illuszt\u00e1ci\u00f3j\u00e1ra kattint. Ez lehet a m\u00fazeum, k\u00f6z-, vagy mag\u00e1ngy\u0171jtem\u00e9ny saj\u00e1t weboldala, vagy egy a M\u00fazeumDigit\u00e1r-ban k\u00f6zz\u00e9tett t\u00e1rgy tal\u00e1lati oldala is. <br><br>K\u00e9rj\u00fck, &quot;teljes URL&quot; megad\u00e1s\u00e1t , azaz &quot;http:\/\/&quot; a webc\u00edm el\u0151tt.<br><br><b style=&quot;font-weight:normal;color:#006600;&quot;>A mez\u0151 kit\u00f6lt\u00e9se nem k\u00f6telez\u0151<\/b>",
"datasheet": "Adatlap webc\u00edme",
"musdaba_explica": "K\u00e9rj\u00fck, ezt a mez\u0151t ne t\u00f6ltse ki. A mez\u0151t a M\u00fazeumDigit\u00e1r munkat\u00e1rsai t\u00f6ltik ki, a m\u00fazeum adatainak r\u00e9szletes le\u00edr\u00e1s\u00e1ra szolg\u00e1l\u00f3 adatatok t\u00e1rol\u00e1si hely\u00e9nek megad\u00e1s\u00e1val",
"musdaba_explica": "K\u00e9rj\u00fck, ezt a mez\u0151t ne t\u00f6ltse ki. A mez\u0151t a M\u00fazeumDigit\u00e1r munkat\u00e1rsai t\u00f6ltik ki, a tartalomszolg\u00e1ltat\u00f3 adatainak r\u00e9szletes le\u00edr\u00e1s\u00e1ra szolg\u00e1l\u00f3 adatok t\u00e1rol\u00e1si hely\u00e9nek megad\u00e1s\u00e1val",
"no_name": "K\u00e9rj\u00fck, adja meg a m\u00fazeum, k\u00f6z-, vagy mag\u00e1ngy\u0171jtem\u00e9ny nev\u00e9t!<\/p><p class=&quot;ohne&quot;>[Minden m\u00fazeumnak, k\u00f6z-, vagy mag\u00e1ngy\u0171jtem\u00e9nynek van neve. K\u00e9rj\u00fck, haszn\u00e1ljon egy k\u00f6nnyen megjegyezhet\u0151 elnevez\u00e9st.]",
"no_description": "K\u00e9rj\u00fck, adja meg a m\u00fazeum, k\u00f6z-, vagy mag\u00e1ngy\u0171jtem\u00e9ny le\u00edr\u00e1s\u00e1t!<\/p><p class=&quot;ohne&quot;>[Az in\u00e9zm\u00e9ny le\u00edr\u00e1sa nagyon fontos. Itt adhatja meg az int\u00e9zm\u00e9ny alap\u00edt\u00f3 okirat\u00e1ban szerepl\u0151 c\u00e9lokat, mint p\u00e9ld\u00e1ul gy\u0171jt\u00e9s, meg\u0151rz\u00e9s, kutat\u00e1s, bemutat\u00e1s.]",
"no_zipcode": "K\u00e9rj\u00fck adja meg az ir\u00e1ny\u00edt\u00f3sz\u00e1mot \u00e9s a helys\u00e9get!<\/p><p class=&quot;ohne&quot;>[K\u00e9rj\u00fck, adja meg a m\u00fazeum, k\u00f6z-, vagy mag\u00e1ngy\u0171jtem\u00e9ny ir\u00e1ny\u00edt\u00f3sz\u00e1m\u00e1t \u00e9s a helys\u00e9get, ahol a m\u00fazeum megtal\u00e1lhat\u00f3. Az ir\u00e1ny\u00edt\u00f3sz\u00e1mot sz\u00f3k\u00f6z n\u00e9lk\u00fcl adja meg. Sz\u00f3k\u00f6zt az ir\u00e1ny\u00edt\u00f3sz\u00e1m \u00e9s a helys\u00e9gn\u00e9v elv\u00e1laszt\u00e1s\u00e1ra haszn\u00e1ljon. ]",
"no_zipcode": "K\u00e9rj\u00fck adja meg az ir\u00e1ny\u00edt\u00f3sz\u00e1mot \u00e9s a helys\u00e9get!<\/p><p class=&quot;ohne&quot;>[K\u00e9rj\u00fck, adja meg a tartalomszolg\u00e1ltat\u00f3 ir\u00e1ny\u00edt\u00f3sz\u00e1m\u00e1t \u00e9s a helys\u00e9get, ahol a tartalomszolg\u00e1ltat\u00f3 megtal\u00e1lhat\u00f3. Az ir\u00e1ny\u00edt\u00f3sz\u00e1mot sz\u00f3k\u00f6z n\u00e9lk\u00fcl adja meg. Sz\u00f3k\u00f6zt az ir\u00e1ny\u00edt\u00f3sz\u00e1m \u00e9s a helys\u00e9gn\u00e9v elv\u00e1laszt\u00e1s\u00e1ra haszn\u00e1ljon. ]",
"no_streetname": "Adja meg a pontos c\u00edmet!<\/p><p class=&quot;ohne&quot;>[Fontos, hogy a l\u00e1togat\u00f3k odatal\u00e1ljanak a m\u00fazeumhoz!]",
"museum_image": "A m\u00fazeum, k\u00f6z-, vagy mag\u00e1ngy\u0171jtem\u00e9ny oldal\u00e1nak k\u00e9pes illusztr\u00e1ci\u00f3ja",
"museum_image": "A tartalomszolg\u00e1ltat\u00f3 oldal\u00e1nak k\u00e9pes illusztr\u00e1ci\u00f3ja",
"museum_image_change": "K\u00e9p cser\u00e9je",
"museum_no_image_uploaded": "Nincs k\u00e9p felt\u00f6ltve !",
"upload_image": "K\u00e9p felt\u00f6lt\u00e9se",
"settings_services": "A m\u00fazeum, k\u00f6z-, vagy mag\u00e1ngy\u0171jtem\u00e9ny saj\u00e1t be\u00e1ll\u00edt\u00e1sai \u00e9s szolg\u00e1ltat\u00e1sai",
"settings_services": "A tartalomszolg\u00e1ltat\u00f3 saj\u00e1t be\u00e1ll\u00edt\u00e1sai \u00e9s szolg\u00e1ltat\u00e1sai",
"add_collection": "Gy\u0171jtem\u00e9ny hozz\u00e1ad\u00e1sa",
"collections_added": "Gy\u0171jtem\u00e9ny",
"objectgroups_added": "T\u00e1rgycsoport",
@ -47,26 +47,26 @@
"delete_question": "T\u00f6r\u00f6lni k\u00edv\u00e1nja az int\u00e9zm\u00e9nyt?",
"delete_no": "M\u00e9gsem, vissza",
"delete_yes": "Igen, t\u00f6rl\u00e9s",
"target_image_rights": "A m\u00fazeum oldal\u00e1n l\u00e9v\u0151 k\u00e9p szerz\u0151i jogi besorol\u00e1sa",
"musbild_rights_explica": "A m\u00fazeum oldal\u00e1n tal\u00e1lhat\u00f3 k\u00e9pi illusztr\u00e1ci\u00f3 jogtulajdonos\u00e1ra \u00e9s a k\u00e9p felhaszn\u00e1l\u00e1si jog\u00e1ra vonatkoz\u00f3 inform\u00e1ci\u00f3k ",
"target_image_rights": "A tartalomszolg\u00e1ltat\u00f3 oldal\u00e1n l\u00e9v\u0151 k\u00e9p szerz\u0151i jogi besorol\u00e1sa",
"musbild_rights_explica": "A tartalomszolg\u00e1ltat\u00f3 oldal\u00e1n tal\u00e1lhat\u00f3 k\u00e9pi illusztr\u00e1ci\u00f3 jogtulajdonos\u00e1ra \u00e9s a k\u00e9p felhaszn\u00e1l\u00e1si jog\u00e1ra vonatkoz\u00f3 inform\u00e1ci\u00f3k ",
"location_ns": "T\u00e9rk\u00e9p, sz\u00e9less\u00e9g koordin\u00e1t\u00e1i",
"location_ns_explica": "Az int\u00e9zm\u00e9ny koordin\u00e1t\u00e1ja (sz\u00e9less\u00e9g)",
"location_ns_explica": "A tartalomszolg\u00e1ltat\u00f3 koordin\u00e1t\u00e1ja (sz\u00e9less\u00e9g)",
"location_ow": "T\u00e9rk\u00e9p, hossz\u00fas\u00e1g koordin\u00e1t\u00e1i",
"location_ow_explica": "Az int\u00e9zm\u00e9ny koordin\u00e1t\u00e1ja (hossz\u00fas\u00e1g)",
"location_ow_explica": "A tartalomszolg\u00e1ltat\u00f3 koordin\u00e1t\u00e1ja (hossz\u00fas\u00e1g)",
"location_zoom": "T\u00e9rk\u00e9p, zoom",
"location_zoom_explica": "Zoom be\u00e1ll\u00edt\u00e1sa t\u00e9rk\u00e9pes megjelen\u00edt\u00e9shez",
"museum_has_been_added": "M\u00e9gsem, (Vissza)",
"museum_has_been_edited": "Az \u00faj esem\u00e9ny a k\u00f6vetkez\u0151 vonatkoz\u00e1ssal",
"museum_has_been_deleted": "M\u00e9gse, vissza a t\u00e1rgyhoz",
"museum_add_record": "Adatbevitel m\u00e1s nyelven",
"museumrecord_deleted": "M\u00e1s nyelv\u0171 m\u00fazeumi adatok t\u00f6rl\u00e9se",
"museumrecord_deleted": "M\u00e1s nyelv\u0171 adatok t\u00f6rl\u00e9se",
"museumrecord_visibility_off": "Az alternat\u00edv nyelvi verzi\u00f3 elrejtve",
"museumrecord_visibility_on": "Az alternat\u00edv nyelvi verzi\u00f3 publik\u00e1lva",
"collections": "Gy\u0171jtem\u00e9nyek",
"public": "Publikus",
"add_edit_tour": "V\u00e1ndorki\u00e1ll\u00edt\u00e1s hozz\u00e1ad\u00e1sa \/ szerkeszt\u00e9se",
"tour_tool_headline": "V\u00e1ndorki\u00e1ll\u00edt\u00e1s l\u00e9trehoz\u00e1sa",
"tour_tool_explica": "Ezzel az opci\u00f3val v\u00e1ndorki\u00e1ll\u00edt\u00e1sokat lehet l\u00e9trehozni \u00e9s megjelen\u00edteni. A k\u00fcl\u00f6nb\u00f6z\u0151 k\u00e9pek helysz\u00ednekhez csatlakoznak, amelyekhez kis helysz\u00ednjel\u00f6l\u0151 ikonok, \"hotspot\"-ok rendelhet\u0151k, a k\u00e9p k\u00f6zep\u00e9n tal\u00e1lhat\u00f3 + jellel.",
"add_edit_tour": "Panor\u00e1mafot\u00f3 hozz\u00e1ad\u00e1sa \/ szerkeszt\u00e9se",
"tour_tool_headline": "Panor\u00e1mafot\u00f3 l\u00e9trehoz\u00e1sa",
"tour_tool_explica": "Ezzel az opci\u00f3val panor\u00e1mafot\u00f3kat lehet megjelen\u00edteni. A k\u00fcl\u00f6nb\u00f6z\u0151 k\u00e9pek helysz\u00ednekhez csatlakoznak, amelyekhez kis helysz\u00ednjel\u00f6l\u0151 ikonok, \"hotspot\"-ok rendelhet\u0151k, a k\u00e9p k\u00f6zep\u00e9n tal\u00e1lhat\u00f3 + jellel.",
"scene_data": "Helysz\u00edn adatok",
"sceneHaov": "haov",
"sceneVoav": "vaov",
@ -74,10 +74,10 @@
"hotspot": "Hotspot",
"pitch": "Pitch",
"yaw": "yaw",
"hotspotText": "Text",
"hotspotType": "Type",
"hotspotText": "Sz\u00f6veg",
"hotspotType": "T\u00edpus",
"hotspotURL": "URL-c\u00edm",
"hotspotSceneID": "Scene ID",
"hotspotSceneID": "Felv\u00e9tel ID",
"remove_hotspot": "Hotspot t\u00f6rl\u00e9se",
"options": "Be\u00e1ll\u00edt\u00e1sok",
"add_hotspot": "Hotspot hozz\u00e1ad\u00e1sa",
@ -136,7 +136,7 @@
"public_page": "Honlap",
"minimum_3_characters": "Minimum 3 karakter k\u00f6telez\u0151!",
"all_museums": "Minden m\u00fazeum",
"must_be_float": "Muss ein numerischer Wert sein, ggfs. mit Komma. Z.B. 5,2; 1.20, etc",
"must_be_float": "Sz\u00e1m form\u00e1tum sz\u00fcks\u00e9ges, sz\u00fcks\u00e9g eset\u00e9n vessz\u0151vel elv\u00e1lasztva pl. 5, 4; 1.20 stb.",
"opening_hours_have_been_edited": "A nyitva tart\u00e1s be\u00e1ll\u00edt\u00e1sai mentett\u00fck",
"ticket_prices_have_been_edited": "A jegy\u00e1rak be\u00e1ll\u00edt\u00e1sait mentett\u00fck",
"zip_code": "Ir\u00e1ny\u00edt\u00f3sz\u00e1m",

View File

@ -27,10 +27,10 @@
"internal_link": "Bels\u0151 hivatkoz\u00e1s",
"external_link": "K\u00fcls\u0151 hivatkoz\u00e1s",
"new_collection_hint": "\u00daj gy\u0171jtem\u00e9ny hozz\u00e1ad\u00e1s\u00e1hoz haszn\u00e1ld a fenti men\u00fct",
"no_collection_permission": "Nincs hozz\u00e1f\u00e9r\u00e9se a m\u00fazeum gy\u0171jtem\u00e9nyeihez",
"no_collection_permission": "Nincs hozz\u00e1f\u00e9r\u00e9se a tatralomszolg\u00e1ltat\u00f3 gy\u0171jtem\u00e9nyeihez",
"linkable_collections": "\u00d6sszekapcsolhat\u00f3 gy\u0171jtem\u00e9nyek",
"switch_museum": "M\u00fazeum bekapcsol\u00e1sa",
"select_a_museum": "M\u00fazeum v\u00e1laszt\u00e1sa",
"switch_museum": "Tartalomszolg\u00e1ltat\u00f3 bekapcsol\u00e1sa",
"select_a_museum": "Tartalomszolg\u00e1ltat\u00f3 v\u00e1laszt\u00e1sa",
"links_object_with": "A t\u00e1rgy \u00f6sszek\u00f6t\u00e9se"
}
}

View File

@ -6,7 +6,7 @@
"objects visible": "Publik\u00e1lt t\u00e1rgy",
"collections_total": "Gy\u0171jtem\u00e9ny (\u00f6sszes)",
"collections_nodesc": "le\u00edr\u00e1s n\u00e9lk\u00fcl",
"museums": "M\u00fazeum",
"museums": "Tartalomszolg\u00e1ltat\u00f3",
"museums_noimage": "k\u00e9p n\u00e9lk\u00fcl",
"events": "Esem\u00e9ny",
"timespans": "Id\u0151beli vonatkoz\u00e1s",
@ -18,6 +18,7 @@
"access_to": "Hozz\u00e1f\u00e9r\u00e9s",
"additions": "Gyarapod\u00e1s",
"edits": "Szerkeszt\u00e9sek",
"objects_visible": "Publik\u00e1lt t\u00e1rgy"
"objects_visible": "Publik\u00e1lt t\u00e1rgy",
"18": ""
}
}

View File

@ -12,10 +12,10 @@
"collection_record_show": "A gy\u0171jtem\u00e9nyre vonatkoz\u00f3 tov\u00e1bbi le\u00edr\u00e1s k\u00f6zz\u00e9t\u00e9tele",
"collection_record_delete": "A gy\u0171jtem\u00e9nyre vonatkoz\u00f3 tov\u00e1bbi le\u00edr\u00e1s t\u00f6rl\u00e9se",
"collection_delete_intro": "Val\u00f3ban t\u00f6rli a gy\u0171jtem\u00e9nyre vonatkoz\u00f3 tov\u00e1bbi le\u00edr\u00e1sokat?",
"museum_record_hide": "Az int\u00e9zm\u00e9nyre vonatkoz\u00f3 tov\u00e1bbi le\u00edr\u00e1s elrejt\u00e9se ",
"museum_record_show": "Az int\u00e9zm\u00e9nyre vonatkoz\u00f3 tov\u00e1bbi le\u00edr\u00e1s k\u00f6zz\u00e9t\u00e9tele",
"museum_record_delete": "Az int\u00e9zm\u00e9nyre vonatkoz\u00f3 tov\u00e1bbi le\u00edr\u00e1s t\u00f6rl\u00e9se",
"museum_delete_intro": "Val\u00f3ban t\u00f6rli az int\u00e9zm\u00e9nyre vonatkoz\u00f3 tov\u00e1bbi le\u00edr\u00e1sokat?",
"museum_record_hide": "A tartalomszolg\u00e1ltat\u00f3ra vonatkoz\u00f3 tov\u00e1bbi le\u00edr\u00e1s elrejt\u00e9se ",
"museum_record_show": "A tartalomszolg\u00e1ltat\u00f3ra vonatkoz\u00f3 tov\u00e1bbi le\u00edr\u00e1s k\u00f6zz\u00e9t\u00e9tele",
"museum_record_delete": "A tartalomszolg\u00e1ltat\u00f3ra vonatkoz\u00f3 tov\u00e1bbi le\u00edr\u00e1s t\u00f6rl\u00e9se",
"museum_delete_intro": "Val\u00f3ban t\u00f6rli a tartalomszolg\u00e1ltat\u00f3ra vonatkoz\u00f3 tov\u00e1bbi le\u00edr\u00e1sokat?",
"switched_non-public": "Alternat\u00edv nyelvi verzi\u00f3 elrejtve",
"switched_public": "Alternat\u00edv nyelvi verzi\u00f3 elrejtve",
"add": "Alternat\u00edv nyelvi verzi\u00f3 hozz\u00e1ad\u00e1sa",
@ -24,7 +24,7 @@
"object_deleted": "A t\u00e1rgy alternat\u00edv nyelvi verzi\u00f3j\u00e1nak t\u00f6rl\u00e9se",
"collection_added": "A gy\u0171jtem\u00e9ny alternat\u00edv nyelvi verzi\u00f3ja hozz\u00e1adva",
"collection_edited": "A gy\u0171jtem\u00e9ny alternat\u00edv nyelvi verzi\u00f3ja friss\u00edtve",
"museum_added": "A m\u00fazeum alternat\u00edv nyelvi verzi\u00f3ja hozz\u00e1adva",
"museum_edited": "A m\u00fazeum alternat\u00edv nyelvi verzi\u00f3ja friss\u00edtve"
"museum_added": "A tartalomszolg\u00e1ltat\u00f3 alternat\u00edv nyelvi verzi\u00f3ja hozz\u00e1adva",
"museum_edited": "A tartalomszolg\u00e1ltat\u00f3 alternat\u00edv nyelvi verzi\u00f3ja friss\u00edtve"
}
}

View File

@ -46,11 +46,11 @@
"return_museum_list": "Vissza a m\u00fazeumok list\u00e1j\u00e1hoz",
"return_settings_services": "Vissza a be\u00e1ll\u00edt\u00e1sokhoz \u00e9s adatkinyer\u00e9si lehet\u0151s\u00e9gekhez",
"simple_inputs_no_symbols": "K\u00e9rj\u00fck egyszer\u0171 megnev\u00e9z\u00e9st adjon meg, k\u00fcl\u00f6nb\u00f6z\u0151 jogi szimb\u00f3lumok \u00e9s olyan kit\u00e9telek n\u00e9lk\u00fcl a fot\u00f3s neve el\u0151tt, mint pl. \"a k\u00e9pet fot\u00f3zta\"",
"institution_elsewhere": "Az int\u00e9zm\u00e9ny webes el\u00e9rhet\u0151s\u00e9ge",
"institution_elsewhere": "A tartalomszolg\u00e1ltat\u00f3 webes el\u00e9rhet\u0151s\u00e9ge",
"elsewhere_link_text": "Link sz\u00f6vege",
"elsewhere_link_url": "URL-c\u00edm",
"elsewhere_link_added": "A m\u00fazeum m\u00e1s webes megjelen\u00e9s\u00e9nek linkje",
"elsewhere_link_removed": "A m\u00fazeum m\u00e1s webes megjelen\u00e9s\u00e9nek t\u00f6r\u00f6lt linkje",
"elsewhere_link_added": " A tartalomszolg\u00e1ltat\u00f3 m\u00e1s webes megjelen\u00e9s\u00e9nek linkje",
"elsewhere_link_removed": "A tartalomszolg\u00e1ltat\u00f3 m\u00e1s webes megjelen\u00e9s\u00e9nek t\u00f6r\u00f6lt linkje",
"metadata_rights": "A metaadatokhoz kapcsol\u00f3d\u00f3 jogok:"
}
}

View File

@ -1,15 +1,63 @@
{
"tlSources": {
"add_new_source": "Add new source",
"type": "Type",
"type_explica": "The type of the source.",
"article": "Article",
"inbook": "Article in edited volume",
"book": "Book",
"phdthesis": "PhD thesis",
"electronical": "Electronical",
"misc": "Miscelaneous",
"author_creator": "Author \/ creator",
"author_creator_explica": "The creator of the source. Type a name to select the author or creator. You can add multiple authors \/ creators for a work."
"add_new_source": "\u00daj forr\u00e1sanyag megad\u00e1sa",
"type": "T\u00edpus",
"type_explica": "A forr\u00e1sanyag t\u00edpusa",
"article": "Cikk",
"inbook": "Cikk foly\u00f3iratban",
"book": "K\u00f6nyv",
"phdthesis": "Doktori munka",
"electronical": "Elekrtonikus publik\u00e1ci\u00f3",
"misc": "Egy\u00e9b",
"author_creator": "Szerz\u0151 \/ k\u00f6zrem\u0171k\u00f6d\u0151",
"author_creator_explica": "A forr\u00e1sanyag szerz\u0151je. Irja be a nevet a szerz\u0151 kiv\u00e1laszt\u00e1s\u00e1hoz. Egy forr\u00e1asanyaghoz t\u00f6bb szerz\u0151t \/k\u00f6zrem\u0171k\u00f6d\u0151t is kapcsolhat is ",
"title": "Cim",
"title_explica": "A foorr\u00e1asanyag c\u00edme",
"year": "Megjelen\u00e9s",
"year_explica": "A megjelen\u00e9s \u00e9ve",
"venue": "Venue",
"venue_explica": "The venue the work was published in.<br\/>In the case of an article, this field stands for the volume the article was published in.<br\/>In case of a book, it represents the publisher.",
"pages": "Pages",
"pages_explica": "The page number of the work. In case of an article, this is the page range within the journal or volume. In case of a book, this field is all optional, but can be filled with the total sum of pages.",
"url": "<abbr title=\"Uniform Resource Locator\">URL<\/abbr>",
"url_explica": "A URL representing the work. Usually, the page where it or a digitized version of it can be found.",
"doi": "<abbr title=\"Digital Object Identifier\">DOI<\/abbr>",
"doi_explica": "A DOI representing the source.",
"journal": "Journal",
"publisher": "Publisher",
"institution": "Institution",
"edit_source": "Edit source",
"bibliography": "Bibliography",
"elsewhere": "Elsewhere",
"statements": "Statements",
"added_new_statement": "Added new statement",
"manage_statement": "Manage statement",
"statement": "Statement",
"added_new_link_w_statement": "Added a new link with a statement",
"involvement": "Involvement",
"sources": "Sources",
"add_new_statement": "Add a new statement",
"pos_in_src": "Position in source",
"source": "Source",
"linked_with": "Linked with",
"linked_with_entity": "Entity to link",
"linked_with_involvement": "Involvement of the linked entity",
"added_new_source": "A new source has been added",
"deleted_link_w_statement": "A link with the statement has been deleted",
"deleted_statement": "The statement has been deleted,<br \/>because only one link with it was left.",
"volume": "Volume",
"volume_explica": "The volume of the journal the article was published in.",
"issue": "Issue",
"issue_explica": "The issue of the volume the article was published in.",
"medium": "Medium",
"random_actor": "Random actor",
"random_place": "Random place",
"random_time": "Random time",
"random_tag": "Random tag",
"broader": "Broader",
"narrower": "Narrower",
"involvement_in_statement": "Involvement in the statement",
"entity_of_origin": "Entity of origin",
"entity_target": "Target entity"
}
}

View File

@ -10,13 +10,13 @@
"engl": "N\u00e9v angol ford\u00edt\u00e1sa",
"annotation": "Komment",
"add_new_annotation": "\u00daj komment hozz\u00e1ad\u00e1sa",
"equivalents": "Equivalent",
"synonyms": "Synonyms",
"related_terms": "Related terms",
"broader": "Broader",
"narrower": "Narrower",
"generic": "Generic",
"instance_of": "Instance of",
"equivalents": "Megegyez\u0151",
"synonyms": "Szinonima",
"related_terms": "Hasonl\u00f3 kifejelz\u00e9s",
"broader": "\u00c1ltal\u00e1nosabb",
"narrower": "Specifikusabb",
"generic": "\u00c1ltal\u00e1nos",
"instance_of": "p\u00e9ld\u00e1ul",
"partitive": "Partitive"
}
}

View File

@ -106,7 +106,7 @@
"user_role_explica": "A hozz\u00e1f\u00e9r\u00e9si jogosults\u00e1g meghat\u00e1rozza, hogy milyen szerkeszt\u00e9si jogosults\u00e1ggal rendelkezik a felhaszn\u00e1l\u00f3. B\u0151vebb inform\u00e1ci\u00f3t err\u0151l a jogosults\u00e1gokr\u00f3l sz\u00f3l\u00f3 t\u00e1j\u00e9koztat\u00f3ban tal\u00e1l.",
"user_institution_explica": "Minden felhaszn\u00e1l\u00f3hoz rendelni kell egy int\u00e9zm\u00e9nyt. Ez al\u00f3l a rendszeradminsztr\u00e1tor sem kiv\u00e9tel.",
"user_about_explica": "Mondj valamit magadr\u00f3l! Ez a le\u00edr\u00e1s megjelenik a profilodon, ha l\u00e1that\u00f3v\u00e1 teszed m\u00e1s M\u00fazeumDigit\u00e1r felhaszn\u00e1l\u00f3k sz\u00e1m\u00e1ra",
"public_pgp_key_explica": "In this field, a public PGP key can be entered. If this is done, future mails will be sent encrypted to you.",
"public_pgp_key_explica": "A PGP kulcs megad\u00e1sa ut\u00e1n az emaileket titkos\u00edtva fogja megkapni",
"two_factor_authentication": "K\u00e9tszint\u0171 hiteles\u00edt\u00e9s",
"via_mail": "Email-en kereszt\u00fcl",
"2fa_explica": "K\u00e9tszint\u0171 hiteles\u00edt\u00e9s enged\u00e9lyez\u00e9se. Ehhez csak email-c\u00edm haszn\u00e1lhat\u00f3. Ha a bejelentkez\u00e9shez sz\u00fcks\u00e9ges adatokat megadta, email-en kereszt\u00fcl kap egy meger\u0151s\u00edt\u00e9st k\u00e9r\u0151 \u00fczenetet, amivel be tud l\u00e9pni. Alapesetben a kett\u0151s autentik\u00e1ci\u00f3 nem enged\u00e9lyezett",

View File

@ -47,6 +47,8 @@
"added": "A new actor has been added.",
"edited": "Information on this actor has been updated.",
"annotation": "Annotation",
"add_new_annotation": "Add a new annotation:"
"add_new_annotation": "Add a new annotation:",
"description_too_short": "The description is too short. Minimum: 10 characters.",
"no_description": "The description is missing."
}
}

View File

@ -1,6 +1,6 @@
{
"tlSources": {
"add_new_source": "Add new source",
"add_new_source": "Add a new source",
"type": "Type",
"type_explica": "The type of the source.",
"article": "Article",
@ -10,6 +10,54 @@
"electronical": "Electronical",
"misc": "Miscelaneous",
"author_creator": "Author \/ creator",
"author_creator_explica": "The creator of the source. Type a name to select the author or creator. You can add multiple authors \/ creators for a work."
"author_creator_explica": "The creator of the source. Type a name to select the author or creator. You can add multiple authors \/ creators for a work.",
"title": "Title",
"title_explica": "Title of the source.",
"year": "Year",
"year_explica": "Year the work was published.",
"venue": "Venue",
"venue_explica": "The venue the work was published in.<br\/>In the case of an article, this field stands for the volume the article was published in.<br\/>In case of a book, it represents the publisher.",
"pages": "Pages",
"pages_explica": "The page number of the work. In case of an article, this is the page range within the journal or volume. In case of a book, this field is all optional, but can be filled with the total sum of pages.",
"url": "<abbr title=\"Uniform Resource Locator\">URL<\/abbr>",
"url_explica": "A URL representing the work. Usually, the page where it or a digitized version of it can be found.",
"doi": "<abbr title=\"Digital Object Identifier\">DOI<\/abbr>",
"doi_explica": "A DOI representing the source.",
"journal": "Journal",
"publisher": "Publisher",
"institution": "Institution",
"edit_source": "Edit source",
"bibliography": "Bibliography",
"elsewhere": "Elsewhere",
"statements": "Statements",
"added_new_statement": "Added new statement",
"manage_statement": "Manage statement",
"statement": "Statement",
"added_new_link_w_statement": "Added a new link with a statement",
"involvement": "Involvement",
"sources": "Sources",
"add_new_statement": "Add a new statement",
"pos_in_src": "Position in source",
"source": "Source",
"linked_with": "Linked with",
"linked_with_entity": "Entity to link",
"linked_with_involvement": "Involvement of the linked entity",
"added_new_source": "A new source has been added",
"deleted_link_w_statement": "A link with the statement has been deleted",
"deleted_statement": "The statement has been deleted,<br \/>because only one link with it was left.",
"volume": "Volume",
"volume_explica": "The volume of the journal the article was published in.",
"issue": "Issue",
"issue_explica": "The issue of the volume the article was published in.",
"medium": "Medium",
"random_actor": "Random actor",
"random_place": "Random place",
"random_time": "Random time",
"random_tag": "Random tag",
"broader": "Broader",
"narrower": "Narrower",
"involvement_in_statement": "Involvement in the statement",
"entity_of_origin": "Entity of origin",
"entity_target": "Target entity"
}
}

View File

@ -47,6 +47,8 @@
"added": "A new actor has been added.",
"edited": "Information on this actor has been updated.",
"annotation": "Annotation",
"add_new_annotation": "Add a new annotation:"
"add_new_annotation": "Add a new annotation:",
"description_too_short": "The description is too short. Minimum: 10 characters.",
"no_description": "The description is missing."
}
}

View File

@ -1,6 +1,6 @@
{
"tlSources": {
"add_new_source": "Add new source",
"add_new_source": "Add a new source",
"type": "Type",
"type_explica": "The type of the source.",
"article": "Article",
@ -10,6 +10,54 @@
"electronical": "Electronical",
"misc": "Miscelaneous",
"author_creator": "Author \/ creator",
"author_creator_explica": "The creator of the source. Type a name to select the author or creator. You can add multiple authors \/ creators for a work."
"author_creator_explica": "The creator of the source. Type a name to select the author or creator. You can add multiple authors \/ creators for a work.",
"title": "Title",
"title_explica": "Title of the source.",
"year": "Year",
"year_explica": "Year the work was published.",
"venue": "Venue",
"venue_explica": "The venue the work was published in.<br\/>In the case of an article, this field stands for the volume the article was published in.<br\/>In case of a book, it represents the publisher.",
"pages": "Pages",
"pages_explica": "The page number of the work. In case of an article, this is the page range within the journal or volume. In case of a book, this field is all optional, but can be filled with the total sum of pages.",
"url": "<abbr title=\"Uniform Resource Locator\">URL<\/abbr>",
"url_explica": "A URL representing the work. Usually, the page where it or a digitized version of it can be found.",
"doi": "<abbr title=\"Digital Object Identifier\">DOI<\/abbr>",
"doi_explica": "A DOI representing the source.",
"journal": "Journal",
"publisher": "Publisher",
"institution": "Institution",
"edit_source": "Edit source",
"bibliography": "Bibliography",
"elsewhere": "Elsewhere",
"statements": "Statements",
"added_new_statement": "Added new statement",
"manage_statement": "Manage statement",
"statement": "Statement",
"added_new_link_w_statement": "Added a new link with a statement",
"involvement": "Involvement",
"sources": "Sources",
"add_new_statement": "Add a new statement",
"pos_in_src": "Position in source",
"source": "Source",
"linked_with": "Linked with",
"linked_with_entity": "Entity to link",
"linked_with_involvement": "Involvement of the linked entity",
"added_new_source": "A new source has been added",
"deleted_link_w_statement": "A link with the statement has been deleted",
"deleted_statement": "The statement has been deleted,<br \/>because only one link with it was left.",
"volume": "Volume",
"volume_explica": "The volume of the journal the article was published in.",
"issue": "Issue",
"issue_explica": "The issue of the volume the article was published in.",
"medium": "Medium",
"random_actor": "Random actor",
"random_place": "Random place",
"random_time": "Random time",
"random_tag": "Random tag",
"broader": "Broader",
"narrower": "Narrower",
"involvement_in_statement": "Involvement in the statement",
"entity_of_origin": "Entity of origin",
"entity_target": "Target entity"
}
}

View File

@ -47,6 +47,8 @@
"added": "A new actor has been added.",
"edited": "Information on this actor has been updated.",
"annotation": "Annotation",
"add_new_annotation": "Add a new annotation:"
"add_new_annotation": "Add a new annotation:",
"description_too_short": "The description is too short. Minimum: 10 characters.",
"no_description": "The description is missing."
}
}

View File

@ -1,6 +1,6 @@
{
"tlSources": {
"add_new_source": "Add new source",
"add_new_source": "Add a new source",
"type": "Type",
"type_explica": "The type of the source.",
"article": "Article",
@ -10,6 +10,54 @@
"electronical": "Electronical",
"misc": "Miscelaneous",
"author_creator": "Author \/ creator",
"author_creator_explica": "The creator of the source. Type a name to select the author or creator. You can add multiple authors \/ creators for a work."
"author_creator_explica": "The creator of the source. Type a name to select the author or creator. You can add multiple authors \/ creators for a work.",
"title": "Title",
"title_explica": "Title of the source.",
"year": "Year",
"year_explica": "Year the work was published.",
"venue": "Venue",
"venue_explica": "The venue the work was published in.<br\/>In the case of an article, this field stands for the volume the article was published in.<br\/>In case of a book, it represents the publisher.",
"pages": "Pages",
"pages_explica": "The page number of the work. In case of an article, this is the page range within the journal or volume. In case of a book, this field is all optional, but can be filled with the total sum of pages.",
"url": "<abbr title=\"Uniform Resource Locator\">URL<\/abbr>",
"url_explica": "A URL representing the work. Usually, the page where it or a digitized version of it can be found.",
"doi": "<abbr title=\"Digital Object Identifier\">DOI<\/abbr>",
"doi_explica": "A DOI representing the source.",
"journal": "Journal",
"publisher": "Publisher",
"institution": "Institution",
"edit_source": "Edit source",
"bibliography": "Bibliography",
"elsewhere": "Elsewhere",
"statements": "Statements",
"added_new_statement": "Added new statement",
"manage_statement": "Manage statement",
"statement": "Statement",
"added_new_link_w_statement": "Added a new link with a statement",
"involvement": "Involvement",
"sources": "Sources",
"add_new_statement": "Add a new statement",
"pos_in_src": "Position in source",
"source": "Source",
"linked_with": "Linked with",
"linked_with_entity": "Entity to link",
"linked_with_involvement": "Involvement of the linked entity",
"added_new_source": "A new source has been added",
"deleted_link_w_statement": "A link with the statement has been deleted",
"deleted_statement": "The statement has been deleted,<br \/>because only one link with it was left.",
"volume": "Volume",
"volume_explica": "The volume of the journal the article was published in.",
"issue": "Issue",
"issue_explica": "The issue of the volume the article was published in.",
"medium": "Medium",
"random_actor": "Random actor",
"random_place": "Random place",
"random_time": "Random time",
"random_tag": "Random tag",
"broader": "Broader",
"narrower": "Narrower",
"involvement_in_statement": "Involvement in the statement",
"entity_of_origin": "Entity of origin",
"entity_target": "Target entity"
}
}

View File

@ -47,6 +47,8 @@
"added": "A new actor has been added.",
"edited": "Information on this actor has been updated.",
"annotation": "Annotation",
"add_new_annotation": "Add a new annotation:"
"add_new_annotation": "Add a new annotation:",
"description_too_short": "The description is too short. Minimum: 10 characters.",
"no_description": "The description is missing."
}
}

View File

@ -1,6 +1,6 @@
{
"tlSources": {
"add_new_source": "Add new source",
"add_new_source": "Add a new source",
"type": "Type",
"type_explica": "The type of the source.",
"article": "Article",
@ -10,6 +10,54 @@
"electronical": "Electronical",
"misc": "Miscelaneous",
"author_creator": "Author \/ creator",
"author_creator_explica": "The creator of the source. Type a name to select the author or creator. You can add multiple authors \/ creators for a work."
"author_creator_explica": "The creator of the source. Type a name to select the author or creator. You can add multiple authors \/ creators for a work.",
"title": "Title",
"title_explica": "Title of the source.",
"year": "Year",
"year_explica": "Year the work was published.",
"venue": "Venue",
"venue_explica": "The venue the work was published in.<br\/>In the case of an article, this field stands for the volume the article was published in.<br\/>In case of a book, it represents the publisher.",
"pages": "Pages",
"pages_explica": "The page number of the work. In case of an article, this is the page range within the journal or volume. In case of a book, this field is all optional, but can be filled with the total sum of pages.",
"url": "<abbr title=\"Uniform Resource Locator\">URL<\/abbr>",
"url_explica": "A URL representing the work. Usually, the page where it or a digitized version of it can be found.",
"doi": "<abbr title=\"Digital Object Identifier\">DOI<\/abbr>",
"doi_explica": "A DOI representing the source.",
"journal": "Journal",
"publisher": "Publisher",
"institution": "Institution",
"edit_source": "Edit source",
"bibliography": "Bibliography",
"elsewhere": "Elsewhere",
"statements": "Statements",
"added_new_statement": "Added new statement",
"manage_statement": "Manage statement",
"statement": "Statement",
"added_new_link_w_statement": "Added a new link with a statement",
"involvement": "Involvement",
"sources": "Sources",
"add_new_statement": "Add a new statement",
"pos_in_src": "Position in source",
"source": "Source",
"linked_with": "Linked with",
"linked_with_entity": "Entity to link",
"linked_with_involvement": "Involvement of the linked entity",
"added_new_source": "A new source has been added",
"deleted_link_w_statement": "A link with the statement has been deleted",
"deleted_statement": "The statement has been deleted,<br \/>because only one link with it was left.",
"volume": "Volume",
"volume_explica": "The volume of the journal the article was published in.",
"issue": "Issue",
"issue_explica": "The issue of the volume the article was published in.",
"medium": "Medium",
"random_actor": "Random actor",
"random_place": "Random place",
"random_time": "Random time",
"random_tag": "Random tag",
"broader": "Broader",
"narrower": "Narrower",
"involvement_in_statement": "Involvement in the statement",
"entity_of_origin": "Entity of origin",
"entity_target": "Target entity"
}
}

View File

@ -47,6 +47,8 @@
"added": "A new actor has been added.",
"edited": "Information on this actor has been updated.",
"annotation": "Annotation",
"add_new_annotation": "Add a new annotation:"
"add_new_annotation": "Add a new annotation:",
"description_too_short": "The description is too short. Minimum: 10 characters.",
"no_description": "The description is missing."
}
}

View File

@ -1,6 +1,6 @@
{
"tlSources": {
"add_new_source": "Add new source",
"add_new_source": "Add a new source",
"type": "Type",
"type_explica": "The type of the source.",
"article": "Article",
@ -10,6 +10,54 @@
"electronical": "Electronical",
"misc": "Miscelaneous",
"author_creator": "Author \/ creator",
"author_creator_explica": "The creator of the source. Type a name to select the author or creator. You can add multiple authors \/ creators for a work."
"author_creator_explica": "The creator of the source. Type a name to select the author or creator. You can add multiple authors \/ creators for a work.",
"title": "Title",
"title_explica": "Title of the source.",
"year": "Year",
"year_explica": "Year the work was published.",
"venue": "Venue",
"venue_explica": "The venue the work was published in.<br\/>In the case of an article, this field stands for the volume the article was published in.<br\/>In case of a book, it represents the publisher.",
"pages": "Pages",
"pages_explica": "The page number of the work. In case of an article, this is the page range within the journal or volume. In case of a book, this field is all optional, but can be filled with the total sum of pages.",
"url": "<abbr title=\"Uniform Resource Locator\">URL<\/abbr>",
"url_explica": "A URL representing the work. Usually, the page where it or a digitized version of it can be found.",
"doi": "<abbr title=\"Digital Object Identifier\">DOI<\/abbr>",
"doi_explica": "A DOI representing the source.",
"journal": "Journal",
"publisher": "Publisher",
"institution": "Institution",
"edit_source": "Edit source",
"bibliography": "Bibliography",
"elsewhere": "Elsewhere",
"statements": "Statements",
"added_new_statement": "Added new statement",
"manage_statement": "Manage statement",
"statement": "Statement",
"added_new_link_w_statement": "Added a new link with a statement",
"involvement": "Involvement",
"sources": "Sources",
"add_new_statement": "Add a new statement",
"pos_in_src": "Position in source",
"source": "Source",
"linked_with": "Linked with",
"linked_with_entity": "Entity to link",
"linked_with_involvement": "Involvement of the linked entity",
"added_new_source": "A new source has been added",
"deleted_link_w_statement": "A link with the statement has been deleted",
"deleted_statement": "The statement has been deleted,<br \/>because only one link with it was left.",
"volume": "Volume",
"volume_explica": "The volume of the journal the article was published in.",
"issue": "Issue",
"issue_explica": "The issue of the volume the article was published in.",
"medium": "Medium",
"random_actor": "Random actor",
"random_place": "Random place",
"random_time": "Random time",
"random_tag": "Random tag",
"broader": "Broader",
"narrower": "Narrower",
"involvement_in_statement": "Involvement in the statement",
"entity_of_origin": "Entity of origin",
"entity_target": "Target entity"
}
}

View File

@ -47,6 +47,8 @@
"added": "A new actor has been added.",
"edited": "Information on this actor has been updated.",
"annotation": "Annotation",
"add_new_annotation": "Add a new annotation:"
"add_new_annotation": "Add a new annotation:",
"description_too_short": "The description is too short. Minimum: 10 characters.",
"no_description": "The description is missing."
}
}

View File

@ -1,6 +1,6 @@
{
"tlSources": {
"add_new_source": "Add new source",
"add_new_source": "Add a new source",
"type": "Type",
"type_explica": "The type of the source.",
"article": "Article",
@ -10,6 +10,54 @@
"electronical": "Electronical",
"misc": "Miscelaneous",
"author_creator": "Author \/ creator",
"author_creator_explica": "The creator of the source. Type a name to select the author or creator. You can add multiple authors \/ creators for a work."
"author_creator_explica": "The creator of the source. Type a name to select the author or creator. You can add multiple authors \/ creators for a work.",
"title": "Title",
"title_explica": "Title of the source.",
"year": "Year",
"year_explica": "Year the work was published.",
"venue": "Venue",
"venue_explica": "The venue the work was published in.<br\/>In the case of an article, this field stands for the volume the article was published in.<br\/>In case of a book, it represents the publisher.",
"pages": "Pages",
"pages_explica": "The page number of the work. In case of an article, this is the page range within the journal or volume. In case of a book, this field is all optional, but can be filled with the total sum of pages.",
"url": "<abbr title=\"Uniform Resource Locator\">URL<\/abbr>",
"url_explica": "A URL representing the work. Usually, the page where it or a digitized version of it can be found.",
"doi": "<abbr title=\"Digital Object Identifier\">DOI<\/abbr>",
"doi_explica": "A DOI representing the source.",
"journal": "Journal",
"publisher": "Publisher",
"institution": "Institution",
"edit_source": "Edit source",
"bibliography": "Bibliography",
"elsewhere": "Elsewhere",
"statements": "Statements",
"added_new_statement": "Added new statement",
"manage_statement": "Manage statement",
"statement": "Statement",
"added_new_link_w_statement": "Added a new link with a statement",
"involvement": "Involvement",
"sources": "Sources",
"add_new_statement": "Add a new statement",
"pos_in_src": "Position in source",
"source": "Source",
"linked_with": "Linked with",
"linked_with_entity": "Entity to link",
"linked_with_involvement": "Involvement of the linked entity",
"added_new_source": "A new source has been added",
"deleted_link_w_statement": "A link with the statement has been deleted",
"deleted_statement": "The statement has been deleted,<br \/>because only one link with it was left.",
"volume": "Volume",
"volume_explica": "The volume of the journal the article was published in.",
"issue": "Issue",
"issue_explica": "The issue of the volume the article was published in.",
"medium": "Medium",
"random_actor": "Random actor",
"random_place": "Random place",
"random_time": "Random time",
"random_tag": "Random tag",
"broader": "Broader",
"narrower": "Narrower",
"involvement_in_statement": "Involvement in the statement",
"entity_of_origin": "Entity of origin",
"entity_target": "Target entity"
}
}

View File

@ -67,6 +67,11 @@
"search_mode_liste": "List view",
"search_mode_browse": "Browse mode",
"search_results_by_museum": "Search results by museum",
"calculate_distance": "Calculate distance"
"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"
}
}

View File

@ -9,6 +9,12 @@
"relation_to_places": "\u0639\u0644\u0627\u0642\u0627\u062a \u0644\u0644\u0627\u0645\u0643\u0646\u0629 ",
"relation_to_places_show": "\u0627\u0638\u0647\u0627\u0631 \u0627\u0644\u0639\u0644\u0627\u0642\u0627\u062a \u0644\u0644\u0627\u0645\u0643\u0646\u0629 ",
"relation_to_times": "\u0639\u0644\u0627\u0642\u0627\u062a \u0644\u0644\u0641\u062a\u0631\u0627\u062a \u0627\u0644\u0632\u0645\u0646\u064a\u0629 ",
"relation_to_times_show": "\u0627\u0638\u0647\u0627\u0631 \u0627\u0644\u0639\u0644\u0627\u0642\u0627\u062a \u0644\u0644\u0641\u062a\u0631\u0627\u062a \u0627\u0644\u0632\u0645\u0646\u064a\u0629"
"relation_to_times_show": "\u0627\u0638\u0647\u0627\u0631 \u0627\u0644\u0639\u0644\u0627\u0642\u0627\u062a \u0644\u0644\u0641\u062a\u0631\u0627\u062a \u0627\u0644\u0632\u0645\u0646\u064a\u0629",
"bibliography": "Bibliography",
"bibliography_about": "Bibliography (about)",
"background": "Background",
"biography": "Biography",
"what_we_know": "What we know",
"objects_and_visualizations": "Objects and visualizations"
}
}

View File

@ -67,6 +67,11 @@
"search_mode_liste": "Listenansicht",
"search_mode_browse": "Durchbl\u00e4ttern",
"search_results_by_museum": "Suchergebnisse nach Museum",
"calculate_distance": "Distanz berechnen"
"calculate_distance": "Distanz berechnen",
"time_filter_from": "Zeit-Filter (von)",
"time_filter_end": "Zeit-Filter (bis)",
"include_indirect_links": "Auch indirekte Verkn\u00fcpfungen anzeigen",
"include_direct_links": "Auf direkt Verkn\u00fcpfte Orte beschr\u00e4nken",
"hide_biographical_markers": "Biographische Marker verstecken"
}
}

View File

@ -9,6 +9,12 @@
"relation_to_places": "Beziehungen zu Orten",
"relation_to_places_show": "Beziehungen zu Orten anzeigen",
"relation_to_times": "Beziehungen zu Zeiten",
"relation_to_times_show": "Beziehungen zu Zeiten anzeigen"
"relation_to_times_show": "Beziehungen zu Zeiten anzeigen",
"bibliography": "Literatur (von)",
"bibliography_about": "Quellen & Erw\u00e4hnungen",
"background": "Hintergrund",
"biography": "Werdegang",
"what_we_know": "Was wir wissen ...",
"objects_and_visualizations": "Objekte und Visualisierungen"
}
}

View File

@ -67,6 +67,11 @@
"search_mode_liste": "List view",
"search_mode_browse": "Browse mode",
"search_results_by_museum": "Search results by museum",
"calculate_distance": "Calculate distance"
"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"
}
}

View File

@ -9,6 +9,12 @@
"relation_to_places": "Relations to places",
"relation_to_places_show": "Show relations to places",
"relation_to_times": "Relations to time periods",
"relation_to_times_show": "Show relations to time periods"
"relation_to_times_show": "Show relations to time periods",
"bibliography": "Bibliography",
"bibliography_about": "Bibliography (about)",
"background": "Background",
"biography": "Biography",
"what_we_know": "What we know",
"objects_and_visualizations": "Objects and visualizations"
}
}

View File

@ -67,6 +67,11 @@
"search_mode_liste": "List view",
"search_mode_browse": "Browse mode",
"search_results_by_museum": "Search results by museum",
"calculate_distance": "Calculate distance"
"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"
}
}

View File

@ -9,6 +9,12 @@
"relation_to_places": "Relations to places",
"relation_to_places_show": "Show relations to places",
"relation_to_times": "Relations to timespans",
"relation_to_times_show": "Show relations to timespans"
"relation_to_times_show": "Show relations to timespans",
"bibliography": "Bibliography",
"bibliography_about": "Bibliography (about)",
"background": "Background",
"biography": "Biography",
"what_we_know": "What we know",
"objects_and_visualizations": "Objects and visualizations"
}
}

View File

@ -1,7 +1,7 @@
{
"tlAppointments": {
"appointments": "Esem\u00e9nyek",
"appointments_intro": "Itt m\u00fazeumi esem\u00e9nyekr\u0151l, rendezv\u00e9nyekr\u0151l t\u00e1j\u00e9koz\u00f3dhat",
"appointments_intro": "Itt a partnerint\u00e9zm\u00e9nyek esem\u00e9nyeir\u0151l, rendezv\u00e9nyeir\u0151l t\u00e1j\u00e9koz\u00f3dhat",
"calendar": "Napt\u00e1r",
"complete_list": "Teljes lista",
"subscribe_rss": "RSS feliratkoz\u00e1s",
@ -12,8 +12,8 @@
"upcoming": "Tervezett",
"about_the_appointment": "Az esem\u00e9ny le\u00edr\u00e1sa",
"export_calendar_entry": "Napt\u00e1rbejegyz\u00e9s expot\u00e1l\u00e1sa",
"images": "Images",
"url_web": "Website of the event",
"export_for_calendar": "Export for calendar"
"images": "K\u00e9pek",
"url_web": "Az esem\u00e9ny weboldala",
"export_for_calendar": "Export a napt\u00e1rba"
}
}

View File

@ -1,19 +1,19 @@
{
"tlArticles": {
"add_edit_article": "Add \/ Edit Article",
"articles_edit_description": "On this page you can add or edit articles.",
"article_title": "Titlee",
"article_abstract": "Abstract",
"article_content": "Article content",
"license": "License",
"added": "Added",
"published": "Published",
"updated": "Updated",
"about": "About",
"draft": "Draft",
"metadata": "Metadata",
"options": "Options",
"citation_options": "Citation options",
"add_edit_article": "Cikk hozz\u00e1ad\u00e1sa \/szerkeszt\u00e9se",
"articles_edit_description": "Ezen az oldalon hozz\u00e1adhat, vagy szerkeszthet egy cikket",
"article_title": "C\u00edm",
"article_abstract": "\u00d6sszefoglal\u00f3",
"article_content": "A cikk \u00f6sszefoglal\u00f3ja",
"license": "Licenc",
"added": "Hozz\u00e1adva",
"published": "Publik\u00e1lva",
"updated": "Friss\u00edtve",
"about": "T\u00e9ma",
"draft": "V\u00e1zlat",
"metadata": "Metaadat",
"options": "Opci\u00f3k",
"citation_options": "Id\u00e9z\u00e9si opci\u00f3k",
"table_of_contents": "Table of contents",
"referenced_objects": "Referenced objects",
"bibliography": "Bibliography",

View File

@ -1,8 +1,8 @@
{
"basis": {
"title_museums": "A csatlakozott m\u00fazeumok",
"title_collections": "A csatlakozott m\u00fazeumok gy\u0171jtem\u00e9nyei",
"title_objects": "A csatlakozott m\u00fazeumok t\u00e1rgyai",
"title_museums": "A csatlakozott tartalomszolg\u00e1ltat\u00f3k",
"title_collections": "A csatlakozott tartalomszolg\u00e1ltat\u00f3k gy\u0171jtem\u00e9nyei",
"title_objects": "A csatlakozott tartalomszolg\u00e1ltat\u00f3k t\u00e1rgyai",
"title_advanced_search": "T\u00e1rgyak \u00f6sszetett keres\u00e9se",
"title_contact": "Kapcsolat",
"title_objects_at_map": "A t\u00e1rgyak elhelyezked\u00e9se",
@ -17,7 +17,7 @@
"page_museumshowobject": "Az \u00f6sszes t\u00e1rgy megjelen\u00edt\u00e9se",
"page_museumshowobjects": "Az \u00f6sszes t\u00e1rgy megjelen\u00edt\u00e9se",
"collections": "Gy\u0171jtem\u00e9ny",
"museums": "M\u00fazeum",
"museums": "Tartalomszolg\u00e1ltat\u00f3k",
"statistics": "Statisztika",
"statistics_explica": "Az elm\u00fat 30 nap statisztikai adatainak megjelen\u00edt\u00e9se",
"objects_related_to": "Hasonl\u00f3 t\u00e1rgyak",
@ -28,7 +28,7 @@
"something_else": "K\u00e9rj\u00fck, adjon meg egy m\u00e1sik keres\u0151sz\u00f3t!",
"object_group": "T\u00e1rgycsoport",
"search_object": "T\u00e1rgy keres\u00e9se",
"search_museum": "Int\u00e9zm\u00e9ny keres\u00e9se ",
"search_museum": "Tartalomszolg\u00e1ltat\u00f3 keres\u00e9se ",
"search_collection": "Gy\u0171jtem\u00e9ny keres\u00e9se",
"close": "Bez\u00e1r\u00e1s",
"search_capital": "Keres\u00e9s",
@ -43,11 +43,11 @@
"for_example": "P\u00e9lda",
"exhibitions": "Ki\u00e1ll\u00edt\u00e1sok",
"tag_cloud": "Kulcssz\u00f3 felh\u0151",
"sitemap": "Sitemap",
"page": "Page",
"sitemap": "Oldalt\u00e9rk\u00e9p",
"page": "Oldal",
"image_search": "K\u00e9pkeres\u0151",
"read_more": "Read more",
"more": "More",
"graph_view": "Graph view"
"read_more": "Tov\u00e1bb olvasom",
"more": "Tov\u00e1bb",
"graph_view": "Gr\u00e1f n\u00e9zet"
}
}

View File

@ -5,6 +5,6 @@
"list_example": "... n\u00e9h\u00e1ny p\u00e9lda ...",
"list_show_objects": "az \u00f6sszes t\u00e1rgy megjelen\u00edt\u00e9se",
"list_search_collection": "keres\u00e9s",
"page_collection_description": "On this page, you can find a list of all collections of the museums participating on this instance of museum-digital."
"page_collection_description": "Ezen az oldalon az \u00f6sszes csatlkozott tartlomszolg\u00e1ltat\u00f3 gy\u0171jtem\u00e9nyei l\u00e1that\u00f3k"
}
}

View File

@ -1,9 +1,9 @@
{
"contact": {
"page_title": "Kapcsolat ...",
"page_intro": "A museum-digital rendszer m\u00fazeumok \u00e9s m\u00fazeumi szervezetek egy\u00fcttm\u0171k\u00f6d\u00e9se r\u00e9v\u00e9n j\u00f6tt l\u00e9tre.",
"page_intro": "A museum-digital rendszer k\u00fcl\u00f6nb\u00f6z\u0151 tartalomszolg\u00e1ltat\u00f3k (m\u00fazeumok, arch\u00edvumok, alap\u00edtv\u00e1nyok \u00e9s mag\u00e1ngy\u0171jt\u0151k) egy\u00fcttm\u0171k\u00f6d\u00e9se r\u00e9v\u00e9n j\u00f6tt l\u00e9tre.",
"page_questions_to": "El\u00e9rhet\u0151s\u00e9g",
"page_museums": "Amennyiben k\u00e9rd\u00e9sei lenn\u00e9nek a gy\u0171jtem\u00e9nyekkel, vagy az egyes t\u00e1rgyakkal kapcsolatban, k\u00e9rj\u00fck, forduljon bizalommal az azok\u00e9rt felel\u0151s m\u00fazeumokhoz\/int\u00e9zm\u00e9nyekhez. T\u00e1rgyak k\u00e9pi, vagy egy\u00e9b illusztr\u00e1ci\u00f3inak felhaszn\u00e1l\u00e1s\u00e1val kapcsolatos szerz\u0151i jogi k\u00e9rd\u00e9sekben kiz\u00e1r\u00f3lag a tartalom gazd\u00e1i, teh\u00e1t a tartalomszolg\u00e1ltat\u00f3 m\u00fazeumok\/int\u00e9zm\u00e9nyek tudnak felvil\u00e1gos\u00edt\u00e1st adni.",
"page_museums": "Amennyiben k\u00e9rd\u00e9sei lenn\u00e9nek a gy\u0171jtem\u00e9nyekkel, vagy az egyes t\u00e1rgyakkal kapcsolatban, k\u00e9rj\u00fck, forduljon bizalommal az azok\u00e9rt felel\u0151s tartalomszolg\u00e1ltat\u00f3hoz. T\u00e1rgyak k\u00e9pi, vagy egy\u00e9b illusztr\u00e1ci\u00f3inak felhaszn\u00e1l\u00e1s\u00e1val kapcsolatos szerz\u0151i jogi k\u00e9rd\u00e9sekben kiz\u00e1r\u00f3lag a tartalom gazd\u00e1i, teh\u00e1t a tartalomszolg\u00e1ltat\u00f3k tudnak felvil\u00e1gos\u00edt\u00e1st adni.",
"contact_person_for": "Kapcsolat a k\u00f6vetkez\u0151 t\u00e9m\u00e1ban:",
"email": "E-mail"
}

View File

@ -1,7 +1,7 @@
{
"tlExhibitions": {
"exhibitions": "Ki\u00e1ll\u00edt\u00e1sok",
"exhibitions_intro": "Ezen az oldalon megtekintheti a M\u00fazeumDigit\u00e1r rendszert haszn\u00e1l\u00f3, a m\u00fazeumok \u00e1ltal megadott adatok alapj\u00e1n k\u00e9sz\u00fclt ki\u00e1ll\u00edt\u00e1snapt\u00e1rt. A napt\u00e1rban szerepl\u0151 ikonokra kattintva r\u00e9szletesen t\u00e1j\u00e9koz\u00f3dhat a ki\u00e1ll\u00edt\u00e1sokr\u00f3l. Az oldal jobb oldal\u00e1n szerepl\u0151 sz\u0171r\u0151 seg\u00edts\u00e9g\u00e9vel a ki\u00e1ll\u00edt\u00e1s helysz\u00edne szerint kereshet r\u00e1 az esem\u00e9nyekre. Az \"Teljes lista\" ikonra kattintva pedig az \u00f6sszes ki\u00e1ll\u00edt\u00e1st l\u00e1thatja lista n\u00e9zetben. ",
"exhibitions_intro": "Ezen az oldalon megtekintheti a M\u00fazeumDigit\u00e1r rendszert haszn\u00e1l\u00f3 partnerint\u00e9zm\u00e9nyek \u00e1ltal megadott adatok alapj\u00e1n k\u00e9sz\u00fclt ki\u00e1ll\u00edt\u00e1snapt\u00e1rt. A napt\u00e1rban szerepl\u0151 ikonokra kattintva r\u00e9szletesen t\u00e1j\u00e9koz\u00f3dhat a ki\u00e1ll\u00edt\u00e1sokr\u00f3l. Az oldal jobb oldal\u00e1n szerepl\u0151 sz\u0171r\u0151 seg\u00edts\u00e9g\u00e9vel a ki\u00e1ll\u00edt\u00e1s helysz\u00edne szerint kereshet r\u00e1 az esem\u00e9nyekre. Az \"Teljes lista\" ikonra kattintva pedig az \u00f6sszes ki\u00e1ll\u00edt\u00e1st l\u00e1thatja lista n\u00e9zetben. ",
"ongoing": "Aktu\u00e1lis",
"past": "Arch\u00edvum",
"upcoming": "K\u00f6vetkez\u0151",
@ -18,11 +18,11 @@
"exhibitions_description": "Le\u00edr\u00e1s",
"exhibitions_from": "Nyit",
"exhibitions_until": "Bez\u00e1r",
"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"
"url_web": "A ki\u00e1ll\u00edt\u00e1s weboldala",
"catalogue_link": "Ki\u00e1ll\u00edt\u00e1s katal\u00f3gus ",
"tour": "Ki\u00e1ll\u00edt\u00e1s t\u00fara",
"export_for_calendar": "Export a napt\u00e1rba",
"permanent_exhibition": "\u00c1lland\u00f3 ki\u00e1ll\u00edt\u00e1s",
"permanent_exhibition_headline": "\u00e1lland\u00f3 ki\u00e1ll\u00edt\u00e1s"
}
}

View File

@ -1,15 +1,15 @@
{
"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"
"info": "Inform\u00e1ci\u00f3",
"help": "Seg\u00edts\u00e9g",
"options": "Opci\u00f3k",
"hide": "Elrejt\u00e9s",
"explanation_title": "M\u00fazeumDigit\u00e1r gr\u00e1f n\u00e9zete",
"explanation_content": "<p>A gr\u00e1f n\u00e9zetben egy \u00faj perspekt\u00edv\u00e1b\u00f3l mutatjuk be a M\u00fazeumDigit\u00e1r rendszerben r\u00f6gz\u00edtett tartalmakat. Minden regisztr\u00e1lt inform\u00e1ci\u00f3 (tartalomszolg\u00e1ltat\u00f3, gy\u0171jtem\u00e9ny, t\u00e1rgy, kulcssz\u00f3, id\u0151beli\/ f\u00f6ldrajzi vonatkoz\u00e1sok) m\u00e1s sz\u00edn\u0171 ikonokkal, egy kattinthat\u00f3, kapcsolati h\u00e1l\u00f3ban jelenik meg <\/p> ",
"display_types": "Megjelen\u00edtett t\u00edpusok",
"focus_selected_node": "Sz\u00fck\u00edt\u00e9s akiv\u00e1lasztott ikonra",
"time": "Id\u0151beli vonatkoz\u00e1s",
"person": "Szem\u00e9lyi vonatkoz\u00e1s",
"place": "F\u00f6ldrajzi vonatkoz\u00e1s"
}
}

View File

@ -1,10 +1,10 @@
{
"home": {
"page_home_title": "M\u00fazeumok, gy\u0171jtem\u00e9nyek, t\u00e1rgyak ...",
"page_home_content": "A m\u00fazeumok, k\u00f6z- \u00e9s mag\u00e1nygy\u0171jtem\u00e9nyek kiemelt feladata a gy\u0171jtem\u00e9nyek bemutat\u00e1sa, valamint a tematikusan rendezett t\u00e1rlatokon kereszt\u00fcl \u00faj tud\u00e1sok, gondolatok, \u00f6sszef\u00fcgg\u00e9sek k\u00f6zvet\u00edt\u00e9se a l\u00e1togat\u00f3k fel\u00e9. Emiatt nem is csod\u00e1lkozhatunk azon, hogy a m\u00fazeumokat, k\u00f6z- \u00e9s mag\u00e1nygy\u0171jtem\u00e9nyeket legink\u00e1bb ki\u00e1ll\u00edt\u00e1saik, illetve egy\u00e9b rendezv\u00e9nyeik r\u00e9v\u00e9n ismerj\u00fck. Ezen a weboldalon a m\u00fazeumok, k\u00f6z- \u00e9s mag\u00e1nygy\u0171jtem\u00e9nyek k\u00f6z\u00f6sen mutathatj\u00e1k be gy\u0171jtem\u00e9nyeik darabjait. C\u00e9lunk, hogy a int\u00e9zm\u00e9nyek rakt\u00e1raib\u00f3l, \u201ekincsest\u00e1r\u00e1b\u00f3l\u201d is min\u00e9l t\u00f6bb t\u00e1rgy v\u00e1ljon mindenki sz\u00e1m\u00e1ra el\u00e9rhet\u0151v\u00e9, l\u00e1that\u00f3v\u00e1, t\u00f6bb mint amennyi a ki\u00e1ll\u00edt\u00f3termek falai k\u00f6z\u00f6tt megf\u00e9r.",
"page_home_title": "Tartalomszolg\u00e1ltat\u00f3k, gy\u0171jtem\u00e9nyek, t\u00e1rgyak ...",
"page_home_content": "A m\u00fazeumok, k\u00f6z- \u00e9s mag\u00e1nygy\u0171jtem\u00e9nyek kiemelt feladata a gy\u0171jtem\u00e9nyek bemutat\u00e1sa, valamint a tematikusan rendezett t\u00e1rlatokon kereszt\u00fcl \u00faj tud\u00e1sok, gondolatok, \u00f6sszef\u00fcgg\u00e9sek k\u00f6zvet\u00edt\u00e9se a l\u00e1togat\u00f3k fel\u00e9. Emiatt nem is csod\u00e1lkozhatunk azon, hogy a m\u00fazeumokat, k\u00f6z- \u00e9s mag\u00e1nygy\u0171jtem\u00e9nyeket legink\u00e1bb ki\u00e1ll\u00edt\u00e1saik, illetve egy\u00e9b rendezv\u00e9nyeik r\u00e9v\u00e9n ismerj\u00fck. Ezen a weboldalon a tartalomszolg\u00e1ltat\u00f3k mutathatj\u00e1k be virtu\u00e1lis ki\u00e1ll\u00edt\u00e1sok, oktat\u00e1si seg\u00e9danyagok form\u00e1j\u00e1ban gy\u0171jtem\u00e9nyeik darabjait, vagy archiv\u00e1lhatj\u00e1k id\u0151szaki ki\u00e1ll\u00edt\u00e1saikat. C\u00e9lunk, hogy a int\u00e9zm\u00e9nyek rakt\u00e1raib\u00f3l, \u201ekincsest\u00e1r\u00e1b\u00f3l\u201d is min\u00e9l t\u00f6bb t\u00e1rgy v\u00e1ljon mindenki sz\u00e1m\u00e1ra el\u00e9rhet\u0151v\u00e9, l\u00e1that\u00f3v\u00e1, t\u00f6bb mint amennyi a ki\u00e1ll\u00edt\u00f3termek falai k\u00f6z\u00f6tt megf\u00e9r.",
"selected_objects": "Kiv\u00e1lasztott t\u00e1rgyak",
"places": "Helysz\u00ednek",
"places_intro": "M\u00fazeumeumok \u00e9s m\u00fazeumi t\u00e1rgyak a t\u00e9rk\u00e9pen ...",
"places_intro": "A tartalomszolg\u00e1ltat\u00f3k t\u00e1rgyai a t\u00e9rk\u00e9pen ...",
"timeline_intro": "Az id\u0151vonalon a t\u00e1rgyakat kronol\u00f3gikus sorrendben mutatatjuk be a t\u00e1rgyakhoz kapcsol\u00f3d\u00f3 id\u0151beli vonatkoz\u00e1sok alapj\u00e1n.",
"exhibitions_intro": "Egy r\u00f6vid v\u00e1logat\u00e1s ...",
"topics_intro": "T\u00f6rt\u00e9netek a M\u00fazeumDigit\u00e1rban k\u00f6zz\u00e9tett t\u00e1rgyakr\u00f3l",

View File

@ -4,14 +4,14 @@
"overview": "Egyszerre mind",
"objectinfo": "T\u00e1rgy inf\u00f3",
"enlarge": "Nagy\u00edt\u00e1s",
"fit_to_screen": "K\u00e9perny\u00f5h\u00f6z igaz\u00edt\u00e1s",
"image_first": "Els\u00f5 k\u00e9p",
"image_previous": "El\u00f5z\u00f5 k\u00e9p",
"image_next": "K\u00f6vetkez\u00f5 k\u00e9p",
"fit_to_screen": "K\u00e9perny\u0151h\u00f6z igaz\u00edt\u00e1s",
"image_first": "Els\u0151 k\u00e9p",
"image_previous": "El\u0151z\u0151 k\u00e9p",
"image_next": "K\u00f6vetkez\u0151 k\u00e9p",
"image_last": "Utols\u00f3 k\u00e9p",
"image_all": "\u00d6sszes k\u00e9p",
"image_pdf": "PDF k\u00e9sz\u00edt\u00e9se",
"image_photo": "F\u00e9nyk\u00e9p",
"resource": "Resource"
"resource": "Illusztr\u00e1ci\u00f3k"
}
}

View File

@ -1,11 +1,11 @@
{
"instmus": {
"page_museumatweb": "A m\u00fazeum saj\u00e1t weboldala",
"page_museumatmap": "A m\u00fazeum a t\u00e9rk\u00e9pen",
"page_museumatweb": "A tartalomszolg\u00e1ltat\u00f3 saj\u00e1t weboldala",
"page_museumatmap": "A tartalomszolg\u00e1ltat\u00f3 a t\u00e9rk\u00e9pen",
"page_museumatassociation": "M\u00fazeumsz\u00f6vets\u00e9g",
"page_museummoreabout": "... tov\u00e1bbi inform\u00e1ci\u00f3 a m\u00fazeumr\u00f3l \u00e9s a gy\u0171jtem\u00e9nyeir\u0151l",
"page_museummoreabout": "... tov\u00e1bbi inform\u00e1ci\u00f3 a tartalomszolg\u00e1ltat\u00f3r\u00f3l \u00e9s a gy\u0171jtem\u00e9nyeir\u0151l",
"page_museumsearchcollection": "keres\u00e9s",
"page_museumshowallobjects": "A m\u00fazeum, mag\u00e1n-,vagy k\u00f6zgy\u0171jtem\u00e9ny \u00f6sszes t\u00e1rgy\u00e1nak megjelen\u00edt\u00e9se",
"page_museumshowallobjects": "A tartalomszolg\u00e1ltat\u00f3 \u00f6sszes t\u00e1rgy\u00e1nak megjelen\u00edt\u00e9se",
"page_museumsearchobjects": "T\u00e1rgyak r\u00e9szletes keres\u00e9se adatb\u00e1zisban",
"page_collection_title": "Gy\u0171jtem\u00e9ny",
"page_collection_document": "... tov\u00e1bbi inform\u00e1ci\u00f3 err\u0151l a gy\u0171jtem\u00e9nyr\u0151l (dokumentum)",
@ -15,50 +15,50 @@
"page_collection_museumindatabase": "a museum-digital adatb\u00e1zis\u00e1ban",
"page_collection_super": "Ez a gy\u0171jtem\u00e9ny r\u00e9sze a k\u00f6vetkez\u0151nek",
"page_collection_onmap": "A gy\u0171jtem\u00e9ny t\u00e1rgyainak megjelen\u00edt\u00e9se t\u00e9rk\u00e9pen",
"page_museum_objects_onmap": "A m\u00fazeum t\u00e1rgyainak megtekint\u00e9se t\u00e9rk\u00e9pen",
"about_museum": "A m\u00fazeum le\u00edr\u00e1sa",
"page_museum_objects_onmap": "A tartalomszolg\u00e1ltat\u00f3 t\u00e1rgyainak megtekint\u00e9se t\u00e9rk\u00e9pen",
"about_museum": "A tartalomszolg\u00e1ltat\u00f3 le\u00edr\u00e1sa",
"rss": "RSS t\u00e1rgy",
"export_contact": "Kontakt export\u00e1l\u00e1sa",
"objects_from_collection": "A gy\u0171jtem\u00e9ny t\u00e1rgyai",
"objects_from_institution": "Az int\u00e9zm\u00e9ny t\u00e1rgyai",
"objects_from_institution": "A tartalomszolg\u00e1ltat\u00f3 t\u00e1rgyai",
"about_collection": "A gy\u0171jtem\u00e9ny le\u00edr\u00e1sa",
"exhibitions_rss": "RSS ki\u00e1ll\u00edt\u00e1sok",
"export_calendar_exhibitions": "Napt\u00e1r: ki\u00e1ll\u00edt\u00e1sok",
"upcoming_events": "K\u00f6vetkez\u0151 esem\u00e9nyek",
"see_more": "Tov\u00e1bbi inform\u00e1c\u00f3k",
"timeline_objects_museum": "A m\u00fazeum t\u00e1rgyainak bemutat\u00e1sa id\u0151vonalon ",
"map_objects_museum": "A m\u00fazeum t\u00e1rgyainak bemutat\u00e1sa t\u00e9rk\u00e9pen",
"timeline_objects_museum": "A tartalomszolg\u00e1ltat\u00f3 t\u00e1rgyainak bemutat\u00e1sa id\u0151vonalon ",
"map_objects_museum": "A tartalomszolg\u00e1ltat\u00f3 t\u00e1rgyainak bemutat\u00e1sa t\u00e9rk\u00e9pen",
"timeline_objects_collection": "A gy\u0171jtem\u00e9ny t\u00e1rgyainak bemutat\u00e1sa id\u0151vonalon ",
"map_objects_collection": "A gy\u0171jtem\u00e9ny t\u00e1rgyainak bemutat\u00e1sa t\u00e9rk\u00e9pen",
"all_events": "Az \u00f6szes esem\u00e9ny \/ rendezv\u00e9ny list\u00e1z\u00e1sa",
"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",
"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"
"tour": "Tartalomszolg\u00e1ltat\u00f3 bemutat\u00e1sa ",
"accessible": "Akad\u00e1lymentes\u00edtett",
"not_accessible": "Nem akad\u00e1lymentes\u00edtett",
"photos_allowed": "F\u00e9nyk\u00e9pezni szabad",
"photos_not_allowed": "F\u00e9nyk\u00e9pezni tilos",
"cloakroom_available": "Ruhat\u00e1r van",
"cloakroom_not_available": "Ruhat\u00e1r nincs",
"lockers_available": "Csomagmeg\u0151rz\u0151 szekr\u00e9ny van",
"lockers_not_available": "Pelenk\u00e1z\u00f3 helyis\u00e9g vanszekr\u00e9ny nincs",
"shop_available": "M\u00fazeumshop van",
"shop_not_available": "M\u00fazeumshop nincs",
"cafe_available": "K\u00e1v\u00e9z\u00f3 van",
"cafe_not_available": "K\u00e1v\u00e9z\u00f3 nincs",
"babycare_room_available": "Pelenk\u00e1z\u00f3 helyis\u00e9g van",
"babycare_room_not_available": "Pelenk\u00e1z\u00f3 helyis\u00e9g nincs",
"dow_0": "H\u00e9tf\u0151",
"dow_1": "Kedd",
"dow_2": "Szerda",
"dow_3": "Cs\u00fct\u00f6rt\u00f6k",
"dow_4": "P\u00e9ntek",
"dow_5": "Szombat",
"dow_6": "Vas\u00e1rnap",
"regular_opening_hours": "Nyitvatart\u00e1si id\u0151",
"general_note_opening_hours": "\u00c1ltal\u00e1nos megjegyz\u00e9s",
"cloakroom": "Ruhat\u00e1r",
"lockers": "Csomagmeg\u0151rz\u0151",
"museum_shop": "M\u00fazeumshop",
"babycare_room": "Pelenk\u00e1z\u00f3 helyis\u00e9g",
"ticket_prices": "Bel\u00e9p\u0151jegy \u00e1ra"
}
}

View File

@ -35,7 +35,7 @@
"undefined": "nem defini\u00e1lt",
"undefinedRelation": "nem defini\u00e1lt \u00f6sszef\u00fcgg\u00e9s",
"collection": "Gy\u0171jtem\u00e9ny",
"museum": "M\u00fazeum",
"museum": "Tartalomszolg\u00e1ltat\u00f3 ",
"you_may": "Esetleg",
"keyword_not_found": "A megadott kulcssz\u00f3 alapj\u00e1n nem tal\u00e1ltunk semmit.",
"search_keyword_other_collections": "... Keressen ugyanazon kulcssz\u00f3 alapj\u00e1n az int\u00e9zm\u00e9ny m\u00e1s gy\u0171jtem\u00e9nyeiben is!",
@ -62,11 +62,16 @@
"inventory_number": "Lelt\u00e1ri sz\u00e1m szerint",
"ascending": "N\u00f6vekv\u0151",
"descending": "Cs\u00f6kken\u0151",
"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"
"search_mode_raster": "Csemp\u00e9s n\u00e9zet",
"search_mode_grid": "Csemp\u00e9s n\u00e9zet",
"search_mode_liste": "Lista n\u00e9zet",
"search_mode_browse": "B\u00f6ng\u00e9sz\u00e9s",
"search_results_by_museum": "Keres\u00e9si tal\u00e1latok int\u00e9zm\u00e9nyenk\u00e9nt",
"calculate_distance": "T\u00e1vols\u00e1g kisz\u00e1m\u00edt\u00e1sa ",
"time_filter_from": "Id\u0151 sz\u0171r\u0151 indit\u00e1sa",
"time_filter_end": "Id\u0151 sz\u0151r\u0151 le\u00e1ll\u00edt\u00e1sa",
"include_indirect_links": "Helyrajzi vonatkoz\u00e1sok indirekt linkjeinek is jelenlenek meg ",
"include_direct_links": "Csak k\u00f6zvetlen linkek ",
"hide_biographical_markers": "\u00c9letrajzi jel\u00f6l\u0151k elrejt\u00e9se"
}
}

View File

@ -1,16 +1,16 @@
{
"museum": {
"page_museum_title": "M\u00fazeumok ...",
"page_museum_intro": "A museum-digital k\u00f6z- \u00e9s mag\u00e1ngy\u0171jtem\u00e9nyek, illetve m\u00fazeumok gy\u0171jtem\u00e9nyeit, t\u00e1rgyait mutatja be. Az al\u00e1bbi list\u00e1n szerepl\u0151 nevekre kattintva r\u00e9szletes inform\u00e1ci\u00f3kat kaphat a museum-digital rendszert haszn\u00e1l\u00f3 k\u00f6z- \u00e9s mag\u00e1ngy\u0171jtem\u00e9nyekr\u0151l, illetve m\u00fazeumokr\u00f3l. Az egyes felhaszn\u00e1l\u00f3k mellett szerepl\u0151 sz\u00e1mokra kattintva pedig a felhaszn\u00e1l\u00f3k gy\u0171jtem\u00e9nyeir\u0151l, illetve t\u00e1rgyair\u00f3l t\u00e1j\u00e9koz\u00f3dhat. Partnereink elhelyezked\u00e9s\u00e9t a t\u00e9rk\u00e9pen a k\u00f6vetkez\u0151 ikonra kattintva tekintheti meg: ",
"page_museum_title": "Int\u00e9zm\u00e9nyek ...",
"page_museum_intro": "A museum-digital k\u00f6z- \u00e9s mag\u00e1ngy\u0171jtem\u00e9nyek, arch\u00edvumok, m\u00fazeumok \u00e9s mag\u00e1ngy\u0171jt\u0151k gy\u0171jtem\u00e9nyeit, t\u00e1rgyait mutatja be. Az al\u00e1bbi list\u00e1n szerepl\u0151 nevekre kattintva r\u00e9szletes inform\u00e1ci\u00f3kat kaphat a museum-digital rendszert haszn\u00e1l\u00f3 tartalomszolg\u00e1ltat\u00f3kr\u00f3l. Az egyes felhaszn\u00e1l\u00f3k mellett szerepl\u0151 sz\u00e1mokra kattintva pedig a felhaszn\u00e1l\u00f3k gy\u0171jtem\u00e9nyeir\u0151l, illetve t\u00e1rgyair\u00f3l t\u00e1j\u00e9koz\u00f3dhat. Partnereink elhelyezked\u00e9s\u00e9t a t\u00e9rk\u00e9pen a k\u00f6vetkez\u0151 ikonra kattintva tekintheti meg: ",
"column_name": "N\u00e9v",
"column_place": "Helys\u00e9g",
"column_web": "Weblap",
"column_collections": "Gy\u0171jtem\u00e9nyek",
"column_objects": "T\u00e1rgyak",
"museums_on_map": "M\u00fazeumok a t\u00e9rk\u00e9pen",
"museums_on_map": "Partnerint\u00e9zm\u00e9nyek a t\u00e9rk\u00e9pen",
"list_of_institutions": "Partnerint\u00e9zm\u00e9nyek list\u00e1ja",
"map_symbols": "Szimb\u00f3lumok",
"images": "K\u00e9pek",
"page_museum_description": "Overview of all museums participating on this instance of museum-digital."
"page_museum_description": "A museum-digit\u00e1l magyar verzi\u00f3j\u00e1hoz csatlakozott \u00f6sszes tartalomszolg\u00e1ltat\u00f3 "
}
}

View File

@ -12,11 +12,11 @@
"api": "API",
"exhibition": "Ki\u00e1ll\u00edt\u00e1sok",
"settings": "Be\u00e1ll\u00edt\u00e1sok",
"sitemap": "Site map",
"sitemap": "Oldal t\u00e9rk\u00e9p",
"more": "Egy\u00e9b",
"articles": "Articles",
"articles": "Cikkek",
"events": "M\u00fazeumi esem\u00e9nyek",
"select_language": "Select language",
"join_us": "Join us"
"select_language": "Nyelv v\u00e1laszt\u00e1s",
"join_us": "Csatlakoz\u00e1s"
}
}

View File

@ -26,12 +26,12 @@
"licence_metadata": "Licenc (Metaadatok)",
"licence_images": "Licenc (K\u00e9p)",
"edit_object": "T\u00e1rgy szerkeszt\u00e9se",
"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"
"linked_articles": "Kapcsol\u00f3d\u00f3 cikkek",
"by": "Szerz\u0151:",
"published": "Publik\u00e1lva",
"exact_match_or_not": "Pontos \/pontatlan tal\u00e1lat",
"exact_match_subordinates": "Pontostal\u00e1lat \/ including subordinates",
"ongoing_exhibitions": "Jelenleg l\u00e1togathat\u00f3 ki\u00e1ll\u00edt\u00e1sok"
},
"objekt_single": {
"inventory_number": "Lelt\u00e1ri sz\u00e1m",

View File

@ -29,7 +29,7 @@
"omega": "El\u0151tt (d\u00e1tum)",
"modify_search_parameters": "Keres\u00e9s m\u00f3dos\u00edt\u00e1sa",
"full_text": "Teljes sz\u00f6veg",
"extended_search_description": "Here you can do an advanced search for objects based on their relationship to a given person\/institution, a place or time.",
"image_wall_description": "Here you can find a random sample of the objects presented on the current instance of museum-digital."
"extended_search_description": "Itt az \u00f6sszetett keres\u0151 seg\u00edts\u00e9g\u00e9vel sz\u0171k\u00edtheti a tal\u00e1latait",
"image_wall_description": "Itt egy v\u00e1letlenszer\u0171 v\u00e1logat\u00e1st l\u00e1that a M\u00fazeumDigit\u00e1r adatb\u00e1zis\u00e1b\u00f3l"
}
}

View File

@ -9,6 +9,12 @@
"relation_to_places": "Kapcsol\u00f3d\u00f3 helyek, f\u00f6ldrajzi vonatkoz\u00e1sok'",
"relation_to_places_show": "Az \u00f6sszes kapcsolat megjelen\u00edt\u00e9se'",
"relation_to_times": "Kapcsol\u00f3d\u00f3 id\u0151beli vonatkoz\u00e1sok'",
"relation_to_times_show": "Az \u00f6sszes kapcsolat megjelen\u00edt\u00e9se'"
"relation_to_times_show": "Az \u00f6sszes kapcsolat megjelen\u00edt\u00e9se'",
"bibliography": "Bibliogr\u00e1fia",
"bibliography_about": "Bibliogr\u00e1fia egy t\u00e9m\u00e1hoz",
"background": "H\u00e1tt\u00e9r",
"biography": "\u00c9letrajz",
"what_we_know": "Mit tudunk",
"objects_and_visualizations": "T\u00e1rgyak \u00e9s k\u00e9pi \u00e1br\u00e1zol\u00e1suk"
}
}

View File

@ -1,20 +1,20 @@
{
"sitemap": {
"object_groups": "Object groups",
"static_pages": "Static Pages",
"all_institutions": "All institutions",
"all_collections": "All collections",
"all_series": "All series",
"exhibitions": "Exhibitions",
"appointments": "Events",
"people_to_people_pages": "People to people pages",
"people": "People",
"places": "Places",
"page": "Page",
"museums_list": "List of all museums",
"collections_list": "List of all collections",
"exhibition_list": "List of all exhibitions",
"events_list": "List of all events",
"extended_search": "Erweiterte Suche"
"object_groups": "T\u00e1rgycsoportok",
"static_pages": "Statisztikai oldalak",
"all_institutions": "\u00d6sszes tartalomszolg\u00e1ltat\u00f3",
"all_collections": "\u00d6sszes gy\u0171jtem\u00e9ny",
"all_series": "\u00d6sszes sorozat",
"exhibitions": "Ki\u00e1ll\u00edt\u00e1sok",
"appointments": "Esem\u00e9nyek",
"people_to_people_pages": "Szem\u00e9lyek kapcsolati oldala",
"people": "Szem\u00e9lyek",
"places": "F\u00f6ldrajzi vonatkoz\u00e1sok",
"page": "Oldal",
"museums_list": "\u00d6sszes tartalomszolg\u00e1ltat\u00f3 list\u00e1ja",
"collections_list": "\u00d6sszes gy\u0171jtem\u00e9ny list\u00e1ja",
"exhibition_list": "\u00d6sszes ki\u00e1ll\u00edt\u00e1s list\u00e1ja",
"events_list": "\u00d6sszes esem\u00e9ny list\u00e1ja",
"extended_search": "\u00d6sszetett keres\u00e9s"
}
}

View File

@ -1,16 +1,16 @@
{
"texts": {
"rss_title": "RSS feeds",
"rss_content": "<p>Ezen az oldalon a M\u00fazeumdigit\u00e1r adatb\u00e1zis RSS fedd lehet\u0151s\u00e9geinek list\u00e1j\u00e1t tal\u00e1lja.<\/p><ul><li><a>glob\u00e1lis feed az \u00f6sszes t\u00e1rgyra vonatkoz\u00f3an<\/a><\/li><\/ul>",
"rss_content": "<p>Ezen az oldalon a M\u00fazeumdigit\u00e1r adatb\u00e1zis RSS feed lehet\u0151s\u00e9geinek list\u00e1j\u00e1t tal\u00e1lja.<\/p><ul><li><a>glob\u00e1lis feed az \u00f6sszes t\u00e1rgyra vonatkoz\u00f3an<\/a><\/li><\/ul>",
"api_title": "API \u00e9s adatexport opci\u00f3k",
"api_content": "<h3>JSON API<\/h3><article><p>A M\u00fazeumDigit\u00e1r platform JSON API lek\u00e9rdez\u00e9st k\u00edn\u00e1l az \u00f6sszes k\u00f6zponti oldalhoz.<\/p><\/article><h3>Tov\u00e1bbi export opci\u00f3k<\/h3><article><ul><\/ul><\/article>",
"sessionSettings_title": "Browser-based Settings",
"sessionSettings_title": "B\u00f6ng\u00e9sz\u0151 be\u00e1ll\u00edt\u00e1sok",
"sessionSettings_content": "<p>For some functions, museum-digital uses browser-based settings (for the technically inclined: using the <a href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/API\/Web_Storage_API\">Web Storage API<\/a>). On this page, you can enable or disable the available options.<\/p><table><thead><tr><th>Option<\/th><th>Value<\/th><\/tr><\/thead><tbody><tr><td>Use alternative design<\/td><td><input type=\"range\" id=\"alternativeDesignSetting\" min=\"0\" max=\"1\" value=\"0\" \/><\/td><\/tr><\/tbody><\/table>",
"404_title": "404",
"404_content": "Nothing found.",
"join_title": "Join us",
"join_content": "Join us: text",
"404_content": "Nincs tal\u00e1lat.",
"join_title": "Csatlakoz\u00e1s",
"join_content": "Amennyiben csatlakozni k\u00edv\u00e1n mint tartalomszolg\u00e1ltat\u00f3 a M\u00fazeumDigit\u00e1r rendszerhez, k\u00e9rj\u00fck l\u00e1togasson el a www.muzeumdigitar.hu oldalunkra. Az oldalon megtal\u00e1lja a gy\u0171jtem\u00e9nykezel\u0151 rendszer\u00fcnk r\u00f6vid le\u00edr\u00e1s\u00e1t \u00e9s el\u00e9rhet\u0151s\u00e9geinket.",
"403_title": "403: Forbidden",
"403_content": "This area is not accessible."
"403_content": "Ez a ter\u00fclet nem hozz\u00e1f\u00e9rhet\u0151"
}
}

View File

@ -1,7 +1,7 @@
{
"topics": {
"title": "Tematikus v\u00e1logat\u00e1sok",
"intro": "A m\u00fazeumi gy\u00fbjtem\u00e9nyek t\u00f6rzsanyag\u00e1t a m\u00fazeumi t\u00e1rgyak k\u00e9pezik. A m\u00fazeumi t\u00e1rgyak \u00e9rtelmez\u00e9s\u00e9ben, m\u00e9lyebb meg\u00e9rt\u00e9s\u00e9ben fontos szerepet j\u00e1tszik a t\u00e1rgykartonokon szerepl\u00f5 t\u00e1rgyle\u00edr\u00e1s. Ennek seg\u00edts\u00e9g\u00e9vel a t\u00e1rgyak sz\u00e9lesebb (t\u00f6rt\u00e9nelmi\/tudom\u00e1nyos\/geogr\u00e1fiai stb.) \u00f6sszef\u00fcgg\u00e9sekben \u00e1br\u00e1zolhat\u00f3ak. Ezen t\u00fal a m\u00fazeumi t\u00e1rgyak r\u00e9szei lehetnek m\u00e9g k\u00fcl\u00f6nb\u00f6z\u00f5 tematikus v\u00e1logat\u00e1soknak is, ahol a m\u00fazeumi t\u00e1rgy a t\u00e1rgykarton t\u00e1rgyle\u00edr\u00e1s\u00e1n t\u00falmutat\u00f3 \u00f6sszef\u00fcgg\u00e9sekben is megjelenhet.",
"header_list": "Jelenleg a k\u00f6vetkez\u00f5 tematikus v\u00e1logat\u00e1sok el\u00e9rhet\u00f5k"
"intro": "A m\u00fazeumi gy\u0171jtem\u00e9nyek t\u00f6rzsanyag\u00e1t a m\u00fazeumi t\u00e1rgyak k\u00e9pezik. A m\u00fazeumi t\u00e1rgyak \u00e9rtelmez\u00e9s\u00e9ben, m\u00e9lyebb meg\u00e9rt\u00e9s\u00e9ben fontos szerepet j\u00e1tszik a t\u00e1rgykartonokon szerepl\u0151 t\u00e1rgyle\u00edr\u00e1s. Ennek seg\u00edts\u00e9g\u00e9vel a t\u00e1rgyak sz\u00e9lesebb (t\u00f6rt\u00e9nelmi\/tudom\u00e1nyos\/geogr\u00e1fiai stb.) \u00f6sszef\u00fcgg\u00e9sekben \u00e1br\u00e1zolhat\u00f3ak. Ezen t\u00fal a m\u00fazeumi t\u00e1rgyak r\u00e9szei lehetnek m\u00e9g k\u00fcl\u00f6nb\u00f6z\u0151 tematikus v\u00e1logat\u00e1soknak is, ahol a m\u00fazeumi t\u00e1rgy a t\u00e1rgykarton t\u00e1rgyle\u00edr\u00e1s\u00e1n t\u00falmutat\u00f3 \u00f6sszef\u00fcgg\u00e9sekben is megjelenhet.",
"header_list": "Jelenleg a k\u00f6vetkez\u0151 tematikus v\u00e1logat\u00e1sok el\u00e9rhet\u0151k"
}
}

View File

@ -67,6 +67,11 @@
"search_mode_liste": "List view",
"search_mode_browse": "Browse mode",
"search_results_by_museum": "Search results by museum",
"calculate_distance": "Calculate distance"
"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"
}
}

View File

@ -9,6 +9,12 @@
"relation_to_places": "Hubungan dengan tempat",
"relation_to_places_show": "Tunjukkan hubungan dengan tempat",
"relation_to_times": "Hubungan dengan jaman",
"relation_to_times_show": "Tunjukkan hubungan dengan jaman"
"relation_to_times_show": "Tunjukkan hubungan dengan jaman",
"bibliography": "Bibliography",
"bibliography_about": "Bibliography (about)",
"background": "Background",
"biography": "Biography",
"what_we_know": "What we know",
"objects_and_visualizations": "Objects and visualizations"
}
}

View File

@ -67,6 +67,11 @@
"search_mode_liste": "List view",
"search_mode_browse": "Browse mode",
"search_results_by_museum": "Search results by museum",
"calculate_distance": "Calculate distance"
"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"
}
}

View File

@ -9,6 +9,12 @@
"relation_to_places": "Relations to places",
"relation_to_places_show": "Show relations to places",
"relation_to_times": "Relations to timespans",
"relation_to_times_show": "Show relations to timespans"
"relation_to_times_show": "Show relations to timespans",
"bibliography": "Bibliography",
"bibliography_about": "Bibliography (about)",
"background": "Background",
"biography": "Biography",
"what_we_know": "What we know",
"objects_and_visualizations": "Objects and visualizations"
}
}

View File

@ -67,6 +67,11 @@
"search_mode_liste": "List view",
"search_mode_browse": "Browse mode",
"search_results_by_museum": "Search results by museum",
"calculate_distance": "Calculate distance"
"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"
}
}

View File

@ -9,6 +9,12 @@
"relation_to_places": "Relations to places",
"relation_to_places_show": "Show relations to places",
"relation_to_times": "Relations to timespans",
"relation_to_times_show": "Show relations to timespans"
"relation_to_times_show": "Show relations to timespans",
"bibliography": "Bibliography",
"bibliography_about": "Bibliography (about)",
"background": "Background",
"biography": "Biography",
"what_we_know": "What we know",
"objects_and_visualizations": "Objects and visualizations"
}
}

View File

@ -67,6 +67,11 @@
"search_mode_liste": "List view",
"search_mode_browse": "Browse mode",
"search_results_by_museum": "Search results by museum",
"calculate_distance": "Calculate distance"
"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"
}
}

View File

@ -9,6 +9,12 @@
"relation_to_places": "Relations to places",
"relation_to_places_show": "Show relations to places",
"relation_to_times": "Relations to timespans",
"relation_to_times_show": "Show relations to timespans"
"relation_to_times_show": "Show relations to timespans",
"bibliography": "Bibliography",
"bibliography_about": "Bibliography (about)",
"background": "Background",
"biography": "Biography",
"what_we_know": "What we know",
"objects_and_visualizations": "Objects and visualizations"
}
}

View File

@ -67,6 +67,11 @@
"search_mode_liste": "List view",
"search_mode_browse": "Browse mode",
"search_results_by_museum": "Search results by museum",
"calculate_distance": "Calculate distance"
"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"
}
}

View File

@ -9,6 +9,12 @@
"relation_to_places": "Relations to places",
"relation_to_places_show": "Show relations to places",
"relation_to_times": "Relations to timespans",
"relation_to_times_show": "Show relations to timespans"
"relation_to_times_show": "Show relations to timespans",
"bibliography": "Bibliography",
"bibliography_about": "Bibliography (about)",
"background": "Background",
"biography": "Biography",
"what_we_know": "What we know",
"objects_and_visualizations": "Objects and visualizations"
}
}

View File

@ -67,6 +67,11 @@
"search_mode_liste": "List view",
"search_mode_browse": "Browse mode",
"search_results_by_museum": "Search results by museum",
"calculate_distance": "Calculate distance"
"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"
}
}

View File

@ -9,6 +9,12 @@
"relation_to_places": "Relations to places",
"relation_to_places_show": "Show relations to places",
"relation_to_times": "Relations to time periods",
"relation_to_times_show": "Show relations to time periods"
"relation_to_times_show": "Show relations to time periods",
"bibliography": "Bibliography",
"bibliography_about": "Bibliography (about)",
"background": "Background",
"biography": "Biography",
"what_we_know": "What we know",
"objects_and_visualizations": "Objects and visualizations"
}
}

View File

@ -67,6 +67,11 @@
"search_mode_liste": "List view",
"search_mode_browse": "Browse mode",
"search_results_by_museum": "Search results by museum",
"calculate_distance": "Calculate distance"
"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"
}
}

View File

@ -9,6 +9,12 @@
"relation_to_places": "Relations to places",
"relation_to_places_show": "Show relations to places",
"relation_to_times": "Relations to timespans",
"relation_to_times_show": "Show relations to timespans"
"relation_to_times_show": "Show relations to timespans",
"bibliography": "Bibliography",
"bibliography_about": "Bibliography (about)",
"background": "Background",
"biography": "Biography",
"what_we_know": "What we know",
"objects_and_visualizations": "Objects and visualizations"
}
}

View File

@ -67,6 +67,11 @@
"search_mode_liste": "List view",
"search_mode_browse": "Browse mode",
"search_results_by_museum": "Search results by museum",
"calculate_distance": "Calculate distance"
"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"
}
}

View File

@ -9,6 +9,12 @@
"relation_to_places": "Relations to places",
"relation_to_places_show": "Show relations to places",
"relation_to_times": "Relations to time periods",
"relation_to_times_show": "Show relations to time periods"
"relation_to_times_show": "Show relations to time periods",
"bibliography": "Bibliography",
"bibliography_about": "Bibliography (about)",
"background": "Background",
"biography": "Biography",
"what_we_know": "What we know",
"objects_and_visualizations": "Objects and visualizations"
}
}