@trackunit/react-table 1.14.6 → 1.14.7
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 +1 -1
- package/translation.cjs.js +3 -3
- package/translation.cjs13.js +3 -3
- package/translation.cjs14.js +3 -3
- package/translation.cjs8.js +3 -3
- package/translation.esm.js +3 -3
- package/translation.esm13.js +3 -3
- package/translation.esm14.js +3 -3
- package/translation.esm8.js +3 -3
package/package.json
CHANGED
package/translation.cjs.js
CHANGED
|
@@ -29,10 +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}}
|
|
32
|
+
"table.selectAll.allSelected": "<strong>{{totalCount}} Elemente</strong> sind ausgewählt.",
|
|
33
33
|
"table.selectAll.clearSelection": "Auswahl löschen",
|
|
34
|
-
"table.selectAll.pageSelected": "<strong>{{count}}
|
|
35
|
-
"table.selectAll.selectAll": "
|
|
34
|
+
"table.selectAll.pageSelected": "<strong>{{count}} Elemente</strong> auf dieser Seite sind ausgewählt.",
|
|
35
|
+
"table.selectAll.selectAll": "Alle Elemente auswählen",
|
|
36
36
|
"table.selection.label": "Auswahl",
|
|
37
37
|
"table.sorting.ascending": "Aufsteigend",
|
|
38
38
|
"table.sorting.descending": "Absteigend",
|
package/translation.cjs13.js
CHANGED
|
@@ -29,10 +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}}
|
|
32
|
+
"table.selectAll.allSelected": "Sunt selectate <strong>{{totalCount}} (de) elemente</strong>.",
|
|
33
33
|
"table.selectAll.clearSelection": "Ștergere selecție",
|
|
34
|
-
"table.selectAll.pageSelected": "<strong>{{count}}
|
|
35
|
-
"table.selectAll.selectAll": "
|
|
34
|
+
"table.selectAll.pageSelected": "Sunt selectate <strong>{{count}} (de) elemente</strong> de pe această pagină.",
|
|
35
|
+
"table.selectAll.selectAll": "Selectare toate elementele",
|
|
36
36
|
"table.selection.label": "Selectare",
|
|
37
37
|
"table.sorting.ascending": "Ascendent",
|
|
38
38
|
"table.sorting.descending": "Descendent",
|
package/translation.cjs14.js
CHANGED
|
@@ -29,10 +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}}
|
|
32
|
+
"table.selectAll.allSelected": "Están seleccionados <strong>{{totalCount}} elementos</strong>.",
|
|
33
33
|
"table.selectAll.clearSelection": "Borrar selección",
|
|
34
|
-
"table.selectAll.pageSelected": "<strong>{{count}}
|
|
35
|
-
"table.selectAll.selectAll": "
|
|
34
|
+
"table.selectAll.pageSelected": "Están seleccionados <strong>{{count}} elementos</strong> en esta página.",
|
|
35
|
+
"table.selectAll.selectAll": "Seleccionar todos los elementos",
|
|
36
36
|
"table.selection.label": "Selección",
|
|
37
37
|
"table.sorting.ascending": "Ascendente",
|
|
38
38
|
"table.sorting.descending": "Descendente",
|
package/translation.cjs8.js
CHANGED
|
@@ -29,10 +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}}
|
|
32
|
+
"table.selectAll.allSelected": "<strong>{{totalCount}} elementi</strong> selezionati.",
|
|
33
33
|
"table.selectAll.clearSelection": "Cancella selezione",
|
|
34
|
-
"table.selectAll.pageSelected": "<strong>{{count}}
|
|
35
|
-
"table.selectAll.selectAll": "
|
|
34
|
+
"table.selectAll.pageSelected": "<strong>{{count}} elementi</strong> selezionati in questa pagina.",
|
|
35
|
+
"table.selectAll.selectAll": "Seleziona tutti gli elementi",
|
|
36
36
|
"table.selection.label": "Selezione",
|
|
37
37
|
"table.sorting.ascending": "Ascendente",
|
|
38
38
|
"table.sorting.descending": "Discendente",
|
package/translation.esm.js
CHANGED
|
@@ -27,10 +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}}
|
|
30
|
+
"table.selectAll.allSelected": "<strong>{{totalCount}} Elemente</strong> sind ausgewählt.",
|
|
31
31
|
"table.selectAll.clearSelection": "Auswahl löschen",
|
|
32
|
-
"table.selectAll.pageSelected": "<strong>{{count}}
|
|
33
|
-
"table.selectAll.selectAll": "
|
|
32
|
+
"table.selectAll.pageSelected": "<strong>{{count}} Elemente</strong> auf dieser Seite sind ausgewählt.",
|
|
33
|
+
"table.selectAll.selectAll": "Alle Elemente auswählen",
|
|
34
34
|
"table.selection.label": "Auswahl",
|
|
35
35
|
"table.sorting.ascending": "Aufsteigend",
|
|
36
36
|
"table.sorting.descending": "Absteigend",
|
package/translation.esm13.js
CHANGED
|
@@ -27,10 +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}}
|
|
30
|
+
"table.selectAll.allSelected": "Sunt selectate <strong>{{totalCount}} (de) elemente</strong>.",
|
|
31
31
|
"table.selectAll.clearSelection": "Ștergere selecție",
|
|
32
|
-
"table.selectAll.pageSelected": "<strong>{{count}}
|
|
33
|
-
"table.selectAll.selectAll": "
|
|
32
|
+
"table.selectAll.pageSelected": "Sunt selectate <strong>{{count}} (de) elemente</strong> de pe această pagină.",
|
|
33
|
+
"table.selectAll.selectAll": "Selectare toate elementele",
|
|
34
34
|
"table.selection.label": "Selectare",
|
|
35
35
|
"table.sorting.ascending": "Ascendent",
|
|
36
36
|
"table.sorting.descending": "Descendent",
|
package/translation.esm14.js
CHANGED
|
@@ -27,10 +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}}
|
|
30
|
+
"table.selectAll.allSelected": "Están seleccionados <strong>{{totalCount}} elementos</strong>.",
|
|
31
31
|
"table.selectAll.clearSelection": "Borrar selección",
|
|
32
|
-
"table.selectAll.pageSelected": "<strong>{{count}}
|
|
33
|
-
"table.selectAll.selectAll": "
|
|
32
|
+
"table.selectAll.pageSelected": "Están seleccionados <strong>{{count}} elementos</strong> en esta página.",
|
|
33
|
+
"table.selectAll.selectAll": "Seleccionar todos los elementos",
|
|
34
34
|
"table.selection.label": "Selección",
|
|
35
35
|
"table.sorting.ascending": "Ascendente",
|
|
36
36
|
"table.sorting.descending": "Descendente",
|
package/translation.esm8.js
CHANGED
|
@@ -27,10 +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}}
|
|
30
|
+
"table.selectAll.allSelected": "<strong>{{totalCount}} elementi</strong> selezionati.",
|
|
31
31
|
"table.selectAll.clearSelection": "Cancella selezione",
|
|
32
|
-
"table.selectAll.pageSelected": "<strong>{{count}}
|
|
33
|
-
"table.selectAll.selectAll": "
|
|
32
|
+
"table.selectAll.pageSelected": "<strong>{{count}} elementi</strong> selezionati in questa pagina.",
|
|
33
|
+
"table.selectAll.selectAll": "Seleziona tutti gli elementi",
|
|
34
34
|
"table.selection.label": "Selezione",
|
|
35
35
|
"table.sorting.ascending": "Ascendente",
|
|
36
36
|
"table.sorting.descending": "Discendente",
|