taldir

Directory service to resolve wallet mailboxes by messenger addresses
Log | Files | Refs | Submodules | README | LICENSE

commit 8b9eef62d35fe7598896d6e0b50307e1f44171b4
parent 7aeaecbb17e39b101a96b49e7126e192547c2407
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date:   Thu, 23 Jan 2025 13:09:36 +0100

more i18n

Diffstat:
Mlocales/de-DE/taldir.yml | 2++
Mlocales/en-US/taldir.yml | 1+
Mweb/templates/lookup_result.html | 2+-
3 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/locales/de-DE/taldir.yml b/locales/de-DE/taldir.yml @@ -16,3 +16,5 @@ lookupEmailDescription: "Gib eine E-Mail-Adresse (z.B. `jdoe@example.com`) ein u available: "Verfügbar" lookupPhoneNr: "Telefonnummer nachschlagen" lookupPhoneDescription: "Gib eine Telefonnummer ohne das `+` und ohne Leerzeichen ein (z.B. `49123456789`) um die dazugehörige Bezahlsystemadresse nachzuschlagen. Wenn diese noch nicht verlinkt ist, und das Alias unter Dir gehört, hast du dann die Chance dieses mit einer Bazahlsystemadresse zu verlinken." +lookupResultFound: "Suchergebnis" + diff --git a/locales/en-US/taldir.yml b/locales/en-US/taldir.yml @@ -16,3 +16,4 @@ lookupEmailDescription: "Enter an email address (e.g. `jdoe@example.com`) to loo available: "Available" lookupPhoneNr: "Lookup phone number" lookupPhoneDescription: "Enter a phone number without the `+` and no spaces (e.g. `49123456789`) to look up the associated Payment System Address. If it is still unlinked and under your control you will be given the option to link it with a Payment System Address after lookup." +lookupResultFound: "Lookup result" diff --git a/web/templates/lookup_result.html b/web/templates/lookup_result.html @@ -51,7 +51,7 @@ <div class="container pt-5"> <div class="card"> <div class="card-body" role="alert"> - <h4 class="card-title">Found!</h4> + <h4 class="card-title">{{ call .tr "lookupResultFound" }}</h4> <hr> <p class="card-text">{{ call .tr "isLinked" .address }}</p> </div>