From 84888df08bea379c7b9139ede4ccfe476fb3753d Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Mon, 3 Feb 2025 15:19:11 +0530 Subject: [PATCH] Move --- .../base/locales/en-US/translation.json | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/web/packages/base/locales/en-US/translation.json b/web/packages/base/locales/en-US/translation.json index 8f308518f6..48d8dc0e68 100644 --- a/web/packages/base/locales/en-US/translation.json +++ b/web/packages/base/locales/en-US/translation.json @@ -395,10 +395,26 @@ "link_request_limit_exceeded": "This album has been viewed on too many devices", "allow_downloads": "Allow downloads", "allow_adding_photos": "Allow adding photos", + "allow_adding_photos_hint": "Allow people with the link to also add photos to the shared album.", "device_limit": "Device limit", "none": "None", "link_expiry": "Link expiry", "never": "Never", + "after_time": { + "hour": "After an hour", + "day": "After a day", + "week": "After a week", + "month": "After a month", + "year": "After a year" + }, + "copy_link": "Copy link", + "done": "Done", + "share_link_section_title": "Or share a link", + "remove_link": "Remove link", + "create_public_link": "Create public link", + "public_link_created": "Public link created", + "public_link_enabled": "Public link enabled", + "collect_photos": "Collect photos", "disable_file_download": "Disable download", "disable_file_download_message": "

Are you sure that you want to disable the download button for files?

Viewers can still take screenshots or save a copy of your photos using external tools.

", "shared_using": "Shared using {{url}}", @@ -511,22 +527,6 @@ "gb": "GB", "tb": "TB" }, - "after_time": { - "hour": "After an hour", - "day": "After a day", - "week": "After a week", - "month": "After a month", - "year": "After a year" - }, - "copy_link": "Copy link", - "done": "Done", - "share_link_section_title": "Or share a link", - "remove_link": "Remove link", - "create_public_link": "Create public link", - "public_link_created": "Public link created", - "public_link_enabled": "Public link enabled", - "collect_photos": "Collect photos", - "allow_adding_photos_hint": "Allow people with the link to also add photos to the shared album.", "STOP_EXPORT": "Stop", "EXPORT_PROGRESS": "{{progress.success, number}} / {{progress.total, number}} items synced", "MIGRATING_EXPORT": "Preparing...",