@trackunit/react-table 2.5.8 → 2.5.10
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/index.cjs.js +1 -19
- package/index.esm.js +1 -19
- package/package.json +10 -10
- package/src/translation.d.ts +2 -2
- package/translation.cjs.js +1 -19
- package/translation.esm.js +1 -19
- package/translation10.cjs.js +1 -19
- package/translation10.esm.js +1 -19
- package/translation11.cjs.js +1 -19
- package/translation11.esm.js +1 -19
- package/translation12.cjs.js +1 -19
- package/translation12.esm.js +1 -19
- package/translation13.cjs.js +1 -19
- package/translation13.esm.js +1 -19
- package/translation14.cjs.js +1 -19
- package/translation14.esm.js +1 -19
- package/translation15.cjs.js +1 -19
- package/translation15.esm.js +1 -19
- package/translation16.cjs.js +1 -19
- package/translation16.esm.js +1 -19
- package/translation17.cjs.js +1 -19
- package/translation17.esm.js +1 -19
- package/translation2.cjs.js +1 -19
- package/translation2.esm.js +1 -19
- package/translation3.cjs.js +1 -19
- package/translation3.esm.js +1 -19
- package/translation4.cjs.js +1 -19
- package/translation4.esm.js +1 -19
- package/translation5.cjs.js +1 -19
- package/translation5.esm.js +1 -19
- package/translation6.cjs.js +1 -19
- package/translation6.esm.js +1 -19
- package/translation7.cjs.js +1 -19
- package/translation7.esm.js +1 -19
- package/translation8.cjs.js +1 -19
- package/translation8.esm.js +1 -19
- package/translation9.cjs.js +1 -19
- package/translation9.esm.js +1 -19
- package/migrations/entry.js.map +0 -1
package/index.cjs.js
CHANGED
|
@@ -28,26 +28,11 @@ var defaultTranslations = {
|
|
|
28
28
|
"table.columnActions.sortAscending": "Sort ascending",
|
|
29
29
|
"table.columnActions.sortDescending": "Sort descending",
|
|
30
30
|
"table.columnActions.unPinColumn": "Unpin column",
|
|
31
|
-
"table.columnFilters.columns": "Columns",
|
|
32
|
-
"table.columnFilters.hiddenColumnCount": "{{count}} column hidden",
|
|
33
|
-
"table.columnFilters.hiddenColumnsCount": "{{count}} columns hidden",
|
|
34
|
-
"table.columnFilters.title": "Visible columns",
|
|
35
31
|
"table.columnFilters.tooltip": "Customize columns",
|
|
36
|
-
"table.error": "Something went wrong while fetching the data",
|
|
37
|
-
"table.exportFileName": "exported-data",
|
|
38
|
-
"table.format": "Format",
|
|
39
32
|
"table.noResults": "No results",
|
|
40
33
|
"table.pagination.full": "Showing {{count}} of {{total}} results",
|
|
41
34
|
"table.pagination.full.capped": "Showing {{count}} of {{total}}+ results",
|
|
42
|
-
"table.pagination.of": "of {{count}}",
|
|
43
|
-
"table.pagination.page": "Page",
|
|
44
|
-
"table.result": "{{count}} result",
|
|
45
|
-
"table.results.plural": "{{count}} results",
|
|
46
|
-
"table.results.plural.capped": "{{count}}+ results",
|
|
47
|
-
"table.rowDensity.compact": "Compact",
|
|
48
|
-
"table.rowDensity.spacious": "Spacious",
|
|
49
35
|
"table.search.placeholder": "Search...",
|
|
50
|
-
"table.searchPlaceholder": "Search...",
|
|
51
36
|
"table.selectAll.allSelected": "<strong>{{totalCount}} items</strong> are selected.",
|
|
52
37
|
"table.selectAll.clearSelection": "Clear selection",
|
|
53
38
|
"table.selectAll.pageSelected": "<strong>{{count}} items</strong> on this page are selected.",
|
|
@@ -56,10 +41,7 @@ var defaultTranslations = {
|
|
|
56
41
|
"table.sorting.ascending": "Ascending",
|
|
57
42
|
"table.sorting.descending": "Descending",
|
|
58
43
|
"table.sorting.label": "Sorting",
|
|
59
|
-
"table.sorting.
|
|
60
|
-
"table.sorting.toolip": "Adjust sorting and direction",
|
|
61
|
-
"table.spacing": "Spacing",
|
|
62
|
-
"table.spacing.toolip": "Adjust row density"
|
|
44
|
+
"table.sorting.toolip": "Adjust sorting and direction"
|
|
63
45
|
};
|
|
64
46
|
|
|
65
47
|
/** The translation namespace for this library */
|
package/index.esm.js
CHANGED
|
@@ -27,26 +27,11 @@ var defaultTranslations = {
|
|
|
27
27
|
"table.columnActions.sortAscending": "Sort ascending",
|
|
28
28
|
"table.columnActions.sortDescending": "Sort descending",
|
|
29
29
|
"table.columnActions.unPinColumn": "Unpin column",
|
|
30
|
-
"table.columnFilters.columns": "Columns",
|
|
31
|
-
"table.columnFilters.hiddenColumnCount": "{{count}} column hidden",
|
|
32
|
-
"table.columnFilters.hiddenColumnsCount": "{{count}} columns hidden",
|
|
33
|
-
"table.columnFilters.title": "Visible columns",
|
|
34
30
|
"table.columnFilters.tooltip": "Customize columns",
|
|
35
|
-
"table.error": "Something went wrong while fetching the data",
|
|
36
|
-
"table.exportFileName": "exported-data",
|
|
37
|
-
"table.format": "Format",
|
|
38
31
|
"table.noResults": "No results",
|
|
39
32
|
"table.pagination.full": "Showing {{count}} of {{total}} results",
|
|
40
33
|
"table.pagination.full.capped": "Showing {{count}} of {{total}}+ results",
|
|
41
|
-
"table.pagination.of": "of {{count}}",
|
|
42
|
-
"table.pagination.page": "Page",
|
|
43
|
-
"table.result": "{{count}} result",
|
|
44
|
-
"table.results.plural": "{{count}} results",
|
|
45
|
-
"table.results.plural.capped": "{{count}}+ results",
|
|
46
|
-
"table.rowDensity.compact": "Compact",
|
|
47
|
-
"table.rowDensity.spacious": "Spacious",
|
|
48
34
|
"table.search.placeholder": "Search...",
|
|
49
|
-
"table.searchPlaceholder": "Search...",
|
|
50
35
|
"table.selectAll.allSelected": "<strong>{{totalCount}} items</strong> are selected.",
|
|
51
36
|
"table.selectAll.clearSelection": "Clear selection",
|
|
52
37
|
"table.selectAll.pageSelected": "<strong>{{count}} items</strong> on this page are selected.",
|
|
@@ -55,10 +40,7 @@ var defaultTranslations = {
|
|
|
55
40
|
"table.sorting.ascending": "Ascending",
|
|
56
41
|
"table.sorting.descending": "Descending",
|
|
57
42
|
"table.sorting.label": "Sorting",
|
|
58
|
-
"table.sorting.
|
|
59
|
-
"table.sorting.toolip": "Adjust sorting and direction",
|
|
60
|
-
"table.spacing": "Spacing",
|
|
61
|
-
"table.spacing.toolip": "Adjust row density"
|
|
43
|
+
"table.sorting.toolip": "Adjust sorting and direction"
|
|
62
44
|
};
|
|
63
45
|
|
|
64
46
|
/** The translation namespace for this library */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/react-table",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.10",
|
|
4
4
|
"repository": "https://github.com/Trackunit/manager",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"engines": {
|
|
@@ -11,15 +11,15 @@
|
|
|
11
11
|
"react-dnd": "16.0.1",
|
|
12
12
|
"react-dnd-html5-backend": "16.0.1",
|
|
13
13
|
"tailwind-merge": "^2.0.0",
|
|
14
|
-
"@trackunit/react-components": "2.
|
|
15
|
-
"@trackunit/react-core-hooks": "1.20.
|
|
16
|
-
"@trackunit/shared-utils": "1.16.
|
|
17
|
-
"@trackunit/css-class-variance-utilities": "1.14.
|
|
18
|
-
"@trackunit/ui-icons": "1.14.
|
|
19
|
-
"@trackunit/react-table-base-components": "2.4.
|
|
20
|
-
"@trackunit/react-form-components": "2.4.
|
|
21
|
-
"@trackunit/i18n-library-translation": "2.3.
|
|
22
|
-
"@trackunit/iris-app-runtime-core-api": "1.17.
|
|
14
|
+
"@trackunit/react-components": "2.7.0",
|
|
15
|
+
"@trackunit/react-core-hooks": "1.20.7",
|
|
16
|
+
"@trackunit/shared-utils": "1.16.5",
|
|
17
|
+
"@trackunit/css-class-variance-utilities": "1.14.5",
|
|
18
|
+
"@trackunit/ui-icons": "1.14.5",
|
|
19
|
+
"@trackunit/react-table-base-components": "2.4.11",
|
|
20
|
+
"@trackunit/react-form-components": "2.4.11",
|
|
21
|
+
"@trackunit/i18n-library-translation": "2.3.7",
|
|
22
|
+
"@trackunit/iris-app-runtime-core-api": "1.17.5",
|
|
23
23
|
"zod": "^3.25.76"
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {
|
package/src/translation.d.ts
CHANGED
|
@@ -14,8 +14,8 @@ export declare const translations: TranslationResource<TranslationKeys>;
|
|
|
14
14
|
/**
|
|
15
15
|
* Local useTranslation for this specific library
|
|
16
16
|
*/
|
|
17
|
-
export declare const useTranslation: () => [TransForLibs<"layout.actions.reset" | "table.actionsheet.selected" | "table.columnActions.clearSorting" | "table.columnActions.hideColumn" | "table.columnActions.moreActions" | "table.columnActions.pinColumn" | "table.columnActions.sortAscending" | "table.columnActions.sortDescending" | "table.columnActions.unPinColumn" | "table.columnFilters.
|
|
18
|
-
t: TransForLibs<"layout.actions.reset" | "table.actionsheet.selected" | "table.columnActions.clearSorting" | "table.columnActions.hideColumn" | "table.columnActions.moreActions" | "table.columnActions.pinColumn" | "table.columnActions.sortAscending" | "table.columnActions.sortDescending" | "table.columnActions.unPinColumn" | "table.columnFilters.
|
|
17
|
+
export declare const useTranslation: () => [TransForLibs<"layout.actions.reset" | "table.actionsheet.selected" | "table.columnActions.clearSorting" | "table.columnActions.hideColumn" | "table.columnActions.moreActions" | "table.columnActions.pinColumn" | "table.columnActions.sortAscending" | "table.columnActions.sortDescending" | "table.columnActions.unPinColumn" | "table.columnFilters.tooltip" | "table.noResults" | "table.pagination.full" | "table.pagination.full.capped" | "table.search.placeholder" | "table.selectAll.allSelected" | "table.selectAll.clearSelection" | "table.selectAll.pageSelected" | "table.selectAll.selectAll" | "table.selection.label" | "table.sorting.ascending" | "table.sorting.descending" | "table.sorting.label" | "table.sorting.toolip">, import("i18next").i18n, boolean] & {
|
|
18
|
+
t: TransForLibs<"layout.actions.reset" | "table.actionsheet.selected" | "table.columnActions.clearSorting" | "table.columnActions.hideColumn" | "table.columnActions.moreActions" | "table.columnActions.pinColumn" | "table.columnActions.sortAscending" | "table.columnActions.sortDescending" | "table.columnActions.unPinColumn" | "table.columnFilters.tooltip" | "table.noResults" | "table.pagination.full" | "table.pagination.full.capped" | "table.search.placeholder" | "table.selectAll.allSelected" | "table.selectAll.clearSelection" | "table.selectAll.pageSelected" | "table.selectAll.selectAll" | "table.selection.label" | "table.sorting.ascending" | "table.sorting.descending" | "table.sorting.label" | "table.sorting.toolip">;
|
|
19
19
|
i18n: import("i18next").i18n;
|
|
20
20
|
ready: boolean;
|
|
21
21
|
};
|
package/translation.cjs.js
CHANGED
|
@@ -10,26 +10,11 @@ var translation = {
|
|
|
10
10
|
"table.columnActions.sortAscending": "Aufsteigend sortieren",
|
|
11
11
|
"table.columnActions.sortDescending": "Absteigend sortieren",
|
|
12
12
|
"table.columnActions.unPinColumn": "Spalte lösen",
|
|
13
|
-
"table.columnFilters.columns": "Spalten",
|
|
14
|
-
"table.columnFilters.hiddenColumnCount": "{{count}} ausgeblendete Spalte",
|
|
15
|
-
"table.columnFilters.hiddenColumnsCount": "{{count}} ausgeblendete Spalten",
|
|
16
|
-
"table.columnFilters.title": "Visible columns",
|
|
17
13
|
"table.columnFilters.tooltip": "Spaltenanpassung",
|
|
18
|
-
"table.error": "Beim Laden der Daten ist ein Fehler aufgetreten",
|
|
19
|
-
"table.exportFileName": "exportierte Daten",
|
|
20
|
-
"table.format": "Format",
|
|
21
14
|
"table.noResults": "Keine Ergebnisse",
|
|
22
15
|
"table.pagination.full": "{{count}} von {{total}} Ergebnissen werden angezeigt",
|
|
23
16
|
"table.pagination.full.capped": "{{count}} von mehr als {{total}} Ergebnissen werden angezeigt",
|
|
24
|
-
"table.pagination.of": "von {{count}}",
|
|
25
|
-
"table.pagination.page": "Seite",
|
|
26
|
-
"table.result": "{{count}} Ergebnis",
|
|
27
|
-
"table.results.plural": "{{count}} Ergebnisse",
|
|
28
|
-
"table.results.plural.capped": "Über {{count}} Ergebnisse",
|
|
29
|
-
"table.rowDensity.compact": "Kompakt",
|
|
30
|
-
"table.rowDensity.spacious": "Weitläufig",
|
|
31
17
|
"table.search.placeholder": "Suchen...",
|
|
32
|
-
"table.searchPlaceholder": "Suchen...",
|
|
33
18
|
"table.selectAll.allSelected": "<strong>{{totalCount}} Elemente</strong> sind ausgewählt.",
|
|
34
19
|
"table.selectAll.clearSelection": "Auswahl löschen",
|
|
35
20
|
"table.selectAll.pageSelected": "<strong>{{count}} Elemente</strong> auf dieser Seite sind ausgewählt.",
|
|
@@ -38,10 +23,7 @@ var translation = {
|
|
|
38
23
|
"table.sorting.ascending": "Aufsteigend",
|
|
39
24
|
"table.sorting.descending": "Absteigend",
|
|
40
25
|
"table.sorting.label": "Sortierung",
|
|
41
|
-
"table.sorting.
|
|
42
|
-
"table.sorting.toolip": "Sortierung und Anordnung",
|
|
43
|
-
"table.spacing": "Abstand",
|
|
44
|
-
"table.spacing.toolip": "Zeilendichte"
|
|
26
|
+
"table.sorting.toolip": "Sortierung und Anordnung"
|
|
45
27
|
};
|
|
46
28
|
|
|
47
29
|
exports.default = translation;
|
package/translation.esm.js
CHANGED
|
@@ -8,26 +8,11 @@ var translation = {
|
|
|
8
8
|
"table.columnActions.sortAscending": "Aufsteigend sortieren",
|
|
9
9
|
"table.columnActions.sortDescending": "Absteigend sortieren",
|
|
10
10
|
"table.columnActions.unPinColumn": "Spalte lösen",
|
|
11
|
-
"table.columnFilters.columns": "Spalten",
|
|
12
|
-
"table.columnFilters.hiddenColumnCount": "{{count}} ausgeblendete Spalte",
|
|
13
|
-
"table.columnFilters.hiddenColumnsCount": "{{count}} ausgeblendete Spalten",
|
|
14
|
-
"table.columnFilters.title": "Visible columns",
|
|
15
11
|
"table.columnFilters.tooltip": "Spaltenanpassung",
|
|
16
|
-
"table.error": "Beim Laden der Daten ist ein Fehler aufgetreten",
|
|
17
|
-
"table.exportFileName": "exportierte Daten",
|
|
18
|
-
"table.format": "Format",
|
|
19
12
|
"table.noResults": "Keine Ergebnisse",
|
|
20
13
|
"table.pagination.full": "{{count}} von {{total}} Ergebnissen werden angezeigt",
|
|
21
14
|
"table.pagination.full.capped": "{{count}} von mehr als {{total}} Ergebnissen werden angezeigt",
|
|
22
|
-
"table.pagination.of": "von {{count}}",
|
|
23
|
-
"table.pagination.page": "Seite",
|
|
24
|
-
"table.result": "{{count}} Ergebnis",
|
|
25
|
-
"table.results.plural": "{{count}} Ergebnisse",
|
|
26
|
-
"table.results.plural.capped": "Über {{count}} Ergebnisse",
|
|
27
|
-
"table.rowDensity.compact": "Kompakt",
|
|
28
|
-
"table.rowDensity.spacious": "Weitläufig",
|
|
29
15
|
"table.search.placeholder": "Suchen...",
|
|
30
|
-
"table.searchPlaceholder": "Suchen...",
|
|
31
16
|
"table.selectAll.allSelected": "<strong>{{totalCount}} Elemente</strong> sind ausgewählt.",
|
|
32
17
|
"table.selectAll.clearSelection": "Auswahl löschen",
|
|
33
18
|
"table.selectAll.pageSelected": "<strong>{{count}} Elemente</strong> auf dieser Seite sind ausgewählt.",
|
|
@@ -36,10 +21,7 @@ var translation = {
|
|
|
36
21
|
"table.sorting.ascending": "Aufsteigend",
|
|
37
22
|
"table.sorting.descending": "Absteigend",
|
|
38
23
|
"table.sorting.label": "Sortierung",
|
|
39
|
-
"table.sorting.
|
|
40
|
-
"table.sorting.toolip": "Sortierung und Anordnung",
|
|
41
|
-
"table.spacing": "Abstand",
|
|
42
|
-
"table.spacing.toolip": "Zeilendichte"
|
|
24
|
+
"table.sorting.toolip": "Sortierung und Anordnung"
|
|
43
25
|
};
|
|
44
26
|
|
|
45
27
|
export { translation as default };
|
package/translation10.cjs.js
CHANGED
|
@@ -10,26 +10,11 @@ var translation = {
|
|
|
10
10
|
"table.columnActions.sortAscending": "Sortuj rosnąco",
|
|
11
11
|
"table.columnActions.sortDescending": "Sortuj malejąco",
|
|
12
12
|
"table.columnActions.unPinColumn": "Odepnij kolumnę",
|
|
13
|
-
"table.columnFilters.columns": "Kolumny",
|
|
14
|
-
"table.columnFilters.hiddenColumnCount": "{{count}} ukryta kolumna",
|
|
15
|
-
"table.columnFilters.hiddenColumnsCount": "liczba ukrytych kolumn: {{count}}",
|
|
16
|
-
"table.columnFilters.title": "Visible columns",
|
|
17
13
|
"table.columnFilters.tooltip": "Dostosuj kolumny",
|
|
18
|
-
"table.error": "Coś poszło nie tak podczas ładowania danych",
|
|
19
|
-
"table.exportFileName": "wyeksportowane dane",
|
|
20
|
-
"table.format": "Format",
|
|
21
14
|
"table.noResults": "Brak wyników",
|
|
22
15
|
"table.pagination.full": "Wyświetlono {{count}} wyników z {{total}}",
|
|
23
16
|
"table.pagination.full.capped": "Wyświetlono {{count}} z {{total}}+ wyników",
|
|
24
|
-
"table.pagination.of": "z {{count}}",
|
|
25
|
-
"table.pagination.page": "Strona",
|
|
26
|
-
"table.result": "{{count}} wynik",
|
|
27
|
-
"table.results.plural": "Wyniki: {{count}}",
|
|
28
|
-
"table.results.plural.capped": "Wyniki: {{count}}+",
|
|
29
|
-
"table.rowDensity.compact": "Kompaktowy",
|
|
30
|
-
"table.rowDensity.spacious": "Przestronny",
|
|
31
17
|
"table.search.placeholder": "Szukaj...",
|
|
32
|
-
"table.searchPlaceholder": "Szukaj...",
|
|
33
18
|
"table.selectAll.allSelected": "Wybrane elementy: <strong>{{totalCount}}</strong>.",
|
|
34
19
|
"table.selectAll.clearSelection": "Wyczyść wybór",
|
|
35
20
|
"table.selectAll.pageSelected": "Wybrane elementy na tej stronie: <strong>{{count}}</strong>.",
|
|
@@ -38,10 +23,7 @@ var translation = {
|
|
|
38
23
|
"table.sorting.ascending": "Rosnąco",
|
|
39
24
|
"table.sorting.descending": "Malejąco",
|
|
40
25
|
"table.sorting.label": "Sortowanie",
|
|
41
|
-
"table.sorting.
|
|
42
|
-
"table.sorting.toolip": "Dostosuj sortowanie i kierunek",
|
|
43
|
-
"table.spacing": "Rozstaw",
|
|
44
|
-
"table.spacing.toolip": "Dostosuj zagęszczenie wierszy"
|
|
26
|
+
"table.sorting.toolip": "Dostosuj sortowanie i kierunek"
|
|
45
27
|
};
|
|
46
28
|
|
|
47
29
|
exports.default = translation;
|
package/translation10.esm.js
CHANGED
|
@@ -8,26 +8,11 @@ var translation = {
|
|
|
8
8
|
"table.columnActions.sortAscending": "Sortuj rosnąco",
|
|
9
9
|
"table.columnActions.sortDescending": "Sortuj malejąco",
|
|
10
10
|
"table.columnActions.unPinColumn": "Odepnij kolumnę",
|
|
11
|
-
"table.columnFilters.columns": "Kolumny",
|
|
12
|
-
"table.columnFilters.hiddenColumnCount": "{{count}} ukryta kolumna",
|
|
13
|
-
"table.columnFilters.hiddenColumnsCount": "liczba ukrytych kolumn: {{count}}",
|
|
14
|
-
"table.columnFilters.title": "Visible columns",
|
|
15
11
|
"table.columnFilters.tooltip": "Dostosuj kolumny",
|
|
16
|
-
"table.error": "Coś poszło nie tak podczas ładowania danych",
|
|
17
|
-
"table.exportFileName": "wyeksportowane dane",
|
|
18
|
-
"table.format": "Format",
|
|
19
12
|
"table.noResults": "Brak wyników",
|
|
20
13
|
"table.pagination.full": "Wyświetlono {{count}} wyników z {{total}}",
|
|
21
14
|
"table.pagination.full.capped": "Wyświetlono {{count}} z {{total}}+ wyników",
|
|
22
|
-
"table.pagination.of": "z {{count}}",
|
|
23
|
-
"table.pagination.page": "Strona",
|
|
24
|
-
"table.result": "{{count}} wynik",
|
|
25
|
-
"table.results.plural": "Wyniki: {{count}}",
|
|
26
|
-
"table.results.plural.capped": "Wyniki: {{count}}+",
|
|
27
|
-
"table.rowDensity.compact": "Kompaktowy",
|
|
28
|
-
"table.rowDensity.spacious": "Przestronny",
|
|
29
15
|
"table.search.placeholder": "Szukaj...",
|
|
30
|
-
"table.searchPlaceholder": "Szukaj...",
|
|
31
16
|
"table.selectAll.allSelected": "Wybrane elementy: <strong>{{totalCount}}</strong>.",
|
|
32
17
|
"table.selectAll.clearSelection": "Wyczyść wybór",
|
|
33
18
|
"table.selectAll.pageSelected": "Wybrane elementy na tej stronie: <strong>{{count}}</strong>.",
|
|
@@ -36,10 +21,7 @@ var translation = {
|
|
|
36
21
|
"table.sorting.ascending": "Rosnąco",
|
|
37
22
|
"table.sorting.descending": "Malejąco",
|
|
38
23
|
"table.sorting.label": "Sortowanie",
|
|
39
|
-
"table.sorting.
|
|
40
|
-
"table.sorting.toolip": "Dostosuj sortowanie i kierunek",
|
|
41
|
-
"table.spacing": "Rozstaw",
|
|
42
|
-
"table.spacing.toolip": "Dostosuj zagęszczenie wierszy"
|
|
24
|
+
"table.sorting.toolip": "Dostosuj sortowanie i kierunek"
|
|
43
25
|
};
|
|
44
26
|
|
|
45
27
|
export { translation as default };
|
package/translation11.cjs.js
CHANGED
|
@@ -10,26 +10,11 @@ var translation = {
|
|
|
10
10
|
"table.columnActions.sortAscending": "Ordenar por ordem crescente",
|
|
11
11
|
"table.columnActions.sortDescending": "Ordenar por ordem decrescente",
|
|
12
12
|
"table.columnActions.unPinColumn": "Desafixar coluna",
|
|
13
|
-
"table.columnFilters.columns": "Colunas",
|
|
14
|
-
"table.columnFilters.hiddenColumnCount": "{{count}} coluna oculta",
|
|
15
|
-
"table.columnFilters.hiddenColumnsCount": "{{count}} colunas ocultas",
|
|
16
|
-
"table.columnFilters.title": "Visible columns",
|
|
17
13
|
"table.columnFilters.tooltip": "Personalizar colunas",
|
|
18
|
-
"table.error": "Ocorreu um erro ao carregar os dados",
|
|
19
|
-
"table.exportFileName": "dados exportados",
|
|
20
|
-
"table.format": "Formato",
|
|
21
14
|
"table.noResults": "Sem resultados",
|
|
22
15
|
"table.pagination.full": "A mostrar {{count}} de {{total}} resultados",
|
|
23
16
|
"table.pagination.full.capped": "A mostrar {{count}} de {{total}}+ resultados",
|
|
24
|
-
"table.pagination.of": "de {{count}}",
|
|
25
|
-
"table.pagination.page": "Página",
|
|
26
|
-
"table.result": "{{count}} resultado",
|
|
27
|
-
"table.results.plural": "{{count}} resultados",
|
|
28
|
-
"table.results.plural.capped": "{{count}}+ resultados",
|
|
29
|
-
"table.rowDensity.compact": "Compacto",
|
|
30
|
-
"table.rowDensity.spacious": "Espaçoso",
|
|
31
17
|
"table.search.placeholder": "Pesquisar...",
|
|
32
|
-
"table.searchPlaceholder": "Pesquisar...",
|
|
33
18
|
"table.selectAll.allSelected": "<strong>{{totalCount}} itens</strong> estão selecionados.",
|
|
34
19
|
"table.selectAll.clearSelection": "Limpar seleção",
|
|
35
20
|
"table.selectAll.pageSelected": "<strong>{{count}} itens</strong> nesta página estão selecionados.",
|
|
@@ -38,10 +23,7 @@ var translation = {
|
|
|
38
23
|
"table.sorting.ascending": "Ascendente",
|
|
39
24
|
"table.sorting.descending": "Descendente",
|
|
40
25
|
"table.sorting.label": "Ordenação",
|
|
41
|
-
"table.sorting.
|
|
42
|
-
"table.sorting.toolip": "Ajustar classificação e direção",
|
|
43
|
-
"table.spacing": "Espaçamento",
|
|
44
|
-
"table.spacing.toolip": "Ajustar densidade da linha"
|
|
26
|
+
"table.sorting.toolip": "Ajustar classificação e direção"
|
|
45
27
|
};
|
|
46
28
|
|
|
47
29
|
exports.default = translation;
|
package/translation11.esm.js
CHANGED
|
@@ -8,26 +8,11 @@ var translation = {
|
|
|
8
8
|
"table.columnActions.sortAscending": "Ordenar por ordem crescente",
|
|
9
9
|
"table.columnActions.sortDescending": "Ordenar por ordem decrescente",
|
|
10
10
|
"table.columnActions.unPinColumn": "Desafixar coluna",
|
|
11
|
-
"table.columnFilters.columns": "Colunas",
|
|
12
|
-
"table.columnFilters.hiddenColumnCount": "{{count}} coluna oculta",
|
|
13
|
-
"table.columnFilters.hiddenColumnsCount": "{{count}} colunas ocultas",
|
|
14
|
-
"table.columnFilters.title": "Visible columns",
|
|
15
11
|
"table.columnFilters.tooltip": "Personalizar colunas",
|
|
16
|
-
"table.error": "Ocorreu um erro ao carregar os dados",
|
|
17
|
-
"table.exportFileName": "dados exportados",
|
|
18
|
-
"table.format": "Formato",
|
|
19
12
|
"table.noResults": "Sem resultados",
|
|
20
13
|
"table.pagination.full": "A mostrar {{count}} de {{total}} resultados",
|
|
21
14
|
"table.pagination.full.capped": "A mostrar {{count}} de {{total}}+ resultados",
|
|
22
|
-
"table.pagination.of": "de {{count}}",
|
|
23
|
-
"table.pagination.page": "Página",
|
|
24
|
-
"table.result": "{{count}} resultado",
|
|
25
|
-
"table.results.plural": "{{count}} resultados",
|
|
26
|
-
"table.results.plural.capped": "{{count}}+ resultados",
|
|
27
|
-
"table.rowDensity.compact": "Compacto",
|
|
28
|
-
"table.rowDensity.spacious": "Espaçoso",
|
|
29
15
|
"table.search.placeholder": "Pesquisar...",
|
|
30
|
-
"table.searchPlaceholder": "Pesquisar...",
|
|
31
16
|
"table.selectAll.allSelected": "<strong>{{totalCount}} itens</strong> estão selecionados.",
|
|
32
17
|
"table.selectAll.clearSelection": "Limpar seleção",
|
|
33
18
|
"table.selectAll.pageSelected": "<strong>{{count}} itens</strong> nesta página estão selecionados.",
|
|
@@ -36,10 +21,7 @@ var translation = {
|
|
|
36
21
|
"table.sorting.ascending": "Ascendente",
|
|
37
22
|
"table.sorting.descending": "Descendente",
|
|
38
23
|
"table.sorting.label": "Ordenação",
|
|
39
|
-
"table.sorting.
|
|
40
|
-
"table.sorting.toolip": "Ajustar classificação e direção",
|
|
41
|
-
"table.spacing": "Espaçamento",
|
|
42
|
-
"table.spacing.toolip": "Ajustar densidade da linha"
|
|
24
|
+
"table.sorting.toolip": "Ajustar classificação e direção"
|
|
43
25
|
};
|
|
44
26
|
|
|
45
27
|
export { translation as default };
|
package/translation12.cjs.js
CHANGED
|
@@ -10,26 +10,11 @@ var translation = {
|
|
|
10
10
|
"table.columnActions.sortAscending": "Сортировать по возрастанию",
|
|
11
11
|
"table.columnActions.sortDescending": "Сортировать по убыванию",
|
|
12
12
|
"table.columnActions.unPinColumn": "Открепить столбец",
|
|
13
|
-
"table.columnFilters.columns": "Столбцы",
|
|
14
|
-
"table.columnFilters.hiddenColumnCount": "{{count}} колонка скрыта",
|
|
15
|
-
"table.columnFilters.hiddenColumnsCount": "{{count}} колонок скрыто",
|
|
16
|
-
"table.columnFilters.title": "Visible columns",
|
|
17
13
|
"table.columnFilters.tooltip": "Настроить столбцы",
|
|
18
|
-
"table.error": "Что-то пошло не так при загрузке данных",
|
|
19
|
-
"table.exportFileName": "экспортированные данные",
|
|
20
|
-
"table.format": "Формат",
|
|
21
14
|
"table.noResults": "Нет результатов",
|
|
22
15
|
"table.pagination.full": "Показано {{count}} из {{total}} результатов",
|
|
23
16
|
"table.pagination.full.capped": "Показано {{count}} из {{total}}+ результатов",
|
|
24
|
-
"table.pagination.of": "из {{count}}",
|
|
25
|
-
"table.pagination.page": "Страница",
|
|
26
|
-
"table.result": "{{count}} результат",
|
|
27
|
-
"table.results.plural": "{{count}} результаты",
|
|
28
|
-
"table.results.plural.capped": "{{count}}+ результатов",
|
|
29
|
-
"table.rowDensity.compact": "Компактный",
|
|
30
|
-
"table.rowDensity.spacious": "Просторный",
|
|
31
17
|
"table.search.placeholder": "Поиск...",
|
|
32
|
-
"table.searchPlaceholder": "Поиск...",
|
|
33
18
|
"table.selectAll.allSelected": "<strong>{{totalCount}} элементов (-а)</strong> выбрано.",
|
|
34
19
|
"table.selectAll.clearSelection": "Очистить выбранное",
|
|
35
20
|
"table.selectAll.pageSelected": "<strong>{{count}} элементов (-а) </strong> на этой странице выбрано.",
|
|
@@ -38,10 +23,7 @@ var translation = {
|
|
|
38
23
|
"table.sorting.ascending": "По возрастанию",
|
|
39
24
|
"table.sorting.descending": "По убыванию",
|
|
40
25
|
"table.sorting.label": "Сортировка",
|
|
41
|
-
"table.sorting.
|
|
42
|
-
"table.sorting.toolip": "Настройка сортировки и направления",
|
|
43
|
-
"table.spacing": "Интервал",
|
|
44
|
-
"table.spacing.toolip": "Настроить плотность столбцов"
|
|
26
|
+
"table.sorting.toolip": "Настройка сортировки и направления"
|
|
45
27
|
};
|
|
46
28
|
|
|
47
29
|
exports.default = translation;
|
package/translation12.esm.js
CHANGED
|
@@ -8,26 +8,11 @@ var translation = {
|
|
|
8
8
|
"table.columnActions.sortAscending": "Сортировать по возрастанию",
|
|
9
9
|
"table.columnActions.sortDescending": "Сортировать по убыванию",
|
|
10
10
|
"table.columnActions.unPinColumn": "Открепить столбец",
|
|
11
|
-
"table.columnFilters.columns": "Столбцы",
|
|
12
|
-
"table.columnFilters.hiddenColumnCount": "{{count}} колонка скрыта",
|
|
13
|
-
"table.columnFilters.hiddenColumnsCount": "{{count}} колонок скрыто",
|
|
14
|
-
"table.columnFilters.title": "Visible columns",
|
|
15
11
|
"table.columnFilters.tooltip": "Настроить столбцы",
|
|
16
|
-
"table.error": "Что-то пошло не так при загрузке данных",
|
|
17
|
-
"table.exportFileName": "экспортированные данные",
|
|
18
|
-
"table.format": "Формат",
|
|
19
12
|
"table.noResults": "Нет результатов",
|
|
20
13
|
"table.pagination.full": "Показано {{count}} из {{total}} результатов",
|
|
21
14
|
"table.pagination.full.capped": "Показано {{count}} из {{total}}+ результатов",
|
|
22
|
-
"table.pagination.of": "из {{count}}",
|
|
23
|
-
"table.pagination.page": "Страница",
|
|
24
|
-
"table.result": "{{count}} результат",
|
|
25
|
-
"table.results.plural": "{{count}} результаты",
|
|
26
|
-
"table.results.plural.capped": "{{count}}+ результатов",
|
|
27
|
-
"table.rowDensity.compact": "Компактный",
|
|
28
|
-
"table.rowDensity.spacious": "Просторный",
|
|
29
15
|
"table.search.placeholder": "Поиск...",
|
|
30
|
-
"table.searchPlaceholder": "Поиск...",
|
|
31
16
|
"table.selectAll.allSelected": "<strong>{{totalCount}} элементов (-а)</strong> выбрано.",
|
|
32
17
|
"table.selectAll.clearSelection": "Очистить выбранное",
|
|
33
18
|
"table.selectAll.pageSelected": "<strong>{{count}} элементов (-а) </strong> на этой странице выбрано.",
|
|
@@ -36,10 +21,7 @@ var translation = {
|
|
|
36
21
|
"table.sorting.ascending": "По возрастанию",
|
|
37
22
|
"table.sorting.descending": "По убыванию",
|
|
38
23
|
"table.sorting.label": "Сортировка",
|
|
39
|
-
"table.sorting.
|
|
40
|
-
"table.sorting.toolip": "Настройка сортировки и направления",
|
|
41
|
-
"table.spacing": "Интервал",
|
|
42
|
-
"table.spacing.toolip": "Настроить плотность столбцов"
|
|
24
|
+
"table.sorting.toolip": "Настройка сортировки и направления"
|
|
43
25
|
};
|
|
44
26
|
|
|
45
27
|
export { translation as default };
|
package/translation13.cjs.js
CHANGED
|
@@ -10,26 +10,11 @@ var translation = {
|
|
|
10
10
|
"table.columnActions.sortAscending": "Sortează ascendent",
|
|
11
11
|
"table.columnActions.sortDescending": "Sortează descendent",
|
|
12
12
|
"table.columnActions.unPinColumn": "Anulează fixarea coloanei",
|
|
13
|
-
"table.columnFilters.columns": "Coloane",
|
|
14
|
-
"table.columnFilters.hiddenColumnCount": "{{count}} coloană ascunsă",
|
|
15
|
-
"table.columnFilters.hiddenColumnsCount": "{{count}} (de) coloane ascunse",
|
|
16
|
-
"table.columnFilters.title": "Visible columns",
|
|
17
13
|
"table.columnFilters.tooltip": "Personalizare coloane",
|
|
18
|
-
"table.error": "Ceva nu a funcționat la încărcarea datelor",
|
|
19
|
-
"table.exportFileName": "date exportate",
|
|
20
|
-
"table.format": "Format",
|
|
21
14
|
"table.noResults": "Niciun rezultat",
|
|
22
15
|
"table.pagination.full": "Afișare {{count}} (de) rezultate din {{total}}",
|
|
23
16
|
"table.pagination.full.capped": "Afișare {{count}} din mai mult de {{total}} (de) rezultate",
|
|
24
|
-
"table.pagination.of": "din {{count}}",
|
|
25
|
-
"table.pagination.page": "Pagina",
|
|
26
|
-
"table.result": "{{count}} rezultat",
|
|
27
|
-
"table.results.plural": "{{count}} rezultate",
|
|
28
|
-
"table.results.plural.capped": "{{count}}+ (de) rezultate",
|
|
29
|
-
"table.rowDensity.compact": "Compact",
|
|
30
|
-
"table.rowDensity.spacious": "Spațios",
|
|
31
17
|
"table.search.placeholder": "Căutare...",
|
|
32
|
-
"table.searchPlaceholder": "Căutare...",
|
|
33
18
|
"table.selectAll.allSelected": "Sunt selectate <strong>{{totalCount}} (de) elemente</strong>.",
|
|
34
19
|
"table.selectAll.clearSelection": "Ștergere selecție",
|
|
35
20
|
"table.selectAll.pageSelected": "Sunt selectate <strong>{{count}} (de) elemente</strong> de pe această pagină.",
|
|
@@ -38,10 +23,7 @@ var translation = {
|
|
|
38
23
|
"table.sorting.ascending": "Ascendent",
|
|
39
24
|
"table.sorting.descending": "Descendent",
|
|
40
25
|
"table.sorting.label": "Sortare",
|
|
41
|
-
"table.sorting.
|
|
42
|
-
"table.sorting.toolip": "Reglați sortarea și direcția",
|
|
43
|
-
"table.spacing": "Spațiere",
|
|
44
|
-
"table.spacing.toolip": "Reglați densitatea rândului"
|
|
26
|
+
"table.sorting.toolip": "Reglați sortarea și direcția"
|
|
45
27
|
};
|
|
46
28
|
|
|
47
29
|
exports.default = translation;
|
package/translation13.esm.js
CHANGED
|
@@ -8,26 +8,11 @@ var translation = {
|
|
|
8
8
|
"table.columnActions.sortAscending": "Sortează ascendent",
|
|
9
9
|
"table.columnActions.sortDescending": "Sortează descendent",
|
|
10
10
|
"table.columnActions.unPinColumn": "Anulează fixarea coloanei",
|
|
11
|
-
"table.columnFilters.columns": "Coloane",
|
|
12
|
-
"table.columnFilters.hiddenColumnCount": "{{count}} coloană ascunsă",
|
|
13
|
-
"table.columnFilters.hiddenColumnsCount": "{{count}} (de) coloane ascunse",
|
|
14
|
-
"table.columnFilters.title": "Visible columns",
|
|
15
11
|
"table.columnFilters.tooltip": "Personalizare coloane",
|
|
16
|
-
"table.error": "Ceva nu a funcționat la încărcarea datelor",
|
|
17
|
-
"table.exportFileName": "date exportate",
|
|
18
|
-
"table.format": "Format",
|
|
19
12
|
"table.noResults": "Niciun rezultat",
|
|
20
13
|
"table.pagination.full": "Afișare {{count}} (de) rezultate din {{total}}",
|
|
21
14
|
"table.pagination.full.capped": "Afișare {{count}} din mai mult de {{total}} (de) rezultate",
|
|
22
|
-
"table.pagination.of": "din {{count}}",
|
|
23
|
-
"table.pagination.page": "Pagina",
|
|
24
|
-
"table.result": "{{count}} rezultat",
|
|
25
|
-
"table.results.plural": "{{count}} rezultate",
|
|
26
|
-
"table.results.plural.capped": "{{count}}+ (de) rezultate",
|
|
27
|
-
"table.rowDensity.compact": "Compact",
|
|
28
|
-
"table.rowDensity.spacious": "Spațios",
|
|
29
15
|
"table.search.placeholder": "Căutare...",
|
|
30
|
-
"table.searchPlaceholder": "Căutare...",
|
|
31
16
|
"table.selectAll.allSelected": "Sunt selectate <strong>{{totalCount}} (de) elemente</strong>.",
|
|
32
17
|
"table.selectAll.clearSelection": "Ștergere selecție",
|
|
33
18
|
"table.selectAll.pageSelected": "Sunt selectate <strong>{{count}} (de) elemente</strong> de pe această pagină.",
|
|
@@ -36,10 +21,7 @@ var translation = {
|
|
|
36
21
|
"table.sorting.ascending": "Ascendent",
|
|
37
22
|
"table.sorting.descending": "Descendent",
|
|
38
23
|
"table.sorting.label": "Sortare",
|
|
39
|
-
"table.sorting.
|
|
40
|
-
"table.sorting.toolip": "Reglați sortarea și direcția",
|
|
41
|
-
"table.spacing": "Spațiere",
|
|
42
|
-
"table.spacing.toolip": "Reglați densitatea rândului"
|
|
24
|
+
"table.sorting.toolip": "Reglați sortarea și direcția"
|
|
43
25
|
};
|
|
44
26
|
|
|
45
27
|
export { translation as default };
|
package/translation14.cjs.js
CHANGED
|
@@ -10,26 +10,11 @@ var translation = {
|
|
|
10
10
|
"table.columnActions.sortAscending": "Ordenar ascendente",
|
|
11
11
|
"table.columnActions.sortDescending": "Ordenar descendente",
|
|
12
12
|
"table.columnActions.unPinColumn": "Desanclar columna",
|
|
13
|
-
"table.columnFilters.columns": "Columnas",
|
|
14
|
-
"table.columnFilters.hiddenColumnCount": "{{count}} columna oculta",
|
|
15
|
-
"table.columnFilters.hiddenColumnsCount": "{{count}} columnas ocultas",
|
|
16
|
-
"table.columnFilters.title": "Visible columns",
|
|
17
13
|
"table.columnFilters.tooltip": "Personalizar columnas",
|
|
18
|
-
"table.error": "Algo ha salido mal al cargar los datos",
|
|
19
|
-
"table.exportFileName": "datos exportados",
|
|
20
|
-
"table.format": "Formato",
|
|
21
14
|
"table.noResults": "No hay resultados",
|
|
22
15
|
"table.pagination.full": "Mostrando {{count}} de {{total}} resultados",
|
|
23
16
|
"table.pagination.full.capped": "Mostrando {{count}} de más de {{total}} resultados",
|
|
24
|
-
"table.pagination.of": "de {{count}}",
|
|
25
|
-
"table.pagination.page": "Página",
|
|
26
|
-
"table.result": "{{count}} resultado",
|
|
27
|
-
"table.results.plural": "{{count}} resultados",
|
|
28
|
-
"table.results.plural.capped": "{{count}}+ resultados",
|
|
29
|
-
"table.rowDensity.compact": "Compacto",
|
|
30
|
-
"table.rowDensity.spacious": "Amplio",
|
|
31
17
|
"table.search.placeholder": "Buscar...",
|
|
32
|
-
"table.searchPlaceholder": "Buscar...",
|
|
33
18
|
"table.selectAll.allSelected": "Están seleccionados <strong>{{totalCount}} elementos</strong>.",
|
|
34
19
|
"table.selectAll.clearSelection": "Borrar selección",
|
|
35
20
|
"table.selectAll.pageSelected": "Están seleccionados <strong>{{count}} elementos</strong> en esta página.",
|
|
@@ -38,10 +23,7 @@ var translation = {
|
|
|
38
23
|
"table.sorting.ascending": "Ascendente",
|
|
39
24
|
"table.sorting.descending": "Descendente",
|
|
40
25
|
"table.sorting.label": "Clasificación",
|
|
41
|
-
"table.sorting.
|
|
42
|
-
"table.sorting.toolip": "Ajustar orden y dirección",
|
|
43
|
-
"table.spacing": "Espaciado",
|
|
44
|
-
"table.spacing.toolip": "Ajustar densidad de filas"
|
|
26
|
+
"table.sorting.toolip": "Ajustar orden y dirección"
|
|
45
27
|
};
|
|
46
28
|
|
|
47
29
|
exports.default = translation;
|
package/translation14.esm.js
CHANGED
|
@@ -8,26 +8,11 @@ var translation = {
|
|
|
8
8
|
"table.columnActions.sortAscending": "Ordenar ascendente",
|
|
9
9
|
"table.columnActions.sortDescending": "Ordenar descendente",
|
|
10
10
|
"table.columnActions.unPinColumn": "Desanclar columna",
|
|
11
|
-
"table.columnFilters.columns": "Columnas",
|
|
12
|
-
"table.columnFilters.hiddenColumnCount": "{{count}} columna oculta",
|
|
13
|
-
"table.columnFilters.hiddenColumnsCount": "{{count}} columnas ocultas",
|
|
14
|
-
"table.columnFilters.title": "Visible columns",
|
|
15
11
|
"table.columnFilters.tooltip": "Personalizar columnas",
|
|
16
|
-
"table.error": "Algo ha salido mal al cargar los datos",
|
|
17
|
-
"table.exportFileName": "datos exportados",
|
|
18
|
-
"table.format": "Formato",
|
|
19
12
|
"table.noResults": "No hay resultados",
|
|
20
13
|
"table.pagination.full": "Mostrando {{count}} de {{total}} resultados",
|
|
21
14
|
"table.pagination.full.capped": "Mostrando {{count}} de más de {{total}} resultados",
|
|
22
|
-
"table.pagination.of": "de {{count}}",
|
|
23
|
-
"table.pagination.page": "Página",
|
|
24
|
-
"table.result": "{{count}} resultado",
|
|
25
|
-
"table.results.plural": "{{count}} resultados",
|
|
26
|
-
"table.results.plural.capped": "{{count}}+ resultados",
|
|
27
|
-
"table.rowDensity.compact": "Compacto",
|
|
28
|
-
"table.rowDensity.spacious": "Amplio",
|
|
29
15
|
"table.search.placeholder": "Buscar...",
|
|
30
|
-
"table.searchPlaceholder": "Buscar...",
|
|
31
16
|
"table.selectAll.allSelected": "Están seleccionados <strong>{{totalCount}} elementos</strong>.",
|
|
32
17
|
"table.selectAll.clearSelection": "Borrar selección",
|
|
33
18
|
"table.selectAll.pageSelected": "Están seleccionados <strong>{{count}} elementos</strong> en esta página.",
|
|
@@ -36,10 +21,7 @@ var translation = {
|
|
|
36
21
|
"table.sorting.ascending": "Ascendente",
|
|
37
22
|
"table.sorting.descending": "Descendente",
|
|
38
23
|
"table.sorting.label": "Clasificación",
|
|
39
|
-
"table.sorting.
|
|
40
|
-
"table.sorting.toolip": "Ajustar orden y dirección",
|
|
41
|
-
"table.spacing": "Espaciado",
|
|
42
|
-
"table.spacing.toolip": "Ajustar densidad de filas"
|
|
24
|
+
"table.sorting.toolip": "Ajustar orden y dirección"
|
|
43
25
|
};
|
|
44
26
|
|
|
45
27
|
export { translation as default };
|