i18n-js
Version:
A small library to provide I18n on JavaScript.
192 lines • 4.31 kB
JSON
{
"vi": {
"date": {
"abbr_day_names": [
"CN",
"Thứ 2",
"Thứ 3",
"Thứ 4",
"Thứ 5",
"Thứ 6",
"Thứ 7"
],
"abbr_month_names": [
null,
"Thg 1",
"Thg 2",
"Thg 3",
"Thg 4",
"Thg 5",
"Thg 6",
"Thg 7",
"Thg 8",
"Thg 9",
"Thg 10",
"Thg 11",
"Thg 12"
],
"day_names": [
"Chủ nhật",
"Thứ hai",
"Thứ ba",
"Thứ tư",
"Thứ năm",
"Thứ sáu",
"Thứ bảy"
],
"formats": {
"default": "%d-%m-%Y",
"long": "%d %B, %Y",
"short": "%d %b"
},
"month_names": [
null,
"Tháng một",
"Tháng hai",
"Tháng ba",
"Tháng tư",
"Tháng năm",
"Tháng sáu",
"Tháng bảy",
"Tháng tám",
"Tháng chín",
"Tháng mười",
"Tháng mười một",
"Tháng mười hai"
],
"order": [
"day",
"month",
"year"
]
},
"datetime": {
"distance_in_words": {
"about_x_hours": {
"one": "khoảng 1 giờ",
"other": "khoảng %{count} giờ"
},
"about_x_months": {
"one": "khoảng 1 tháng",
"other": "khoảng %{count} tháng"
},
"about_x_years": {
"one": "khoảng 1 năm",
"other": "khoảng %{count} năm"
},
"almost_x_years": {
"one": "gần 1 năm",
"other": "gần %{count} năm"
},
"half_a_minute": "30 giây",
"less_than_x_seconds": {
"one": "chưa tới 1 giây",
"other": "chưa tới %{count} giây"
},
"less_than_x_minutes": {
"one": "chưa tới 1 phút",
"other": "chưa tới %{count} phút"
},
"over_x_years": {
"one": "hơn 1 năm",
"other": "hơn %{count} năm"
},
"x_seconds": {
"one": "1 giây",
"other": "%{count} giây"
},
"x_minutes": {
"one": "1 phút",
"other": "%{count} phút"
},
"x_days": {
"one": "1 ngày",
"other": "%{count} ngày"
},
"x_months": {
"one": "1 tháng",
"other": "%{count} tháng"
}
}
},
"number": {
"currency": {
"format": {
"delimiter": ".",
"format": "%n %u",
"precision": 0,
"separator": ",",
"significant": false,
"strip_insignificant_zeros": false,
"unit": "VNĐ"
}
},
"format": {
"delimiter": ".",
"precision": 3,
"separator": ",",
"significant": false,
"strip_insignificant_zeros": false
},
"human": {
"decimal_units": {
"format": "%n %u",
"units": {
"billion": "Tỷ",
"million": "Triệu",
"quadrillion": "Triệu tỷ",
"thousand": "Nghìn",
"trillion": "Nghìn tỷ",
"unit": ""
}
},
"format": {
"delimiter": "",
"precision": 1,
"significant": true,
"strip_insignificant_zeros": true
},
"storage_units": {
"format": "%n %u",
"units": {
"byte": {
"one": "Byte",
"other": "Byte"
},
"gb": "GB",
"kb": "KB",
"mb": "MB",
"tb": "TB"
}
}
},
"percentage": {
"format": {
"delimiter": "",
"format": "%n%"
}
},
"precision": {
"format": {
"delimiter": ""
}
}
},
"support": {
"array": {
"last_word_connector": ", và ",
"two_words_connector": " và ",
"words_connector": ", "
}
},
"time": {
"am": "sáng",
"formats": {
"default": "%a, %d %b %Y %H:%M:%S %z",
"long": "%d %B, %Y %H:%M",
"short": "%d %b %H:%M"
},
"pm": "chiều"
}
}
}