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:
Amanbolat Balabekov 2018-04-16 10:21:05 +08:00 committed by 杨奕
parent 783cb2691f
commit 43781c9c5b

View File

@ -71,7 +71,7 @@ export default {
}, },
pagination: { pagination: {
goto: 'Перейти', goto: 'Перейти',
pagesize: 'на странице', pagesize: ' на странице',
total: 'Всего {total}', total: 'Всего {total}',
pageClassifier: '' pageClassifier: ''
}, },