Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/mehmetkalayci/pluto_grid
Browse files Browse the repository at this point in the history
…into mehmetkalayci-master
  • Loading branch information
bosskmk committed May 12, 2023
2 parents 0ec0c44 + 267b47c commit bc6d38e
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions lib/src/pluto_grid_configuration.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1500,6 +1500,46 @@ class PlutoGridLocaleText {
// Common
this.loadingText = 'Lädt',
});

const PlutoGridLocaleText.turkish({
// Column menu
this.unfreezeColumn = 'Sütunu serbest bırak',
this.freezeColumnToStart = 'Başa sabitle',
this.freezeColumnToEnd = 'Sona sabitle',
this.autoFitColumn = 'Otomatik genişlik',
this.hideColumn = 'Sütunu gizle',
this.setColumns = 'Sütunları seç',
this.setFilter = 'Filtre uygula',
this.resetFilter = 'Filtreyi sıfırla',
// SetColumns popup
this.setColumnsTitle = 'Sütun başlıkları',
// Filter popup
this.filterColumn = 'Sütun',
this.filterType = 'Tip',
this.filterValue = 'Değer',
this.filterAllColumns = 'Tüm sütunlar',
this.filterContains = 'İçerir',
this.filterEquals = 'Eşittir',
this.filterStartsWith = 'Başlar',
this.filterEndsWith = 'Biter',
this.filterGreaterThan = 'Büyüktür',
this.filterGreaterThanOrEqualTo = 'Büyük veya eşittir',
this.filterLessThan = 'Küçüktür',
this.filterLessThanOrEqualTo = 'Küçük veya eşittir',
// Date popup
this.sunday = 'Paz',
this.monday = 'Pzt',
this.tuesday = 'Sal',
this.wednesday = 'Çar',
this.thursday = 'Per',
this.friday = 'Cum',
this.saturday = 'Cmt',
// Time column popup
this.hour = 'Saat',
this.minute = 'Dakika',
// Common
this.loadingText = 'Yükleniyor',
});

@override
bool operator ==(covariant Object other) {
Expand Down

0 comments on commit bc6d38e

Please sign in to comment.