mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2025-09-08 17: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
|
@ -2,13 +2,19 @@
|
|||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
usage.header=Update a key's password
|
||||
usage.description.0=Unlock all secret keys from STDIN using the given old passwords and emit them re-locked using the new password to STDOUT.
|
||||
usage.description.1=If any (sub-) key cannot be unlocked, this operation will exit with error code 67.
|
||||
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.
|
||||
new-key-password.0=New password to lock the keys with.
|
||||
new-key-password.1=If no new password is passed in, the keys will be emitted unlocked.
|
||||
new-key-password.2=Is an INDIRECT data type (e.g. file, environment variable, file descriptor...).
|
||||
old-key-password.0=Old passwords to unlock the keys with.
|
||||
old-key-password.1=Multiple passwords can be passed in, which are tested sequentially to unlock locked subkeys.
|
||||
old-key-password.2=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.descriptionHeading=%nDescription:%n
|
||||
usage.synopsisHeading=Usage:\u0020
|
||||
usage.commandListHeading = %nCommands:%n
|
||||
usage.optionListHeading = %nOptions:%n
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue