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 @@