From 9b9ad90292a52e6c0228e1aeff0363dd30e47a1a Mon Sep 17 00:00:00 2001 From: N-Pex Date: Tue, 23 Sep 2025 17:17:26 +0200 Subject: [PATCH] Intervention flag display --- src/assets/translations/en.json | 13 +++- .../content-credentials/CCSummary.vue | 67 +++++++++++++++---- .../messages/composition/MessageImage.vue | 4 +- .../messages/composition/MessageThread.vue | 4 +- src/models/proof.ts | 10 ++- 5 files changed, 74 insertions(+), 24 deletions(-) diff --git a/src/assets/translations/en.json b/src/assets/translations/en.json index d9aaca2..52a94c9 100644 --- a/src/assets/translations/en.json +++ b/src/assets/translations/en.json @@ -520,6 +520,17 @@ "cc_info_link": "Content Credentials Verify", "cc_no_info": "Details for this image cannot be verified.", "metadata-stripped": "The image has been compressed and its metadata removed. If you’d like more context, ask the sender for the original file.", - "download_image": "Download image" + "download_image": "Download image", + "contains_modified_and_ai_generated": "Contains modified and AI generated media.", + "take_a_closer_look": "Take a closer look.", + "contains_modified": "Contains modified media.", + "contains_ai_generated": "Contains AI generated media.", + "information_available": "Information is available for the media shared.", + "captured_with_camera": "Captured with a camera.", + "screenshot": "Screenshot.", + "screenshot_probably": "Image looks like a screenshot.", + "generated_with_ai": "Generated with AI.", + "modified": "Modified.", + "older_than_n_months": "Older than {n} months" } } diff --git a/src/components/content-credentials/CCSummary.vue b/src/components/content-credentials/CCSummary.vue index e06178f..a70fd4b 100644 --- a/src/components/content-credentials/CCSummary.vue +++ b/src/components/content-credentials/CCSummary.vue @@ -1,5 +1,5 @@