summaryrefslogtreecommitdiffstats
path: root/lib/l10n
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2021-03-21 02:23:12 +0000
committerNextcloud bot <bot@nextcloud.com>2021-03-21 02:23:12 +0000
commit8c7e246d982ac2c4de57d090f29570c05ab5bb3b (patch)
tree89229b0281dc253ab3e93f3b26f029415bc26ab4 /lib/l10n
parent1341dc329faffe6a9d5a02f9dd2d97ca14e31149 (diff)
downloadnextcloud-server-8c7e246d982ac2c4de57d090f29570c05ab5bb3b.tar.gz
nextcloud-server-8c7e246d982ac2c4de57d090f29570c05ab5bb3b.zip
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n')
-rw-r--r--lib/l10n/cs.js1
-rw-r--r--lib/l10n/cs.json1
-rw-r--r--lib/l10n/de.js1
-rw-r--r--lib/l10n/de.json1
-rw-r--r--lib/l10n/de_DE.js1
-rw-r--r--lib/l10n/de_DE.json1
-rw-r--r--lib/l10n/gl.js1
-rw-r--r--lib/l10n/gl.json1
-rw-r--r--lib/l10n/nl.js1
-rw-r--r--lib/l10n/nl.json1
-rw-r--r--lib/l10n/pl.js1
-rw-r--r--lib/l10n/pl.json1
-rw-r--r--lib/l10n/zh_CN.js1
-rw-r--r--lib/l10n/zh_CN.json1
-rw-r--r--lib/l10n/zh_HK.js1
-rw-r--r--lib/l10n/zh_HK.json1
16 files changed, 16 insertions, 0 deletions
diff --git a/lib/l10n/cs.js b/lib/l10n/cs.js
index e1906178bed..f1d757a88ff 100644
--- a/lib/l10n/cs.js
+++ b/lib/l10n/cs.js
@@ -121,6 +121,7 @@ OC.L10N.register(
"Expiration date is in the past" : "Datum skončení platnosti je v minulosti",
"Can’t set expiration date more than %s days in the future" : "Nelze nastavit datum skončení platnosti více než %s dní v budoucnu",
"Sharing is only allowed with group members" : "Je povoleno pouze sdílení s členy skupiny",
+ "Sharing %s failed, because this item is already shared with user %s" : "Sdílení %s se nezdařilo, protože tato položka už je sdílena s uživatelem %s",
"%1$s shared »%2$s« with you" : "%1$s s vámi sdílí „%2$s“",
"%1$s shared »%2$s« with you." : "%1$s vám nasdílel(a) „%2$s“.",
"Click the button below to open it." : "Pro otevření klikněte na tlačítko níže.",
diff --git a/lib/l10n/cs.json b/lib/l10n/cs.json
index 5e7d24e8384..c92a4a4e1d6 100644
--- a/lib/l10n/cs.json
+++ b/lib/l10n/cs.json
@@ -119,6 +119,7 @@
"Expiration date is in the past" : "Datum skončení platnosti je v minulosti",
"Can’t set expiration date more than %s days in the future" : "Nelze nastavit datum skončení platnosti více než %s dní v budoucnu",
"Sharing is only allowed with group members" : "Je povoleno pouze sdílení s členy skupiny",
+ "Sharing %s failed, because this item is already shared with user %s" : "Sdílení %s se nezdařilo, protože tato položka už je sdílena s uživatelem %s",
"%1$s shared »%2$s« with you" : "%1$s s vámi sdílí „%2$s“",
"%1$s shared »%2$s« with you." : "%1$s vám nasdílel(a) „%2$s“.",
"Click the button below to open it." : "Pro otevření klikněte na tlačítko níže.",
diff --git a/lib/l10n/de.js b/lib/l10n/de.js
index 91a18afb564..3ca3f5e26e6 100644
--- a/lib/l10n/de.js
+++ b/lib/l10n/de.js
@@ -121,6 +121,7 @@ OC.L10N.register(
"Expiration date is in the past" : "Das Ablaufdatum liegt in der Vergangenheit.",
"Can’t set expiration date more than %s days in the future" : "Das Ablaufdatum kann nicht mehr als %s Tage in der Zukunft liegen",
"Sharing is only allowed with group members" : "Teilen ist nur mit Gruppenmitgliedern erlaubt",
+ "Sharing %s failed, because this item is already shared with user %s" : "Freigabe von %s fehlgeschlagen, da dieses Element schon mit dem Benutzer %s geteilt wird",
"%1$s shared »%2$s« with you" : "%1$s hat »%2$s« mit Dir geteilt",
"%1$s shared »%2$s« with you." : "%1$s hat »%2$s« mit Dir geteilt.",
"Click the button below to open it." : "Klicke zum Öffnen auf die untere Schaltfläche.",
diff --git a/lib/l10n/de.json b/lib/l10n/de.json
index 0c88be9c936..8d519bd38d1 100644
--- a/lib/l10n/de.json
+++ b/lib/l10n/de.json
@@ -119,6 +119,7 @@
"Expiration date is in the past" : "Das Ablaufdatum liegt in der Vergangenheit.",
"Can’t set expiration date more than %s days in the future" : "Das Ablaufdatum kann nicht mehr als %s Tage in der Zukunft liegen",
"Sharing is only allowed with group members" : "Teilen ist nur mit Gruppenmitgliedern erlaubt",
+ "Sharing %s failed, because this item is already shared with user %s" : "Freigabe von %s fehlgeschlagen, da dieses Element schon mit dem Benutzer %s geteilt wird",
"%1$s shared »%2$s« with you" : "%1$s hat »%2$s« mit Dir geteilt",
"%1$s shared »%2$s« with you." : "%1$s hat »%2$s« mit Dir geteilt.",
"Click the button below to open it." : "Klicke zum Öffnen auf die untere Schaltfläche.",
diff --git a/lib/l10n/de_DE.js b/lib/l10n/de_DE.js
index a8f9362fdb7..d41d375d8e1 100644
--- a/lib/l10n/de_DE.js
+++ b/lib/l10n/de_DE.js
@@ -121,6 +121,7 @@ OC.L10N.register(
"Expiration date is in the past" : "Das Ablaufdatum liegt in der Vergangenheit.",
"Can’t set expiration date more than %s days in the future" : "Das Ablaufdatum kann nicht mehr als %s Tage in der Zukunft liegen",
"Sharing is only allowed with group members" : "Teilen ist nur mit Gruppenmitgliedern erlaubt",
+ "Sharing %s failed, because this item is already shared with user %s" : "Freigabe von %s fehlgeschlagen, da dieses Element schon mit dem Benutzer %s geteilt wird",
"%1$s shared »%2$s« with you" : "%1$s hat »%2$s« mit Ihnen geteilt",
"%1$s shared »%2$s« with you." : "%1$s hat »%2$s« mit Ihnen geteilt.",
"Click the button below to open it." : "Klicken Sie zum Öffnen auf die untere Schaltfläche.",
diff --git a/lib/l10n/de_DE.json b/lib/l10n/de_DE.json
index 484e3df8668..7193030931a 100644
--- a/lib/l10n/de_DE.json
+++ b/lib/l10n/de_DE.json
@@ -119,6 +119,7 @@
"Expiration date is in the past" : "Das Ablaufdatum liegt in der Vergangenheit.",
"Can’t set expiration date more than %s days in the future" : "Das Ablaufdatum kann nicht mehr als %s Tage in der Zukunft liegen",
"Sharing is only allowed with group members" : "Teilen ist nur mit Gruppenmitgliedern erlaubt",
+ "Sharing %s failed, because this item is already shared with user %s" : "Freigabe von %s fehlgeschlagen, da dieses Element schon mit dem Benutzer %s geteilt wird",
"%1$s shared »%2$s« with you" : "%1$s hat »%2$s« mit Ihnen geteilt",
"%1$s shared »%2$s« with you." : "%1$s hat »%2$s« mit Ihnen geteilt.",
"Click the button below to open it." : "Klicken Sie zum Öffnen auf die untere Schaltfläche.",
diff --git a/lib/l10n/gl.js b/lib/l10n/gl.js
index ac01b37634d..6fad756f0f5 100644
--- a/lib/l10n/gl.js
+++ b/lib/l10n/gl.js
@@ -121,6 +121,7 @@ OC.L10N.register(
"Expiration date is in the past" : "Xa pasou a data de caducidade",
"Can’t set expiration date more than %s days in the future" : "Non é posíbel estabelecer a data de caducidade máis alo de %s días no futuro",
"Sharing is only allowed with group members" : "Só se permite compartir cos membros do grupo",
+ "Sharing %s failed, because this item is already shared with user %s" : "Fallou a compartición de %s por mor de que este elemento xa foi compartido co usuario %s",
"%1$s shared »%2$s« with you" : "%1$s compartiu «%2$s» con vostede",
"%1$s shared »%2$s« with you." : "%1$s compartiu «%2$s» con vostede.",
"Click the button below to open it." : "Prema no botón de embaixo para abrilo.",
diff --git a/lib/l10n/gl.json b/lib/l10n/gl.json
index 4a939684e9d..56181c627c1 100644
--- a/lib/l10n/gl.json
+++ b/lib/l10n/gl.json
@@ -119,6 +119,7 @@
"Expiration date is in the past" : "Xa pasou a data de caducidade",
"Can’t set expiration date more than %s days in the future" : "Non é posíbel estabelecer a data de caducidade máis alo de %s días no futuro",
"Sharing is only allowed with group members" : "Só se permite compartir cos membros do grupo",
+ "Sharing %s failed, because this item is already shared with user %s" : "Fallou a compartición de %s por mor de que este elemento xa foi compartido co usuario %s",
"%1$s shared »%2$s« with you" : "%1$s compartiu «%2$s» con vostede",
"%1$s shared »%2$s« with you." : "%1$s compartiu «%2$s» con vostede.",
"Click the button below to open it." : "Prema no botón de embaixo para abrilo.",
diff --git a/lib/l10n/nl.js b/lib/l10n/nl.js
index f3916e5cdbc..a90476d2238 100644
--- a/lib/l10n/nl.js
+++ b/lib/l10n/nl.js
@@ -121,6 +121,7 @@ OC.L10N.register(
"Expiration date is in the past" : "De vervaldatum ligt in het verleden",
"Can’t set expiration date more than %s days in the future" : "Kan de vervaldatum niet meer dan %s dagen in de toekomst instellen",
"Sharing is only allowed with group members" : "Delen kan alleen met groepsleden",
+ "Sharing %s failed, because this item is already shared with user %s" : "Delen van %s is mislukt, omdat het object al wordt gedeeld met gebruiker %s",
"%1$s shared »%2$s« with you" : "%1$s deelde \"%2$s\" met jou",
"%1$s shared »%2$s« with you." : "%1$s deelde \"%2$s\" met jou.",
"Click the button below to open it." : "Klik de onderstaande button om te openen.",
diff --git a/lib/l10n/nl.json b/lib/l10n/nl.json
index ed98ae2f073..54e13bfc021 100644
--- a/lib/l10n/nl.json
+++ b/lib/l10n/nl.json
@@ -119,6 +119,7 @@
"Expiration date is in the past" : "De vervaldatum ligt in het verleden",
"Can’t set expiration date more than %s days in the future" : "Kan de vervaldatum niet meer dan %s dagen in de toekomst instellen",
"Sharing is only allowed with group members" : "Delen kan alleen met groepsleden",
+ "Sharing %s failed, because this item is already shared with user %s" : "Delen van %s is mislukt, omdat het object al wordt gedeeld met gebruiker %s",
"%1$s shared »%2$s« with you" : "%1$s deelde \"%2$s\" met jou",
"%1$s shared »%2$s« with you." : "%1$s deelde \"%2$s\" met jou.",
"Click the button below to open it." : "Klik de onderstaande button om te openen.",
diff --git a/lib/l10n/pl.js b/lib/l10n/pl.js
index 55463f2d2e7..9e8d16b502b 100644
--- a/lib/l10n/pl.js
+++ b/lib/l10n/pl.js
@@ -121,6 +121,7 @@ OC.L10N.register(
"Expiration date is in the past" : "Data ważności już minęła",
"Can’t set expiration date more than %s days in the future" : "Nie można ustawić daty ważności na dłuższą niż %s dni",
"Sharing is only allowed with group members" : "Udostępnianie jest dozwolone tylko członkom grupy",
+ "Sharing %s failed, because this item is already shared with user %s" : "Udostępnianie %s nie powiodło się, ponieważ element jest już udostępniony użytkownikowi %s",
"%1$s shared »%2$s« with you" : "%1$s udostępnił Tobie »%2$s«",
"%1$s shared »%2$s« with you." : "%1$s udostępnił Tobie »%2$s«.",
"Click the button below to open it." : "Kliknij przycisk poniżej, aby otworzyć.",
diff --git a/lib/l10n/pl.json b/lib/l10n/pl.json
index 3dfa15bac1a..d61b3ec94bb 100644
--- a/lib/l10n/pl.json
+++ b/lib/l10n/pl.json
@@ -119,6 +119,7 @@
"Expiration date is in the past" : "Data ważności już minęła",
"Can’t set expiration date more than %s days in the future" : "Nie można ustawić daty ważności na dłuższą niż %s dni",
"Sharing is only allowed with group members" : "Udostępnianie jest dozwolone tylko członkom grupy",
+ "Sharing %s failed, because this item is already shared with user %s" : "Udostępnianie %s nie powiodło się, ponieważ element jest już udostępniony użytkownikowi %s",
"%1$s shared »%2$s« with you" : "%1$s udostępnił Tobie »%2$s«",
"%1$s shared »%2$s« with you." : "%1$s udostępnił Tobie »%2$s«.",
"Click the button below to open it." : "Kliknij przycisk poniżej, aby otworzyć.",
diff --git a/lib/l10n/zh_CN.js b/lib/l10n/zh_CN.js
index fdfe9f90a80..68d9011d6a4 100644
--- a/lib/l10n/zh_CN.js
+++ b/lib/l10n/zh_CN.js
@@ -121,6 +121,7 @@ OC.L10N.register(
"Expiration date is in the past" : "到期日期已过",
"Can’t set expiration date more than %s days in the future" : "无法将过期日期设置为超过 %s 天。",
"Sharing is only allowed with group members" : "只允许与群组成员共享",
+ "Sharing %s failed, because this item is already shared with user %s" : "共享 %s 失败了,因为该项目已和用户 %s 进行了分享。",
"%1$s shared »%2$s« with you" : "%1$s 对您共享了 »%2$s«",
"%1$s shared »%2$s« with you." : "%1$s 对您共享了 »%2$s«。",
"Click the button below to open it." : "点击下方按钮可打开它。",
diff --git a/lib/l10n/zh_CN.json b/lib/l10n/zh_CN.json
index dbd6d4ca6c5..5282d453531 100644
--- a/lib/l10n/zh_CN.json
+++ b/lib/l10n/zh_CN.json
@@ -119,6 +119,7 @@
"Expiration date is in the past" : "到期日期已过",
"Can’t set expiration date more than %s days in the future" : "无法将过期日期设置为超过 %s 天。",
"Sharing is only allowed with group members" : "只允许与群组成员共享",
+ "Sharing %s failed, because this item is already shared with user %s" : "共享 %s 失败了,因为该项目已和用户 %s 进行了分享。",
"%1$s shared »%2$s« with you" : "%1$s 对您共享了 »%2$s«",
"%1$s shared »%2$s« with you." : "%1$s 对您共享了 »%2$s«。",
"Click the button below to open it." : "点击下方按钮可打开它。",
diff --git a/lib/l10n/zh_HK.js b/lib/l10n/zh_HK.js
index 86da664dc0f..4766c060d43 100644
--- a/lib/l10n/zh_HK.js
+++ b/lib/l10n/zh_HK.js
@@ -121,6 +121,7 @@ OC.L10N.register(
"Expiration date is in the past" : "到期日為過去的日期",
"Can’t set expiration date more than %s days in the future" : "到期日不能設定為 %s 天以後的日期",
"Sharing is only allowed with group members" : "僅允許在群組成員中共享",
+ "Sharing %s failed, because this item is already shared with user %s" : "分享 %s 失敗,此項目已經與用戶 %s 分享",
"%1$s shared »%2$s« with you" : "%1$s 與您分享了 %2$s",
"%1$s shared »%2$s« with you." : "%1$s 與您分享了 %2$s",
"Click the button below to open it." : "點下方連結開啟",
diff --git a/lib/l10n/zh_HK.json b/lib/l10n/zh_HK.json
index 8e876fd6a8f..d0e858e8a18 100644
--- a/lib/l10n/zh_HK.json
+++ b/lib/l10n/zh_HK.json
@@ -119,6 +119,7 @@
"Expiration date is in the past" : "到期日為過去的日期",
"Can’t set expiration date more than %s days in the future" : "到期日不能設定為 %s 天以後的日期",
"Sharing is only allowed with group members" : "僅允許在群組成員中共享",
+ "Sharing %s failed, because this item is already shared with user %s" : "分享 %s 失敗,此項目已經與用戶 %s 分享",
"%1$s shared »%2$s« with you" : "%1$s 與您分享了 %2$s",
"%1$s shared »%2$s« with you." : "%1$s 與您分享了 %2$s",
"Click the button below to open it." : "點下方連結開啟",