mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2024-11-22 15:12:06 +01:00
Add i18n for profile option
This commit is contained in:
parent
8a66f0bc4f
commit
90c77706a8
2 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,7 @@ as=Type of the input data. Defaults to 'binary'
|
|||
with-password.0=Encrypt the message with a password.
|
||||
with-password.1=Is an INDIRECT data type (e.g. file, environment variable, file descriptor...)
|
||||
sign-with=Sign the output with a private key
|
||||
profile=Profile identifier to switch between profiles
|
||||
with-key-password.0=Passphrase to unlock the secret key(s).
|
||||
with-key-password.1=Is an INDIRECT data type (e.g. file, environment variable, file descriptor...).
|
||||
CERTS[0..*]=Certificates the message gets encrypted to
|
||||
|
|
|
@ -7,6 +7,7 @@ as=Format der Nachricht. Standardm
|
|||
with-password.0=Verschlüssle die Nachricht mit einem Passwort
|
||||
with-password.1=Ist ein INDIREKTER Datentyp (z.B.. Datei, Umgebungsvariable, Dateideskriptor...).
|
||||
sign-with=Signiere die Nachricht mit einem privaten Schlüssel
|
||||
profile=Profil-Identifikator um zwischen Profilen zu wechseln
|
||||
with-key-password.0=Passwort zum Entsperren der privaten Schlüssel
|
||||
with-key-password.1=Ist INDIREKTER Datentyp (z.B.. Datei, Umgebungsvariable, Dateideskriptor...).
|
||||
CERTS[0..*]=Zertifikate für die die Nachricht verschlüsselt werden soll
|
||||
|
|
Loading…
Reference in a new issue