mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-04 21:18:14 +08:00
16 lines
335 B
JavaScript
16 lines
335 B
JavaScript
export default {
|
|
// Options.jsx
|
|
items_per_page: '/ síðu',
|
|
jump_to: 'Síða',
|
|
jump_to_confirm: 'staðfest',
|
|
page: '',
|
|
|
|
// Pagination.jsx
|
|
prev_page: 'Fyrri síða',
|
|
next_page: 'Næsta síða',
|
|
prev_5: 'Til baka 5 síður',
|
|
next_5: 'Áfram 5 síður',
|
|
prev_3: 'Til baka 3 síður',
|
|
next_3: 'Áfram 3 síður',
|
|
}
|