fix(locale): typo (#16060)

This commit is contained in:
Shyam Chen 2024-03-07 14:23:27 +08:00 committed by GitHub
parent d2b8633f98
commit 8ace97548c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -103,7 +103,7 @@ export default {
next: '下一頁', next: '下一頁',
currentPage: '第 {pager} 頁', currentPage: '第 {pager} 頁',
prevPages: '向前 {pager} 頁', prevPages: '向前 {pager} 頁',
nextPages: '向 {pager} 頁', nextPages: '向 {pager} 頁',
deprecationWarning: deprecationWarning:
'偵測到已過時的使用方式,請參閱 el-pagination 說明文件以了解更多資訊', '偵測到已過時的使用方式,請參閱 el-pagination 說明文件以了解更多資訊',
}, },