mirror of
https://gitee.com/ElemeFE/element.git
synced 2024-12-05 05:38:24 +08:00
i18n: update pagination.pagesize of ru-RU (#10716)
pagination.pagesize should have a white space before or it will be displayed incorrectly.
This commit is contained in:
parent
783cb2691f
commit
43781c9c5b
@ -71,7 +71,7 @@ export default {
|
|||||||
},
|
},
|
||||||
pagination: {
|
pagination: {
|
||||||
goto: 'Перейти',
|
goto: 'Перейти',
|
||||||
pagesize: 'на странице',
|
pagesize: ' на странице',
|
||||||
total: 'Всего {total}',
|
total: 'Всего {total}',
|
||||||
pageClassifier: ''
|
pageClassifier: ''
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user