chore: scenery timetables history translation; layout fixes

This commit is contained in:
2024-06-06 14:19:17 +02:00
parent fee9774f88
commit c9de1a48ce
3 changed files with 11 additions and 4 deletions
@@ -1,6 +1,6 @@
<template>
<div class="scenery-timetables-history">
<div class="top-filters">
<div class="history-modes">
<button
class="btn btn--option"
v-for="mode in historyModeList"
@@ -189,7 +189,7 @@ export default defineComponent({
overflow: auto;
}
.top-filters {
.history-modes {
display: flex;
justify-content: center;
flex-wrap: wrap;
@@ -202,4 +202,11 @@ export default defineComponent({
min-width: 120px;
}
}
table td a {
max-width: 200px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
</style>
+1 -1
View File
@@ -507,7 +507,7 @@
"timetables-history-route": "Route",
"timetables-history-driver": "Driver",
"timetables-history-author": "TT author",
"timetables-history-date": "Date",
"timetables-history-date": "Created at",
"dispatchers-history-hash": "Hash",
"dispatchers-history-dispatcher": "Dispatcher",
+1 -1
View File
@@ -490,7 +490,7 @@
"timetables-history-route": "Trasa",
"timetables-history-driver": "Maszynista",
"timetables-history-author": "Autor RJ",
"timetables-history-date": "Data",
"timetables-history-date": "Data stworzenia",
"dispatchers-history-hash": "Hash",
"dispatchers-history-dispatcher": "Dyżurny",