From 5420fd5ca05d7066d7d7a5f3189b0ab00f377b95 Mon Sep 17 00:00:00 2001 From: weblate Date: Mon, 16 Sep 2024 12:57:02 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Automatically=20update=20generat?= =?UTF-8?q?ed=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/adventures/de.yaml | 14 +++++++------- content/adventures/pl.yaml | 6 +++--- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/content/adventures/de.yaml b/content/adventures/de.yaml index ef044833835..b5114d70ea7 100644 --- a/content/adventures/de.yaml +++ b/content/adventures/de.yaml @@ -1876,13 +1876,13 @@ adventures: Dein Programm muss aus mindestens 10 Zeilen Code bestehen und du musst mindestens einen `{if}` und `{else}` Befehl verwenden. example_code: | ``` - Freunde {is} Jörg, Luzie, David - {print} 'Ich kann vorhersehen, ob du morgen im Lotto gewinnst! - Person {is} {ask} 'Wie heißt du?' - gute_Antwort {is} Hurra! Du gewinnst!, Du gewinnst sicher!, Wir haben ein Gewinner! - schlechte_Antwort {is} Pech gehabt!, Versuch nochmal!, Jemand andere wird gewinnen!, Du verlierst - {if} Person {in} Freunde {drucke} gute_Antwort {at} {random} - {else} {print} schlechte_Antwort {at} {random} + friends {is} Jordan, Lucy, Dave + {print} 'I can predict if you will win the lottery tomorrow!' + person {is} {ask} 'Who are you?' + good_answer {is} Hurray! You win!, You will definitely win!, We have a winner! + bad_answer {is} Bad luck! Try again!, Another person will win, You lose! + {if} person {in} friends {print} good_answer {at} {random} + {else} {print} bad_answer {at} {random} ``` 6: story_text: | diff --git a/content/adventures/pl.yaml b/content/adventures/pl.yaml index b3b8db8de9c..6918df3a475 100644 --- a/content/adventures/pl.yaml +++ b/content/adventures/pl.yaml @@ -4684,9 +4684,9 @@ adventures: example_code: | ``` {turn} 90 - odległości = 10, 20, 30, 40, 50, 60 - {for} odległość {in} odległości - {forward} odległość + distances = 10, 20, 30, 40, 50, 60 + {for} distance {in} distances + {forward} distance ``` 12: story_text: |