Skip to content

Commit

Permalink
fix: Update NL-nl locales (ant-design#19734)
Browse files Browse the repository at this point in the history
* Update NL-nl locales

* Fix for tests
  • Loading branch information
hoest authored and afc163 committed Nov 15, 2019
1 parent 4079f36 commit 2f30c80
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down
19 changes: 19 additions & 0 deletions components/locale/nl_NL.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -26,6 +32,7 @@ export default {
cancelText: 'Annuleren',
},
Transfer: {
titles: ['', ''],
searchPlaceholder: 'Zoeken',
itemUnit: 'item',
itemsUnit: 'items',
Expand All @@ -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',
},
};

0 comments on commit 2f30c80

Please sign in to comment.