Vertaal 56 Engelse foutteksten in de Nederlandse interface

Deze verschenen zodra de backend geen eigen melding meegaf: de terugvalteksten
van formatError en de controles vóór een handeling. Een operator kreeg dan
"Failed to load exports" of "Select a project first" te zien, midden in een
verder Nederlandse werkbank.

Dit is geen meertaligheidsvraagstuk maar inconsistentie binnen de taal die het
product al spreekt. De teksten volgen nu de bestaande toon: benoemen wat er
misging of wat er eerst nodig is, in actieve vorm, zonder excuus.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
Jens
2026-08-23 15:10:07 +02:00
co-authored by Claude Opus 5
parent 7bf7caf56b
commit 596bbb0e8c
9 changed files with 56 additions and 56 deletions
+2 -2
View File
@@ -24,7 +24,7 @@ export function useMapSelectionQa({
const runMapSelectionQa = async (candidateDataset = latestSelectionDataset) => {
if (!selectedProjectId) {
setMapSelectionQaError('Select a project before running QA/QC.')
setMapSelectionQaError('Kies eerst een werkruimte om een kwaliteitscontrole te draaien.')
return null
}
if (!candidateDataset) {
@@ -32,7 +32,7 @@ export function useMapSelectionQa({
return null
}
if (!selectedMapQaReferenceDatasetId) {
setMapSelectionQaError('Select a reference dataset for QA/QC.')
setMapSelectionQaError('Kies eerst een referentiebron voor de kwaliteitscontrole.')
return null
}
if (candidateDataset.id === selectedMapQaReferenceDatasetId) {