mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
Poprawki w select boxie
This commit is contained in:
@@ -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"
|
||||
/>
|
||||
|
||||
|
||||
@@ -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
@@ -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 ",
|
||||
|
||||
Reference in New Issue
Block a user