Skip to content

Commit 5bdb05c

Browse files
committed
update localization files for English and Dutch
1 parent ccb47a8 commit 5bdb05c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/locales/en.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ export const en = {
8080
dataTypeRequired: 'Please select a data type.',
8181
noNumericColumns:
8282
'No numeric columns found. Please upload a valid dataset.',
83-
analysisError: 'Error while analysing',
83+
analysisError:
84+
'Error while analysing. Please check if you specified the correct data type. If the error keeps occurring please send an e-mail to [email protected]',
8485
noData: 'No data loaded',
8586
numericDataRequired:
8687
'Not all data have same format, please change locally before attaching the data',

src/locales/nl.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ export const nl = {
7878
dataTypeRequired: 'Selecteer een gegevenstype.',
7979
noNumericColumns:
8080
'Geen numerieke kolommen gevonden. Upload een geldige dataset.',
81-
analysisError: 'Fout tijdens analyse',
81+
analysisError:
82+
'Fout tijdens analyse. Controleer of je het juiste gegevenstype hebt opgegeven. Als de fout aanhoudt, stuur dan een e-mail naar [email protected]',
8283
noData: 'Geen gegevens geladen',
8384
numericDataRequired:
8485
'Niet alle data hebben hetzelfde formaat, pas dit lokaal aan voordat je de data toevoegt.',

0 commit comments

Comments
 (0)