Improvements and new version: ar.

This commit is contained in:
2019-01-16 14:26:18 +01:00
committed by Stefan Rohde-Enslin
parent e7361078ec
commit 56d5fe5f60
183 changed files with 4419 additions and 403 deletions

View File

@ -101,6 +101,7 @@
"options": "Options",
"newspapers_mailing_lists": "Newspapers and mailing lists",
"room": "Room",
"image": "Image"
"image": "Image",
"menu_items": "Menu Items"
}
}

View File

@ -9,7 +9,7 @@
"event": "Event",
"link": "Link with hyperlink",
"literature": "Link with literature",
"location": "Information about whereabout",
"location": "Information about whereabouts",
"notes": "Remarks",
"record": "Alternative language record",
"resource": "Link with image or resource",

View File

@ -12,7 +12,7 @@
"add_time": "Insert time",
"no_time": "Delete time in event",
"last_used": "Last used",
"delete_event": "Delete event",
"delete_event": "Delete the event",
"delete_question": "You are about to delete an event",
"delete_no": "No, not really (back)",
"delete_yes": "Yes, that's what I want",
@ -89,6 +89,8 @@
"minimum_3_characters": "3 characters minimum",
"similar_event_already_added": "A similar event had already 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!"
"check_already_special_relation": "is already related to the object through a time relation or an event!",
"edit_event": "Edit the event",
"clone_event": "Clone the event"
}
}

View File

@ -37,6 +37,34 @@
"firstsaved_by": "First edit, by",
"addendum": "Additional information",
"administration": "Object administration",
"backup_intro": "The backup you are creating contains <b>all<\/b> informationen from <b>all<\/b> objects of your institution. Especially if you use museum-digital for inventarization, keep in mind: <\/p><p style=\"text-align:center\"><br><b style=\"color:993333;\">Don't give this backup to anyone!<\/b><\/p><br>As soon as you click the button below the server will create a ZIP-file. This file contains many small files - one per object. Immediately after creation the server sends you this file automatically. Please store this file at a save place. Backups should best be made at fixed intervals (e.g. every second week). If there is a lot of data the creation of the backup might take some time. Please sit back and wait a moment ..."
"backup_intro": "The backup you are creating contains <b>all<\/b> informationen from <b>all<\/b> objects of your institution. Especially if you use museum-digital for inventarization, keep in mind: <\/p><p style=\"text-align:center\"><br><b style=\"color:993333;\">Don't give this backup to anyone!<\/b><\/p><br>As soon as you click the button below the server will create a ZIP-file. This file contains many small files - one per object. Immediately after creation the server sends you this file automatically. Please store this file at a save place. Backups should best be made at fixed intervals (e.g. every second week). If there is a lot of data the creation of the backup might take some time. Please sit back and wait a moment ...",
"exact_location_place_two": "Exact location, name of place 2",
"exact_location_place_relation_two": "Exact location, relations of place 2",
"exact_location_place_longitude_two": "Exact location, longitude of place 2",
"exact_location_place_latitude_two": "Exact location, latitude of place 2",
"alternative_object_name": "Alternative objekt name",
"alternative_object_name_qualifier": "Alternative objekt name (qualifier)",
"extended_description": "Extended description",
"inscription": "Inscription",
"exact_measurements_length_value": "Exact measurements, length (value)",
"exact_measurements_length_unit": "Exact measurements, length (unit)",
"exact_measurements_width_value": "Exact measurements, width (value)",
"exact_measurements_width_unit": "Exact measurements, width (unit)",
"exact_measurements_height_value": "Exact measurements, height (value)",
"exact_measurements_height_unit": "Exact measurements, height (unit)",
"exact_measurements_weight_value": "Exact measurements, weight (value)",
"exact_measurements_weight_unit": "Exact measurements, weight (unit)",
"exact_measurements_wall_size_value": "Exact measurements, wall size (value)",
"exact_measurements_wall_size_unit": "Exact measurements, wall size (unit)",
"exact_measurements_diameter_value": "Exact measurements, diameter (value)",
"exact_measurements_diameter_unit": "Exact measurements, diameter (unit)",
"exact_measurements_number_pieces": "Exact measurements, number of pieces",
"exact_measurements_number_pages": "Exact measurements, number of pages",
"exact_measurements_stamp_position": "Exact measurements, stamp position",
"similar_objects": "Similar objects",
"specific_entries_material": "Specific entries: Material",
"specific_entries_technique": "Specific entries: technique",
"export_in_which_format": "Export in which format ?",
"md_standard_format": "md:xml (museum-digital standard format)"
}
}

View File

@ -88,7 +88,8 @@
"object_overview": "Object overview",
"toggle_navigation": "Toggle navigation",
"main_image": "Main image",
"find_an_expert": "Find an expert"
"find_an_expert": "Find an expert",
"return_to_list": "Return to overview"
},
"objekt": {
"assign_results": "Assign results",

View File

@ -37,6 +37,7 @@
"did_not_delete_no_image": "Could not unset background - there is no image",
"removed_background_img_successfully": "Removed background image successfully",
"data_url": "Data \/ URL",
"qr_code_generator": "QR code generator"
"qr_code_generator": "QR code generator",
"instance_health": "Instance health"
}
}

View File

@ -117,6 +117,7 @@
"login_at_musdb": "Login at musdb",
"auth_code_invalid": "The authentication code you entered is not valid",
"2fa_screen_explica": "Sie haben die Zwei-Faktor-Authentifizierungs-Option in den Benutzereinstellungen aktiviert. Entsprechend haben Sie gerade einen Zugangscode zugeschickt bekommen.<br \/>Dieser Code ist f\u00fcr zwei Stunden g\u00fcltig.",
"access_denied": "Access denied"
"access_denied": "Access denied",
"user_added_pgp_key": "Updated security settings"
}
}