Add missing i18n and fix broken strings

This commit is contained in:
Paul Schaub 2023-07-12 14:17:28 +02:00
parent f13aade98e
commit 009364b217
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
32 changed files with 99 additions and 29 deletions

View file

@ -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