Skip to content

Commit

Permalink
Merge branch 'main' into weblate-hedy-adventures
Browse files Browse the repository at this point in the history
  • Loading branch information
Felienne authored Apr 20, 2024
2 parents 2f54c58 + 63f217b commit 1fa2b58
Show file tree
Hide file tree
Showing 57 changed files with 1,665 additions and 478 deletions.
41 changes: 31 additions & 10 deletions content/adventures/ar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2573,14 +2573,14 @@ adventures:
في المستوى التالي ستتعلم كيفية تشغيل بعض الأغاني الموجودة.
example_code: |-
```
play C4
play D4
play E4
play F4
play G4
play A4
play B4
play C5
{play} C4
{play} D4
{play} E4
{play} F4
{play} G4
{play} A4
{play} B4
{play} C5
```
2:
story_text: |
Expand Down Expand Up @@ -4973,8 +4973,9 @@ adventures:
Recreate the drawings with the turtle!
<div class="w-full flex flex-row gap-2">
Beehive (6) <img src="https://github.com/hedyorg/hedy/assets/80678586/ec02469c-907b-4695-9382-d39a8f3c00ec" width="200">
Fan (5) <img src="https://github.com/hedyorg/hedy/assets/80678586/a032ab35-c70c-4e67-9b4e-036a03ecce87" width="200">
Beehive (6) <img src="https://github.com/hedyorg/hedy/assets/80678586/ec02469c-907b-4695-9382-d39a8f3c00ec" width="150">
Fan (5) <img src="https://github.com/hedyorg/hedy/assets/80678586/a032ab35-c70c-4e67-9b4e-036a03ecce87" width="150">
Snowflake (13) <img src="https://github.com/hedyorg/hedy/assets/80678586/90f56bbb-86e5-448d-8aec-16f8c2c05cf2" width="150">
</div>
example_code: |
Hint Beehive:
Expand All @@ -4989,6 +4990,8 @@ adventures:
Hint Fan:
Start out like the fan you made in level 7. Or take a peak at the hint for the beehive, because the codes are very similar.
Hint Snowflake: Start by making one 'leg' and repeat it 6 times.
12:
story_text: |
### Exercise
Expand Down Expand Up @@ -5022,6 +5025,7 @@ adventures:
Street in different sizes <img src="https://github.com/hedyorg/hedy/assets/80678586/cdae9d97-d5ef-46f3-8838-24fa7b5b1bec" width="300">
Colored street <img src="https://github.com/hedyorg/hedy/assets/80678586/9893e0bd-c0f8-49bc-a5a7-217182407724" width="300">
Snow Storm <img src="https://github.com/hedyorg/hedy/assets/80678586/111b0a1b-b0e1-47c3-b032-81cea05e6bbc" width="300">
example_code: |
Hint Street in different sizes
```
Expand All @@ -5038,6 +5042,23 @@ adventures:
{define} draw_a_house {with} chosen_color
_
```
Hint Snow Storm
```
{define} draw_snowflake {with} length, color
_
numbers = 10, 20, 30
colors = _
{for} i {in} {range} 1 {to} 5
random_number = _
random_color = _
{call} draw_snowflake {with} random_number, random_color
{color} white
{turn} random_number * 5
{forward} 80
```
14:
story_text: |
### Exercise
Expand Down
41 changes: 31 additions & 10 deletions content/adventures/bg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2726,14 +2726,14 @@ adventures:
In the next level you'll learn how to play some existing songs.
example_code: |-
```
play C4
play D4
play E4
play F4
play G4
play A4
play B4
play C5
{play} C4
{play} D4
{play} E4
{play} F4
{play} G4
{play} A4
{play} B4
{play} C5
```
2:
story_text: |
Expand Down Expand Up @@ -5116,8 +5116,9 @@ adventures:
Recreate the drawings with the turtle!
<div class="w-full flex flex-row gap-2">
Beehive (6) <img src="https://github.com/hedyorg/hedy/assets/80678586/ec02469c-907b-4695-9382-d39a8f3c00ec" width="200">
Fan (5) <img src="https://github.com/hedyorg/hedy/assets/80678586/a032ab35-c70c-4e67-9b4e-036a03ecce87" width="200">
Beehive (6) <img src="https://github.com/hedyorg/hedy/assets/80678586/ec02469c-907b-4695-9382-d39a8f3c00ec" width="150">
Fan (5) <img src="https://github.com/hedyorg/hedy/assets/80678586/a032ab35-c70c-4e67-9b4e-036a03ecce87" width="150">
Snowflake (13) <img src="https://github.com/hedyorg/hedy/assets/80678586/90f56bbb-86e5-448d-8aec-16f8c2c05cf2" width="150">
</div>
example_code: |
Hint Beehive:
Expand All @@ -5132,6 +5133,8 @@ adventures:
Hint Fan:
Start out like the fan you made in level 7. Or take a peak at the hint for the beehive, because the codes are very similar.
Hint Snowflake: Start by making one 'leg' and repeat it 6 times.
12:
story_text: |
### Exercise
Expand Down Expand Up @@ -5165,6 +5168,7 @@ adventures:
Street in different sizes <img src="https://github.com/hedyorg/hedy/assets/80678586/cdae9d97-d5ef-46f3-8838-24fa7b5b1bec" width="300">
Colored street <img src="https://github.com/hedyorg/hedy/assets/80678586/9893e0bd-c0f8-49bc-a5a7-217182407724" width="300">
Snow Storm <img src="https://github.com/hedyorg/hedy/assets/80678586/111b0a1b-b0e1-47c3-b032-81cea05e6bbc" width="300">
example_code: |
Hint Street in different sizes
```
Expand All @@ -5181,6 +5185,23 @@ adventures:
{define} draw_a_house {with} chosen_color
_
```
Hint Snow Storm
```
{define} draw_snowflake {with} length, color
_
numbers = 10, 20, 30
colors = _
{for} i {in} {range} 1 {to} 5
random_number = _
random_color = _
{call} draw_snowflake {with} random_number, random_color
{color} white
{turn} random_number * 5
{forward} 80
```
14:
story_text: |
### Exercise
Expand Down
41 changes: 31 additions & 10 deletions content/adventures/bn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2652,14 +2652,14 @@ adventures:
In the next level you'll learn how to play some existing songs।
example_code: |-
```
play C4
play D4
play E4
play F4
play G4
play A4
play B4
play C5
{play} C4
{play} D4
{play} E4
{play} F4
{play} G4
{play} A4
{play} B4
{play} C5
```
2:
story_text: |
Expand Down Expand Up @@ -5048,8 +5048,9 @@ adventures:
Recreate the drawings with the turtle!
<div class="w-full flex flex-row gap-2">
Beehive (6) <img src="https://github.com/hedyorg/hedy/assets/80678586/ec02469c-907b-4695-9382-d39a8f3c00ec" width="200">
Fan (5) <img src="https://github.com/hedyorg/hedy/assets/80678586/a032ab35-c70c-4e67-9b4e-036a03ecce87" width="200">
Beehive (6) <img src="https://github.com/hedyorg/hedy/assets/80678586/ec02469c-907b-4695-9382-d39a8f3c00ec" width="150">
Fan (5) <img src="https://github.com/hedyorg/hedy/assets/80678586/a032ab35-c70c-4e67-9b4e-036a03ecce87" width="150">
Snowflake (13) <img src="https://github.com/hedyorg/hedy/assets/80678586/90f56bbb-86e5-448d-8aec-16f8c2c05cf2" width="150">
</div>
example_code: |
Hint Beehive:
Expand All @@ -5064,6 +5065,8 @@ adventures:
Hint Fan:
Start out like the fan you made in level 7. Or take a peak at the hint for the beehive, because the codes are very similar.
Hint Snowflake: Start by making one 'leg' and repeat it 6 times.
12:
story_text: |
### Exercise
Expand Down Expand Up @@ -5097,6 +5100,7 @@ adventures:
Street in different sizes <img src="https://github.com/hedyorg/hedy/assets/80678586/cdae9d97-d5ef-46f3-8838-24fa7b5b1bec" width="300">
Colored street <img src="https://github.com/hedyorg/hedy/assets/80678586/9893e0bd-c0f8-49bc-a5a7-217182407724" width="300">
Snow Storm <img src="https://github.com/hedyorg/hedy/assets/80678586/111b0a1b-b0e1-47c3-b032-81cea05e6bbc" width="300">
example_code: |
Hint Street in different sizes
```
Expand All @@ -5113,6 +5117,23 @@ adventures:
{define} draw_a_house {with} chosen_color
_
```
Hint Snow Storm
```
{define} draw_snowflake {with} length, color
_
numbers = 10, 20, 30
colors = _
{for} i {in} {range} 1 {to} 5
random_number = _
random_color = _
{call} draw_snowflake {with} random_number, random_color
{color} white
{turn} random_number * 5
{forward} 80
```
14:
story_text: |
### Exercise
Expand Down
41 changes: 31 additions & 10 deletions content/adventures/ca.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2733,14 +2733,14 @@ adventures:
In the next level you'll learn how to play some existing songs.
example_code: |-
```
play C4
play D4
play E4
play F4
play G4
play A4
play B4
play C5
{play} C4
{play} D4
{play} E4
{play} F4
{play} G4
{play} A4
{play} B4
{play} C5
```
2:
story_text: |
Expand Down Expand Up @@ -5172,8 +5172,9 @@ adventures:
Recreate the drawings with the turtle!
<div class="w-full flex flex-row gap-2">
Beehive (6) <img src="https://github.com/hedyorg/hedy/assets/80678586/ec02469c-907b-4695-9382-d39a8f3c00ec" width="200">
Fan (5) <img src="https://github.com/hedyorg/hedy/assets/80678586/a032ab35-c70c-4e67-9b4e-036a03ecce87" width="200">
Beehive (6) <img src="https://github.com/hedyorg/hedy/assets/80678586/ec02469c-907b-4695-9382-d39a8f3c00ec" width="150">
Fan (5) <img src="https://github.com/hedyorg/hedy/assets/80678586/a032ab35-c70c-4e67-9b4e-036a03ecce87" width="150">
Snowflake (13) <img src="https://github.com/hedyorg/hedy/assets/80678586/90f56bbb-86e5-448d-8aec-16f8c2c05cf2" width="150">
</div>
example_code: |
Hint Beehive:
Expand All @@ -5188,6 +5189,8 @@ adventures:
Hint Fan:
Start out like the fan you made in level 7. Or take a peak at the hint for the beehive, because the codes are very similar.
Hint Snowflake: Start by making one 'leg' and repeat it 6 times.
12:
story_text: |
### Exercise
Expand Down Expand Up @@ -5221,6 +5224,7 @@ adventures:
Street in different sizes <img src="https://github.com/hedyorg/hedy/assets/80678586/cdae9d97-d5ef-46f3-8838-24fa7b5b1bec" width="300">
Colored street <img src="https://github.com/hedyorg/hedy/assets/80678586/9893e0bd-c0f8-49bc-a5a7-217182407724" width="300">
Snow Storm <img src="https://github.com/hedyorg/hedy/assets/80678586/111b0a1b-b0e1-47c3-b032-81cea05e6bbc" width="300">
example_code: |
Hint Street in different sizes
```
Expand All @@ -5237,6 +5241,23 @@ adventures:
{define} draw_a_house {with} chosen_color
_
```
Hint Snow Storm
```
{define} draw_snowflake {with} length, color
_
numbers = 10, 20, 30
colors = _
{for} i {in} {range} 1 {to} 5
random_number = _
random_color = _
{call} draw_snowflake {with} random_number, random_color
{color} white
{turn} random_number * 5
{forward} 80
```
14:
story_text: |
### Exercise
Expand Down
41 changes: 31 additions & 10 deletions content/adventures/cs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2724,14 +2724,14 @@ adventures:
In the next level you'll learn how to play some existing songs.
example_code: |-
```
play C4
play D4
play E4
play F4
play G4
play A4
play B4
play C5
{play} C4
{play} D4
{play} E4
{play} F4
{play} G4
{play} A4
{play} B4
{play} C5
```
2:
story_text: |
Expand Down Expand Up @@ -5148,8 +5148,9 @@ adventures:
Recreate the drawings with the turtle!
<div class="w-full flex flex-row gap-2">
Beehive (6) <img src="https://github.com/hedyorg/hedy/assets/80678586/ec02469c-907b-4695-9382-d39a8f3c00ec" width="200">
Fan (5) <img src="https://github.com/hedyorg/hedy/assets/80678586/a032ab35-c70c-4e67-9b4e-036a03ecce87" width="200">
Beehive (6) <img src="https://github.com/hedyorg/hedy/assets/80678586/ec02469c-907b-4695-9382-d39a8f3c00ec" width="150">
Fan (5) <img src="https://github.com/hedyorg/hedy/assets/80678586/a032ab35-c70c-4e67-9b4e-036a03ecce87" width="150">
Snowflake (13) <img src="https://github.com/hedyorg/hedy/assets/80678586/90f56bbb-86e5-448d-8aec-16f8c2c05cf2" width="150">
</div>
example_code: |
Hint Beehive:
Expand All @@ -5164,6 +5165,8 @@ adventures:
Hint Fan:
Start out like the fan you made in level 7. Or take a peak at the hint for the beehive, because the codes are very similar.
Hint Snowflake: Start by making one 'leg' and repeat it 6 times.
12:
story_text: |
### Exercise
Expand Down Expand Up @@ -5197,6 +5200,7 @@ adventures:
Street in different sizes <img src="https://github.com/hedyorg/hedy/assets/80678586/cdae9d97-d5ef-46f3-8838-24fa7b5b1bec" width="300">
Colored street <img src="https://github.com/hedyorg/hedy/assets/80678586/9893e0bd-c0f8-49bc-a5a7-217182407724" width="300">
Snow Storm <img src="https://github.com/hedyorg/hedy/assets/80678586/111b0a1b-b0e1-47c3-b032-81cea05e6bbc" width="300">
example_code: |
Hint Street in different sizes
```
Expand All @@ -5213,6 +5217,23 @@ adventures:
{define} draw_a_house {with} chosen_color
_
```
Hint Snow Storm
```
{define} draw_snowflake {with} length, color
_
numbers = 10, 20, 30
colors = _
{for} i {in} {range} 1 {to} 5
random_number = _
random_color = _
{call} draw_snowflake {with} random_number, random_color
{color} white
{turn} random_number * 5
{forward} 80
```
14:
story_text: |
### Exercise
Expand Down
Loading

0 comments on commit 1fa2b58

Please sign in to comment.