Loading share/locales/de_DE.po +3 −3 Original line number Diff line number Diff line Loading @@ -152,10 +152,10 @@ msgstr "Webhook" msgid "account.webhook.disabled" msgstr "Nicht eingerichtet" msgid "account.webhook.active_pending" msgid "account.webhook.active-pending" msgstr "Aktiv, noch nicht ausgeführt" msgid "account.webhook.active_error" msgid "account.webhook.active-error" msgstr "Aktiv, fehlerhaft" msgid "account.webhook.active" Loading @@ -164,7 +164,7 @@ msgstr "Aktiv" msgid "account.traewelling.unsupported" msgstr "Wird wegen Inkompatibilität zwischen bahn.de und transitous derzeit nicht unterstützt" msgid "account.registration_date" msgid "account.registration-date" msgstr "Registriert am" msgid "account.interaction" Loading share/locales/en_GB.po +6 −6 Original line number Diff line number Diff line Loading @@ -150,13 +150,13 @@ msgid "account.webhook" msgstr "Webhook" msgid "account.webhook.disabled" msgstr "No webhook was configured" msgstr "No webhook configured" msgid "account.webhook.active_pending" msgstr "Active and Pending" msgid "account.webhook.active-pending" msgstr "Active; pending" msgid "account.webhook.active_error" msgstr "Active with Error" msgid "account.webhook.active-error" msgstr "Active; erroneous" msgid "account.webhook.active" msgstr "Active" Loading @@ -164,7 +164,7 @@ msgstr "Active" msgid "account.traewelling.unsupported" msgstr "Unsupported due to incompatibility with bahn.de and transitous" msgid "account.registration_date" msgid "account.registration-date" msgstr "Registered on" msgid "account.interaction" Loading share/locales/template.pot +3 −3 Original line number Diff line number Diff line Loading @@ -152,10 +152,10 @@ msgstr "" msgid "account.webhook.disabled" msgstr "" msgid "account.webhook.active_pending" msgid "account.webhook.active-ppending" msgstr "" msgid "account.webhook.active_error" msgid "account.webhook.active-error" msgstr "" msgid "account.webhook.active" Loading @@ -164,7 +164,7 @@ msgstr "" msgid "account.traewelling.unsupported" msgstr "" msgid "account.registration_date" msgid "account.registration-date" msgstr "" msgid "account.interaction" Loading templates/account.html.ep +3 −3 Original line number Diff line number Diff line Loading @@ -116,10 +116,10 @@ <span style="color: #999999;"><%= L('account.webhook.disabled') %></span> % } % elsif ($hook->{latest_run}->epoch == 0) { <%= L('account.webhook.active_pending') %> <%= L('account.webhook.active-pending') %> % } % elsif ($hook->{errored}) { <%= L('account.webhook.active_error') %> <i class="material-icons" aria-hidden="true">error</i> <%= L('account.webhook.active-error') %> <i class="material-icons" aria-hidden="true">error</i> % } % else { <%= L('account.webhook.active') %> Loading Loading @@ -159,7 +159,7 @@ </tr> % } <tr> <th scope="row"><%= L('account.registration_date') %></th> <th scope="row"><%= L('account.registration-date') %></th> <td><%= $acc->{registered_at}->strftime(L('strftime.datetime')) %></td> </tr> </table> Loading Loading
share/locales/de_DE.po +3 −3 Original line number Diff line number Diff line Loading @@ -152,10 +152,10 @@ msgstr "Webhook" msgid "account.webhook.disabled" msgstr "Nicht eingerichtet" msgid "account.webhook.active_pending" msgid "account.webhook.active-pending" msgstr "Aktiv, noch nicht ausgeführt" msgid "account.webhook.active_error" msgid "account.webhook.active-error" msgstr "Aktiv, fehlerhaft" msgid "account.webhook.active" Loading @@ -164,7 +164,7 @@ msgstr "Aktiv" msgid "account.traewelling.unsupported" msgstr "Wird wegen Inkompatibilität zwischen bahn.de und transitous derzeit nicht unterstützt" msgid "account.registration_date" msgid "account.registration-date" msgstr "Registriert am" msgid "account.interaction" Loading
share/locales/en_GB.po +6 −6 Original line number Diff line number Diff line Loading @@ -150,13 +150,13 @@ msgid "account.webhook" msgstr "Webhook" msgid "account.webhook.disabled" msgstr "No webhook was configured" msgstr "No webhook configured" msgid "account.webhook.active_pending" msgstr "Active and Pending" msgid "account.webhook.active-pending" msgstr "Active; pending" msgid "account.webhook.active_error" msgstr "Active with Error" msgid "account.webhook.active-error" msgstr "Active; erroneous" msgid "account.webhook.active" msgstr "Active" Loading @@ -164,7 +164,7 @@ msgstr "Active" msgid "account.traewelling.unsupported" msgstr "Unsupported due to incompatibility with bahn.de and transitous" msgid "account.registration_date" msgid "account.registration-date" msgstr "Registered on" msgid "account.interaction" Loading
share/locales/template.pot +3 −3 Original line number Diff line number Diff line Loading @@ -152,10 +152,10 @@ msgstr "" msgid "account.webhook.disabled" msgstr "" msgid "account.webhook.active_pending" msgid "account.webhook.active-ppending" msgstr "" msgid "account.webhook.active_error" msgid "account.webhook.active-error" msgstr "" msgid "account.webhook.active" Loading @@ -164,7 +164,7 @@ msgstr "" msgid "account.traewelling.unsupported" msgstr "" msgid "account.registration_date" msgid "account.registration-date" msgstr "" msgid "account.interaction" Loading
templates/account.html.ep +3 −3 Original line number Diff line number Diff line Loading @@ -116,10 +116,10 @@ <span style="color: #999999;"><%= L('account.webhook.disabled') %></span> % } % elsif ($hook->{latest_run}->epoch == 0) { <%= L('account.webhook.active_pending') %> <%= L('account.webhook.active-pending') %> % } % elsif ($hook->{errored}) { <%= L('account.webhook.active_error') %> <i class="material-icons" aria-hidden="true">error</i> <%= L('account.webhook.active-error') %> <i class="material-icons" aria-hidden="true">error</i> % } % else { <%= L('account.webhook.active') %> Loading Loading @@ -159,7 +159,7 @@ </tr> % } <tr> <th scope="row"><%= L('account.registration_date') %></th> <th scope="row"><%= L('account.registration-date') %></th> <td><%= $acc->{registered_at}->strftime(L('strftime.datetime')) %></td> </tr> </table> Loading