diff options
Diffstat (limited to 'core/l10n')
88 files changed, 190 insertions, 176 deletions
diff --git a/core/l10n/ar.js b/core/l10n/ar.js index 380fd932a1b..110b079515a 100644 --- a/core/l10n/ar.js +++ b/core/l10n/ar.js @@ -111,7 +111,6 @@ OC.L10N.register( "Federated user" : "مستخدم السحابة الموحدة", "user@your-nextcloud.org" : "user@your-nextcloud.org", "Create share" : "إنشاء مشاركة", - "Direct link copied to clipboard" : "تمّ نسخ الرابط المباشر إلى الحافظة", "Please copy the link manually:" : "يرجى نسخ الرابط يدوياً:", "Custom date range" : "نطاق زمني مخصص", "Pick start date" : "إختر تاريخ البدء", @@ -402,6 +401,7 @@ OC.L10N.register( "Toggle password visibility" : "تبديل قراءة كلمة المرور", "Configure the database" : "إعداد قاعدة البيانات", "Only %s is available." : "لم يتبقى إلّا %s.", - "Database account" : "حساب قاعدة البيانات" + "Database account" : "حساب قاعدة البيانات", + "Direct link copied to clipboard" : "تمّ نسخ الرابط المباشر إلى الحافظة" }, "nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"); diff --git a/core/l10n/ar.json b/core/l10n/ar.json index 93df7d0245c..9830a485f71 100644 --- a/core/l10n/ar.json +++ b/core/l10n/ar.json @@ -109,7 +109,6 @@ "Federated user" : "مستخدم السحابة الموحدة", "user@your-nextcloud.org" : "user@your-nextcloud.org", "Create share" : "إنشاء مشاركة", - "Direct link copied to clipboard" : "تمّ نسخ الرابط المباشر إلى الحافظة", "Please copy the link manually:" : "يرجى نسخ الرابط يدوياً:", "Custom date range" : "نطاق زمني مخصص", "Pick start date" : "إختر تاريخ البدء", @@ -400,6 +399,7 @@ "Toggle password visibility" : "تبديل قراءة كلمة المرور", "Configure the database" : "إعداد قاعدة البيانات", "Only %s is available." : "لم يتبقى إلّا %s.", - "Database account" : "حساب قاعدة البيانات" + "Database account" : "حساب قاعدة البيانات", + "Direct link copied to clipboard" : "تمّ نسخ الرابط المباشر إلى الحافظة" },"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;" }
\ No newline at end of file diff --git a/core/l10n/be.js b/core/l10n/be.js index 9e8a62a212a..e5c4d71421e 100644 --- a/core/l10n/be.js +++ b/core/l10n/be.js @@ -161,7 +161,6 @@ OC.L10N.register( "Yes" : "Так", "The remote URL must include the user." : "Аддалены URL-адрас павінен уключаць карыстальніка.", "user@your-nextcloud.org" : "user@your-nextcloud.org", - "Direct link copied to clipboard" : "Прамая спасылка скапіявана ў буфер абмену", "Please copy the link manually:" : "Скапіюйце спасылку ўручную:", "Clear search" : "Ачысціць пошук", "Searching …" : "Пошук …", @@ -322,6 +321,7 @@ OC.L10N.register( "Show password" : "Паказаць пароль", "Toggle password visibility" : "Пераключыць бачнасць пароля", "Only %s is available." : "Даступна толькі %s.", - "Database account" : "Уліковы запіс базы даных" + "Database account" : "Уліковы запіс базы даных", + "Direct link copied to clipboard" : "Прамая спасылка скапіявана ў буфер абмену" }, "nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"); diff --git a/core/l10n/be.json b/core/l10n/be.json index ec8379e2371..6af585874de 100644 --- a/core/l10n/be.json +++ b/core/l10n/be.json @@ -159,7 +159,6 @@ "Yes" : "Так", "The remote URL must include the user." : "Аддалены URL-адрас павінен уключаць карыстальніка.", "user@your-nextcloud.org" : "user@your-nextcloud.org", - "Direct link copied to clipboard" : "Прамая спасылка скапіявана ў буфер абмену", "Please copy the link manually:" : "Скапіюйце спасылку ўручную:", "Clear search" : "Ачысціць пошук", "Searching …" : "Пошук …", @@ -320,6 +319,7 @@ "Show password" : "Паказаць пароль", "Toggle password visibility" : "Пераключыць бачнасць пароля", "Only %s is available." : "Даступна толькі %s.", - "Database account" : "Уліковы запіс базы даных" + "Database account" : "Уліковы запіс базы даных", + "Direct link copied to clipboard" : "Прамая спасылка скапіявана ў буфер абмену" },"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);" }
\ No newline at end of file diff --git a/core/l10n/bg.js b/core/l10n/bg.js index a61e4a52df4..238665bc593 100644 --- a/core/l10n/bg.js +++ b/core/l10n/bg.js @@ -105,7 +105,6 @@ OC.L10N.register( "Invalid remote URL." : "невалиден отдалечен URL(адрес)", "Failed to add the public link to your Nextcloud" : "Неуспешно добавяне на публичната връзка към вашия Nextcloud", "Create share" : "Създаване на споделяне", - "Direct link copied to clipboard" : "Директният адрес е копиран в клипборда", "Please copy the link manually:" : "Моля копирайте адреса ръчно:", "Search in date range" : "Търси във времеви период", "Search in current app" : "Търси в настоящето приложение", @@ -355,6 +354,7 @@ OC.L10N.register( "Toggle password visibility" : "Превключване на видимостта на парола", "Configure the database" : "Конфигуриране на базата данни", "Only %s is available." : "Само %s е наличен.", - "Database account" : "Профил за база данни" + "Database account" : "Профил за база данни", + "Direct link copied to clipboard" : "Директният адрес е копиран в клипборда" }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/bg.json b/core/l10n/bg.json index ea91cde0611..48b46893905 100644 --- a/core/l10n/bg.json +++ b/core/l10n/bg.json @@ -103,7 +103,6 @@ "Invalid remote URL." : "невалиден отдалечен URL(адрес)", "Failed to add the public link to your Nextcloud" : "Неуспешно добавяне на публичната връзка към вашия Nextcloud", "Create share" : "Създаване на споделяне", - "Direct link copied to clipboard" : "Директният адрес е копиран в клипборда", "Please copy the link manually:" : "Моля копирайте адреса ръчно:", "Search in date range" : "Търси във времеви период", "Search in current app" : "Търси в настоящето приложение", @@ -353,6 +352,7 @@ "Toggle password visibility" : "Превключване на видимостта на парола", "Configure the database" : "Конфигуриране на базата данни", "Only %s is available." : "Само %s е наличен.", - "Database account" : "Профил за база данни" + "Database account" : "Профил за база данни", + "Direct link copied to clipboard" : "Директният адрес е копиран в клипборда" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/core/l10n/ca.js b/core/l10n/ca.js index f914910cc9e..0f59eaf9e8c 100644 --- a/core/l10n/ca.js +++ b/core/l10n/ca.js @@ -111,7 +111,6 @@ OC.L10N.register( "Federated user" : "Usuari federat", "user@your-nextcloud.org" : "usuari@el-teu-nextcloud.org", "Create share" : "Crea l'element compartit", - "Direct link copied to clipboard" : "Enllaç directe copiat al porta-retalls", "Please copy the link manually:" : "Copieu l'enllaç manualment:", "Custom date range" : "Interval de dates personalitzat", "Pick start date" : "Trieu la data d'inici", @@ -400,6 +399,7 @@ OC.L10N.register( "Toggle password visibility" : "Canvia la visibilitat de la contrasenya", "Configure the database" : "Configuració de la base de dades", "Only %s is available." : "Només hi ha disponible %s.", - "Database account" : "Compte de base de dades" + "Database account" : "Compte de base de dades", + "Direct link copied to clipboard" : "Enllaç directe copiat al porta-retalls" }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/ca.json b/core/l10n/ca.json index bb85e1beb29..ba16f840f90 100644 --- a/core/l10n/ca.json +++ b/core/l10n/ca.json @@ -109,7 +109,6 @@ "Federated user" : "Usuari federat", "user@your-nextcloud.org" : "usuari@el-teu-nextcloud.org", "Create share" : "Crea l'element compartit", - "Direct link copied to clipboard" : "Enllaç directe copiat al porta-retalls", "Please copy the link manually:" : "Copieu l'enllaç manualment:", "Custom date range" : "Interval de dates personalitzat", "Pick start date" : "Trieu la data d'inici", @@ -398,6 +397,7 @@ "Toggle password visibility" : "Canvia la visibilitat de la contrasenya", "Configure the database" : "Configuració de la base de dades", "Only %s is available." : "Només hi ha disponible %s.", - "Database account" : "Compte de base de dades" + "Database account" : "Compte de base de dades", + "Direct link copied to clipboard" : "Enllaç directe copiat al porta-retalls" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/core/l10n/cs.js b/core/l10n/cs.js index 7faa43c9173..1aede028198 100644 --- a/core/l10n/cs.js +++ b/core/l10n/cs.js @@ -230,7 +230,6 @@ OC.L10N.register( "Federated user" : "Federovaný uživatel", "user@your-nextcloud.org" : "uzivatel@vas-nextcloud.org", "Create share" : "Vytvořit sdílení", - "Direct link copied to clipboard" : "Přímý odkaz zkopírován do schránky", "Please copy the link manually:" : "Zkopírujte odkaz ručně:", "Custom date range" : "Uživatelsky určené datumové rozmezí", "Pick start date" : "Vybrat datum začátku", @@ -527,6 +526,7 @@ OC.L10N.register( "Toggle password visibility" : "Přepnout viditelnost hesla", "Configure the database" : "Nastavit databázi", "Only %s is available." : "Je k dispozici pouze %s.", - "Database account" : "Účet do databáze" + "Database account" : "Účet do databáze", + "Direct link copied to clipboard" : "Přímý odkaz zkopírován do schránky" }, "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"); diff --git a/core/l10n/cs.json b/core/l10n/cs.json index 755951958de..6b1717c74ff 100644 --- a/core/l10n/cs.json +++ b/core/l10n/cs.json @@ -228,7 +228,6 @@ "Federated user" : "Federovaný uživatel", "user@your-nextcloud.org" : "uzivatel@vas-nextcloud.org", "Create share" : "Vytvořit sdílení", - "Direct link copied to clipboard" : "Přímý odkaz zkopírován do schránky", "Please copy the link manually:" : "Zkopírujte odkaz ručně:", "Custom date range" : "Uživatelsky určené datumové rozmezí", "Pick start date" : "Vybrat datum začátku", @@ -525,6 +524,7 @@ "Toggle password visibility" : "Přepnout viditelnost hesla", "Configure the database" : "Nastavit databázi", "Only %s is available." : "Je k dispozici pouze %s.", - "Database account" : "Účet do databáze" + "Database account" : "Účet do databáze", + "Direct link copied to clipboard" : "Přímý odkaz zkopírován do schránky" },"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;" }
\ No newline at end of file diff --git a/core/l10n/da.js b/core/l10n/da.js index d0c90082033..bd1a9577b76 100644 --- a/core/l10n/da.js +++ b/core/l10n/da.js @@ -111,7 +111,6 @@ OC.L10N.register( "Federated user" : "Sammenkoblet bruger", "user@your-nextcloud.org" : "bruger@din-nextcloud.dk", "Create share" : "Opret share", - "Direct link copied to clipboard" : "Direkte link kopieret til udklipsholder", "Please copy the link manually:" : "Kopier venligst linket manuelt:", "Custom date range" : " Brugerdefineret datointerval", "Pick start date" : "Vælg en startdato", @@ -402,6 +401,7 @@ OC.L10N.register( "Toggle password visibility" : "Skift adgangskodesynlighed", "Configure the database" : "Konfigurer databasen", "Only %s is available." : "Kun %s er tilgængelig.", - "Database account" : "Database konto" + "Database account" : "Database konto", + "Direct link copied to clipboard" : "Direkte link kopieret til udklipsholder" }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/da.json b/core/l10n/da.json index afabea13ef2..4228e9c4b4a 100644 --- a/core/l10n/da.json +++ b/core/l10n/da.json @@ -109,7 +109,6 @@ "Federated user" : "Sammenkoblet bruger", "user@your-nextcloud.org" : "bruger@din-nextcloud.dk", "Create share" : "Opret share", - "Direct link copied to clipboard" : "Direkte link kopieret til udklipsholder", "Please copy the link manually:" : "Kopier venligst linket manuelt:", "Custom date range" : " Brugerdefineret datointerval", "Pick start date" : "Vælg en startdato", @@ -400,6 +399,7 @@ "Toggle password visibility" : "Skift adgangskodesynlighed", "Configure the database" : "Konfigurer databasen", "Only %s is available." : "Kun %s er tilgængelig.", - "Database account" : "Database konto" + "Database account" : "Database konto", + "Direct link copied to clipboard" : "Direkte link kopieret til udklipsholder" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/core/l10n/de.js b/core/l10n/de.js index 3c45e203a14..ca78017e14b 100644 --- a/core/l10n/de.js +++ b/core/l10n/de.js @@ -230,7 +230,7 @@ OC.L10N.register( "Federated user" : "Federated Benutzer", "user@your-nextcloud.org" : "benutzer@deine-nextcloud.org", "Create share" : "Freigabe erstellen", - "Direct link copied to clipboard" : "Direkter Link in die Zwischenablage kopiert", + "Direct link copied" : "Direktlink kopiert", "Please copy the link manually:" : "Bitte den Link manuell kopieren:", "Custom date range" : "Benutzerdefinierter Zeitbereich", "Pick start date" : "Startdatum wählen", @@ -527,6 +527,7 @@ OC.L10N.register( "Toggle password visibility" : "Passwortsichtbarkeit umschalten", "Configure the database" : "Datenbank einrichten", "Only %s is available." : "Es ist nur %s verfügbar.", - "Database account" : "Datenbankkonto" + "Database account" : "Datenbankkonto", + "Direct link copied to clipboard" : "Direkter Link in die Zwischenablage kopiert" }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/de.json b/core/l10n/de.json index 87619d2d954..065edb289f6 100644 --- a/core/l10n/de.json +++ b/core/l10n/de.json @@ -228,7 +228,7 @@ "Federated user" : "Federated Benutzer", "user@your-nextcloud.org" : "benutzer@deine-nextcloud.org", "Create share" : "Freigabe erstellen", - "Direct link copied to clipboard" : "Direkter Link in die Zwischenablage kopiert", + "Direct link copied" : "Direktlink kopiert", "Please copy the link manually:" : "Bitte den Link manuell kopieren:", "Custom date range" : "Benutzerdefinierter Zeitbereich", "Pick start date" : "Startdatum wählen", @@ -525,6 +525,7 @@ "Toggle password visibility" : "Passwortsichtbarkeit umschalten", "Configure the database" : "Datenbank einrichten", "Only %s is available." : "Es ist nur %s verfügbar.", - "Database account" : "Datenbankkonto" + "Database account" : "Datenbankkonto", + "Direct link copied to clipboard" : "Direkter Link in die Zwischenablage kopiert" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/core/l10n/de_DE.js b/core/l10n/de_DE.js index c344bae6c04..7aa73669136 100644 --- a/core/l10n/de_DE.js +++ b/core/l10n/de_DE.js @@ -230,7 +230,7 @@ OC.L10N.register( "Federated user" : "Federated-Benutzer", "user@your-nextcloud.org" : "benutzer@deine-nextcloud.org", "Create share" : "Freigabe erstellen", - "Direct link copied to clipboard" : "Direkter Link in die Zwischenablage kopiert", + "Direct link copied" : "Direktlink kopiert", "Please copy the link manually:" : "Bitte den Link manuell kopieren:", "Custom date range" : "Benutzerdefinierter Zeitbereich", "Pick start date" : "Startdatum wählen", @@ -527,6 +527,7 @@ OC.L10N.register( "Toggle password visibility" : "Passwortsichtbarkeit umschalten", "Configure the database" : "Datenbank einrichten", "Only %s is available." : "Es ist nur %s verfügbar.", - "Database account" : "Datenbankkonto" + "Database account" : "Datenbankkonto", + "Direct link copied to clipboard" : "Direkter Link in die Zwischenablage kopiert" }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/de_DE.json b/core/l10n/de_DE.json index de8445d0c50..db90a92a1ba 100644 --- a/core/l10n/de_DE.json +++ b/core/l10n/de_DE.json @@ -228,7 +228,7 @@ "Federated user" : "Federated-Benutzer", "user@your-nextcloud.org" : "benutzer@deine-nextcloud.org", "Create share" : "Freigabe erstellen", - "Direct link copied to clipboard" : "Direkter Link in die Zwischenablage kopiert", + "Direct link copied" : "Direktlink kopiert", "Please copy the link manually:" : "Bitte den Link manuell kopieren:", "Custom date range" : "Benutzerdefinierter Zeitbereich", "Pick start date" : "Startdatum wählen", @@ -525,6 +525,7 @@ "Toggle password visibility" : "Passwortsichtbarkeit umschalten", "Configure the database" : "Datenbank einrichten", "Only %s is available." : "Es ist nur %s verfügbar.", - "Database account" : "Datenbankkonto" + "Database account" : "Datenbankkonto", + "Direct link copied to clipboard" : "Direkter Link in die Zwischenablage kopiert" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/core/l10n/en_GB.js b/core/l10n/en_GB.js index 7f037d53e3d..665ec6ba17a 100644 --- a/core/l10n/en_GB.js +++ b/core/l10n/en_GB.js @@ -230,7 +230,7 @@ OC.L10N.register( "Federated user" : "Federated user", "user@your-nextcloud.org" : "user@your-nextcloud.org", "Create share" : "Create share", - "Direct link copied to clipboard" : "Direct link copied to clipboard", + "Direct link copied" : "Direct link copied", "Please copy the link manually:" : "Please copy the link manually:", "Custom date range" : "Custom date range", "Pick start date" : "Pick start date", @@ -527,6 +527,7 @@ OC.L10N.register( "Toggle password visibility" : "Toggle password visibility", "Configure the database" : "Configure the database", "Only %s is available." : "Only %s is available.", - "Database account" : "Database account" + "Database account" : "Database account", + "Direct link copied to clipboard" : "Direct link copied to clipboard" }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/en_GB.json b/core/l10n/en_GB.json index da41fc31f27..d6578743667 100644 --- a/core/l10n/en_GB.json +++ b/core/l10n/en_GB.json @@ -228,7 +228,7 @@ "Federated user" : "Federated user", "user@your-nextcloud.org" : "user@your-nextcloud.org", "Create share" : "Create share", - "Direct link copied to clipboard" : "Direct link copied to clipboard", + "Direct link copied" : "Direct link copied", "Please copy the link manually:" : "Please copy the link manually:", "Custom date range" : "Custom date range", "Pick start date" : "Pick start date", @@ -525,6 +525,7 @@ "Toggle password visibility" : "Toggle password visibility", "Configure the database" : "Configure the database", "Only %s is available." : "Only %s is available.", - "Database account" : "Database account" + "Database account" : "Database account", + "Direct link copied to clipboard" : "Direct link copied to clipboard" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/core/l10n/es.js b/core/l10n/es.js index f847367e415..0ff5317118c 100644 --- a/core/l10n/es.js +++ b/core/l10n/es.js @@ -230,7 +230,7 @@ OC.L10N.register( "Federated user" : "Usuario federado", "user@your-nextcloud.org" : "usuario@su-nextcloud.org", "Create share" : "Crear un recurso compartido", - "Direct link copied to clipboard" : "Enlace directo copiado al portapapeles", + "Direct link copied" : "Enlace directo copiado", "Please copy the link manually:" : "Por favor, copie el enlace manualmente:", "Custom date range" : "Rango de fechas personalizado", "Pick start date" : "Escoja una fecha de inicio", @@ -527,6 +527,7 @@ OC.L10N.register( "Toggle password visibility" : "Alternar visibilidad de la contraseña", "Configure the database" : "Configurar la base de datos", "Only %s is available." : "Solo %s está disponible.", - "Database account" : "Cuenta de la base de datos" + "Database account" : "Cuenta de la base de datos", + "Direct link copied to clipboard" : "Enlace directo copiado al portapapeles" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/core/l10n/es.json b/core/l10n/es.json index dc135135263..054a0389acb 100644 --- a/core/l10n/es.json +++ b/core/l10n/es.json @@ -228,7 +228,7 @@ "Federated user" : "Usuario federado", "user@your-nextcloud.org" : "usuario@su-nextcloud.org", "Create share" : "Crear un recurso compartido", - "Direct link copied to clipboard" : "Enlace directo copiado al portapapeles", + "Direct link copied" : "Enlace directo copiado", "Please copy the link manually:" : "Por favor, copie el enlace manualmente:", "Custom date range" : "Rango de fechas personalizado", "Pick start date" : "Escoja una fecha de inicio", @@ -525,6 +525,7 @@ "Toggle password visibility" : "Alternar visibilidad de la contraseña", "Configure the database" : "Configurar la base de datos", "Only %s is available." : "Solo %s está disponible.", - "Database account" : "Cuenta de la base de datos" + "Database account" : "Cuenta de la base de datos", + "Direct link copied to clipboard" : "Enlace directo copiado al portapapeles" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" }
\ No newline at end of file diff --git a/core/l10n/es_MX.js b/core/l10n/es_MX.js index 1e589160f99..02fc82cd61a 100644 --- a/core/l10n/es_MX.js +++ b/core/l10n/es_MX.js @@ -111,7 +111,6 @@ OC.L10N.register( "Federated user" : "Usuario federado", "user@your-nextcloud.org" : "usuario@su-nextcloud.org", "Create share" : "Crear recurso compartido", - "Direct link copied to clipboard" : "Enlace directo copiado al portapapeles", "Please copy the link manually:" : "Por favor, copie el enlace manualmente:", "Custom date range" : "Rango de fechas personalizado", "Pick start date" : "Elegir una fecha de inicio", @@ -380,6 +379,7 @@ OC.L10N.register( "Toggle password visibility" : "Alternar visibilidad de la contraseña", "Configure the database" : "Configurar la base de datos", "Only %s is available." : "Sólo %s está disponible.", - "Database account" : "Cuenta de la base de datos" + "Database account" : "Cuenta de la base de datos", + "Direct link copied to clipboard" : "Enlace directo copiado al portapapeles" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/core/l10n/es_MX.json b/core/l10n/es_MX.json index fdf25db0b86..7ce065174d0 100644 --- a/core/l10n/es_MX.json +++ b/core/l10n/es_MX.json @@ -109,7 +109,6 @@ "Federated user" : "Usuario federado", "user@your-nextcloud.org" : "usuario@su-nextcloud.org", "Create share" : "Crear recurso compartido", - "Direct link copied to clipboard" : "Enlace directo copiado al portapapeles", "Please copy the link manually:" : "Por favor, copie el enlace manualmente:", "Custom date range" : "Rango de fechas personalizado", "Pick start date" : "Elegir una fecha de inicio", @@ -378,6 +377,7 @@ "Toggle password visibility" : "Alternar visibilidad de la contraseña", "Configure the database" : "Configurar la base de datos", "Only %s is available." : "Sólo %s está disponible.", - "Database account" : "Cuenta de la base de datos" + "Database account" : "Cuenta de la base de datos", + "Direct link copied to clipboard" : "Enlace directo copiado al portapapeles" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" }
\ No newline at end of file diff --git a/core/l10n/et_EE.js b/core/l10n/et_EE.js index edadb4b18b6..8bc6419636e 100644 --- a/core/l10n/et_EE.js +++ b/core/l10n/et_EE.js @@ -230,7 +230,6 @@ OC.L10N.register( "Federated user" : "Kasutaja liitpilves", "user@your-nextcloud.org" : "kasutaja@sinu-nextcloud.ee", "Create share" : "Lisa jagamine", - "Direct link copied to clipboard" : "Otselink on lõikelauale kopeeritud", "Please copy the link manually:" : "Palun kopeeri link käsitsi:", "Custom date range" : "Sinu valitud kuupäevavahemik", "Pick start date" : "Vali algkuupäev", @@ -527,6 +526,7 @@ OC.L10N.register( "Toggle password visibility" : "Lülita salasõna nähtavus sisse/välja", "Configure the database" : "Seadista andmebaasi", "Only %s is available." : "Ainult %s on saadaval.", - "Database account" : "Andmebaasi kasutajakonto" + "Database account" : "Andmebaasi kasutajakonto", + "Direct link copied to clipboard" : "Otselink on lõikelauale kopeeritud" }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/et_EE.json b/core/l10n/et_EE.json index b596b353654..05149ea7a23 100644 --- a/core/l10n/et_EE.json +++ b/core/l10n/et_EE.json @@ -228,7 +228,6 @@ "Federated user" : "Kasutaja liitpilves", "user@your-nextcloud.org" : "kasutaja@sinu-nextcloud.ee", "Create share" : "Lisa jagamine", - "Direct link copied to clipboard" : "Otselink on lõikelauale kopeeritud", "Please copy the link manually:" : "Palun kopeeri link käsitsi:", "Custom date range" : "Sinu valitud kuupäevavahemik", "Pick start date" : "Vali algkuupäev", @@ -525,6 +524,7 @@ "Toggle password visibility" : "Lülita salasõna nähtavus sisse/välja", "Configure the database" : "Seadista andmebaasi", "Only %s is available." : "Ainult %s on saadaval.", - "Database account" : "Andmebaasi kasutajakonto" + "Database account" : "Andmebaasi kasutajakonto", + "Direct link copied to clipboard" : "Otselink on lõikelauale kopeeritud" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/core/l10n/eu.js b/core/l10n/eu.js index d28550d43c9..e145fc0b0d8 100644 --- a/core/l10n/eu.js +++ b/core/l10n/eu.js @@ -111,7 +111,6 @@ OC.L10N.register( "Federated user" : "Erabiltzaile federatua", "user@your-nextcloud.org" : "erabiltzaile@zure-nextcloud.org", "Create share" : "Sortu partekatzea", - "Direct link copied to clipboard" : "Esteka zuzena arbelera kopiatuta", "Please copy the link manually:" : "Mesedez kopiatu esteka eskuz:", "Custom date range" : "Data-tarte pertsonalizatua", "Pick start date" : "Aukeratu hasiera-data", @@ -383,6 +382,7 @@ OC.L10N.register( "Toggle password visibility" : "Txandakatu pasahitzaren ikusgaitasuna", "Configure the database" : "Konfiguratu datu-basea", "Only %s is available." : "Soilik %s dago eskuragarri.", - "Database account" : "Datu-basearen kontua" + "Database account" : "Datu-basearen kontua", + "Direct link copied to clipboard" : "Esteka zuzena arbelera kopiatuta" }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/eu.json b/core/l10n/eu.json index 63dae37755e..4d6766e9be6 100644 --- a/core/l10n/eu.json +++ b/core/l10n/eu.json @@ -109,7 +109,6 @@ "Federated user" : "Erabiltzaile federatua", "user@your-nextcloud.org" : "erabiltzaile@zure-nextcloud.org", "Create share" : "Sortu partekatzea", - "Direct link copied to clipboard" : "Esteka zuzena arbelera kopiatuta", "Please copy the link manually:" : "Mesedez kopiatu esteka eskuz:", "Custom date range" : "Data-tarte pertsonalizatua", "Pick start date" : "Aukeratu hasiera-data", @@ -381,6 +380,7 @@ "Toggle password visibility" : "Txandakatu pasahitzaren ikusgaitasuna", "Configure the database" : "Konfiguratu datu-basea", "Only %s is available." : "Soilik %s dago eskuragarri.", - "Database account" : "Datu-basearen kontua" + "Database account" : "Datu-basearen kontua", + "Direct link copied to clipboard" : "Esteka zuzena arbelera kopiatuta" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/core/l10n/fa.js b/core/l10n/fa.js index 508c715b356..8c01c8f5068 100644 --- a/core/l10n/fa.js +++ b/core/l10n/fa.js @@ -229,7 +229,6 @@ OC.L10N.register( "Federated user" : "کاربر فدرال.", "user@your-nextcloud.org" : "user@your-nextcloud.org.", "Create share" : "ساختن اشتراک.", - "Direct link copied to clipboard" : "لینک مستقیم در کلیپبورد کپی شد.", "Please copy the link manually:" : "لطفاً لینک را به صورت دستی کپی کنید:", "Custom date range" : "بازه تاریخی سفارشی.", "Pick start date" : "انتخاب تاریخ شروع.", @@ -519,6 +518,7 @@ OC.L10N.register( "Toggle password visibility" : "تغییر دید گذرواژه", "Configure the database" : "پایگاه داده برنامه ریزی شدند", "Only %s is available." : "تنها %s موجود است.", - "Database account" : "حساب پایگاه داده" + "Database account" : "حساب پایگاه داده", + "Direct link copied to clipboard" : "لینک مستقیم در کلیپبورد کپی شد." }, "nplurals=2; plural=(n > 1);"); diff --git a/core/l10n/fa.json b/core/l10n/fa.json index 3a423facc8b..054315d08e9 100644 --- a/core/l10n/fa.json +++ b/core/l10n/fa.json @@ -227,7 +227,6 @@ "Federated user" : "کاربر فدرال.", "user@your-nextcloud.org" : "user@your-nextcloud.org.", "Create share" : "ساختن اشتراک.", - "Direct link copied to clipboard" : "لینک مستقیم در کلیپبورد کپی شد.", "Please copy the link manually:" : "لطفاً لینک را به صورت دستی کپی کنید:", "Custom date range" : "بازه تاریخی سفارشی.", "Pick start date" : "انتخاب تاریخ شروع.", @@ -517,6 +516,7 @@ "Toggle password visibility" : "تغییر دید گذرواژه", "Configure the database" : "پایگاه داده برنامه ریزی شدند", "Only %s is available." : "تنها %s موجود است.", - "Database account" : "حساب پایگاه داده" + "Database account" : "حساب پایگاه داده", + "Direct link copied to clipboard" : "لینک مستقیم در کلیپبورد کپی شد." },"pluralForm" :"nplurals=2; plural=(n > 1);" }
\ No newline at end of file diff --git a/core/l10n/fi.js b/core/l10n/fi.js index 372d92123d3..e26f82ec613 100644 --- a/core/l10n/fi.js +++ b/core/l10n/fi.js @@ -191,7 +191,6 @@ OC.L10N.register( "Federated user" : "Federoitu käyttäjä", "user@your-nextcloud.org" : "käyttäjä@oma-nextcloud.org", "Create share" : "Luo jako", - "Direct link copied to clipboard" : "Suora linkki kopioitu työpöydälle", "Please copy the link manually:" : "Kopioi linkki manuaalisesti:", "Custom date range" : "Mukautettu päivämääräväli", "Pick start date" : "Valitse aloituspäivä", @@ -476,6 +475,7 @@ OC.L10N.register( "Toggle password visibility" : "Näytä/piilota salasana", "Configure the database" : "Määritä tietokanta", "Only %s is available." : "Vain %s on käytettävissä.", - "Database account" : "Tietokantatili" + "Database account" : "Tietokantatili", + "Direct link copied to clipboard" : "Suora linkki kopioitu työpöydälle" }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/fi.json b/core/l10n/fi.json index df8369cc87a..2c23e04c153 100644 --- a/core/l10n/fi.json +++ b/core/l10n/fi.json @@ -189,7 +189,6 @@ "Federated user" : "Federoitu käyttäjä", "user@your-nextcloud.org" : "käyttäjä@oma-nextcloud.org", "Create share" : "Luo jako", - "Direct link copied to clipboard" : "Suora linkki kopioitu työpöydälle", "Please copy the link manually:" : "Kopioi linkki manuaalisesti:", "Custom date range" : "Mukautettu päivämääräväli", "Pick start date" : "Valitse aloituspäivä", @@ -474,6 +473,7 @@ "Toggle password visibility" : "Näytä/piilota salasana", "Configure the database" : "Määritä tietokanta", "Only %s is available." : "Vain %s on käytettävissä.", - "Database account" : "Tietokantatili" + "Database account" : "Tietokantatili", + "Direct link copied to clipboard" : "Suora linkki kopioitu työpöydälle" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/core/l10n/fr.js b/core/l10n/fr.js index 4c40e12ee10..08a177ac77a 100644 --- a/core/l10n/fr.js +++ b/core/l10n/fr.js @@ -230,7 +230,6 @@ OC.L10N.register( "Federated user" : "Utilisateur fédéré", "user@your-nextcloud.org" : "utilisateur@votre-nextcloud.org", "Create share" : "Créer un partage", - "Direct link copied to clipboard" : "Lien direct copié dans le presse-papiers", "Please copy the link manually:" : "Veuillez copier le lien manuellement :", "Custom date range" : "Plage de dates personnalisée", "Pick start date" : "Sélectionner une date de début", @@ -527,6 +526,7 @@ OC.L10N.register( "Toggle password visibility" : "Activer/Désactiver la visibilité du mot de passe", "Configure the database" : "Configurer la base de données", "Only %s is available." : "Seul(e) %s est disponible.", - "Database account" : "Compte de base de données" + "Database account" : "Compte de base de données", + "Direct link copied to clipboard" : "Lien direct copié dans le presse-papiers" }, "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/core/l10n/fr.json b/core/l10n/fr.json index a48735787c2..c72949ce90a 100644 --- a/core/l10n/fr.json +++ b/core/l10n/fr.json @@ -228,7 +228,6 @@ "Federated user" : "Utilisateur fédéré", "user@your-nextcloud.org" : "utilisateur@votre-nextcloud.org", "Create share" : "Créer un partage", - "Direct link copied to clipboard" : "Lien direct copié dans le presse-papiers", "Please copy the link manually:" : "Veuillez copier le lien manuellement :", "Custom date range" : "Plage de dates personnalisée", "Pick start date" : "Sélectionner une date de début", @@ -525,6 +524,7 @@ "Toggle password visibility" : "Activer/Désactiver la visibilité du mot de passe", "Configure the database" : "Configurer la base de données", "Only %s is available." : "Seul(e) %s est disponible.", - "Database account" : "Compte de base de données" + "Database account" : "Compte de base de données", + "Direct link copied to clipboard" : "Lien direct copié dans le presse-papiers" },"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" }
\ No newline at end of file diff --git a/core/l10n/ga.js b/core/l10n/ga.js index e3e9f103da5..0bc74f2f943 100644 --- a/core/l10n/ga.js +++ b/core/l10n/ga.js @@ -230,7 +230,6 @@ OC.L10N.register( "Federated user" : "Úsáideoir cónaidhme", "user@your-nextcloud.org" : "user@your-nextcloud.org", "Create share" : "Cruthaigh sciar", - "Direct link copied to clipboard" : "Cóipeáladh nasc díreach chuig an ngearrthaisce", "Please copy the link manually:" : "Cóipeáil an nasc de láimh le do thoil:", "Custom date range" : "Raon dáta saincheaptha", "Pick start date" : "Roghnaigh dáta tosaithe", @@ -527,6 +526,7 @@ OC.L10N.register( "Toggle password visibility" : "Scoránaigh infheictheacht pasfhocail", "Configure the database" : "Cumraigh an bunachar sonraí", "Only %s is available." : "Níl ach %s ar fáil.", - "Database account" : "Cuntas bunachar sonraí" + "Database account" : "Cuntas bunachar sonraí", + "Direct link copied to clipboard" : "Cóipeáladh nasc díreach chuig an ngearrthaisce" }, "nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);"); diff --git a/core/l10n/ga.json b/core/l10n/ga.json index 750706690b9..1dab7fe0ae6 100644 --- a/core/l10n/ga.json +++ b/core/l10n/ga.json @@ -228,7 +228,6 @@ "Federated user" : "Úsáideoir cónaidhme", "user@your-nextcloud.org" : "user@your-nextcloud.org", "Create share" : "Cruthaigh sciar", - "Direct link copied to clipboard" : "Cóipeáladh nasc díreach chuig an ngearrthaisce", "Please copy the link manually:" : "Cóipeáil an nasc de láimh le do thoil:", "Custom date range" : "Raon dáta saincheaptha", "Pick start date" : "Roghnaigh dáta tosaithe", @@ -525,6 +524,7 @@ "Toggle password visibility" : "Scoránaigh infheictheacht pasfhocail", "Configure the database" : "Cumraigh an bunachar sonraí", "Only %s is available." : "Níl ach %s ar fáil.", - "Database account" : "Cuntas bunachar sonraí" + "Database account" : "Cuntas bunachar sonraí", + "Direct link copied to clipboard" : "Cóipeáladh nasc díreach chuig an ngearrthaisce" },"pluralForm" :"nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);" }
\ No newline at end of file diff --git a/core/l10n/gl.js b/core/l10n/gl.js index 6dcb3d53731..78121a4005f 100644 --- a/core/l10n/gl.js +++ b/core/l10n/gl.js @@ -111,7 +111,6 @@ OC.L10N.register( "Federated user" : "Usuario federado", "user@your-nextcloud.org" : "usuario@o-seu-nextcloud.org", "Create share" : "Crear compartición", - "Direct link copied to clipboard" : "A ligazón directa foi copiada no portapapeis", "Please copy the link manually:" : "Copie a ligazón manualmente:", "Custom date range" : "Intervalo de datas personalizado", "Pick start date" : "Escolla a data de inicio", @@ -383,6 +382,7 @@ OC.L10N.register( "Toggle password visibility" : "Alternar a visibilidade do contrasinal", "Configure the database" : "Configurar a base de datos", "Only %s is available." : "Só está dispoñíbel %s.", - "Database account" : "Conta da base de datos" + "Database account" : "Conta da base de datos", + "Direct link copied to clipboard" : "A ligazón directa foi copiada no portapapeis" }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/gl.json b/core/l10n/gl.json index a3c2e30ff40..d9d0cff865b 100644 --- a/core/l10n/gl.json +++ b/core/l10n/gl.json @@ -109,7 +109,6 @@ "Federated user" : "Usuario federado", "user@your-nextcloud.org" : "usuario@o-seu-nextcloud.org", "Create share" : "Crear compartición", - "Direct link copied to clipboard" : "A ligazón directa foi copiada no portapapeis", "Please copy the link manually:" : "Copie a ligazón manualmente:", "Custom date range" : "Intervalo de datas personalizado", "Pick start date" : "Escolla a data de inicio", @@ -381,6 +380,7 @@ "Toggle password visibility" : "Alternar a visibilidade do contrasinal", "Configure the database" : "Configurar a base de datos", "Only %s is available." : "Só está dispoñíbel %s.", - "Database account" : "Conta da base de datos" + "Database account" : "Conta da base de datos", + "Direct link copied to clipboard" : "A ligazón directa foi copiada no portapapeis" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/core/l10n/hu.js b/core/l10n/hu.js index b0dc66b3a7f..5751f7ad5d8 100644 --- a/core/l10n/hu.js +++ b/core/l10n/hu.js @@ -230,7 +230,6 @@ OC.L10N.register( "Federated user" : "Föderált felhasználó", "user@your-nextcloud.org" : "felhasználó@az-ön-nextcloudja.org", "Create share" : "Megosztás létrehozása", - "Direct link copied to clipboard" : "Közvetlen hivatkozás a vágólapra másolva", "Please copy the link manually:" : "Másolja kézileg a hivatkozást:", "Custom date range" : "Egyéni dátumtartomány", "Pick start date" : "Válasszon kezdési dátumot", @@ -527,6 +526,7 @@ OC.L10N.register( "Toggle password visibility" : "Jelszó láthatósága be/ki", "Configure the database" : "Adatbázis konfigurálása", "Only %s is available." : "Csak %s érhető el.", - "Database account" : "Adatbázisfiók" + "Database account" : "Adatbázisfiók", + "Direct link copied to clipboard" : "Közvetlen hivatkozás a vágólapra másolva" }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/hu.json b/core/l10n/hu.json index a450c0177f2..cea455e33f7 100644 --- a/core/l10n/hu.json +++ b/core/l10n/hu.json @@ -228,7 +228,6 @@ "Federated user" : "Föderált felhasználó", "user@your-nextcloud.org" : "felhasználó@az-ön-nextcloudja.org", "Create share" : "Megosztás létrehozása", - "Direct link copied to clipboard" : "Közvetlen hivatkozás a vágólapra másolva", "Please copy the link manually:" : "Másolja kézileg a hivatkozást:", "Custom date range" : "Egyéni dátumtartomány", "Pick start date" : "Válasszon kezdési dátumot", @@ -525,6 +524,7 @@ "Toggle password visibility" : "Jelszó láthatósága be/ki", "Configure the database" : "Adatbázis konfigurálása", "Only %s is available." : "Csak %s érhető el.", - "Database account" : "Adatbázisfiók" + "Database account" : "Adatbázisfiók", + "Direct link copied to clipboard" : "Közvetlen hivatkozás a vágólapra másolva" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/core/l10n/is.js b/core/l10n/is.js index ff951ceeff0..d73e455e957 100644 --- a/core/l10n/is.js +++ b/core/l10n/is.js @@ -111,7 +111,6 @@ OC.L10N.register( "Federated user" : "Notandi í skýjasambandi", "user@your-nextcloud.org" : "notandi@þitt-nextcloud.org", "Create share" : "Búa til sameign", - "Direct link copied to clipboard" : "Beinn tengill afritaður á klippispjald", "Please copy the link manually:" : "Afritaðu tengilinn handvirkt:", "Custom date range" : "Sérsniðið dagsetningabil", "Pick start date" : "Veldu upphafsdagsetningu", @@ -400,6 +399,7 @@ OC.L10N.register( "Toggle password visibility" : "Breyta sýnileika lykilorðs", "Configure the database" : "Stilla gagnagrunninn", "Only %s is available." : "Aðeins %s eru laus.", - "Database account" : "Gagnagrunnsaðgangur" + "Database account" : "Gagnagrunnsaðgangur", + "Direct link copied to clipboard" : "Beinn tengill afritaður á klippispjald" }, "nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"); diff --git a/core/l10n/is.json b/core/l10n/is.json index dad70977ff0..6bd99332940 100644 --- a/core/l10n/is.json +++ b/core/l10n/is.json @@ -109,7 +109,6 @@ "Federated user" : "Notandi í skýjasambandi", "user@your-nextcloud.org" : "notandi@þitt-nextcloud.org", "Create share" : "Búa til sameign", - "Direct link copied to clipboard" : "Beinn tengill afritaður á klippispjald", "Please copy the link manually:" : "Afritaðu tengilinn handvirkt:", "Custom date range" : "Sérsniðið dagsetningabil", "Pick start date" : "Veldu upphafsdagsetningu", @@ -398,6 +397,7 @@ "Toggle password visibility" : "Breyta sýnileika lykilorðs", "Configure the database" : "Stilla gagnagrunninn", "Only %s is available." : "Aðeins %s eru laus.", - "Database account" : "Gagnagrunnsaðgangur" + "Database account" : "Gagnagrunnsaðgangur", + "Direct link copied to clipboard" : "Beinn tengill afritaður á klippispjald" },"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);" }
\ No newline at end of file diff --git a/core/l10n/it.js b/core/l10n/it.js index 44e817498e6..7e1802a61fc 100644 --- a/core/l10n/it.js +++ b/core/l10n/it.js @@ -230,7 +230,7 @@ OC.L10N.register( "Federated user" : "Utente federato", "user@your-nextcloud.org" : "utente@il-tuo-nextcloud.org", "Create share" : "Crea condivisione", - "Direct link copied to clipboard" : "Collegamento diretto copiato negli appunti", + "Direct link copied" : "Link diretto copiato", "Please copy the link manually:" : "Copia il collegamento manualmente:", "Custom date range" : "Intervallo di date personalizzato", "Pick start date" : "Scegli la data di inizio", @@ -527,6 +527,7 @@ OC.L10N.register( "Toggle password visibility" : "Commuta la visibilità delle password", "Configure the database" : "Configura il database", "Only %s is available." : "È disponibile solo %s.", - "Database account" : "Database account" + "Database account" : "Database account", + "Direct link copied to clipboard" : "Collegamento diretto copiato negli appunti" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/core/l10n/it.json b/core/l10n/it.json index 180f72b87b6..ea5b371ad98 100644 --- a/core/l10n/it.json +++ b/core/l10n/it.json @@ -228,7 +228,7 @@ "Federated user" : "Utente federato", "user@your-nextcloud.org" : "utente@il-tuo-nextcloud.org", "Create share" : "Crea condivisione", - "Direct link copied to clipboard" : "Collegamento diretto copiato negli appunti", + "Direct link copied" : "Link diretto copiato", "Please copy the link manually:" : "Copia il collegamento manualmente:", "Custom date range" : "Intervallo di date personalizzato", "Pick start date" : "Scegli la data di inizio", @@ -525,6 +525,7 @@ "Toggle password visibility" : "Commuta la visibilità delle password", "Configure the database" : "Configura il database", "Only %s is available." : "È disponibile solo %s.", - "Database account" : "Database account" + "Database account" : "Database account", + "Direct link copied to clipboard" : "Collegamento diretto copiato negli appunti" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" }
\ No newline at end of file diff --git a/core/l10n/ja.js b/core/l10n/ja.js index f4092ad2fca..9edebafe544 100644 --- a/core/l10n/ja.js +++ b/core/l10n/ja.js @@ -230,7 +230,6 @@ OC.L10N.register( "Federated user" : "フェデレーションユーザー", "user@your-nextcloud.org" : "user@your-nextcloud.org", "Create share" : "共有を作成", - "Direct link copied to clipboard" : "クリップボードにコピーされた直接リンク", "Please copy the link manually:" : "手動でリンクをコピーしてください:", "Custom date range" : "カスタム日付の範囲", "Pick start date" : "開始日を指定", @@ -527,6 +526,7 @@ OC.L10N.register( "Toggle password visibility" : "パスワードの表示/非表示を切り替える", "Configure the database" : "データベースを設定してください", "Only %s is available." : "%s のみ有効です。", - "Database account" : "データベースアカウント" + "Database account" : "データベースアカウント", + "Direct link copied to clipboard" : "クリップボードにコピーされた直接リンク" }, "nplurals=1; plural=0;"); diff --git a/core/l10n/ja.json b/core/l10n/ja.json index 4fbb66b1e9d..0394920e547 100644 --- a/core/l10n/ja.json +++ b/core/l10n/ja.json @@ -228,7 +228,6 @@ "Federated user" : "フェデレーションユーザー", "user@your-nextcloud.org" : "user@your-nextcloud.org", "Create share" : "共有を作成", - "Direct link copied to clipboard" : "クリップボードにコピーされた直接リンク", "Please copy the link manually:" : "手動でリンクをコピーしてください:", "Custom date range" : "カスタム日付の範囲", "Pick start date" : "開始日を指定", @@ -525,6 +524,7 @@ "Toggle password visibility" : "パスワードの表示/非表示を切り替える", "Configure the database" : "データベースを設定してください", "Only %s is available." : "%s のみ有効です。", - "Database account" : "データベースアカウント" + "Database account" : "データベースアカウント", + "Direct link copied to clipboard" : "クリップボードにコピーされた直接リンク" },"pluralForm" :"nplurals=1; plural=0;" }
\ No newline at end of file diff --git a/core/l10n/ko.js b/core/l10n/ko.js index 29d693fc84a..ba5c85b85f7 100644 --- a/core/l10n/ko.js +++ b/core/l10n/ko.js @@ -112,7 +112,6 @@ OC.L10N.register( "Federated user" : "연합 사용자", "user@your-nextcloud.org" : "user@your-nextcloud.org", "Create share" : "공유 만들기", - "Direct link copied to clipboard" : "직접 링크가 클립보드에 복사됨", "Please copy the link manually:" : "링크를 수동으로 복사해 주세요:", "Custom date range" : "맞춤 날짜 범위", "Pick start date" : "시작일 선택", @@ -403,6 +402,7 @@ OC.L10N.register( "Toggle password visibility" : "암호 보이기/숨기기", "Configure the database" : "데이터베이스 설정", "Only %s is available." : "%s만 사용할 수 있습니다.", - "Database account" : "데이터베이스 계정" + "Database account" : "데이터베이스 계정", + "Direct link copied to clipboard" : "직접 링크가 클립보드에 복사됨" }, "nplurals=1; plural=0;"); diff --git a/core/l10n/ko.json b/core/l10n/ko.json index 20cd4263192..3a6281eea2e 100644 --- a/core/l10n/ko.json +++ b/core/l10n/ko.json @@ -110,7 +110,6 @@ "Federated user" : "연합 사용자", "user@your-nextcloud.org" : "user@your-nextcloud.org", "Create share" : "공유 만들기", - "Direct link copied to clipboard" : "직접 링크가 클립보드에 복사됨", "Please copy the link manually:" : "링크를 수동으로 복사해 주세요:", "Custom date range" : "맞춤 날짜 범위", "Pick start date" : "시작일 선택", @@ -401,6 +400,7 @@ "Toggle password visibility" : "암호 보이기/숨기기", "Configure the database" : "데이터베이스 설정", "Only %s is available." : "%s만 사용할 수 있습니다.", - "Database account" : "데이터베이스 계정" + "Database account" : "데이터베이스 계정", + "Direct link copied to clipboard" : "직접 링크가 클립보드에 복사됨" },"pluralForm" :"nplurals=1; plural=0;" }
\ No newline at end of file diff --git a/core/l10n/lt_LT.js b/core/l10n/lt_LT.js index 030683f31b9..62a6af87c5d 100644 --- a/core/l10n/lt_LT.js +++ b/core/l10n/lt_LT.js @@ -95,7 +95,6 @@ OC.L10N.register( "Yes" : "Taip", "Failed to add the public link to your Nextcloud" : "Nepavyko pridėti viešosios nuorodos į jūsų Nextcloud", "Create share" : "Sukurti viešinį", - "Direct link copied to clipboard" : "Tiesioginė nuoroda nukopijuota į iškarpinę", "Please copy the link manually:" : "Nukopijuokite nuorodą rankiniu būdu:", "Clear search" : "Išvalyti paiešką", "Searching …" : "Ieškoma…", @@ -317,6 +316,7 @@ OC.L10N.register( "Toggle password visibility" : "Perjungti slaptažodžio matomumą", "Configure the database" : "Konfigūruokite duomenų bazę", "Only %s is available." : "Yra prieinama tik %s.", - "Database account" : "Duomenų bazės paskyra" + "Database account" : "Duomenų bazės paskyra", + "Direct link copied to clipboard" : "Tiesioginė nuoroda nukopijuota į iškarpinę" }, "nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);"); diff --git a/core/l10n/lt_LT.json b/core/l10n/lt_LT.json index 530d861073f..02a4936c651 100644 --- a/core/l10n/lt_LT.json +++ b/core/l10n/lt_LT.json @@ -93,7 +93,6 @@ "Yes" : "Taip", "Failed to add the public link to your Nextcloud" : "Nepavyko pridėti viešosios nuorodos į jūsų Nextcloud", "Create share" : "Sukurti viešinį", - "Direct link copied to clipboard" : "Tiesioginė nuoroda nukopijuota į iškarpinę", "Please copy the link manually:" : "Nukopijuokite nuorodą rankiniu būdu:", "Clear search" : "Išvalyti paiešką", "Searching …" : "Ieškoma…", @@ -315,6 +314,7 @@ "Toggle password visibility" : "Perjungti slaptažodžio matomumą", "Configure the database" : "Konfigūruokite duomenų bazę", "Only %s is available." : "Yra prieinama tik %s.", - "Database account" : "Duomenų bazės paskyra" + "Database account" : "Duomenų bazės paskyra", + "Direct link copied to clipboard" : "Tiesioginė nuoroda nukopijuota į iškarpinę" },"pluralForm" :"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);" }
\ No newline at end of file diff --git a/core/l10n/mk.js b/core/l10n/mk.js index f423a9eb2f1..e606a3e2bad 100644 --- a/core/l10n/mk.js +++ b/core/l10n/mk.js @@ -93,7 +93,6 @@ OC.L10N.register( "Yes" : "Да", "Failed to add the public link to your Nextcloud" : "Неуспешно додавање на јавниот линк", "Create share" : "Ново споделување", - "Direct link copied to clipboard" : "Линкот е копиран во клипборд", "Pick start date" : "Избери почетен датум", "Pick end date" : "Избери краен датум", "Search everywhere" : "Барај насекаде", @@ -343,6 +342,7 @@ OC.L10N.register( "Show password" : "Прикажи лозинка", "Toggle password visibility" : "Вклучи видливост на лозинки", "Configure the database" : "Конфигурирај ја базата", - "Only %s is available." : "Само %s е достапно." + "Only %s is available." : "Само %s е достапно.", + "Direct link copied to clipboard" : "Линкот е копиран во клипборд" }, "nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"); diff --git a/core/l10n/mk.json b/core/l10n/mk.json index b4f5a14f2b5..762a129805a 100644 --- a/core/l10n/mk.json +++ b/core/l10n/mk.json @@ -91,7 +91,6 @@ "Yes" : "Да", "Failed to add the public link to your Nextcloud" : "Неуспешно додавање на јавниот линк", "Create share" : "Ново споделување", - "Direct link copied to clipboard" : "Линкот е копиран во клипборд", "Pick start date" : "Избери почетен датум", "Pick end date" : "Избери краен датум", "Search everywhere" : "Барај насекаде", @@ -341,6 +340,7 @@ "Show password" : "Прикажи лозинка", "Toggle password visibility" : "Вклучи видливост на лозинки", "Configure the database" : "Конфигурирај ја базата", - "Only %s is available." : "Само %s е достапно." + "Only %s is available." : "Само %s е достапно.", + "Direct link copied to clipboard" : "Линкот е копиран во клипборд" },"pluralForm" :"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;" }
\ No newline at end of file diff --git a/core/l10n/nb.js b/core/l10n/nb.js index 8c40556c291..2b37e052cee 100644 --- a/core/l10n/nb.js +++ b/core/l10n/nb.js @@ -111,7 +111,6 @@ OC.L10N.register( "Federated user" : "Forent bruker", "user@your-nextcloud.org" : "bruker@din-nextcloud.org", "Create share" : "Opprett deling", - "Direct link copied to clipboard" : "Direkte lenke kopiert til utklippstavlen", "Please copy the link manually:" : "Vennligst kopier lenken manuelt:", "Custom date range" : "Egendefinert datoperiode", "Pick start date" : "Velg start dato", @@ -383,6 +382,7 @@ OC.L10N.register( "Toggle password visibility" : "Vis passord av/på", "Configure the database" : "Sett opp databasen", "Only %s is available." : "Kun %s er tilgjengelig.", - "Database account" : "Databasekonto" + "Database account" : "Databasekonto", + "Direct link copied to clipboard" : "Direkte lenke kopiert til utklippstavlen" }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/nb.json b/core/l10n/nb.json index ef1d8950ce8..0b62c69a458 100644 --- a/core/l10n/nb.json +++ b/core/l10n/nb.json @@ -109,7 +109,6 @@ "Federated user" : "Forent bruker", "user@your-nextcloud.org" : "bruker@din-nextcloud.org", "Create share" : "Opprett deling", - "Direct link copied to clipboard" : "Direkte lenke kopiert til utklippstavlen", "Please copy the link manually:" : "Vennligst kopier lenken manuelt:", "Custom date range" : "Egendefinert datoperiode", "Pick start date" : "Velg start dato", @@ -381,6 +380,7 @@ "Toggle password visibility" : "Vis passord av/på", "Configure the database" : "Sett opp databasen", "Only %s is available." : "Kun %s er tilgjengelig.", - "Database account" : "Databasekonto" + "Database account" : "Databasekonto", + "Direct link copied to clipboard" : "Direkte lenke kopiert til utklippstavlen" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/core/l10n/nl.js b/core/l10n/nl.js index 2c66a5c9f02..152ee1abf36 100644 --- a/core/l10n/nl.js +++ b/core/l10n/nl.js @@ -230,7 +230,6 @@ OC.L10N.register( "Federated user" : "Gefedereerde gebruiker", "user@your-nextcloud.org" : "gebruiker@your-nextcloud.org", "Create share" : "Creëren share", - "Direct link copied to clipboard" : "Directe link gekopieerd naar klembord", "Please copy the link manually:" : "Kopieer de link handmatig:", "Custom date range" : "Aangepast datumbereik", "Pick start date" : "Kies startdatum", @@ -527,6 +526,7 @@ OC.L10N.register( "Toggle password visibility" : "Omschakelen zichtbaarheid wachtwoord", "Configure the database" : "Configureer de database", "Only %s is available." : "Alleen %s is beschikbaar.", - "Database account" : "Database account" + "Database account" : "Database account", + "Direct link copied to clipboard" : "Directe link gekopieerd naar klembord" }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/nl.json b/core/l10n/nl.json index d92fd27bef1..56c9ca82ece 100644 --- a/core/l10n/nl.json +++ b/core/l10n/nl.json @@ -228,7 +228,6 @@ "Federated user" : "Gefedereerde gebruiker", "user@your-nextcloud.org" : "gebruiker@your-nextcloud.org", "Create share" : "Creëren share", - "Direct link copied to clipboard" : "Directe link gekopieerd naar klembord", "Please copy the link manually:" : "Kopieer de link handmatig:", "Custom date range" : "Aangepast datumbereik", "Pick start date" : "Kies startdatum", @@ -525,6 +524,7 @@ "Toggle password visibility" : "Omschakelen zichtbaarheid wachtwoord", "Configure the database" : "Configureer de database", "Only %s is available." : "Alleen %s is beschikbaar.", - "Database account" : "Database account" + "Database account" : "Database account", + "Direct link copied to clipboard" : "Directe link gekopieerd naar klembord" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/core/l10n/pl.js b/core/l10n/pl.js index 2ba9ef6b558..0bae175c682 100644 --- a/core/l10n/pl.js +++ b/core/l10n/pl.js @@ -230,7 +230,6 @@ OC.L10N.register( "Federated user" : "Użytkownik sfederowany", "user@your-nextcloud.org" : "uzytkownik@twoj-nextcloud.pl", "Create share" : "Utwórz udostępnienie", - "Direct link copied to clipboard" : "Bezpośredni odnośnik skopiowany do schowka", "Please copy the link manually:" : "Skopiuj odnośnik ręcznie:", "Custom date range" : "Własny zakres dat", "Pick start date" : "Wybierz datę rozpoczęcia", @@ -527,6 +526,7 @@ OC.L10N.register( "Toggle password visibility" : "Przełącz widoczność hasła", "Configure the database" : "Skonfiguruj bazę danych", "Only %s is available." : "Dostępne jest tylko %s.", - "Database account" : "Konto bazy danych" + "Database account" : "Konto bazy danych", + "Direct link copied to clipboard" : "Bezpośredni odnośnik skopiowany do schowka" }, "nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"); diff --git a/core/l10n/pl.json b/core/l10n/pl.json index 25e93697259..6d1e79ec45b 100644 --- a/core/l10n/pl.json +++ b/core/l10n/pl.json @@ -228,7 +228,6 @@ "Federated user" : "Użytkownik sfederowany", "user@your-nextcloud.org" : "uzytkownik@twoj-nextcloud.pl", "Create share" : "Utwórz udostępnienie", - "Direct link copied to clipboard" : "Bezpośredni odnośnik skopiowany do schowka", "Please copy the link manually:" : "Skopiuj odnośnik ręcznie:", "Custom date range" : "Własny zakres dat", "Pick start date" : "Wybierz datę rozpoczęcia", @@ -525,6 +524,7 @@ "Toggle password visibility" : "Przełącz widoczność hasła", "Configure the database" : "Skonfiguruj bazę danych", "Only %s is available." : "Dostępne jest tylko %s.", - "Database account" : "Konto bazy danych" + "Database account" : "Konto bazy danych", + "Direct link copied to clipboard" : "Bezpośredni odnośnik skopiowany do schowka" },"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);" }
\ No newline at end of file diff --git a/core/l10n/pt_BR.js b/core/l10n/pt_BR.js index c33a0a9c912..3919a9f7eb7 100644 --- a/core/l10n/pt_BR.js +++ b/core/l10n/pt_BR.js @@ -230,7 +230,6 @@ OC.L10N.register( "Federated user" : "Usuário federado", "user@your-nextcloud.org" : "user@your-nextcloud.org", "Create share" : "Criar compartilhamento", - "Direct link copied to clipboard" : "Link direto copiado para a área de transferência", "Please copy the link manually:" : "Copie o link manualmente:", "Custom date range" : "Intervalo personalizado", "Pick start date" : "Escolha uma data de início", @@ -527,6 +526,7 @@ OC.L10N.register( "Toggle password visibility" : "Alternar visibilidade da senha", "Configure the database" : "Configurar o banco de dados", "Only %s is available." : "Somente %s está disponível.", - "Database account" : "Conta de banco de dados" + "Database account" : "Conta de banco de dados", + "Direct link copied to clipboard" : "Link direto copiado para a área de transferência" }, "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/core/l10n/pt_BR.json b/core/l10n/pt_BR.json index 3f0750ec959..743a69027a1 100644 --- a/core/l10n/pt_BR.json +++ b/core/l10n/pt_BR.json @@ -228,7 +228,6 @@ "Federated user" : "Usuário federado", "user@your-nextcloud.org" : "user@your-nextcloud.org", "Create share" : "Criar compartilhamento", - "Direct link copied to clipboard" : "Link direto copiado para a área de transferência", "Please copy the link manually:" : "Copie o link manualmente:", "Custom date range" : "Intervalo personalizado", "Pick start date" : "Escolha uma data de início", @@ -525,6 +524,7 @@ "Toggle password visibility" : "Alternar visibilidade da senha", "Configure the database" : "Configurar o banco de dados", "Only %s is available." : "Somente %s está disponível.", - "Database account" : "Conta de banco de dados" + "Database account" : "Conta de banco de dados", + "Direct link copied to clipboard" : "Link direto copiado para a área de transferência" },"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" }
\ No newline at end of file diff --git a/core/l10n/pt_PT.js b/core/l10n/pt_PT.js index 597b5f2f3ee..0d195dab528 100644 --- a/core/l10n/pt_PT.js +++ b/core/l10n/pt_PT.js @@ -230,7 +230,6 @@ OC.L10N.register( "Federated user" : "Utilizador federado", "user@your-nextcloud.org" : "utilizador@o-seu-nextcloud.org", "Create share" : "Criar partilha", - "Direct link copied to clipboard" : "Ligação direta copiada para a área de transferência", "Please copy the link manually:" : "Por favor copie a ligação manualmente:", "Custom date range" : "Intervalo de datas personalizado", "Pick start date" : "Escolher data de início", @@ -527,6 +526,7 @@ OC.L10N.register( "Toggle password visibility" : "Altere a visibilidade da palavra-passe", "Configure the database" : "Configure a base de dados", "Only %s is available." : "Só está disponível %s.", - "Database account" : "Conta da base de dados" + "Database account" : "Conta da base de dados", + "Direct link copied to clipboard" : "Ligação direta copiada para a área de transferência" }, "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/core/l10n/pt_PT.json b/core/l10n/pt_PT.json index 3c5786f9b78..f9ba3e66e60 100644 --- a/core/l10n/pt_PT.json +++ b/core/l10n/pt_PT.json @@ -228,7 +228,6 @@ "Federated user" : "Utilizador federado", "user@your-nextcloud.org" : "utilizador@o-seu-nextcloud.org", "Create share" : "Criar partilha", - "Direct link copied to clipboard" : "Ligação direta copiada para a área de transferência", "Please copy the link manually:" : "Por favor copie a ligação manualmente:", "Custom date range" : "Intervalo de datas personalizado", "Pick start date" : "Escolher data de início", @@ -525,6 +524,7 @@ "Toggle password visibility" : "Altere a visibilidade da palavra-passe", "Configure the database" : "Configure a base de dados", "Only %s is available." : "Só está disponível %s.", - "Database account" : "Conta da base de dados" + "Database account" : "Conta da base de dados", + "Direct link copied to clipboard" : "Ligação direta copiada para a área de transferência" },"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" }
\ No newline at end of file diff --git a/core/l10n/ru.js b/core/l10n/ru.js index 3b3a18387d5..e8e6ac684e3 100644 --- a/core/l10n/ru.js +++ b/core/l10n/ru.js @@ -230,7 +230,6 @@ OC.L10N.register( "Federated user" : "Федеративный пользователь", "user@your-nextcloud.org" : "пользователь@ваш-nextcloud.org", "Create share" : "Создать общий ресурс", - "Direct link copied to clipboard" : "Прямая ссылка, скопированная в буфер обмена", "Please copy the link manually:" : "Выполните копирование ссылки вручную:", "Custom date range" : "Настраиваемый диапазон дат", "Pick start date" : "Выберите дату начала", @@ -527,6 +526,7 @@ OC.L10N.register( "Toggle password visibility" : "Переключить видимость пароля", "Configure the database" : "Настройка базы данных", "Only %s is available." : "Доступен только %s.", - "Database account" : "Учётная запись базы данных" + "Database account" : "Учётная запись базы данных", + "Direct link copied to clipboard" : "Прямая ссылка, скопированная в буфер обмена" }, "nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"); diff --git a/core/l10n/ru.json b/core/l10n/ru.json index f4f2442d2e4..29f5e7f0f5d 100644 --- a/core/l10n/ru.json +++ b/core/l10n/ru.json @@ -228,7 +228,6 @@ "Federated user" : "Федеративный пользователь", "user@your-nextcloud.org" : "пользователь@ваш-nextcloud.org", "Create share" : "Создать общий ресурс", - "Direct link copied to clipboard" : "Прямая ссылка, скопированная в буфер обмена", "Please copy the link manually:" : "Выполните копирование ссылки вручную:", "Custom date range" : "Настраиваемый диапазон дат", "Pick start date" : "Выберите дату начала", @@ -525,6 +524,7 @@ "Toggle password visibility" : "Переключить видимость пароля", "Configure the database" : "Настройка базы данных", "Only %s is available." : "Доступен только %s.", - "Database account" : "Учётная запись базы данных" + "Database account" : "Учётная запись базы данных", + "Direct link copied to clipboard" : "Прямая ссылка, скопированная в буфер обмена" },"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);" }
\ No newline at end of file diff --git a/core/l10n/sk.js b/core/l10n/sk.js index 18a857662a8..5a97a8e1da6 100644 --- a/core/l10n/sk.js +++ b/core/l10n/sk.js @@ -186,7 +186,6 @@ OC.L10N.register( "Federated user" : "Združený užívateľ", "user@your-nextcloud.org" : "user@your-nextcloud.org", "Create share" : "Vytvoriť zdieľanie", - "Direct link copied to clipboard" : "Priamy odkaz bol skopírovný do schránky", "Please copy the link manually:" : "Prosím skopírujte odkaz manuálne:", "Custom date range" : "Vlastné rozpätie dátumov", "Pick start date" : "Vyberte dátum začiatku", @@ -477,6 +476,7 @@ OC.L10N.register( "Toggle password visibility" : "Prepnúť viditeľnosť hesla", "Configure the database" : "Nastaviť databázu", "Only %s is available." : "Je dostupný len %s.", - "Database account" : "Databázový účet" + "Database account" : "Databázový účet", + "Direct link copied to clipboard" : "Priamy odkaz bol skopírovný do schránky" }, "nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"); diff --git a/core/l10n/sk.json b/core/l10n/sk.json index 937728badcb..dff487c35fc 100644 --- a/core/l10n/sk.json +++ b/core/l10n/sk.json @@ -184,7 +184,6 @@ "Federated user" : "Združený užívateľ", "user@your-nextcloud.org" : "user@your-nextcloud.org", "Create share" : "Vytvoriť zdieľanie", - "Direct link copied to clipboard" : "Priamy odkaz bol skopírovný do schránky", "Please copy the link manually:" : "Prosím skopírujte odkaz manuálne:", "Custom date range" : "Vlastné rozpätie dátumov", "Pick start date" : "Vyberte dátum začiatku", @@ -475,6 +474,7 @@ "Toggle password visibility" : "Prepnúť viditeľnosť hesla", "Configure the database" : "Nastaviť databázu", "Only %s is available." : "Je dostupný len %s.", - "Database account" : "Databázový účet" + "Database account" : "Databázový účet", + "Direct link copied to clipboard" : "Priamy odkaz bol skopírovný do schránky" },"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);" }
\ No newline at end of file diff --git a/core/l10n/sl.js b/core/l10n/sl.js index 31f10c6e27e..d4349525e4c 100644 --- a/core/l10n/sl.js +++ b/core/l10n/sl.js @@ -205,7 +205,6 @@ OC.L10N.register( "Federated user" : "Zvezni uporabnik", "user@your-nextcloud.org" : "uporabnik@oblak-nextcloud.org", "Create share" : "Ustvari predmet souporabe", - "Direct link copied to clipboard" : "Povezava je kopirana v odložišče.", "Please copy the link manually:" : "Povezave je treba kopirati ročno.", "Custom date range" : "Obseg datuma po meri", "Pick start date" : "Izbor začetnega datuma", @@ -496,6 +495,7 @@ OC.L10N.register( "Toggle password visibility" : "Preklopi vidnost gesla", "Configure the database" : "Nastavi podatkovno zbirko", "Only %s is available." : "Na voljo je le %s.", - "Database account" : "Račun podatkovne zbirke" + "Database account" : "Račun podatkovne zbirke", + "Direct link copied to clipboard" : "Povezava je kopirana v odložišče." }, "nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"); diff --git a/core/l10n/sl.json b/core/l10n/sl.json index 7f177ca0a1f..aa1247c6437 100644 --- a/core/l10n/sl.json +++ b/core/l10n/sl.json @@ -203,7 +203,6 @@ "Federated user" : "Zvezni uporabnik", "user@your-nextcloud.org" : "uporabnik@oblak-nextcloud.org", "Create share" : "Ustvari predmet souporabe", - "Direct link copied to clipboard" : "Povezava je kopirana v odložišče.", "Please copy the link manually:" : "Povezave je treba kopirati ročno.", "Custom date range" : "Obseg datuma po meri", "Pick start date" : "Izbor začetnega datuma", @@ -494,6 +493,7 @@ "Toggle password visibility" : "Preklopi vidnost gesla", "Configure the database" : "Nastavi podatkovno zbirko", "Only %s is available." : "Na voljo je le %s.", - "Database account" : "Račun podatkovne zbirke" + "Database account" : "Račun podatkovne zbirke", + "Direct link copied to clipboard" : "Povezava je kopirana v odložišče." },"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);" }
\ No newline at end of file diff --git a/core/l10n/sr.js b/core/l10n/sr.js index 45619021ed6..390e6a89f0f 100644 --- a/core/l10n/sr.js +++ b/core/l10n/sr.js @@ -230,7 +230,6 @@ OC.L10N.register( "Federated user" : "Федерисани корисник", "user@your-nextcloud.org" : "korisnik@vas-nextcloud.org", "Create share" : "Kreirajte deljenje", - "Direct link copied to clipboard" : "Директни линк је копиран у клипборд", "Please copy the link manually:" : "Молимо вас да ручно корпирате линк:", "Custom date range" : "Произвољни опсег датума", "Pick start date" : "Изаберите почетни датум", @@ -527,6 +526,7 @@ OC.L10N.register( "Toggle password visibility" : "Укључи/искључи видљивост лозинке", "Configure the database" : "Подешавање базе", "Only %s is available." : "Само %s је доступна.", - "Database account" : "Налог базе података" + "Database account" : "Налог базе података", + "Direct link copied to clipboard" : "Директни линк је копиран у клипборд" }, "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/core/l10n/sr.json b/core/l10n/sr.json index 4ef6f99262f..05c9fb8aa02 100644 --- a/core/l10n/sr.json +++ b/core/l10n/sr.json @@ -228,7 +228,6 @@ "Federated user" : "Федерисани корисник", "user@your-nextcloud.org" : "korisnik@vas-nextcloud.org", "Create share" : "Kreirajte deljenje", - "Direct link copied to clipboard" : "Директни линк је копиран у клипборд", "Please copy the link manually:" : "Молимо вас да ручно корпирате линк:", "Custom date range" : "Произвољни опсег датума", "Pick start date" : "Изаберите почетни датум", @@ -525,6 +524,7 @@ "Toggle password visibility" : "Укључи/искључи видљивост лозинке", "Configure the database" : "Подешавање базе", "Only %s is available." : "Само %s је доступна.", - "Database account" : "Налог базе података" + "Database account" : "Налог базе података", + "Direct link copied to clipboard" : "Директни линк је копиран у клипборд" },"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" }
\ No newline at end of file diff --git a/core/l10n/sv.js b/core/l10n/sv.js index 4070117c4ed..5d5bc45cbd9 100644 --- a/core/l10n/sv.js +++ b/core/l10n/sv.js @@ -114,7 +114,6 @@ OC.L10N.register( "Federated user" : "Federerad användare", "user@your-nextcloud.org" : "användare@din-nextcloud.se", "Create share" : "Skapa delning", - "Direct link copied to clipboard" : "Direktlänk kopierad till urklipp", "Please copy the link manually:" : "Kopiera länken manuellt:", "Custom date range" : "Anpassat datumintervall", "Pick start date" : "Välj startdatum", @@ -405,6 +404,7 @@ OC.L10N.register( "Toggle password visibility" : "Växla lösenordsynlighet", "Configure the database" : "Konfigurera databasen", "Only %s is available." : "Endast %s är tillgänglig.", - "Database account" : "Databaskonto" + "Database account" : "Databaskonto", + "Direct link copied to clipboard" : "Direktlänk kopierad till urklipp" }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/sv.json b/core/l10n/sv.json index 704be95bc05..4b0ffc53bbf 100644 --- a/core/l10n/sv.json +++ b/core/l10n/sv.json @@ -112,7 +112,6 @@ "Federated user" : "Federerad användare", "user@your-nextcloud.org" : "användare@din-nextcloud.se", "Create share" : "Skapa delning", - "Direct link copied to clipboard" : "Direktlänk kopierad till urklipp", "Please copy the link manually:" : "Kopiera länken manuellt:", "Custom date range" : "Anpassat datumintervall", "Pick start date" : "Välj startdatum", @@ -403,6 +402,7 @@ "Toggle password visibility" : "Växla lösenordsynlighet", "Configure the database" : "Konfigurera databasen", "Only %s is available." : "Endast %s är tillgänglig.", - "Database account" : "Databaskonto" + "Database account" : "Databaskonto", + "Direct link copied to clipboard" : "Direktlänk kopierad till urklipp" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/core/l10n/sw.js b/core/l10n/sw.js index 479a6e7da67..2b5e1354990 100644 --- a/core/l10n/sw.js +++ b/core/l10n/sw.js @@ -230,7 +230,6 @@ OC.L10N.register( "Federated user" : "Mtumiaji aliyeshirikishwa", "user@your-nextcloud.org" : "mtimiaji@nextcloudyako.org", "Create share" : "Tengeneza ushirikishaji", - "Direct link copied to clipboard" : "Kiungio cha moja kwa moja kimenakiliwa kwenye ubao wa kunakili", "Please copy the link manually:" : "Tafadhali nakili kiungio kikawaida", "Custom date range" : "Safu ya tarehe maalum", "Pick start date" : "Chagua tarehe ya kuanza", @@ -527,6 +526,7 @@ OC.L10N.register( "Toggle password visibility" : "Geuza mwonekano wa nenosiri", "Configure the database" : "Sanidi hifadhidata", "Only %s is available." : "Yupo tu %s", - "Database account" : "Akaunti ya kanzidata" + "Database account" : "Akaunti ya kanzidata", + "Direct link copied to clipboard" : "Kiungio cha moja kwa moja kimenakiliwa kwenye ubao wa kunakili" }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/sw.json b/core/l10n/sw.json index ca3d12944dd..62ac50cac07 100644 --- a/core/l10n/sw.json +++ b/core/l10n/sw.json @@ -228,7 +228,6 @@ "Federated user" : "Mtumiaji aliyeshirikishwa", "user@your-nextcloud.org" : "mtimiaji@nextcloudyako.org", "Create share" : "Tengeneza ushirikishaji", - "Direct link copied to clipboard" : "Kiungio cha moja kwa moja kimenakiliwa kwenye ubao wa kunakili", "Please copy the link manually:" : "Tafadhali nakili kiungio kikawaida", "Custom date range" : "Safu ya tarehe maalum", "Pick start date" : "Chagua tarehe ya kuanza", @@ -525,6 +524,7 @@ "Toggle password visibility" : "Geuza mwonekano wa nenosiri", "Configure the database" : "Sanidi hifadhidata", "Only %s is available." : "Yupo tu %s", - "Database account" : "Akaunti ya kanzidata" + "Database account" : "Akaunti ya kanzidata", + "Direct link copied to clipboard" : "Kiungio cha moja kwa moja kimenakiliwa kwenye ubao wa kunakili" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/core/l10n/tr.js b/core/l10n/tr.js index ae1275fa13c..134a8672e94 100644 --- a/core/l10n/tr.js +++ b/core/l10n/tr.js @@ -230,7 +230,6 @@ OC.L10N.register( "Federated user" : "Birleşik kullanıcı", "user@your-nextcloud.org" : "kullanici@nextcloud-kopyaniz.org", "Create share" : "Paylaşım ekle", - "Direct link copied to clipboard" : "Doğrudan bağlantı panoya kopyalandı", "Please copy the link manually:" : "Lütfen bağlantıyı el ile kopyalayın:", "Custom date range" : "Özel tarih aralığı", "Pick start date" : "Başlangıç tarihini seçin", @@ -527,6 +526,7 @@ OC.L10N.register( "Toggle password visibility" : "Parolayı görüntüle/gizle", "Configure the database" : "Veri tabanını yapılandır", "Only %s is available." : "Yalnızca %s kullanılabilir.", - "Database account" : "Veri tabanı hesabı" + "Database account" : "Veri tabanı hesabı", + "Direct link copied to clipboard" : "Doğrudan bağlantı panoya kopyalandı" }, "nplurals=2; plural=(n > 1);"); diff --git a/core/l10n/tr.json b/core/l10n/tr.json index 16bf2c68f53..daf52d2aa03 100644 --- a/core/l10n/tr.json +++ b/core/l10n/tr.json @@ -228,7 +228,6 @@ "Federated user" : "Birleşik kullanıcı", "user@your-nextcloud.org" : "kullanici@nextcloud-kopyaniz.org", "Create share" : "Paylaşım ekle", - "Direct link copied to clipboard" : "Doğrudan bağlantı panoya kopyalandı", "Please copy the link manually:" : "Lütfen bağlantıyı el ile kopyalayın:", "Custom date range" : "Özel tarih aralığı", "Pick start date" : "Başlangıç tarihini seçin", @@ -525,6 +524,7 @@ "Toggle password visibility" : "Parolayı görüntüle/gizle", "Configure the database" : "Veri tabanını yapılandır", "Only %s is available." : "Yalnızca %s kullanılabilir.", - "Database account" : "Veri tabanı hesabı" + "Database account" : "Veri tabanı hesabı", + "Direct link copied to clipboard" : "Doğrudan bağlantı panoya kopyalandı" },"pluralForm" :"nplurals=2; plural=(n > 1);" }
\ No newline at end of file diff --git a/core/l10n/ug.js b/core/l10n/ug.js index 4f292c6c6d2..57f62129123 100644 --- a/core/l10n/ug.js +++ b/core/l10n/ug.js @@ -107,7 +107,6 @@ OC.L10N.register( "Federated user" : "فېدېراتسىيە ئىشلەتكۈچى", "user@your-nextcloud.org" : "user@your-nextcloud.org", "Create share" : "ئورتاقلىشىش", - "Direct link copied to clipboard" : "چاپلاش تاختىسىغا كۆچۈرۈلگەن بىۋاسىتە ئۇلىنىش", "Please copy the link manually:" : "ئۇلىنىشنى قولدا كۆچۈرۈڭ:", "Custom date range" : "ئىختىيارى چېسلا دائىرىسى", "Pick start date" : "باشلىنىش ۋاقتىنى تاللاڭ", @@ -371,6 +370,7 @@ OC.L10N.register( "Toggle password visibility" : "پارولنىڭ كۆرۈنۈشچانلىقىنى توغرىلاڭ", "Configure the database" : "سانداننى سەپلەڭ", "Only %s is available." : "پەقەت% s نىلا ئىشلەتكىلى بولىدۇ.", - "Database account" : "ساندان ھېساباتى" + "Database account" : "ساندان ھېساباتى", + "Direct link copied to clipboard" : "چاپلاش تاختىسىغا كۆچۈرۈلگەن بىۋاسىتە ئۇلىنىش" }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/ug.json b/core/l10n/ug.json index 3e1f68d70b5..cf5dd3e64fa 100644 --- a/core/l10n/ug.json +++ b/core/l10n/ug.json @@ -105,7 +105,6 @@ "Federated user" : "فېدېراتسىيە ئىشلەتكۈچى", "user@your-nextcloud.org" : "user@your-nextcloud.org", "Create share" : "ئورتاقلىشىش", - "Direct link copied to clipboard" : "چاپلاش تاختىسىغا كۆچۈرۈلگەن بىۋاسىتە ئۇلىنىش", "Please copy the link manually:" : "ئۇلىنىشنى قولدا كۆچۈرۈڭ:", "Custom date range" : "ئىختىيارى چېسلا دائىرىسى", "Pick start date" : "باشلىنىش ۋاقتىنى تاللاڭ", @@ -369,6 +368,7 @@ "Toggle password visibility" : "پارولنىڭ كۆرۈنۈشچانلىقىنى توغرىلاڭ", "Configure the database" : "سانداننى سەپلەڭ", "Only %s is available." : "پەقەت% s نىلا ئىشلەتكىلى بولىدۇ.", - "Database account" : "ساندان ھېساباتى" + "Database account" : "ساندان ھېساباتى", + "Direct link copied to clipboard" : "چاپلاش تاختىسىغا كۆچۈرۈلگەن بىۋاسىتە ئۇلىنىش" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/core/l10n/uk.js b/core/l10n/uk.js index 8d1222c102d..28b925272e5 100644 --- a/core/l10n/uk.js +++ b/core/l10n/uk.js @@ -230,7 +230,7 @@ OC.L10N.register( "Federated user" : "Обʼєднаний користувач", "user@your-nextcloud.org" : "користувач@ваш-nextcloud.org", "Create share" : "Передати у публічний доступ", - "Direct link copied to clipboard" : "Посилання прямого доступу скопійовано в буфер обміну", + "Direct link copied" : "Пряме посилання скопійовано", "Please copy the link manually:" : "Будь ласка, скопіюйте посилання вручну:", "Custom date range" : "Власний вибір проміжку", "Pick start date" : "Виберіть початкову дату", @@ -527,6 +527,7 @@ OC.L10N.register( "Toggle password visibility" : "Перемкнути видимість пароля", "Configure the database" : "Налаштування бази даних", "Only %s is available." : "Доступно тільки %s.", - "Database account" : "Обліковий запис БД" + "Database account" : "Обліковий запис БД", + "Direct link copied to clipboard" : "Посилання прямого доступу скопійовано в буфер обміну" }, "nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);"); diff --git a/core/l10n/uk.json b/core/l10n/uk.json index 8107aed1ec7..928354d9ffb 100644 --- a/core/l10n/uk.json +++ b/core/l10n/uk.json @@ -228,7 +228,7 @@ "Federated user" : "Обʼєднаний користувач", "user@your-nextcloud.org" : "користувач@ваш-nextcloud.org", "Create share" : "Передати у публічний доступ", - "Direct link copied to clipboard" : "Посилання прямого доступу скопійовано в буфер обміну", + "Direct link copied" : "Пряме посилання скопійовано", "Please copy the link manually:" : "Будь ласка, скопіюйте посилання вручну:", "Custom date range" : "Власний вибір проміжку", "Pick start date" : "Виберіть початкову дату", @@ -525,6 +525,7 @@ "Toggle password visibility" : "Перемкнути видимість пароля", "Configure the database" : "Налаштування бази даних", "Only %s is available." : "Доступно тільки %s.", - "Database account" : "Обліковий запис БД" + "Database account" : "Обліковий запис БД", + "Direct link copied to clipboard" : "Посилання прямого доступу скопійовано в буфер обміну" },"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);" }
\ No newline at end of file diff --git a/core/l10n/uz.js b/core/l10n/uz.js index ff003f18000..9db9da5d41c 100644 --- a/core/l10n/uz.js +++ b/core/l10n/uz.js @@ -110,7 +110,6 @@ OC.L10N.register( "Federated user" : "Korporativ foydalanuvchi", "user@your-nextcloud.org" : "user@your-nextcloud.org", "Create share" : "Tarqatish yaratish", - "Direct link copied to clipboard" : "Klipbordga nusxa olish", "Please copy the link manually:" : "Iltimos, havolani qo'lda nusxalash:", "Custom date range" : "Maxsus sana oralig'i", "Pick start date" : "Boshlanish sanasini tanlang", @@ -401,6 +400,7 @@ OC.L10N.register( "Toggle password visibility" : "Parol ko'rinishini o'zgartiring", "Configure the database" : "Ma'lumotlar bazasini moslashtiring", "Only %s is available." : "Faqat %s uchun mavjud.", - "Database account" : "Akkauntlar ma`lumotlar bazasi" + "Database account" : "Akkauntlar ma`lumotlar bazasi", + "Direct link copied to clipboard" : "Klipbordga nusxa olish" }, "nplurals=1; plural=0;"); diff --git a/core/l10n/uz.json b/core/l10n/uz.json index 4ca05538b63..7cf3cc906a1 100644 --- a/core/l10n/uz.json +++ b/core/l10n/uz.json @@ -108,7 +108,6 @@ "Federated user" : "Korporativ foydalanuvchi", "user@your-nextcloud.org" : "user@your-nextcloud.org", "Create share" : "Tarqatish yaratish", - "Direct link copied to clipboard" : "Klipbordga nusxa olish", "Please copy the link manually:" : "Iltimos, havolani qo'lda nusxalash:", "Custom date range" : "Maxsus sana oralig'i", "Pick start date" : "Boshlanish sanasini tanlang", @@ -399,6 +398,7 @@ "Toggle password visibility" : "Parol ko'rinishini o'zgartiring", "Configure the database" : "Ma'lumotlar bazasini moslashtiring", "Only %s is available." : "Faqat %s uchun mavjud.", - "Database account" : "Akkauntlar ma`lumotlar bazasi" + "Database account" : "Akkauntlar ma`lumotlar bazasi", + "Direct link copied to clipboard" : "Klipbordga nusxa olish" },"pluralForm" :"nplurals=1; plural=0;" }
\ No newline at end of file diff --git a/core/l10n/vi.js b/core/l10n/vi.js index a171f94e07a..2f9c2dbb825 100644 --- a/core/l10n/vi.js +++ b/core/l10n/vi.js @@ -108,7 +108,6 @@ OC.L10N.register( "Federated user" : "Người dùng được liên kết", "user@your-nextcloud.org" : "người_dùng@nextcloud_của_bạn.org", "Create share" : "Tạo chia sẻ", - "Direct link copied to clipboard" : "URL đã được sao chép vào bộ nhớ tạm", "Please copy the link manually:" : "Vui lòng sao chép thủ công liên kết:", "Pick start date" : "Chọn ngày bắt đầu", "Pick end date" : "Chọn ngày kết thúc", @@ -371,6 +370,7 @@ OC.L10N.register( "Toggle password visibility" : "Chuyển chế độ hiển thị mật khẩu", "Configure the database" : "Cấu hình cơ sở dữ liệu", "Only %s is available." : "Chỉ %s khả dụng.", - "Database account" : "Tài khoản CSDL" + "Database account" : "Tài khoản CSDL", + "Direct link copied to clipboard" : "URL đã được sao chép vào bộ nhớ tạm" }, "nplurals=1; plural=0;"); diff --git a/core/l10n/vi.json b/core/l10n/vi.json index 1aa846012ab..7393d67d864 100644 --- a/core/l10n/vi.json +++ b/core/l10n/vi.json @@ -106,7 +106,6 @@ "Federated user" : "Người dùng được liên kết", "user@your-nextcloud.org" : "người_dùng@nextcloud_của_bạn.org", "Create share" : "Tạo chia sẻ", - "Direct link copied to clipboard" : "URL đã được sao chép vào bộ nhớ tạm", "Please copy the link manually:" : "Vui lòng sao chép thủ công liên kết:", "Pick start date" : "Chọn ngày bắt đầu", "Pick end date" : "Chọn ngày kết thúc", @@ -369,6 +368,7 @@ "Toggle password visibility" : "Chuyển chế độ hiển thị mật khẩu", "Configure the database" : "Cấu hình cơ sở dữ liệu", "Only %s is available." : "Chỉ %s khả dụng.", - "Database account" : "Tài khoản CSDL" + "Database account" : "Tài khoản CSDL", + "Direct link copied to clipboard" : "URL đã được sao chép vào bộ nhớ tạm" },"pluralForm" :"nplurals=1; plural=0;" }
\ No newline at end of file diff --git a/core/l10n/zh_CN.js b/core/l10n/zh_CN.js index 9c5ea62d27b..8c64035aeea 100644 --- a/core/l10n/zh_CN.js +++ b/core/l10n/zh_CN.js @@ -230,7 +230,6 @@ OC.L10N.register( "Federated user" : "联合云用户", "user@your-nextcloud.org" : "user@your-nextcloud.org", "Create share" : "创建共享", - "Direct link copied to clipboard" : "直链已复制至粘贴板", "Please copy the link manually:" : "请手动复制链接:", "Custom date range" : "自定义日期范围", "Pick start date" : "选择起始日期", @@ -527,6 +526,7 @@ OC.L10N.register( "Toggle password visibility" : "切换密码可见性", "Configure the database" : "配置数据库", "Only %s is available." : "仅 %s 可用。", - "Database account" : "数据库账号" + "Database account" : "数据库账号", + "Direct link copied to clipboard" : "直链已复制至粘贴板" }, "nplurals=1; plural=0;"); diff --git a/core/l10n/zh_CN.json b/core/l10n/zh_CN.json index 6df0d68e261..a2e453cad86 100644 --- a/core/l10n/zh_CN.json +++ b/core/l10n/zh_CN.json @@ -228,7 +228,6 @@ "Federated user" : "联合云用户", "user@your-nextcloud.org" : "user@your-nextcloud.org", "Create share" : "创建共享", - "Direct link copied to clipboard" : "直链已复制至粘贴板", "Please copy the link manually:" : "请手动复制链接:", "Custom date range" : "自定义日期范围", "Pick start date" : "选择起始日期", @@ -525,6 +524,7 @@ "Toggle password visibility" : "切换密码可见性", "Configure the database" : "配置数据库", "Only %s is available." : "仅 %s 可用。", - "Database account" : "数据库账号" + "Database account" : "数据库账号", + "Direct link copied to clipboard" : "直链已复制至粘贴板" },"pluralForm" :"nplurals=1; plural=0;" }
\ No newline at end of file diff --git a/core/l10n/zh_HK.js b/core/l10n/zh_HK.js index b33f0895829..fc51c994b6f 100644 --- a/core/l10n/zh_HK.js +++ b/core/l10n/zh_HK.js @@ -230,7 +230,7 @@ OC.L10N.register( "Federated user" : "聯盟用戶", "user@your-nextcloud.org" : "user@your-nextcloud.org", "Create share" : "創建分享", - "Direct link copied to clipboard" : "直接連結已複製到剪貼簿", + "Direct link copied" : "已複製直接連結", "Please copy the link manually:" : "請手動複製連結:", "Custom date range" : "自訂日期範圍", "Pick start date" : "挑選開始日期", @@ -527,6 +527,7 @@ OC.L10N.register( "Toggle password visibility" : "切換密碼可見性", "Configure the database" : "設定數據庫", "Only %s is available." : "僅 %s 可使用。", - "Database account" : "數據庫帳戶" + "Database account" : "數據庫帳戶", + "Direct link copied to clipboard" : "直接連結已複製到剪貼簿" }, "nplurals=1; plural=0;"); diff --git a/core/l10n/zh_HK.json b/core/l10n/zh_HK.json index 2c224a95065..0d1d227094c 100644 --- a/core/l10n/zh_HK.json +++ b/core/l10n/zh_HK.json @@ -228,7 +228,7 @@ "Federated user" : "聯盟用戶", "user@your-nextcloud.org" : "user@your-nextcloud.org", "Create share" : "創建分享", - "Direct link copied to clipboard" : "直接連結已複製到剪貼簿", + "Direct link copied" : "已複製直接連結", "Please copy the link manually:" : "請手動複製連結:", "Custom date range" : "自訂日期範圍", "Pick start date" : "挑選開始日期", @@ -525,6 +525,7 @@ "Toggle password visibility" : "切換密碼可見性", "Configure the database" : "設定數據庫", "Only %s is available." : "僅 %s 可使用。", - "Database account" : "數據庫帳戶" + "Database account" : "數據庫帳戶", + "Direct link copied to clipboard" : "直接連結已複製到剪貼簿" },"pluralForm" :"nplurals=1; plural=0;" }
\ No newline at end of file diff --git a/core/l10n/zh_TW.js b/core/l10n/zh_TW.js index e052b677c38..7b730c8b827 100644 --- a/core/l10n/zh_TW.js +++ b/core/l10n/zh_TW.js @@ -230,7 +230,6 @@ OC.L10N.register( "Federated user" : "聯盟使用者", "user@your-nextcloud.org" : "user@your-nextcloud.org", "Create share" : "建立分享", - "Direct link copied to clipboard" : "直接連結已複製到剪貼簿", "Please copy the link manually:" : "請手動複製連結:", "Custom date range" : "自訂日期範圍", "Pick start date" : "挑選開始日期", @@ -527,6 +526,7 @@ OC.L10N.register( "Toggle password visibility" : "切換密碼可見性", "Configure the database" : "設定資料庫組態", "Only %s is available." : "剩下 %s 可使用。", - "Database account" : "資料庫帳號" + "Database account" : "資料庫帳號", + "Direct link copied to clipboard" : "直接連結已複製到剪貼簿" }, "nplurals=1; plural=0;"); diff --git a/core/l10n/zh_TW.json b/core/l10n/zh_TW.json index 67baf061f9f..c2c548b95f7 100644 --- a/core/l10n/zh_TW.json +++ b/core/l10n/zh_TW.json @@ -228,7 +228,6 @@ "Federated user" : "聯盟使用者", "user@your-nextcloud.org" : "user@your-nextcloud.org", "Create share" : "建立分享", - "Direct link copied to clipboard" : "直接連結已複製到剪貼簿", "Please copy the link manually:" : "請手動複製連結:", "Custom date range" : "自訂日期範圍", "Pick start date" : "挑選開始日期", @@ -525,6 +524,7 @@ "Toggle password visibility" : "切換密碼可見性", "Configure the database" : "設定資料庫組態", "Only %s is available." : "剩下 %s 可使用。", - "Database account" : "資料庫帳號" + "Database account" : "資料庫帳號", + "Direct link copied to clipboard" : "直接連結已複製到剪貼簿" },"pluralForm" :"nplurals=1; plural=0;" }
\ No newline at end of file |