stupa-pdf-api/frontend/node_modules/@mui/x-data-grid/legacy/locales/trTR.js

162 lines
6.1 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

import { trTR as trTRCore } from '@mui/material/locale';
import { getGridLocalization } from '../utils/getGridLocalization';
var trTRGrid = {
// Root
noRowsLabel: 'Satır yok',
noResultsOverlayLabel: 'Sonuç bulunamadı.',
// Density selector toolbar button text
toolbarDensity: 'Yoğunluk',
toolbarDensityLabel: 'Yoğunluk',
toolbarDensityCompact: 'Sıkı',
toolbarDensityStandard: 'Standart',
toolbarDensityComfortable: 'Rahat',
// Columns selector toolbar button text
toolbarColumns: 'Sütunlar',
toolbarColumnsLabel: 'Sütun seç',
// Filters toolbar button text
toolbarFilters: 'Filtreler',
toolbarFiltersLabel: 'Filtreleri göster',
toolbarFiltersTooltipHide: 'Filtreleri gizle',
toolbarFiltersTooltipShow: 'Filtreleri göster',
toolbarFiltersTooltipActive: function toolbarFiltersTooltipActive(count) {
return "".concat(count, " aktif filtre");
},
// Quick filter toolbar field
toolbarQuickFilterPlaceholder: 'Ara…',
toolbarQuickFilterLabel: 'Ara',
toolbarQuickFilterDeleteIconLabel: 'Temizle',
// Export selector toolbar button text
toolbarExport: 'Dışa aktar',
toolbarExportLabel: 'Dışa aktar',
toolbarExportCSV: 'CSV olarak aktar',
toolbarExportPrint: 'Yazdır',
toolbarExportExcel: 'Excel olarak aktar',
// Columns panel text
columnsPanelTextFieldLabel: 'Sütun ara',
columnsPanelTextFieldPlaceholder: 'Sütun adı',
columnsPanelDragIconLabel: 'Sütunları yeniden sırala',
columnsPanelShowAllButton: 'Hepsini göster',
columnsPanelHideAllButton: 'Hepsini gizle',
// Filter panel text
filterPanelAddFilter: 'Filtre Ekle',
filterPanelRemoveAll: 'Hepsini kaldır',
filterPanelDeleteIconLabel: 'Kaldır',
filterPanelLogicOperator: 'Mantıksal operatörler',
filterPanelOperator: 'Operatör',
filterPanelOperatorAnd: 'Ve',
filterPanelOperatorOr: 'Veya',
filterPanelColumns: 'Sütunlar',
filterPanelInputLabel: 'Değer',
filterPanelInputPlaceholder: 'Filtre değeri',
// Filter operators text
filterOperatorContains: 'içerir',
filterOperatorEquals: 'eşittir',
filterOperatorStartsWith: 'ile başlar',
filterOperatorEndsWith: 'ile biter',
filterOperatorIs: 'eşittir',
filterOperatorNot: 'eşit değildir',
filterOperatorAfter: 'büyük',
filterOperatorOnOrAfter: 'büyük eşit',
filterOperatorBefore: 'küçük',
filterOperatorOnOrBefore: 'küçük eşit',
filterOperatorIsEmpty: 'boş',
filterOperatorIsNotEmpty: 'dolu',
filterOperatorIsAnyOf: 'herhangi biri',
'filterOperator=': '=',
'filterOperator!=': '!=',
'filterOperator>': '>',
'filterOperator>=': '>=',
'filterOperator<': '<',
'filterOperator<=': '<=',
// Header filter operators text
headerFilterOperatorContains: 'Şunu içerir',
headerFilterOperatorEquals: 'Şuna eşittir',
headerFilterOperatorStartsWith: 'Şununla başlar',
headerFilterOperatorEndsWith: 'Şununla biter',
// headerFilterOperatorIs: 'Is',
// headerFilterOperatorNot: 'Is not',
// headerFilterOperatorAfter: 'Is after',
// headerFilterOperatorOnOrAfter: 'Is on or after',
// headerFilterOperatorBefore: 'Is before',
// headerFilterOperatorOnOrBefore: 'Is on or before',
// headerFilterOperatorIsEmpty: 'Is empty',
// headerFilterOperatorIsNotEmpty: 'Is not empty',
// headerFilterOperatorIsAnyOf: 'Is any of',
// 'headerFilterOperator=': 'Equals',
// 'headerFilterOperator!=': 'Not equals',
// 'headerFilterOperator>': 'Greater than',
// 'headerFilterOperator>=': 'Greater than or equal to',
// 'headerFilterOperator<': 'Less than',
// 'headerFilterOperator<=': 'Less than or equal to',
// Filter values text
filterValueAny: 'herhangi',
filterValueTrue: 'doğru',
filterValueFalse: 'yanlış',
// Column menu text
columnMenuLabel: 'Menü',
columnMenuShowColumns: 'Sütunları göster',
columnMenuManageColumns: 'Sütunları yönet',
columnMenuFilter: 'Filtre Ekle',
columnMenuHideColumn: 'Gizle',
columnMenuUnsort: 'Varsayılan Sıralama',
columnMenuSortAsc: 'Sırala - Artan',
columnMenuSortDesc: 'Sırala - Azalan',
// Column header text
columnHeaderFiltersTooltipActive: function columnHeaderFiltersTooltipActive(count) {
return "".concat(count, " filtre aktif");
},
columnHeaderFiltersLabel: 'Filtreleri göster',
columnHeaderSortIconLabel: 'Sırala',
// Rows selected footer text
footerRowSelected: function footerRowSelected(count) {
return "".concat(count.toLocaleString(), " sat\u0131r se\xE7ildi");
},
// Total row amount footer text
footerTotalRows: 'Toplam Satır:',
// Total visible row amount footer text
footerTotalVisibleRows: function footerTotalVisibleRows(visibleCount, totalCount) {
return "".concat(visibleCount.toLocaleString(), " / ").concat(totalCount.toLocaleString());
},
// Checkbox selection text
checkboxSelectionHeaderName: 'Seçim',
checkboxSelectionSelectAllRows: 'Tüm satırları seç',
checkboxSelectionUnselectAllRows: 'Tüm satırların seçimini kaldır',
checkboxSelectionSelectRow: 'Satırı seç',
checkboxSelectionUnselectRow: 'Satır seçimini bırak',
// Boolean cell text
booleanCellTrueLabel: 'Evet',
booleanCellFalseLabel: 'Hayır',
// Actions cell more text
actionsCellMore: 'daha fazla',
// Column pinning text
pinToLeft: 'Sola sabitle',
pinToRight: 'Sağa sabitle',
unpin: 'Sabitlemeyi kaldır',
// Tree Data
treeDataGroupingHeaderName: 'Grup',
treeDataExpand: 'göster',
treeDataCollapse: 'gizle',
// Grouping columns
groupingColumnHeaderName: 'Grup',
groupColumn: function groupColumn(name) {
return "".concat(name, " i\xE7in grupla");
},
unGroupColumn: function unGroupColumn(name) {
return "".concat(name, " i\xE7in gruplamay\u0131 kald\u0131r");
},
// Master/detail
detailPanelToggle: 'Detay görünümüne geçiş',
expandDetailPanel: 'Genişlet',
collapseDetailPanel: 'Gizle',
// Row reordering text
rowReorderingHeaderName: 'Satırı yeniden sırala',
// Aggregation
aggregationMenuItemHeader: 'Toplama',
aggregationFunctionLabelSum: 'top',
aggregationFunctionLabelAvg: 'ort',
aggregationFunctionLabelMin: 'min',
aggregationFunctionLabelMax: 'maks',
aggregationFunctionLabelSize: 'boyut'
};
export var trTR = getGridLocalization(trTRGrid, trTRCore);