Skip to content

Commit

Permalink
[I10n] Improve Chinese (Taiwan) zh-TW locale (#35328)
Browse files Browse the repository at this point in the history
Co-authored-by: Olivier Tassinari <olivier.tassinari@gmail.com>
  • Loading branch information
happyincent and oliviertassinari committed Dec 3, 2022
1 parent d87f019 commit aa833ef
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/mui-material/src/locale/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3566,23 +3566,23 @@ export const zhTW: Localization = {
}
return '上一頁';
},
labelRowsPerPage: '每頁行數:',
labelRowsPerPage: '每頁數量:',
labelDisplayedRows: ({ from, to, count }) =>
`${from} 條到第 ${to} 條,${count !== -1 ? `共 ${count} 條` : `至少 ${to} `}`,
`${from} ~ ${to} / ${count !== -1 ? count : `${to} 以上`}`,
},
},
MuiRating: {
defaultProps: {
getLabelText: (value) => `${value} 顆星`,
emptyLabelText: '無標簽',
emptyLabelText: '無標籤',
},
},
MuiAutocomplete: {
defaultProps: {
clearText: '清空',
closeText: '關閉',
loadingText: '載入中…',
noOptionsText: '没有可用選項',
loadingText: '載入中…',
noOptionsText: '沒有可用選項',
openText: '打開',
},
},
Expand Down

0 comments on commit aa833ef

Please sign in to comment.