@@ -58,9 +58,9 @@ export const azAZ = {
58
58
59
59
export const bgBG = {
60
60
props : {
61
- // MuiBreadcrumbs: {
62
- // expandText: 'Show path ',
63
- // },
61
+ MuiBreadcrumbs : {
62
+ expandText : 'Показване на пътя ' ,
63
+ } ,
64
64
MuiTablePagination : {
65
65
backIconButtonText : 'Предишна страница' ,
66
66
labelRowsPerPage : 'Редове на страница:' ,
@@ -81,27 +81,27 @@ export const bgBG = {
81
81
MuiAlert : {
82
82
closeText : 'Затвори' ,
83
83
} ,
84
- // MuiPagination: {
85
- // 'aria-label': 'Pagination navigation ',
86
- // getItemAriaLabel: (type, page, selected) => {
87
- // if (type === 'page') {
88
- // return `${selected ? '' : 'Go to '}page ${page}`;
89
- // }
90
- // if (type === 'first') {
91
- // return 'Go to first page ';
92
- // }
93
- // if (type === 'last') {
94
- // return 'Go to last page ';
95
- // }
96
- // if (type === 'next') {
97
- // return 'Go to next page ';
98
- // }
99
- // if (type === 'previous') {
100
- // return 'Go to previous page ';
101
- // }
102
- // return undefined;
103
- // },
104
- // },
84
+ MuiPagination : {
85
+ 'aria-label' : 'Пагинация ' ,
86
+ getItemAriaLabel : ( type , page , selected ) => {
87
+ if ( type === 'page' ) {
88
+ return `${ selected ? '' : 'Към ' } страница ${ page } ` ;
89
+ }
90
+ if ( type === 'first' ) {
91
+ return 'Отиди на първата страница ' ;
92
+ }
93
+ if ( type === 'last' ) {
94
+ return 'Отиди на последната страница ' ;
95
+ }
96
+ if ( type === 'next' ) {
97
+ return 'Отиди на следващата страница ' ;
98
+ }
99
+ if ( type === 'previous' ) {
100
+ return 'Отиди на предишната страница ' ;
101
+ }
102
+ return undefined ;
103
+ } ,
104
+ } ,
105
105
} ,
106
106
} ;
107
107
0 commit comments