Add support for i18n using resource bundles

This commit is contained in:
Paul Schaub 2022-08-04 00:49:08 +02:00
parent f349c701fa
commit e37921b4d4
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
14 changed files with 145 additions and 26 deletions

View file

@ -0,0 +1,11 @@
# SPDX-FileCopyrightText: 2022 Paul Schaub <vanitasvitae@fsfe.org>
#
# SPDX-License-Identifier: Apache-2.0
usage.header=Request verification for unverified user-ids
token=Access token. Can be retrieved by uploading the certificate.
locale=Locale (language) for the verification mail
email=Email addresses to request a verification mail for
output.mails_sent=Verification E-Mails for certificate %s have been sent.%n
output.token=Token: %s%n
output.status=Status:
key-server=Address of the Verifying Key Server.%nDefaults to 'https://keys.openpgp.org'