fix: Update NL-nl locales (#19734)

* Update NL-nl locales

* Fix for tests
This commit is contained in:
Jelle de Jong 2019-11-15 09:42:17 +01:00 committed by 偏右
parent 4079f36340
commit 2f30c806a3
2 changed files with 35 additions and 16 deletions

View File

@ -173135,7 +173135,7 @@ exports[`Locale Provider should display the text as nl 1`] = `
class="ant-pagination-item-link"
>
<i
aria-label="icon: left"
aria-label="icoon: left"
class="anticon anticon-left"
>
<svg
@ -173210,7 +173210,7 @@ exports[`Locale Provider should display the text as nl 1`] = `
class="ant-pagination-item-link"
>
<i
aria-label="icon: right"
aria-label="icoon: right"
class="anticon anticon-right"
>
<svg
@ -173263,7 +173263,7 @@ exports[`Locale Provider should display the text as nl 1`] = `
unselectable="on"
>
<i
aria-label="icon: down"
aria-label="icoon: down"
class="anticon anticon-down ant-select-arrow-icon"
>
<svg
@ -173329,7 +173329,7 @@ exports[`Locale Provider should display the text as nl 1`] = `
unselectable="on"
>
<i
aria-label="icon: down"
aria-label="icoon: down"
class="anticon anticon-down ant-select-arrow-icon"
>
<svg
@ -173363,7 +173363,7 @@ exports[`Locale Provider should display the text as nl 1`] = `
value=""
/>
<i
aria-label="icon: calendar"
aria-label="icoon: calendar"
class="anticon anticon-calendar ant-calendar-picker-icon"
>
<svg
@ -174172,7 +174172,7 @@ exports[`Locale Provider should display the text as nl 1`] = `
class="ant-time-picker-icon"
>
<i
aria-label="icon: clock-circle"
aria-label="icoon: clock-circle"
class="anticon anticon-clock-circle ant-time-picker-clock-icon"
>
<svg
@ -175274,7 +175274,7 @@ exports[`Locale Provider should display the text as nl 1`] = `
value=""
/>
<i
aria-label="icon: calendar"
aria-label="icoon: calendar"
class="anticon anticon-calendar ant-calendar-picker-icon"
>
<svg
@ -176809,7 +176809,7 @@ exports[`Locale Provider should display the text as nl 1`] = `
class="ant-popover-message"
>
<i
aria-label="icon: exclamation-circle"
aria-label="icoon: exclamation-circle"
class="anticon anticon-exclamation-circle"
>
<svg
@ -176912,7 +176912,7 @@ exports[`Locale Provider should display the text as nl 1`] = `
class="ant-transfer-list-search-action"
>
<i
aria-label="icon: search"
aria-label="icoon: search"
class="anticon anticon-search"
>
<svg
@ -176993,7 +176993,7 @@ exports[`Locale Provider should display the text as nl 1`] = `
type="button"
>
<i
aria-label="icon: right"
aria-label="icoon: right"
class="anticon anticon-right"
>
<svg
@ -177018,7 +177018,7 @@ exports[`Locale Provider should display the text as nl 1`] = `
type="button"
>
<i
aria-label="icon: left"
aria-label="icoon: left"
class="anticon anticon-left"
>
<svg
@ -177088,7 +177088,7 @@ exports[`Locale Provider should display the text as nl 1`] = `
class="ant-transfer-list-search-action"
>
<i
aria-label="icon: search"
aria-label="icoon: search"
class="anticon anticon-search"
>
<svg
@ -177197,7 +177197,7 @@ exports[`Locale Provider should display the text as nl 1`] = `
unselectable="on"
>
<i
aria-label="icon: down"
aria-label="icoon: down"
class="anticon anticon-down ant-select-arrow-icon"
>
<svg
@ -177248,7 +177248,7 @@ exports[`Locale Provider should display the text as nl 1`] = `
unselectable="on"
>
<i
aria-label="icon: down"
aria-label="icoon: down"
class="anticon anticon-down ant-select-arrow-icon"
>
<svg
@ -178249,7 +178249,7 @@ exports[`Locale Provider should display the text as nl 1`] = `
</div>
</span>
<i
aria-label="icon: filter"
aria-label="icoon: filter"
class="anticon anticon-filter ant-dropdown-trigger"
tabindex="-1"
title="Filteren"
@ -178381,7 +178381,7 @@ exports[`Locale Provider should display the text as nl 1`] = `
class="ant-modal-close-x"
>
<i
aria-label="icon: close"
aria-label="icoon: close"
class="anticon anticon-close ant-modal-close-icon"
>
<svg

View File

@ -9,12 +9,18 @@ export default {
DatePicker,
TimePicker,
Calendar,
global: {
placeholder: 'Maak een selectie',
},
Table: {
filterTitle: 'Filteren',
filterConfirm: 'OK',
filterReset: 'Reset',
selectAll: 'Selecteer huidige pagina',
selectInvert: 'Deselecteer huidige pagina',
sortTitle: 'Sorteren',
expand: 'Rij uitklappen',
collapse: 'Rij inklappen',
},
Modal: {
okText: 'OK',
@ -26,6 +32,7 @@ export default {
cancelText: 'Annuleren',
},
Transfer: {
titles: ['', ''],
searchPlaceholder: 'Zoeken',
itemUnit: 'item',
itemsUnit: 'items',
@ -40,4 +47,16 @@ export default {
Empty: {
description: 'Geen gegevens',
},
Icon: {
icon: 'icoon',
},
Text: {
edit: 'Bewerken',
copy: 'Kopieren',
copied: 'Gekopieerd',
expand: 'Uitklappen',
},
PageHeader: {
back: 'Terug',
},
};