You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ant-design-vue/components/locale-provider/ja_JP.js

45 lines
1.1 KiB

import Pagination from '../vc-pagination/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'
7 years ago
export default {
locale: 'ja',
7 years ago
Pagination,
DatePicker,
TimePicker,
Calendar,
Table: {
7 years ago
filterTitle: 'メニューをフィルター',
filterConfirm: 'OK',
filterReset: 'リセット',
emptyText: 'データがありません',
selectAll: 'すべてを選択',
selectInvert: '選択を反転',
7 years ago
},
Modal: {
7 years ago
okText: 'OK',
cancelText: 'キャンセル',
justOkText: 'OK',
7 years ago
},
Popconfirm: {
7 years ago
okText: 'OK',
cancelText: 'キャンセル',
7 years ago
},
Transfer: {
7 years ago
notFoundContent: '結果はありません',
searchPlaceholder: 'ここを検索',
itemUnit: 'アイテム',
itemsUnit: 'アイテム',
7 years ago
},
Select: {
notFoundContent: '結果はありません',
7 years ago
},
Upload: {
7 years ago
uploading: 'アップロード中...',
removeFile: 'ファイルを削除',
uploadError: 'アップロードエラー',
previewFile: 'ファイルをプレビュー',
},
}