mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2025-09-10 18:59:43 +02:00
Add missing i18n and fix broken strings
This commit is contained in:
parent
f13aade98e
commit
009364b217
32 changed files with 99 additions and 29 deletions
|
@ -5,11 +5,13 @@ 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
|
||||
signing-only=Generate a key that can only be used for signing
|
||||
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...).
|
||||
|
||||
stacktrace=Print stacktrace
|
||||
# Generic TODO: Remove when bumping picocli to 4.7.0
|
||||
usage.parameterListHeading=%nParameters:%n
|
||||
usage.synopsisHeading=Usage:\u0020
|
||||
usage.commandListHeading = %nCommands:%n
|
||||
usage.optionListHeading = %nOptions:%n
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue