diff --git a/l10n/de.json b/l10n/de.json index 719c52e..3e3ad15 100644 --- a/l10n/de.json +++ b/l10n/de.json @@ -17,6 +17,8 @@ "Your shares": "Ihre Freigaben", "Links sent per E-mail": "Links per E-mail versandt", "Links to Copy": "Links zum Kopieren", + "Send link by E-Mail": "Link per E-mail senden", + "Edit link permissions": "Jeder mit dem Link kann nur anzeigen", "No shares created yet.": "Noch keine Freigaben erstellt.", "Advanced permissions": "Erweiterte Berechtigungen", "Allow resharing": "Weiterteilen erlauben", diff --git a/l10n/de_DE.json b/l10n/de_DE.json index 719c52e..3e3ad15 100644 --- a/l10n/de_DE.json +++ b/l10n/de_DE.json @@ -17,6 +17,8 @@ "Your shares": "Ihre Freigaben", "Links sent per E-mail": "Links per E-mail versandt", "Links to Copy": "Links zum Kopieren", + "Send link by E-Mail": "Link per E-mail senden", + "Edit link permissions": "Jeder mit dem Link kann nur anzeigen", "No shares created yet.": "Noch keine Freigaben erstellt.", "Advanced permissions": "Erweiterte Berechtigungen", "Allow resharing": "Weiterteilen erlauben", diff --git a/l10n/en.json b/l10n/en.json index 8b0302c..e52c06d 100644 --- a/l10n/en.json +++ b/l10n/en.json @@ -18,6 +18,8 @@ "Links sent per E-mail": "Links sent per E-mail", "Links to Copy": "Links to Copy", "No shares created yet.": "No shares created yet.", + "Send link by E-Mail": "Send link by E-Mail", + "Edit link permissions": "Anyone with the Link can only view", "Advanced permissions": "Advanced permissions", "Allow resharing": "Allow resharing", "Set download limit": "Set download limit", diff --git a/l10n/en_GB.json b/l10n/en_GB.json index 8b0302c..e52c06d 100644 --- a/l10n/en_GB.json +++ b/l10n/en_GB.json @@ -18,6 +18,8 @@ "Links sent per E-mail": "Links sent per E-mail", "Links to Copy": "Links to Copy", "No shares created yet.": "No shares created yet.", + "Send link by E-Mail": "Send link by E-Mail", + "Edit link permissions": "Anyone with the Link can only view", "Advanced permissions": "Advanced permissions", "Allow resharing": "Allow resharing", "Set download limit": "Set download limit", diff --git a/src/components/SharingInput.vue b/src/components/SharingInput.vue index b2b2c61..8cf3cfc 100755 --- a/src/components/SharingInput.vue +++ b/src/components/SharingInput.vue @@ -22,13 +22,13 @@