Skip to content

Commit 79085fc

Browse files
[l10n] Improve tr-TR locale (#20754)
1 parent 97b2b98 commit 79085fc

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

packages/material-ui/src/locale/index.ts

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1388,9 +1388,9 @@ export const svSE: Localization = {
13881388

13891389
export const trTR: Localization = {
13901390
props: {
1391-
// MuiBreadcrumbs: {
1392-
// expandText: 'Show path',
1393-
// },
1391+
MuiBreadcrumbs: {
1392+
expandText: 'Yolu göster',
1393+
},
13941394
MuiTablePagination: {
13951395
backIconButtonText: 'Önceki sayfa',
13961396
labelRowsPerPage: 'Sayfa başına satır:',
@@ -1400,7 +1400,7 @@ export const trTR: Localization = {
14001400
},
14011401
MuiRating: {
14021402
getLabelText: (value) => `${value} Yıldız`,
1403-
// emptyLabelText: 'Empty',
1403+
emptyLabelText: 'Boş',
14041404
},
14051405
MuiAutocomplete: {
14061406
clearText: 'Temizle',
@@ -1412,27 +1412,27 @@ export const trTR: Localization = {
14121412
MuiAlert: {
14131413
closeText: 'Kapat',
14141414
},
1415-
// MuiPagination: {
1416-
// 'aria-label': 'Pagination navigation',
1417-
// getItemAriaLabel: (type, page, selected) => {
1418-
// if (type === 'page') {
1419-
// return `${selected ? '' : 'Go to '}page ${page}`;
1420-
// }
1421-
// if (type === 'first') {
1422-
// return 'Go to first page';
1423-
// }
1424-
// if (type === 'last') {
1425-
// return 'Go to last page';
1426-
// }
1427-
// if (type === 'next') {
1428-
// return 'Go to next page';
1429-
// }
1430-
// if (type === 'previous') {
1431-
// return 'Go to previous page';
1432-
// }
1433-
// return undefined;
1434-
// },
1435-
// },
1415+
MuiPagination: {
1416+
'aria-label': 'Sayfa navigasyonu',
1417+
getItemAriaLabel: (type, page, selected) => {
1418+
if (type === 'page') {
1419+
return `${page}. ${selected ? 'sayfa' : 'sayfaya git'}`;
1420+
}
1421+
if (type === 'first') {
1422+
return 'İlk sayfaya git';
1423+
}
1424+
if (type === 'last') {
1425+
return 'Son sayfaya git';
1426+
}
1427+
if (type === 'next') {
1428+
return 'Sonraki sayfaya git';
1429+
}
1430+
if (type === 'previous') {
1431+
return 'Önceki sayfaya git';
1432+
}
1433+
return undefined;
1434+
},
1435+
},
14361436
},
14371437
};
14381438

0 commit comments

Comments
 (0)