diff --git a/backend/de/contacts.json b/backend/de/contacts.json index c39c8cb2..2ad1345c 100644 --- a/backend/de/contacts.json +++ b/backend/de/contacts.json @@ -34,7 +34,8 @@ "url_explica": "URL der Website der Person oder Institution. Muss eine absolute URL sein. (Also mit http:\/\/<\/code> oder https:\/\/<\/code> beginnen).", "zip_code": "Postleitzahl", "zip_code_explica": "Postleitzahl der Institution", - "contacts_added_loan": "Der Kontakt wurde hinzugef\u00fcgt. Sie k\u00f6nnen ihn nun verkn\u00fcpfen." + "contacts_added_loan": "Der Kontakt wurde hinzugef\u00fcgt. Sie k\u00f6nnen ihn nun verkn\u00fcpfen.", + "contacts_list_empty": "Ihr Adressbuch ist noch leer. F\u00fcgen Sie erst einen Kontakt hinzu." }, "gender": [ "", diff --git a/backend/de/exhibitions.php b/backend/de/exhibitions.php index 757c059c..27c597ee 100644 --- a/backend/de/exhibitions.php +++ b/backend/de/exhibitions.php @@ -24,6 +24,9 @@ "upload_image_pdf": "Bild oder PDF heraufladen", "delete_image_pdf": "Abbildung l\u00f6schen", "obj_link_with_exhibition": "Mit Ausstellung verkn\u00fcpfen", - "obj_linked_exhibitions": "Verkn\u00fcpfte Ausstellungen" + "obj_linked_exhibitions": "Verkn\u00fcpfte Ausstellungen", + "exhibitions_list_empty": "Ihre Ausstellungsliste is noch leer. F\u00fcgen Sie erst eine hinzu.", + "remove_obj": "Entfernen", + "options": "Optionen" } } \ No newline at end of file diff --git a/backend/de/loans.json b/backend/de/loans.json index f5722c0c..d001d438 100644 --- a/backend/de/loans.json +++ b/backend/de/loans.json @@ -38,6 +38,7 @@ "add_new_link_contact": "Neuen Kontakt hinzuf\u00fcgen und verkn\u00fcpfen", "updated_link_loan": "Verkn\u00fcpfung mit Leihvorgang wurde bearbeitet", "deleted_link_obj_loan": "Verkn\u00fcpfung zwischen Leihvorgang und Objekt gel\u00f6scht", - "added_link_obj_loan": "Verkn\u00fcpfung zwischen Leihvorgang und Objekt hinzugef\u00fcgt" + "added_link_obj_loan": "Verkn\u00fcpfung zwischen Leihvorgang und Objekt hinzugef\u00fcgt", + "loans_list_empty": "Ihre Leihvorgangs-Liste ist noch leer." } } \ No newline at end of file diff --git a/backend/en/contacts.json b/backend/en/contacts.json index 121329dd..dca4664f 100644 --- a/backend/en/contacts.json +++ b/backend/en/contacts.json @@ -34,7 +34,8 @@ "url_explica": "URL of the website of the person or institution. Must be an absolute URL (starting with http:\/\/<\/code> or https:\/\/<\/code>).", "zip_code": "Zip code", "zip_code_explica": "ZIP code of the institution.", - "contacts_added_loan": "The contact has been added. You can now link it with the loan entry." + "contacts_added_loan": "The contact has been added. You can now link it with the loan entry.", + "contacts_list_empty": "Your list of contacts is empty thus far." }, "gender": [ "", diff --git a/backend/en/exhibitions.php b/backend/en/exhibitions.php index ad5bd280..5848c62e 100644 --- a/backend/en/exhibitions.php +++ b/backend/en/exhibitions.php @@ -24,6 +24,9 @@ "upload_image_pdf": "Upload image or PDF", "delete_image_pdf": "Delete", "obj_link_with_exhibition": "Link with an Exhibition", - "obj_linked_exhibitions": "Linked Exhibitions" + "obj_linked_exhibitions": "Linked Exhibitions", + "exhibitions_list_empty": "Your list of exhibitions is empty thus far. Add one.", + "remove_obj": "Unlink", + "options": "Options" } } \ No newline at end of file diff --git a/backend/en/loans.json b/backend/en/loans.json index dbb6928d..8dae056a 100644 --- a/backend/en/loans.json +++ b/backend/en/loans.json @@ -38,6 +38,7 @@ "add_new_link_contact": "Add and link new contact", "updated_link_loan": "Updated link with loan", "deleted_link_obj_loan": "Deleted link of object with loan entry", - "added_link_obj_loan": "Added link of object with loan entry" + "added_link_obj_loan": "Added link of object with loan entry", + "loans_list_empty": "Your list of loans is empty thus far." } } \ No newline at end of file diff --git a/backend/es/contacts.json b/backend/es/contacts.json index 121329dd..dca4664f 100644 --- a/backend/es/contacts.json +++ b/backend/es/contacts.json @@ -34,7 +34,8 @@ "url_explica": "URL of the website of the person or institution. Must be an absolute URL (starting with http:\/\/<\/code> or https:\/\/<\/code>).", "zip_code": "Zip code", "zip_code_explica": "ZIP code of the institution.", - "contacts_added_loan": "The contact has been added. You can now link it with the loan entry." + "contacts_added_loan": "The contact has been added. You can now link it with the loan entry.", + "contacts_list_empty": "Your list of contacts is empty thus far." }, "gender": [ "", diff --git a/backend/es/exhibitions.php b/backend/es/exhibitions.php index ad5bd280..5848c62e 100644 --- a/backend/es/exhibitions.php +++ b/backend/es/exhibitions.php @@ -24,6 +24,9 @@ "upload_image_pdf": "Upload image or PDF", "delete_image_pdf": "Delete", "obj_link_with_exhibition": "Link with an Exhibition", - "obj_linked_exhibitions": "Linked Exhibitions" + "obj_linked_exhibitions": "Linked Exhibitions", + "exhibitions_list_empty": "Your list of exhibitions is empty thus far. Add one.", + "remove_obj": "Unlink", + "options": "Options" } } \ No newline at end of file diff --git a/backend/es/loans.json b/backend/es/loans.json index dbb6928d..8dae056a 100644 --- a/backend/es/loans.json +++ b/backend/es/loans.json @@ -38,6 +38,7 @@ "add_new_link_contact": "Add and link new contact", "updated_link_loan": "Updated link with loan", "deleted_link_obj_loan": "Deleted link of object with loan entry", - "added_link_obj_loan": "Added link of object with loan entry" + "added_link_obj_loan": "Added link of object with loan entry", + "loans_list_empty": "Your list of loans is empty thus far." } } \ No newline at end of file diff --git a/backend/hu/action.json b/backend/hu/action.json index b16d8775..ed509bd0 100644 --- a/backend/hu/action.json +++ b/backend/hu/action.json @@ -1 +1,90 @@ -{"action":{"museum_choose":"A szerkeszteni k\u00edv\u00e1nt m\u00fazeum kiv\u00e1laszt\u00e1sa ...","museum_change":"Egy m\u00fazeum adatainak szerkeszt\u00e9se ...","museum_input":"\u00daj m\u00fazeum l\u00e9trehoz\u00e1sa ...","collection_choose":"A szerkeszteni k\u00edv\u00e1nt gy\u0171jtem\u00e9ny kiv\u00e1laszt\u00e1sa ...","collection_change":"Egy gy\u0171jtem\u00e9ny adatainak szerkeszt\u00e9se ...","collection_input":"\u00daj gy\u0171jtem\u00e9ny l\u00e9trehoz\u00e1sa ...","object_choose":"A szerkeszteni k\u00edv\u00e1nt t\u00e1rgy kiv\u00e1laszt\u00e1sa","object_change":"Egy t\u00e1rgy adatainak szerkeszt\u00e9se","object_input":"\u00daj t\u00e1rgy l\u00e9trehoz\u00e1sa","event_choose":"A szerkeszteni k\u00edv\u00e1nt esem\u00e9ny kiv\u00e1laszt\u00e1sa ...","event_change":"Esem\u00e9ny adatainak szerkeszt\u00e9se ...","event_input":"\u00daj esem\u00e9ny hozz\u00e1ad\u00e1sa ...","time_choose":"A szerkeszteni k\u00edv\u00e1nt id\u0151beli vonatkoz\u00e1s kiv\u00e1laszt\u00e1sa ...","time_change":"Id\u0151beli vonatkoz\u00e1s adatainak szerkeszt\u00e9se ...","time_input":"\u00daj id\u0151beli vonatkoz\u00e1s hozz\u00e1ad\u00e1sa ...","actor_choose":"A szerkeszteni k\u00edv\u00e1nt k\u00f6zrem\u0171k\u00f6d\u0151 kiv\u00e1laszt\u00e1sa ...","actor_change":"K\u00f6zrem\u0171k\u00f6d\u0151 adatainak hozz\u00e1ad\u00e1sa ...","actor_input":"\u00daj k\u00f6zrem\u0171k\u00f6d\u0151 hozz\u00e1ad\u00e1sa ...","place_choose":"A szerkeszteni k\u00edv\u00e1nt helysz\u00edn kiv\u00e1laszt\u00e1sa ...","place_change":"Helysz\u00edn adatainak szerkeszt\u00e9se ...","place_input":"\u00daj helysz\u00edn hozz\u00e1ad\u00e1sa ...","tag_choose":"A szerkeszteni k\u00edv\u00e1nt kulcssz\u00f3 kiv\u00e1laszt\u00e1sa ...","tag_change":"Kulcssz\u00f3 szerkeszt\u00e9se ...","tag_input":"\u00daj kulcssz\u00f3 hozz\u00e1ad\u00e1sa ...","literature_choose":"A szerkeszteni k\u00edv\u00e1nt szakirodalmi vonatkoz\u00e1s kiv\u00e1laszt\u00e1sa ...","literature_change":"Szakirodalmi vonatkoz\u00e1s adatainak szerkeszt\u00e9se ...","literature_input":"\u00daj szakirodalmi vonatkoz\u00e1s hozz\u00e1ad\u00e1sa ...","link_choose":"A szerkeszteni k\u00edv\u00e1nt link kiv\u00e1laszt\u00e1sa ...","link_change":"Link szerkeszt\u00e9se ...","link_input":"\u00daj link hozz\u00e1ad\u00e1sa ...","project_choose":"A szerkeszteni k\u00edv\u00e1nt projekt kiv\u00e1laszt\u00e1sa ...","project_change":"Projekt szerkeszt\u00e9se ...","project_input":"\u00daj projekt hozz\u00e1ad\u00e1sa ...","settings_museum":"Be\u00e1ll\u00edt\u00e1sok szerkeszt\u00e9se (M\u00fazeum)","settings_private":"Be\u00e1ll\u00edt\u00e1sok szerkeszt\u00e9se","user_choose":"A szerkeszteni k\u00edv\u00e1nt felhaszn\u00e1l\u00f3 kiv\u00e1laszt\u00e1sa ...","user_change":"Felhaszn\u00e1l\u00f3 adatainak szerkeszt\u00e9se ...","user_input":"\u00daj felhaszn\u00e1l\u00f3 hozz\u00e1ad\u00e1sa ...","logged_in_as":"Bejelentkezve mint","log_out":"Kijelentkez\u00e9s","go_home":"Vissza a f\u0151oldala","question":"K\u00e9rd\u00e9s","ask_whom":"K\u00e9rdezze meg","notes":"Jegyzetek","working_with_filters":"Sz\u0171r\u0151k haszn\u00e1lata","working_with_watchlist":"Saj\u00e1t lista haszn\u00e1lata","print_list_function":"Lista nyomtat\u00e1sa","lists":"List\u00e1k","event_types":"Esem\u00e9ny t\u00edpusok","legal_forms":"Jogi kateg\u00f3ri\u00e1k (k\u00e9pek)","database_services":"Adatb\u00e1zis szolg\u00e1ltat\u00e1sok","data_export":"Adatexport","backup":"Biztons\u00e1gi ment\u00e9s","watch_list":"Saj\u00e1t lista","events_using_list":"Esem\u00e9ny megad\u00e1sa lista alapj\u00e1n","tag_proposal":"Kulcssz\u00f3 aj\u00e1nl\u00e1s","enrichment_with_eol":"EOL gazdag\u00edt\u00e1s","multiple_changes":"T\u00f6meges v\u00e1ltoztat\u00e1s","startpage":"Kezd\u0151oldal","handbook":"Adatbeviteli seg\u00e9dlet","tabs":"Alf\u00fclek","statistics":"Statisztika","change_language":"Nyelv v\u00e1laszt\u00e1s","userroles":"Felhaszn\u00e1l\u00f3i jogosults\u00e1gok","goodtimes":"Id\u0151beli vonatkoz\u00e1sok","introduction":"R\u00f6vid bevezet\u0151","add_persinst":"Add a Person \/ Institution","add_place":"Add a Place Entry","link_obj_serie":"Link Object with Series","advanced_search":"Advanced Search","add_a_link":"Add a Link","annotate_persinst":"Annotate a Person \/ Institution Entry","annotate_tag":"Annotate a Tag","annotate_time":"Annotate a Time Entry","add_alternative_language_record":"Add an Alternative Language Record","utilities":"Utilities","link_obj_collection":"Link Object with a Collection","link_obj_document":"Link Object with a Document","dashboard":"Dashboard","link_obj_literature":"Link Object with Literature","select_event_type":"Select an Event Type","link_obj_object":"Link Object with Another Object","link_obj_museum":"Link Object with a Museum","resource_edit":"Edit Resource","uploading_image":"Uploading an Image","annotate_place":"Annotate a Place"}} +{ + "action": { + "museum_choose": "A szerkeszteni k\u00edv\u00e1nt m\u00fazeum kiv\u00e1laszt\u00e1sa ...", + "museum_change": "Egy m\u00fazeum adatainak szerkeszt\u00e9se ...", + "museum_input": "\u00daj m\u00fazeum l\u00e9trehoz\u00e1sa ...", + "collection_choose": "A szerkeszteni k\u00edv\u00e1nt gy\u0171jtem\u00e9ny kiv\u00e1laszt\u00e1sa ...", + "collection_change": "Egy gy\u0171jtem\u00e9ny adatainak szerkeszt\u00e9se ...", + "collection_input": "\u00daj gy\u0171jtem\u00e9ny l\u00e9trehoz\u00e1sa ...", + "object_choose": "A szerkeszteni k\u00edv\u00e1nt t\u00e1rgy kiv\u00e1laszt\u00e1sa", + "object_change": "Egy t\u00e1rgy adatainak szerkeszt\u00e9se", + "object_input": "\u00daj t\u00e1rgy l\u00e9trehoz\u00e1sa", + "event_choose": "A szerkeszteni k\u00edv\u00e1nt esem\u00e9ny kiv\u00e1laszt\u00e1sa ...", + "event_change": "Esem\u00e9ny adatainak szerkeszt\u00e9se ...", + "event_input": "\u00daj esem\u00e9ny hozz\u00e1ad\u00e1sa ...", + "time_choose": "A szerkeszteni k\u00edv\u00e1nt id\u0151beli vonatkoz\u00e1s kiv\u00e1laszt\u00e1sa ...", + "time_change": "Id\u0151beli vonatkoz\u00e1s adatainak szerkeszt\u00e9se ...", + "time_input": "\u00daj id\u0151beli vonatkoz\u00e1s hozz\u00e1ad\u00e1sa ...", + "actor_choose": "A szerkeszteni k\u00edv\u00e1nt k\u00f6zrem\u0171k\u00f6d\u0151 kiv\u00e1laszt\u00e1sa ...", + "actor_change": "K\u00f6zrem\u0171k\u00f6d\u0151 adatainak hozz\u00e1ad\u00e1sa ...", + "actor_input": "\u00daj k\u00f6zrem\u0171k\u00f6d\u0151 hozz\u00e1ad\u00e1sa ...", + "place_choose": "A szerkeszteni k\u00edv\u00e1nt helysz\u00edn kiv\u00e1laszt\u00e1sa ...", + "place_change": "Helysz\u00edn adatainak szerkeszt\u00e9se ...", + "place_input": "\u00daj helysz\u00edn hozz\u00e1ad\u00e1sa ...", + "tag_choose": "A szerkeszteni k\u00edv\u00e1nt kulcssz\u00f3 kiv\u00e1laszt\u00e1sa ...", + "tag_change": "Kulcssz\u00f3 szerkeszt\u00e9se ...", + "tag_input": "\u00daj kulcssz\u00f3 hozz\u00e1ad\u00e1sa ...", + "literature_choose": "A szerkeszteni k\u00edv\u00e1nt szakirodalmi vonatkoz\u00e1s kiv\u00e1laszt\u00e1sa ...", + "literature_change": "Szakirodalmi vonatkoz\u00e1s adatainak szerkeszt\u00e9se ...", + "literature_input": "\u00daj szakirodalmi vonatkoz\u00e1s hozz\u00e1ad\u00e1sa ...", + "link_choose": "A szerkeszteni k\u00edv\u00e1nt link kiv\u00e1laszt\u00e1sa ...", + "link_change": "Link szerkeszt\u00e9se ...", + "link_input": "\u00daj link hozz\u00e1ad\u00e1sa ...", + "project_choose": "A szerkeszteni k\u00edv\u00e1nt projekt kiv\u00e1laszt\u00e1sa ...", + "project_change": "Projekt szerkeszt\u00e9se ...", + "project_input": "\u00daj projekt hozz\u00e1ad\u00e1sa ...", + "settings_museum": "Be\u00e1ll\u00edt\u00e1sok szerkeszt\u00e9se (M\u00fazeum)", + "settings_private": "Be\u00e1ll\u00edt\u00e1sok szerkeszt\u00e9se", + "user_choose": "A szerkeszteni k\u00edv\u00e1nt felhaszn\u00e1l\u00f3 kiv\u00e1laszt\u00e1sa ...", + "user_change": "Felhaszn\u00e1l\u00f3 adatainak szerkeszt\u00e9se ...", + "user_input": "\u00daj felhaszn\u00e1l\u00f3 hozz\u00e1ad\u00e1sa ...", + "logged_in_as": "Bejelentkezve mint", + "log_out": "Kijelentkez\u00e9s", + "go_home": "Vissza a f\u0151oldala", + "question": "K\u00e9rd\u00e9s", + "ask_whom": "K\u00e9rdezze meg", + "notes": "Jegyzetek", + "working_with_filters": "Sz\u0171r\u0151k haszn\u00e1lata", + "working_with_watchlist": "Saj\u00e1t lista haszn\u00e1lata", + "print_list_function": "Lista nyomtat\u00e1sa", + "lists": "List\u00e1k", + "event_types": "Esem\u00e9ny t\u00edpusok", + "legal_forms": "Jogi kateg\u00f3ri\u00e1k (k\u00e9pek)", + "database_services": "Adatb\u00e1zis szolg\u00e1ltat\u00e1sok", + "data_export": "Adatexport", + "backup": "Biztons\u00e1gi ment\u00e9s", + "watch_list": "Saj\u00e1t lista", + "events_using_list": "Esem\u00e9ny megad\u00e1sa lista alapj\u00e1n", + "tag_proposal": "Kulcssz\u00f3 aj\u00e1nl\u00e1s", + "enrichment_with_eol": "EOL gazdag\u00edt\u00e1s", + "multiple_changes": "T\u00f6meges v\u00e1ltoztat\u00e1s", + "startpage": "Kezd\u0151oldal", + "handbook": "Adatbeviteli seg\u00e9dlet", + "tabs": "Alf\u00fclek", + "statistics": "Statisztika", + "change_language": "Nyelv v\u00e1laszt\u00e1s", + "userroles": "Felhaszn\u00e1l\u00f3i jogosults\u00e1gok", + "goodtimes": "Id\u0151beli vonatkoz\u00e1sok", + "introduction": "R\u00f6vid bevezet\u0151", + "add_persinst": "Szem\u00e9ly \/int\u00e9zm\u00e9ny hozz\u00e1ad\u00e1sa", + "add_place": "F\u00f6ldrajzi vonatkoz\u00e1s hozz\u00e1ad\u00e1sa", + "link_obj_serie": "Link Object with Series", + "advanced_search": "\u00d6sszetett keres\u0151", + "add_a_link": "Link hozz\u00e1ad\u00e1sa", + "annotate_persinst": "Megjegyz\u00e9s a szem\u00e9llyel \/int\u00e9zm\u00e9nnyel kapcsolatban ", + "annotate_tag": "Megjegyz\u00e9s a kulcssz\u00f3val kapcsolatban", + "annotate_time": "Megjegyz\u00e9s id\u0151beli vonatkoz\u00e1ssal kapcsolatban", + "add_alternative_language_record": "Alternat\u00edv nyelvi verzi\u00f3 hozz\u00e1ad\u00e1sa", + "utilities": "Utilities", + "link_obj_collection": "T\u00e1rgy hozz\u00e1kapcsol\u00e1sa egy gy\u0171jtem\u00e9nyhez", + "link_obj_document": "T\u00e1rgy hozz\u00e1kapcsol\u00e1sa egy dokumentumhoz", + "dashboard": "Dashboard", + "link_obj_literature": "T\u00e1rgy hozz\u00e1kapcsol\u00e1sa egy szakirodalomhoz", + "select_event_type": "Esem\u00e9nyt\u00edpus kiv\u00e1laszt\u00e1sa", + "link_obj_object": "T\u00e1rgy hozz\u00e1kapcsol\u00e1sa m\u00e1sik t\u00e1rgyhoz", + "link_obj_museum": "T\u00e1rgy hozz\u00e1kapcsol\u00e1sa egy m\u00fazeumhoz", + "resource_edit": "Edit Resource", + "uploading_image": "K\u00e9p felt\u00f6lt\u00e9se", + "annotate_place": "Megyjegyz\u00e9s f\u00f6ldrajzi vonatkoz\u00e1shoz" + } +} \ No newline at end of file diff --git a/backend/hu/appointments.json b/backend/hu/appointments.json index 15bc6aa6..cb85082f 100644 --- a/backend/hu/appointments.json +++ b/backend/hu/appointments.json @@ -1,29 +1,29 @@ { "tlAppointments": { - "appointment": "Appointment", - "title": "Title", - "name_explica": "The name of the appointment \/ event.", - "start_time": "Time of start", - "start_time_explica": "The time the event begins.", - "end_time": "End time", - "end_time_explica": "The end of the appointment \/ event.", - "appointment_belongs": "Institution", - "appointment_added": "An appointment has been added.", - "description": "Description", - "description_explica": "Description of the event.", - "there_are_no_appointments": "There are no appointments yet.", - "appointments_list": "List appointments", - "appointment_no_name": "The appointment has no name.", - "appointments_edit": "Edit an appointment", - "image_uploaded": "The image has been uploaded", - "appointment_deleted": "The appointment has been deleted", - "image_deleted": "The image has been deleted", - "appointment_edited": "The appointment has been edited.", - "make_public": "Set to public", - "make_hidden": "Set to hidden", - "upload_image": "Upload image", - "delete_image": "Delete", - "start_time_hour": "Hour", - "start_time_min": "Minute" + "appointment": "Esem\u00e9ny \/ rendezv\u00e9ny", + "title": "C\u00edm", + "name_explica": "Az esem\u00e9ny megnevez\u00e9se", + "start_time": "Kezd\u00e9s", + "start_time_explica": "Az esem\u00e9ny kezdete", + "end_time": "Befejez\u00e9s", + "end_time_explica": "Az esem\u00e9ny v\u00e9ge", + "appointment_belongs": "Int\u00e9zm\u00e9ny", + "appointment_added": "Egy esem\u00e9nyt adott hozz\u00e1", + "description": "Le\u00edr\u00e1s", + "description_explica": "Az esem\u00e9ny le\u00edr\u00e1sa", + "there_are_no_appointments": "Nincs esem\u00e9ny", + "appointments_list": "Esem\u00e9nyek list\u00e1z\u00e1sa", + "appointment_no_name": "Az esem\u00e9nynek hi\u00e1nyzik a megnevez\u00e9se", + "appointments_edit": "Az esem\u00e9ny szerkeszt\u00e9se", + "image_uploaded": "Egy k\u00e9pet t\u00f6lt\u00f6tt fel", + "appointment_deleted": "Az esem\u00e9nyt t\u00f6r\u00f6lte", + "image_deleted": "A k\u00e9pet t\u00f6r\u00f6lte", + "appointment_edited": "Az esem\u00e9nyt szerkesztette", + "make_public": "K\u00f6zz\u00e9t\u00e9tel", + "make_hidden": "Elrejt\u00e9s", + "upload_image": "K\u00e9p felt\u00f6lt\u00e9se", + "delete_image": "T\u00f6rl\u00e9s", + "start_time_hour": "\u00d3ra", + "start_time_min": "Perc" } } \ No newline at end of file diff --git a/backend/hu/basis.json b/backend/hu/basis.json index 5629ebb8..b392433a 100644 --- a/backend/hu/basis.json +++ b/backend/hu/basis.json @@ -58,26 +58,26 @@ "notfound": "Sajnos nincs tal\u00e1lat", "oak": "Objects at map", "record_history": "Rekord t\u00f6rt\u00e9net", - "loans": "Loan Management", + "loans": "Haszonk\u00f6lcs\u00f6n", "exhibitions": "Ki\u00e1ll\u00edt\u00e1sok", "restoration": "Restaur\u00e1l\u00e1s", "provenanceresearch": "Proveniencia kutat\u00e1s", "account_settings": "Saj\u00e1t fi\u00f3k", "edit": "Szerkeszt\u00e9s", - "contacts": "Contacts", - "contacts_input": "Add a contact", - "contacts_edit": "Edit contact", - "loans_input": "Add loan entry", - "loans_edit": "Edit a loan entry", - "delete": "Delete", - "exhibitions_input": "Add an exhibition", - "loans_choose": "Select a loan entry", - "contacts_choose": "Select a contact", - "exhibitions_choose": "Select an exhibition", - "impressum": "impressum", - "privacy_policy": "Privacy policy", - "appointments_input": "Add an appointment", - "appointments": "Appointments", - "appointments_choose": "Select an appointment" + "contacts": "Kapcsolatok", + "contacts_input": "Kapcsolat hozz\u00e1ad\u00e1sa", + "contacts_edit": "Kapcsolat szerkeszt\u00e9se", + "loans_input": "Haszonk\u00f6lcs\u00f6n bejegyz\u00e9s hozz\u00e1ad\u00e1sa", + "loans_edit": "Haszonk\u00f6lcs\u00f6n bejegyz\u00e9s szerkeszt\u00e9se", + "delete": "T\u00f6rl\u00e9s", + "exhibitions_input": "Ki\u00e1ll\u00edt\u00e1s hozz\u00e1ad\u00e1sa", + "loans_choose": "Haszonk\u00f6lcs\u00f6n kiv\u00e1laszt\u00e1sa", + "contacts_choose": "Kapcsolat kiv\u00e1laszt\u00e1sa", + "exhibitions_choose": "Ki\u00e1ll\u00edt\u00e1s kiv\u00e1laszt\u00e1sa", + "impressum": "Impresszum", + "privacy_policy": "Adatkezel\u00e9si szab\u00e1lyzat", + "appointments_input": "Esem\u00e9ny hozz\u00e1ad\u00e1sa", + "appointments": "Esem\u00e9nyek", + "appointments_choose": "Esem\u00e9ny kiv\u00e1laszt\u00e1sa" } } \ No newline at end of file diff --git a/backend/hu/collection.json b/backend/hu/collection.json index aa8cb1bc..c7461ebc 100644 --- a/backend/hu/collection.json +++ b/backend/hu/collection.json @@ -41,7 +41,7 @@ "collection_has_been_edited": "V\u00e1ltoztat\u00e1sok ment\u00e9se megt\u00f6rt\u00e9nt ", "collection_overview": "Gy\u0171jtem\u00e9nyek \u00e1ttekint\u00e9se", "collection_order": "Sorrend", - "no_collection_yet": "You (or your institution) doesn't yet have any collections.", - "collection_moved": "The collection was moved" + "no_collection_yet": "Az int\u00e9zm\u00e9nyhez m\u00e9g egy gy\u0171jtem\u00e9ny sem kapcsol\u00f3dik", + "collection_moved": "A gy\u0171jtem\u00e9nyt \u00e1tk\u00f6lt\u00f6ztette" } -} +} \ No newline at end of file diff --git a/backend/hu/condition.json b/backend/hu/condition.json index 009f83b5..dd99bafa 100644 --- a/backend/hu/condition.json +++ b/backend/hu/condition.json @@ -1,28 +1,28 @@ { "tlCond": { - "condition_documentation": "Condition documentation", - "exhibitable": "Use in exhibitions", - "movable": "Use in loans", - "needsRestoration": "Needs restoration", - "short_notice": "Short notice", - "upload_image_pdf": "Upload image or PDF", - "specific_notes": "Single attributes", - "value": "Value", - "new_field": "Add attribute", - "field_name": "Add attribute (Name)", - "field_value": "Add attribute (Value)", - "reports": "Reports", - "add_report": "Add report", - "title": "Title", - "content": "Content", - "damage": "Damage", - "conservation": "Conservation", - "condition": "State", - "restoration": "Restoration", - "other_report": "Other report", - "creator": "Creator", - "date": "Date", - "delete": "Delete", - "type": "Type" + "condition_documentation": "\u00c1llapotfelm\u00e9r\u00e9si dokument\u00e1ci\u00f3", + "exhibitable": "Ki\u00e1ll\u00edthat\u00f3?", + "movable": "K\u00f6lcs\u00f6nadhat\u00f3?", + "needsRestoration": "Restaur\u00e1lni sz\u00fcks\u00e9ges?", + "short_notice": "R\u00f6vid megjegyz\u00e9s", + "upload_image_pdf": "K\u00e9p vagy PDF felt\u00f6lt\u00e9se", + "specific_notes": "Hibajegyek", + "value": "\u00c9rt\u00e9k", + "new_field": "Hibajegy hozz\u00e1ad\u00e1sa", + "field_name": "Hibajegy hozz\u00e1ad\u00e1sa (megnevez\u00e9s)", + "field_value": "Hibajegy r\u00f6vid le\u00edr\u00e1sa", + "reports": "Restaur\u00e1l\u00e1si dokument\u00e1ci\u00f3k", + "add_report": "Restaur\u00e1l\u00e1si dokument\u00e1ci\u00f3 hozz\u00e1ad\u00e1sa", + "title": "C\u00edm", + "content": "Tartalom", + "damage": "S\u00e9r\u00fcl\u00e9s", + "conservation": "\u00c1lagmeg\u0151rz\u00e9s ", + "condition": "\u00c1llapot", + "restoration": "Restaur\u00e1l\u00e1s", + "other_report": "M\u00e1sik restaur\u00e1l\u00e1si dokument\u00e1ci\u00f3", + "creator": "K\u00e9sz\u00edt\u0151", + "date": "D\u00e1tum", + "delete": "T\u00f6rl\u00e9s", + "type": "T\u00edpus" } } \ No newline at end of file diff --git a/backend/hu/contacts.json b/backend/hu/contacts.json index 121329dd..dca4664f 100644 --- a/backend/hu/contacts.json +++ b/backend/hu/contacts.json @@ -34,7 +34,8 @@ "url_explica": "URL of the website of the person or institution. Must be an absolute URL (starting with http:\/\/<\/code> or https:\/\/<\/code>).", "zip_code": "Zip code", "zip_code_explica": "ZIP code of the institution.", - "contacts_added_loan": "The contact has been added. You can now link it with the loan entry." + "contacts_added_loan": "The contact has been added. You can now link it with the loan entry.", + "contacts_list_empty": "Your list of contacts is empty thus far." }, "gender": [ "", diff --git a/backend/hu/exhibitions.php b/backend/hu/exhibitions.php index ad5bd280..5848c62e 100644 --- a/backend/hu/exhibitions.php +++ b/backend/hu/exhibitions.php @@ -24,6 +24,9 @@ "upload_image_pdf": "Upload image or PDF", "delete_image_pdf": "Delete", "obj_link_with_exhibition": "Link with an Exhibition", - "obj_linked_exhibitions": "Linked Exhibitions" + "obj_linked_exhibitions": "Linked Exhibitions", + "exhibitions_list_empty": "Your list of exhibitions is empty thus far. Add one.", + "remove_obj": "Unlink", + "options": "Options" } } \ No newline at end of file diff --git a/backend/hu/loans.json b/backend/hu/loans.json index dbb6928d..8dae056a 100644 --- a/backend/hu/loans.json +++ b/backend/hu/loans.json @@ -38,6 +38,7 @@ "add_new_link_contact": "Add and link new contact", "updated_link_loan": "Updated link with loan", "deleted_link_obj_loan": "Deleted link of object with loan entry", - "added_link_obj_loan": "Added link of object with loan entry" + "added_link_obj_loan": "Added link of object with loan entry", + "loans_list_empty": "Your list of loans is empty thus far." } } \ No newline at end of file diff --git a/backend/id/contacts.json b/backend/id/contacts.json index 121329dd..dca4664f 100644 --- a/backend/id/contacts.json +++ b/backend/id/contacts.json @@ -34,7 +34,8 @@ "url_explica": "URL of the website of the person or institution. Must be an absolute URL (starting with http:\/\/<\/code> or https:\/\/<\/code>).", "zip_code": "Zip code", "zip_code_explica": "ZIP code of the institution.", - "contacts_added_loan": "The contact has been added. You can now link it with the loan entry." + "contacts_added_loan": "The contact has been added. You can now link it with the loan entry.", + "contacts_list_empty": "Your list of contacts is empty thus far." }, "gender": [ "", diff --git a/backend/id/exhibitions.php b/backend/id/exhibitions.php index ad5bd280..5848c62e 100644 --- a/backend/id/exhibitions.php +++ b/backend/id/exhibitions.php @@ -24,6 +24,9 @@ "upload_image_pdf": "Upload image or PDF", "delete_image_pdf": "Delete", "obj_link_with_exhibition": "Link with an Exhibition", - "obj_linked_exhibitions": "Linked Exhibitions" + "obj_linked_exhibitions": "Linked Exhibitions", + "exhibitions_list_empty": "Your list of exhibitions is empty thus far. Add one.", + "remove_obj": "Unlink", + "options": "Options" } } \ No newline at end of file diff --git a/backend/id/loans.json b/backend/id/loans.json index dbb6928d..8dae056a 100644 --- a/backend/id/loans.json +++ b/backend/id/loans.json @@ -38,6 +38,7 @@ "add_new_link_contact": "Add and link new contact", "updated_link_loan": "Updated link with loan", "deleted_link_obj_loan": "Deleted link of object with loan entry", - "added_link_obj_loan": "Added link of object with loan entry" + "added_link_obj_loan": "Added link of object with loan entry", + "loans_list_empty": "Your list of loans is empty thus far." } } \ No newline at end of file diff --git a/backend/it/contacts.json b/backend/it/contacts.json index 121329dd..dca4664f 100644 --- a/backend/it/contacts.json +++ b/backend/it/contacts.json @@ -34,7 +34,8 @@ "url_explica": "URL of the website of the person or institution. Must be an absolute URL (starting with http:\/\/<\/code> or https:\/\/<\/code>).", "zip_code": "Zip code", "zip_code_explica": "ZIP code of the institution.", - "contacts_added_loan": "The contact has been added. You can now link it with the loan entry." + "contacts_added_loan": "The contact has been added. You can now link it with the loan entry.", + "contacts_list_empty": "Your list of contacts is empty thus far." }, "gender": [ "", diff --git a/backend/it/exhibitions.php b/backend/it/exhibitions.php index ad5bd280..5848c62e 100644 --- a/backend/it/exhibitions.php +++ b/backend/it/exhibitions.php @@ -24,6 +24,9 @@ "upload_image_pdf": "Upload image or PDF", "delete_image_pdf": "Delete", "obj_link_with_exhibition": "Link with an Exhibition", - "obj_linked_exhibitions": "Linked Exhibitions" + "obj_linked_exhibitions": "Linked Exhibitions", + "exhibitions_list_empty": "Your list of exhibitions is empty thus far. Add one.", + "remove_obj": "Unlink", + "options": "Options" } } \ No newline at end of file diff --git a/backend/it/loans.json b/backend/it/loans.json index dbb6928d..8dae056a 100644 --- a/backend/it/loans.json +++ b/backend/it/loans.json @@ -38,6 +38,7 @@ "add_new_link_contact": "Add and link new contact", "updated_link_loan": "Updated link with loan", "deleted_link_obj_loan": "Deleted link of object with loan entry", - "added_link_obj_loan": "Added link of object with loan entry" + "added_link_obj_loan": "Added link of object with loan entry", + "loans_list_empty": "Your list of loans is empty thus far." } } \ No newline at end of file diff --git a/backend/nl/contacts.json b/backend/nl/contacts.json index 121329dd..dca4664f 100644 --- a/backend/nl/contacts.json +++ b/backend/nl/contacts.json @@ -34,7 +34,8 @@ "url_explica": "URL of the website of the person or institution. Must be an absolute URL (starting with http:\/\/<\/code> or https:\/\/<\/code>).", "zip_code": "Zip code", "zip_code_explica": "ZIP code of the institution.", - "contacts_added_loan": "The contact has been added. You can now link it with the loan entry." + "contacts_added_loan": "The contact has been added. You can now link it with the loan entry.", + "contacts_list_empty": "Your list of contacts is empty thus far." }, "gender": [ "", diff --git a/backend/nl/exhibitions.php b/backend/nl/exhibitions.php index ad5bd280..5848c62e 100644 --- a/backend/nl/exhibitions.php +++ b/backend/nl/exhibitions.php @@ -24,6 +24,9 @@ "upload_image_pdf": "Upload image or PDF", "delete_image_pdf": "Delete", "obj_link_with_exhibition": "Link with an Exhibition", - "obj_linked_exhibitions": "Linked Exhibitions" + "obj_linked_exhibitions": "Linked Exhibitions", + "exhibitions_list_empty": "Your list of exhibitions is empty thus far. Add one.", + "remove_obj": "Unlink", + "options": "Options" } } \ No newline at end of file diff --git a/backend/nl/loans.json b/backend/nl/loans.json index dbb6928d..8dae056a 100644 --- a/backend/nl/loans.json +++ b/backend/nl/loans.json @@ -38,6 +38,7 @@ "add_new_link_contact": "Add and link new contact", "updated_link_loan": "Updated link with loan", "deleted_link_obj_loan": "Deleted link of object with loan entry", - "added_link_obj_loan": "Added link of object with loan entry" + "added_link_obj_loan": "Added link of object with loan entry", + "loans_list_empty": "Your list of loans is empty thus far." } } \ No newline at end of file diff --git a/backend/pl/contacts.json b/backend/pl/contacts.json index 121329dd..dca4664f 100644 --- a/backend/pl/contacts.json +++ b/backend/pl/contacts.json @@ -34,7 +34,8 @@ "url_explica": "URL of the website of the person or institution. Must be an absolute URL (starting with http:\/\/<\/code> or https:\/\/<\/code>).", "zip_code": "Zip code", "zip_code_explica": "ZIP code of the institution.", - "contacts_added_loan": "The contact has been added. You can now link it with the loan entry." + "contacts_added_loan": "The contact has been added. You can now link it with the loan entry.", + "contacts_list_empty": "Your list of contacts is empty thus far." }, "gender": [ "", diff --git a/backend/pl/exhibitions.php b/backend/pl/exhibitions.php index ad5bd280..5848c62e 100644 --- a/backend/pl/exhibitions.php +++ b/backend/pl/exhibitions.php @@ -24,6 +24,9 @@ "upload_image_pdf": "Upload image or PDF", "delete_image_pdf": "Delete", "obj_link_with_exhibition": "Link with an Exhibition", - "obj_linked_exhibitions": "Linked Exhibitions" + "obj_linked_exhibitions": "Linked Exhibitions", + "exhibitions_list_empty": "Your list of exhibitions is empty thus far. Add one.", + "remove_obj": "Unlink", + "options": "Options" } } \ No newline at end of file diff --git a/backend/pl/loans.json b/backend/pl/loans.json index dbb6928d..8dae056a 100644 --- a/backend/pl/loans.json +++ b/backend/pl/loans.json @@ -38,6 +38,7 @@ "add_new_link_contact": "Add and link new contact", "updated_link_loan": "Updated link with loan", "deleted_link_obj_loan": "Deleted link of object with loan entry", - "added_link_obj_loan": "Added link of object with loan entry" + "added_link_obj_loan": "Added link of object with loan entry", + "loans_list_empty": "Your list of loans is empty thus far." } } \ No newline at end of file diff --git a/backend/pt/contacts.json b/backend/pt/contacts.json index 121329dd..dca4664f 100644 --- a/backend/pt/contacts.json +++ b/backend/pt/contacts.json @@ -34,7 +34,8 @@ "url_explica": "URL of the website of the person or institution. Must be an absolute URL (starting with http:\/\/<\/code> or https:\/\/<\/code>).", "zip_code": "Zip code", "zip_code_explica": "ZIP code of the institution.", - "contacts_added_loan": "The contact has been added. You can now link it with the loan entry." + "contacts_added_loan": "The contact has been added. You can now link it with the loan entry.", + "contacts_list_empty": "Your list of contacts is empty thus far." }, "gender": [ "", diff --git a/backend/pt/exhibitions.php b/backend/pt/exhibitions.php index ad5bd280..5848c62e 100644 --- a/backend/pt/exhibitions.php +++ b/backend/pt/exhibitions.php @@ -24,6 +24,9 @@ "upload_image_pdf": "Upload image or PDF", "delete_image_pdf": "Delete", "obj_link_with_exhibition": "Link with an Exhibition", - "obj_linked_exhibitions": "Linked Exhibitions" + "obj_linked_exhibitions": "Linked Exhibitions", + "exhibitions_list_empty": "Your list of exhibitions is empty thus far. Add one.", + "remove_obj": "Unlink", + "options": "Options" } } \ No newline at end of file diff --git a/backend/pt/loans.json b/backend/pt/loans.json index dbb6928d..8dae056a 100644 --- a/backend/pt/loans.json +++ b/backend/pt/loans.json @@ -38,6 +38,7 @@ "add_new_link_contact": "Add and link new contact", "updated_link_loan": "Updated link with loan", "deleted_link_obj_loan": "Deleted link of object with loan entry", - "added_link_obj_loan": "Added link of object with loan entry" + "added_link_obj_loan": "Added link of object with loan entry", + "loans_list_empty": "Your list of loans is empty thus far." } } \ No newline at end of file diff --git a/backend/tl/contacts.json b/backend/tl/contacts.json index 121329dd..dca4664f 100644 --- a/backend/tl/contacts.json +++ b/backend/tl/contacts.json @@ -34,7 +34,8 @@ "url_explica": "URL of the website of the person or institution. Must be an absolute URL (starting with http:\/\/<\/code> or https:\/\/<\/code>).", "zip_code": "Zip code", "zip_code_explica": "ZIP code of the institution.", - "contacts_added_loan": "The contact has been added. You can now link it with the loan entry." + "contacts_added_loan": "The contact has been added. You can now link it with the loan entry.", + "contacts_list_empty": "Your list of contacts is empty thus far." }, "gender": [ "", diff --git a/backend/tl/exhibitions.php b/backend/tl/exhibitions.php index ad5bd280..5848c62e 100644 --- a/backend/tl/exhibitions.php +++ b/backend/tl/exhibitions.php @@ -24,6 +24,9 @@ "upload_image_pdf": "Upload image or PDF", "delete_image_pdf": "Delete", "obj_link_with_exhibition": "Link with an Exhibition", - "obj_linked_exhibitions": "Linked Exhibitions" + "obj_linked_exhibitions": "Linked Exhibitions", + "exhibitions_list_empty": "Your list of exhibitions is empty thus far. Add one.", + "remove_obj": "Unlink", + "options": "Options" } } \ No newline at end of file diff --git a/backend/tl/loans.json b/backend/tl/loans.json index dbb6928d..8dae056a 100644 --- a/backend/tl/loans.json +++ b/backend/tl/loans.json @@ -38,6 +38,7 @@ "add_new_link_contact": "Add and link new contact", "updated_link_loan": "Updated link with loan", "deleted_link_obj_loan": "Deleted link of object with loan entry", - "added_link_obj_loan": "Added link of object with loan entry" + "added_link_obj_loan": "Added link of object with loan entry", + "loans_list_empty": "Your list of loans is empty thus far." } } \ No newline at end of file diff --git a/frontend/de/home.json b/frontend/de/home.json index eddd9b8b..6bbf4854 100644 --- a/frontend/de/home.json +++ b/frontend/de/home.json @@ -14,6 +14,7 @@ "more": "Mehr ...", "all_events": "Alle Veranstaltungen", "upcoming_exhibitions": "Kommende Ausstellungen", - "selected_topics": "Ausgew\u00e4hlte Themen" + "selected_topics": "Ausgew\u00e4hlte Themen", + "ongoing_exhibitions": "Laufende Ausstellungen" } } \ No newline at end of file diff --git a/frontend/de/institution.json b/frontend/de/institution.json index c78e367c..d55737a5 100644 --- a/frontend/de/institution.json +++ b/frontend/de/institution.json @@ -4,9 +4,9 @@ "page_museumatmap": "Museum auf Karte", "page_museumatassociation": "Museum bei MV", "page_museummoreabout": "... mehr \u00fcber das Museum und seine Sammlungen", - "page_museumsearchcollection": "Objekte in dieser Sammlung suchen", + "page_museumsearchcollection": "Sammlung durchsuchen", "page_museumshowallobjects": "Alle Objekte des Museums in dieser Datenbank anzeigen", - "page_museumsearchobjects": "Einzelne Objekte des Museums in dieser Datenbank suchen", + "page_museumsearchobjects": "Objekte des Museums in dieser Datenbank suchen", "page_collection_title": "Sammlung", "page_collection_document": "Datenblatt", "page_collection_web": "Mehr", @@ -23,7 +23,7 @@ "objects_from_institution": "Objekte des Museums", "about_collection": "\u00dcber die Sammlung", "exhibitions_rss": "RSS (Ausstellungen)", - "export_calendar_exhibitions": "Ausstellungen (Abo)", + "export_calendar_exhibitions": "Ausstellungen", "upcoming_events": "Kommende Veranstaltungen", "see_more": "Weiteres", "timeline_objects_museum": "Zeitleiste der Objekte des Museums", diff --git a/frontend/de/objects.json b/frontend/de/objects.json index d57516d5..8553517c 100644 --- a/frontend/de/objects.json +++ b/frontend/de/objects.json @@ -21,6 +21,12 @@ "obj_page_timeline_intro": "Um alle Objekte auf einer Zeitleiste zu sehen, klicken Sie bitte", "exact": "Exakt", "help_extended_search_title": "Hilfe zur gezielten Suche", - "help_extended_search_content": "

Sie k\u00f6nnen bei der gezielten Suche verschiedene Suchparameter miteinander kombinierten.<\/p>\r\n\r\n

Einige der zur Verf\u00fcgung stehenden Felder erlauben die direkte Eingabe von Suchbegriffen. Hinter diesen Feldern ist ein kleines K\u00e4stchen zu finden. Wenn Sie den entsprechenden Suchschlitz ausf\u00fcllen dann wird prinzipiell nach der eingegebenen Buchstabenkombination gesucht. Klicken Sie jedoch auf das K\u00e4stchen (\"Exakt\") hinter dem Eingabefeld, so wird nur das gefunden, was genau dem Eingegebenen entspricht.<\/p>\r\n\r\n

Andere Felder sind Auswahlfelder, sobald sie in eines dieser Felder klicken \u00f6ffnet sich ein Aufklappmenu, aus welchem Sie einen Suchbegriff w\u00e4hlen k\u00f6nnen.<\/p>\r\n\r\n

Die Felder, die weder von einem \"Exakt\"-K\u00e4stchen gefolgt werden noch Aufklappfelder sind, reagieren auf ihre Eingaben. Sobald Sie hier einen Suchbegriff einzugeben beginnen erscheint eine Liste der bei museum-digital f\u00fcr dieses Feld bekannten Begriffe. Eine Suche in diesen Feldern kann nur dann erfolgreich sein, wenn Sie einen der Begriffe aus dieser Liste ausw\u00e4hlen.<\/p>" + "help_extended_search_content": "

Sie k\u00f6nnen bei der gezielten Suche verschiedene Suchparameter miteinander kombinierten.<\/p>\r\n\r\n

Einige der zur Verf\u00fcgung stehenden Felder erlauben die direkte Eingabe von Suchbegriffen. Hinter diesen Feldern ist ein kleines K\u00e4stchen zu finden. Wenn Sie den entsprechenden Suchschlitz ausf\u00fcllen dann wird prinzipiell nach der eingegebenen Buchstabenkombination gesucht. Klicken Sie jedoch auf das K\u00e4stchen (\"Exakt\") hinter dem Eingabefeld, so wird nur das gefunden, was genau dem Eingegebenen entspricht.<\/p>\r\n\r\n

Andere Felder sind Auswahlfelder, sobald sie in eines dieser Felder klicken \u00f6ffnet sich ein Aufklappmenu, aus welchem Sie einen Suchbegriff w\u00e4hlen k\u00f6nnen.<\/p>\r\n\r\n

Die Felder, die weder von einem \"Exakt\"-K\u00e4stchen gefolgt werden noch Aufklappfelder sind, reagieren auf ihre Eingaben. Sobald Sie hier einen Suchbegriff einzugeben beginnen erscheint eine Liste der bei museum-digital f\u00fcr dieses Feld bekannten Begriffe. Eine Suche in diesen Feldern kann nur dann erfolgreich sein, wenn Sie einen der Begriffe aus dieser Liste ausw\u00e4hlen.<\/p>", + "there_is_a_problem": "Fehler bei Ihrer Suche", + "search_error_suggestions": "Bitte versuchen Sie es erneut.", + "return_to_search": "Zur\u00fcck zur Suche", + "alpha": "Nach (Jahr)", + "omega": "Vor (Jahr)", + "modify_search_parameters": "Modify search parameters" } } \ No newline at end of file diff --git a/frontend/en/home.json b/frontend/en/home.json index cd11f223..8be480f5 100644 --- a/frontend/en/home.json +++ b/frontend/en/home.json @@ -14,6 +14,7 @@ "more": "More ...", "all_events": "All events", "upcoming_exhibitions": "Upcoming exhibitions", - "selected_topics": "Selected topics" + "selected_topics": "Selected topics", + "ongoing_exhibitions": "Ongoing exhibitions" } } \ No newline at end of file diff --git a/frontend/en/objects.json b/frontend/en/objects.json index 8521c9ec..8c320b5e 100644 --- a/frontend/en/objects.json +++ b/frontend/en/objects.json @@ -21,6 +21,12 @@ "obj_page_timeline_intro": "To access objects displayed on a timeline, please click ", "exact": "Exact", "help_extended_search_title": "Help for the extended search", - "help_extended_search_content": "

