Skip to content

Commit 422d6b4

Browse files
happyincentoliviertassinari
authored andcommitted
[I10n] Improve Chinese (Taiwan) zh-TW locale (mui#35328)
Co-authored-by: Olivier Tassinari <[email protected]>
1 parent 62dff9e commit 422d6b4

File tree

1 file changed

+5
-5
lines changed
  • packages/mui-material/src/locale

1 file changed

+5
-5
lines changed

packages/mui-material/src/locale/index.ts

+5-5
Original file line numberDiff line numberDiff line change
@@ -3566,23 +3566,23 @@ export const zhTW: Localization = {
35663566
}
35673567
return '上一頁';
35683568
},
3569-
labelRowsPerPage: '每頁行數:',
3569+
labelRowsPerPage: '每頁數量:',
35703570
labelDisplayedRows: ({ from, to, count }) =>
3571-
`${from} 條到第 ${to} 條,${count !== -1 ? `共 ${count} 條` : `至少 ${to} `}`,
3571+
`${from} ~ ${to} / ${count !== -1 ? count : `${to} 以上`}`,
35723572
},
35733573
},
35743574
MuiRating: {
35753575
defaultProps: {
35763576
getLabelText: (value) => `${value} 顆星`,
3577-
emptyLabelText: '無標簽',
3577+
emptyLabelText: '無標籤',
35783578
},
35793579
},
35803580
MuiAutocomplete: {
35813581
defaultProps: {
35823582
clearText: '清空',
35833583
closeText: '關閉',
3584-
loadingText: '載入中…',
3585-
noOptionsText: '没有可用選項',
3584+
loadingText: '載入中…',
3585+
noOptionsText: '沒有可用選項',
35863586
openText: '打開',
35873587
},
35883588
},

0 commit comments

Comments
 (0)