Add translations for missing help tooltips

Added help tooltips for:

- condition
- loans
- object_addendum
- transcriptions
- provenance

Also added missing translations for data history.
This commit is contained in:
2019-11-29 15:44:22 +01:00
committed by Stefan Rohde-Enslin
parent c116875ec9
commit dde2f16ce7
84 changed files with 406 additions and 84 deletions

View File

@ -23,6 +23,11 @@
"creator": "K\u00e9sz\u00edt\u0151",
"date": "D\u00e1tum",
"delete": "T\u00f6rl\u00e9s",
"type": "T\u00edpus"
"type": "T\u00edpus",
"report_title_explica": "The title of the conservation \/ restoration report. Should be a concise name that helps identifying the report.",
"report_content_explica": "Content of the conservation \/ restoration report.",
"report_type_explica": "Type of the report.",
"report_creator_explica": "Name of the author of the report.",
"report_date_explica": "Date of the report creation."
}
}

View File

@ -19,6 +19,12 @@
"visibility": "Publik\u00e1l\u00e1s\/ Elrejt\u00e9s be\u00e1ll\u00edt\u00e1sa",
"type_of_edit": "Esem\u00e9ny",
"date": "Id\u0151pont",
"user": "Felhaszn\u00e1l\u00f3"
"user": "Felhaszn\u00e1l\u00f3",
"transcription": "Transcription",
"restorationReport": "Restoration report",
"exhibition": "Exhibition",
"loan": "Loan",
"provenance": "Provenance report",
"image": "Abbildung"
}
}

View File

@ -46,6 +46,9 @@
"all_loan_entries": "\u00d6sszes haszonk\u00f6lcs\u00f6n",
"must_be_numeric": "Csak sz\u00e1mmal megadhat\u00f3 \u00e9rt\u00e9k",
"insurance_currency": "Biztos\u00edt\u00e1si \u00e9rt\u00e9k valutaneme",
"loans_list_empty_text": "Haszonk\u00f6lcs\u00f6n m\u00e9g nincs a m\u00fazeumhoz rendelve. Tov\u00e1bbi lehet\u0151s\u00e9gek:"
"loans_list_empty_text": "Haszonk\u00f6lcs\u00f6n m\u00e9g nincs a m\u00fazeumhoz rendelve. Tov\u00e1bbi lehet\u0151s\u00e9gek:",
"loan_obj_remark_explica": "Note about the specific circumstances of the object as part of the loan.",
"select_loan_entry_explica": "Select the loan entry you want to link the object with from the list. If the loan entry has not been added before, you can add it by clicking on the \"+\" symbol.",
"partner_person": "Contact person"
}
}

View File

@ -78,7 +78,9 @@
"ausm_visibility_md": "Visibility of separated measurements on museum-digital",
"ausm_visibility_extern": "Visibility of separated measurements for external use",
"vergl_visibility_md": "Visibility of comparable object information on museum-digital",
"vergl_visibility_extern": "Visibility of comparable object information for external use"
"vergl_visibility_extern": "Visibility of comparable object information for external use",
"metadata_rights_holder_explica": "Rights holder of the metadata of the object.",
"metadata_rights_status_explica": "License of the object metadata."
},
"ortart": [
"",

View File

@ -10,6 +10,10 @@
"final": "Elk\u00e9sz\u00fclt",
"creator": "Szerz\u0151",
"date": "D\u00e1tum",
"upload_document": "Dokumentum felt\u00f6lt\u00e9se"
"upload_document": "Dokumentum felt\u00f6lt\u00e9se",
"provenance_content_explica": "Text des (Provenienz-)Forschungsberichts.",
"provenance_status_explica": "Status of the research.",
"provenance_creator_explica": "Author(s) of the report.",
"provenance_date_explica": "Date of the report creation."
}
}

View File

@ -9,6 +9,9 @@
"transcript_deleted": "The transcript has been deleted",
"transcript_updated": "The transcript has been updated",
"edit_transcript_TEI": "Edit transcript (TEI mode)",
"edit_transcript_for_object": "Edit transcript for object"
"edit_transcript_for_object": "Edit transcript for object",
"is_tranlation_explica": "Using this switch you can determine if this transcription is featured immediately on the document or if the entry represents a translation of the actual transcription.",
"transcript_language_explica": "You need to determine the language of the text you are transcribing. Please select it from the list.",
"transcript_content_explica": "The content of the transcription. The content of this field can either be plain text or encoded following the TEI (Text-Encoding Initiative) standard."
}
}