mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 19:19:57 +08:00
45 lines
1.1 KiB
TypeScript
45 lines
1.1 KiB
TypeScript
import Pagination from 'rc-pagination/lib/locale/ja_JP';
|
|
import DatePicker from '../date-picker/locale/ja_JP';
|
|
import TimePicker from '../time-picker/locale/ja_JP';
|
|
import Calendar from '../calendar/locale/ja_JP';
|
|
|
|
export default {
|
|
locale: 'ja',
|
|
Pagination,
|
|
DatePicker,
|
|
TimePicker,
|
|
Calendar,
|
|
Table: {
|
|
filterTitle: 'メニューをフィルター',
|
|
filterConfirm: 'OK',
|
|
filterReset: 'リセット',
|
|
emptyText: 'データがありません',
|
|
selectAll: 'すべてを選択',
|
|
selectInvert: '選択を反転',
|
|
},
|
|
Modal: {
|
|
okText: 'OK',
|
|
cancelText: 'キャンセル',
|
|
justOkText: 'OK',
|
|
},
|
|
Popconfirm: {
|
|
okText: 'OK',
|
|
cancelText: 'キャンセル',
|
|
},
|
|
Transfer: {
|
|
notFoundContent: '結果はありません',
|
|
searchPlaceholder: 'ここを検索',
|
|
itemUnit: 'アイテム',
|
|
itemsUnit: 'アイテム',
|
|
},
|
|
Select: {
|
|
notFoundContent: '結果はありません',
|
|
},
|
|
Upload: {
|
|
uploading: 'アップロード中...',
|
|
removeFile: 'ファイルを削除',
|
|
uploadError: 'アップロードエラー',
|
|
previewFile: 'ファイルをプレビュー',
|
|
},
|
|
};
|