mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 21:38:13 +00:00
chore: scenery timetables history translation; layout fixes
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="scenery-timetables-history">
|
<div class="scenery-timetables-history">
|
||||||
<div class="top-filters">
|
<div class="history-modes">
|
||||||
<button
|
<button
|
||||||
class="btn btn--option"
|
class="btn btn--option"
|
||||||
v-for="mode in historyModeList"
|
v-for="mode in historyModeList"
|
||||||
@@ -189,7 +189,7 @@ export default defineComponent({
|
|||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.top-filters {
|
.history-modes {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
@@ -202,4 +202,11 @@ export default defineComponent({
|
|||||||
min-width: 120px;
|
min-width: 120px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table td a {
|
||||||
|
max-width: 200px;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
+1
-1
@@ -507,7 +507,7 @@
|
|||||||
"timetables-history-route": "Route",
|
"timetables-history-route": "Route",
|
||||||
"timetables-history-driver": "Driver",
|
"timetables-history-driver": "Driver",
|
||||||
"timetables-history-author": "TT author",
|
"timetables-history-author": "TT author",
|
||||||
"timetables-history-date": "Date",
|
"timetables-history-date": "Created at",
|
||||||
|
|
||||||
"dispatchers-history-hash": "Hash",
|
"dispatchers-history-hash": "Hash",
|
||||||
"dispatchers-history-dispatcher": "Dispatcher",
|
"dispatchers-history-dispatcher": "Dispatcher",
|
||||||
|
|||||||
+1
-1
@@ -490,7 +490,7 @@
|
|||||||
"timetables-history-route": "Trasa",
|
"timetables-history-route": "Trasa",
|
||||||
"timetables-history-driver": "Maszynista",
|
"timetables-history-driver": "Maszynista",
|
||||||
"timetables-history-author": "Autor RJ",
|
"timetables-history-author": "Autor RJ",
|
||||||
"timetables-history-date": "Data",
|
"timetables-history-date": "Data stworzenia",
|
||||||
|
|
||||||
"dispatchers-history-hash": "Hash",
|
"dispatchers-history-hash": "Hash",
|
||||||
"dispatchers-history-dispatcher": "Dyżurny",
|
"dispatchers-history-dispatcher": "Dyżurny",
|
||||||
|
|||||||
Reference in New Issue
Block a user