@brightspace-ui/intl
Version:
Internationalization APIs for number, date, time and file size formatting and parsing in D2L Brightspace.
44 lines (43 loc) • 3.62 kB
JavaScript
export default {
"intl-common:actions:add": "추가", // add action (in Title Case)
"intl-common:actions:apply": "적용", // apply action (in Title Case)
"intl-common:actions:browse": "찾아보기", // browse action (in Title Case)
"intl-common:actions:cancel": "취소", // cancel action (in Title Case)
"intl-common:actions:clear": "지우기", // clear action (in Title Case)
"intl-common:actions:close": "닫기", // close action (in Title Case)
"intl-common:actions:confirm": "확인", // confirm action (in Title Case)
"intl-common:actions:copy": "복사", // copy action (in Title Case)
"intl-common:actions:create": "생성", // create action (in Title Case)
"intl-common:actions:delete": "삭제", // delete action (in Title Case)
"intl-common:actions:done": "완료", // done action (in Title Case)
"intl-common:actions:edit": "편집", // edit action (in Title Case)
"intl-common:actions:finish": "마침", // finish action (in Title Case)
"intl-common:actions:print": "인쇄", // print action (in Title Case)
"intl-common:actions:remove": "제거", // remove action (in Title Case)
"intl-common:actions:save": "저장", // save action (in Title Case)
"intl-common:actions:saveAndClose": "저장 및 닫기", // save and close action (in Title Case)
"intl-common:actions:saveAndNew": "저장 및 새로 만들기", // save and new action (in Title Case)
"intl-common:actions:search": "검색", // search action (in Title Case)
"intl-common:actions:submit": "제출", // submit action (in Title Case)
"intl-common:actions:update": "업데이트", // update action (in Title Case)
"intl-common:characters:ampersand": "앰퍼샌드", // short name or description of the "&" character
"intl-common:characters:apostrophe": "아포스트로피", // 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:confirm:no": "아니요", // no response to a question (in Title Case)
"intl-common:confirm:ok": "확인", // okay response to a question
"intl-common:confirm:yes": "예", // yes response to a question (in Title Case)
"intl-common:navigation:back:title": "뒤로", // term for navigating back to the previous page (in Title Case)
"intl-common:navigation:continue:title": "계속", // continue action (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)
};