-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Translated
totp_limit.json
into de
.
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"autoDialog": { | ||
"title": "TOTP-Limit erreicht", | ||
"message": "Sie synchronisieren derzeit Ihre TOTPs und haben das Limit von $count TOTPs überschritten, bevor Sie den Contributor Plan abonnieren müssen. Sie müssen sie also entweder lokal speichern (was bedeutet, dass Sie nicht mehr synchronisieren können) oder den Contributor Plan abonnieren.", | ||
"actions": { | ||
"subscribe": "Abonnieren", | ||
"stopSynchronization": "Synchronisation beenden" | ||
} | ||
}, | ||
"addDialog": { | ||
"title": "TOTP-Limit erreicht", | ||
"message": "Sie synchronisieren derzeit Ihre TOTPs und haben das Limit von $count TOTPs überschritten, bevor Sie den Contributor Plan abonnieren müssen. Sie müssen sie also entweder lokal speichern (was bedeutet, dass Sie nicht mehr synchronisieren können) oder den Contributor Plan abonnieren.", | ||
"actions": { | ||
"subscribe": "Abonnieren", | ||
"stopSynchronization": "Synchronisation beenden", | ||
"cancel": "Abbrechen" | ||
} | ||
} | ||
} |