|
306 | 306 | <description /> |
307 | 307 | <translations> |
308 | 308 | <translation lang="en_US">Load More</translation> |
| 309 | + <translation lang="nl_NL">Laad meer</translation> |
309 | 310 | </translations> |
310 | 311 | </property> |
311 | 312 | </propertyGroup> |
|
385 | 386 | <description>Assistive technology will read this upon reaching a export dialog.</description> |
386 | 387 | <translations> |
387 | 388 | <translation lang="en_US">Export progress</translation> |
| 389 | + <translation lang="nl_NL">Exportvoortgang</translation> |
388 | 390 | </translations> |
389 | 391 | </property> |
390 | 392 | <property key="cancelExportLabel" type="textTemplate" required="false"> |
391 | 393 | <caption>Cancel data export</caption> |
392 | 394 | <description>Assistive technology will read this upon reaching a cancel button.</description> |
393 | 395 | <translations> |
394 | 396 | <translation lang="en_US">Cancel data export</translation> |
| 397 | + <translation lang="nl_NL">Gegevensexport annuleren</translation> |
395 | 398 | </translations> |
396 | 399 | </property> |
397 | 400 | <property key="selectRowLabel" type="textTemplate" required="false"> |
398 | 401 | <caption>Select row label</caption> |
399 | 402 | <description>If selection is enabled, assistive technology will read this upon reaching a checkbox.</description> |
400 | 403 | <translations> |
401 | 404 | <translation lang="en_US">Select row</translation> |
| 405 | + <translation lang="nl_NL">Rij selecteren</translation> |
402 | 406 | </translations> |
403 | 407 | </property> |
404 | 408 | <property key="selectAllRowsLabel" type="textTemplate" required="false"> |
405 | 409 | <caption>Select all label</caption> |
406 | 410 | <description>If selection is enabled, assistive technology will read this upon reaching 'Select all' checkbox.</description> |
407 | 411 | <translations> |
408 | 412 | <translation lang="en_US">Select all rows</translation> |
| 413 | + <translation lang="nl_NL">Selecteer alle rijen</translation> |
409 | 414 | </translations> |
410 | 415 | </property> |
411 | 416 | <property key="selectingAllLabel" type="textTemplate" required="false"> |
412 | 417 | <caption>Selecting all label</caption> |
413 | 418 | <description>ARIA label for the progress dialog when selecting all items</description> |
414 | 419 | <translations> |
415 | 420 | <translation lang="en_US">Selecting all items...</translation> |
| 421 | + <translation lang="nl_NL">Alle items selecteren...</translation> |
416 | 422 | </translations> |
417 | 423 | </property> |
418 | 424 | <property key="cancelSelectionLabel" type="textTemplate" required="false"> |
419 | 425 | <caption>Cancel selection label</caption> |
420 | 426 | <description>ARIA label for the cancel button in the selection progress dialog</description> |
421 | 427 | <translations> |
422 | 428 | <translation lang="en_US">Cancel selection</translation> |
| 429 | + <translation lang="nl_NL">Selectie annuleren</translation> |
423 | 430 | </translations> |
424 | 431 | </property> |
425 | 432 | </propertyGroup> |
|
429 | 436 | <description>Must include '%d' to denote number position</description> |
430 | 437 | <translations> |
431 | 438 | <translation lang="en_US">%d row selected</translation> |
| 439 | + <translation lang="nl_NL">%d rij geselecteerd</translation> |
432 | 440 | </translations> |
433 | 441 | </property> |
434 | 442 | <property key="selectedCountTemplatePlural" type="textTemplate" required="false"> |
435 | 443 | <caption>Row count plural</caption> |
436 | 444 | <description>Must include '%d' to denote number position</description> |
437 | 445 | <translations> |
438 | 446 | <translation lang="en_US">%d rows selected</translation> |
| 447 | + <translation lang="nl_NL">%d rijen geselecteerd</translation> |
439 | 448 | </translations> |
440 | 449 | </property> |
441 | 450 | <property key="selectAllText" type="textTemplate"> |
442 | 451 | <caption>Select all text</caption> |
443 | 452 | <description /> |
444 | 453 | <translations> |
445 | 454 | <translation lang="en_US">Select all rows in the data source</translation> |
| 455 | + <translation lang="nl_NL">Selecteer alle rijen in de gegevensbron</translation> |
446 | 456 | </translations> |
447 | 457 | </property> |
448 | 458 | <property key="selectAllTemplate" type="textTemplate"> |
449 | 459 | <caption>Select all template</caption> |
450 | 460 | <description>This caption used when total count is available.</description> |
451 | 461 | <translations> |
452 | 462 | <translation lang="en_US">Select all %d rows in the data source</translation> |
| 463 | + <translation lang="nl_NL">Selecteer alle %d rijen in de gegevensbron</translation> |
453 | 464 | </translations> |
454 | 465 | </property> |
455 | 466 | <property key="allSelectedText" type="textTemplate"> |
456 | 467 | <caption>Select status template</caption> |
457 | 468 | <description /> |
458 | 469 | <translations> |
459 | 470 | <translation lang="en_US">All %d rows selected.</translation> |
| 471 | + <translation lang="nl_NL">Alle %d rijen geselecteerd.</translation> |
460 | 472 | </translations> |
461 | 473 | </property> |
462 | 474 | <property key="clearSelectionButtonLabel" type="textTemplate" required="false"> |
463 | 475 | <caption>Clear selection label</caption> |
464 | 476 | <description>Customize the label of the 'Clear section' button</description> |
465 | 477 | <translations> |
466 | 478 | <translation lang="en_US">Clear selection</translation> |
| 479 | + <translation lang="nl_NL">Selectie wissen</translation> |
467 | 480 | </translations> |
468 | 481 | </property> |
469 | 482 | </propertyGroup> |
|
0 commit comments