ids-enterprise 4.90.3 → 4.90.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/css/theme-classic-contrast.css +3 -3
- package/dist/css/theme-classic-contrast.min.css +3 -3
- package/dist/css/theme-classic-dark.css +3 -3
- package/dist/css/theme-classic-dark.min.css +3 -3
- package/dist/css/theme-classic-light.css +3 -3
- package/dist/css/theme-classic-light.min.css +3 -3
- package/dist/css/theme-new-contrast.css +3 -3
- package/dist/css/theme-new-contrast.min.css +3 -3
- package/dist/css/theme-new-dark.css +3 -3
- package/dist/css/theme-new-dark.min.css +3 -3
- package/dist/css/theme-new-light.css +3 -3
- package/dist/css/theme-new-light.min.css +3 -3
- package/dist/css/theme-soho-contrast.css +3 -3
- package/dist/css/theme-soho-contrast.min.css +3 -3
- package/dist/css/theme-soho-dark.css +3 -3
- package/dist/css/theme-soho-dark.min.css +3 -3
- package/dist/css/theme-soho-light.css +3 -3
- package/dist/css/theme-soho-light.min.css +3 -3
- package/dist/css/theme-uplift-contrast.css +3 -3
- package/dist/css/theme-uplift-contrast.min.css +3 -3
- package/dist/css/theme-uplift-dark.css +3 -3
- package/dist/css/theme-uplift-dark.min.css +3 -3
- package/dist/css/theme-uplift-light.css +3 -3
- package/dist/css/theme-uplift-light.min.css +3 -3
- package/dist/js/cultures/nb-NO.js +61 -47
- package/dist/js/cultures/nb-NO.min.js +1 -1
- package/dist/js/cultures/nl-NL.js +66 -51
- package/dist/js/cultures/nl-NL.min.js +1 -1
- package/dist/js/cultures/nn-NO.js +533 -518
- package/dist/js/cultures/nn-NO.min.js +1 -1
- package/dist/js/cultures/no-NO.js +533 -518
- package/dist/js/cultures/no-NO.min.js +1 -1
- package/dist/js/sohoxi.esm.js +4 -4
- package/dist/js/sohoxi.js +4 -4
- package/dist/js/sohoxi.min.js +4 -4
- package/dist/svg/theme-classic-svg.html +6 -6
- package/dist/svg/theme-new-svg.html +9 -9
- package/package.json +1 -1
|
@@ -25,6 +25,7 @@ Soho.Locale.addCulture('nl-NL', {
|
|
|
25
25
|
hour: 'HH:mm',
|
|
26
26
|
datetime: 'dd-MM-yyyy HH:mm',
|
|
27
27
|
datetimeMillis: 'dd-MM-yyyy HH:mm:ss.SSS',
|
|
28
|
+
dateTimestamp: 'dd-MM-yyyy HH:mm:ss',
|
|
28
29
|
timezone: 'dd-MM-yyyy HH:mm zz',
|
|
29
30
|
timezoneLong: 'dd-MM-yyyy HH:mm zzzz'
|
|
30
31
|
}, // Infered short + short gregorian/dateTimeFormats
|
|
@@ -94,7 +95,9 @@ Soho.Locale.addCulture('nl-NL', {
|
|
|
94
95
|
BarChart: { id: 'BarChart', value: 'Staafdiagram', comment: 'A chart type' },
|
|
95
96
|
Between: { id: 'Between', value: 'Tussen', comment: 'Between in icons for filtering' },
|
|
96
97
|
BillionsAbbrev: { id: 'BillionsAbbrev', value: '{0} mld.', comment: 'Refers to a value in a chart in billions. i.e. 1B, 100B' },
|
|
98
|
+
Black: { id: 'Black', value: 'Zwart', comment: 'Refers to an black color band' },
|
|
97
99
|
Blockquote: { id: 'Blockquote', value: 'Blokcitaat', comment: 'Term for Block Quotations in editing' },
|
|
100
|
+
Blue: { id: 'Blue', value: 'Blauw', comment: 'Refers to an blue color band' },
|
|
98
101
|
Bold: { id: 'Bold', value: 'Vet', comment: 'Make text bold' },
|
|
99
102
|
BookmarkThis: { id: 'BookmarkThis', value: 'Als favoriet opslaan', comment: 'Bookmark an element' },
|
|
100
103
|
Bookmarked: { id: 'Bookmarked', value: 'Als favoriet opgeslagen', comment: 'Bookmark filled - Element is already bookmarked' },
|
|
@@ -108,11 +111,12 @@ Soho.Locale.addCulture('nl-NL', {
|
|
|
108
111
|
Cancel: { id: 'Cancel', value: 'Annuleren', comment: 'Cancel tooltip' },
|
|
109
112
|
CapsLockOn: { id: 'CapsLockOn', value: 'Caps Lock-toets is ingeschakeld', comment: 'Caps lock on message' },
|
|
110
113
|
Cart: { id: 'Cart', value: 'Mandje', comment: 'Cart tooltip' },
|
|
114
|
+
Caution: { id: 'Caution', value: 'Waarschuwing', comment: 'As in a caution message on screen' },
|
|
111
115
|
CenterText: { id: 'CenterText', value: 'Centreren', comment: 'An icon tooltip' },
|
|
112
116
|
ChangeSelection: { id: 'ChangeSelection', value: 'Gebruik de pijltjestoetsen om het geselecteerde item te wijzigen.', comment: 'Audible text for drop down list help' },
|
|
113
117
|
ChangeView: { id: 'ChangeView', value: 'Weergave wijzigen', comment: 'Change the current page from a list of options' },
|
|
114
118
|
CharactersLeft: { id: 'CharactersLeft', value: 'Resterend aantal tekens: {0}', comment: 'indicator showing how many more characters you can type.' },
|
|
115
|
-
CharactersMax: { id: 'CharactersMax', value: 'Maximum aantal invoertekens ', comment: 'indicator showing how many max characters you can type.' },
|
|
119
|
+
CharactersMax: { id: 'CharactersMax', value: 'Maximum aantal invoertekens: {0}', comment: 'indicator showing how many max characters you can type.' },
|
|
116
120
|
Checkbox: { id: 'Checkbox', value: 'Selectievakje', comment: 'Checkbox tooltip' },
|
|
117
121
|
Checked: { id: 'Checked', value: 'Ingeschakeld', comment: 'Checked tooltip' },
|
|
118
122
|
Chinese: { id: 'Chinese', value: 'Chinees', comment: 'Chinese language in general form' },
|
|
@@ -131,8 +135,8 @@ Soho.Locale.addCulture('nl-NL', {
|
|
|
131
135
|
Collapse: { id: 'Collapse', value: 'Samenvouwen', comment: 'Collapse / close a tree/submenu' },
|
|
132
136
|
CollapseAppTray: { id: 'CollapseAppTray', value: 'Applicatiebalk samenvouwen', comment: 'Collapse app tray tooltip' },
|
|
133
137
|
Color: { id: 'Color', value: 'Kleur', comment: 'Color' },
|
|
134
|
-
ColorPickerSelection: { id: 'ColorPickerSelection', value: 'Aangepaste kleur kiezen', comment: 'Used in accessible labels to describe a color picker
|
|
135
|
-
ColorPickerTriggerButton: { id: 'ColorPickerTriggerButton', value: 'Klik om kleurkiezer te openen', comment: 'Used in accessible labels to describe a color picker
|
|
138
|
+
ColorPickerSelection: { id: 'ColorPickerSelection', value: 'Aangepaste kleur kiezen', comment: 'Used in accessible labels to describe a color picker fields trigger button to assistive technology' },
|
|
139
|
+
ColorPickerTriggerButton: { id: 'ColorPickerTriggerButton', value: 'Klik om kleurkiezer te openen', comment: 'Used in accessible labels to describe a color picker fields trigger button to assistive technology' },
|
|
136
140
|
Colors: { id: 'Colors', value: 'Kleuren', comment: 'Color (plural)' },
|
|
137
141
|
Columns: { id: 'Columns', value: 'Kolommen', comment: 'Columns tooltip' },
|
|
138
142
|
Comments: { id: 'Comments', value: 'Opmerkingen', comment: 'Comments on an form' },
|
|
@@ -154,7 +158,7 @@ Soho.Locale.addCulture('nl-NL', {
|
|
|
154
158
|
Dark: { id: 'Dark', value: 'Donker', comment: 'The name of one of the application theme variants.' },
|
|
155
159
|
Datagrid: { id: 'Datagrid', value: 'Gegevensraster', comment: 'Name of the datagrid component' },
|
|
156
160
|
Date: { id: 'Date', value: 'Datum', comment: 'Describes filtering by a date data type' },
|
|
157
|
-
DatePickerTriggerButton: { id: 'DatePickerTriggerButton', value: 'Datumkiezer-trigger', comment: 'Used in accessible labels to describe a date picker
|
|
161
|
+
DatePickerTriggerButton: { id: 'DatePickerTriggerButton', value: 'Datumkiezer-trigger', comment: 'Used in accessible labels to describe a date picker fields trigger button to assistive technology' },
|
|
158
162
|
Day: { id: 'Day', value: 'Dag', comment: 'Shows view with day events' },
|
|
159
163
|
DayAbbreviatedFri: { id: 'DayAbbreviatedFri', value: 'Vr', comment: 'Day of the week in abbreviated form' },
|
|
160
164
|
DayAbbreviatedMon: { id: 'DayAbbreviatedMon', value: 'Ma', comment: 'Day of the week in abbreviated form' },
|
|
@@ -199,7 +203,7 @@ Soho.Locale.addCulture('nl-NL', {
|
|
|
199
203
|
Drilldown: { id: 'Drilldown', value: 'Meer details', comment: 'Drill by moving page flow into a record' },
|
|
200
204
|
Drillup: { id: 'Drillup', value: 'Minder details', comment: 'Opposite of drilldown, move back up to a larger set of records' },
|
|
201
205
|
Dropdown: { id: 'Dropdown', value: 'Keuzelijst', comment: 'Dropdown' },
|
|
202
|
-
DropdownTriggerButton: { id: 'DropdownTriggerButton', value: 'Klik om keuzelijst te openen', comment:
|
|
206
|
+
DropdownTriggerButton: { id: 'DropdownTriggerButton', value: 'Klik om keuzelijst te openen', comment: "Used in accessible labels to describe a dropdown's trigger button to assistive technology" },
|
|
203
207
|
Duplicate: { id: 'Duplicate', value: 'Kopiëren', comment: 'Duplicate tooltip' },
|
|
204
208
|
Duration: { id: 'Duration', value: 'Duur', comment: 'The length of a time span between two times' },
|
|
205
209
|
Dutch: { id: 'Dutch', value: 'Nederlands', comment: 'Language name for Dutch (Netherlands)' },
|
|
@@ -220,7 +224,7 @@ Soho.Locale.addCulture('nl-NL', {
|
|
|
220
224
|
ErrorMaxFiles: { id: 'ErrorMaxFiles', value: 'Er kunnen niet meer dan het maximum aantal bestanden worden geüpload ({n}).', comment: 'Error string for file-upload' },
|
|
221
225
|
ErrorMaxFilesInProcess: { id: 'ErrorMaxFilesInProcess', value: 'Toegestane limiet maximum aantal bestanden overschreden', comment: 'Error string for file-upload' },
|
|
222
226
|
ErrorOnPage: { id: 'ErrorOnPage', value: 'Foutbericht(en) op pagina', comment: 'Error message(s) on page n' },
|
|
223
|
-
Estonian: { id: 'Estonian', value: '
|
|
227
|
+
Estonian: { id: 'Estonian', value: 'Estlands', comment: 'Language name for Estonian' },
|
|
224
228
|
Event: { id: 'Event', value: 'Gebeurtenis', comment: 'As in an event that would be in a calendar' },
|
|
225
229
|
EventType: { id: 'EventType', value: 'Gebeurtenistype', comment: 'The kind of event, for action vacation or sick time' },
|
|
226
230
|
ExampleData: { id: 'ExampleData', value: 'Voorbeeldgegevens', comment: 'Translated text for an example piece of data instance' },
|
|
@@ -250,7 +254,7 @@ Soho.Locale.addCulture('nl-NL', {
|
|
|
250
254
|
From: { id: 'From', value: 'Van', comment: 'Start of a range (of dates)' },
|
|
251
255
|
FullView: { id: 'FullView', value: 'Volledige weergave', comment: 'Full View tooltip' },
|
|
252
256
|
German: { id: 'German', value: 'Duits', comment: 'Language name for german' },
|
|
253
|
-
Go: { id: 'Go', value: '
|
|
257
|
+
Go: { id: 'Go', value: 'Starten', comment: 'Go, perform a movement, start a search, move to the next thing in a workflow.' },
|
|
254
258
|
GoBack: { id: 'GoBack', value: 'Terug', comment: 'Move Page / object this directionp' },
|
|
255
259
|
GoDown: { id: 'GoDown', value: 'Omlaag', comment: 'Move Page / object this directionp' },
|
|
256
260
|
GoForward: { id: 'GoForward', value: 'Vooruit', comment: 'Move Page / object this direction' },
|
|
@@ -258,6 +262,7 @@ Soho.Locale.addCulture('nl-NL', {
|
|
|
258
262
|
Graphite: { id: 'Graphite', value: 'Grafiet', comment: 'Color in our color palette' },
|
|
259
263
|
GreaterOrEquals: { id: 'GreaterOrEquals', value: 'Groter dan of gelijk aan', comment: 'Greater Than Or Equals in icons for filtering' },
|
|
260
264
|
GreaterThan: { id: 'GreaterThan', value: 'Groter dan', comment: 'Greater Than in icons for filtering' },
|
|
265
|
+
Green: { id: 'Green', value: 'Groen', comment: 'Refers to an green color band' },
|
|
261
266
|
Grid: { id: 'Grid', value: 'Raster', comment: 'Grid tooltip' },
|
|
262
267
|
Group: { id: 'Group', value: 'Groep', comment: 'Group of data in a datagrid with grouped rows' },
|
|
263
268
|
Groups: { id: 'Groups', value: 'Groepen', comment: 'Plural for group' },
|
|
@@ -325,7 +330,7 @@ Soho.Locale.addCulture('nl-NL', {
|
|
|
325
330
|
Locked: { id: 'Locked', value: 'Geblokkeerd', comment: 'Locked tooltip' },
|
|
326
331
|
Logout: { id: 'Logout', value: 'Afmelden', comment: 'Log out of the application' },
|
|
327
332
|
Lookup: { id: 'Lookup', value: 'Zoeken', comment: 'Lookup - As in looking up a record or value' },
|
|
328
|
-
LookupTriggerButton: { id: 'LookupTriggerButton', value: 'Zoekveld-trigger', comment: 'Used in accessible labels to describe a lookup
|
|
333
|
+
LookupTriggerButton: { id: 'LookupTriggerButton', value: 'Zoekveld-trigger', comment: 'Used in accessible labels to describe a lookup fields trigger button to assistive technology' },
|
|
329
334
|
Lowest: { id: 'Lowest', value: 'Laagste', comment: 'Lowest - as in lowest value' },
|
|
330
335
|
Mail: { id: 'Mail', value: 'Post', comment: 'Mail tooltip' },
|
|
331
336
|
Malay: { id: 'Malay', value: 'Maleis', comment: 'Language name for Malay' },
|
|
@@ -369,35 +374,36 @@ Soho.Locale.addCulture('nl-NL', {
|
|
|
369
374
|
MonthAbbreviatedNov: { id: 'MonthAbbreviatedNov', value: 'Nov', comment: 'Month in abbreviated form' },
|
|
370
375
|
MonthAbbreviatedOct: { id: 'MonthAbbreviatedOct', value: 'Okt', comment: 'Month in abbreviated form' },
|
|
371
376
|
MonthAbbreviatedSep: { id: 'MonthAbbreviatedSep', value: 'Sep', comment: 'Month in abbreviated form' },
|
|
372
|
-
MonthWideApr: { id: 'MonthWideApr', value: 'April', comment: 'Month in
|
|
373
|
-
MonthWideAug: { id: 'MonthWideAug', value: 'Augustus', comment: 'Month in
|
|
374
|
-
MonthWideDec: { id: 'MonthWideDec', value: 'December', comment: 'Month in
|
|
375
|
-
MonthWideFeb: { id: 'MonthWideFeb', value: 'Februari', comment: 'Month in
|
|
376
|
-
MonthWideJan: { id: 'MonthWideJan', value: 'Januari', comment: 'Month in
|
|
377
|
-
MonthWideJuly: { id: 'MonthWideJuly', value: 'Juli', comment: 'Month in
|
|
378
|
-
MonthWideJune: { id: 'MonthWideJune', value: 'Juni', comment: 'Month in
|
|
379
|
-
MonthWideLowerCaseApr: { id: 'MonthWideApr', value: 'april', comment: 'Month in
|
|
380
|
-
MonthWideLowerCaseAug: { id: 'MonthWideAug', value: 'augustus', comment: 'Month in
|
|
381
|
-
MonthWideLowerCaseDec: { id: 'MonthWideDec', value: 'december', comment: 'Month in
|
|
382
|
-
MonthWideLowerCaseFeb: { id: 'MonthWideFeb', value: 'februari', comment: 'Month in
|
|
383
|
-
MonthWideLowerCaseJan: { id: 'MonthWideJan', value: 'januari', comment: 'Month in
|
|
384
|
-
MonthWideLowerCaseJuly: { id: 'MonthWideJuly', value: 'juli', comment: 'Month in
|
|
385
|
-
MonthWideLowerCaseJune: { id: 'MonthWideJune', value: 'juni', comment: 'Month in
|
|
386
|
-
MonthWideLowerCaseMar: { id: 'MonthWideMar', value: 'maart', comment: 'Month in
|
|
387
|
-
MonthWideLowerCaseMay: { id: 'MonthWideMay', value: 'mei', comment: 'Month in
|
|
388
|
-
MonthWideLowerCaseNov: { id: 'MonthWideNov', value: 'november', comment: 'Month in
|
|
389
|
-
MonthWideLowerCaseOct: { id: 'MonthWideOct', value: 'oktober', comment: 'Month in
|
|
390
|
-
MonthWideLowerCaseSep: { id: 'MonthWideSep', value: 'september', comment: 'Month in
|
|
391
|
-
MonthWideMar: { id: 'MonthWideMar', value: 'Maart', comment: 'Month in
|
|
392
|
-
MonthWideMay: { id: 'MonthWideMay', value: 'Mei', comment: 'Month in
|
|
393
|
-
MonthWideNov: { id: 'MonthWideNov', value: 'November', comment: 'Month in
|
|
394
|
-
MonthWideOct: { id: 'MonthWideOct', value: 'Oktober', comment: 'Month in
|
|
395
|
-
MonthWideSep: { id: 'MonthWideSep', value: 'September', comment: 'Month in
|
|
377
|
+
MonthWideApr: { id: 'MonthWideApr', value: 'April', comment: 'Month in wide form' },
|
|
378
|
+
MonthWideAug: { id: 'MonthWideAug', value: 'Augustus', comment: 'Month in wide form' },
|
|
379
|
+
MonthWideDec: { id: 'MonthWideDec', value: 'December', comment: 'Month in wide form' },
|
|
380
|
+
MonthWideFeb: { id: 'MonthWideFeb', value: 'Februari', comment: 'Month in wide form' },
|
|
381
|
+
MonthWideJan: { id: 'MonthWideJan', value: 'Januari', comment: 'Month in wide form' },
|
|
382
|
+
MonthWideJuly: { id: 'MonthWideJuly', value: 'Juli', comment: 'Month in wide form' },
|
|
383
|
+
MonthWideJune: { id: 'MonthWideJune', value: 'Juni', comment: 'Month in wide form' },
|
|
384
|
+
MonthWideLowerCaseApr: { id: 'MonthWideApr', value: 'april', comment: 'Month in lower case form,in some languages/situations this must be lower case (but not english)' },
|
|
385
|
+
MonthWideLowerCaseAug: { id: 'MonthWideAug', value: 'augustus', comment: 'Month in lower case form,in some languages/situations this must be lower case (but not english)' },
|
|
386
|
+
MonthWideLowerCaseDec: { id: 'MonthWideDec', value: 'december', comment: 'Month in lower case form,in some languages/situations this must be lower case (but not english)' },
|
|
387
|
+
MonthWideLowerCaseFeb: { id: 'MonthWideFeb', value: 'februari', comment: 'Month in wide form - in some languages/situations this must be lower case (but not english)' },
|
|
388
|
+
MonthWideLowerCaseJan: { id: 'MonthWideJan', value: 'januari', comment: 'Month in lower case form,in some languages/situations this must be lower case (but not english)' },
|
|
389
|
+
MonthWideLowerCaseJuly: { id: 'MonthWideJuly', value: 'juli', comment: 'Month in lower case form,in some languages/situations this must be lower case (but not english)' },
|
|
390
|
+
MonthWideLowerCaseJune: { id: 'MonthWideJune', value: 'juni', comment: 'Month in lower case form,in some languages/situations this must be lower case (but not english)' },
|
|
391
|
+
MonthWideLowerCaseMar: { id: 'MonthWideMar', value: 'maart', comment: 'Month in lower case form,in some languages/situations this must be lower case (but not english)' },
|
|
392
|
+
MonthWideLowerCaseMay: { id: 'MonthWideMay', value: 'mei', comment: 'Month in lower case form,in some languages/situations this must be lower case (but not english)' },
|
|
393
|
+
MonthWideLowerCaseNov: { id: 'MonthWideNov', value: 'november', comment: 'Month in lower case form,in some languages/situations this must be lower case (but not english)' },
|
|
394
|
+
MonthWideLowerCaseOct: { id: 'MonthWideOct', value: 'oktober', comment: 'Month in lower case form,in some languages/situations this must be lower case (but not english)' },
|
|
395
|
+
MonthWideLowerCaseSep: { id: 'MonthWideSep', value: 'september', comment: 'Month in lower case form,in some languages/situations this must be lower case (but not english)' },
|
|
396
|
+
MonthWideMar: { id: 'MonthWideMar', value: 'Maart', comment: 'Month in wide form' },
|
|
397
|
+
MonthWideMay: { id: 'MonthWideMay', value: 'Mei', comment: 'Month in wide form' },
|
|
398
|
+
MonthWideNov: { id: 'MonthWideNov', value: 'November', comment: 'Month in wide form' },
|
|
399
|
+
MonthWideOct: { id: 'MonthWideOct', value: 'Oktober', comment: 'Month in wide form' },
|
|
400
|
+
MonthWideSep: { id: 'MonthWideSep', value: 'September', comment: 'Month in wide form' },
|
|
396
401
|
More: { id: 'More', value: 'Meer', comment: 'Text indicating more buttons or form content' },
|
|
397
402
|
MoreActions: { id: 'MoreActions', value: 'Meer acties', comment: 'Text on the more actions button indictating hidden functions' },
|
|
398
403
|
MoveToLeft: { id: 'MoveToLeft', value: 'Naar links', comment: 'Button tooltip used in a list of movable items' },
|
|
399
404
|
MoveToRight: { id: 'MoveToRight', value: 'Naar rechts', comment: 'Button tooltip used in a list of movable items' },
|
|
400
405
|
MsgDirty: { id: 'MsgDirty', value: ', gewijzigd', comment: 'for modified form fields' },
|
|
406
|
+
Neutral: { id: 'Neutral', value: 'Neutraal', comment: 'This corresponds to a neutral color' },
|
|
401
407
|
New: { id: 'New', value: 'Nieuw', comment: 'Any generic new thing' },
|
|
402
408
|
NewDarkTheme: { id: 'NewDarkTheme', value: 'Nieuw - donker', comment: 'The name of an application Theme' },
|
|
403
409
|
NewDocument: { id: 'NewDocument', value: 'Nieuw document', comment: 'New document tooltip' },
|
|
@@ -431,6 +437,7 @@ Soho.Locale.addCulture('nl-NL', {
|
|
|
431
437
|
NumberList: { id: 'NumberList', value: 'Nummerlijst', comment: 'Number list tooltip' },
|
|
432
438
|
Ok: { id: 'Ok', value: 'OK', comment: 'Ok button on a dialog' },
|
|
433
439
|
OperatingSystem: { id: 'OperatingSystem', value: 'Besturingssysteem', comment: 'Device operating system' },
|
|
440
|
+
Orange: { id: 'Orange', value: 'Oranje', comment: 'Refers to an orange color band' },
|
|
434
441
|
OrderedList: { id: 'OrderedList', value: 'Genummerde lijst invoegen/verwijderen', comment: 'Insert an ordered list in the editor' },
|
|
435
442
|
Page: { id: 'Page', value: 'pagina ', comment: 'Text on the pager links' },
|
|
436
443
|
PageOf: { id: 'PageOf', value: 'Pagina {0} van {1}', comment: 'Pager text Showing current and number of pages' },
|
|
@@ -458,17 +465,19 @@ Soho.Locale.addCulture('nl-NL', {
|
|
|
458
465
|
PreviousWeek: { id: 'PreviousWeek', value: 'Vorige week', comment: 'the label for the button that moves calendar to next/prev' },
|
|
459
466
|
PreviousYear: { id: 'PreviousYear', value: 'Vorig jaar', comment: 'the label for the button that moves calendar to next/prev' },
|
|
460
467
|
Print: { id: 'Print', value: 'Afdrukken', comment: 'Print tooltip' },
|
|
468
|
+
Purple: { id: 'Purple', value: 'Paars', comment: 'Refers to an purple color band' },
|
|
461
469
|
Range: { id: 'Range', value: 'Bereik', comment: 'Range for tooltip' },
|
|
462
470
|
RecordsPerPage: { id: 'RecordsPerPage', value: '{0} records per pagina', comment: 'Shows an actual number of pages in the pager' },
|
|
463
471
|
RecordsPerPageNoToken: { id: 'RecordsPerPageNoToken', value: 'Records per pagina', comment: 'Shows as a title list of values for page number (without the slot/token value)' },
|
|
464
472
|
RecordSelected: { id: 'RecordSelected', value: '{0} record geselecteerd', comment: 'Text showing current total of record selected' },
|
|
465
473
|
RecordsSelected: { id: 'RecordsSelected', value: '{0} records geselecteerd', comment: 'Text showing current total of records selected' },
|
|
474
|
+
Red: { id: 'Red', value: 'Rood', comment: 'This corresponds to a red color' },
|
|
466
475
|
Redo: { id: 'Redo', value: 'Opnieuw uitvoeren', comment: 'Redo tooltip' },
|
|
467
476
|
Refresh: { id: 'Refresh', value: 'Vernieuwen', comment: 'Refresh tooltip' },
|
|
468
477
|
ReorderRows: { id: 'ReorderRows', value: 'Rijen rangschikken', comment: 'Drag and Reorder Grid Rows' },
|
|
469
478
|
RequestTimeOff: { id: 'RequestTimeOff', value: 'Verlof aanvragen', comment: 'Making a request for time off work.' },
|
|
470
479
|
Required: { id: 'Required', value: 'Vereist', comment: 'indicates a form field is manditory' },
|
|
471
|
-
Reset: { id: 'Reset', value: '
|
|
480
|
+
Reset: { id: 'Reset', value: 'Resetten', comment: 'Reset tooltip' },
|
|
472
481
|
ResetDefault: { id: 'ResetDefault', value: 'Naar standaard terugzetten', comment: 'Reset datagrid columns, filter and other layout' },
|
|
473
482
|
Result: { id: 'Result', value: '({0} resultaat)', comment: 'Showing a single result in a list' },
|
|
474
483
|
ResultOf: { id: 'ResultOf', value: '{0} van {1} resultaat', comment: 'Text Showing current and total number of result' },
|
|
@@ -515,7 +524,7 @@ Soho.Locale.addCulture('nl-NL', {
|
|
|
515
524
|
SliderHandle: { id: 'SliderHandle', value: 'Greep voor', comment: 'Description of the portion of a Slider control that is focusable and changes its value, followed in code by the name of the control' },
|
|
516
525
|
SliderMaximumHandle: { id: 'SliderMaximumHandle', value: 'Greep maximumbereik voor', comment: 'Describes a maximum value handle in a range (double slider), followed in code by the name of the control' },
|
|
517
526
|
SliderMinimumHandle: { id: 'SliderMinimumHandle', value: 'Greep minimumbereik voor', comment: 'Describes a minimum value handle in a range (double slider), followed in code by the name of the control' },
|
|
518
|
-
SlidesOf: { id: 'SlidesOf', value:
|
|
527
|
+
SlidesOf: { id: 'SlidesOf', value: "Dia's {0} en {1} van {2}", comment: 'Slides Text Showing current slides and total number of slides' },
|
|
519
528
|
Slovak: { id: 'Slovak', value: 'Slowaaks', comment: 'Language name for Slovak (Slovakia)' },
|
|
520
529
|
Slovenian: { id: 'Slovenian', value: 'Sloveens', comment: 'Language name for Slovenian' },
|
|
521
530
|
Small: { id: 'Small', value: 'Klein', comment: 'A more small grid setting for rows and sizes.' },
|
|
@@ -533,6 +542,7 @@ Soho.Locale.addCulture('nl-NL', {
|
|
|
533
542
|
String: { id: 'String', value: 'String', comment: 'As in a text string' },
|
|
534
543
|
Strings: { id: 'Strings', value: 'Strings', comment: 'As in a text strings' },
|
|
535
544
|
Subject: { id: 'Subject', value: 'Onderwerp', comment: 'The subject of an calendar event.' },
|
|
545
|
+
Success: { id: 'Success', value: 'Gelukt', comment: 'For a success message on screen' },
|
|
536
546
|
Submit: { id: 'Submit', value: 'Verzenden', comment: 'Submit on a modal dialog' },
|
|
537
547
|
Subscript: { id: 'Subscript', value: 'Onderschrift', comment: 'Turn on and off subscript text in text editor (like word)' },
|
|
538
548
|
Subtle: { id: 'Subtle', value: 'Subtiel', comment: 'The title of one of the application themes.' },
|
|
@@ -544,20 +554,21 @@ Soho.Locale.addCulture('nl-NL', {
|
|
|
544
554
|
Tall: { id: 'Tall', value: 'Hoogte', comment: 'Describes a taller row height in a grid/list' },
|
|
545
555
|
Target: { id: 'Target', value: 'Doel', comment: 'Label for an input to enter a Target (Url Attribute)' },
|
|
546
556
|
TeamEvent: { id: 'TeamEvent', value: 'Teamgebeurtenis', comment: 'Having an event with a work team' },
|
|
557
|
+
Teal: { id: 'Teal', value: 'Groenblauw', comment: 'Refers to an teal color band' },
|
|
547
558
|
TestLocaleDefaults: { id: 'TestLocaleDefaults', value: 'Standaardlandinstelling testen', comment: 'Do not translate' },
|
|
548
559
|
TextBtnCancel: { id: 'TextBtnCancel', value: 'Uploaden van dit bestand annuleren', comment: 'text for cancel button for advanced fileupload' },
|
|
549
560
|
TextBtnCloseError: { id: 'TextBtnCloseError', value: 'Sluit deze fout', comment: 'text for error close button for advanced fileupload' },
|
|
550
561
|
TextBtnRemove: { id: 'TextBtnRemove', value: 'Sluit deze fout', comment: 'text for remove button for advanced fileupload' },
|
|
551
562
|
TextColor: { id: 'TextColor', value: 'Tekstkleur', comment: 'add or edit text color in the editor' },
|
|
552
563
|
TextDropArea: { id: 'DropArea', value: 'Bestanden slepen en neerzetten om te uploaden', comment: 'Text for drop area for advanced fileupload' },
|
|
553
|
-
TextDropAreaWithBrowse: { id: 'TextDropAreaWithBrowse', value: '<span class="hyperlink">Bestanden uploaden</span> of bestanden slepen en hier neerzetten om te uploaden', comment: '
|
|
564
|
+
TextDropAreaWithBrowse: { id: 'TextDropAreaWithBrowse', value: '<span class="hyperlink">Bestanden uploaden</span> of bestanden slepen en hier neerzetten om te uploaden', comment: 'Note please recheck, dont translate the <span> markup please' },
|
|
554
565
|
TextDropAreaWithBrowseLink: { id: 'TextDropAreaWithBrowse', value: 'Slepen en hier neerzetten of {browseLink}', comment: 'Updated recently' },
|
|
555
|
-
Thai: { id: 'Thai', value: '
|
|
566
|
+
Thai: { id: 'Thai', value: 'Thais', comment: 'Language name for Thai' },
|
|
556
567
|
Theme: { id: 'Theme', value: 'Thema', comment: 'Refers to an application theme' },
|
|
557
568
|
ThousandsAbbrev: { id: 'ThousandsAbbrev', value: '{0}K', comment: 'Refers to a value in a chart in thousands. i.e. 1K, 100K' },
|
|
558
569
|
Time: { id: 'Time', value: 'Tijd', comment: 'The time part of a date' },
|
|
559
570
|
TimepickerPopup: { id: 'TimepickerPopup', value: 'Pop-upscherm tijdkiezer', comment: 'Text read out by assistive technology that explains that the user is interacting with a Timepicker popup.' },
|
|
560
|
-
TimepickerTriggerButton: { id: 'TimepickerTriggerButton', value: 'Klik om tijdkiezer te openen', comment: 'Used in accessible labels to describe a time picker
|
|
571
|
+
TimepickerTriggerButton: { id: 'TimepickerTriggerButton', value: 'Klik om tijdkiezer te openen', comment: 'Used in accessible labels to describe a time picker fields trigger button to assistive technology' },
|
|
561
572
|
Timer: { id: 'Timer', value: 'Timer', comment: 'Timer tooltip' },
|
|
562
573
|
To: { id: 'To', value: 'T/m', comment: 'End of a range (of dates)' },
|
|
563
574
|
Today: { id: 'Today', value: 'Vandaag', comment: 'refering to today on a calendar' },
|
|
@@ -592,20 +603,20 @@ Soho.Locale.addCulture('nl-NL', {
|
|
|
592
603
|
UpliftHighContrastTheme: { id: 'UpliftHighContrastTheme', value: 'Uplift - hoog contrast', comment: 'The name of an application Theme' },
|
|
593
604
|
UpliftLightTheme: { id: 'UpliftLightTheme', value: 'Uplift - licht', comment: 'The name of an application Theme' },
|
|
594
605
|
Upload: { id: 'Upload', value: 'Uploaden', comment: 'Upload tooltip' },
|
|
595
|
-
UploadDropArea: { id: 'UploadDropArea', value: 'Bestanden slepen en hier neerzetten om te uploaden'
|
|
596
|
-
UploadErrorMaxFiles: { id: 'UploadErrorMaxFiles', value: '<em>Fout</em>: er kunnen niet meer dan het maximum aantal bestanden worden geüpload ({maxFiles})'
|
|
597
|
-
UploadErrorMaxFilesInProgress: { id: 'UploadErrorMaxFiles', value: '<em>Fout</em>: toegestane limiet maximum aantal bestanden overschreden'
|
|
598
|
-
UploadErrorMaxFileSize: { id: 'UploadErrorMaxFileSize', value: '<em>Fout</em>: limiet bestandsgrootte overschreden'
|
|
599
|
-
UploadErrorAcceptedFileType: { id: 'UploadErrorAcceptedFileType', value: '<em>Fout</em>: bestandstype is niet toegestaan'
|
|
600
|
-
UploadErrorUrl: { id: 'UploadErrorUrl', value: '<em>Fout</em>: gebruikers niet gevonden'
|
|
601
|
-
UploadErrorXHRHeaders: { id: 'UploadErrorUrl', value: '<em>Fout</em>: aanvraagkoppen moeten een geldige JSON-string zijn'
|
|
602
|
-
UploadLink: { id: 'UploadLink', value: 'bestand uploaden'
|
|
603
|
-
UploadCancel: { id: 'UploadCancel', value: 'Uploaden van dit bestand annuleren'
|
|
604
|
-
UploadCancelAll: { id: 'UploadCancelAll', value: 'Alles annuleren'
|
|
605
|
-
UploadDismissError: { id: 'UploadDismissError', value: 'Deze fout sluiten'
|
|
606
|
-
UploadProgressLabel: { id: 'UploadProgressLabel', value: '{file-name} geüpload {loaded} van {size} ({percent}%)', comment: '
|
|
607
|
-
UploadRemoveFile: { id: 'UploadRemoveFile', value: 'Dit bestand verwijderen'
|
|
608
|
-
UploadStart: { id: 'UploadStart', value: 'Uploaden van dit bestand starten'
|
|
606
|
+
UploadDropArea: { id: 'UploadDropArea', value: 'Bestanden slepen en hier neerzetten om te uploaden' },
|
|
607
|
+
UploadErrorMaxFiles: { id: 'UploadErrorMaxFiles', value: '<em>Fout</em>: er kunnen niet meer dan het maximum aantal bestanden worden geüpload ({maxFiles})' },
|
|
608
|
+
UploadErrorMaxFilesInProgress: { id: 'UploadErrorMaxFiles', value: '<em>Fout</em>: toegestane limiet maximum aantal bestanden overschreden' },
|
|
609
|
+
UploadErrorMaxFileSize: { id: 'UploadErrorMaxFileSize', value: '<em>Fout</em>: limiet bestandsgrootte overschreden' },
|
|
610
|
+
UploadErrorAcceptedFileType: { id: 'UploadErrorAcceptedFileType', value: '<em>Fout</em>: bestandstype is niet toegestaan' },
|
|
611
|
+
UploadErrorUrl: { id: 'UploadErrorUrl', value: '<em>Fout</em>: gebruikers niet gevonden' },
|
|
612
|
+
UploadErrorXHRHeaders: { id: 'UploadErrorUrl', value: '<em>Fout</em>: aanvraagkoppen moeten een geldige JSON-string zijn' },
|
|
613
|
+
UploadLink: { id: 'UploadLink', value: 'bestand uploaden' },
|
|
614
|
+
UploadCancel: { id: 'UploadCancel', value: 'Uploaden van dit bestand annuleren' },
|
|
615
|
+
UploadCancelAll: { id: 'UploadCancelAll', value: 'Alles annuleren' },
|
|
616
|
+
UploadDismissError: { id: 'UploadDismissError', value: 'Deze fout sluiten' },
|
|
617
|
+
UploadProgressLabel: { id: 'UploadProgressLabel', value: '{file-name} geüpload {loaded} van {size} ({percent}%)', comment: 'Contents in {} are dynamically inserted' },
|
|
618
|
+
UploadRemoveFile: { id: 'UploadRemoveFile', value: 'Dit bestand verwijderen' },
|
|
619
|
+
UploadStart: { id: 'UploadStart', value: 'Uploaden van dit bestand starten' },
|
|
609
620
|
Url: { id: 'Url', value: 'URL', comment: 'Universal resource locator (web internet)' },
|
|
610
621
|
UseArrow: { id: 'UseArrow', value: '. Gebruik pijltjestoetsen om te selecteren.', comment: 'Instructional comments for screen readers' },
|
|
611
622
|
UseEnter: { id: 'UseEnter', value: '. Gebruik de toetsen Enter of Pijltje omlaag om te zoeken.', comment: 'Instructional comments for screen readers' },
|
|
@@ -619,9 +630,13 @@ Soho.Locale.addCulture('nl-NL', {
|
|
|
619
630
|
Vietnamese: { id: 'Vietnamese', value: 'Vietnamees', comment: 'Language name for Vietnamese' },
|
|
620
631
|
ViewSource: { id: 'ViewSource', value: 'Bron weergeven', comment: 'Toggle between the source view and visual view' },
|
|
621
632
|
ViewVisual: { id: 'ViewVisual', value: 'Visuele weergave', comment: 'Toggle between the source view and visual view' },
|
|
633
|
+
Warning: { id: 'Warning', value: 'Waarschuwing', comment: 'As in a warning message on screen' },
|
|
634
|
+
White: { id: 'White', value: 'Wit', comment: 'Refers to an white color band' },
|
|
622
635
|
Week: { id: 'Week', value: 'Week', comment: 'Shows a view of the current weeks events' },
|
|
623
636
|
WeekNumber: { id: 'WeekNumber', value: 'Wk', comment: 'Week view number header on the datepicker' },
|
|
624
637
|
Year: { id: 'Year', value: 'Jaar', comment: 'As in a date year' },
|
|
638
|
+
Yellow: { id: 'Yellow', value: 'Geel', comment: 'This corresponds to a yellow color' },
|
|
625
639
|
Yes: { id: 'Yes', value: 'Ja', comment: 'On a dialog button' }
|
|
626
640
|
}
|
|
641
|
+
|
|
627
642
|
});
|