@nocobase/plugin-action-import 2.0.0-alpha.49 → 2.0.0-alpha.50

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.
@@ -10,27 +10,27 @@
10
10
  module.exports = {
11
11
  "@emotion/css": "11.13.0",
12
12
  "@formily/react": "2.3.7",
13
- "@nocobase/client": "2.0.0-alpha.49",
13
+ "@nocobase/client": "2.0.0-alpha.50",
14
14
  "react": "18.2.0",
15
15
  "react-i18next": "11.18.6",
16
16
  "@ant-design/icons": "5.6.1",
17
17
  "@formily/shared": "2.3.7",
18
18
  "antd": "5.24.2",
19
- "@nocobase/utils": "2.0.0-alpha.49",
19
+ "@nocobase/utils": "2.0.0-alpha.50",
20
20
  "@formily/antd-v5": "1.2.3",
21
21
  "file-saver": "2.0.5",
22
22
  "react-dom": "18.2.0",
23
23
  "lodash": "4.17.21",
24
24
  "@formily/core": "2.3.7",
25
- "@nocobase/server": "2.0.0-alpha.49",
25
+ "@nocobase/server": "2.0.0-alpha.50",
26
26
  "@formily/reactive": "2.3.7",
27
27
  "@formily/reactive-react": "2.3.7",
28
- "@nocobase/flow-engine": "2.0.0-alpha.49",
29
- "@nocobase/actions": "2.0.0-alpha.49",
30
- "@nocobase/database": "2.0.0-alpha.49",
28
+ "@nocobase/flow-engine": "2.0.0-alpha.50",
29
+ "@nocobase/actions": "2.0.0-alpha.50",
30
+ "@nocobase/database": "2.0.0-alpha.50",
31
31
  "async-mutex": "0.5.0",
32
- "@nocobase/data-source-manager": "2.0.0-alpha.49",
32
+ "@nocobase/data-source-manager": "2.0.0-alpha.50",
33
33
  "sequelize": "6.35.2",
34
- "@nocobase/logger": "2.0.0-alpha.49",
34
+ "@nocobase/logger": "2.0.0-alpha.50",
35
35
  "mathjs": "10.6.4"
36
36
  };
