Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DashAI/front/src/components/DatasetVisualization.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ export default function DatasetVisualization({
}}
>
<CircularProgress color="primary" />
<Typography>Processing your dataset...</Typography>
<Typography>{t("datasets:label.processingTitle")}</Typography>
<Typography
variant="body2"
color="text.secondary"
Expand Down
1 change: 1 addition & 0 deletions DashAI/front/src/utils/i18n/locales/de/datasets.json
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@
"position": "Position",
"possibleIDColumns": "Mögliche ID-Spalten",
"presetScale": "Voreingestellte Skala",
"processingTitle": "Ihr Dataset wird verarbeitet...",
"processingMessage": "Dies kann je nach Größe Ihrer Daten einige Momente dauern.",
"proportion": "Anteil",
"q1": "Q1",
Expand Down
1 change: 1 addition & 0 deletions DashAI/front/src/utils/i18n/locales/en/datasets.json
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@
"position": "Position",
"possibleIDColumns": "Possible ID Columns",
"presetScale": "Preset Scale",
"processingTitle": "Processing your dataset...",
"processingMessage": "This may take a few moments depending on the size of your data.",
"proportion": "Proportion",
"q1": "Q1",
Expand Down
1 change: 1 addition & 0 deletions DashAI/front/src/utils/i18n/locales/es/datasets.json
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@
"position": "Posición",
"possibleIDColumns": "Posibles Columnas de ID",
"presetScale": "Escala Preestablecida",
"processingTitle": "Procesando tu dataset...",
"processingMessage": "Esto puede tardar unos minutos dependiendo del tamaño del dataset.",
"proportion": "Proporción",
"q1": "Q1",
Expand Down
1 change: 1 addition & 0 deletions DashAI/front/src/utils/i18n/locales/pt/datasets.json
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@
"position": "Posição",
"possibleIDColumns": "Possíveis Colunas de ID",
"presetScale": "Escala Predefinida",
"processingTitle": "Processando seu dataset...",
"processingMessage": "Isso pode levar alguns minutos dependendo do tamanho do conjunto de dados.",
"proportion": "Proporção",
"q1": "Q1",
Expand Down
1 change: 1 addition & 0 deletions DashAI/front/src/utils/i18n/locales/zh/datasets.json
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@
"position": "位置",
"possibleIDColumns": "可能的 ID 列",
"presetScale": "预设色阶",
"processingTitle": "正在处理您的数据集...",
"processingMessage": "根据数据大小,这可能需要几分钟。",
"proportion": "比例",
"q1": "Q1",
Expand Down
Loading