Skip to content

New Crowdin updates #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 19 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added cy-GB/images/gestures.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions cy-GB/meta.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
title: Sensing gestures
hero_image: images/banner.png
description: How to use gestures to trigger an action
version: 4
listed: false
copyedit: false
last_tested: "2023-09-25"
steps:
-
title: Introduction
12 changes: 12 additions & 0 deletions cy-GB/step_1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
You can find the `on shake`{:class='microbitinput'} block in the `Input`{:class='microbitinput'} menu in your Toolbox.

```microbit
input.onGesture(Gesture.Shake, function () {

})
```

Here are the gestures you can use.

<img src="images/gestures.png" alt="The gestures menu showing eleven gestures to choose from." width="300"/>

Binary file added el-GR/images/gestures.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions el-GR/meta.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
title: Aνίχνευση xειρονομιών
hero_image: images/banner.png
description: Πώς να χρησιμοποιήσεις χειρονομίες για να προκαλέσεις μια ενέργεια
version: 4
listed: false
copyedit: false
last_tested: "2023-09-25"
steps:
-
title: Εισαγωγή
12 changes: 12 additions & 0 deletions el-GR/step_1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Μπορείς να βρεις το μπλοκ `στο κούνημα`{:class='microbitinput'} στο μενού 'Είσοδος\`{:class='microbitinput'} στην Εργαλειοθήκη σου.

```microbit
input.onGesture(Gesture.Shake, function () {

})
```

Αυτές είναι οι χειρονομίες που μπορείς να χρησιμοποιήσεις.

<img src="images/gestures.png" alt="The gestures menu showing eleven gestures to choose from." width="300"/>

Binary file added fr-FR/images/gestures.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions fr-FR/meta.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
title: Sensing gestures
hero_image: images/banner.png
description: How to use gestures to trigger an action
version: 4
listed: false
copyedit: false
last_tested: "2023-09-25"
steps:
-
title: Introduction
12 changes: 12 additions & 0 deletions fr-FR/step_1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
You can find the `on shake`{:class='microbitinput'} block in the `Input`{:class='microbitinput'} menu in your Toolbox.

```microbit
input.onGesture(Gesture.Shake, function () {

})
```

Here are the gestures you can use.

<img src="images/gestures.png" alt="The gestures menu showing eleven gestures to choose from." width="300"/>

Binary file added nl-NL/images/gestures.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions nl-NL/meta.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
title: Gebaren waarnemen
hero_image: images/banner.png
description: Hoe gebruik je gebaren om een actie te activeren
version: 4
listed: false
copyedit: false
last_tested: "2023-09-25"
steps:
-
title: Inleiding
12 changes: 12 additions & 0 deletions nl-NL/step_1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Je kunt het blok `bij schudden`{:class='microbitinput'} vinden in het menu `Invoer`{:class='microbitinput'} in je Toolbox.

```microbit
input.onGesture(Gesture.Shake, function () {

})
```

Hier zijn de gebaren die je kunt gebruiken.

<img src="images/gestures.png" alt="The gestures menu showing eleven gestures to choose from." width="300"/>