first commit
This commit is contained in:
22
frontend/node_modules/rc-pagination/lib/locale/ja_JP.js
generated
vendored
Normal file
22
frontend/node_modules/rc-pagination/lib/locale/ja_JP.js
generated
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
"use strict";
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = void 0;
|
||||
var locale = {
|
||||
// Options
|
||||
items_per_page: '件 / ページ',
|
||||
jump_to: '移動',
|
||||
jump_to_confirm: '確認する',
|
||||
page: 'ページ',
|
||||
// Pagination
|
||||
prev_page: '前のページ',
|
||||
next_page: '次のページ',
|
||||
prev_5: '前 5ページ',
|
||||
next_5: '次 5ページ',
|
||||
prev_3: '前 3ページ',
|
||||
next_3: '次 3ページ',
|
||||
page_size: 'ページサイズ'
|
||||
};
|
||||
var _default = exports.default = locale;
|
||||
Reference in New Issue
Block a user