Add notification action to copy OTP or just inform about the copied OTP (#513)
* Add notification action to copy OTP or just inform about the copied OTP The notification either shows the current OTP which can be copied by a notification action or it shows just a hint to inform about the copied OTP. This depends on the new option "autoCopyOTP". * Extract method * Set type and style one-time
This commit is contained in:
parent
63e7235978
commit
e1cbcb5d7a
11 changed files with 155 additions and 76 deletions
|
|
@ -18,11 +18,15 @@
|
|||
"Contributors" = "Mitwirkende";
|
||||
|
||||
// OTP related
|
||||
"TimeBased" = "Zeitbasiert";
|
||||
"HmacBased" = "HMAC-basiert";
|
||||
"None" = "Kein valides Token";
|
||||
"ExpiresIn" = "(läuft in %ds ab)";
|
||||
"OTPFor" = "Einmalpasswort für %@";
|
||||
"TimeBased" = "Zeitbasiert";
|
||||
"HmacBased" = "HMAC-basiert";
|
||||
"None" = "Kein valides Token";
|
||||
"ExpiresIn" = "(läuft in %ds ab)";
|
||||
"OTPForPassword" = "Einmalpasswort für %@";
|
||||
"OTPForPasswordCopied" = "Einmalpasswort für %@ kopiert";
|
||||
"CopyToPasteboard" = "In Zwischenablage kopieren";
|
||||
"AutoCopyOTP" = "OTPs automatisch kopieren";
|
||||
"AutoCopyOTPExplanation." = "Nachdem Login und Passwort automatisch in die vorgesehenen Felder gefüllt wurden, wird eine Benachrichtigung mit dem aktuellen Einmalpasswort angezeigt. Dieses kann in die Zwischenablage kopiert werden. Ist diese Option aktiviert, geschieht das Kopieren automatisch.";
|
||||
|
||||
// General (error) messages
|
||||
"Error" = "Fehler";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue