@brightspace-ui/intl
Version:
Internationalization APIs for number, date, time and file size formatting and parsing in D2L Brightspace.
19 lines (18 loc) • 1.7 kB
JavaScript
export default {
"intl-common:characters:apostrophe": "아포스트로피", // short name or description of the "'" character
"intl-common:characters:ampersand": "앰퍼샌드", // short name or description of the "&" character
"intl-common:characters:asterisk": "별표", // short name or description of the "*" character
"intl-common:characters:backslash": "백슬래시", // short name or description of the "\" character
"intl-common:characters:colon": "콜론", // short name or description of the ":" character
"intl-common:characters:comma": "쉼표", // short name or description of the "," character
"intl-common:characters:greaterThan": "보다 큼 기호", // short name or description of the ">" character
"intl-common:characters:lessThan": "보다 작음 기호", // short name or description of the "<" character
"intl-common:characters:numberSign": "숫자 기호", // short name or description of the "#" character
"intl-common:characters:percentSign": "퍼센트 기호", // short name or description of the "%" character
"intl-common:characters:pipe": "수직선", // short name or description of the "|" character
"intl-common:characters:questionMark": "물음표", // short name or description of the "?" character
"intl-common:characters:quotationMark": "따옴표", // short name or description of the '"' character
"intl-common:navigation:back:title": "뒤로", // term for navigating back to the previous page (in Title Case)
"intl-common:navigation:next:title": "다음", // term for navigating to the next page or item (in Title Case)
"intl-common:navigation:previous:title": "이전", // term for navigating to the previous page or item (in Title Case)
};