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/SharingPopup.vue b/src/views/SharingPopup.vue index b5f90fa..edf0fb4 100644 --- a/src/views/SharingPopup.vue +++ b/src/views/SharingPopup.vue @@ -187,7 +187,7 @@ export default { } if (isUser && isEmail) { return 'MIXED' - } + } } if (isUser) { return 'USER' diff --git a/src/views/SharingPopupDetailsTab.vue b/src/views/SharingPopupDetailsTab.vue index 2e79d0f..240efd8 100755 --- a/src/views/SharingPopupDetailsTab.vue +++ b/src/views/SharingPopupDetailsTab.vue @@ -54,6 +54,9 @@
++ {{ t('nmcsharing', 'Please note that file drop is not available for internal sharing, i.e. sharing with other MagentaCLOUD users.') }} +