mirror of
https://github.com/element-plus/element-plus.git
synced 2025-02-11 11:39:43 +08:00
fix(i18n): improve Dutch(nl) translation (#14164)
This commit is contained in:
parent
6cc5892672
commit
86beacee50
@ -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',
|
||||
},
|
||||
},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user