Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2021-02-09 05:20:45 +0300
committerNextcloud bot <bot@nextcloud.com>2021-02-09 05:20:45 +0300
commit9eea1e56dc0c33c504fb0e98578e22115b6b4c79 (patch)
tree1b7ff3669f34bc828c7b7bb2da144b92506b53bd
parent983f7f3e49d4175cf8faae34db9aeaef4b036267 (diff)
[tx-robot] updated from transifex
-rw-r--r--apps/settings/l10n/de.js2
-rw-r--r--apps/settings/l10n/de.json2
-rw-r--r--apps/workflowengine/l10n/de.js2
-rw-r--r--apps/workflowengine/l10n/de.json2
-rw-r--r--lib/l10n/es.js1
-rw-r--r--lib/l10n/es.json1
-rw-r--r--lib/l10n/nl.js1
-rw-r--r--lib/l10n/nl.json1
8 files changed, 8 insertions, 4 deletions
diff --git a/apps/settings/l10n/de.js b/apps/settings/l10n/de.js
index 8918959e216..3d656140901 100644
--- a/apps/settings/l10n/de.js
+++ b/apps/settings/l10n/de.js
@@ -21,7 +21,7 @@ OC.L10N.register(
"So-so password" : "Akzeptables Passwort",
"Good password" : "Gutes Passwort",
"Strong password" : "Starkes Passwort",
- "An error occurred while changing your language. Please reload the page and try again." : "Es ist ein Fehler beim Wechseln der Sprache aufgetreten. Bitte lade die Seite neu und versuchen es noch einmal.",
+ "An error occurred while changing your language. Please reload the page and try again." : "Beim Ändern der Sprache ist ein Fehler aufgetreten. Bitte lade die Seite neu und versuch es nochmals.",
"An error occurred while changing your locale. Please reload the page and try again." : "Es ist ein Fehler beim Wechseln des Gebietsschemas aufgetreten. Bitte lade die Seite neu und versuche es noch einmal.",
"Select a profile picture" : "Wähle ein Profilbild",
"Week starts on {fdow}" : "Die Woche startet am {fdow}",
diff --git a/apps/settings/l10n/de.json b/apps/settings/l10n/de.json
index 2cf42813c4f..075159b2bda 100644
--- a/apps/settings/l10n/de.json
+++ b/apps/settings/l10n/de.json
@@ -19,7 +19,7 @@
"So-so password" : "Akzeptables Passwort",
"Good password" : "Gutes Passwort",
"Strong password" : "Starkes Passwort",
- "An error occurred while changing your language. Please reload the page and try again." : "Es ist ein Fehler beim Wechseln der Sprache aufgetreten. Bitte lade die Seite neu und versuchen es noch einmal.",
+ "An error occurred while changing your language. Please reload the page and try again." : "Beim Ändern der Sprache ist ein Fehler aufgetreten. Bitte lade die Seite neu und versuch es nochmals.",
"An error occurred while changing your locale. Please reload the page and try again." : "Es ist ein Fehler beim Wechseln des Gebietsschemas aufgetreten. Bitte lade die Seite neu und versuche es noch einmal.",
"Select a profile picture" : "Wähle ein Profilbild",
"Week starts on {fdow}" : "Die Woche startet am {fdow}",
diff --git a/apps/workflowengine/l10n/de.js b/apps/workflowengine/l10n/de.js
index 406012f8bf7..48725df453b 100644
--- a/apps/workflowengine/l10n/de.js
+++ b/apps/workflowengine/l10n/de.js
@@ -69,7 +69,7 @@ OC.L10N.register(
"Android client" : "Android-Client",
"iOS client" : "iOS-Client",
"Desktop client" : "Desktop-Client",
- "Thunderbird & Outlook addons" : "Thunderbird & Outlook addons",
+ "Thunderbird & Outlook addons" : "Thunderbird & Outlook Add-ons",
"Custom user agent" : "Benutzerdefinierter User-Agent",
"At least one event must be selected" : "Mindestens ein Termin muss ausgewählt werden",
"Add new flow" : "Neuen Ablauf hinzufügen",
diff --git a/apps/workflowengine/l10n/de.json b/apps/workflowengine/l10n/de.json
index 0b21609b270..f602db34eda 100644
--- a/apps/workflowengine/l10n/de.json
+++ b/apps/workflowengine/l10n/de.json
@@ -67,7 +67,7 @@
"Android client" : "Android-Client",
"iOS client" : "iOS-Client",
"Desktop client" : "Desktop-Client",
- "Thunderbird & Outlook addons" : "Thunderbird & Outlook addons",
+ "Thunderbird & Outlook addons" : "Thunderbird & Outlook Add-ons",
"Custom user agent" : "Benutzerdefinierter User-Agent",
"At least one event must be selected" : "Mindestens ein Termin muss ausgewählt werden",
"Add new flow" : "Neuen Ablauf hinzufügen",
diff --git a/lib/l10n/es.js b/lib/l10n/es.js
index a258a225479..36f89452ce3 100644
--- a/lib/l10n/es.js
+++ b/lib/l10n/es.js
@@ -120,6 +120,7 @@ OC.L10N.register(
"Files can’t be shared with create permissions" : "Los archivos no se pueden compartir con permisos de creación",
"Expiration date is in the past" : "Ha pasado la fecha de caducidad",
"Can’t set expiration date more than %s days in the future" : "No se puede establecer la fecha de expiración a más de %s días en el futuro",
+ "Sharing is only allowed with group members" : "Sólo está permitido compartir a los integrantes del grupo",
"%1$s shared »%2$s« with you" : "%1$s ha compartido «%2$s» contigo",
"%1$s shared »%2$s« with you." : "%1$s ha compartido «%2$s» contigo.",
"Click the button below to open it." : "Haz clic en el botón de abajo para abrirlo.",
diff --git a/lib/l10n/es.json b/lib/l10n/es.json
index 47db4376940..d9593e08a6c 100644
--- a/lib/l10n/es.json
+++ b/lib/l10n/es.json
@@ -118,6 +118,7 @@
"Files can’t be shared with create permissions" : "Los archivos no se pueden compartir con permisos de creación",
"Expiration date is in the past" : "Ha pasado la fecha de caducidad",
"Can’t set expiration date more than %s days in the future" : "No se puede establecer la fecha de expiración a más de %s días en el futuro",
+ "Sharing is only allowed with group members" : "Sólo está permitido compartir a los integrantes del grupo",
"%1$s shared »%2$s« with you" : "%1$s ha compartido «%2$s» contigo",
"%1$s shared »%2$s« with you." : "%1$s ha compartido «%2$s» contigo.",
"Click the button below to open it." : "Haz clic en el botón de abajo para abrirlo.",
diff --git a/lib/l10n/nl.js b/lib/l10n/nl.js
index 16ed9415488..f3916e5cdbc 100644
--- a/lib/l10n/nl.js
+++ b/lib/l10n/nl.js
@@ -120,6 +120,7 @@ OC.L10N.register(
"Files can’t be shared with create permissions" : "Bestanden kunnen niet worden gedeeld met 'creëer' permissies",
"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",
"%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 e98a8028684..ed98ae2f073 100644
--- a/lib/l10n/nl.json
+++ b/lib/l10n/nl.json
@@ -118,6 +118,7 @@
"Files can’t be shared with create permissions" : "Bestanden kunnen niet worden gedeeld met 'creëer' permissies",
"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",
"%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.",