fix(i18n): improve Dutch(nl) translation (#14164)

This commit is contained in:
JBtje 2023-09-01 14:21:03 +02:00 committed by GitHub
parent 6cc5892672
commit 86beacee50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -114,14 +114,14 @@ export default {
hasCheckedFormat: '{checked}/{total} geselecteerd',
},
image: {
error: 'FAILED', // to be translated
error: 'MISLUKT',
},
pageHeader: {
title: 'Back', // to be translated
title: 'Terug',
},
popconfirm: {
confirmButtonText: 'Yes', // to be translated
cancelButtonText: 'No', // to be translated
confirmButtonText: 'Ja',
cancelButtonText: 'Nee',
},
},
}