mirror of
https://github.com/Spythere/pojazdownik.git
synced 2026-05-03 11:45:34 +00:00
fix(locales): sort casing
This commit is contained in:
+7
-7
@@ -175,13 +175,13 @@
|
||||
"vehicles-wagon": "wagons"
|
||||
},
|
||||
"sort-by": {
|
||||
"type": "Name",
|
||||
"group": "Type group",
|
||||
"length": "Length",
|
||||
"weight": "Mass",
|
||||
"maxSpeed": "Speed",
|
||||
"coldStart": "Cold start",
|
||||
"cargoCount": "Cargo count"
|
||||
"type": "name",
|
||||
"group": "type group",
|
||||
"length": "length",
|
||||
"weight": "mass",
|
||||
"maxSpeed": "speed",
|
||||
"coldStart": "cold start",
|
||||
"cargoCount": "cargo count"
|
||||
},
|
||||
"sort-direction": {
|
||||
"asc": "ascending",
|
||||
|
||||
+7
-7
@@ -175,13 +175,13 @@
|
||||
"vehicles-wagon": "wagony"
|
||||
},
|
||||
"sort-by": {
|
||||
"type": "Nazwa",
|
||||
"group": "Rodzaj",
|
||||
"length": "Długość",
|
||||
"weight": "Masa",
|
||||
"maxSpeed": "Prędkość",
|
||||
"coldStart": "Zimny start",
|
||||
"cargoCount": "Ładunki"
|
||||
"type": "nazwa",
|
||||
"group": "rodzaj",
|
||||
"length": "długość",
|
||||
"weight": "masa",
|
||||
"maxSpeed": "prędkość",
|
||||
"coldStart": "zimny start",
|
||||
"cargoCount": "ładunki"
|
||||
},
|
||||
"sort-direction": {
|
||||
"asc": "rosnąco",
|
||||
|
||||
Reference in New Issue
Block a user