diff --git a/frontend/messages/de.json b/frontend/messages/de.json index e3f2b2d1..aea547f0 100644 --- a/frontend/messages/de.json +++ b/frontend/messages/de.json @@ -3,6 +3,8 @@ "error_annotation_not_found": "Die Annotation wurde nicht gefunden.", "error_annotation_update_failed": "Annotation konnte nicht gespeichert werden.", "annotation_edit_mode_active": "Annotation ausgewählt — Ziehpunkte sichtbar.", + "annotation_resize_area": "Annotationsgröße und -position ändern", + "annotation_resize_handle": "Ziehpunkt {direction}", "annotation_outdated_notice": "Einige Annotationen beziehen sich auf eine frühere Dateiversion und werden nicht angezeigt.", "error_document_not_found": "Das Dokument wurde nicht gefunden.", "error_document_no_file": "Diesem Dokument ist noch keine Datei zugeordnet.", diff --git a/frontend/messages/en.json b/frontend/messages/en.json index e059f9b0..f4b958d0 100644 --- a/frontend/messages/en.json +++ b/frontend/messages/en.json @@ -3,6 +3,8 @@ "error_annotation_not_found": "Annotation not found.", "error_annotation_update_failed": "Could not save annotation position.", "annotation_edit_mode_active": "Annotation selected — resize handles visible.", + "annotation_resize_area": "Resize and reposition annotation", + "annotation_resize_handle": "Resize handle: {direction}", "annotation_outdated_notice": "Some annotations refer to an earlier file version and are not shown.", "error_document_not_found": "Document not found.", "error_document_no_file": "No file is associated with this document.", diff --git a/frontend/messages/es.json b/frontend/messages/es.json index 7fbd8c0c..2a784daa 100644 --- a/frontend/messages/es.json +++ b/frontend/messages/es.json @@ -3,6 +3,8 @@ "error_annotation_not_found": "Anotación no encontrada.", "error_annotation_update_failed": "No se pudo guardar la posición de la anotación.", "annotation_edit_mode_active": "Anotación seleccionada — tiradores visibles.", + "annotation_resize_area": "Cambiar tamaño y posición de la anotación", + "annotation_resize_handle": "Control de redimensión: {direction}", "annotation_outdated_notice": "Algunas anotaciones hacen referencia a una versión anterior del archivo y no se muestran.", "error_document_not_found": "Documento no encontrado.", "error_document_no_file": "No hay ningún archivo asociado a este documento.",