mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-27 02:01:15 +08:00
fix(locale): typo (#16060)
This commit is contained in:
parent
d2b8633f98
commit
8ace97548c
@ -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 說明文件以了解更多資訊',
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user