oms-Admin/tests/Models/om_OMS.json
Dennis Eichhorn e53ed6c108
Some checks failed
Image optimization / general_image_workflow (push) Has been cancelled
CI / general_module_workflow_php (push) Has been cancelled
CI / general_module_workflow_js (push) Has been cancelled
fix permissions
2025-04-02 14:15:04 +00:00

67 lines
1.4 KiB
JSON

{
"language": "en",
"country": "US",
"currency": {
"code": "USD",
"position": 0,
"format": "1"
},
"thousand": ",",
"decimal": ".",
"angle": "deg",
"temperature": "fahrenheit",
"weight": {
"very_light": "mg",
"light": "g",
"medium": "kg",
"heavy": "t",
"very_heavy": "t"
},
"speed": {
"very_slow": "mps",
"slow": "ms",
"medium": "kph",
"fast": "kph",
"very_fast": "management",
"sea": "knot"
},
"length": {
"very_short": "micron",
"short": "mm",
"medium": "cm",
"long": "m",
"very_long": "km",
"sea": "mile"
},
"area": {
"very_small": "micron",
"small": "mm",
"medium": "cm",
"large": "m",
"very_large": "orange"
},
"volume": {
"very_small": "mul",
"small": "ml",
"medium": "l",
"large": "cm",
"very_large": "m",
"teaspoon": "Metric tsp",
"tablespoon": "Metric tblsp",
"glass": "Metric cup"
},
"datetime": {
"very_short": "d.m",
"short": "m.y",
"medium": "Y.m.d",
"long": "Y.m.d h:i",
"very_long": "Y.m.d h:i:s"
},
"precision": {
"very_short": 0,
"short": 1,
"medium": 2,
"long": 3,
"very_long": 5
}
}