You can combine multiple search parameters.<\/p>\r\n\r\n

Some of the available search fields allow direct entering of search terms. Right behind these fields, you can find a small checkbox. If you fill in your search term, the search generally runs for any occurrences of the entered string. By enabling the small checkbox (\"Exact\"), you can execute a search for that exact term.<\/p>\r\n\r\n

There are also option menus. You can select search conditions by clicking on their respective entry in the appearing list there.<\/p>\r\n\r\n

The third kind, fields that neither have an \"exact\" checkbox nor consist of a list, react to your inputs. Once you type in a text, a list of suggested terms appears for you to select from.<\/p>" + "help_extended_search_content": "

You can combine multiple search parameters.<\/p>\r\n\r\n

Some of the available search fields allow direct entering of search terms. Right behind these fields, you can find a small checkbox. If you fill in your search term, the search generally runs for any occurrences of the entered string. By enabling the small checkbox (\"Exact\"), you can execute a search for that exact term.<\/p>\r\n\r\n

There are also option menus. You can select search conditions by clicking on their respective entry in the appearing list there.<\/p>\r\n\r\n

The third kind, fields that neither have an \"exact\" checkbox nor consist of a list, react to your inputs. Once you type in a text, a list of suggested terms appears for you to select from.<\/p>", + "there_is_a_problem": "Search error", + "search_error_suggestions": "Please try again.", + "return_to_search": "Return to search", + "alpha": "After (Year)", + "omega": "Before (Time)", + "modify_search_parameters": "Modify search parameters" } } \ No newline at end of file diff --git a/frontend/es/home.json b/frontend/es/home.json index 90fb5796..ad4a3993 100644 --- a/frontend/es/home.json +++ b/frontend/es/home.json @@ -14,6 +14,7 @@ "more": "More ...", "all_events": "All events", "upcoming_exhibitions": "Upcoming exhibitions", - "selected_topics": "Ausgew\u00e4hlte Themen" + "selected_topics": "Ausgew\u00e4hlte Themen", + "ongoing_exhibitions": "Ongoing exhibitions" } } \ No newline at end of file diff --git a/frontend/es/objects.json b/frontend/es/objects.json index 454af3e1..d13e1903 100644 --- a/frontend/es/objects.json +++ b/frontend/es/objects.json @@ -21,6 +21,12 @@ "obj_page_timeline_intro": "To access objects displayed on a timeline, please click ", "exact": "Exact", "help_extended_search_title": "Help for the extended search", - "help_extended_search_content": "

