Skip to content

Commit

Permalink
Fix(l10n): Update translations from Transifex
Browse files Browse the repository at this point in the history
Signed-off-by: Nextcloud bot <[email protected]>
  • Loading branch information
nextcloud-bot committed Dec 12, 2023
1 parent 16ecbdf commit 74096ea
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion l10n/de.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ OC.L10N.register(
"Resend verification email and enable" : "Bestätigungs-E-Mail erneut senden und aktivieren",
"The token is invalid" : "Der Token ist ungültig",
"The token is expired, please contact your provider" : "Der Token ist abgelaufen, bitte kontaktiere deinen Anbieter",
"Password too long" : "Passwort ist zu lang",
"Unable to set the password. Contact your provider." : "Das Passwort konnte nicht gespeichert werden. Bitte kontaktiere den Provider.",
"One more step required" : "Ein weiterer Schritt ist nötig",
"It looks like you did not create your password yet." : "Es scheint, als hättest du noch kein Passwort erstellt.",
Expand Down Expand Up @@ -37,6 +38,9 @@ OC.L10N.register(
"WARNING! This token is very important and must be handled carefully. You should only give it to a nextcloud official!" : "ACHTUNG! Dieser Token ist sehr wichtig und muss vorsichtig behandelt werden. du solltest ihn nur an Mitarbeiter von Nextcloud herausgeben!",
"Your provider token" : "Dein Anbieter-Token",
"Reset your token" : "Token zurücksetzen",
"Preferred providers groups" : "Bevorzugte Anbieter-Gruppen"
"Preferred providers groups" : "Bevorzugte Anbieter-Gruppen",
"Select the groups to which each new account will be added." : "Gruppen auswählen, zu denen jedes neue Konto hinzugefügt werden soll.",
"Select the groups that will be assigned to each unconfirmed account. They will be deleted once the account has been verified." : "Gruppen auswählen, die jedem unbestätigten Konto zugewiesen werden sollen. Sie werden gelöscht, sobald das Konto überprüft wurde.",
"Select the groups that will be assigned to each confirmed account." : "Gruppen auswählen, die jedem bestätigten Konto zugewiesen werden."
},
"nplurals=2; plural=(n != 1);");
6 changes: 5 additions & 1 deletion l10n/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"Resend verification email and enable" : "Bestätigungs-E-Mail erneut senden und aktivieren",
"The token is invalid" : "Der Token ist ungültig",
"The token is expired, please contact your provider" : "Der Token ist abgelaufen, bitte kontaktiere deinen Anbieter",
"Password too long" : "Passwort ist zu lang",
"Unable to set the password. Contact your provider." : "Das Passwort konnte nicht gespeichert werden. Bitte kontaktiere den Provider.",
"One more step required" : "Ein weiterer Schritt ist nötig",
"It looks like you did not create your password yet." : "Es scheint, als hättest du noch kein Passwort erstellt.",
Expand Down Expand Up @@ -35,6 +36,9 @@
"WARNING! This token is very important and must be handled carefully. You should only give it to a nextcloud official!" : "ACHTUNG! Dieser Token ist sehr wichtig und muss vorsichtig behandelt werden. du solltest ihn nur an Mitarbeiter von Nextcloud herausgeben!",
"Your provider token" : "Dein Anbieter-Token",
"Reset your token" : "Token zurücksetzen",
"Preferred providers groups" : "Bevorzugte Anbieter-Gruppen"
"Preferred providers groups" : "Bevorzugte Anbieter-Gruppen",
"Select the groups to which each new account will be added." : "Gruppen auswählen, zu denen jedes neue Konto hinzugefügt werden soll.",
"Select the groups that will be assigned to each unconfirmed account. They will be deleted once the account has been verified." : "Gruppen auswählen, die jedem unbestätigten Konto zugewiesen werden sollen. Sie werden gelöscht, sobald das Konto überprüft wurde.",
"Select the groups that will be assigned to each confirmed account." : "Gruppen auswählen, die jedem bestätigten Konto zugewiesen werden."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

0 comments on commit 74096ea

Please sign in to comment.