diff --git a/src/components/JournalView/JournalOptions.vue b/src/components/JournalView/JournalOptions.vue index 2ad5fc8..6f16f2e 100644 --- a/src/components/JournalView/JournalOptions.vue +++ b/src/components/JournalView/JournalOptions.vue @@ -10,7 +10,8 @@
-

SORTUJ WG:

+

{{ $t('options.sort-title') }}

+
-

FILTRUJ WG:

+ +

{{ $t('options.filter-title') }}

-

SZUKAJ:

+ +

{{ $t('options.search-title') }}

+

{{ $t('options.filter-title') }}

@@ -28,10 +29,10 @@
- +
- +

{{ $t('options.search-title') }}

diff --git a/src/locales/en.json b/src/locales/en.json index 9f954a8..d976578 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -84,7 +84,8 @@ "search-train": "Train no.", "search-driver": "Driver name", "search-dispatcher": "Dispatcher name", - "search-scenery": "Scenery name", + "search-station": "Scenery name", + "search-date": "Timetable date", "sort-mass": "mass", "sort-speed": "speed", @@ -107,7 +108,9 @@ "filter-freight": "FREIGHT", "filter-other": "OTHER", "filter-noTimetable": "NO TIMETABLE", - "filter-reset": "X RESET", + + "filter-reset": "RESET FILTERS", + "filter-clear": "CLEAR FILTERS", "filter-all": "ALL ENTRIES", "filter-abandoned": "ABANDONED", diff --git a/src/locales/pl.json b/src/locales/pl.json index 3aa31b5..7459d9d 100644 --- a/src/locales/pl.json +++ b/src/locales/pl.json @@ -87,6 +87,7 @@ "search-driver": "Nick maszynisty", "search-dispatcher": "Nick dyżurnego", "search-station": "Nazwa scenerii", + "search-date": "Data rozkładu jazdy", "sort-distance": "kilometraż", "sort-total-stops": "stacje", @@ -110,7 +111,9 @@ "filter-freight": "TOWAROWE", "filter-other": "INNE", "filter-noTimetable": "BEZ RJ", - "filter-reset": "X RESETUJ", + + "filter-reset": "ZRESETUJ FILTRY", + "filter-clear": "WYŁĄCZ FILTRY", "filter-all": "WSZYSTKIE", "filter-abandoned": "PORZUCONE",