Stand 2018-11-09.

This commit is contained in:
2018-11-09 12:39:36 +01:00
committed by Stefan Rohde-Enslin
parent fb01cdb3d9
commit 7863de96cb
96 changed files with 515 additions and 93 deletions

View File

@ -98,6 +98,8 @@
"grid": "Grid",
"sort": "Sort",
"quilt": "Quilt",
"options": "Options"
"options": "Options",
"newspapers_mailing_lists": "Newspapers and mailing lists",
"room": "Room"
}
}

View File

@ -74,20 +74,21 @@
"add_pers_second": "To do so please type in the name slowly.",
"add_pers_third": "If the appearing window contains the name click on it.",
"add_pers_forth": "If not, simply complete typing the name and press Enter.",
"add_placename_first": "Please check first if the placename you want to use is known already.",
"add_placename_second": "To do so please type in the placename slowly.",
"add_placename_third": "If the appearing window contains the placename click on it.",
"add_placename_forth": "If not, simply complete typing the placename and press Enter.",
"add_placename_first": "Please check first if the place you want to use is known already.",
"add_placename_second": "To do so please type in the place slowly.",
"add_placename_third": "If the appearing window contains the place click on it.",
"add_placename_forth": "If not, simply complete typing the place and press Enter.",
"add_time_first": "Please check first if the time you want to use is known already.",
"add_time_second": "To do so please type in the time slowly.",
"add_time_third": "If the appearing window contains the time click on it.",
"add_time_forth": "If not, simply complete typing the time and press Enter.",
"find_actor": "Find an actor",
"find_placename": "Find a placename",
"find_placename": "Find a place",
"find_time": "Find a time",
"input_too_short_aborted": "Your input was too short. Aborted.",
"minimum_3_characters": "3 characters minimum",
"similar_event_already_added": "A similar event had already been added",
"event_added": "The event has been added"
"event_added": "The event has been added",
"check_already_special_relation": "is already related to the object through a time relation or an event!"
}
}

View File

@ -39,6 +39,7 @@
"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"
"removed_obj_exh_link": "Removed link of object with an exhibition",
"permanent_exhibition": "Permanent exhibition"
}
}

View File

@ -140,6 +140,19 @@
"opening_hours_have_been_edited": "Edit to the opening hours has been saved",
"ticket_prices_have_been_edited": "Your edit to the ticket prices has been saved",
"zip_code": "Zip code",
"place": "Place"
"place": "Place",
"must_upload_image_for_scene": "You must upload an image for this scene. There is none yet.",
"room_information_updated": "Room information has been updated",
"rooms": "Rooms",
"new_room_name": "New Room: Name",
"temperature_ideal": "Temperature (ideal)",
"temperature_current": "Temperature (current)",
"humidity_ideal": "Humidity (ideal)",
"humidity_current": "Humidity (current)",
"room_name": "Room name",
"room_has_been_added": "A new room has been added",
"room_has_been_deleted": "The room has been deleted",
"room_objects": "Objects from this room",
"icon": "Icon"
}
}

View File

@ -69,7 +69,8 @@
"social_media_yes": "Object will be published with links to social media",
"social_media_no": "Object will be published without links to social media",
"metadata_rights_holder": "Metadata Rights (Holder)",
"metadata_rights_status": "Metadata Rights (Status)"
"metadata_rights_status": "Metadata Rights (Status)",
"transferred_available_info": "Available information has been transferred into the field:"
},
"ortart": [
"",

View File

@ -35,6 +35,8 @@
"set_background_image": "Set background image",
"background_uploaded": "A background image has been set",
"did_not_delete_no_image": "Could not unset background - there is no image",
"removed_background_img_successfully": "Removed background image successfully"
"removed_background_img_successfully": "Removed background image successfully",
"data_url": "Data \/ URL",
"qr_code_generator": "QR code generator"
}
}