diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-10-20 02:23:10 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-10-20 02:23:10 +0000 |
commit | 981d83980666cd59f9d8e7da3a3719b95f89039c (patch) | |
tree | c7a5aca5225f90b50b3f86e554dc5f01537e0434 /apps/provisioning_api | |
parent | 5155f2b0c551703616ef8b7deb1a5b939b1c2450 (diff) | |
download | nextcloud-server-981d83980666cd59f9d8e7da3a3719b95f89039c.tar.gz nextcloud-server-981d83980666cd59f9d8e7da3a3719b95f89039c.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/provisioning_api')
-rw-r--r-- | apps/provisioning_api/l10n/de.js | 2 | ||||
-rw-r--r-- | apps/provisioning_api/l10n/de.json | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/apps/provisioning_api/l10n/de.js b/apps/provisioning_api/l10n/de.js index 332fbacd4ad..3550dbce870 100644 --- a/apps/provisioning_api/l10n/de.js +++ b/apps/provisioning_api/l10n/de.js @@ -1,7 +1,9 @@ OC.L10N.register( "provisioning_api", { + "Email confirmation" : "E-Mail-Bestätigung", "To enable the email address %s please click the button below." : "Um die E-Mail-Adresse %s zu bestätigen, klicke bitte auf die untenstehende Schaltfläche.", + "Email was already removed from account and cannot be confirmed anymore." : "Diese E-Mail-Adresse wurde bereits aus dem Konto entfernt und kann nicht mehr bestätigt werden.", "An unexpected error occurred. Please contact your admin." : "Es ist ein unerwarteter Fehler aufgetreten, bitte kontaktiere Deinen Administrator.", "Provisioning API" : "Bereitstellungs-API", "This application enables a set of APIs that external systems can use to manage users, groups and apps." : "Diese Anwendung stellt eine API bereit, um von anderen Systemen aus Benutzer, Gruppen und Apps zu verwalten.", diff --git a/apps/provisioning_api/l10n/de.json b/apps/provisioning_api/l10n/de.json index 410d720f344..cca4bdb104c 100644 --- a/apps/provisioning_api/l10n/de.json +++ b/apps/provisioning_api/l10n/de.json @@ -1,5 +1,7 @@ { "translations": { + "Email confirmation" : "E-Mail-Bestätigung", "To enable the email address %s please click the button below." : "Um die E-Mail-Adresse %s zu bestätigen, klicke bitte auf die untenstehende Schaltfläche.", + "Email was already removed from account and cannot be confirmed anymore." : "Diese E-Mail-Adresse wurde bereits aus dem Konto entfernt und kann nicht mehr bestätigt werden.", "An unexpected error occurred. Please contact your admin." : "Es ist ein unerwarteter Fehler aufgetreten, bitte kontaktiere Deinen Administrator.", "Provisioning API" : "Bereitstellungs-API", "This application enables a set of APIs that external systems can use to manage users, groups and apps." : "Diese Anwendung stellt eine API bereit, um von anderen Systemen aus Benutzer, Gruppen und Apps zu verwalten.", |