@@ -1075,9 +1075,9 @@ export const plPL: Localization = {
1075
1075
1076
1076
export const ptBR : Localization = {
1077
1077
props : {
1078
- // MuiBreadcrumbs: {
1079
- // expandText: 'Show path ',
1080
- // },
1078
+ MuiBreadcrumbs : {
1079
+ expandText : 'Mostrar caminho ' ,
1080
+ } ,
1081
1081
MuiTablePagination : {
1082
1082
backIconButtonText : 'Página anterior' ,
1083
1083
labelRowsPerPage : 'Linhas por página:' ,
@@ -1086,7 +1086,7 @@ export const ptBR: Localization = {
1086
1086
} ,
1087
1087
MuiRating : {
1088
1088
getLabelText : ( value ) => `${ value } Estrela${ value !== 1 ? 's' : '' } ` ,
1089
- // emptyLabelText: 'Empty ',
1089
+ emptyLabelText : 'Vazio ' ,
1090
1090
} ,
1091
1091
MuiAutocomplete : {
1092
1092
clearText : 'Limpar' ,
@@ -1098,27 +1098,27 @@ export const ptBR: Localization = {
1098
1098
MuiAlert : {
1099
1099
closeText : 'Fechar' ,
1100
1100
} ,
1101
- // MuiPagination: {
1102
- // 'aria-label': 'Pagination navigation ',
1103
- // getItemAriaLabel: (type, page, selected) => {
1104
- // if (type === 'page') {
1105
- // return `${selected ? '' : 'Go to '}page ${page}`;
1106
- // }
1107
- // if (type === 'first') {
1108
- // return 'Go to first page ';
1109
- // }
1110
- // if (type === 'last') {
1111
- // return 'Go to last page ';
1112
- // }
1113
- // if (type === 'next') {
1114
- // return 'Go to next page ';
1115
- // }
1116
- // if (type === 'previous') {
1117
- // return 'Go to previous page ';
1118
- // }
1119
- // return undefined;
1120
- // },
1121
- // },
1101
+ MuiPagination : {
1102
+ 'aria-label' : 'Navegar pela paginação ' ,
1103
+ getItemAriaLabel : ( type , page , selected ) => {
1104
+ if ( type === 'page' ) {
1105
+ return `${ selected ? '' : 'Ir para a ' } página ${ page } ` ;
1106
+ }
1107
+ if ( type === 'first' ) {
1108
+ return 'Ir para a primeira página ' ;
1109
+ }
1110
+ if ( type === 'last' ) {
1111
+ return 'Ir para a última página ' ;
1112
+ }
1113
+ if ( type === 'next' ) {
1114
+ return 'Ir para a próxima página ' ;
1115
+ }
1116
+ if ( type === 'previous' ) {
1117
+ return 'Ir para a página anterior ' ;
1118
+ }
1119
+ return undefined ;
1120
+ } ,
1121
+ } ,
1122
1122
} ,
1123
1123
} ;
1124
1124
0 commit comments