translation-json/backend/it/exhibitions.json

61 lines
3.7 KiB
JSON
Raw Normal View History

2019-01-16 14:26:18 +01:00
{
"tlExhibitions": {
"title": "Title",
"description": "Description",
"start_date": "Start date",
"end_date": "End date",
"visible_publicly": "Visibility on public page",
"exhibitions_added": "A new exhibition has been added",
"name_explica": "The name of the exhibition. Required.",
"start_date_explica": "Start date of the exhbtion.",
"end_date_explica": "End date of the exhibition.",
"description_explica": "Description of the exhibition.",
"exhibitions_list": "List of exhibitions",
"exhibition_edited": "The exhibition has been updated",
"exhibition_deleted": "The exhibition has been deleted",
"exhibitions_edit": "Edit an exhibition",
"catalogue_link": "Link to Catalogue",
"catalogue_link_explica": "Link to the catalogue. For example in PDF format. Must be an absolute URL.",
"make_public": "Make this exhibition public",
"make_hidden": "Set this exhibition to not public",
"uploaded_poster": "Uploaded image for exhibition",
"select_exhibition": "Select an Exhibition",
"exhibition_belongs": "Exhibition belongs to",
"upload_image_pdf": "Upload image or PDF",
"delete_image_pdf": "Delete",
"obj_link_with_exhibition": "Link with an Exhibition",
"obj_linked_exhibitions": "Linked Exhibitions",
"exhibitions_list_empty": "Your list of exhibitions is empty thus far. Add one.",
"remove_obj": "Unlink",
"options": "Options",
"description_too_short": "Description too short (should be min. 25 characters)",
"url": "URL",
"url_explica": "URL to another web page representing the exhibition. Needs to be a valid URL - starting with http:\/\/ or https:\/\/.",
"upload_image": "Upload image",
"add_tour": "Add tour of the exhibition",
"edit_tour": "Edit tour of the exhibition",
"all_exhibitions": "All exhibitions",
"minimum_3_characters": "3 characters minimum",
"base_data": "Basic information about the exhibition",
"exhibitions_list_empty_text": "No exhibition entry has been added for your museum yet (hence, we cannot list any). You may:",
"linked_an_exhibition": "Linked an exhibition with the object",
"removed_obj_exh_link": "Removed link of object with an exhibition",
2019-05-18 14:04:38 +02:00
"permanent_exhibition": "Permanent exhibition",
"toggled_highlighting": "Toggled highlight status",
2019-07-13 23:26:16 +02:00
"highlight": "Highlight",
2020-05-21 22:23:28 +02:00
"deleted_poster": "Deleted exhibition image",
2020-06-29 01:37:51 +02:00
"exhibition_poster": "Poster of the exhibition",
2020-06-29 01:46:17 +02:00
"select_exhibition_explica": "Select an exhibition to link from the list. If the exhibition has not yet been added, you can add it by clicking the \"+\"-Button in front of the selection boss.",
"obj_desc_in_exhibition": "Object description in exhibition",
2021-01-05 15:44:13 +01:00
"obj_desc_in_exhibition_explica": "The object description as it can be found specifically in the exhibition.",
2021-01-05 18:54:47 +01:00
"publications": "Publications",
"linked_publication": "A publication has been linked",
2022-02-14 14:27:02 +01:00
"unlinked_publication": "Removed link to a publication",
"link_a_contributor": "Link a contributor",
2022-10-01 00:53:33 +02:00
"contributor_explica": "Here contributors to the exhibition can be linked. Once the contributor can be found in the controlled vocabulary, they can be searched and selected by typing in the input field. To select, click on the respective entry in the drop-down list that appears as you type.",
"upcoming_exhibitions": "Upcoming exhibitions",
2024-06-12 01:20:54 +02:00
"ongoing_exhibitions": "Ongoing exhibitions",
"link_a_place": "Link a place",
"link_a_time": "Link a time"
2019-01-16 14:26:18 +01:00
}
}