UNPKG

@brightspace-ui/intl

Version:

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

44 lines (43 loc) 3.63 kB
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": "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) };