From 35d89cde873cc22aab3d8c99fc1cea0c6cd3fef0 Mon Sep 17 00:00:00 2001 From: Tamara Schmitz Date: Thu, 24 Jul 2025 09:20:26 +0200 Subject: localization: add more account page strings to locales --- templates/account.html.ep | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'templates') diff --git a/templates/account.html.ep b/templates/account.html.ep index 837f219..36ed0bc 100644 --- a/templates/account.html.ep +++ b/templates/account.html.ep @@ -109,20 +109,20 @@ - Web Hook + <%= L('account.webhook') %> edit % if (not $hook->{enabled}) { - Nicht eingerichtet + <%= L('account.webhook.disabled') %> % } % elsif ($hook->{latest_run}->epoch == 0) { - Aktiv, noch nicht ausgeführt + <%= L('account.webhook.active_pending') %> % } % elsif ($hook->{errored}) { - Aktiv, fehlerhaft + <%= L('account.webhook.active_error') %> % } % else { - Aktiv + <%= L('account.webhook.active') %> % } @@ -130,7 +130,7 @@ Träwelling - Wird wegen Inkompatibilität zwischen bahn.de und transitous derzeit nicht unterstützt + <%= L('account.traewelling.unsupported') %>