mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2025-09-08 17:59:43 +02:00
Update i18n
This commit is contained in:
parent
6a579bff03
commit
d1c614344c
7 changed files with 35 additions and 1 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue