UNPKG

@serendie/ui

Version:

Adaptive UI component library as part of Serendie Design System by Mitsubishi Electric

42 lines (41 loc) 1.6 kB
const e = { ja: { "common.required": "必須", "textField.clearValue": "値をクリア", "passwordField.hidePassword": "パスワードを隠す", "passwordField.showPassword": "パスワードを表示", "datePicker.selectDate": "日付を選択", "datePicker.startDate": "開始日", "datePicker.endDate": "終了日", "pagination.page": "{{page}}ページ目", "pagination.firstPage": "最初のページです", "pagination.previousPage": "前のページへ", "pagination.lastPage": "最後のページです", "pagination.nextPage": "次のページへ", "pagination.goToPage": "ページ{{page}}へ移動", "modalDialog.close": "閉じる", "breadcrumbs.label": "パンくずリスト", "breadcrumbs.showMore": "折りたたまれた項目を表示" }, en: { "common.required": "Required", "textField.clearValue": "Clear value", "passwordField.hidePassword": "Hide password", "passwordField.showPassword": "Show password", "datePicker.selectDate": "Select date", "datePicker.startDate": "Start date", "datePicker.endDate": "End date", "pagination.page": "Page {{page}}", "pagination.firstPage": "This is the first page", "pagination.previousPage": "Go to previous page", "pagination.lastPage": "This is the last page", "pagination.nextPage": "Go to next page", "pagination.goToPage": "Go to page {{page}}", "modalDialog.close": "Close", "breadcrumbs.label": "Breadcrumb", "breadcrumbs.showMore": "Show more breadcrumbs" } }; export { e as dictionary };