diff --git a/src/locales/en.json b/src/locales/en.json index 3284c78..fe385a5 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 distance: {distance})", + "timetable-stats-total": "Issued timetables: {count} (total driven 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} (has driven {distance})", + "timetable-stats-most-active-driver": "The most active driver: {driver} (driven: {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 b129751..0ed50ec 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ł łącznie {distance})", + "timetable-stats-most-active-driver": "Najaktywniejszy maszynista: {driver} (przejechał: {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",