phpOMS/Localization/Default/en_US.json

61 lines
1.0 KiB
JSON

{
"language": "EN",
"country": "USA",
"currency": {
"code" : "USD",
"position": 0
},
"thousand": ",",
"decimal": ".",
"angle": "Degree",
"temperature": "celsius",
"weight": {
"very_light" : "mg",
"light" : "g",
"medium" : "kg",
"heavy" : "t",
"very_heavy" : "t",
},
"speed": {
"very_slow" : "ms",
"slow" : "ms",
"medium" : "kph",
"fast" : "kph",
"very_fast" : "mach",
"sea" : "knot"
},
"length": {
"very_short" : "mm",
"short" : "cm",
"medium" : "m",
"long" : "km",
"very_long" : "km",
"sea": "mile"
},
"area": {
"very_small" : "mm",
"small" : "cm",
"medium" : "m",
"large" : "km",
"very_large" : "ha"
},
"volume": {
"very_small" : "ml",
"small" : "ml",
"medium" : "l",
"large" : "m",
"very_large" : "km",
"teaspoon": "metric teaspoon",
"tablespoon": "metric tablespoon",
"glass": "metric glass"
},
"datetime": {
"delim_date": ".",
"delim_time": ":",
"very_short": "d.m",
"short": "m.y",
"medium": "d.m.Y",
"long": "d.m.Y h:i",
"very_long": "d.m.Y h:i:s",
}
}