i18n-js
Version:
A small library to provide I18n on JavaScript.
193 lines • 4.19 kB
JSON
{
"ko": {
"date": {
"abbr_day_names": [
"일",
"월",
"화",
"수",
"목",
"금",
"토"
],
"abbr_month_names": [
null,
"1월",
"2월",
"3월",
"4월",
"5월",
"6월",
"7월",
"8월",
"9월",
"10월",
"11월",
"12월"
],
"day_names": [
"일요일",
"월요일",
"화요일",
"수요일",
"목요일",
"금요일",
"토요일"
],
"formats": {
"default": "%Y/%m/%d",
"long": "%Y년 %m월 %d일 (%a)",
"short": "%m/%d"
},
"month_names": [
null,
"1월",
"2월",
"3월",
"4월",
"5월",
"6월",
"7월",
"8월",
"9월",
"10월",
"11월",
"12월"
],
"order": [
"year",
"month",
"day"
]
},
"datetime": {
"distance_in_words": {
"about_x_hours": {
"one": "약 한 시간",
"other": "약 %{count}시간"
},
"about_x_months": {
"one": "약 한 달",
"other": "약 %{count}달"
},
"about_x_years": {
"one": "약 일 년",
"other": "약 %{count}년"
},
"almost_x_years": {
"one": "일 년 이하",
"other": "%{count}년 이하"
},
"half_a_minute": "30초",
"less_than_x_seconds": {
"one": "일 초 이하",
"other": "%{count}초 이하"
},
"less_than_x_minutes": {
"one": "일 분 이하",
"other": "%{count}분 이하"
},
"over_x_years": {
"one": "일 년 이상",
"other": "%{count}년 이상"
},
"x_seconds": {
"one": "일 초",
"other": "%{count}초"
},
"x_minutes": {
"one": "일 분",
"other": "%{count}분"
},
"x_days": {
"one": "하루",
"other": "%{count}일"
},
"x_months": {
"one": "한 달",
"other": "%{count}달"
},
"x_years": {
"one": "일 년",
"other": "%{count}년"
}
}
},
"number": {
"currency": {
"format": {
"delimiter": ",",
"format": "%n%u",
"precision": 0,
"separator": ".",
"significant": false,
"strip_insignificant_zeros": false,
"unit": "원"
}
},
"format": {
"delimiter": ",",
"precision": 3,
"separator": ".",
"significant": false,
"strip_insignificant_zeros": false
},
"human": {
"decimal_units": {
"format": "%n%u",
"units": {
"billion": "십억",
"million": "백만",
"quadrillion": "경",
"thousand": "천",
"trillion": "조",
"unit": ""
}
},
"format": {
"delimiter": "",
"precision": 3,
"significant": true,
"strip_insignificant_zeros": true
},
"storage_units": {
"format": "%n%u",
"units": {
"byte": "바이트",
"gb": "기가바이트",
"kb": "킬로바이트",
"mb": "메가바이트",
"tb": "테라바이트"
}
}
},
"percentage": {
"format": {
"delimiter": "",
"format": "%n%"
}
},
"precision": {
"format": {
"delimiter": ""
}
}
},
"support": {
"array": {
"last_word_connector": ", ",
"two_words_connector": "와(과) ",
"words_connector": ", "
}
},
"time": {
"am": "오전",
"formats": {
"default": "%Y/%m/%d %H:%M:%S",
"long": "%Y년 %m월 %d일, %H시 %M분 %S초 %Z",
"short": "%y/%m/%d %H:%M"
},
"pm": "오후"
}
}
}