UNPKG

@brightspace-ui/intl

Version:

Internationalization APIs for number, date, time and file size formatting and parsing in D2L Brightspace.

19 lines (18 loc) 1.71 kB
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) };