mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2024-11-19 05:52:04 +01:00
Update i18n
This commit is contained in:
parent
6a579bff03
commit
d1c614344c
7 changed files with 35 additions and 1 deletions
|
@ -14,7 +14,7 @@ import java.util.ArrayList;
|
|||
import java.util.List;
|
||||
|
||||
@CommandLine.Command(name = "change-key-password",
|
||||
resourceBundle = "msg_dearmor", // TODO
|
||||
resourceBundle = "msg_change-key-password",
|
||||
exitCodeOnInvalidInput = SOPGPException.UnsupportedOption.EXIT_CODE)
|
||||
public class ChangeKeyPasswordCmd extends AbstractSopCmd {
|
||||
|
||||
|
|
|
@ -0,0 +1,15 @@
|
|||
# SPDX-FileCopyrightText: 2023 Paul Schaub <vanitasvitae@fsfe.org>
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
usage.header=Update a key's password
|
||||
no-armor=ASCII armor the output
|
||||
new-key-password.0=New password to lock the key(s) with.
|
||||
new-key-password.1=If no new password is given, the result will be unprotected.
|
||||
old-key-password.0=Old passwords to unlock the key(s) with.
|
||||
old-key-password.1=You can provide more than one old password.
|
||||
|
||||
# Generic TODO: Remove when bumping picocli to 4.7.0
|
||||
usage.synopsisHeading=Usage:\u0020
|
||||
usage.commandListHeading = %nCommands:%n
|
||||
usage.optionListHeading = %nOptions:%n
|
||||
usage.footerHeading=Powered by picocli%n
|
|
@ -0,0 +1,15 @@
|
|||
# SPDX-FileCopyrightText: 2023 Paul Schaub <vanitasvitae@fsfe.org>
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
usage.header=Ändere das Passwort eines Schlüssels
|
||||
no-armor=Schütze Ausgabe mit ASCII Armor
|
||||
new-key-password.0=Neues Passwort zur Sicherung des Schlüssels.
|
||||
new-key-password.1=Falls kein neues Passwort angegeben wird, wird der Schlüssel ungesichert ausgegeben.
|
||||
old-key-password.0=Altes Passwort zum Entsichern des Schlüssels.
|
||||
old-key-password.1=Es kann mehr als ein altes Passwort angegeben werden.
|
||||
|
||||
# Generic TODO: Remove when bumping picocli to 4.7.0
|
||||
usage.synopsisHeading=Aufruf:\u0020
|
||||
usage.commandListHeading=%nBefehle:%n
|
||||
usage.optionListHeading = %nOptionen:%n
|
||||
usage.footerHeading=Powered by Picocli%n
|
|
@ -5,6 +5,7 @@ usage.header=Generate a secret key
|
|||
no-armor=ASCII armor the output
|
||||
USERID[0..*]=User-ID, e.g. "Alice <alice@example.com>"
|
||||
profile=Profile identifier to switch between profiles
|
||||
signing-only=Generate a key that is not capable of encryption
|
||||
with-key-password.0=Password to protect the private key with
|
||||
with-key-password.1=Is an INDIRECT data type (e.g. file, environment variable, file descriptor...).
|
||||
|
||||
|
|
|
@ -5,6 +5,7 @@ usage.header=Generiere einen privaten Schl
|
|||
no-armor=Schütze Ausgabe mit ASCII Armor
|
||||
USERID[0..*]=Nutzer-ID, z.B.. "Alice <alice@example.com>"
|
||||
profile=Profil-Identifikator um zwischen Profilen zu wechseln
|
||||
signing-only=Generiere einen Schlüssel, der nicht Verschlüsseln kann
|
||||
with-key-password.0=Passwort zum Schutz des privaten Schlüssels
|
||||
with-key-password.1=Ist ein INDIREKTER Datentyp (z.B.. Datei, Umgebungsvariable, Dateideskriptor...).
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
usage.header=Generate revocation certificate for private keys
|
||||
no-armor=ASCII armor the output
|
||||
# Generic TODO: Remove when bumping picocli to 4.7.0
|
||||
usage.synopsisHeading=Usage:\u0020
|
||||
usage.commandListHeading = %nCommands:%n
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
usage.header=Erzeuge Widerrufszertifikate für private Schlüssel
|
||||
no-armor=Schütze Ausgabe mit ASCII Armor
|
||||
# Generic TODO: Remove when bumping picocli to 4.7.0
|
||||
usage.synopsisHeading=Aufruf:\u0020
|
||||
usage.commandListHeading=%nBefehle:%n
|
||||
|
|
Loading…
Reference in a new issue