File tree 1 file changed +5
-5
lines changed
packages/mui-material/src/locale
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3566,23 +3566,23 @@ export const zhTW: Localization = {
3566
3566
}
3567
3567
return '上一頁' ;
3568
3568
} ,
3569
- labelRowsPerPage : '每頁行數 :' ,
3569
+ labelRowsPerPage : '每頁數量 :' ,
3570
3570
labelDisplayedRows : ( { from, to, count } ) =>
3571
- `第 ${ from } 條到第 ${ to } 條, ${ count !== - 1 ? `共 ${ count } 條` : `至少 ${ to } 條 ` } ` ,
3571
+ `${ from } ~ ${ to } / ${ count !== - 1 ? count : `${ to } 以上 ` } ` ,
3572
3572
} ,
3573
3573
} ,
3574
3574
MuiRating : {
3575
3575
defaultProps : {
3576
3576
getLabelText : ( value ) => `${ value } 顆星` ,
3577
- emptyLabelText : '無標簽 ' ,
3577
+ emptyLabelText : '無標籤 ' ,
3578
3578
} ,
3579
3579
} ,
3580
3580
MuiAutocomplete : {
3581
3581
defaultProps : {
3582
3582
clearText : '清空' ,
3583
3583
closeText : '關閉' ,
3584
- loadingText : '載入中…… ' ,
3585
- noOptionsText : '没有可用選項 ' ,
3584
+ loadingText : '載入中…' ,
3585
+ noOptionsText : '沒有可用選項 ' ,
3586
3586
openText : '打開' ,
3587
3587
} ,
3588
3588
} ,
You can’t perform that action at this time.
0 commit comments