Przystosowanie pod update API

This commit is contained in:
2022-12-21 20:24:48 +01:00
parent 1665134d6f
commit db3be87dd8
4 changed files with 69 additions and 25 deletions
+5 -1
View File
@@ -1,4 +1,7 @@
{
"general": {
"and": " and "
},
"app": {
"sceneries": "SCENERIES",
"trains": "TRAINS",
@@ -266,7 +269,8 @@
"timetable-stats-total": "Today, dispatchers made so far {count} with total distance of {distance}",
"timetable-stats-longest": "The longest timetable today is #{id} made by {author} for {driver} - {distance}",
"timetable-stats-most-active": "The most active dispatcher is {dispatcher} who created {count}",
"timetable-stats-most-active": "The most active dispatcher today is {dispatcher} who created {count}",
"timetable-stats-most-active-many": "The most active dispatchers today are {dispatchers} who created {count} each",
"timetable-count": "timetable | timetables",
+4
View File
@@ -1,4 +1,7 @@
{
"general": {
"and": " oraz "
},
"app": {
"sceneries": "SCENERIE",
"trains": "POCIĄGI",
@@ -271,6 +274,7 @@
"timetable-stats-total": "Dyżurni stworzyli dziś {count} o łącznym dystansie {distance}",
"timetable-stats-longest": "Najdłuższym rozkładem jazdy jest dzisiaj #{id} stworzony przez dyżurnego {author} dla maszynisty {driver} - {distance}",
"timetable-stats-most-active": "Dzisiejszym najaktywniejszym dyżurnym jest {dispatcher}, który stworzył {count}",
"timetable-stats-most-active-many": "Dzisiejszymi najaktywniejszymi dyżurnymi są {dispatchers}, którzy stworzyli po {count}",
"timetable-count": "rozkład jazdy | rozkładów jazdy",