File tree Expand file tree Collapse file tree 1 file changed +0
-50
lines changed
packages/material-ui/src/locale Expand file tree Collapse file tree 1 file changed +0
-50
lines changed Original file line number Diff line number Diff line change @@ -1080,56 +1080,6 @@ export const nlNL: Localization = {
1080
1080
} ,
1081
1081
} ;
1082
1082
1083
- export const nbNO : Localization = {
1084
- props : {
1085
- MuiBreadcrumbs : {
1086
- expandText : 'Vis sti' ,
1087
- } ,
1088
- MuiTablePagination : {
1089
- backIconButtonText : 'Forrige side' ,
1090
- labelRowsPerPage : 'Rader pr side:' ,
1091
- labelDisplayedRows : ( { from, to, count } ) =>
1092
- `${ from } -${ to } av ${ count !== - 1 ? count : `flere enn ${ to } ` } ` ,
1093
- nextIconButtonText : 'Neste side' ,
1094
- } ,
1095
- MuiRating : {
1096
- getLabelText : ( value ) => `${ value } Stjerne${ value !== 1 ? 'r' : '' } ` ,
1097
- emptyLabelText : 'Tom' ,
1098
- } ,
1099
- MuiAutocomplete : {
1100
- clearText : 'Tøm' ,
1101
- closeText : 'Lukk' ,
1102
- loadingText : 'Laster…' ,
1103
- noOptionsText : 'Ingen valgalternativer' ,
1104
- openText : 'Åpen' ,
1105
- } ,
1106
- MuiAlert : {
1107
- closeText : 'Lukk' ,
1108
- } ,
1109
- MuiPagination : {
1110
- 'aria-label' : 'Sidenavigasjon' ,
1111
- getItemAriaLabel : ( type , page , selected ) => {
1112
- if ( type === 'page' ) {
1113
- return `${ selected ? '' : 'Gå til ' } side ${ page } ` ;
1114
- }
1115
- if ( type === 'first' ) {
1116
- return 'Gå til første side' ;
1117
- }
1118
- if ( type === 'last' ) {
1119
- return 'Gå til siste side' ;
1120
- }
1121
- if ( type === 'next' ) {
1122
- return 'Gå til neste side' ;
1123
- }
1124
- if ( type === 'previous' ) {
1125
- return 'Gå til forrige side' ;
1126
- }
1127
- return undefined ;
1128
- } ,
1129
- } ,
1130
- } ,
1131
- } ;
1132
-
1133
1083
export const plPL : Localization = {
1134
1084
props : {
1135
1085
MuiBreadcrumbs : {
You can’t perform that action at this time.
0 commit comments