From 08b208aeaa9007db02ae689f71d6f5198942ef67 Mon Sep 17 00:00:00 2001 From: Spythere Date: Wed, 21 Jun 2023 18:31:16 +0200 Subject: [PATCH] =?UTF-8?q?fix=20t=C5=82umacze=C5=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/locales/en.json | 4 ++-- src/locales/pl.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index fe385a5..18b305b 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -313,11 +313,11 @@ "stats-stations": "STATIONS", "timetable-stats-title": "Daily stats on {date}", - "timetable-stats-total": "Issued timetables: {count} (total driven distance: {distance})", + "timetable-stats-total": "Issued timetables: {count} (total distance: {distance})", "timetable-stats-longest": "The longest timetable: #{id} (made by {author} for {driver}, distance: {distance})", "timetable-stats-most-active-dr": "The most active dispatcher: {dispatcher} (created {count})", "timetable-stats-most-active-dr-many": "The most active dispatchers: {dispatchers} (created {count} each)", - "timetable-stats-most-active-driver": "The most active driver: {driver} (driven: {distance})", + "timetable-stats-most-active-driver": "The most active driver: {driver} (total driven distance: {distance})", "timetable-stats-longest-duties": "The longest service: {dispatcher} at {station} (duration: {duration})", "timetable-count": "timetable | timetables", diff --git a/src/locales/pl.json b/src/locales/pl.json index 0ed50ec..ee22ead 100644 --- a/src/locales/pl.json +++ b/src/locales/pl.json @@ -321,7 +321,7 @@ "timetable-stats-longest": "Najdłuższy rozkład jazdy: #{id} (stworzony przez dyżurnego {author} dla maszynisty {driver} o dystansie {distance})", "timetable-stats-most-active-dr": "Najaktywniejszy dyżurny: {dispatcher} (stworzył {count})", "timetable-stats-most-active-dr-many": "Najaktywniejsi dyżurni: {dispatchers} (stworzyli po {count})", - "timetable-stats-most-active-driver": "Najaktywniejszy maszynista: {driver} (przejechał: {distance})", + "timetable-stats-most-active-driver": "Najaktywniejszy maszynista: {driver} (łączny przejechany dystans: {distance})", "timetable-stats-longest-duties": "Najdłuższa służba: {dispatcher} na scenerii {station} (czas trwania: {duration})", "timetable-count": "rozkład jazdy | rozkładów jazdy",