Here you can find the extended search .... placeholder placeholder placeholder placeholder placeholder placeholder placeholder placeholder<\/p>" + "help_extended_search_content": "

Here you can find the extended search .... placeholder placeholder placeholder placeholder placeholder placeholder placeholder placeholder<\/p>", + "there_is_a_problem": "Search error", + "search_error_suggestions": "Please try again.", + "return_to_search": "Return to search", + "alpha": "After (Year)", + "omega": "Before (Time)", + "modify_search_parameters": "Modify search parameters" } } \ No newline at end of file diff --git a/frontend/hu/appointments.json b/frontend/hu/appointments.json index d281c2a2..57111f1f 100644 --- a/frontend/hu/appointments.json +++ b/frontend/hu/appointments.json @@ -1,16 +1,16 @@ { "tlAppointments": { - "appointments": "Appointments", - "appointments_intro": "Here you can find appointments \/ events.", - "calendar": "Calendar", - "complete_list": "Complete list", - "subscribe_rss": "Subscribe to RSS feed", - "remove_filter": "Remove filter", - "filter_by_place": "Filter by place", - "ongoing": "Ongoing", - "past": "Past", - "upcoming": "Upcoming", - "about_the_appointment": "About the Event", - "export_calendar_entry": "Export calendar entry" + "appointments": "Esem\u00e9nyek", + "appointments_intro": "Itt m\u00fazeumi esem\u00e9nyekr\u0151l, rendezv\u00e9nyekr\u0151l t\u00e1j\u00e9koz\u00f3dhat", + "calendar": "Napt\u00e1r", + "complete_list": "Teljes lista", + "subscribe_rss": "RSS feliratkoz\u00e1s", + "remove_filter": "Sz\u0171r\u0151 t\u00f6rl\u00e9se", + "filter_by_place": "Sz\u0171r\u00e9s heysz\u00edn szerint", + "ongoing": "Aktu\u00e1lis", + "past": "Arch\u00edvum", + "upcoming": "Tervezett", + "about_the_appointment": "Az esem\u00e9ny le\u00edr\u00e1sa", + "export_calendar_entry": "Napt\u00e1rbejegyz\u00e9s expot\u00e1l\u00e1sa" } } \ No newline at end of file diff --git a/frontend/hu/assotag.json b/frontend/hu/assotag.json index da5e1e2c..ab5d9892 100644 --- a/frontend/hu/assotag.json +++ b/frontend/hu/assotag.json @@ -2,6 +2,6 @@ "assotag": { "objects_to_keywords": "T\u00e1rgyak azonos kulcsszavakkal", "more_objects_to_keywords": "Tov\u00e1bbi, a megadott kucssz\u00f3hoz kapcsol\u00f3d\u00f3 t\u00e1rgyak", - "more_about_keyword": "A megadott kulcssz\u00f3 le\u00edr\u00e1sa, valamint tov\u00e1bbi t\u00e1rgyak a M\u00fazeumDigit\u00e1r gy\u0171jtem\u00e9nyeib\u0151l (\u00f6sszes verzi\u00f3)" + "more_about_keyword": "A megadott kulcssz\u00f3 le\u00edr\u00e1sa, valamint tov\u00e1bbi t\u00e1rgyak a M\u00fazeumDigit\u00e1r gy\u0171jtem\u00e9nyeib\u0151l" } -} +} \ No newline at end of file diff --git a/frontend/hu/basis.json b/frontend/hu/basis.json index 4cd0dfee..d1d4cc0a 100644 --- a/frontend/hu/basis.json +++ b/frontend/hu/basis.json @@ -38,10 +38,10 @@ "image_wall": "K\u00e9pesk\u00f6nyv", "timeline": "Id\u0151vonal", "title_objects_in_time": "T\u00e1rgyak az id\u0151vonalon", - "impressum": "impressum", - "privacy_policy": "Privacy policy", - "for_example": "For example", - "exhibitions": "Exhibitions", - "tag_cloud": "Tag cloud" + "impressum": "Impressum", + "privacy_policy": "Adatv\u00e9delmi szab\u00e1lyzat", + "for_example": "P\u00e9lda", + "exhibitions": "Ki\u00e1ll\u00edt\u00e1sok", + "tag_cloud": "Kulcssz\u00f3 felh\u0151" } } \ No newline at end of file diff --git a/frontend/hu/contact.json b/frontend/hu/contact.json index b781128e..1a04a461 100644 --- a/frontend/hu/contact.json +++ b/frontend/hu/contact.json @@ -4,7 +4,7 @@ "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_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.", - "contact_person_for": "Contact person for", - "email": "E-Mail" + "contact_person_for": "Kapcsolat a k\u00f6vetkez\u0151 t\u00e9m\u00e1ban:", + "email": "E-mail" } } \ No newline at end of file diff --git a/frontend/hu/exhibitions.json b/frontend/hu/exhibitions.json index b3a68b8b..5ed42db4 100644 --- a/frontend/hu/exhibitions.json +++ b/frontend/hu/exhibitions.json @@ -1,22 +1,22 @@ { "tlExhibitions": { - "exhibitions": "Exhibitions", - "exhibitions_intro": "On this page, you can find an overview of all the exhibitions on museum digital.", - "ongoing": "Ongoing", - "past": "Past", - "upcoming": "Upcoming", - "about_the_exhibition": "About the Exhibition", - "export_calendar_entry": "Export calendar entry", - "calendar": "Calendar", - "complete_list": "Complete list", + "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. ", + "ongoing": "Aktu\u00e1lis", + "past": "Arch\u00edvum", + "upcoming": "K\u00f6vetkez\u0151", + "about_the_exhibition": "A ki\u00e1ll\u00edt\u00e1s le\u00edr\u00e1sa", + "export_calendar_entry": "Napt\u00e1rbejegyz\u00e9s export\u00e1l\u00e1sa", + "calendar": "Napt\u00e1r", + "complete_list": "Teljes lista", "subscribe_rss": "RSS", - "filter_by_place": "Filter by place", - "remove_filter": "Remove filter", - "exhibitions_current": "Current exhibitions", - "exhibitions_past": "Past exhibitions", - "exhibitions_upcoming": "Upcoming exhibitions", - "exhibitions_description": "Description", - "exhibitions_from": "From", - "exhibitions_until": "Until" + "filter_by_place": "Sz\u0171r\u00e9s heysz\u00edn szerint", + "remove_filter": "Sz\u0171r\u0151 t\u00f6rl\u00e9se", + "exhibitions_current": "Aktu\u00e1lis ki\u00e1ll\u00edt\u00e1sok", + "exhibitions_past": "Ki\u00e1ll\u00edt\u00e1s arch\u00edvum", + "exhibitions_upcoming": "K\u00f6vetkez\u0151 ki\u00e1ll\u00edt\u00e1sok", + "exhibitions_description": "Le\u00edr\u00e1s", + "exhibitions_from": "Nyit", + "exhibitions_until": "Bez\u00e1r" } } \ No newline at end of file diff --git a/frontend/hu/home.json b/frontend/hu/home.json index 21a7071f..0533cbe0 100644 --- a/frontend/hu/home.json +++ b/frontend/hu/home.json @@ -1,19 +1,20 @@ { "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. A legt\u00f6bb int\u00e9zm\u00e9nyben azonban a ki\u00e1ll\u00edt\u00e1sokon t\u00fal jelent\u0151s kutat\u00e1si, gy\u0171jt\u00e9si \u00e9s \u00e1llagmeg\u0151rz\u00e9si munk\u00e1k is folynak, melyek b\u00e1r a nagyk\u00f6z\u00f6ns\u00e9g sz\u00e1m\u00e1ra nem l\u00e1that\u00f3k, m\u00e9gis rendk\u00edv\u00fcl fontosak a magas sz\u00ednvonal\u00fa t\u00e1rlatok l\u00e9trehoz\u00e1s\u00e1hoz. A gy\u0171jt\u00e9s, a meg\u0151rz\u00e9s, a kutat\u00e1s \u00e9s a bemutat\u00e1s olyan egym\u00e1ssal \u00f6sszef\u00fcgg\u0151 muzeol\u00f3giai szakter\u00fcletek, melyeknek legfontosabb kapcsol\u00f3d\u00e1si pontja, kiindul\u00e1si alapja a gy\u0171jtem\u00e9nyi t\u00e1rgy maga.
Azonban nagyon kev\u00e9s az olyan int\u00e9zm\u00e9ny, amely egyidej\u0171leg az \u00f6sszes t\u00e1rgy\u00e1t ki tudja \u00e1ll\u00edtani. Ez\u00e9rt sok t\u00e1rgyat, a nagyk\u00f6z\u00f6ns\u00e9g el\u0151l elz\u00e1rva, rakt\u00e1rakban \u0151riznek. Ezen a weboldalon a m\u00fazeumok, k\u00f6z- \u00e9s mag\u00e1nygy\u0171jtem\u00e9nyek k\u00f6z\u00f6sen mutathatj\u00e1k be gy\u0171jtem\u00e9nyeik darabjait. C\u00e9l az, hogy a int\u00e9zm\u00e9nyek \u201ekincsest\u00e1r\u00e1b\u00f3l\u201d 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.
A rendszer men\u00fcpontjait a k\u00e9perny\u0151 jobb fels\u0151 sark\u00e1ban l\u00e9v\u0151 ikonra kattintva \u00e9ri el. A k\u00f6zz\u00e9tett t\u00e1rgyak k\u00f6z\u00f6tt az oldal tetej\u00e9n l\u00e9v\u0151 l\u00e9v\u0151 szabad szavas keres\u0151 seg\u00edts\u00e9g\u00e9vel kereshet.
Az oldal alj\u00e1n l\u00e9v\u0151 navig\u00e1ci\u00f3s ikonokra kattintva a partner int\u00e9zm\u00e9nyeinkr\u0151l, azok gy\u0171jtem\u00e9nyeir\u0151l \u00e9s a k\u00f6zz\u00e9tett t\u00e1rgyair\u00f3l t\u00e1j\u00e9koz\u00f3dhat r\u00e9szletesen.", - "selected_objects": "Selected objects", - "places": "Places", - "places_intro": "Find maps, for museums and objects ...", - "timeline_intro": "On the timeline, you can find objects sorted by the chronology of events linked to them.", - "exhibitions_intro": "You can also find exhibitions here.", - "topics_intro": "Using the topics module, you can find narratives.", - "upcoming_events": "Upcoming events", - "news": "Recent news", - "news_published": "Published", - "more": "More ...", - "all_events": "All events", - "upcoming_exhibitions": "Upcoming exhibitions", - "selected_topics": "Ausgew\u00e4hlte Themen" + "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. Nagyon kev\u00e9s az olyan int\u00e9zm\u00e9ny, amely egyidej\u0171leg az \u00f6sszes t\u00e1rgy\u00e1t ki tudja \u00e1ll\u00edtani. 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 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 ...", + "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", + "upcoming_events": "K\u00f6vetkez\u0151 esem\u00e9nyek", + "news": "Aktu\u00e1lis h\u00edrek", + "news_published": "K\u00f6zz\u00e9tett", + "more": "Tov\u00e1bbi ...", + "all_events": "\u00d6sszes esem\u00e9ny", + "upcoming_exhibitions": "K\u00f6vetkez\u0151 ki\u00e1ll\u00edt\u00e1sok", + "selected_topics": "Kiv\u00e1lasztott t\u00e9m\u00e1k", + "ongoing_exhibitions": "Aktu\u00e1lis ki\u00e1ll\u00edt\u00e1sok" } } \ No newline at end of file diff --git a/frontend/hu/institution.json b/frontend/hu/institution.json index e98d1647..f1dec746 100644 --- a/frontend/hu/institution.json +++ b/frontend/hu/institution.json @@ -16,20 +16,20 @@ "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": "About the museum", + "about_museum": "A m\u00fazeum le\u00edr\u00e1sa", "rss": "Objekte abonnieren", "export_contact": "Kontakt exportieren", - "objects_from_collection": "Objects from collection", - "objects_from_institution": "Objects from institution", - "about_collection": "About the collection", + "objects_from_collection": "A gy\u0171jtem\u00e9ny t\u00e1rgyai", + "objects_from_institution": "Az int\u00e9zm\u00e9ny t\u00e1rgyai", + "about_collection": "A gy\u0171jtem\u00e9ny le\u00edr\u00e1sa", "exhibitions_rss": "Subscribe to Exhibitions", - "export_calendar_exhibitions": "Calendar: exhibitions", - "upcoming_events": "Upcoming events", - "see_more": "See more", - "timeline_objects_museum": "Timeline for objects of the museum", - "map_objects_museum": "Map showing objects of the museum", - "timeline_objects_collection": "Timeline for objects of the collection", - "map_objects_collection": "Map showing objects of the collection", - "all_events": "Alle Veranstaltungen anzeigen" + "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_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" } } \ No newline at end of file diff --git a/frontend/hu/museum.json b/frontend/hu/museum.json index db01e442..0ac4102c 100644 --- a/frontend/hu/museum.json +++ b/frontend/hu/museum.json @@ -7,9 +7,9 @@ "column_web": "Weblap", "column_collections": "Gy\u0171jtem\u00e9nyek", "column_objects": "T\u00e1rgyak", - "museums_on_map": "Museums on map", - "list_of_institutions": "List of institutions", - "map_symbols": "Symbols", - "images": "Images" + "museums_on_map": "M\u00fazeumok a t\u00e9rk\u00e9pen", + "list_of_institutions": "Partnerint\u00e9zm\u00e9nyek list\u00e1ja", + "map_symbols": "Szimb\u00f3lumok", + "images": "K\u00e9pek" } } \ No newline at end of file diff --git a/frontend/hu/navigation.json b/frontend/hu/navigation.json index 727abb2e..54fdba29 100644 --- a/frontend/hu/navigation.json +++ b/frontend/hu/navigation.json @@ -10,6 +10,6 @@ "API_link": "", "rss_feeds": "RSS feeds", "api": "API", - "exhibition": "Exhibition" + "exhibition": "Ki\u00e1ll\u00edt\u00e1s" } } \ No newline at end of file diff --git a/frontend/hu/objects.json b/frontend/hu/objects.json index 04795831..9c3e3ad8 100644 --- a/frontend/hu/objects.json +++ b/frontend/hu/objects.json @@ -4,10 +4,10 @@ "intro": "A keres\u0151 seg\u00edts\u00e9g\u00e9vel a M\u00fazeumDigit\u00e1r adatb\u00e1zis\u00e1ban szerepl\u0151 t\u00e1rgyak k\u00f6z\u00f6tt lehet keresni. A keres\u0151 szabad szavas, teh\u00e1t kereshet t\u00e1rgyt\u00edpus, alkot\u00f3, k\u00e9sz\u00edt\u0151, c\u00edm, helys\u00e9gn\u00e9v, d\u00e1tum, vagy b\u00e1rmilyen m\u00e1s kifejez\u00e9s seg\u00edts\u00e9g\u00e9vel. R\u00e9szletes keres\u00e9sre az al\u00e1bb szerepl\u0151 "R\u00e9szletes keres\u00e9s"-re kattintva van lehet\u0151s\u00e9g.", "to_show_all": "Az \u00f6sszes t\u00e1rgy rendezett megjelen\u00edt\u00e9se", "here": "itt", - "to_refined_search": "R\u00e9szletes keres\u00e9s alkot\u00f3, c\u00edm, helys\u00e9g, dat\u00e1l\u00e1s megad\u00e1sa alapj\u00e1n.", + "to_refined_search": "\u00d6sszetett keres\u00e9s alkot\u00f3, c\u00edm, helys\u00e9g, dat\u00e1l\u00e1s megad\u00e1sa alapj\u00e1n.", "to_image_wall": "A K\u00e9pesk\u00f6nyv funkci\u00f3 seg\u00edts\u00e9g\u00e9vel a t\u00e1rgyak illuszt\u00e1ci\u00f3ja fel\u0151l k\u00f6zel\u00edtve ismerheti meg a gy\u0171jtem\u00e9nyt. A K\u00e9pesk\u00f6ny funkci\u00f3ra kattintva 50 v\u00e9letlenszer\u0171en kiv\u00e1lasztott t\u00e1rgy jelenik meg.", "last": "Azok sz\u00e1m\u00e1ra, akik j\u00e1t\u00e9kosan b\u00f6ng\u00e9szve szeretn\u00e9k a gy\u0171jtem\u00e9nyt megismerni, l\u00e9trehoztunk egy sz\u00f6vegfelh\u0151t megjelen\u00edt\u0151 n\u00e9gyzetet a k\u00e9perny\u0151 jobb oldal\u00e1n. A megjelen\u0151 kifejez\u00e9sek kulcsszavak, amelyekhez t\u00e1rgyak kapcsol\u00f3dnak. A kifejez\u00e9sekhez kapcsolt t\u00e1rgyak a kifejez\u00e9sekre kattintva jelen\u00edthet\u0151k meg. Ez egy szokatlan rendez\u00e9s, de h\u00e1tha valakinek pont ez seg\u00edt ...", - "advanced_search_intro": "A r\u00e9szletes keres\u0151 seg\u00edts\u00e9g\u00e9vel a museum-digital adatb\u00e1zis\u00e1ban szerepl\u0151 t\u00e1rgyakhoz kapcsol\u00f3d\u00f3 szem\u00e9lyek\/ int\u00e9zm\u00e9nyek, helys\u00e9gek, vagy d\u00e1tumok szerint kereshet. A megfelel\u0151 mez\u0151 kit\u00f6lt\u00e9se ut\u00e1n megjelenik egy javaslati lista, amelyen az adatb\u00e1zisba m\u00e1r bevitt adatok szerepelnek. K\u00e9rj\u00fck, v\u00e1lasszon ezek k\u00f6z\u00fcl! Egyszerre t\u00f6bb mez\u0151 kit\u00f6lt\u00e9se is lehets\u00e9ges, aminek eredm\u00e9nyek\u00e9ppen a keres\u00e9s tal\u00e1latainak sz\u00e1ma tov\u00e1bb sz\u0171k\u00edthet\u0151. A fenti kateg\u00f3ri\u00e1k (t\u00e1rgyakhoz kapcsol\u00f3d\u00f3 szem\u00e9lyek\/ int\u00e9zm\u00e9nyek, helys\u00e9gek vagy d\u00e1tumok) mellett megadhat\u00f3 m\u00e9g a t\u00e1rgy t\u00edpusa, valamint az is, hogy egy a t\u00e1rgyhoz kapcsol\u00f3d\u00f3 adat milyen t\u00edpus\u00fa t\u00e1rgy-adat kapcsolatra vonatkozik. (p\u00e9ld\u00e1ul: Bleicher Gyula- \u00e1br\u00e1zolt szem\u00e9ly).", + "advanced_search_intro": "Az \u00f6sszetett keres\u0151 seg\u00edts\u00e9g\u00e9vel a museum-digital adatb\u00e1zis\u00e1ban szerepl\u0151 t\u00e1rgyakhoz kapcsol\u00f3d\u00f3 szem\u00e9lyek\/ int\u00e9zm\u00e9nyek, helys\u00e9gek, d\u00e1tumok \u00e9s egy\u00e9b publikus mez\u0151k szerint kereshet. A megfelel\u0151 mez\u0151 kit\u00f6lt\u00e9se ut\u00e1n megjelenik egy javaslati lista, amelyen az adatb\u00e1zisba m\u00e1r bevitt adatok szerepelnek. K\u00e9rj\u00fck, v\u00e1lasszon ezek k\u00f6z\u00fcl! Egyszerre t\u00f6bb mez\u0151 kit\u00f6lt\u00e9se is lehets\u00e9ges, aminek eredm\u00e9nyek\u00e9ppen a keres\u00e9s tal\u00e1latainak sz\u00e1ma tov\u00e1bb sz\u0171k\u00edthet\u0151. A fenti kateg\u00f3ri\u00e1k (t\u00e1rgyakhoz kapcsol\u00f3d\u00f3 szem\u00e9lyek\/ int\u00e9zm\u00e9nyek, helys\u00e9gek vagy d\u00e1tumok) mellett megadhat\u00f3 m\u00e9g a t\u00e1rgy t\u00edpusa, valamint az is, hogy egy a t\u00e1rgyhoz kapcsol\u00f3d\u00f3 adat milyen t\u00edpus\u00fa t\u00e1rgy-adat kapcsolatra vonatkozik. (p\u00e9ld\u00e1ul: Bleicher Gyula- \u00e1br\u00e1zolt szem\u00e9ly).", "actor": "Szem\u00e9ly\/ Int\u00e9zm\u00e9ny", "place": "Helys\u00e9g", "time": "D\u00e1tum", @@ -17,10 +17,16 @@ "invsearch_search": "Keres\u00e9s lelt\u00e1ri sz\u00e1m alapj\u00e1n", "invsearch_no_result": "A megadott lelt\u00e1ri sz\u00e1m alapj\u00e1n nincs tal\u00e1lat", "invsearch_many_results": "Ezzel a lelt\u00e1ri sz\u00e1mmal t\u00f6bb m\u00fazeum t\u00e1rgyai is szerepelnek ", - "search_options": "Search options", - "obj_page_timeline_intro": "To access objects displayed on a timeline, please click ", - "exact": "Exact", - "help_extended_search_title": "Help for the extended search", - "help_extended_search_content": "

