-
+
@@ -8,7 +8,7 @@
{{ playerInfo.driverStatsLastMonth.countAll }}
-
ROZKŁADÓW JAZDY
+
{{ t('profile.recent-stats.timetables') }}
@@ -18,7 +18,7 @@
{{ playerInfo.driverStatsLastMonth.currentDistanceTotal?.toFixed(2) || 0 }}
-
POKONANYCH KILOMETRÓW
+
{{ t('profile.recent-stats.distance') }}
@@ -28,7 +28,7 @@
{{ playerInfo.dispatcherStatsLastMonth.services?.count || 0 }}
- SŁUŻB DYŻURNEGO
+ {{ t('profile.recent-stats.duties') }}
@@ -38,7 +38,7 @@
{{ playerInfo.dispatcherStatsLastMonth.issuedTimetables?.count || 0 }}
- WYSTAWIONYCH ROZKŁADÓW
+ {{ t('profile.recent-stats.created-timetables') }}
@@ -47,8 +47,11 @@