From 2350a61c787d5cf9f1a844c3412120643b42623b Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Sun, 20 Jul 2025 16:01:16 +0200 Subject: _checked_in: More en-GB translations --- templates/_checked_in.html.ep | 38 ++++++++++++++++++-------------------- 1 file changed, 18 insertions(+), 20 deletions(-) (limited to 'templates') diff --git a/templates/_checked_in.html.ep b/templates/_checked_in.html.ep index bbcbe43..d107919 100644 --- a/templates/_checked_in.html.ep +++ b/templates/_checked_in.html.ep @@ -4,7 +4,7 @@
% if (not $journey->{arr_name}) { - Ziel wählen + <%= L('status.select-destination') %> % } %= include '_format_train', journey => $journey @@ -19,16 +19,16 @@ data-dest="<%= $journey->{arr_name} %>" > % if ($journey->{boarding_countdown} > 60) { - Einfahrt in <%= journeys->min_to_human(int($journey->{boarding_countdown} / 60)) %>
+ <%= L('status.boarding-in') %> <%= journeys->min_to_human(int($journey->{boarding_countdown} / 60)) %>
% } % elsif ($journey->{boarding_countdown} > 0) { - Fährt ein
+ <%= L('status.boarding-soon') %>
% } % if ($journey->{departure_countdown} > 60) { - Abfahrt in <%= journeys->min_to_human(int($journey->{departure_countdown} / 60)) %> + <%= L('status.departure-in') %> <%= journeys->min_to_human(int($journey->{departure_countdown} / 60)) %> % } % elsif ($journey->{departure_countdown} > 0) { - Abfahrt in weniger als einer Minute + %= L('status.departure-soon') % } % elsif (defined $journey->{arrival_countdown}) { % if ($journey->{arrival_countdown} > 60) { @@ -48,7 +48,7 @@
◀ <%= $journey->{platform_type} %> <%= $journey->{arr_platform} %> % } % else { -
auf <%= $journey->{platform_type} %> <%= $journey->{arr_platform} %> +
<%= L('status.arrive-on') %> <%= $journey->{platform_type} %> <%= $journey->{arr_platform} %> % } % } % } @@ -63,7 +63,7 @@
◀ <%= $journey->{platform_type} %> <%= $journey->{dep_platform} %> % } % else { -
von <%= $journey->{platform_type} %> <%= $journey->{dep_platform} %> +
<%= L('status.depart-from') %> <%= $journey->{platform_type} %> <%= $journey->{dep_platform} %> % } % } % if (my $wr = $journey->{wagonorder}) { @@ -206,7 +206,7 @@
  • gps_off Manueller Checkin ohne Echtzeitdaten % } % elsif (not $journey->{extra_data}{rt}) { -
  • gps_off Keine Echtzeitdaten vorhanden +
  • gps_off <%= L('status.realtime-unavailable') %> % } % for my $message (reverse @{$journey->{messages} // []}) { % if ($journey->{sched_departure}->epoch - $message->[0]->epoch < 1800) { @@ -235,8 +235,7 @@ % } % if (defined $journey->{arrival_countdown} and $journey->{arrival_countdown} <= 0) {

    - Der automatische Checkout erfolgt wegen teilweise langsamer - Echtzeitdatenupdates erst etwa zehn Minuten nach der Ankunft. + %= L('status.delayed-auto-checkout')

    % } % elsif (not $journey->{arr_name}) { @@ -275,7 +274,7 @@ % } % else { - Rückgängig + <%= L('status.undo') %> % } % if (defined $journey->{arrival_countdown} and $journey->{arrival_countdown} <= 0) { @@ -316,7 +315,7 @@ % } % else { - <%= visibility_icon($journey_visibility) %> Sichtbarkeit + <%= visibility_icon($journey_visibility) %> <%= L('status.privacy-level') %> % }
  • @@ -328,7 +327,7 @@
    - Meldungen + <%= L('status.messages') %> % if (@{$journey->{extra_data}{him_msg} // []}) {

      @@ -359,7 +358,7 @@
      - Karte + <%= L('status.map') %>
      %= include '_map', with_map_header => 0, station_coordinates => stash('station_coordinates'), polyline_groups => stash('polyline_groups'), markers => stash('markers') @@ -373,7 +372,7 @@
      @@ -382,7 +381,7 @@
      - Ziel ändern? + <%= L('status.change-destination') %>
      % for my $station (@{$journey->{route_after}}) { % my $is_dest = ($journey->{arr_name} and $station->[0] eq $journey->{arr_name}); @@ -410,19 +409,18 @@
      % }

      - Falls das Backend ausgefallen ist oder die Fahrt aus anderen - Gründen verloren ging: + %= L('status.force-checkout-lead')

      Ohne Echtzeitdaten auschecken + %>"><%= L('status.force-checkout') %>

      % }
      -- cgit v1.2.3