material-react-table 1.3.10 → 1.3.11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (78) hide show
  1. package/README.md +2 -2
  2. package/dist/cjs/_locales/cs.d.ts +1 -1
  3. package/dist/cjs/_locales/de.d.ts +1 -1
  4. package/dist/cjs/_locales/en.d.ts +1 -1
  5. package/dist/cjs/_locales/es.d.ts +1 -1
  6. package/dist/cjs/_locales/fa.d.ts +1 -1
  7. package/dist/cjs/_locales/fr.d.ts +1 -1
  8. package/dist/cjs/_locales/it.d.ts +1 -1
  9. package/dist/cjs/_locales/ja.d.ts +1 -1
  10. package/dist/cjs/_locales/pl.d.ts +1 -1
  11. package/dist/cjs/_locales/pt-BR.d.ts +1 -1
  12. package/dist/cjs/_locales/pt.d.ts +1 -1
  13. package/dist/cjs/_locales/ru.d.ts +1 -1
  14. package/dist/cjs/_locales/tr.d.ts +1 -1
  15. package/dist/cjs/_locales/vi.d.ts +2 -0
  16. package/dist/esm/_locales/cs.d.ts +1 -1
  17. package/dist/esm/_locales/de.d.ts +1 -1
  18. package/dist/esm/_locales/en.d.ts +1 -1
  19. package/dist/esm/_locales/es.d.ts +1 -1
  20. package/dist/esm/_locales/fa.d.ts +1 -1
  21. package/dist/esm/_locales/fr.d.ts +1 -1
  22. package/dist/esm/_locales/it.d.ts +1 -1
  23. package/dist/esm/_locales/ja.d.ts +1 -1
  24. package/dist/esm/_locales/pl.d.ts +1 -1
  25. package/dist/esm/_locales/pt-BR.d.ts +1 -1
  26. package/dist/esm/_locales/pt.d.ts +1 -1
  27. package/dist/esm/_locales/ru.d.ts +1 -1
  28. package/dist/esm/_locales/tr.d.ts +1 -1
  29. package/dist/esm/_locales/vi.d.ts +2 -0
  30. package/locales/cs.d.ts +1 -1
  31. package/locales/cs.esm.d.ts +1 -1
  32. package/locales/de.d.ts +1 -1
  33. package/locales/de.esm.d.ts +1 -1
  34. package/locales/en.d.ts +1 -1
  35. package/locales/en.esm.d.ts +1 -1
  36. package/locales/es.d.ts +1 -1
  37. package/locales/es.esm.d.ts +1 -1
  38. package/locales/fa.d.ts +1 -1
  39. package/locales/fa.esm.d.ts +1 -1
  40. package/locales/fr.d.ts +1 -1
  41. package/locales/fr.esm.d.ts +1 -1
  42. package/locales/it.d.ts +1 -1
  43. package/locales/it.esm.d.ts +1 -1
  44. package/locales/ja.d.ts +1 -1
  45. package/locales/ja.esm.d.ts +1 -1
  46. package/locales/pl.d.ts +1 -1
  47. package/locales/pl.esm.d.ts +1 -1
  48. package/locales/pt-BR.d.ts +1 -1
  49. package/locales/pt-BR.esm.d.ts +1 -1
  50. package/locales/pt.d.ts +1 -1
  51. package/locales/pt.esm.d.ts +1 -1
  52. package/locales/ru.d.ts +1 -1
  53. package/locales/ru.esm.d.ts +1 -1
  54. package/locales/tr.d.ts +1 -1
  55. package/locales/tr.esm.d.ts +1 -1
  56. package/locales/tr.esm.js +86 -86
  57. package/locales/tr.js +86 -86
  58. package/locales/vi.d.ts +2 -0
  59. package/locales/vi.esm.d.ts +2 -0
  60. package/locales/vi.esm.js +92 -0
  61. package/locales/vi.esm.js.map +1 -0
  62. package/locales/vi.js +96 -0
  63. package/locales/vi.js.map +1 -0
  64. package/package.json +6 -6
  65. package/src/_locales/cs.ts +1 -1
  66. package/src/_locales/de.ts +1 -1
  67. package/src/_locales/en.ts +1 -1
  68. package/src/_locales/es.ts +1 -1
  69. package/src/_locales/fa.ts +1 -1
  70. package/src/_locales/fr.ts +1 -1
  71. package/src/_locales/it.ts +1 -1
  72. package/src/_locales/ja.ts +1 -1
  73. package/src/_locales/pl.ts +1 -1
  74. package/src/_locales/pt-BR.ts +1 -1
  75. package/src/_locales/pt.ts +1 -1
  76. package/src/_locales/ru.ts +1 -1
  77. package/src/_locales/tr.ts +87 -87
  78. package/src/_locales/vi.ts +92 -1
package/README.md CHANGED
@@ -27,7 +27,7 @@
27
27
 
28
28
  A good table library should offer you powerful features, with an easy way to customize them, or even opt out and turn them off. It should also offer a bunch of advanced features to take your tables to the next level, but without sacrificing too bundle size bloat. MRT attempts to find that happy balance.
29
29
 
30
- MRT is built on top of [TanStack Table's](https://tanstack.com/table/v8) efficient and powerful react hooks to bring
30
+ MRT is built on top of [TanStack Table's](https://tanstack.com/table/v8) react hooks to build upon it's high performance and flexibility.
31
31
 
32
32
  ## Learn More
33
33
 
@@ -109,7 +109,7 @@ npm install @mui/material @mui/icons-material @emotion/react @emotion/styled
109
109
  npm install material-react-table
110
110
  ```
111
111
 
112
- > _`@tanstack/react-table`, `@tanstack/react-virtual`, and `@tanstack/match-sorter-utils`_ are internal dependencies, so you don't need to install them yourself.
112
+ > _`@tanstack/react-table`, `@tanstack/react-virtual`, and `@tanstack/match-sorter-utils`_ are internal dependencies, so you do NOT need to install them yourself.
113
113
 
114
114
  ### Usage
115
115
 
@@ -1,2 +1,2 @@
1
- import { MRT_Localization } from '../MaterialReactTable';
1
+ import type { MRT_Localization } from '../MaterialReactTable';
2
2
  export declare const MRT_Localization_CS: MRT_Localization;
@@ -1,2 +1,2 @@
1
- import { MRT_Localization } from '../MaterialReactTable';
1
+ import type { MRT_Localization } from '../MaterialReactTable';
2
2
  export declare const MRT_Localization_DE: MRT_Localization;
@@ -1,2 +1,2 @@
1
- import { MRT_Localization } from '../MaterialReactTable';
1
+ import type { MRT_Localization } from '../MaterialReactTable';
2
2
  export declare const MRT_Localization_EN: MRT_Localization;
@@ -1,2 +1,2 @@
1
- import { MRT_Localization } from '..';
1
+ import type { MRT_Localization } from '..';
2
2
  export declare const MRT_Localization_ES: MRT_Localization;
@@ -1,2 +1,2 @@
1
- import { MRT_Localization } from '../MaterialReactTable';
1
+ import type { MRT_Localization } from '../MaterialReactTable';
2
2
  export declare const MRT_Localization_FA: MRT_Localization;
@@ -1,2 +1,2 @@
1
- import { MRT_Localization } from '../MaterialReactTable';
1
+ import type { MRT_Localization } from '../MaterialReactTable';
2
2
  export declare const MRT_Localization_FR: MRT_Localization;
@@ -1,2 +1,2 @@
1
- import { MRT_Localization } from '../MaterialReactTable';
1
+ import type { MRT_Localization } from '../MaterialReactTable';
2
2
  export declare const MRT_Localization_IT: MRT_Localization;
@@ -1,2 +1,2 @@
1
- import { MRT_Localization } from '../MaterialReactTable';
1
+ import type { MRT_Localization } from '../MaterialReactTable';
2
2
  export declare const MRT_Localization_JA: MRT_Localization;
@@ -1,2 +1,2 @@
1
- import { MRT_Localization } from '../MaterialReactTable';
1
+ import type { MRT_Localization } from '../MaterialReactTable';
2
2
  export declare const MRT_Localization_PL: MRT_Localization;
@@ -1,2 +1,2 @@
1
- import { MRT_Localization } from '../MaterialReactTable';
1
+ import type { MRT_Localization } from '../MaterialReactTable';
2
2
  export declare const MRT_Localization_PT_BR: MRT_Localization;
@@ -1,2 +1,2 @@
1
- import { MRT_Localization } from '../MaterialReactTable';
1
+ import type { MRT_Localization } from '../MaterialReactTable';
2
2
  export declare const MRT_Localization_PT: MRT_Localization;
@@ -1,2 +1,2 @@
1
- import { MRT_Localization } from '../MaterialReactTable';
1
+ import type { MRT_Localization } from '../MaterialReactTable';
2
2
  export declare const MRT_Localization_RU: MRT_Localization;
@@ -1,2 +1,2 @@
1
- import { MRT_Localization } from "../MaterialReactTable";
1
+ import type { MRT_Localization } from '../MaterialReactTable';
2
2
  export declare const MRT_Localization_TR: MRT_Localization;
@@ -0,0 +1,2 @@
1
+ import type { MRT_Localization } from '../MaterialReactTable';
2
+ export declare const MRT_Localization_VI: MRT_Localization;
@@ -1,2 +1,2 @@
1
- import { MRT_Localization } from '../MaterialReactTable';
1
+ import type { MRT_Localization } from '../MaterialReactTable';
2
2
  export declare const MRT_Localization_CS: MRT_Localization;
@@ -1,2 +1,2 @@
1
- import { MRT_Localization } from '../MaterialReactTable';
1
+ import type { MRT_Localization } from '../MaterialReactTable';
2
2
  export declare const MRT_Localization_DE: MRT_Localization;
@@ -1,2 +1,2 @@
1
- import { MRT_Localization } from '../MaterialReactTable';
1
+ import type { MRT_Localization } from '../MaterialReactTable';
2
2
  export declare const MRT_Localization_EN: MRT_Localization;
@@ -1,2 +1,2 @@
1
- import { MRT_Localization } from '..';
1
+ import type { MRT_Localization } from '..';
2
2
  export declare const MRT_Localization_ES: MRT_Localization;
@@ -1,2 +1,2 @@
1
- import { MRT_Localization } from '../MaterialReactTable';
1
+ import type { MRT_Localization } from '../MaterialReactTable';
2
2
  export declare const MRT_Localization_FA: MRT_Localization;
@@ -1,2 +1,2 @@
1
- import { MRT_Localization } from '../MaterialReactTable';
1
+ import type { MRT_Localization } from '../MaterialReactTable';
2
2
  export declare const MRT_Localization_FR: MRT_Localization;
@@ -1,2 +1,2 @@
1
- import { MRT_Localization } from '../MaterialReactTable';
1
+ import type { MRT_Localization } from '../MaterialReactTable';
2
2
  export declare const MRT_Localization_IT: MRT_Localization;
@@ -1,2 +1,2 @@
1
- import { MRT_Localization } from '../MaterialReactTable';
1
+ import type { MRT_Localization } from '../MaterialReactTable';
2
2
  export declare const MRT_Localization_JA: MRT_Localization;
@@ -1,2 +1,2 @@
1
- import { MRT_Localization } from '../MaterialReactTable';
1
+ import type { MRT_Localization } from '../MaterialReactTable';
2
2
  export declare const MRT_Localization_PL: MRT_Localization;
@@ -1,2 +1,2 @@
1
- import { MRT_Localization } from '../MaterialReactTable';
1
+ import type { MRT_Localization } from '../MaterialReactTable';
2
2
  export declare const MRT_Localization_PT_BR: MRT_Localization;
@@ -1,2 +1,2 @@
1
- import { MRT_Localization } from '../MaterialReactTable';
1
+ import type { MRT_Localization } from '../MaterialReactTable';
2
2
  export declare const MRT_Localization_PT: MRT_Localization;
@@ -1,2 +1,2 @@
1
- import { MRT_Localization } from '../MaterialReactTable';
1
+ import type { MRT_Localization } from '../MaterialReactTable';
2
2
  export declare const MRT_Localization_RU: MRT_Localization;
@@ -1,2 +1,2 @@
1
- import { MRT_Localization } from "../MaterialReactTable";
1
+ import type { MRT_Localization } from '../MaterialReactTable';
2
2
  export declare const MRT_Localization_TR: MRT_Localization;
@@ -0,0 +1,2 @@
1
+ import type { MRT_Localization } from '../MaterialReactTable';
2
+ export declare const MRT_Localization_VI: MRT_Localization;
package/locales/cs.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { MRT_Localization } from '../MaterialReactTable';
1
+ import type { MRT_Localization } from '../MaterialReactTable';
2
2
  export declare const MRT_Localization_CS: MRT_Localization;
@@ -1,2 +1,2 @@
1
- import { MRT_Localization } from '../MaterialReactTable';
1
+ import type { MRT_Localization } from '../MaterialReactTable';
2
2
  export declare const MRT_Localization_CS: MRT_Localization;
package/locales/de.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { MRT_Localization } from '../MaterialReactTable';
1
+ import type { MRT_Localization } from '../MaterialReactTable';
2
2
  export declare const MRT_Localization_DE: MRT_Localization;
@@ -1,2 +1,2 @@
1
- import { MRT_Localization } from '../MaterialReactTable';
1
+ import type { MRT_Localization } from '../MaterialReactTable';
2
2
  export declare const MRT_Localization_DE: MRT_Localization;
package/locales/en.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { MRT_Localization } from '../MaterialReactTable';
1
+ import type { MRT_Localization } from '../MaterialReactTable';
2
2
  export declare const MRT_Localization_EN: MRT_Localization;
@@ -1,2 +1,2 @@
1
- import { MRT_Localization } from '../MaterialReactTable';
1
+ import type { MRT_Localization } from '../MaterialReactTable';
2
2
  export declare const MRT_Localization_EN: MRT_Localization;
package/locales/es.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { MRT_Localization } from '..';
1
+ import type { MRT_Localization } from '..';
2
2
  export declare const MRT_Localization_ES: MRT_Localization;
@@ -1,2 +1,2 @@
1
- import { MRT_Localization } from '..';
1
+ import type { MRT_Localization } from '..';
2
2
  export declare const MRT_Localization_ES: MRT_Localization;
package/locales/fa.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { MRT_Localization } from '../MaterialReactTable';
1
+ import type { MRT_Localization } from '../MaterialReactTable';
2
2
  export declare const MRT_Localization_FA: MRT_Localization;
@@ -1,2 +1,2 @@
1
- import { MRT_Localization } from '../MaterialReactTable';
1
+ import type { MRT_Localization } from '../MaterialReactTable';
2
2
  export declare const MRT_Localization_FA: MRT_Localization;
package/locales/fr.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { MRT_Localization } from '../MaterialReactTable';
1
+ import type { MRT_Localization } from '../MaterialReactTable';
2
2
  export declare const MRT_Localization_FR: MRT_Localization;
@@ -1,2 +1,2 @@
1
- import { MRT_Localization } from '../MaterialReactTable';
1
+ import type { MRT_Localization } from '../MaterialReactTable';
2
2
  export declare const MRT_Localization_FR: MRT_Localization;
package/locales/it.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { MRT_Localization } from '../MaterialReactTable';
1
+ import type { MRT_Localization } from '../MaterialReactTable';
2
2
  export declare const MRT_Localization_IT: MRT_Localization;
@@ -1,2 +1,2 @@
1
- import { MRT_Localization } from '../MaterialReactTable';
1
+ import type { MRT_Localization } from '../MaterialReactTable';
2
2
  export declare const MRT_Localization_IT: MRT_Localization;
package/locales/ja.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { MRT_Localization } from '../MaterialReactTable';
1
+ import type { MRT_Localization } from '../MaterialReactTable';
2
2
  export declare const MRT_Localization_JA: MRT_Localization;
@@ -1,2 +1,2 @@
1
- import { MRT_Localization } from '../MaterialReactTable';
1
+ import type { MRT_Localization } from '../MaterialReactTable';
2
2
  export declare const MRT_Localization_JA: MRT_Localization;
package/locales/pl.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { MRT_Localization } from '../MaterialReactTable';
1
+ import type { MRT_Localization } from '../MaterialReactTable';
2
2
  export declare const MRT_Localization_PL: MRT_Localization;
@@ -1,2 +1,2 @@
1
- import { MRT_Localization } from '../MaterialReactTable';
1
+ import type { MRT_Localization } from '../MaterialReactTable';
2
2
  export declare const MRT_Localization_PL: MRT_Localization;
@@ -1,2 +1,2 @@
1
- import { MRT_Localization } from '../MaterialReactTable';
1
+ import type { MRT_Localization } from '../MaterialReactTable';
2
2
  export declare const MRT_Localization_PT_BR: MRT_Localization;
@@ -1,2 +1,2 @@
1
- import { MRT_Localization } from '../MaterialReactTable';
1
+ import type { MRT_Localization } from '../MaterialReactTable';
2
2
  export declare const MRT_Localization_PT_BR: MRT_Localization;
package/locales/pt.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { MRT_Localization } from '../MaterialReactTable';
1
+ import type { MRT_Localization } from '../MaterialReactTable';
2
2
  export declare const MRT_Localization_PT: MRT_Localization;
@@ -1,2 +1,2 @@
1
- import { MRT_Localization } from '../MaterialReactTable';
1
+ import type { MRT_Localization } from '../MaterialReactTable';
2
2
  export declare const MRT_Localization_PT: MRT_Localization;
package/locales/ru.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { MRT_Localization } from '../MaterialReactTable';
1
+ import type { MRT_Localization } from '../MaterialReactTable';
2
2
  export declare const MRT_Localization_RU: MRT_Localization;
@@ -1,2 +1,2 @@
1
- import { MRT_Localization } from '../MaterialReactTable';
1
+ import type { MRT_Localization } from '../MaterialReactTable';
2
2
  export declare const MRT_Localization_RU: MRT_Localization;
package/locales/tr.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { MRT_Localization } from "../MaterialReactTable";
1
+ import type { MRT_Localization } from '../MaterialReactTable';
2
2
  export declare const MRT_Localization_TR: MRT_Localization;
@@ -1,2 +1,2 @@
1
- import { MRT_Localization } from "../MaterialReactTable";
1
+ import type { MRT_Localization } from '../MaterialReactTable';
2
2
  export declare const MRT_Localization_TR: MRT_Localization;
package/locales/tr.esm.js CHANGED
@@ -1,91 +1,91 @@
1
1
  const MRT_Localization_TR = {
2
- actions: "İşlemler",
3
- and: "ve",
4
- cancel: "İptal",
5
- changeFilterMode: "Filtre Modunu Değiştir",
6
- changeSearchMode: "Arama Modunu Değiştir",
7
- clearFilter: "Filtreyi Temizle",
8
- clearSearch: "Aramayı Temizle",
9
- clearSort: "Sıralamayı Sıfırla",
10
- clickToCopy: "Kopyala",
11
- columnActions: "Sütun İşlemleri",
12
- copiedToClipboard: "Panoya Kopyalandı",
13
- dropToGroupBy: "{column} İle Gruplandırmak İçin Bırakın",
14
- edit: "Düzenle",
15
- expand: "Genişlet",
16
- expandAll: "Tümünü Genişlet",
17
- filterArrIncludes: "Dahil Et",
18
- filterArrIncludesAll: "Tümünü Dahil Et",
19
- filterArrIncludesSome: "İçerir",
20
- filterBetween: "Arasında",
21
- filterBetweenInclusive: "Dahil Arasında",
22
- filterByColumn: "{column} Filtresi",
23
- filterContains: "İçerir",
24
- filterEmpty: "Boş",
25
- filterEndsWith: "Sonu",
26
- filterEquals: "Eşit",
27
- filterEqualsString: "Eşit",
28
- filterFuzzy: "Yaklaşık",
29
- filterGreaterThan: "Büyüktür",
30
- filterGreaterThanOrEqualTo: "Büyük Eşittir",
31
- filterInNumberRange: "Arasında",
32
- filterIncludesString: "İçerir",
33
- filterIncludesStringSensitive: "İçerir",
34
- filterLessThan: "Küçüktür",
35
- filterLessThanOrEqualTo: "Küçük Eşittir",
36
- filterMode: "Filtre Modu: {filterType}",
37
- filterNotEmpty: "Boş Değil",
38
- filterNotEquals: "Eşit Değil",
39
- filterStartsWith: "Başı",
40
- filterWeakEquals: "Eşittir",
41
- filteringByColumn: "Filtre Modu - {filterType} {filterValue}",
42
- goToFirstPage: "İlk Sayfaya Git",
43
- goToLastPage: "Son Sayfaya Git",
44
- goToNextPage: "Sonraki Sayfaya Git",
45
- goToPreviousPage: "Önceki Sayfaya Git",
46
- grab: "Yakala",
2
+ actions: 'İşlemler',
3
+ and: 've',
4
+ cancel: 'İptal',
5
+ changeFilterMode: 'Filtre Modunu Değiştir',
6
+ changeSearchMode: 'Arama Modunu Değiştir',
7
+ clearFilter: 'Filtreyi Temizle',
8
+ clearSearch: 'Aramayı Temizle',
9
+ clearSort: 'Sıralamayı Sıfırla',
10
+ clickToCopy: 'Kopyala',
11
+ columnActions: 'Sütun İşlemleri',
12
+ copiedToClipboard: 'Panoya Kopyalandı',
13
+ dropToGroupBy: '{column} İle Gruplandırmak İçin Bırakın',
14
+ edit: 'Düzenle',
15
+ expand: 'Genişlet',
16
+ expandAll: 'Tümünü Genişlet',
17
+ filterArrIncludes: 'Dahil Et',
18
+ filterArrIncludesAll: 'Tümünü Dahil Et',
19
+ filterArrIncludesSome: 'İçerir',
20
+ filterBetween: 'Arasında',
21
+ filterBetweenInclusive: 'Dahil Arasında',
22
+ filterByColumn: '{column} Filtresi',
23
+ filterContains: 'İçerir',
24
+ filterEmpty: 'Boş',
25
+ filterEndsWith: 'Sonu',
26
+ filterEquals: 'Eşit',
27
+ filterEqualsString: 'Eşit',
28
+ filterFuzzy: 'Yaklaşık',
29
+ filterGreaterThan: 'Büyüktür',
30
+ filterGreaterThanOrEqualTo: 'Büyük Eşittir',
31
+ filterInNumberRange: 'Arasında',
32
+ filterIncludesString: 'İçerir',
33
+ filterIncludesStringSensitive: 'İçerir',
34
+ filterLessThan: 'Küçüktür',
35
+ filterLessThanOrEqualTo: 'Küçük Eşittir',
36
+ filterMode: 'Filtre Modu: {filterType}',
37
+ filterNotEmpty: 'Boş Değil',
38
+ filterNotEquals: 'Eşit Değil',
39
+ filterStartsWith: 'Başı',
40
+ filterWeakEquals: 'Eşittir',
41
+ filteringByColumn: 'Filtre Modu - {filterType} {filterValue}',
42
+ goToFirstPage: 'İlk Sayfaya Git',
43
+ goToLastPage: 'Son Sayfaya Git',
44
+ goToNextPage: 'Sonraki Sayfaya Git',
45
+ goToPreviousPage: 'Önceki Sayfaya Git',
46
+ grab: 'Yakala',
47
47
  groupByColumn: "{column}'a Göre Gruplandır",
48
- groupedBy: "Gruplandı ",
49
- hideAll: "Tümünü Gizle",
50
- hideColumn: "{column} Sütununu Gizle",
51
- max: "Azami",
52
- min: "Asgari",
53
- move: "Taşı",
54
- noRecordsToDisplay: "Gösterilecek Kayıt Yok",
55
- noResultsFound: "Herhangi Bir Sonuç Bulunamadı",
56
- of: "of",
57
- or: "veya",
58
- pinToLeft: "Sola Sabitle",
59
- pinToRight: "Sağa Sabitle",
60
- resetColumnSize: "Sütun Boyutunu Sıfırla",
61
- resetOrder: "Sırayı Temizle",
62
- rowActions: "Satır İşlemleri",
63
- rowNumber: "#",
64
- rowNumbers: "Satır Sayısı",
65
- rowsPerPage: "Sayfa Başına Satır",
66
- save: "Kaydet",
67
- search: "Ara",
68
- selectedCountOfRowCountRowsSelected: "{rowCount} Satır Arasından {selectedCount} Adet Seçildi",
69
- select: "Seç",
70
- showAll: "Tümünü Göster",
71
- showAllColumns: "Bütün Sütunları Göster",
72
- showHideColumns: "Sütunları Göster/Gizle",
73
- showHideFilters: "Filtreleri Göster/Gizle",
74
- showHideSearch: "Aramayı Göster/Gizle",
75
- sortByColumnAsc: "Artan Şekilde Sırala",
76
- sortByColumnDesc: "Azalan Şekilde Sırala",
77
- sortedByColumnAsc: "Artan Şekilde Sıralandı",
78
- sortedByColumnDesc: "Azalan Şekilde Sıralandı",
79
- thenBy: ", sonra ",
80
- toggleDensity: "Sıklığı Değiştir",
81
- toggleFullScreen: "Tam Ekranı Değiştir",
82
- toggleSelectAll: "Tümünü Seç",
83
- toggleSelectRow: "Satır Seç",
84
- toggleVisibility: "Görünürlüğü Değiştir",
85
- ungroupByColumn: "{column} Sütununu Çöz",
86
- unpin: "Çöz",
87
- unpinAll: "Tümünü Çöz",
88
- unsorted: "Sıralanmadı",
48
+ groupedBy: 'Gruplandı ',
49
+ hideAll: 'Tümünü Gizle',
50
+ hideColumn: '{column} Sütununu Gizle',
51
+ max: 'Azami',
52
+ min: 'Asgari',
53
+ move: 'Taşı',
54
+ noRecordsToDisplay: 'Gösterilecek Kayıt Yok',
55
+ noResultsFound: 'Herhangi Bir Sonuç Bulunamadı',
56
+ of: 'of',
57
+ or: 'veya',
58
+ pinToLeft: 'Sola Sabitle',
59
+ pinToRight: 'Sağa Sabitle',
60
+ resetColumnSize: 'Sütun Boyutunu Sıfırla',
61
+ resetOrder: 'Sırayı Temizle',
62
+ rowActions: 'Satır İşlemleri',
63
+ rowNumber: '#',
64
+ rowNumbers: 'Satır Sayısı',
65
+ rowsPerPage: 'Sayfa Başına Satır',
66
+ save: 'Kaydet',
67
+ search: 'Ara',
68
+ selectedCountOfRowCountRowsSelected: '{rowCount} Satır Arasından {selectedCount} Adet Seçildi',
69
+ select: 'Seç',
70
+ showAll: 'Tümünü Göster',
71
+ showAllColumns: 'Bütün Sütunları Göster',
72
+ showHideColumns: 'Sütunları Göster/Gizle',
73
+ showHideFilters: 'Filtreleri Göster/Gizle',
74
+ showHideSearch: 'Aramayı Göster/Gizle',
75
+ sortByColumnAsc: 'Artan Şekilde Sırala',
76
+ sortByColumnDesc: 'Azalan Şekilde Sırala',
77
+ sortedByColumnAsc: 'Artan Şekilde Sıralandı',
78
+ sortedByColumnDesc: 'Azalan Şekilde Sıralandı',
79
+ thenBy: ', sonra ',
80
+ toggleDensity: 'Sıklığı Değiştir',
81
+ toggleFullScreen: 'Tam Ekranı Değiştir',
82
+ toggleSelectAll: 'Tümünü Seç',
83
+ toggleSelectRow: 'Satır Seç',
84
+ toggleVisibility: 'Görünürlüğü Değiştir',
85
+ ungroupByColumn: '{column} Sütununu Çöz',
86
+ unpin: 'Çöz',
87
+ unpinAll: 'Tümünü Çöz',
88
+ unsorted: 'Sıralanmadı',
89
89
  };
90
90
 
91
91
  export { MRT_Localization_TR };