From 7a18cadc021d76e47d1b55d2b82df0da01e912d6 Mon Sep 17 00:00:00 2001 From: Liviu Preda <143171366+liviu-preda-tsystems@users.noreply.github.com> Date: Tue, 4 Feb 2025 06:08:47 +0000 Subject: [PATCH 1/2] add text, option for mixed shares and add default expiry date --- l10n/de.json | 1 + l10n/de_DE.json | 1 + l10n/en.json | 3 ++- l10n/en_GB.json | 3 ++- src/views/SharingPopupDetailsTab.vue | 25 +++++++++++++------------ 5 files changed, 19 insertions(+), 14 deletions(-) diff --git a/l10n/de.json b/l10n/de.json index 40e55c2..eddd921 100644 --- a/l10n/de.json +++ b/l10n/de.json @@ -13,6 +13,7 @@ "Read and write": "Kann bearbeiten", "File drop (upload only)": "Sammelbox", "With File drop, only uploading is allowed. Only you can see files and folders that have been uploaded.": "Bei der Sammelbox ist nur das Hochladen erlaubt. Nur Sie sehen Dateien und Ordner die hochgeladen worden sind.", + "Please note that file drop is not available for internal sharing, i.e. sharing with other MagentaCLOUD users.": "Bitte beachten sie, dass bei einem internen teilen, also dem Teilen an andere MagentaCLOUD Nutzer, die Sammelbox nicht verfügbar ist.", "Advanced settings": "Erweiterte Einstellungen", "Set password": "Passwort setzen", "Your shares": "Ihre Freigaben", diff --git a/l10n/de_DE.json b/l10n/de_DE.json index aee0553..459d284 100644 --- a/l10n/de_DE.json +++ b/l10n/de_DE.json @@ -13,6 +13,7 @@ "Read and write": "Kann bearbeiten", "File drop (upload only)": "Sammelbox", "With File drop, only uploading is allowed. Only you can see files and folders that have been uploaded.": "Bei der Sammelbox ist nur das Hochladen erlaubt. Nur Sie sehen Dateien und Ordner die hochgeladen worden sind.", + "Please note that file drop is not available for internal sharing, i.e. sharing with other MagentaCLOUD users.": "Bitte beachten sie, dass bei einem internen teilen, also dem Teilen an andere MagentaCLOUD Nutzer, die Sammelbox nicht verfügbar ist.", "Advanced settings": "Erweiterte Einstellungen", "Set password": "Passwort setzen", "Your shares": "Ihre Freigaben", diff --git a/l10n/en.json b/l10n/en.json index 82e4cb5..4f8db4c 100644 --- a/l10n/en.json +++ b/l10n/en.json @@ -13,8 +13,9 @@ "Read and write": "Read and write", "File drop (upload only)": "File drop (upload only)", "With File drop, only uploading is allowed. Only you can see files and folders that have been uploaded.": "With File drop, only uploading is allowed. Only you can see files and folders that have been uploaded.", + "Please note that file drop is not available for internal sharing, i.e. sharing with other MagentaCLOUD users.": "Please note that file drop is not available for internal sharing, i.e. sharing with other MagentaCLOUD users.", "Advanced settings": "Advanced settings", - "Set password": "Passwort setzen", + "Set password": "Set password", "Your shares": "Your shares", "Manage access": "Manage Access", "Here you can see who has access to your file/folder.": "Here you can see who has access to your file/folder.", diff --git a/l10n/en_GB.json b/l10n/en_GB.json index 82e4cb5..4f8db4c 100644 --- a/l10n/en_GB.json +++ b/l10n/en_GB.json @@ -13,8 +13,9 @@ "Read and write": "Read and write", "File drop (upload only)": "File drop (upload only)", "With File drop, only uploading is allowed. Only you can see files and folders that have been uploaded.": "With File drop, only uploading is allowed. Only you can see files and folders that have been uploaded.", + "Please note that file drop is not available for internal sharing, i.e. sharing with other MagentaCLOUD users.": "Please note that file drop is not available for internal sharing, i.e. sharing with other MagentaCLOUD users.", "Advanced settings": "Advanced settings", - "Set password": "Passwort setzen", + "Set password": "Set password", "Your shares": "Your shares", "Manage access": "Manage Access", "Here you can see who has access to your file/folder.": "Here you can see who has access to your file/folder.", diff --git a/src/views/SharingPopupDetailsTab.vue b/src/views/SharingPopupDetailsTab.vue index 2e79d0f..d7818fc 100755 --- a/src/views/SharingPopupDetailsTab.vue +++ b/src/views/SharingPopupDetailsTab.vue @@ -54,6 +54,9 @@

{{ t('nmcsharing', 'With File drop, only uploading is allowed. Only you can see files and folders that have been uploaded.') }}

+

+ {{ t('nmcsharing', 'Please note that file drop is not available for internal sharing, i.e. sharing with other MagentaCLOUD users.') }} +

@@ -61,7 +64,7 @@
- @@ -83,9 +86,9 @@ ? t('files_sharing', 'Expiration date (enforced)') : t('files_sharing', 'Set expiration date') }} - - + {{ t('files_sharing', 'Note to recipient') }}