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

@ -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": "A t\u00e1rgy publik\u00e1l\u00e1sa social media linkkel",
"social_media_no": "A t\u00e1rgy publik\u00e1l\u00e1sa social media link n\u00e9lk\u00fcl",
"metadata_rights_holder": "Metaadatok jogtulajdonosa",
"metadata_rights_status": "Metaadatok jogainak st\u00e1tusza"
"metadata_rights_status": "Metaadatok jogainak st\u00e1tusza",
"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"
}
}