Skip to content
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

Translations update from Hosted Weblate #5442

Merged
merged 3 commits into from
Apr 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
4 changes: 4 additions & 0 deletions content/slides/ar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1121,6 +1121,8 @@ levels:
{print} 'Do you even know this person?!'
debug: 'True'
4:
text: Enjoy the adventures in level 16!
header: Let's try it out!
17:
1:
header: Welcome to level 17
Expand Down Expand Up @@ -1172,6 +1174,8 @@ levels:
{sleep}
debug: 'True'
5:
header: Let's try it out!
text: Enjoy the adventures in level 17!
18:
1:
header: Welcome to level 18
Expand Down
44 changes: 24 additions & 20 deletions content/slides/bg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ levels:
{print} What song would you like to hear?
{ask} I like that song too!
{print} Next up... {echo}
debug: true
debug: 'True'
13:
header: Let the programming fun begin!
text: Enjoy the adventures in level 1!
Expand Down Expand Up @@ -192,7 +192,7 @@ levels:
{print} I'll go get your donut. {sleep}
{print} Here you go! A filling donut with toping!
{ask} Have a nice day!
debug: true
debug: 'True'
8:
header: Let the programming fun begin!
text: Enjoy the adventures in level 2!
Expand Down Expand Up @@ -257,7 +257,7 @@ levels:
{print} or do you prefer... second_choice {at} {random}
{remove} second_choice {to} music_genres
{print} I like music_genre {random} best!
debug: true
debug: 'True'
8:
header: Let's get to work!
text: Enjoy the adventures in level 3!
Expand All @@ -272,7 +272,7 @@ levels:
code: |-
name {is} Sophie
{print} My name is name
debug: true
debug: 'True'
3:
header: Fixing it with quotation marks
text: |-
Expand Down Expand Up @@ -310,7 +310,7 @@ levels:

Please try to print a contraction like "you're" or "I'm" in the screen below and see what happens....
code: '{print} ''This won''t work!'''
debug: true
debug: 'True'
9:
header: Ready, Set, Go!
text: Enjoy the adventures in level 4!
Expand All @@ -335,7 +335,7 @@ levels:
colors {is} 'orange, silver, white, brown'
{print} 'I love the colors {at} {random} one!'
choice {is} {ask} Which one do you like?
debug: true
debug: 'True'
11:
header: Ready, Set, Go!
text: Enjoy the adventures in level 4!
Expand All @@ -358,7 +358,7 @@ levels:
When using the `{if}` command, don't forget to use the `{print}` command.
This code will not work!
code: '{if} name {is} Hedy ''nice'''
debug: true
debug: 'True'
4:
header: else
text: |-
Expand Down Expand Up @@ -404,7 +404,7 @@ levels:
item_to_declare {is} {ask} 'What would you like to declare'
{else} Alright
{print} Thank you. Please head to gate A22.'
debug: true
debug: 'True'
8:
header: Let's go!
text: Enjoy the adventures in level 5!
Expand Down Expand Up @@ -469,7 +469,7 @@ levels:
{if} day {is} monday
total_price = total_price * 0.25
{print} 'That will be total_price please'
debug: true
debug: 'True'
10:
header: Let's get to work!
text: Enjoy the adventures in level 6!
Expand All @@ -492,7 +492,7 @@ levels:
header: Don't forget the print command
text: When using the repeat command, do not forget the `{print}` command.
code: '{repeat} 5 {times} ''Help!'''
debug: true
debug: 'True'
4:
header: Repeat an ask command
text: You can also repeat an `{ask}`, `{if}` or `{else}` command multiple times.
Expand All @@ -514,7 +514,7 @@ levels:
{if} yes
{print} 'Hurray!
{else} 'That's a shame... Oh well... time to build a shelter and find some food.'
debug: true
debug: 'True'
6:
header: Ready Set Go!
text: Enjoy the adventures in level 7!
Expand All @@ -529,7 +529,7 @@ levels:

You could only repeat one line of code.
code: '{repeat} 5 {times} {print} ''Help!'''
debug: true
debug: 'True'
3:
header: '{repeat} commands now'
text: |-
Expand Down Expand Up @@ -558,7 +558,7 @@ levels:
code: |-
{if} name {is} Hedy {print} 'nice'
{else} {print} 'boo!'
debug: true
debug: 'True'
6:
header: if and else now
text: |-
Expand Down Expand Up @@ -601,7 +601,7 @@ levels:
{print} You chose a round trip ticket'
price * 2
{print} 'That will be ' price ' euros please'
debug: true
debug: 'True'
10:
header: Let's check out the adventures!
text: Enjoy the adventures in level 8!
Expand Down Expand Up @@ -693,7 +693,7 @@ levels:
{else}
{print} 'Fun!'
{print} 'Thanks for filling in the safety questions everyone. Enjoy your jump!'
debug: true
debug: 'True'
9:
header: Let's go!
text: Enjoy the adventures in level 9!
Expand Down Expand Up @@ -730,7 +730,7 @@ levels:
{add} chosen_person {from} people
{print} 'Come and watch our show tonight!'
{print} 'Tickets are only available at the counter
debug: true
debug: 'True'
5:
header: Time to program!
text: Enjoy the adventures in level 10!
Expand Down Expand Up @@ -767,7 +767,7 @@ levels:
{repeat} {for} numbers {in} {range} 1 {to} 10 {times}
{print} This is the table of multiplications for factor
{print} number ' x ' factor ' = ' i * factor
debug: true
debug: 'True'
5:
header: Let's start programming!
text: Enjoy the adventures in level 11!
Expand Down Expand Up @@ -832,7 +832,7 @@ levels:
{call} new member
{else}
password = {ask} 'Please enter password'
debug: true
debug: 'True'
8:
header: Ready to try it out?
text: Enjoy the adventures in level 12!
Expand Down Expand Up @@ -942,7 +942,7 @@ levels:
{call} happiness {with} person
{else} mood = sad
{define} sadness {to} name
debug: true
debug: 'True'
9:
header: Let's go!
text: Enjoy the adventures in level 13!
Expand Down Expand Up @@ -1024,7 +1024,7 @@ levels:
{print} 'Shame.. I wont buy it'
{else}
{print} 'I will buy it! Thank you!'
debug: true
debug: 'True'
7:
header: Let's get to work!
text: Enjoy the adventures in level 14!
Expand Down Expand Up @@ -1122,6 +1122,8 @@ levels:
{print} 'Do you even know this person?!'
debug: 'True'
4:
text: Enjoy the adventures in level 16!
header: Let's try it out!
17:
1:
header: Welcome to level 17
Expand Down Expand Up @@ -1173,6 +1175,8 @@ levels:
{sleep}
debug: 'True'
5:
header: Let's try it out!
text: Enjoy the adventures in level 17!
18:
1:
header: Welcome to level 18
Expand Down
Loading
Loading