From cb2d152f0da5667386a0d92d5fb60cb4645f0491 Mon Sep 17 00:00:00 2001 From: Piyush Date: Tue, 14 Oct 2025 11:33:26 +0000 Subject: [PATCH 1/2] share label input added --- l10n/de.json | 3 ++- l10n/de_DE.json | 3 ++- l10n/en.json | 3 ++- l10n/en_GB.json | 3 ++- src/views/SharingDetailsTab.vue | 12 ++++++++++++ 5 files changed, 20 insertions(+), 4 deletions(-) diff --git a/l10n/de.json b/l10n/de.json index c4b537d..15b2daa 100644 --- a/l10n/de.json +++ b/l10n/de.json @@ -50,7 +50,8 @@ "This share was limited to {limit} downloads. There is still {downloadsLeft} left allowed.": "Diese Freigabe ist auf {limit} Downloads beschränkt. Es sind noch {downloadsLeft} Downloads zugelassen.", "Deny download": "Download verhindern", "Name, email": "Name, E-Mail-Adresse", - "Password must be at least 6 characters long": "Passwort muss mindestens 6 Zeichen lang sein" + "Password must be at least 6 characters long": "Passwort muss mindestens 6 Zeichen lang sein", + "Share label": "Ihre Linkbezeichnung" }, "pluralForm": "nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/de_DE.json b/l10n/de_DE.json index 69d0585..55c39a4 100644 --- a/l10n/de_DE.json +++ b/l10n/de_DE.json @@ -51,7 +51,8 @@ "Deny download": "Download verhindern", "Name, email": "Name, E-Mail-Adresse", "Password must be at least 6 characters long": "Passwort muss mindestens 6 Zeichen lang sein", - "Limit needs to be positive number": "Das Limit muss eine positive Zahl sein" + "Limit needs to be positive number": "Das Limit muss eine positive Zahl sein", + "Share label": "Ihre Linkbezeichnung" }, "pluralForm": "nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/en.json b/l10n/en.json index 5a5db09..229b15d 100644 --- a/l10n/en.json +++ b/l10n/en.json @@ -50,7 +50,8 @@ "This share was limited to {limit} downloads. There is still {downloadsLeft} left allowed.": "This share was limited to {limit} downloads. There is still {downloadsLeft} left allowed.", "Deny download": "Deny download", "Name, email": "Name, email", - "Password must be at least 6 characters long": "Password must be at least 6 characters long" + "Password must be at least 6 characters long": "Password must be at least 6 characters long", + "Share label": "Your custom link label" }, "pluralForm": "nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/en_GB.json b/l10n/en_GB.json index fe27168..9e52d43 100644 --- a/l10n/en_GB.json +++ b/l10n/en_GB.json @@ -51,7 +51,8 @@ "Deny download": "Deny download", "Name, email": "Name, email", "Password must be at least 6 characters long": "Password must be at least 6 characters long", - "Limit needs to be positive number": "Limit needs to be positive number" + "Limit needs to be positive number": "Limit needs to be positive number", + "Share label": "Your custom link label" }, "pluralForm": "nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/src/views/SharingDetailsTab.vue b/src/views/SharingDetailsTab.vue index 30a673d..ce392b5 100755 --- a/src/views/SharingDetailsTab.vue +++ b/src/views/SharingDetailsTab.vue @@ -58,6 +58,16 @@
+ + + Date: Tue, 14 Oct 2025 11:41:07 +0000 Subject: [PATCH 2/2] fixed lint issues --- src/views/SharingDetailsTab.vue | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/views/SharingDetailsTab.vue b/src/views/SharingDetailsTab.vue index ce392b5..83a1b5e 100755 --- a/src/views/SharingDetailsTab.vue +++ b/src/views/SharingDetailsTab.vue @@ -59,14 +59,14 @@
- + id="share-label-input" + autocomplete="off" + showTrailingButton + :label="t('nmcsharing', 'Share label')" + :value.sync="mutableShare.label"> +