Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions Common/UnitDefinitions/Acceleration.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
{
"Culture": "en-US",
"Abbreviations": [ "m/s²" ]
},
{
"Culture": "ru-RU",
"Abbreviations": [ "м/с²" ]
}
]
},
Expand All @@ -37,6 +41,10 @@
{
"Culture": "en-US",
"Abbreviations": [ "in/s²" ]
},
{
"Culture": "ru-RU",
"Abbreviations": [ "дюйм/с²" ]
}
]
},
Expand All @@ -53,6 +61,10 @@
{
"Culture": "en-US",
"Abbreviations": [ "ft/s²" ]
},
{
"Culture": "ru-RU",
"Abbreviations": [ "фут/с²" ]
}
]
},
Expand All @@ -69,6 +81,10 @@
{
"Culture": "en-US",
"Abbreviations": [ "kn/s" ]
},
{
"Culture": "ru-RU",
"Abbreviations": [ "узел/с" ]
}
]
},
Expand All @@ -85,6 +101,10 @@
{
"Culture": "en-US",
"Abbreviations": [ "kn/min" ]
},
{
"Culture": "ru-RU",
"Abbreviations": [ "узел/мин" ]
}
]
},
Expand All @@ -101,6 +121,10 @@
{
"Culture": "en-US",
"Abbreviations": [ "kn/h" ]
},
{
"Culture": "ru-RU",
"Abbreviations": [ "узел/час" ]
}
]
},
Expand All @@ -117,6 +141,10 @@
{
"Culture": "en-US",
"Abbreviations": [ "g" ]
},
{
"Culture": "ru-RU",
"Abbreviations": [ "g" ]
}
]
}
Expand Down
16 changes: 16 additions & 0 deletions Common/UnitDefinitions/Area.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,10 @@
{
"Culture": "en-US",
"Abbreviations": [ "ft² (US)" ]
},
{
"Culture": "ru-RU",
"Abbreviations": [ "фут² (US)" ]
}
]
},
Expand Down Expand Up @@ -220,6 +224,10 @@
{
"Culture": "en-US",
"Abbreviations": [ "ac" ]
},
{
"Culture": "ru-RU",
"Abbreviations": [ "акр" ]
}
]
},
Expand All @@ -232,6 +240,10 @@
{
"Culture": "en-US",
"Abbreviations": [ "ha" ]
},
{
"Culture": "ru-RU",
"Abbreviations": [ "га" ]
}
]
},
Expand All @@ -244,6 +256,10 @@
{
"Culture": "en-US",
"Abbreviations": ["nmi²"]
},
{
"Culture": "ru-RU",
"Abbreviations": ["морск.миля²"]
}
]
}
Expand Down
9 changes: 9 additions & 0 deletions Common/UnitDefinitions/Pressure.json
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,11 @@
"Culture": "en-US",
"Abbreviations": [ "psi", "lb/in²" ],
"AbbreviationsForPrefixes": { "Kilo": "kipf/in²" }
},
{
"Culture": "ru-RU",
"Abbreviations": [ "psi", "lb/in²" ],
"AbbreviationsForPrefixes": { "Kilo": "kipf/in²" }
}
]
},
Expand Down Expand Up @@ -291,6 +296,10 @@
{
"Culture": "en-US",
"Abbreviations": [ "mmHg" ]
},
{
"Culture": "ru-RU",
"Abbreviations": [ "мм рт.ст." ]
}
]
},
Expand Down
32 changes: 32 additions & 0 deletions Common/UnitDefinitions/Speed.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
{
"Culture": "en-US",
"Abbreviations": [ "m/s" ]
},
{
"Culture": "ru-RU",
"Abbreviations": [ "м/с" ]
}
]
},
Expand All @@ -38,6 +42,10 @@
{
"Culture": "en-US",
"Abbreviations": [ "m/min" ]
},
{
"Culture": "ru-RU",
"Abbreviations": [ "м/мин" ]
}
]
},
Expand All @@ -55,6 +63,10 @@
{
"Culture": "en-US",
"Abbreviations": [ "m/h" ]
},
{
"Culture": "ru-RU",
"Abbreviations": [ "м/ч" ]
}
]
},
Expand All @@ -71,6 +83,10 @@
{
"Culture": "en-US",
"Abbreviations": [ "ft/s" ]
},
{
"Culture": "ru-RU",
"Abbreviations": [ "фут/с" ]
}
]
},
Expand All @@ -87,6 +103,10 @@
{
"Culture": "en-US",
"Abbreviations": [ "ft/min" ]
},
{
"Culture": "ru-RU",
"Abbreviations": [ "фут/мин" ]
}
]
},
Expand All @@ -103,6 +123,10 @@
{
"Culture": "en-US",
"Abbreviations": [ "ft/h" ]
},
{
"Culture": "ru-RU",
"Abbreviations": [ "фут/ч" ]
}
]
},
Expand Down Expand Up @@ -263,6 +287,10 @@
{
"Culture": "en-US",
"Abbreviations": [ "kn", "kt", "knot", "knots" ]
},
{
"Culture": "ru-RU",
"Abbreviations": [ "уз."]
}
]
},
Expand All @@ -279,6 +307,10 @@
{
"Culture": "en-US",
"Abbreviations": [ "mph" ]
},
{
"Culture": "ru-RU",
"Abbreviations": [ "миль/ч" ]
}
]
}
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading