material-react-table 1.3.10 → 1.3.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/cjs/_locales/cs.d.ts +1 -1
- package/dist/cjs/_locales/de.d.ts +1 -1
- package/dist/cjs/_locales/en.d.ts +1 -1
- package/dist/cjs/_locales/es.d.ts +1 -1
- package/dist/cjs/_locales/fa.d.ts +1 -1
- package/dist/cjs/_locales/fr.d.ts +1 -1
- package/dist/cjs/_locales/it.d.ts +1 -1
- package/dist/cjs/_locales/ja.d.ts +1 -1
- package/dist/cjs/_locales/pl.d.ts +1 -1
- package/dist/cjs/_locales/pt-BR.d.ts +1 -1
- package/dist/cjs/_locales/pt.d.ts +1 -1
- package/dist/cjs/_locales/ru.d.ts +1 -1
- package/dist/cjs/_locales/tr.d.ts +1 -1
- package/dist/cjs/_locales/vi.d.ts +2 -0
- package/dist/esm/_locales/cs.d.ts +1 -1
- package/dist/esm/_locales/de.d.ts +1 -1
- package/dist/esm/_locales/en.d.ts +1 -1
- package/dist/esm/_locales/es.d.ts +1 -1
- package/dist/esm/_locales/fa.d.ts +1 -1
- package/dist/esm/_locales/fr.d.ts +1 -1
- package/dist/esm/_locales/it.d.ts +1 -1
- package/dist/esm/_locales/ja.d.ts +1 -1
- package/dist/esm/_locales/pl.d.ts +1 -1
- package/dist/esm/_locales/pt-BR.d.ts +1 -1
- package/dist/esm/_locales/pt.d.ts +1 -1
- package/dist/esm/_locales/ru.d.ts +1 -1
- package/dist/esm/_locales/tr.d.ts +1 -1
- package/dist/esm/_locales/vi.d.ts +2 -0
- package/locales/cs.d.ts +1 -1
- package/locales/cs.esm.d.ts +1 -1
- package/locales/de.d.ts +1 -1
- package/locales/de.esm.d.ts +1 -1
- package/locales/en.d.ts +1 -1
- package/locales/en.esm.d.ts +1 -1
- package/locales/es.d.ts +1 -1
- package/locales/es.esm.d.ts +1 -1
- package/locales/fa.d.ts +1 -1
- package/locales/fa.esm.d.ts +1 -1
- package/locales/fr.d.ts +1 -1
- package/locales/fr.esm.d.ts +1 -1
- package/locales/it.d.ts +1 -1
- package/locales/it.esm.d.ts +1 -1
- package/locales/ja.d.ts +1 -1
- package/locales/ja.esm.d.ts +1 -1
- package/locales/pl.d.ts +1 -1
- package/locales/pl.esm.d.ts +1 -1
- package/locales/pt-BR.d.ts +1 -1
- package/locales/pt-BR.esm.d.ts +1 -1
- package/locales/pt.d.ts +1 -1
- package/locales/pt.esm.d.ts +1 -1
- package/locales/ru.d.ts +1 -1
- package/locales/ru.esm.d.ts +1 -1
- package/locales/tr.d.ts +1 -1
- package/locales/tr.esm.d.ts +1 -1
- package/locales/tr.esm.js +86 -86
- package/locales/tr.js +86 -86
- package/locales/vi.d.ts +2 -0
- package/locales/vi.esm.d.ts +2 -0
- package/locales/vi.esm.js +92 -0
- package/locales/vi.esm.js.map +1 -0
- package/locales/vi.js +96 -0
- package/locales/vi.js.map +1 -0
- package/package.json +6 -6
- package/src/_locales/cs.ts +1 -1
- package/src/_locales/de.ts +1 -1
- package/src/_locales/en.ts +1 -1
- package/src/_locales/es.ts +1 -1
- package/src/_locales/fa.ts +1 -1
- package/src/_locales/fr.ts +1 -1
- package/src/_locales/it.ts +1 -1
- package/src/_locales/ja.ts +1 -1
- package/src/_locales/pl.ts +1 -1
- package/src/_locales/pt-BR.ts +1 -1
- package/src/_locales/pt.ts +1 -1
- package/src/_locales/ru.ts +1 -1
- package/src/_locales/tr.ts +87 -87
- 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)
|
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
|
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
|
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_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
|
1
|
+
import type { MRT_Localization } from '../MaterialReactTable';
|
2
2
|
export declare const MRT_Localization_TR: 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;
|
package/locales/cs.esm.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;
|
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;
|
package/locales/de.esm.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;
|
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;
|
package/locales/en.esm.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;
|
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;
|
package/locales/es.esm.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;
|
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;
|
package/locales/fa.esm.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;
|
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;
|
package/locales/fr.esm.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;
|
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;
|
package/locales/it.esm.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;
|
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;
|
package/locales/ja.esm.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;
|
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;
|
package/locales/pl.esm.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;
|
package/locales/pt-BR.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_BR: MRT_Localization;
|
package/locales/pt-BR.esm.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_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;
|
package/locales/pt.esm.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;
|
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;
|
package/locales/ru.esm.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;
|
package/locales/tr.d.ts
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
import { MRT_Localization } from
|
1
|
+
import type { MRT_Localization } from '../MaterialReactTable';
|
2
2
|
export declare const MRT_Localization_TR: MRT_Localization;
|
package/locales/tr.esm.d.ts
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
import { MRT_Localization } from
|
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:
|
3
|
-
and:
|
4
|
-
cancel:
|
5
|
-
changeFilterMode:
|
6
|
-
changeSearchMode:
|
7
|
-
clearFilter:
|
8
|
-
clearSearch:
|
9
|
-
clearSort:
|
10
|
-
clickToCopy:
|
11
|
-
columnActions:
|
12
|
-
copiedToClipboard:
|
13
|
-
dropToGroupBy:
|
14
|
-
edit:
|
15
|
-
expand:
|
16
|
-
expandAll:
|
17
|
-
filterArrIncludes:
|
18
|
-
filterArrIncludesAll:
|
19
|
-
filterArrIncludesSome:
|
20
|
-
filterBetween:
|
21
|
-
filterBetweenInclusive:
|
22
|
-
filterByColumn:
|
23
|
-
filterContains:
|
24
|
-
filterEmpty:
|
25
|
-
filterEndsWith:
|
26
|
-
filterEquals:
|
27
|
-
filterEqualsString:
|
28
|
-
filterFuzzy:
|
29
|
-
filterGreaterThan:
|
30
|
-
filterGreaterThanOrEqualTo:
|
31
|
-
filterInNumberRange:
|
32
|
-
filterIncludesString:
|
33
|
-
filterIncludesStringSensitive:
|
34
|
-
filterLessThan:
|
35
|
-
filterLessThanOrEqualTo:
|
36
|
-
filterMode:
|
37
|
-
filterNotEmpty:
|
38
|
-
filterNotEquals:
|
39
|
-
filterStartsWith:
|
40
|
-
filterWeakEquals:
|
41
|
-
filteringByColumn:
|
42
|
-
goToFirstPage:
|
43
|
-
goToLastPage:
|
44
|
-
goToNextPage:
|
45
|
-
goToPreviousPage:
|
46
|
-
grab:
|
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:
|
49
|
-
hideAll:
|
50
|
-
hideColumn:
|
51
|
-
max:
|
52
|
-
min:
|
53
|
-
move:
|
54
|
-
noRecordsToDisplay:
|
55
|
-
noResultsFound:
|
56
|
-
of:
|
57
|
-
or:
|
58
|
-
pinToLeft:
|
59
|
-
pinToRight:
|
60
|
-
resetColumnSize:
|
61
|
-
resetOrder:
|
62
|
-
rowActions:
|
63
|
-
rowNumber:
|
64
|
-
rowNumbers:
|
65
|
-
rowsPerPage:
|
66
|
-
save:
|
67
|
-
search:
|
68
|
-
selectedCountOfRowCountRowsSelected:
|
69
|
-
select:
|
70
|
-
showAll:
|
71
|
-
showAllColumns:
|
72
|
-
showHideColumns:
|
73
|
-
showHideFilters:
|
74
|
-
showHideSearch:
|
75
|
-
sortByColumnAsc:
|
76
|
-
sortByColumnDesc:
|
77
|
-
sortedByColumnAsc:
|
78
|
-
sortedByColumnDesc:
|
79
|
-
thenBy:
|
80
|
-
toggleDensity:
|
81
|
-
toggleFullScreen:
|
82
|
-
toggleSelectAll:
|
83
|
-
toggleSelectRow:
|
84
|
-
toggleVisibility:
|
85
|
-
ungroupByColumn:
|
86
|
-
unpin:
|
87
|
-
unpinAll:
|
88
|
-
unsorted:
|
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 };
|