Poprawki w select boxie

This commit is contained in:
2022-01-26 15:23:04 +01:00
parent 475fbe6c3b
commit b044de7cd1
4 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -181,7 +181,7 @@ button.selected {
height: 100%;
min-width: 9em;
min-width: 12em;
text-align: center;
}
@@ -5,6 +5,7 @@
:title="$t('trains.option-distance')"
:itemList="translatedSorterOptions"
:defaultItemIndex="3"
:prefix="$t('trains.sorter-prefix')"
@selected="changeSorter"
/>
+1
View File
@@ -125,6 +125,7 @@
"option-length": "length",
"option-distance": "distance",
"option-timetable": "train no.",
"sorter-prefix": "Sort: ",
"search-train": "Train no.",
"search-driver": "Driver name",
"detailed-timetable": "Detailed timetable for train no. ",
+2 -1
View File
@@ -124,7 +124,8 @@
"option-speed": "prędkość",
"option-length": "długość",
"option-distance": "kilometraż",
"option-timetable": "numer pociągu",
"option-timetable": "nr pociągu",
"sorter-prefix": "Sortuj: ",
"search-train": "Numer pociągu",
"search-driver": "Nick maszynisty",
"detailed-timetable": "Szczegółowy rozkład jazdy pociągu ",