Here you can find the extended search .... placeholder placeholder placeholder placeholder placeholder placeholder placeholder placeholder<\/p>" + "search_options": "Keres\u00e9si opci\u00f3k", + "obj_page_timeline_intro": "A t\u00e1rgyak id\u0151vonalon t\u00f6rt\u00e9n\u0151 bemutat\u00e1shoz kattintson ide", + "exact": "Pontos kifejez\u00e9s", + "help_extended_search_title": "Seg\u00edts\u00e9g az \u00f6sszetett keres\u0151 haszn\u00e1lat\u00e1hoz", + "help_extended_search_content": "

Here you can find the extended search .... placeholder placeholder placeholder placeholder placeholder placeholder placeholder placeholder<\/p>", + "there_is_a_problem": "Keres\u00e9si hiba", + "search_error_suggestions": "Pr\u00f3b\u00e1lja meg \u00fajra!", + "return_to_search": "Vissza a keres\u00e9shez", + "alpha": "After (Year)", + "omega": "Before (Time)", + "modify_search_parameters": "Modify search parameters" } } \ No newline at end of file diff --git a/frontend/hu/texts.json b/frontend/hu/texts.json index 0115a500..cb1dd766 100644 --- a/frontend/hu/texts.json +++ b/frontend/hu/texts.json @@ -1,8 +1,8 @@ { "texts": { "rss_title": "RSS feeds", - "rss_content": "

On this page you can find a list of all RSS feeds this page offers.<\/p>