@trackunit/react-table 1.6.93 → 1.7.4
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 +11 -11
- package/translation.cjs.js +2 -2
- package/translation.cjs10.js +2 -2
- package/translation.cjs11.js +2 -2
- package/translation.cjs12.js +2 -2
- package/translation.cjs13.js +2 -2
- package/translation.cjs14.js +2 -2
- package/translation.cjs15.js +2 -2
- package/translation.cjs16.js +2 -2
- package/translation.cjs17.js +2 -2
- package/translation.cjs2.js +2 -2
- package/translation.cjs3.js +2 -2
- package/translation.cjs4.js +2 -2
- package/translation.cjs5.js +2 -2
- package/translation.cjs6.js +2 -2
- package/translation.cjs7.js +2 -2
- package/translation.cjs8.js +2 -2
- package/translation.cjs9.js +2 -2
- package/translation.esm.js +2 -2
- package/translation.esm10.js +2 -2
- package/translation.esm11.js +2 -2
- package/translation.esm12.js +2 -2
- package/translation.esm13.js +2 -2
- package/translation.esm14.js +2 -2
- package/translation.esm15.js +2 -2
- package/translation.esm16.js +2 -2
- package/translation.esm17.js +2 -2
- package/translation.esm2.js +2 -2
- package/translation.esm3.js +2 -2
- package/translation.esm4.js +2 -2
- package/translation.esm5.js +2 -2
- package/translation.esm6.js +2 -2
- package/translation.esm7.js +2 -2
- package/translation.esm8.js +2 -2
- package/translation.esm9.js +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/react-table",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.7.4",
|
|
4
4
|
"repository": "https://github.com/Trackunit/manager",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"engines": {
|
|
@@ -15,16 +15,16 @@
|
|
|
15
15
|
"jest-fetch-mock": "^3.0.3",
|
|
16
16
|
"@tanstack/react-router": "1.114.29",
|
|
17
17
|
"tailwind-merge": "^2.0.0",
|
|
18
|
-
"@trackunit/react-components": "1.
|
|
19
|
-
"@trackunit/shared-utils": "1.
|
|
20
|
-
"@trackunit/css-class-variance-utilities": "1.
|
|
21
|
-
"@trackunit/ui-icons": "1.
|
|
22
|
-
"@trackunit/react-table-base-components": "1.
|
|
23
|
-
"@trackunit/react-table-pagination": "1.
|
|
24
|
-
"@trackunit/react-form-components": "1.
|
|
25
|
-
"@trackunit/i18n-library-translation": "1.
|
|
26
|
-
"@trackunit/react-core-contexts-api": "1.
|
|
27
|
-
"@trackunit/react-test-setup": "1.
|
|
18
|
+
"@trackunit/react-components": "1.9.4",
|
|
19
|
+
"@trackunit/shared-utils": "1.9.4",
|
|
20
|
+
"@trackunit/css-class-variance-utilities": "1.7.4",
|
|
21
|
+
"@trackunit/ui-icons": "1.7.4",
|
|
22
|
+
"@trackunit/react-table-base-components": "1.7.4",
|
|
23
|
+
"@trackunit/react-table-pagination": "1.7.4",
|
|
24
|
+
"@trackunit/react-form-components": "1.8.4",
|
|
25
|
+
"@trackunit/i18n-library-translation": "1.7.4",
|
|
26
|
+
"@trackunit/react-core-contexts-api": "1.8.4",
|
|
27
|
+
"@trackunit/react-test-setup": "1.4.4"
|
|
28
28
|
},
|
|
29
29
|
"module": "./index.esm.js",
|
|
30
30
|
"main": "./index.cjs.js",
|
package/translation.cjs.js
CHANGED
|
@@ -12,8 +12,8 @@ var translation = {
|
|
|
12
12
|
"table.columnFilters.columns": "Spalten",
|
|
13
13
|
"table.columnFilters.hiddenColumnCount": "{{count}} ausgeblendete Spalte",
|
|
14
14
|
"table.columnFilters.hiddenColumnsCount": "{{count}} ausgeblendete Spalten",
|
|
15
|
-
"table.columnFilters.title": "
|
|
16
|
-
"table.columnFilters.tooltip": "
|
|
15
|
+
"table.columnFilters.title": "Visible columns",
|
|
16
|
+
"table.columnFilters.tooltip": "Customize columns",
|
|
17
17
|
"table.error": "Beim Laden der Daten ist ein Fehler aufgetreten",
|
|
18
18
|
"table.exportFileName": "exportierte Daten",
|
|
19
19
|
"table.format": "Format",
|
package/translation.cjs10.js
CHANGED
|
@@ -12,8 +12,8 @@ var translation = {
|
|
|
12
12
|
"table.columnFilters.columns": "Kolumny",
|
|
13
13
|
"table.columnFilters.hiddenColumnCount": "{{count}} ukryta kolumna",
|
|
14
14
|
"table.columnFilters.hiddenColumnsCount": "liczba ukrytych kolumn: {{count}}",
|
|
15
|
-
"table.columnFilters.title": "
|
|
16
|
-
"table.columnFilters.tooltip": "
|
|
15
|
+
"table.columnFilters.title": "Visible columns",
|
|
16
|
+
"table.columnFilters.tooltip": "Customize columns",
|
|
17
17
|
"table.error": "Coś poszło nie tak podczas ładowania danych",
|
|
18
18
|
"table.exportFileName": "wyeksportowane dane",
|
|
19
19
|
"table.format": "Format",
|
package/translation.cjs11.js
CHANGED
|
@@ -12,8 +12,8 @@ var translation = {
|
|
|
12
12
|
"table.columnFilters.columns": "Colunas",
|
|
13
13
|
"table.columnFilters.hiddenColumnCount": "{{count}} coluna oculta",
|
|
14
14
|
"table.columnFilters.hiddenColumnsCount": "{{count}} colunas ocultas",
|
|
15
|
-
"table.columnFilters.title": "
|
|
16
|
-
"table.columnFilters.tooltip": "
|
|
15
|
+
"table.columnFilters.title": "Visible columns",
|
|
16
|
+
"table.columnFilters.tooltip": "Customize columns",
|
|
17
17
|
"table.error": "Ocorreu um erro ao carregar os dados",
|
|
18
18
|
"table.exportFileName": "dados exportados",
|
|
19
19
|
"table.format": "Formato",
|
package/translation.cjs12.js
CHANGED
|
@@ -12,8 +12,8 @@ var translation = {
|
|
|
12
12
|
"table.columnFilters.columns": "Столбцы",
|
|
13
13
|
"table.columnFilters.hiddenColumnCount": "{{count}} колонка скрыта",
|
|
14
14
|
"table.columnFilters.hiddenColumnsCount": "{{count}} колонок скрыто",
|
|
15
|
-
"table.columnFilters.title": "
|
|
16
|
-
"table.columnFilters.tooltip": "
|
|
15
|
+
"table.columnFilters.title": "Visible columns",
|
|
16
|
+
"table.columnFilters.tooltip": "Customize columns",
|
|
17
17
|
"table.error": "Что-то пошло не так при загрузке данных",
|
|
18
18
|
"table.exportFileName": "экспортированные данные",
|
|
19
19
|
"table.format": "Формат",
|
package/translation.cjs13.js
CHANGED
|
@@ -12,8 +12,8 @@ var translation = {
|
|
|
12
12
|
"table.columnFilters.columns": "Coloane",
|
|
13
13
|
"table.columnFilters.hiddenColumnCount": "{{count}} coloană ascunsă",
|
|
14
14
|
"table.columnFilters.hiddenColumnsCount": "{{count}} (de) coloane ascunse",
|
|
15
|
-
"table.columnFilters.title": "
|
|
16
|
-
"table.columnFilters.tooltip": "
|
|
15
|
+
"table.columnFilters.title": "Visible columns",
|
|
16
|
+
"table.columnFilters.tooltip": "Customize columns",
|
|
17
17
|
"table.error": "Ceva nu a funcționat la încărcarea datelor",
|
|
18
18
|
"table.exportFileName": "date exportate",
|
|
19
19
|
"table.format": "Format",
|
package/translation.cjs14.js
CHANGED
|
@@ -12,8 +12,8 @@ var translation = {
|
|
|
12
12
|
"table.columnFilters.columns": "Columnas",
|
|
13
13
|
"table.columnFilters.hiddenColumnCount": "{{count}} columna oculta",
|
|
14
14
|
"table.columnFilters.hiddenColumnsCount": "{{count}} columnas ocultas",
|
|
15
|
-
"table.columnFilters.title": "
|
|
16
|
-
"table.columnFilters.tooltip": "
|
|
15
|
+
"table.columnFilters.title": "Visible columns",
|
|
16
|
+
"table.columnFilters.tooltip": "Customize columns",
|
|
17
17
|
"table.error": "Algo ha salido mal al cargar los datos",
|
|
18
18
|
"table.exportFileName": "datos exportados",
|
|
19
19
|
"table.format": "Formato",
|
package/translation.cjs15.js
CHANGED
|
@@ -12,8 +12,8 @@ var translation = {
|
|
|
12
12
|
"table.columnFilters.columns": "kolumner",
|
|
13
13
|
"table.columnFilters.hiddenColumnCount": "{{count}} kolumn dold",
|
|
14
14
|
"table.columnFilters.hiddenColumnsCount": "{{count}} dolda kolumner",
|
|
15
|
-
"table.columnFilters.title": "
|
|
16
|
-
"table.columnFilters.tooltip": "
|
|
15
|
+
"table.columnFilters.title": "Visible columns",
|
|
16
|
+
"table.columnFilters.tooltip": "Customize columns",
|
|
17
17
|
"table.error": "Något gick fel vid datahämtningen",
|
|
18
18
|
"table.exportFileName": "exporterade data",
|
|
19
19
|
"table.format": "Format",
|
package/translation.cjs16.js
CHANGED
|
@@ -12,8 +12,8 @@ var translation = {
|
|
|
12
12
|
"table.columnFilters.columns": "列",
|
|
13
13
|
"table.columnFilters.hiddenColumnCount": "非表示の列:{{count}}",
|
|
14
14
|
"table.columnFilters.hiddenColumnsCount": "非表示の列:{{count}}",
|
|
15
|
-
"table.columnFilters.title": "
|
|
16
|
-
"table.columnFilters.tooltip": "
|
|
15
|
+
"table.columnFilters.title": "Visible columns",
|
|
16
|
+
"table.columnFilters.tooltip": "Customize columns",
|
|
17
17
|
"table.error": "データの読み込み時にエラーが発生しました",
|
|
18
18
|
"table.exportFileName": "エクスポートされたデータ",
|
|
19
19
|
"table.format": "フォーマット",
|
package/translation.cjs17.js
CHANGED
|
@@ -12,8 +12,8 @@ var translation = {
|
|
|
12
12
|
"table.columnFilters.columns": "คอลัมน์",
|
|
13
13
|
"table.columnFilters.hiddenColumnCount": "คอลัมน์ซ่อนอยู่ {{count}} รายการ",
|
|
14
14
|
"table.columnFilters.hiddenColumnsCount": "คอลัมน์ซ่อนอยู่ {{count}} รายการ",
|
|
15
|
-
"table.columnFilters.title": "
|
|
16
|
-
"table.columnFilters.tooltip": "
|
|
15
|
+
"table.columnFilters.title": "Visible columns",
|
|
16
|
+
"table.columnFilters.tooltip": "Customize columns",
|
|
17
17
|
"table.error": "เกิดบางอย่างที่ผิดปกติขึ้นระหว่างการโหลดข้อมูล",
|
|
18
18
|
"table.exportFileName": "ข้อมูลส่งออก",
|
|
19
19
|
"table.format": "รูปแบบ",
|
package/translation.cjs2.js
CHANGED
|
@@ -12,8 +12,8 @@ var translation = {
|
|
|
12
12
|
"table.columnFilters.columns": "Kolonner",
|
|
13
13
|
"table.columnFilters.hiddenColumnCount": "{{count}} skjult kolonne",
|
|
14
14
|
"table.columnFilters.hiddenColumnsCount": "{{count}} skjulte kolonner",
|
|
15
|
-
"table.columnFilters.title": "
|
|
16
|
-
"table.columnFilters.tooltip": "
|
|
15
|
+
"table.columnFilters.title": "Visible columns",
|
|
16
|
+
"table.columnFilters.tooltip": "Customize columns",
|
|
17
17
|
"table.error": "Noget gik galt under indlæsning af dataene",
|
|
18
18
|
"table.exportFileName": "eksporterede-data",
|
|
19
19
|
"table.format": "Format",
|
package/translation.cjs3.js
CHANGED
|
@@ -12,8 +12,8 @@ var translation = {
|
|
|
12
12
|
"table.columnFilters.columns": "Sloupce",
|
|
13
13
|
"table.columnFilters.hiddenColumnCount": "{{count}} skrytý sloupec",
|
|
14
14
|
"table.columnFilters.hiddenColumnsCount": "{{count}} skrytých sloupců",
|
|
15
|
-
"table.columnFilters.title": "
|
|
16
|
-
"table.columnFilters.tooltip": "
|
|
15
|
+
"table.columnFilters.title": "Visible columns",
|
|
16
|
+
"table.columnFilters.tooltip": "Customize columns",
|
|
17
17
|
"table.error": "Při načítání dat nastala chyba",
|
|
18
18
|
"table.exportFileName": "exportovaná data",
|
|
19
19
|
"table.format": "Formát",
|
package/translation.cjs4.js
CHANGED
|
@@ -12,8 +12,8 @@ var translation = {
|
|
|
12
12
|
"table.columnFilters.columns": "Kolommen",
|
|
13
13
|
"table.columnFilters.hiddenColumnCount": "{{count}} verborgen kolom",
|
|
14
14
|
"table.columnFilters.hiddenColumnsCount": "{{count}} verborgen kolommen",
|
|
15
|
-
"table.columnFilters.title": "
|
|
16
|
-
"table.columnFilters.tooltip": "
|
|
15
|
+
"table.columnFilters.title": "Visible columns",
|
|
16
|
+
"table.columnFilters.tooltip": "Customize columns",
|
|
17
17
|
"table.error": "Er is iets misgegaan tijdens het laden van de data",
|
|
18
18
|
"table.exportFileName": "geëxporteerde gegevens",
|
|
19
19
|
"table.format": "Formaat",
|
package/translation.cjs5.js
CHANGED
|
@@ -12,8 +12,8 @@ var translation = {
|
|
|
12
12
|
"table.columnFilters.columns": "Colonnes",
|
|
13
13
|
"table.columnFilters.hiddenColumnCount": "{{count}} colonne masquée",
|
|
14
14
|
"table.columnFilters.hiddenColumnsCount": "{{count}} colonnes masquées",
|
|
15
|
-
"table.columnFilters.title": "
|
|
16
|
-
"table.columnFilters.tooltip": "
|
|
15
|
+
"table.columnFilters.title": "Visible columns",
|
|
16
|
+
"table.columnFilters.tooltip": "Customize columns",
|
|
17
17
|
"table.error": "Une erreur s’est produite lors du chargement des données",
|
|
18
18
|
"table.exportFileName": "données exportées",
|
|
19
19
|
"table.format": "Format",
|
package/translation.cjs6.js
CHANGED
|
@@ -12,8 +12,8 @@ var translation = {
|
|
|
12
12
|
"table.columnFilters.columns": "Sarakkeet",
|
|
13
13
|
"table.columnFilters.hiddenColumnCount": "{{count}} piilotettu sarake",
|
|
14
14
|
"table.columnFilters.hiddenColumnsCount": "{{count}} piilotettua saraketta",
|
|
15
|
-
"table.columnFilters.title": "
|
|
16
|
-
"table.columnFilters.tooltip": "
|
|
15
|
+
"table.columnFilters.title": "Visible columns",
|
|
16
|
+
"table.columnFilters.tooltip": "Customize columns",
|
|
17
17
|
"table.error": "Jokin meni pieleen ladattaessa tietoja",
|
|
18
18
|
"table.exportFileName": "viedyt tiedot",
|
|
19
19
|
"table.format": "Muoto",
|
package/translation.cjs7.js
CHANGED
|
@@ -12,8 +12,8 @@ var translation = {
|
|
|
12
12
|
"table.columnFilters.columns": "Oszlopok",
|
|
13
13
|
"table.columnFilters.hiddenColumnCount": "{{count}} rejtett oszlop",
|
|
14
14
|
"table.columnFilters.hiddenColumnsCount": "{{count}} oszlop elrejtve",
|
|
15
|
-
"table.columnFilters.title": "
|
|
16
|
-
"table.columnFilters.tooltip": "
|
|
15
|
+
"table.columnFilters.title": "Visible columns",
|
|
16
|
+
"table.columnFilters.tooltip": "Customize columns",
|
|
17
17
|
"table.error": "Hiba történt az adatok betöltése közben",
|
|
18
18
|
"table.exportFileName": "exportált adatok",
|
|
19
19
|
"table.format": "Formátum",
|
package/translation.cjs8.js
CHANGED
|
@@ -12,8 +12,8 @@ var translation = {
|
|
|
12
12
|
"table.columnFilters.columns": "Colonne",
|
|
13
13
|
"table.columnFilters.hiddenColumnCount": "{{count}} colonna nascosta",
|
|
14
14
|
"table.columnFilters.hiddenColumnsCount": "{{count}} colonne nascoste",
|
|
15
|
-
"table.columnFilters.title": "
|
|
16
|
-
"table.columnFilters.tooltip": "
|
|
15
|
+
"table.columnFilters.title": "Visible columns",
|
|
16
|
+
"table.columnFilters.tooltip": "Customize columns",
|
|
17
17
|
"table.error": "Si è verificato un errore durante il caricamento dei dati",
|
|
18
18
|
"table.exportFileName": "dati esportati",
|
|
19
19
|
"table.format": "Formato",
|
package/translation.cjs9.js
CHANGED
|
@@ -12,8 +12,8 @@ var translation = {
|
|
|
12
12
|
"table.columnFilters.columns": "Kolonner",
|
|
13
13
|
"table.columnFilters.hiddenColumnCount": "{{count}} kolonne skjult",
|
|
14
14
|
"table.columnFilters.hiddenColumnsCount": "{{count}} kolonner skjult",
|
|
15
|
-
"table.columnFilters.title": "
|
|
16
|
-
"table.columnFilters.tooltip": "
|
|
15
|
+
"table.columnFilters.title": "Visible columns",
|
|
16
|
+
"table.columnFilters.tooltip": "Customize columns",
|
|
17
17
|
"table.error": "Noe gikk galt under lasting av dataene",
|
|
18
18
|
"table.exportFileName": "eksportert data",
|
|
19
19
|
"table.format": "Format",
|
package/translation.esm.js
CHANGED
|
@@ -10,8 +10,8 @@ var translation = {
|
|
|
10
10
|
"table.columnFilters.columns": "Spalten",
|
|
11
11
|
"table.columnFilters.hiddenColumnCount": "{{count}} ausgeblendete Spalte",
|
|
12
12
|
"table.columnFilters.hiddenColumnsCount": "{{count}} ausgeblendete Spalten",
|
|
13
|
-
"table.columnFilters.title": "
|
|
14
|
-
"table.columnFilters.tooltip": "
|
|
13
|
+
"table.columnFilters.title": "Visible columns",
|
|
14
|
+
"table.columnFilters.tooltip": "Customize columns",
|
|
15
15
|
"table.error": "Beim Laden der Daten ist ein Fehler aufgetreten",
|
|
16
16
|
"table.exportFileName": "exportierte Daten",
|
|
17
17
|
"table.format": "Format",
|
package/translation.esm10.js
CHANGED
|
@@ -10,8 +10,8 @@ var translation = {
|
|
|
10
10
|
"table.columnFilters.columns": "Kolumny",
|
|
11
11
|
"table.columnFilters.hiddenColumnCount": "{{count}} ukryta kolumna",
|
|
12
12
|
"table.columnFilters.hiddenColumnsCount": "liczba ukrytych kolumn: {{count}}",
|
|
13
|
-
"table.columnFilters.title": "
|
|
14
|
-
"table.columnFilters.tooltip": "
|
|
13
|
+
"table.columnFilters.title": "Visible columns",
|
|
14
|
+
"table.columnFilters.tooltip": "Customize columns",
|
|
15
15
|
"table.error": "Coś poszło nie tak podczas ładowania danych",
|
|
16
16
|
"table.exportFileName": "wyeksportowane dane",
|
|
17
17
|
"table.format": "Format",
|
package/translation.esm11.js
CHANGED
|
@@ -10,8 +10,8 @@ var translation = {
|
|
|
10
10
|
"table.columnFilters.columns": "Colunas",
|
|
11
11
|
"table.columnFilters.hiddenColumnCount": "{{count}} coluna oculta",
|
|
12
12
|
"table.columnFilters.hiddenColumnsCount": "{{count}} colunas ocultas",
|
|
13
|
-
"table.columnFilters.title": "
|
|
14
|
-
"table.columnFilters.tooltip": "
|
|
13
|
+
"table.columnFilters.title": "Visible columns",
|
|
14
|
+
"table.columnFilters.tooltip": "Customize columns",
|
|
15
15
|
"table.error": "Ocorreu um erro ao carregar os dados",
|
|
16
16
|
"table.exportFileName": "dados exportados",
|
|
17
17
|
"table.format": "Formato",
|
package/translation.esm12.js
CHANGED
|
@@ -10,8 +10,8 @@ var translation = {
|
|
|
10
10
|
"table.columnFilters.columns": "Столбцы",
|
|
11
11
|
"table.columnFilters.hiddenColumnCount": "{{count}} колонка скрыта",
|
|
12
12
|
"table.columnFilters.hiddenColumnsCount": "{{count}} колонок скрыто",
|
|
13
|
-
"table.columnFilters.title": "
|
|
14
|
-
"table.columnFilters.tooltip": "
|
|
13
|
+
"table.columnFilters.title": "Visible columns",
|
|
14
|
+
"table.columnFilters.tooltip": "Customize columns",
|
|
15
15
|
"table.error": "Что-то пошло не так при загрузке данных",
|
|
16
16
|
"table.exportFileName": "экспортированные данные",
|
|
17
17
|
"table.format": "Формат",
|
package/translation.esm13.js
CHANGED
|
@@ -10,8 +10,8 @@ var translation = {
|
|
|
10
10
|
"table.columnFilters.columns": "Coloane",
|
|
11
11
|
"table.columnFilters.hiddenColumnCount": "{{count}} coloană ascunsă",
|
|
12
12
|
"table.columnFilters.hiddenColumnsCount": "{{count}} (de) coloane ascunse",
|
|
13
|
-
"table.columnFilters.title": "
|
|
14
|
-
"table.columnFilters.tooltip": "
|
|
13
|
+
"table.columnFilters.title": "Visible columns",
|
|
14
|
+
"table.columnFilters.tooltip": "Customize columns",
|
|
15
15
|
"table.error": "Ceva nu a funcționat la încărcarea datelor",
|
|
16
16
|
"table.exportFileName": "date exportate",
|
|
17
17
|
"table.format": "Format",
|
package/translation.esm14.js
CHANGED
|
@@ -10,8 +10,8 @@ var translation = {
|
|
|
10
10
|
"table.columnFilters.columns": "Columnas",
|
|
11
11
|
"table.columnFilters.hiddenColumnCount": "{{count}} columna oculta",
|
|
12
12
|
"table.columnFilters.hiddenColumnsCount": "{{count}} columnas ocultas",
|
|
13
|
-
"table.columnFilters.title": "
|
|
14
|
-
"table.columnFilters.tooltip": "
|
|
13
|
+
"table.columnFilters.title": "Visible columns",
|
|
14
|
+
"table.columnFilters.tooltip": "Customize columns",
|
|
15
15
|
"table.error": "Algo ha salido mal al cargar los datos",
|
|
16
16
|
"table.exportFileName": "datos exportados",
|
|
17
17
|
"table.format": "Formato",
|
package/translation.esm15.js
CHANGED
|
@@ -10,8 +10,8 @@ var translation = {
|
|
|
10
10
|
"table.columnFilters.columns": "kolumner",
|
|
11
11
|
"table.columnFilters.hiddenColumnCount": "{{count}} kolumn dold",
|
|
12
12
|
"table.columnFilters.hiddenColumnsCount": "{{count}} dolda kolumner",
|
|
13
|
-
"table.columnFilters.title": "
|
|
14
|
-
"table.columnFilters.tooltip": "
|
|
13
|
+
"table.columnFilters.title": "Visible columns",
|
|
14
|
+
"table.columnFilters.tooltip": "Customize columns",
|
|
15
15
|
"table.error": "Något gick fel vid datahämtningen",
|
|
16
16
|
"table.exportFileName": "exporterade data",
|
|
17
17
|
"table.format": "Format",
|
package/translation.esm16.js
CHANGED
|
@@ -10,8 +10,8 @@ var translation = {
|
|
|
10
10
|
"table.columnFilters.columns": "列",
|
|
11
11
|
"table.columnFilters.hiddenColumnCount": "非表示の列:{{count}}",
|
|
12
12
|
"table.columnFilters.hiddenColumnsCount": "非表示の列:{{count}}",
|
|
13
|
-
"table.columnFilters.title": "
|
|
14
|
-
"table.columnFilters.tooltip": "
|
|
13
|
+
"table.columnFilters.title": "Visible columns",
|
|
14
|
+
"table.columnFilters.tooltip": "Customize columns",
|
|
15
15
|
"table.error": "データの読み込み時にエラーが発生しました",
|
|
16
16
|
"table.exportFileName": "エクスポートされたデータ",
|
|
17
17
|
"table.format": "フォーマット",
|
package/translation.esm17.js
CHANGED
|
@@ -10,8 +10,8 @@ var translation = {
|
|
|
10
10
|
"table.columnFilters.columns": "คอลัมน์",
|
|
11
11
|
"table.columnFilters.hiddenColumnCount": "คอลัมน์ซ่อนอยู่ {{count}} รายการ",
|
|
12
12
|
"table.columnFilters.hiddenColumnsCount": "คอลัมน์ซ่อนอยู่ {{count}} รายการ",
|
|
13
|
-
"table.columnFilters.title": "
|
|
14
|
-
"table.columnFilters.tooltip": "
|
|
13
|
+
"table.columnFilters.title": "Visible columns",
|
|
14
|
+
"table.columnFilters.tooltip": "Customize columns",
|
|
15
15
|
"table.error": "เกิดบางอย่างที่ผิดปกติขึ้นระหว่างการโหลดข้อมูล",
|
|
16
16
|
"table.exportFileName": "ข้อมูลส่งออก",
|
|
17
17
|
"table.format": "รูปแบบ",
|
package/translation.esm2.js
CHANGED
|
@@ -10,8 +10,8 @@ var translation = {
|
|
|
10
10
|
"table.columnFilters.columns": "Kolonner",
|
|
11
11
|
"table.columnFilters.hiddenColumnCount": "{{count}} skjult kolonne",
|
|
12
12
|
"table.columnFilters.hiddenColumnsCount": "{{count}} skjulte kolonner",
|
|
13
|
-
"table.columnFilters.title": "
|
|
14
|
-
"table.columnFilters.tooltip": "
|
|
13
|
+
"table.columnFilters.title": "Visible columns",
|
|
14
|
+
"table.columnFilters.tooltip": "Customize columns",
|
|
15
15
|
"table.error": "Noget gik galt under indlæsning af dataene",
|
|
16
16
|
"table.exportFileName": "eksporterede-data",
|
|
17
17
|
"table.format": "Format",
|
package/translation.esm3.js
CHANGED
|
@@ -10,8 +10,8 @@ var translation = {
|
|
|
10
10
|
"table.columnFilters.columns": "Sloupce",
|
|
11
11
|
"table.columnFilters.hiddenColumnCount": "{{count}} skrytý sloupec",
|
|
12
12
|
"table.columnFilters.hiddenColumnsCount": "{{count}} skrytých sloupců",
|
|
13
|
-
"table.columnFilters.title": "
|
|
14
|
-
"table.columnFilters.tooltip": "
|
|
13
|
+
"table.columnFilters.title": "Visible columns",
|
|
14
|
+
"table.columnFilters.tooltip": "Customize columns",
|
|
15
15
|
"table.error": "Při načítání dat nastala chyba",
|
|
16
16
|
"table.exportFileName": "exportovaná data",
|
|
17
17
|
"table.format": "Formát",
|
package/translation.esm4.js
CHANGED
|
@@ -10,8 +10,8 @@ var translation = {
|
|
|
10
10
|
"table.columnFilters.columns": "Kolommen",
|
|
11
11
|
"table.columnFilters.hiddenColumnCount": "{{count}} verborgen kolom",
|
|
12
12
|
"table.columnFilters.hiddenColumnsCount": "{{count}} verborgen kolommen",
|
|
13
|
-
"table.columnFilters.title": "
|
|
14
|
-
"table.columnFilters.tooltip": "
|
|
13
|
+
"table.columnFilters.title": "Visible columns",
|
|
14
|
+
"table.columnFilters.tooltip": "Customize columns",
|
|
15
15
|
"table.error": "Er is iets misgegaan tijdens het laden van de data",
|
|
16
16
|
"table.exportFileName": "geëxporteerde gegevens",
|
|
17
17
|
"table.format": "Formaat",
|
package/translation.esm5.js
CHANGED
|
@@ -10,8 +10,8 @@ var translation = {
|
|
|
10
10
|
"table.columnFilters.columns": "Colonnes",
|
|
11
11
|
"table.columnFilters.hiddenColumnCount": "{{count}} colonne masquée",
|
|
12
12
|
"table.columnFilters.hiddenColumnsCount": "{{count}} colonnes masquées",
|
|
13
|
-
"table.columnFilters.title": "
|
|
14
|
-
"table.columnFilters.tooltip": "
|
|
13
|
+
"table.columnFilters.title": "Visible columns",
|
|
14
|
+
"table.columnFilters.tooltip": "Customize columns",
|
|
15
15
|
"table.error": "Une erreur s’est produite lors du chargement des données",
|
|
16
16
|
"table.exportFileName": "données exportées",
|
|
17
17
|
"table.format": "Format",
|
package/translation.esm6.js
CHANGED
|
@@ -10,8 +10,8 @@ var translation = {
|
|
|
10
10
|
"table.columnFilters.columns": "Sarakkeet",
|
|
11
11
|
"table.columnFilters.hiddenColumnCount": "{{count}} piilotettu sarake",
|
|
12
12
|
"table.columnFilters.hiddenColumnsCount": "{{count}} piilotettua saraketta",
|
|
13
|
-
"table.columnFilters.title": "
|
|
14
|
-
"table.columnFilters.tooltip": "
|
|
13
|
+
"table.columnFilters.title": "Visible columns",
|
|
14
|
+
"table.columnFilters.tooltip": "Customize columns",
|
|
15
15
|
"table.error": "Jokin meni pieleen ladattaessa tietoja",
|
|
16
16
|
"table.exportFileName": "viedyt tiedot",
|
|
17
17
|
"table.format": "Muoto",
|
package/translation.esm7.js
CHANGED
|
@@ -10,8 +10,8 @@ var translation = {
|
|
|
10
10
|
"table.columnFilters.columns": "Oszlopok",
|
|
11
11
|
"table.columnFilters.hiddenColumnCount": "{{count}} rejtett oszlop",
|
|
12
12
|
"table.columnFilters.hiddenColumnsCount": "{{count}} oszlop elrejtve",
|
|
13
|
-
"table.columnFilters.title": "
|
|
14
|
-
"table.columnFilters.tooltip": "
|
|
13
|
+
"table.columnFilters.title": "Visible columns",
|
|
14
|
+
"table.columnFilters.tooltip": "Customize columns",
|
|
15
15
|
"table.error": "Hiba történt az adatok betöltése közben",
|
|
16
16
|
"table.exportFileName": "exportált adatok",
|
|
17
17
|
"table.format": "Formátum",
|
package/translation.esm8.js
CHANGED
|
@@ -10,8 +10,8 @@ var translation = {
|
|
|
10
10
|
"table.columnFilters.columns": "Colonne",
|
|
11
11
|
"table.columnFilters.hiddenColumnCount": "{{count}} colonna nascosta",
|
|
12
12
|
"table.columnFilters.hiddenColumnsCount": "{{count}} colonne nascoste",
|
|
13
|
-
"table.columnFilters.title": "
|
|
14
|
-
"table.columnFilters.tooltip": "
|
|
13
|
+
"table.columnFilters.title": "Visible columns",
|
|
14
|
+
"table.columnFilters.tooltip": "Customize columns",
|
|
15
15
|
"table.error": "Si è verificato un errore durante il caricamento dei dati",
|
|
16
16
|
"table.exportFileName": "dati esportati",
|
|
17
17
|
"table.format": "Formato",
|
package/translation.esm9.js
CHANGED
|
@@ -10,8 +10,8 @@ var translation = {
|
|
|
10
10
|
"table.columnFilters.columns": "Kolonner",
|
|
11
11
|
"table.columnFilters.hiddenColumnCount": "{{count}} kolonne skjult",
|
|
12
12
|
"table.columnFilters.hiddenColumnsCount": "{{count}} kolonner skjult",
|
|
13
|
-
"table.columnFilters.title": "
|
|
14
|
-
"table.columnFilters.tooltip": "
|
|
13
|
+
"table.columnFilters.title": "Visible columns",
|
|
14
|
+
"table.columnFilters.tooltip": "Customize columns",
|
|
15
15
|
"table.error": "Noe gikk galt under lasting av dataene",
|
|
16
16
|
"table.exportFileName": "eksportert data",
|
|
17
17
|
"table.format": "Format",
|