-
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
storage_migration.json
into de
.
- Loading branch information
Showing
1 changed file
with
21 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,21 @@ | ||
{ | ||
"confirmDialog": { | ||
"title": "Bestätigung", | ||
"message": { | ||
"enable": "Möchten Sie Ihre TOTPs wirklich synchronisieren? Sie werden auf all Ihren synchronisierten Geräten verfügbar sein.", | ||
"disable": "Möchten Sie wirklich aufhören, Ihre TOTPs zu synchronisieren? Jede Änderung, die auf dieser Instanz der App vorgenommen wird, wird nicht mehr auf den anderen verknüpften Geräten übernommen." | ||
} | ||
}, | ||
"deletedTotpPolicyPickerDialog": { | ||
"title": "TOTPs migrieren", | ||
"message": "Einige TOTPs wurden auf diesem Gerät gelöscht, aber nicht auf dem entfernten Speicher. Was wollen Sie mit ihnen machen?", | ||
"delete": { | ||
"title": "Sie löschen", | ||
"subtitle": "Löschen Sie die widersprüchlichen TOTPs. Dies kann nicht rückgängig gemacht werden." | ||
}, | ||
"restore": { | ||
"title": "Sie behalten", | ||
"subtitle": "Machen Sie die Löschung rückgängig, und behalten Sie alle TOTPs." | ||
} | ||
} | ||
} |