From fe66ef82d341e8aa804d2b7404f8e01e7cc8436f Mon Sep 17 00:00:00 2001 From: Aporim Date: Mon, 3 Oct 2022 17:53:45 +0800 Subject: [PATCH] [l10n] zhTW refinement (#33391) --- packages/mui-material/src/locale/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/mui-material/src/locale/index.ts b/packages/mui-material/src/locale/index.ts index 055c37ec1ae01b..c88a9ff936da0a 100644 --- a/packages/mui-material/src/locale/index.ts +++ b/packages/mui-material/src/locale/index.ts @@ -3424,7 +3424,7 @@ export const zhTW: Localization = { } return '上一頁'; }, - labelRowsPerPage: '每行行數:', + labelRowsPerPage: '每頁行數:', labelDisplayedRows: ({ from, to, count }) => `第 ${from} 條到第 ${to} 條,${count !== -1 ? `共 ${count} 條` : `至少 ${to} 條`}`, },