Add translations for annotating image sections

This commit is contained in:
2019-11-28 17:35:06 +01:00
committed by Stefan Rohde-Enslin
parent 5eb129f48f
commit f1b72870a2
42 changed files with 127 additions and 43 deletions

View File

@ -108,6 +108,7 @@
"record_language": "Language of record",
"article": "Article",
"articles_choose": "Select an article",
"articles_input": "Add an article"
"articles_input": "Add an article",
"annotations": "Annotations"
}
}

View File

@ -45,7 +45,11 @@
"shortcuts": "Shortcuts",
"shortcut_description": "Click to take as image description",
"global_max_upload_size": "Overall, the maximum size of a given upload is:",
"image_data": "Image data"
"image_data": "Image data",
"annotate_image": "Annotate image",
"added_annotation": "Added annotation",
"updated_annotation": "Updated annotation",
"deleted_annotation": "Deleted annotation"
},
"incha_image": {
"front": "Front view",

View File

@ -54,6 +54,7 @@
"delete_yes": "Yes, take it away",
"preview": "Preview",
"3d_object": "3D Object",
"upload_3d_object": "Upload 3D object"
"upload_3d_object": "Upload 3D object",
"image_annotations": "Image annotations"
}
}