mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2025-09-08 17:59:43 +02:00
Add/fix missing localizations for new SOP commands
This commit is contained in:
parent
23a724ee0b
commit
3554e44ada
4 changed files with 4 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
usage.header=Keep a secret key up-to-date
|
usage.header=Keep a secret key up-to-date
|
||||||
no-armor=ASCII armor the output
|
no-armor=ASCII armor the output
|
||||||
signing-only=TODO: Document
|
signing-only=TODO: Document
|
||||||
no-new-mechanisms=Do not add feature support for new mechanisms, which the key did not previously support
|
no-added-capabilities=Do not add feature support for new mechanisms, which the key did not previously support
|
||||||
with-key-password.0=Passphrase to unlock the secret key(s).
|
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...).
|
with-key-password.1=Is an INDIRECT data type (e.g. file, environment variable, file descriptor...).
|
||||||
merge-certs.0=Merge additional elements found in the corresponding CERTS objects into the updated secret keys
|
merge-certs.0=Merge additional elements found in the corresponding CERTS objects into the updated secret keys
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
usage.header=Halte einen Schlüssel auf dem neusten Stand
|
usage.header=Halte einen Schlüssel auf dem neusten Stand
|
||||||
no-armor=Schütze Ausgabe mit ASCII Armor
|
no-armor=Schütze Ausgabe mit ASCII Armor
|
||||||
signing-only=TODO: Dokumentieren
|
signing-only=TODO: Dokumentieren
|
||||||
no-new-mechanisms=Füge keine neuen Funktionen hinzu, die der Schlüssel nicht bereits zuvor unterstützt hat
|
no-added-capabilities=Füge keine neuen Funktionen hinzu, die der Schlüssel nicht bereits zuvor unterstützt hat
|
||||||
with-key-password.0=Passwort zum Entsperren der privaten Schlüssel
|
with-key-password.0=Passwort zum Entsperren der privaten Schlüssel
|
||||||
with-key-password.1=Ist INDIREKTER Datentyp (z.B.. Datei, Umgebungsvariable, Dateideskriptor...).
|
with-key-password.1=Ist INDIREKTER Datentyp (z.B.. Datei, Umgebungsvariable, Dateideskriptor...).
|
||||||
merge-certs.0=Führe zusätzliche Elemente aus entsprechenden CERTS Objekten mit dem privaten Schlüssel zusammen
|
merge-certs.0=Führe zusätzliche Elemente aus entsprechenden CERTS Objekten mit dem privaten Schlüssel zusammen
|
||||||
|
|
|
@ -5,6 +5,7 @@ usage.header=Display version information about the tool
|
||||||
extended=Print an extended version string
|
extended=Print an extended version string
|
||||||
backend=Print information about the cryptographic backend
|
backend=Print information about the cryptographic backend
|
||||||
sop-spec=Print the latest revision of the SOP specification targeted by the implementation
|
sop-spec=Print the latest revision of the SOP specification targeted by the implementation
|
||||||
|
sopv=Print the SOPV API version
|
||||||
|
|
||||||
standardOutput=version information
|
standardOutput=version information
|
||||||
|
|
||||||
|
|
|
@ -5,6 +5,7 @@ usage.header=Zeige Versionsinformationen
|
||||||
extended=Gebe erweiterte Versionsinformationen aus
|
extended=Gebe erweiterte Versionsinformationen aus
|
||||||
backend=Gebe Informationen über das kryptografische Backend aus
|
backend=Gebe Informationen über das kryptografische Backend aus
|
||||||
sop-spec=Gebe die neuste Revision der SOP Spezifikation aus, welche von dieser Implementierung umgesetzt wird
|
sop-spec=Gebe die neuste Revision der SOP Spezifikation aus, welche von dieser Implementierung umgesetzt wird
|
||||||
|
sopv=Gebe die SOPV API Version aus
|
||||||
|
|
||||||
standardOutput=Versionsinformationen
|
standardOutput=Versionsinformationen
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue