|
371 | 371 | "defaultMessage": "Short collections of movement data lasting approximately 2 seconds. Your data samples are only stored on your computer, they do not get sent to anyone else.", |
372 | 372 | "description": "Tooltip for data samples heading" |
373 | 373 | }, |
| 374 | + "data-samples-view-data-features-option": { |
| 375 | + "defaultMessage": "Data features", |
| 376 | + "description": "Data samples view option" |
| 377 | + }, |
| 378 | + "data-samples-view-graph-and-data-features-option": { |
| 379 | + "defaultMessage": "Graphs and data features", |
| 380 | + "description": "Data samples view option" |
| 381 | + }, |
| 382 | + "data-samples-view-graph-option": { |
| 383 | + "defaultMessage": "Graphs", |
| 384 | + "description": "Data samples view option" |
| 385 | + }, |
| 386 | + "data-samples-view-options-heading": { |
| 387 | + "defaultMessage": "Views", |
| 388 | + "description": "Data samples view options heading" |
| 389 | + }, |
374 | 390 | "delete-action-aria": { |
375 | 391 | "defaultMessage": "Delete action \"{action}\"", |
376 | 392 | "description": "Aria label for action delete icon" |
|
503 | 519 | "defaultMessage": "Feedback", |
504 | 520 | "description": "Action to open a feedback dialog" |
505 | 521 | }, |
| 522 | + "fingerprint-acc-x-tooltip": { |
| 523 | + "defaultMessage": "Sum of x-direction data for {action}", |
| 524 | + "description": "Tooltip for data feature of a recording" |
| 525 | + }, |
| 526 | + "fingerprint-acc-y-tooltip": { |
| 527 | + "defaultMessage": "Sum of y-direction data for {action}", |
| 528 | + "description": "Tooltip for data feature of a recording" |
| 529 | + }, |
| 530 | + "fingerprint-acc-z-tooltip": { |
| 531 | + "defaultMessage": "Sum of z-direction data for {action}", |
| 532 | + "description": "Tooltip for data feature of a recording" |
| 533 | + }, |
| 534 | + "fingerprint-max-x-tooltip": { |
| 535 | + "defaultMessage": "Maximum point among all x-direction data points in {action}", |
| 536 | + "description": "Tooltip for data feature of a recording" |
| 537 | + }, |
| 538 | + "fingerprint-max-y-tooltip": { |
| 539 | + "defaultMessage": "Maximum point among all y-direction data points in {action}", |
| 540 | + "description": "Tooltip for data feature of a recording" |
| 541 | + }, |
| 542 | + "fingerprint-max-z-tooltip": { |
| 543 | + "defaultMessage": "Maximum point among all z-direction data points in {action}", |
| 544 | + "description": "Tooltip for data feature of a recording" |
| 545 | + }, |
| 546 | + "fingerprint-mean-x-tooltip": { |
| 547 | + "defaultMessage": "Mean value for x-direction data in {action}", |
| 548 | + "description": "Tooltip for data feature of a recording" |
| 549 | + }, |
| 550 | + "fingerprint-mean-y-tooltip": { |
| 551 | + "defaultMessage": "Mean value for y-direction data in {action}", |
| 552 | + "description": "Tooltip for data feature of a recording" |
| 553 | + }, |
| 554 | + "fingerprint-mean-z-tooltip": { |
| 555 | + "defaultMessage": "Mean value for z-direction data in {action}", |
| 556 | + "description": "Tooltip for data feature of a recording" |
| 557 | + }, |
| 558 | + "fingerprint-min-x-tooltip": { |
| 559 | + "defaultMessage": "Minimum point among all x-direction data points in {action}", |
| 560 | + "description": "Tooltip for data feature of a recording" |
| 561 | + }, |
| 562 | + "fingerprint-min-y-tooltip": { |
| 563 | + "defaultMessage": "Minimum point among all y-direction data points in {action}", |
| 564 | + "description": "Tooltip for data feature of a recording" |
| 565 | + }, |
| 566 | + "fingerprint-min-z-tooltip": { |
| 567 | + "defaultMessage": "Minimum point among all z-direction data points in {action}", |
| 568 | + "description": "Tooltip for data feature of a recording" |
| 569 | + }, |
| 570 | + "fingerprint-peaks-x-tooltip": { |
| 571 | + "defaultMessage": "Number of extremes among all x-direction data points in {action}", |
| 572 | + "description": "Tooltip for data feature of a recording" |
| 573 | + }, |
| 574 | + "fingerprint-peaks-y-tooltip": { |
| 575 | + "defaultMessage": "Number of extremes among all y-direction data points in {action}", |
| 576 | + "description": "Tooltip for data feature of a recording" |
| 577 | + }, |
| 578 | + "fingerprint-peaks-z-tooltip": { |
| 579 | + "defaultMessage": "Number of extremes among all z-direction data points in {action}", |
| 580 | + "description": "Tooltip for data feature of a recording" |
| 581 | + }, |
| 582 | + "fingerprint-rms-x-tooltip": { |
| 583 | + "defaultMessage": "Root mean square value for all x-direction data points in {action}", |
| 584 | + "description": "Tooltip for data feature of a recording" |
| 585 | + }, |
| 586 | + "fingerprint-rms-y-tooltip": { |
| 587 | + "defaultMessage": "Root mean square value for all y-direction data points in {action}", |
| 588 | + "description": "Tooltip for data feature of a recording" |
| 589 | + }, |
| 590 | + "fingerprint-rms-z-tooltip": { |
| 591 | + "defaultMessage": "Root mean square value for all z-direction data points in {action}", |
| 592 | + "description": "Tooltip for data feature of a recording" |
| 593 | + }, |
| 594 | + "fingerprint-std-x-tooltip": { |
| 595 | + "defaultMessage": "Average deviation from 0 among all x-direction data points in {action}", |
| 596 | + "description": "Tooltip for data feature of a recording" |
| 597 | + }, |
| 598 | + "fingerprint-std-y-tooltip": { |
| 599 | + "defaultMessage": "Average deviation from 0 among all y-direction data points in {action}", |
| 600 | + "description": "Tooltip for data feature of a recording" |
| 601 | + }, |
| 602 | + "fingerprint-std-z-tooltip": { |
| 603 | + "defaultMessage": "Average deviation from 0 among all z-direction data points in {action}", |
| 604 | + "description": "Tooltip for data feature of a recording" |
| 605 | + }, |
| 606 | + "fingerprint-zcr-x-tooltip": { |
| 607 | + "defaultMessage": "Rate at which acceleration transitions between positive and negative for x-direction data points in {action}", |
| 608 | + "description": "Tooltip for data feature of a recording" |
| 609 | + }, |
| 610 | + "fingerprint-zcr-y-tooltip": { |
| 611 | + "defaultMessage": "Rate at which acceleration transitions between positive and negative for y-direction data points in {action}", |
| 612 | + "description": "Tooltip for data feature of a recording" |
| 613 | + }, |
| 614 | + "fingerprint-zcr-z-tooltip": { |
| 615 | + "defaultMessage": "Rate at which acceleration transitions between positive and negative for z-direction data points in {action}", |
| 616 | + "description": "Tooltip for data feature of a recording" |
| 617 | + }, |
506 | 618 | "firmware-outdated-content1": { |
507 | 619 | "defaultMessage": "Connecting to the micro:bit failed because the firmware on your micro:bit is too old.", |
508 | 620 | "description": "Connection error dialog" |
|
807 | 919 | "defaultMessage": "Record data for action \"{action}\"", |
808 | 920 | "description": "Text in recording dialog" |
809 | 921 | }, |
| 922 | + "recording-fingerprint-label": { |
| 923 | + "defaultMessage": "heatmap showing micro:bit x, y, z accelerometer data features for one recording", |
| 924 | + "description": "Label for recording fingerprint heatmap" |
| 925 | + }, |
810 | 926 | "recording-graph-label": { |
811 | 927 | "defaultMessage": "graph showing micro:bit x, y, z accelerometer data for one recording", |
812 | 928 | "description": "Label for recording graph" |
|
0 commit comments