Skip to content

Commit d0b5789

Browse files
author
huangshuwei
committed
Merge branch 'vt167098-patch-1'
2 parents 99b1f57 + 489e209 commit d0b5789

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

packages/src/locale/lang/zh-TW.js

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
export default {
2+
pagination: {
3+
goto: "前往",
4+
page: "頁",
5+
itemsPerPage: " 筆/頁",
6+
total: total => `共 ${total} 筆`,
7+
prev5: "往前 5 頁",
8+
next5: "往後 5 頁"
9+
},
10+
table: {
11+
confirmFilter: '篩選',
12+
resetFilter: '置',
13+
}
14+
};

0 commit comments

Comments
 (0)