mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
Poprawki w select boxie
This commit is contained in:
@@ -181,7 +181,7 @@ button.selected {
|
|||||||
|
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
||||||
min-width: 9em;
|
min-width: 12em;
|
||||||
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -5,6 +5,7 @@
|
|||||||
:title="$t('trains.option-distance')"
|
:title="$t('trains.option-distance')"
|
||||||
:itemList="translatedSorterOptions"
|
:itemList="translatedSorterOptions"
|
||||||
:defaultItemIndex="3"
|
:defaultItemIndex="3"
|
||||||
|
:prefix="$t('trains.sorter-prefix')"
|
||||||
@selected="changeSorter"
|
@selected="changeSorter"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
|||||||
@@ -125,6 +125,7 @@
|
|||||||
"option-length": "length",
|
"option-length": "length",
|
||||||
"option-distance": "distance",
|
"option-distance": "distance",
|
||||||
"option-timetable": "train no.",
|
"option-timetable": "train no.",
|
||||||
|
"sorter-prefix": "Sort: ",
|
||||||
"search-train": "Train no.",
|
"search-train": "Train no.",
|
||||||
"search-driver": "Driver name",
|
"search-driver": "Driver name",
|
||||||
"detailed-timetable": "Detailed timetable for train no. ",
|
"detailed-timetable": "Detailed timetable for train no. ",
|
||||||
|
|||||||
+2
-1
@@ -124,7 +124,8 @@
|
|||||||
"option-speed": "prędkość",
|
"option-speed": "prędkość",
|
||||||
"option-length": "długość",
|
"option-length": "długość",
|
||||||
"option-distance": "kilometraż",
|
"option-distance": "kilometraż",
|
||||||
"option-timetable": "numer pociągu",
|
"option-timetable": "nr pociągu",
|
||||||
|
"sorter-prefix": "Sortuj: ",
|
||||||
"search-train": "Numer pociągu",
|
"search-train": "Numer pociągu",
|
||||||
"search-driver": "Nick maszynisty",
|
"search-driver": "Nick maszynisty",
|
||||||
"detailed-timetable": "Szczegółowy rozkład jazdy pociągu ",
|
"detailed-timetable": "Szczegółowy rozkład jazdy pociągu ",
|
||||||
|
|||||||
Reference in New Issue
Block a user