@@ -1,51 +1,53 @@
1
1
  {
2
- "Only one file is allowed to be uploaded": "Es darf nur eine Datei hochgeladen werden",
3
- "File size cannot exceed 10M": "Die Dateigröße darf 10 MB nicht überschreiten",
4
- "Please upload the file of Excel": "Bitte laden Sie die Excel-Datei hoch",
5
- "Import Data": "Daten importieren",
6
- "Import": "Importieren",
7
- "Start import": "Import starten",
8
- "Import explain": "Anleitung",
2
+ "Add importable field": "Importierbares Feld hinzufügen",
3
+ "Columns configuration is empty": "Spaltenkonfiguration ist leer",
4
+ "Custom column title": "Benutzerdefinierter Spaltentitel",
5
+ "Done": "Fertig",
9
6
  "Download template": "Vorlage herunterladen",
10
- "Step 1: Download template": "Schritt 1: Vorlage herunterladen",
11
- "Step 2: Upload Excel": "Schritt 2: Excel hochladen",
12
- "Step 3: Import options": "Schritt 3: Importoptionen",
13
7
  "Download tips": "- Laden Sie die Vorlage herunter und füllen Sie die Daten gemäß dem Format aus \r\n - Es wird nur das erste Arbeitsblatt importiert \r\n - Ändern Sie nicht die Kopfzeile der Vorlage, um einen Importfehler zu vermeiden",
14
- "Import warnings": "Sie können bis zu {{limit}} Datenzeilen auf einmal importieren, alles darüber hinaus wird ignoriert.",
15
- "Upload placeholder": "Ziehen Sie die Datei hierher oder klicken Sie zum Hochladen.",
16
8
  "Excel data importing": "Excel-Datenimport läuft, bitte schließen Sie das Fenster nicht",
17
- "{{successCount}} records have been successfully imported": "{{successCount}} Datensätze wurden erfolgreich importiert",
18
- "To download the failure data": "Um die fehlgeschlagenen Daten herunterzuladen",
19
- "Add importable field": "Importierbares Feld hinzufügen",
20
- "Done": "Fertig",
21
- "Yes": "Ja",
22
- "No": "Nein",
23
- "Field {{fieldName}} does not exist": "Feld {{fieldName}} existiert nicht",
24
- "can not find value": "Wert kann nicht gefunden werden",
25
- "password is empty": "Passwort ist leer",
26
- "Incorrect time format": "Falsches Zeitformat",
27
- "Incorrect date format": "Falsches Datumsformat",
28
- "Incorrect email format": "Falsches E-Mail-Format",
29
- "Illegal percentage format": "Ungültiges Prozentformat",
30
- "Imported template does not match, please download again.": "Importierte Vorlage stimmt nicht überein, bitte erneut herunterladen.",
31
- "another import action is running, please try again later.": "Ein anderer Importvorgang läuft, bitte versuchen Sie es später erneut.",
32
- "Please select": "Bitte auswählen",
33
- "Custom column title": "Benutzerdefinierter Spaltentitel",
9
+ "Failed to import row {{row}}, {{message}}, row data: {{data}}": "Fehler beim Importieren von Zeile {{row}}, {{message}}, Zeilendaten: {{data}}",
34
10
  "Field description": "Feldbeschreibung",
35
11
  "Field description placeholder": "Feldbeschreibung eingeben",
36
- "Columns configuration is empty": "Spaltenkonfiguration ist leer",
37
12
  "Field not found: {{field}}": "Feld nicht gefunden: {{field}}",
38
- "Headers not found. Expected headers: {{headers}}": "Kopfzeilen nicht gefunden. Erwartete Kopfzeilen: {{headers}}",
13
+ "Field {{fieldName}} does not exist": "Feld {{fieldName}} existiert nicht",
14
+ "File size cannot exceed 10M": "Die Dateigröße darf 10 MB nicht überschreiten",
39
15
  "Header mismatch at column {{column}}: expected \"{{expected}}\", but got \"{{actual}}\"": "Kopfzeile stimmt nicht überein in Spalte {{column}}: erwartet \"{{expected}}\", aber erhalten \"{{actual}}\"",
40
- "No data to import": "Keine Daten zum Importieren",
41
- "Failed to import row {{row}}, {{message}}, row data: {{data}}": "Fehler beim Importieren von Zeile {{row}}, {{message}}, Zeilendaten: {{data}}",
42
- "import-error": "Fehler beim Importieren von Zeile {{rowIndex}}, Zeilendaten: {{rowData}}, Ursache: {{causeMessage}}",
16
+ "Headers not found. Expected headers: {{headers}}": "Kopfzeilen nicht gefunden. Erwartete Kopfzeilen: {{headers}}",
17
+ "Illegal percentage format": "Ungültiges Prozentformat",
18
+ "Import": "Importieren",
19
+ "Import Data": "Daten importieren",
20
+ "Import action settings": "Import action settings",
43
21
  "Import completed": "Import abgeschlossen: {{success}} Datensätze importiert, {{updated}} Datensätze aktualisiert, {{skipped}} Datensätze übersprungen, insgesamt {{total}} Datensätze",
44
- "Successfully imported": "Erfolgreich importiert",
45
- "Updated records": "Aktualisierte Datensätze",
22
+ "Import explain": "Anleitung",
23
+ "Import warnings": "Sie können bis zu {{limit}} Datenzeilen auf einmal importieren, alles darüber hinaus wird ignoriert.",
24
+ "ImportResult": "{{success}} importiert, {{updated}} aktualisiert, {{skipped}} übersprungen, insgesamt {{total}}",
25
+ "Imported template does not match, please download again.": "Importierte Vorlage stimmt nicht überein, bitte erneut herunterladen.",
26
+ "Incorrect date format": "Falsches Datumsformat",
27
+ "Incorrect email format": "Falsches E-Mail-Format",
28
+ "Incorrect time format": "Falsches Zeitformat",
29
+ "No": "Nein",
30
+ "No data to import": "Keine Daten zum Importieren",
31
+ "Only one file is allowed to be uploaded": "Es darf nur eine Datei hochgeladen werden",
32
+ "Please select": "Bitte auswählen",
33
+ "Please upload the file of Excel": "Bitte laden Sie die Excel-Datei hoch",
46
34
  "Skipped records": "Übersprungene Datensätze",
35
+ "Start import": "Import starten",
36
+ "Step 1: Download template": "Schritt 1: Vorlage herunterladen",
37
+ "Step 2: Upload Excel": "Schritt 2: Excel hochladen",
38
+ "Step 3: Import options": "Schritt 3: Importoptionen",
39
+ "Successfully imported": "Erfolgreich importiert",
40
+ "Task result": "Aufgabenergebnis",
41
+ "To download the failure data": "Um die fehlgeschlagenen Daten herunterzuladen",
47
42
  "Total records": "Gesamtzahl der Datensätze",
43
+ "Unique constraint error, fields:": "Unique constraint error, fields:",
44
+ "Updated records": "Aktualisierte Datensätze",
45
+ "Upload placeholder": "Ziehen Sie die Datei hierher oder klicken Sie zum Hochladen, die Dateigröße sollte 80 MB nicht überschreiten",
48
46
  "View result": "Ergebnis anzeigen",
49
- "ImportResult": "{{success}} importiert, {{updated}} aktualisiert, {{skipped}} übersprungen, insgesamt {{total}}",
50
- "Task result": "Aufgabenergebnis"
51
- }
47
+ "Yes": "Ja",
48
+ "another import action is running, please try again later.": "Ein anderer Importvorgang läuft, bitte versuchen Sie es später erneut.",
49
+ "can not find value": "Wert kann nicht gefunden werden",
50
+ "import-error": "Fehler beim Importieren von Zeile {{rowIndex}}, Zeilendaten: {{rowData}}, Ursache: {{causeMessage}}",
51
+ "password is empty": "Passwort ist leer",
52
+ "{{successCount}} records have been successfully imported": "{{successCount}} Datensätze wurden erfolgreich importiert"
53
+ }
@@ -1,42 +1,53 @@
1
1
  {
2
- "Only one file is allowed to be uploaded": "Only one file is allowed to be uploaded",
2
+ "Add importable field": "Add importable field",
3
+ "Columns configuration is empty": "Columns configuration is empty",
4
+ "Custom column title": "Custom column title",
5
+ "Done": "Done",
6
+ "Download template": "Download template",
7
+ "Download tips": "- Download the template and fill in the data according to the format \r\n - Import only the first worksheet \r\n - Do not change the header of the template to prevent import failure",
8
+ "Excel data importing": "Excel data importing",
9
+ "Failed to import row {{row}}, {{message}}, row data: {{data}}": "Failed to import row {{row}}, {{message}}, row data: {{data}}",
10
+ "Field description": "Field description",
11
+ "Field description placeholder": "Enter field description",
12
+ "Field not found: {{field}}": "Field not found: {{field}}",
13
+ "Field {{fieldName}} does not exist": "Field {{fieldName}} does not exist",
3
14
  "File size cannot exceed 10M": "File size cannot exceed 10M",
4
- "Please upload the file of Excel": "Please upload the file of Excel",
15
+ "Header mismatch at column {{column}}: expected \"{{expected}}\", but got \"{{actual}}\"": "Header mismatch at column {{column}}: expected \"{{expected}}\", but got \"{{actual}}\"",
16
+ "Headers not found. Expected headers: {{headers}}": "Headers not found. Expected headers: {{headers}}",
17
+ "Illegal percentage format": "Illegal percentage format",
18
+ "Import": "Import",
5
19
  "Import Data": "Import Data",
6
- "Start import": "Start import",
20
+ "Import action settings": "Import action settings",
21
+ "Import completed": "Import completed",
7
22
  "Import explain": "Guide",
8
- "Download template": "Download template",
23
+ "Import warnings": "You can import up to {{limit}} rows of data at a time, any excess will be ignored.",
24
+ "ImportResult": "ImportResult",
25
+ "Imported template does not match, please download again.": "Imported template does not match, please download again.",
26
+ "Incorrect date format": "Incorrect date format",
27
+ "Incorrect email format": "Incorrect email format",
28
+ "Incorrect time format": "Incorrect time format",
29
+ "No": "No",
30
+ "No data to import": "No data to import",
31
+ "Only one file is allowed to be uploaded": "Only one file is allowed to be uploaded",
32
+ "Please select": "Please select",
33
+ "Please upload the file of Excel": "Please upload the file of Excel",
34
+ "Skipped records": "Skipped records",
35
+ "Start import": "Start import",
9
36
  "Step 1: Download template": "Step 1: Download template",
10
37
  "Step 2: Upload Excel": "Step 2: Upload Excel",
11
38
  "Step 3: Import options": "Step 3: Import options",
12
- "Download tips": "- Download the template and fill in the data according to the format \r\n - Import only the first worksheet \r\n - Do not change the header of the template to prevent import failure",
13
- "Import warnings": "You can import up to {{limit}} rows of data at a time, any excess will be ignored.",
14
- "Upload placeholder": "Drag and drop the file here or click to upload.",
15
- "Excel data importing": "Excel data importing",
16
- "{{successCount}} records have been successfully imported": "{{successCount}} records have been successfully imported",
39
+ "Successfully imported": "Successfully imported",
40
+ "Task result": "Task result",
17
41
  "To download the failure data": "To download the failure data",
18
- "Add importable field": "Add importable field",
19
- "Done": "Done",
42
+ "Total records": "Total records",
43
+ "Unique constraint error, fields:": "Unique constraint error, fields:",
44
+ "Updated records": "Updated records",
45
+ "Upload placeholder": "Drag and drop the file here or click to upload, file size should not exceed 80M",
46
+ "View result": "View result",
20
47
  "Yes": "Yes",
21
- "No": "No",
22
- "Field {{fieldName}} does not exist": "Field {{fieldName}} does not exist",
48
+ "another import action is running, please try again later.": "another import action is running, please try again later.",
23
49
  "can not find value": "can not find value",
50
+ "import-error": "Failed to import row {{rowIndex}}, row data: {{rowData}}, cause: {{causeMessage}}",
24
51
  "password is empty": "password is empty",
25
- "Incorrect time format": "Incorrect time format",
26
- "Incorrect date format": "Incorrect date format",
27
- "Incorrect email format": "Incorrect email format",
28
- "Illegal percentage format": "Illegal percentage format",
29
- "Imported template does not match, please download again.": "Imported template does not match, please download again.",
30
- "another import action is running, please try again later.": "another import action is running, please try again later.",
31
- "Please select": "Please select",
32
- "Custom column title": "Custom column title",
33
- "Field description": "Field description",
34
- "Field description placeholder": "Enter field description",
35
- "Columns configuration is empty": "Columns configuration is empty",
36
- "Field not found: {{field}}": "Field not found: {{field}}",
37
- "Headers not found. Expected headers: {{headers}}": "Headers not found. Expected headers: {{headers}}",
38
- "Header mismatch at column {{column}}: expected \"{{expected}}\", but got \"{{actual}}\"": "Header mismatch at column {{column}}: expected \"{{expected}}\", but got \"{{actual}}\"",
39
- "No data to import": "No data to import",
40
- "Failed to import row {{row}}, {{message}}, row data: {{data}}": "Failed to import row {{row}}, {{message}}, row data: {{data}}",
41
- "import-error": "Failed to import row {{rowIndex}}, row data: {{rowData}}, cause: {{causeMessage}}"
42
- }
52
+ "{{successCount}} records have been successfully imported": "{{successCount}} records have been successfully imported"
53
+ }
@@ -1,27 +1,53 @@
1
1
  {
2
- "Only one file is allowed to be uploaded": "Sólo se permite cargar un archivo",
2
+ "Add importable field": "Añadir campo importable",
3
+ "Columns configuration is empty": "Columns configuration is empty",
4
+ "Custom column title": "Custom column title",
5
+ "Done": "Hecho",
6
+ "Download template": "Descargar plantilla",
7
+ "Download tips": "- Descargar la plantilla y rellenar los datos según el formato \r\n - Importar sólo la primera hoja de cálculo \r\n - No cambiar la cabecera de la plantilla para evitar fallos en la importación",
8
+ "Excel data importing": "Importación de datos Excel",
9
+ "Failed to import row {{row}}, {{message}}, row data: {{data}}": "Failed to import row {{row}}, {{message}}, row data: {{data}}",
10
+ "Field description": "Field description",
11
+ "Field description placeholder": "Enter field description",
12
+ "Field not found: {{field}}": "Field not found: {{field}}",
13
+ "Field {{fieldName}} does not exist": "El campo {{fieldName}} no existe",
3
14
  "File size cannot exceed 10M": "El tamaño del archivo no puede superar los 10M",
4
- "Please upload the file of Excel": "Por favor, cargue el archivo de Excel",
15
+ "Header mismatch at column {{column}}: expected \"{{expected}}\", but got \"{{actual}}\"": "Header mismatch at column {{column}}: expected \"{{expected}}\", but got \"{{actual}}\"",
16
+ "Headers not found. Expected headers: {{headers}}": "Headers not found. Expected headers: {{headers}}",
17
+ "Illegal percentage format": "Formato de porcentaje ilegal",
18
+ "Import": "Import",
5
19
  "Import Data": "Importar datos",
6
- "Start import": "Iniciar importación",
20
+ "Import action settings": "Import action settings",
21
+ "Import completed": "Import completed",
7
22
  "Import explain": "Guía",
8
- "Download template": "Descargar plantilla",
23
+ "Import warnings": "You can import up to {{limit}} rows of data at a time, any excess will be ignored.",
24
+ "ImportResult": "ImportResult",
25
+ "Imported template does not match, please download again.": "Imported template does not match, please download again.",
26
+ "Incorrect date format": "Formato de fecha incorrecto",
27
+ "Incorrect email format": "Formato de correo electrónico incorrecto",
28
+ "Incorrect time format": "Formato de hora incorrecto",
29
+ "No": "No",
30
+ "No data to import": "No data to import",
31
+ "Only one file is allowed to be uploaded": "Sólo se permite cargar un archivo",
32
+ "Please select": "Please select",
33
+ "Please upload the file of Excel": "Por favor, cargue el archivo de Excel",
34
+ "Skipped records": "Skipped records",
35
+ "Start import": "Iniciar importación",
9
36
  "Step 1: Download template": "Paso 1: Descargar plantilla",
10
37
  "Step 2: Upload Excel": "Paso 2: Cargar Excel",
11
- "Download tips": "- Descargar la plantilla y rellenar los datos según el formato \r\n - Importar sólo la primera hoja de cálculo \r\n - No cambiar la cabecera de la plantilla para evitar fallos en la importación",
12
- "Upload placeholder": "Arrastra y suelta el archivo aquí o haga clic para cargarlo.",
13
- "Excel data importing": "Importación de datos Excel",
14
- "{{successCount}} records have been successfully imported": "{{successCount}} registros han sido importados exitosamente",
38
+ "Step 3: Import options": "Step 3: Import options",
39
+ "Successfully imported": "Successfully imported",
40
+ "Task result": "Task result",
15
41
  "To download the failure data": "Para descargar los datos de fallo",
16
- "Add importable field": "Añadir campo importable",
17
- "Done": "Hecho",
42
+ "Total records": "Total records",
43
+ "Unique constraint error, fields:": "Unique constraint error, fields:",
44
+ "Updated records": "Updated records",
45
+ "Upload placeholder": "Arrastra y suelta el archivo aquí o haga clic para cargarlo, el tamaño del archivo no debe superar los 80M",
46
+ "View result": "View result",
18
47
  "Yes": "Sí",
19
- "No": "No",
20
- "Field {{fieldName}} does not exist": "El campo {{fieldName}} no existe",
48
+ "another import action is running, please try again later.": "another import action is running, please try again later.",
21
49
  "can not find value": "no se puede encontrar el valor",
50
+ "import-error": "Failed to import row {{rowIndex}}, row data: {{rowData}}, cause: {{causeMessage}}",
22
51
  "password is empty": "la contraseña está vacía",
23
- "Incorrect time format": "Formato de hora incorrecto",
24
- "Incorrect date format": "Formato de fecha incorrecto",
25
- "Incorrect email format": "Formato de correo electrónico incorrecto",
26
- "Illegal percentage format": "Formato de porcentaje ilegal"
27
- }
52
+ "{{successCount}} records have been successfully imported": "{{successCount}} registros han sido importados exitosamente"
53
+ }
@@ -0,0 +1,53 @@
1
+ {
2
+ "Add importable field": "Add importable field",
3
+ "Columns configuration is empty": "Columns configuration is empty",
4
+ "Custom column title": "Custom column title",
5
+ "Done": "Done",
6
+ "Download template": "Download template",
7
+ "Download tips": "- Download the template and fill in the data according to the format \r\n - Import only the first worksheet \r\n - Do not change the header of the template to prevent import failure",
8
+ "Excel data importing": "Excel data importing",
9
+ "Failed to import row {{row}}, {{message}}, row data: {{data}}": "Failed to import row {{row}}, {{message}}, row data: {{data}}",
10
+ "Field description": "Field description",
11
+ "Field description placeholder": "Enter field description",
12
+ "Field not found: {{field}}": "Field not found: {{field}}",
13
+ "Field {{fieldName}} does not exist": "Field {{fieldName}} does not exist",
14
+ "File size cannot exceed 10M": "File size cannot exceed 10M",
15
+ "Header mismatch at column {{column}}: expected \"{{expected}}\", but got \"{{actual}}\"": "Header mismatch at column {{column}}: expected \"{{expected}}\", but got \"{{actual}}\"",
16
+ "Headers not found. Expected headers: {{headers}}": "Headers not found. Expected headers: {{headers}}",
17
+ "Illegal percentage format": "Illegal percentage format",
18
+ "Import": "Import",
19
+ "Import Data": "Import Data",
20
+ "Import action settings": "Import action settings",
21
+ "Import completed": "Import completed",
22
+ "Import explain": "Guide",
23
+ "Import warnings": "You can import up to {{limit}} rows of data at a time, any excess will be ignored.",
24
+ "ImportResult": "ImportResult",
25
+ "Imported template does not match, please download again.": "Imported template does not match, please download again.",
26
+ "Incorrect date format": "Incorrect date format",
27
+ "Incorrect email format": "Incorrect email format",
28
+ "Incorrect time format": "Incorrect time format",
29
+ "No": "No",
30
+ "No data to import": "No data to import",
31
+ "Only one file is allowed to be uploaded": "Only one file is allowed to be uploaded",
32
+ "Please select": "Please select",
33
+ "Please upload the file of Excel": "Please upload the file of Excel",
34
+ "Skipped records": "Skipped records",
35
+ "Start import": "Start import",
36
+ "Step 1: Download template": "Step 1: Download template",
37
+ "Step 2: Upload Excel": "Step 2: Upload Excel",
38
+ "Step 3: Import options": "Step 3: Import options",
39
+ "Successfully imported": "Successfully imported",
40
+ "Task result": "Task result",
41
+ "To download the failure data": "To download the failure data",
42
+ "Total records": "Total records",
43
+ "Unique constraint error, fields:": "Unique constraint error, fields:",
44
+ "Updated records": "Updated records",
45
+ "Upload placeholder": "Drag and drop the file here or click to upload, file size should not exceed 80M",
46
+ "View result": "View result",
47
+ "Yes": "Yes",
48
+ "another import action is running, please try again later.": "another import action is running, please try again later.",
49
+ "can not find value": "can not find value",
50
+ "import-error": "Failed to import row {{rowIndex}}, row data: {{rowData}}, cause: {{causeMessage}}",
51
+ "password is empty": "password is empty",
52
+ "{{successCount}} records have been successfully imported": "{{successCount}} records have been successfully imported"
53
+ }
@@ -0,0 +1,53 @@
1
+ {
2
+ "Add importable field": "Importálható mező hozzáadása",
3
+ "Columns configuration is empty": "Oszlopok konfigurációja üres",
4
+ "Custom column title": "Egyedi oszlopcím",
5
+ "Done": "Kész",
6
+ "Download template": "Sablon letöltése",
7
+ "Download tips": "- Töltse le a sablont, és töltse ki az adatokat a formátumnak megfelelően \r\n - Csak az első munkalapot importálja \r\n - Ne változtassa meg a sablon fejlécét az importálási hiba elkerülése érdekében",
8
+ "Excel data importing": "Excel adatok importálása",
9
+ "Failed to import row {{row}}, {{message}}, row data: {{data}}": "Sor importálása nem sikerült {{row}}, {{message}}, sor adatai: {{data}}",
10
+ "Field description": "Mező leírása",
11
+ "Field description placeholder": "Írja be a mező leírását",
12
+ "Field not found: {{field}}": "Mező nem található: {{field}}",
13
+ "Field {{fieldName}} does not exist": "A(z) {{fieldName}} mező nem létezik",
14
+ "File size cannot exceed 10M": "A fájl mérete nem haladhatja meg a 10M-t",
15
+ "Header mismatch at column {{column}}: expected \"{{expected}}\", but got \"{{actual}}\"": "Fejléc eltérés a(z) {{column}} oszlopban: várt \"{{expected}}\", de kaptam \"{{actual}}\"",
16
+ "Headers not found. Expected headers: {{headers}}": "Fejlécek nem találhatók. Várt fejlécek: {{headers}}",
17
+ "Illegal percentage format": "Érvénytelen százalékos formátum",
18
+ "Import": "Importálás",
19
+ "Import Data": "Adatok importálása",
20
+ "Import action settings": "Import action settings",
21
+ "Import completed": "Importálás befejezve",
22
+ "Import explain": "Útmutató",
23
+ "Import warnings": "Importálási figyelmeztetések: egyszerre legfeljebb {{limit}} sor adat importálható, a többi figyelmen kívül lesz hagyva.",
24
+ "ImportResult": "ImportEredmény",
25
+ "Imported template does not match, please download again.": "A behozott sablon nem egyezik, kérjük, töltse le újra.",
26
+ "Incorrect date format": "Helytelen dátumformátum",
27
+ "Incorrect email format": "Helytelen email formátum",
28
+ "Incorrect time format": "Helytelen időformátum",
29
+ "No": "Nem",
30
+ "No data to import": "Nincs importálható adat",
31
+ "Only one file is allowed to be uploaded": "Csak egy fájl feltöltése engedélyezett",
32
+ "Please select": "Kérjük, válasszon",
33
+ "Please upload the file of Excel": "Kérjük, töltse fel az Excel fájlt",
34
+ "Skipped records": "Kihagyott rekordok",
35
+ "Start import": "Importálás indítása",
36
+ "Step 1: Download template": "1. lépés: Sablon letöltése",
37
+ "Step 2: Upload Excel": "2. lépés: Excel feltöltése",
38
+ "Step 3: Import options": "3. lépés: Importálási lehetőségek",
39
+ "Successfully imported": "Sikeresen importálva",
40
+ "Task result": "Feladat eredménye",
41
+ "To download the failure data": "A hibás adatok letöltéséhez",
42
+ "Total records": "Összes rekord",
43
+ "Unique constraint error, fields:": "Unique constraint error, fields:",
44
+ "Updated records": "Frissített rekordok",
45
+ "Upload placeholder": "Húzza ide a fájlt, vagy kattintson a feltöltéshez, a fájl mérete nem haladhatja meg a 80M-t",
46
+ "View result": "Eredmény megtekintése",
47
+ "Yes": "Igen",
48
+ "another import action is running, please try again later.": "egy másik importálási művelet folyamatban van, kérjük, próbálja újra később.",
49
+ "can not find value": "nem található érték",
50
+ "import-error": "A sor importálása nem sikerült {{rowIndex}}, sor adatai: {{rowData}}, oka: {{causeMessage}}",
51
+ "password is empty": "a jelszó üres",
52
+ "{{successCount}} records have been successfully imported": "{{successCount}} rekord sikeresen importálva"
53
+ }
@@ -0,0 +1,53 @@
1
+ {
2
+ "Add importable field": "Tambah bidang yang dapat diimpor",
3
+ "Columns configuration is empty": "Konfigurasi kolom kosong",
4
+ "Custom column title": "Judul kolom kustom",
5
+ "Done": "Selesai",
6
+ "Download template": "Unduh templat",
7
+ "Download tips": "- Unduh templat dan isi data sesuai format \r\n - Hanya impor lembar kerja pertama \r\n - Jangan ubah header templat untuk mencegah kegagalan impor",
8
+ "Excel data importing": "Mengimpor data Excel",
9
+ "Failed to import row {{row}}, {{message}}, row data: {{data}}": "Gagal mengimpor baris {{row}}, {{message}}, data baris: {{data}}",
10
+ "Field description": "Deskripsi bidang",
11
+ "Field description placeholder": "Masukkan deskripsi bidang",
12
+ "Field not found: {{field}}": "Bidang tidak ditemukan: {{field}}",
13
+ "Field {{fieldName}} does not exist": "Bidang {{fieldName}} tidak ada",
14
+ "File size cannot exceed 10M": "Ukuran file tidak boleh melebihi 10M",
15
+ "Header mismatch at column {{column}}: expected \"{{expected}}\", but got \"{{actual}}\"": "Ketidaksesuaian header pada kolom {{column}}: diharapkan \"{{expected}}\", tetapi didapatkan \"{{actual}}\"",
16
+ "Headers not found. Expected headers: {{headers}}": "Header tidak ditemukan. Header yang diharapkan: {{headers}}",
17
+ "Illegal percentage format": "Format persentase ilegal",
18
+ "Import": "Impor",
19
+ "Import Data": "Impor Data",
20
+ "Import action settings": "Import action settings",
21
+ "Import completed": "Impor selesai",
22
+ "Import explain": "Panduan",
23
+ "Import warnings": "Anda dapat mengimpor hingga {{limit}} baris data sekaligus, kelebihannya akan diabaikan.",
24
+ "ImportResult": "Hasil Impor",
25
+ "Imported template does not match, please download again.": "Templat yang diimpor tidak cocok, harap unduh lagi.",
26
+ "Incorrect date format": "Format tanggal salah",
27
+ "Incorrect email format": "Format email salah",
28
+ "Incorrect time format": "Format waktu salah",
29
+ "No": "Tidak",
30
+ "No data to import": "Tidak ada data untuk diimpor",
31
+ "Only one file is allowed to be uploaded": "Hanya satu file yang diizinkan untuk diunggah",
32
+ "Please select": "Harap pilih",
33
+ "Please upload the file of Excel": "Harap unggah file Excel",
34
+ "Skipped records": "Catatan yang dilewati",
35
+ "Start import": "Mulai impor",
36
+ "Step 1: Download template": "Langkah 1: Unduh templat",
37
+ "Step 2: Upload Excel": "Langkah 2: Unggah Excel",
38
+ "Step 3: Import options": "Langkah 3: Opsi impor",
39
+ "Successfully imported": "Berhasil diimpor",
40
+ "Task result": "Hasil tugas",
41
+ "To download the failure data": "Untuk mengunduh data kegagalan",
42
+ "Total records": "Total catatan",
43
+ "Unique constraint error, fields:": "Unique constraint error, fields:",
44
+ "Updated records": "Catatan yang diperbarui",
45
+ "Upload placeholder": "Seret dan letakkan file di sini atau klik untuk mengunggah, ukuran file tidak boleh melebihi 80M",
46
+ "View result": "Lihat hasil",
47
+ "Yes": "Ya",
48
+ "another import action is running, please try again later.": "aksi impor lain sedang berjalan, harap coba lagi nanti.",
49
+ "can not find value": "tidak dapat menemukan nilai",
50
+ "import-error": "Gagal mengimpor baris {{rowIndex}}, data baris: {{rowData}}, penyebab: {{causeMessage}}",
51
+ "password is empty": "kata sandi kosong",
52
+ "{{successCount}} records have been successfully imported": "{{successCount}} catatan telah berhasil diimpor"
53
+ }
@@ -1,51 +1,53 @@
1
1
  {
2
- "Only one file is allowed to be uploaded": "È consentito caricare solo un file",
3
- "File size cannot exceed 10M": "La dimensione del file non può superare i 10M",
4
- "Please upload the file of Excel": "Si prega di caricare il file Excel",
5
- "Import Data": "Importa dati",
6
- "Start import": "Inizia importazione",
7
- "Import explain": "Guida importazione",
2
+ "Add importable field": "Aggiungi campo importabile",
3
+ "Columns configuration is empty": "La configurazione delle colonne è vuota",
4
+ "Custom column title": "Titolo colonna personalizzato",
5
+ "Done": "Fatto",
8
6
  "Download template": "Scarica modello",
9
- "Step 1: Download template": "Passo 1: Scarica modello",
10
- "Step 2: Upload Excel": "Passo 2: Carica file Excel",
11
- "Step 3: Import options": "Passo 3: Opzioni di importazione",
12
7
  "Download tips": "- Scarica il modello e compila i dati secondo il formato \r\n - Importa solo il primo foglio di lavoro \r\n - Non cambiare l'intestazione del modello per evitare errori di importazione",
13
- "Import warnings": "Puoi importare fino a {{limit}} righe di dati alla volta, qualsiasi eccedenza verrà ignorata.",
14
- "Upload placeholder": "Trascina qui il file o clicca per caricare.",
15
8
  "Excel data importing": "Importazione dati Excel in corso",
16
- "{{successCount}} records have been successfully imported": "{{successCount}} record sono stati importati con successo",
17
- "To download the failure data": "Scarica i dati non riusciti",
18
- "Add importable field": "Aggiungi campo importabile",
19
- "Done": "Fatto",
20
- "Yes": "Sì",
21
- "No": "No",
22
- "Field {{fieldName}} does not exist": "Il campo {{fieldName}} non esiste",
23
- "can not find value": "valore non trovato",
24
- "password is empty": "la password è vuota",
25
- "Incorrect time format": "Formato orario errato",
26
- "Incorrect date format": "Formato data errato",
27
- "Incorrect email format": "Formato email errato",
28
- "Illegal percentage format": "Formato percentuale illegale",
29
- "Imported template does not match, please download again.": "Il modello importato non corrisponde, si prega di scaricare di nuovo.",
30
- "another import action is running, please try again later.": "un'altra azione di importazione è in corso, riprova più tardi.",
31
- "Please select": "Si prega di selezionare",
32
- "Custom column title": "Titolo colonna personalizzato",
9
+ "Failed to import row {{row}}, {{message}}, row data: {{data}}": "Errore nell'importazione della riga {{row}}, {{message}}, dati della riga: {{data}}",
33
10
  "Field description": "Descrizione del campo",
34
11
  "Field description placeholder": "Inserisci descrizione del campo",
35
- "Columns configuration is empty": "La configurazione delle colonne è vuota",
36
12
  "Field not found: {{field}}": "Campo non trovato: {{field}}",
37
- "Headers not found. Expected headers: {{headers}}": "Intestazioni non trovate. Intestazioni previste: {{headers}}",
13
+ "Field {{fieldName}} does not exist": "Il campo {{fieldName}} non esiste",
14
+ "File size cannot exceed 10M": "La dimensione del file non può superare i 10M",
38
15
  "Header mismatch at column {{column}}: expected \"{{expected}}\", but got \"{{actual}}\"": "Incongruenza intestazione alla colonna {{column}}: previsto \"{{expected}}\", ma ottenuto \"{{actual}}\"",
39
- "No data to import": "Nessun dato da importare",
40
- "Failed to import row {{row}}, {{message}}, row data: {{data}}": "Errore nell'importazione della riga {{row}}, {{message}}, dati della riga: {{data}}",
41
- "import-error": "Errore nell'importazione della riga {{rowIndex}}, dati della riga: {{rowData}}, causa: {{causeMessage}}",
16
+ "Headers not found. Expected headers: {{headers}}": "Intestazioni non trovate. Intestazioni previste: {{headers}}",
17
+ "Illegal percentage format": "Formato percentuale illegale",
42
18
  "Import": "Importa",
19
+ "Import Data": "Importa dati",
20
+ "Import action settings": "Import action settings",
43
21
  "Import completed": "Importazione completata: {{success}} record importati con successo, {{updated}} record aggiornati, {{skipped}} record saltati, totale {{total}} record",
44
- "Successfully imported": "Importazione riuscita",
45
- "Updated records": "Record aggiornati",
22
+ "Import explain": "Guida importazione",
23
+ "Import warnings": "Puoi importare fino a {{limit}} righe di dati alla volta, qualsiasi eccedenza verrà ignorata.",
24
+ "ImportResult": "Importati {{success}}, aggiornati {{updated}}, saltati {{skipped}}, totale {{total}}",
25
+ "Imported template does not match, please download again.": "Il modello importato non corrisponde, si prega di scaricare di nuovo.",
26
+ "Incorrect date format": "Formato data errato",
27
+ "Incorrect email format": "Formato email errato",
28
+ "Incorrect time format": "Formato orario errato",
29
+ "No": "No",
30
+ "No data to import": "Nessun dato da importare",
31
+ "Only one file is allowed to be uploaded": "È consentito caricare solo un file",
32
+ "Please select": "Si prega di selezionare",
33
+ "Please upload the file of Excel": "Si prega di caricare il file Excel",
46
34
  "Skipped records": "Record saltati",
35
+ "Start import": "Inizia importazione",
36
+ "Step 1: Download template": "Passo 1: Scarica modello",
37
+ "Step 2: Upload Excel": "Passo 2: Carica file Excel",
38
+ "Step 3: Import options": "Passo 3: Opzioni di importazione",
39
+ "Successfully imported": "Importazione riuscita",
40
+ "Task result": "Risultato attività",
41
+ "To download the failure data": "Scarica i dati non riusciti",
47
42
  "Total records": "Record totali",
43
+ "Unique constraint error, fields:": "Unique constraint error, fields:",
44
+ "Updated records": "Record aggiornati",
45
+ "Upload placeholder": "Trascina qui il file o clicca per caricare, la dimensione del file non deve superare 80M",
48
46
  "View result": "Visualizza risultato",
49
- "ImportResult": "Importati {{success}}, aggiornati {{updated}}, saltati {{skipped}}, totale {{total}}",
50
- "Task result": "Risultato attività"
51
- }
47
+ "Yes": "",
48
+ "another import action is running, please try again later.": "un'altra azione di importazione è in corso, riprova più tardi.",
49
+ "can not find value": "valore non trovato",
50
+ "import-error": "Errore nell'importazione della riga {{rowIndex}}, dati della riga: {{rowData}}, causa: {{causeMessage}}",
51
+ "password is empty": "la password è vuota",
52
+ "{{successCount}} records have been successfully imported": "{{successCount}} record sono stati importati con successo"
53
+ }