|
163 | 163 | "defaultMessage": "Confirmer et enregistrer", |
164 | 164 | "description": "Confirm and save action label" |
165 | 165 | }, |
| 166 | + "confirm-share-action": { |
| 167 | + "defaultMessage": "Confirm and share", |
| 168 | + "description": "Confirm and share action label" |
| 169 | + }, |
166 | 170 | "connect-action": { |
167 | 171 | "defaultMessage": "Se connecter", |
168 | 172 | "description": "Connect action to connect to data collection micro:bit via Bluetooth or micro:bit radio" |
|
1611 | 1615 | "defaultMessage": "Menu d'actions des paramètres", |
1612 | 1616 | "description": "Label for settings actions menu button" |
1613 | 1617 | }, |
| 1618 | + "share-action": { |
| 1619 | + "defaultMessage": "Share", |
| 1620 | + "description": "Label for action that intiiates sharing the project on mobile" |
| 1621 | + }, |
| 1622 | + "share-hex-dialog-heading": { |
| 1623 | + "defaultMessage": "Share project as hex file", |
| 1624 | + "description": "Heading for the dialog shown when sharing a hex file on mobile" |
| 1625 | + }, |
| 1626 | + "share-hex-dialog-message1": { |
| 1627 | + "defaultMessage": "The shared object contains your actions, data samples and your MakeCode project.", |
| 1628 | + "description": "Text in the dialog shown when sharing a hex file on mobile" |
| 1629 | + }, |
| 1630 | + "share-hex-dialog-message2": { |
| 1631 | + "defaultMessage": "You can also share it to the Files app on your device, or send to cloud storage.", |
| 1632 | + "description": "Text in the dialog shown when sharing a hex file on mobile" |
| 1633 | + }, |
| 1634 | + "sharing-description": { |
| 1635 | + "defaultMessage": "Preparing project for sharing.", |
| 1636 | + "description": "Sharing progress dialog text for mobile" |
| 1637 | + }, |
| 1638 | + "sharing-title": { |
| 1639 | + "defaultMessage": "Sharing…", |
| 1640 | + "description": "Sharing progress title" |
| 1641 | + }, |
1614 | 1642 | "show-graphs-checkbox-label-text": { |
1615 | 1643 | "defaultMessage": "Afficher les graphiques", |
1616 | 1644 | "description": "Show graphs checkbox label text" |
|
0 commit comments