From b8574f9ea131f5780433343614c757dfdfdb3b88 Mon Sep 17 00:00:00 2001 From: Spythere Date: Fri, 6 Feb 2026 17:15:08 +0100 Subject: [PATCH] chore(profile): translation setup --- src/locales/en.json | 10 ++++++---- src/locales/pl.json | 8 ++++++-- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index 735f1c5..3b5701c 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -619,9 +619,11 @@ "desc-end": "The train terminates here", "desc-terminated": "The train has been terminated" }, - "history": { - "title": "TIMETABLE JOURNAL", - "search-train": "Train no.", - "search-driver": "Driver name" + "profile": { + "filters": { + "Timetable": "TIMETABLES", + "Dispatcher": "DISPATCHER DUTIES", + "IssuedTimetable": "ISSUED TIMETABLES" + } } } diff --git a/src/locales/pl.json b/src/locales/pl.json index 5d0f90e..33ede86 100644 --- a/src/locales/pl.json +++ b/src/locales/pl.json @@ -604,7 +604,11 @@ "desc-end": "Pociąg kończy bieg", "desc-terminated": "Pociąg zakończył bieg" }, - "history": { - "title": "DZIENNIK ROZKŁADÓW JAZDY" + "profile": { + "filters": { + "Timetable": "ROZKŁADY JAZDY", + "Dispatcher": "SŁUŻBY DYŻURNEGO", + "IssuedTimetable": "WYSTAWIONE RJ" + } } }