@trackunit/react-table 1.13.40 → 1.13.42
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/package.json +9 -9
- package/translation.cjs.js +4 -0
- package/translation.cjs10.js +4 -0
- package/translation.cjs11.js +4 -0
- package/translation.cjs12.js +4 -0
- package/translation.cjs13.js +4 -0
- package/translation.cjs14.js +4 -0
- package/translation.cjs15.js +4 -0
- package/translation.cjs16.js +4 -0
- package/translation.cjs17.js +4 -0
- package/translation.cjs2.js +4 -0
- package/translation.cjs3.js +4 -0
- package/translation.cjs4.js +4 -0
- package/translation.cjs5.js +4 -0
- package/translation.cjs6.js +4 -0
- package/translation.cjs7.js +4 -0
- package/translation.cjs8.js +4 -0
- package/translation.cjs9.js +4 -0
- package/translation.esm.js +4 -0
- package/translation.esm10.js +4 -0
- package/translation.esm11.js +4 -0
- package/translation.esm12.js +4 -0
- package/translation.esm13.js +4 -0
- package/translation.esm14.js +4 -0
- package/translation.esm15.js +4 -0
- package/translation.esm16.js +4 -0
- package/translation.esm17.js +4 -0
- package/translation.esm2.js +4 -0
- package/translation.esm3.js +4 -0
- package/translation.esm4.js +4 -0
- package/translation.esm5.js +4 -0
- package/translation.esm6.js +4 -0
- package/translation.esm7.js +4 -0
- package/translation.esm8.js +4 -0
- package/translation.esm9.js +4 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/react-table",
|
|
3
|
-
"version": "1.13.
|
|
3
|
+
"version": "1.13.42",
|
|
4
4
|
"repository": "https://github.com/Trackunit/manager",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"engines": {
|
|
@@ -14,14 +14,14 @@
|
|
|
14
14
|
"react-dnd-html5-backend": "16.0.1",
|
|
15
15
|
"@tanstack/react-router": "1.114.29",
|
|
16
16
|
"tailwind-merge": "^2.0.0",
|
|
17
|
-
"@trackunit/react-components": "1.17.
|
|
18
|
-
"@trackunit/shared-utils": "1.13.
|
|
19
|
-
"@trackunit/css-class-variance-utilities": "1.11.
|
|
20
|
-
"@trackunit/ui-icons": "1.11.
|
|
21
|
-
"@trackunit/react-table-base-components": "1.13.
|
|
22
|
-
"@trackunit/react-form-components": "1.14.
|
|
23
|
-
"@trackunit/i18n-library-translation": "1.12.
|
|
24
|
-
"@trackunit/iris-app-runtime-core-api": "1.12.
|
|
17
|
+
"@trackunit/react-components": "1.17.36",
|
|
18
|
+
"@trackunit/shared-utils": "1.13.51",
|
|
19
|
+
"@trackunit/css-class-variance-utilities": "1.11.51",
|
|
20
|
+
"@trackunit/ui-icons": "1.11.50",
|
|
21
|
+
"@trackunit/react-table-base-components": "1.13.40",
|
|
22
|
+
"@trackunit/react-form-components": "1.14.40",
|
|
23
|
+
"@trackunit/i18n-library-translation": "1.12.37",
|
|
24
|
+
"@trackunit/iris-app-runtime-core-api": "1.12.32",
|
|
25
25
|
"graphql": "^16.10.0"
|
|
26
26
|
},
|
|
27
27
|
"module": "./index.esm.js",
|
package/translation.cjs.js
CHANGED
|
@@ -29,6 +29,10 @@ var translation = {
|
|
|
29
29
|
"table.rowDensity.spacious": "Weitläufig",
|
|
30
30
|
"table.search.placeholder": "Suchen...",
|
|
31
31
|
"table.searchPlaceholder": "Suchen...",
|
|
32
|
+
"table.selectAll.allSelected": "<strong>{{totalCount}} items</strong> are selected.",
|
|
33
|
+
"table.selectAll.clearSelection": "Clear selection",
|
|
34
|
+
"table.selectAll.pageSelected": "<strong>{{count}} items</strong> on this page are selected.",
|
|
35
|
+
"table.selectAll.selectAll": "Select all items",
|
|
32
36
|
"table.selection.label": "Auswahl",
|
|
33
37
|
"table.sorting.ascending": "Aufsteigend",
|
|
34
38
|
"table.sorting.descending": "Absteigend",
|
package/translation.cjs10.js
CHANGED
|
@@ -29,6 +29,10 @@ var translation = {
|
|
|
29
29
|
"table.rowDensity.spacious": "Przestronny",
|
|
30
30
|
"table.search.placeholder": "Szukaj...",
|
|
31
31
|
"table.searchPlaceholder": "Szukaj...",
|
|
32
|
+
"table.selectAll.allSelected": "<strong>{{totalCount}} items</strong> are selected.",
|
|
33
|
+
"table.selectAll.clearSelection": "Clear selection",
|
|
34
|
+
"table.selectAll.pageSelected": "<strong>{{count}} items</strong> on this page are selected.",
|
|
35
|
+
"table.selectAll.selectAll": "Select all items",
|
|
32
36
|
"table.selection.label": "Wybór",
|
|
33
37
|
"table.sorting.ascending": "Rosnąco",
|
|
34
38
|
"table.sorting.descending": "Malejąco",
|
package/translation.cjs11.js
CHANGED
|
@@ -29,6 +29,10 @@ var translation = {
|
|
|
29
29
|
"table.rowDensity.spacious": "Espaçoso",
|
|
30
30
|
"table.search.placeholder": "Pesquisar...",
|
|
31
31
|
"table.searchPlaceholder": "Pesquisar...",
|
|
32
|
+
"table.selectAll.allSelected": "<strong>{{totalCount}} items</strong> are selected.",
|
|
33
|
+
"table.selectAll.clearSelection": "Clear selection",
|
|
34
|
+
"table.selectAll.pageSelected": "<strong>{{count}} items</strong> on this page are selected.",
|
|
35
|
+
"table.selectAll.selectAll": "Select all items",
|
|
32
36
|
"table.selection.label": "Seleção",
|
|
33
37
|
"table.sorting.ascending": "Ascendente",
|
|
34
38
|
"table.sorting.descending": "Descendente",
|
package/translation.cjs12.js
CHANGED
|
@@ -29,6 +29,10 @@ var translation = {
|
|
|
29
29
|
"table.rowDensity.spacious": "Просторный",
|
|
30
30
|
"table.search.placeholder": "Поиск...",
|
|
31
31
|
"table.searchPlaceholder": "Поиск...",
|
|
32
|
+
"table.selectAll.allSelected": "<strong>{{totalCount}} items</strong> are selected.",
|
|
33
|
+
"table.selectAll.clearSelection": "Clear selection",
|
|
34
|
+
"table.selectAll.pageSelected": "<strong>{{count}} items</strong> on this page are selected.",
|
|
35
|
+
"table.selectAll.selectAll": "Select all items",
|
|
32
36
|
"table.selection.label": "Выбор",
|
|
33
37
|
"table.sorting.ascending": "По возрастанию",
|
|
34
38
|
"table.sorting.descending": "По убыванию",
|
package/translation.cjs13.js
CHANGED
|
@@ -29,6 +29,10 @@ var translation = {
|
|
|
29
29
|
"table.rowDensity.spacious": "Spațios",
|
|
30
30
|
"table.search.placeholder": "Căutare...",
|
|
31
31
|
"table.searchPlaceholder": "Căutare...",
|
|
32
|
+
"table.selectAll.allSelected": "<strong>{{totalCount}} items</strong> are selected.",
|
|
33
|
+
"table.selectAll.clearSelection": "Clear selection",
|
|
34
|
+
"table.selectAll.pageSelected": "<strong>{{count}} items</strong> on this page are selected.",
|
|
35
|
+
"table.selectAll.selectAll": "Select all items",
|
|
32
36
|
"table.selection.label": "Selectare",
|
|
33
37
|
"table.sorting.ascending": "Ascendent",
|
|
34
38
|
"table.sorting.descending": "Descendent",
|
package/translation.cjs14.js
CHANGED
|
@@ -29,6 +29,10 @@ var translation = {
|
|
|
29
29
|
"table.rowDensity.spacious": "Amplio",
|
|
30
30
|
"table.search.placeholder": "Buscar...",
|
|
31
31
|
"table.searchPlaceholder": "Buscar...",
|
|
32
|
+
"table.selectAll.allSelected": "<strong>{{totalCount}} items</strong> are selected.",
|
|
33
|
+
"table.selectAll.clearSelection": "Clear selection",
|
|
34
|
+
"table.selectAll.pageSelected": "<strong>{{count}} items</strong> on this page are selected.",
|
|
35
|
+
"table.selectAll.selectAll": "Select all items",
|
|
32
36
|
"table.selection.label": "Selección",
|
|
33
37
|
"table.sorting.ascending": "Ascendente",
|
|
34
38
|
"table.sorting.descending": "Descendente",
|
package/translation.cjs15.js
CHANGED
|
@@ -29,6 +29,10 @@ var translation = {
|
|
|
29
29
|
"table.rowDensity.spacious": "Rymlig",
|
|
30
30
|
"table.search.placeholder": "Sök...",
|
|
31
31
|
"table.searchPlaceholder": "Sök...",
|
|
32
|
+
"table.selectAll.allSelected": "<strong>{{totalCount}} items</strong> are selected.",
|
|
33
|
+
"table.selectAll.clearSelection": "Clear selection",
|
|
34
|
+
"table.selectAll.pageSelected": "<strong>{{count}} items</strong> on this page are selected.",
|
|
35
|
+
"table.selectAll.selectAll": "Select all items",
|
|
32
36
|
"table.selection.label": "Urval",
|
|
33
37
|
"table.sorting.ascending": "Stigande",
|
|
34
38
|
"table.sorting.descending": "Nedåtgående",
|
package/translation.cjs16.js
CHANGED
|
@@ -29,6 +29,10 @@ var translation = {
|
|
|
29
29
|
"table.rowDensity.spacious": "ワイド",
|
|
30
30
|
"table.search.placeholder": "検索",
|
|
31
31
|
"table.searchPlaceholder": "検索",
|
|
32
|
+
"table.selectAll.allSelected": "<strong>{{totalCount}} items</strong> are selected.",
|
|
33
|
+
"table.selectAll.clearSelection": "Clear selection",
|
|
34
|
+
"table.selectAll.pageSelected": "<strong>{{count}} items</strong> on this page are selected.",
|
|
35
|
+
"table.selectAll.selectAll": "Select all items",
|
|
32
36
|
"table.selection.label": "選択",
|
|
33
37
|
"table.sorting.ascending": "昇順",
|
|
34
38
|
"table.sorting.descending": "降順",
|
package/translation.cjs17.js
CHANGED
|
@@ -29,6 +29,10 @@ var translation = {
|
|
|
29
29
|
"table.rowDensity.spacious": "กว้างขวาง",
|
|
30
30
|
"table.search.placeholder": "ค้นหา...",
|
|
31
31
|
"table.searchPlaceholder": "ค้นหา...",
|
|
32
|
+
"table.selectAll.allSelected": "<strong>{{totalCount}} items</strong> are selected.",
|
|
33
|
+
"table.selectAll.clearSelection": "Clear selection",
|
|
34
|
+
"table.selectAll.pageSelected": "<strong>{{count}} items</strong> on this page are selected.",
|
|
35
|
+
"table.selectAll.selectAll": "Select all items",
|
|
32
36
|
"table.selection.label": "สิ่งที่เลือก",
|
|
33
37
|
"table.sorting.ascending": "จากน้อยไปมาก",
|
|
34
38
|
"table.sorting.descending": "จากมากไปน้อย",
|
package/translation.cjs2.js
CHANGED
|
@@ -29,6 +29,10 @@ var translation = {
|
|
|
29
29
|
"table.rowDensity.spacious": "Rummelig",
|
|
30
30
|
"table.search.placeholder": "Søg...",
|
|
31
31
|
"table.searchPlaceholder": "Søg...",
|
|
32
|
+
"table.selectAll.allSelected": "<strong>{{totalCount}} items</strong> are selected.",
|
|
33
|
+
"table.selectAll.clearSelection": "Clear selection",
|
|
34
|
+
"table.selectAll.pageSelected": "<strong>{{count}} items</strong> on this page are selected.",
|
|
35
|
+
"table.selectAll.selectAll": "Select all items",
|
|
32
36
|
"table.selection.label": "Valg",
|
|
33
37
|
"table.sorting.ascending": "Stigende",
|
|
34
38
|
"table.sorting.descending": "Faldende",
|
package/translation.cjs3.js
CHANGED
|
@@ -29,6 +29,10 @@ var translation = {
|
|
|
29
29
|
"table.rowDensity.spacious": "Prostorný",
|
|
30
30
|
"table.search.placeholder": "Hledat...",
|
|
31
31
|
"table.searchPlaceholder": "Hledat...",
|
|
32
|
+
"table.selectAll.allSelected": "<strong>{{totalCount}} items</strong> are selected.",
|
|
33
|
+
"table.selectAll.clearSelection": "Clear selection",
|
|
34
|
+
"table.selectAll.pageSelected": "<strong>{{count}} items</strong> on this page are selected.",
|
|
35
|
+
"table.selectAll.selectAll": "Select all items",
|
|
32
36
|
"table.selection.label": "Výběr",
|
|
33
37
|
"table.sorting.ascending": "Vzestupné",
|
|
34
38
|
"table.sorting.descending": "Sestupné",
|
package/translation.cjs4.js
CHANGED
|
@@ -29,6 +29,10 @@ var translation = {
|
|
|
29
29
|
"table.rowDensity.spacious": "Ruim",
|
|
30
30
|
"table.search.placeholder": "Zoeken...",
|
|
31
31
|
"table.searchPlaceholder": "Zoeken...",
|
|
32
|
+
"table.selectAll.allSelected": "<strong>{{totalCount}} items</strong> are selected.",
|
|
33
|
+
"table.selectAll.clearSelection": "Clear selection",
|
|
34
|
+
"table.selectAll.pageSelected": "<strong>{{count}} items</strong> on this page are selected.",
|
|
35
|
+
"table.selectAll.selectAll": "Select all items",
|
|
32
36
|
"table.selection.label": "Selectie",
|
|
33
37
|
"table.sorting.ascending": "Oplopend",
|
|
34
38
|
"table.sorting.descending": "Aflopend",
|
package/translation.cjs5.js
CHANGED
|
@@ -29,6 +29,10 @@ var translation = {
|
|
|
29
29
|
"table.rowDensity.spacious": "Spacieux",
|
|
30
30
|
"table.search.placeholder": "Rechercher...",
|
|
31
31
|
"table.searchPlaceholder": "Rechercher...",
|
|
32
|
+
"table.selectAll.allSelected": "<strong>{{totalCount}} items</strong> are selected.",
|
|
33
|
+
"table.selectAll.clearSelection": "Clear selection",
|
|
34
|
+
"table.selectAll.pageSelected": "<strong>{{count}} items</strong> on this page are selected.",
|
|
35
|
+
"table.selectAll.selectAll": "Select all items",
|
|
32
36
|
"table.selection.label": "Sélection",
|
|
33
37
|
"table.sorting.ascending": "Croissant",
|
|
34
38
|
"table.sorting.descending": "Décroissant",
|
package/translation.cjs6.js
CHANGED
|
@@ -29,6 +29,10 @@ var translation = {
|
|
|
29
29
|
"table.rowDensity.spacious": "Harva",
|
|
30
30
|
"table.search.placeholder": "Haku...",
|
|
31
31
|
"table.searchPlaceholder": "Haku...",
|
|
32
|
+
"table.selectAll.allSelected": "<strong>{{totalCount}} items</strong> are selected.",
|
|
33
|
+
"table.selectAll.clearSelection": "Clear selection",
|
|
34
|
+
"table.selectAll.pageSelected": "<strong>{{count}} items</strong> on this page are selected.",
|
|
35
|
+
"table.selectAll.selectAll": "Select all items",
|
|
32
36
|
"table.selection.label": "Valinta",
|
|
33
37
|
"table.sorting.ascending": "Nouseva",
|
|
34
38
|
"table.sorting.descending": "Laskeva",
|
package/translation.cjs7.js
CHANGED
|
@@ -29,6 +29,10 @@ var translation = {
|
|
|
29
29
|
"table.rowDensity.spacious": "Tágas",
|
|
30
30
|
"table.search.placeholder": "Keresés...",
|
|
31
31
|
"table.searchPlaceholder": "Keresés...",
|
|
32
|
+
"table.selectAll.allSelected": "<strong>{{totalCount}} items</strong> are selected.",
|
|
33
|
+
"table.selectAll.clearSelection": "Clear selection",
|
|
34
|
+
"table.selectAll.pageSelected": "<strong>{{count}} items</strong> on this page are selected.",
|
|
35
|
+
"table.selectAll.selectAll": "Select all items",
|
|
32
36
|
"table.selection.label": "Kijelölés",
|
|
33
37
|
"table.sorting.ascending": "Növekvő",
|
|
34
38
|
"table.sorting.descending": "Csökkenő",
|
package/translation.cjs8.js
CHANGED
|
@@ -29,6 +29,10 @@ var translation = {
|
|
|
29
29
|
"table.rowDensity.spacious": "Ampia",
|
|
30
30
|
"table.search.placeholder": "Ricerca...",
|
|
31
31
|
"table.searchPlaceholder": "Ricerca...",
|
|
32
|
+
"table.selectAll.allSelected": "<strong>{{totalCount}} items</strong> are selected.",
|
|
33
|
+
"table.selectAll.clearSelection": "Clear selection",
|
|
34
|
+
"table.selectAll.pageSelected": "<strong>{{count}} items</strong> on this page are selected.",
|
|
35
|
+
"table.selectAll.selectAll": "Select all items",
|
|
32
36
|
"table.selection.label": "Selezione",
|
|
33
37
|
"table.sorting.ascending": "Ascendente",
|
|
34
38
|
"table.sorting.descending": "Discendente",
|
package/translation.cjs9.js
CHANGED
|
@@ -29,6 +29,10 @@ var translation = {
|
|
|
29
29
|
"table.rowDensity.spacious": "Romslig",
|
|
30
30
|
"table.search.placeholder": "Søk ...",
|
|
31
31
|
"table.searchPlaceholder": "Søk ...",
|
|
32
|
+
"table.selectAll.allSelected": "<strong>{{totalCount}} items</strong> are selected.",
|
|
33
|
+
"table.selectAll.clearSelection": "Clear selection",
|
|
34
|
+
"table.selectAll.pageSelected": "<strong>{{count}} items</strong> on this page are selected.",
|
|
35
|
+
"table.selectAll.selectAll": "Select all items",
|
|
32
36
|
"table.selection.label": "Valg",
|
|
33
37
|
"table.sorting.ascending": "Stigende",
|
|
34
38
|
"table.sorting.descending": "Synkende",
|
package/translation.esm.js
CHANGED
|
@@ -27,6 +27,10 @@ var translation = {
|
|
|
27
27
|
"table.rowDensity.spacious": "Weitläufig",
|
|
28
28
|
"table.search.placeholder": "Suchen...",
|
|
29
29
|
"table.searchPlaceholder": "Suchen...",
|
|
30
|
+
"table.selectAll.allSelected": "<strong>{{totalCount}} items</strong> are selected.",
|
|
31
|
+
"table.selectAll.clearSelection": "Clear selection",
|
|
32
|
+
"table.selectAll.pageSelected": "<strong>{{count}} items</strong> on this page are selected.",
|
|
33
|
+
"table.selectAll.selectAll": "Select all items",
|
|
30
34
|
"table.selection.label": "Auswahl",
|
|
31
35
|
"table.sorting.ascending": "Aufsteigend",
|
|
32
36
|
"table.sorting.descending": "Absteigend",
|
package/translation.esm10.js
CHANGED
|
@@ -27,6 +27,10 @@ var translation = {
|
|
|
27
27
|
"table.rowDensity.spacious": "Przestronny",
|
|
28
28
|
"table.search.placeholder": "Szukaj...",
|
|
29
29
|
"table.searchPlaceholder": "Szukaj...",
|
|
30
|
+
"table.selectAll.allSelected": "<strong>{{totalCount}} items</strong> are selected.",
|
|
31
|
+
"table.selectAll.clearSelection": "Clear selection",
|
|
32
|
+
"table.selectAll.pageSelected": "<strong>{{count}} items</strong> on this page are selected.",
|
|
33
|
+
"table.selectAll.selectAll": "Select all items",
|
|
30
34
|
"table.selection.label": "Wybór",
|
|
31
35
|
"table.sorting.ascending": "Rosnąco",
|
|
32
36
|
"table.sorting.descending": "Malejąco",
|
package/translation.esm11.js
CHANGED
|
@@ -27,6 +27,10 @@ var translation = {
|
|
|
27
27
|
"table.rowDensity.spacious": "Espaçoso",
|
|
28
28
|
"table.search.placeholder": "Pesquisar...",
|
|
29
29
|
"table.searchPlaceholder": "Pesquisar...",
|
|
30
|
+
"table.selectAll.allSelected": "<strong>{{totalCount}} items</strong> are selected.",
|
|
31
|
+
"table.selectAll.clearSelection": "Clear selection",
|
|
32
|
+
"table.selectAll.pageSelected": "<strong>{{count}} items</strong> on this page are selected.",
|
|
33
|
+
"table.selectAll.selectAll": "Select all items",
|
|
30
34
|
"table.selection.label": "Seleção",
|
|
31
35
|
"table.sorting.ascending": "Ascendente",
|
|
32
36
|
"table.sorting.descending": "Descendente",
|
package/translation.esm12.js
CHANGED
|
@@ -27,6 +27,10 @@ var translation = {
|
|
|
27
27
|
"table.rowDensity.spacious": "Просторный",
|
|
28
28
|
"table.search.placeholder": "Поиск...",
|
|
29
29
|
"table.searchPlaceholder": "Поиск...",
|
|
30
|
+
"table.selectAll.allSelected": "<strong>{{totalCount}} items</strong> are selected.",
|
|
31
|
+
"table.selectAll.clearSelection": "Clear selection",
|
|
32
|
+
"table.selectAll.pageSelected": "<strong>{{count}} items</strong> on this page are selected.",
|
|
33
|
+
"table.selectAll.selectAll": "Select all items",
|
|
30
34
|
"table.selection.label": "Выбор",
|
|
31
35
|
"table.sorting.ascending": "По возрастанию",
|
|
32
36
|
"table.sorting.descending": "По убыванию",
|
package/translation.esm13.js
CHANGED
|
@@ -27,6 +27,10 @@ var translation = {
|
|
|
27
27
|
"table.rowDensity.spacious": "Spațios",
|
|
28
28
|
"table.search.placeholder": "Căutare...",
|
|
29
29
|
"table.searchPlaceholder": "Căutare...",
|
|
30
|
+
"table.selectAll.allSelected": "<strong>{{totalCount}} items</strong> are selected.",
|
|
31
|
+
"table.selectAll.clearSelection": "Clear selection",
|
|
32
|
+
"table.selectAll.pageSelected": "<strong>{{count}} items</strong> on this page are selected.",
|
|
33
|
+
"table.selectAll.selectAll": "Select all items",
|
|
30
34
|
"table.selection.label": "Selectare",
|
|
31
35
|
"table.sorting.ascending": "Ascendent",
|
|
32
36
|
"table.sorting.descending": "Descendent",
|
package/translation.esm14.js
CHANGED
|
@@ -27,6 +27,10 @@ var translation = {
|
|
|
27
27
|
"table.rowDensity.spacious": "Amplio",
|
|
28
28
|
"table.search.placeholder": "Buscar...",
|
|
29
29
|
"table.searchPlaceholder": "Buscar...",
|
|
30
|
+
"table.selectAll.allSelected": "<strong>{{totalCount}} items</strong> are selected.",
|
|
31
|
+
"table.selectAll.clearSelection": "Clear selection",
|
|
32
|
+
"table.selectAll.pageSelected": "<strong>{{count}} items</strong> on this page are selected.",
|
|
33
|
+
"table.selectAll.selectAll": "Select all items",
|
|
30
34
|
"table.selection.label": "Selección",
|
|
31
35
|
"table.sorting.ascending": "Ascendente",
|
|
32
36
|
"table.sorting.descending": "Descendente",
|
package/translation.esm15.js
CHANGED
|
@@ -27,6 +27,10 @@ var translation = {
|
|
|
27
27
|
"table.rowDensity.spacious": "Rymlig",
|
|
28
28
|
"table.search.placeholder": "Sök...",
|
|
29
29
|
"table.searchPlaceholder": "Sök...",
|
|
30
|
+
"table.selectAll.allSelected": "<strong>{{totalCount}} items</strong> are selected.",
|
|
31
|
+
"table.selectAll.clearSelection": "Clear selection",
|
|
32
|
+
"table.selectAll.pageSelected": "<strong>{{count}} items</strong> on this page are selected.",
|
|
33
|
+
"table.selectAll.selectAll": "Select all items",
|
|
30
34
|
"table.selection.label": "Urval",
|
|
31
35
|
"table.sorting.ascending": "Stigande",
|
|
32
36
|
"table.sorting.descending": "Nedåtgående",
|
package/translation.esm16.js
CHANGED
|
@@ -27,6 +27,10 @@ var translation = {
|
|
|
27
27
|
"table.rowDensity.spacious": "ワイド",
|
|
28
28
|
"table.search.placeholder": "検索",
|
|
29
29
|
"table.searchPlaceholder": "検索",
|
|
30
|
+
"table.selectAll.allSelected": "<strong>{{totalCount}} items</strong> are selected.",
|
|
31
|
+
"table.selectAll.clearSelection": "Clear selection",
|
|
32
|
+
"table.selectAll.pageSelected": "<strong>{{count}} items</strong> on this page are selected.",
|
|
33
|
+
"table.selectAll.selectAll": "Select all items",
|
|
30
34
|
"table.selection.label": "選択",
|
|
31
35
|
"table.sorting.ascending": "昇順",
|
|
32
36
|
"table.sorting.descending": "降順",
|
package/translation.esm17.js
CHANGED
|
@@ -27,6 +27,10 @@ var translation = {
|
|
|
27
27
|
"table.rowDensity.spacious": "กว้างขวาง",
|
|
28
28
|
"table.search.placeholder": "ค้นหา...",
|
|
29
29
|
"table.searchPlaceholder": "ค้นหา...",
|
|
30
|
+
"table.selectAll.allSelected": "<strong>{{totalCount}} items</strong> are selected.",
|
|
31
|
+
"table.selectAll.clearSelection": "Clear selection",
|
|
32
|
+
"table.selectAll.pageSelected": "<strong>{{count}} items</strong> on this page are selected.",
|
|
33
|
+
"table.selectAll.selectAll": "Select all items",
|
|
30
34
|
"table.selection.label": "สิ่งที่เลือก",
|
|
31
35
|
"table.sorting.ascending": "จากน้อยไปมาก",
|
|
32
36
|
"table.sorting.descending": "จากมากไปน้อย",
|
package/translation.esm2.js
CHANGED
|
@@ -27,6 +27,10 @@ var translation = {
|
|
|
27
27
|
"table.rowDensity.spacious": "Rummelig",
|
|
28
28
|
"table.search.placeholder": "Søg...",
|
|
29
29
|
"table.searchPlaceholder": "Søg...",
|
|
30
|
+
"table.selectAll.allSelected": "<strong>{{totalCount}} items</strong> are selected.",
|
|
31
|
+
"table.selectAll.clearSelection": "Clear selection",
|
|
32
|
+
"table.selectAll.pageSelected": "<strong>{{count}} items</strong> on this page are selected.",
|
|
33
|
+
"table.selectAll.selectAll": "Select all items",
|
|
30
34
|
"table.selection.label": "Valg",
|
|
31
35
|
"table.sorting.ascending": "Stigende",
|
|
32
36
|
"table.sorting.descending": "Faldende",
|
package/translation.esm3.js
CHANGED
|
@@ -27,6 +27,10 @@ var translation = {
|
|
|
27
27
|
"table.rowDensity.spacious": "Prostorný",
|
|
28
28
|
"table.search.placeholder": "Hledat...",
|
|
29
29
|
"table.searchPlaceholder": "Hledat...",
|
|
30
|
+
"table.selectAll.allSelected": "<strong>{{totalCount}} items</strong> are selected.",
|
|
31
|
+
"table.selectAll.clearSelection": "Clear selection",
|
|
32
|
+
"table.selectAll.pageSelected": "<strong>{{count}} items</strong> on this page are selected.",
|
|
33
|
+
"table.selectAll.selectAll": "Select all items",
|
|
30
34
|
"table.selection.label": "Výběr",
|
|
31
35
|
"table.sorting.ascending": "Vzestupné",
|
|
32
36
|
"table.sorting.descending": "Sestupné",
|
package/translation.esm4.js
CHANGED
|
@@ -27,6 +27,10 @@ var translation = {
|
|
|
27
27
|
"table.rowDensity.spacious": "Ruim",
|
|
28
28
|
"table.search.placeholder": "Zoeken...",
|
|
29
29
|
"table.searchPlaceholder": "Zoeken...",
|
|
30
|
+
"table.selectAll.allSelected": "<strong>{{totalCount}} items</strong> are selected.",
|
|
31
|
+
"table.selectAll.clearSelection": "Clear selection",
|
|
32
|
+
"table.selectAll.pageSelected": "<strong>{{count}} items</strong> on this page are selected.",
|
|
33
|
+
"table.selectAll.selectAll": "Select all items",
|
|
30
34
|
"table.selection.label": "Selectie",
|
|
31
35
|
"table.sorting.ascending": "Oplopend",
|
|
32
36
|
"table.sorting.descending": "Aflopend",
|
package/translation.esm5.js
CHANGED
|
@@ -27,6 +27,10 @@ var translation = {
|
|
|
27
27
|
"table.rowDensity.spacious": "Spacieux",
|
|
28
28
|
"table.search.placeholder": "Rechercher...",
|
|
29
29
|
"table.searchPlaceholder": "Rechercher...",
|
|
30
|
+
"table.selectAll.allSelected": "<strong>{{totalCount}} items</strong> are selected.",
|
|
31
|
+
"table.selectAll.clearSelection": "Clear selection",
|
|
32
|
+
"table.selectAll.pageSelected": "<strong>{{count}} items</strong> on this page are selected.",
|
|
33
|
+
"table.selectAll.selectAll": "Select all items",
|
|
30
34
|
"table.selection.label": "Sélection",
|
|
31
35
|
"table.sorting.ascending": "Croissant",
|
|
32
36
|
"table.sorting.descending": "Décroissant",
|
package/translation.esm6.js
CHANGED
|
@@ -27,6 +27,10 @@ var translation = {
|
|
|
27
27
|
"table.rowDensity.spacious": "Harva",
|
|
28
28
|
"table.search.placeholder": "Haku...",
|
|
29
29
|
"table.searchPlaceholder": "Haku...",
|
|
30
|
+
"table.selectAll.allSelected": "<strong>{{totalCount}} items</strong> are selected.",
|
|
31
|
+
"table.selectAll.clearSelection": "Clear selection",
|
|
32
|
+
"table.selectAll.pageSelected": "<strong>{{count}} items</strong> on this page are selected.",
|
|
33
|
+
"table.selectAll.selectAll": "Select all items",
|
|
30
34
|
"table.selection.label": "Valinta",
|
|
31
35
|
"table.sorting.ascending": "Nouseva",
|
|
32
36
|
"table.sorting.descending": "Laskeva",
|
package/translation.esm7.js
CHANGED
|
@@ -27,6 +27,10 @@ var translation = {
|
|
|
27
27
|
"table.rowDensity.spacious": "Tágas",
|
|
28
28
|
"table.search.placeholder": "Keresés...",
|
|
29
29
|
"table.searchPlaceholder": "Keresés...",
|
|
30
|
+
"table.selectAll.allSelected": "<strong>{{totalCount}} items</strong> are selected.",
|
|
31
|
+
"table.selectAll.clearSelection": "Clear selection",
|
|
32
|
+
"table.selectAll.pageSelected": "<strong>{{count}} items</strong> on this page are selected.",
|
|
33
|
+
"table.selectAll.selectAll": "Select all items",
|
|
30
34
|
"table.selection.label": "Kijelölés",
|
|
31
35
|
"table.sorting.ascending": "Növekvő",
|
|
32
36
|
"table.sorting.descending": "Csökkenő",
|
package/translation.esm8.js
CHANGED
|
@@ -27,6 +27,10 @@ var translation = {
|
|
|
27
27
|
"table.rowDensity.spacious": "Ampia",
|
|
28
28
|
"table.search.placeholder": "Ricerca...",
|
|
29
29
|
"table.searchPlaceholder": "Ricerca...",
|
|
30
|
+
"table.selectAll.allSelected": "<strong>{{totalCount}} items</strong> are selected.",
|
|
31
|
+
"table.selectAll.clearSelection": "Clear selection",
|
|
32
|
+
"table.selectAll.pageSelected": "<strong>{{count}} items</strong> on this page are selected.",
|
|
33
|
+
"table.selectAll.selectAll": "Select all items",
|
|
30
34
|
"table.selection.label": "Selezione",
|
|
31
35
|
"table.sorting.ascending": "Ascendente",
|
|
32
36
|
"table.sorting.descending": "Discendente",
|
package/translation.esm9.js
CHANGED
|
@@ -27,6 +27,10 @@ var translation = {
|
|
|
27
27
|
"table.rowDensity.spacious": "Romslig",
|
|
28
28
|
"table.search.placeholder": "Søk ...",
|
|
29
29
|
"table.searchPlaceholder": "Søk ...",
|
|
30
|
+
"table.selectAll.allSelected": "<strong>{{totalCount}} items</strong> are selected.",
|
|
31
|
+
"table.selectAll.clearSelection": "Clear selection",
|
|
32
|
+
"table.selectAll.pageSelected": "<strong>{{count}} items</strong> on this page are selected.",
|
|
33
|
+
"table.selectAll.selectAll": "Select all items",
|
|
30
34
|
"table.selection.label": "Valg",
|
|
31
35
|
"table.sorting.ascending": "Stigende",
|
|
32
36
|
"table.sorting.descending": "Synkende",
|